Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API and Endpoint Models #1420

Merged
merged 6 commits into from Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions .changelog/336e1255e74e44c297edd22a9d1b9205.json
@@ -0,0 +1,26 @@
{
"id": "336e1255-e74e-44c2-97ed-d22a9d1b9205",
"type": "feature",
"description": "Updated API client and endpoints to latest revision.",
"modules": [
"service/chime",
"service/comprehend",
"service/ec2",
"service/ecr",
"service/iot",
"service/lexmodelsv2",
"service/lexruntimev2",
"service/macie2",
"service/mediapackagevod",
"service/networkfirewall",
"service/pinpoint",
"service/quicksight",
"service/rds",
"service/robomaker",
"service/s3",
"service/sagemaker",
"service/ssooidc",
"service/transcribe",
"service/wafv2"
]
}
9 changes: 9 additions & 0 deletions .changelog/41575353444b40ffbf474f4155544f00.json
@@ -0,0 +1,9 @@
{
"id": "41575353-444b-40ff-bf47-4f4155544f00",
"type": "release",
"description": "New AWS service client module",
"modules": [
"service/kafkaconnect",
"service/transcribestreaming"
]
}
8 changes: 8 additions & 0 deletions .changelog/748836b8680843beb820250cd9f01b80.json
@@ -0,0 +1,8 @@
{
"id": "748836b8-6808-43be-b820-250cd9f01b80",
"type": "documentation",
"description": "Updated API client and endpoints to latest revision.",
skmcgrail marked this conversation as resolved.
Show resolved Hide resolved
"modules": [
"service/cloudformation"
]
}
36 changes: 30 additions & 6 deletions codegen/sdk-codegen/aws-models/chime.2018-05-01.json
Expand Up @@ -4063,6 +4063,9 @@
"target": "com.amazonaws.chime#CreateSipMediaApplicationCallResponse"
},
"errors": [
{
"target": "com.amazonaws.chime#AccessDeniedException"
},
{
"target": "com.amazonaws.chime#BadRequestException"
},
Expand Down Expand Up @@ -4118,6 +4121,12 @@
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
},
"SipHeaders": {
"target": "com.amazonaws.chime#SipHeadersMap",
"traits": {
"smithy.api#documentation": "<p>The SIP headers added to an outbound call leg.</p>"
}
}
}
},
Expand Down Expand Up @@ -13031,18 +13040,18 @@
"Routes": {
"target": "com.amazonaws.chime#OriginationRouteList",
"traits": {
"smithy.api#documentation": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.\n Maximum value of 20.</p>"
"smithy.api#documentation": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.\n Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>"
}
},
"Disabled": {
"target": "com.amazonaws.chime#Boolean",
"traits": {
"smithy.api#documentation": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime\n Voice Connector.</p>"
"smithy.api#documentation": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime\n Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime\n Voice Connector.</p>"
"smithy.api#documentation": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime\n Voice Connector.</p>\n <note>\n <p>The parameters listed below are not required, but you must use at least one. </p>\n </note>"
}
},
"com.amazonaws.chime#OriginationRoute": {
Expand Down Expand Up @@ -13080,7 +13089,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Origination routes define call distribution properties for your SIP hosts to receive inbound\n calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each\n Amazon Chime Voice Connector.</p>"
"smithy.api#documentation": "<p>Origination routes define call distribution properties for your SIP hosts to receive inbound\n calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each\n Amazon Chime Voice Connector.</p>\n <note>\n <p>The parameters listed below are not required, but you must use at least one. </p>\n </note>"
}
},
"com.amazonaws.chime#OriginationRouteList": {
Expand Down Expand Up @@ -15616,6 +15625,21 @@
}
}
},
"com.amazonaws.chime#SipHeadersMap": {
"type": "map",
"key": {
"target": "com.amazonaws.chime#SensitiveString"
},
"value": {
"target": "com.amazonaws.chime#SensitiveString"
},
"traits": {
"smithy.api#length": {
"min": 0,
"max": 20
}
}
},
"com.amazonaws.chime#SipMediaApplication": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -15906,7 +15930,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Start transcription for the specified <code>meetingId</code>. </p>",
"smithy.api#documentation": "<p>Starts transcription for the specified <code>meetingId</code>. </p>",
"smithy.api#http": {
"method": "POST",
"uri": "/meetings/{MeetingId}/transcription?operation=start",
Expand Down Expand Up @@ -16666,7 +16690,7 @@
"EngineTranscribeMedicalSettings": {
"target": "com.amazonaws.chime#EngineTranscribeMedicalSettings",
"traits": {
"smithy.api#documentation": "<p>The transcription configuration settings passed to Amazon Transcribe.</p>"
"smithy.api#documentation": "<p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>"
}
}
},
Expand Down
Expand Up @@ -58,7 +58,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Structure that contains the results of the account gate function which\n CloudFormation invokes, if present, before proceeding with a stack set operation in an\n account and Region.</p>\n <p>For each account and Region, CloudFormation lets you specify a Lamdba function\n that encapsulates any requirements that must be met before CloudFormation can proceed with\n a stack set operation in that account and Region. CloudFormation invokes the function each\n time a stack set operation is requested for that account and Region; if the function\n returns <code>FAILED</code>, CloudFormation cancels the operation in that account and\n Region, and sets the stack set operation result status for that account and Region to\n <code>FAILED</code>. </p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html\">Configuring a\n target account gate</a>.</p>"
"smithy.api#documentation": "<p>Structure that contains the results of the account gate function which CloudFormation invokes, if present, before proceeding with a stack set operation in an\n account and Region.</p>\n <p>For each account and Region, CloudFormation lets you specify a Lambda\n function that encapsulates any requirements that must be met before CloudFormation\n can proceed with a stack set operation in that account and Region. CloudFormation\n invokes the function each time a stack set operation is requested for that account and\n Region; if the function returns <code>FAILED</code>, CloudFormation cancels the\n operation in that account and Region, and sets the stack set operation result status for\n that account and Region to <code>FAILED</code>.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-account-gating.html\">Configuring a\n target account gate</a>.</p>"
}
},
"com.amazonaws.cloudformation#AccountGateStatus": {
Expand Down Expand Up @@ -2555,7 +2555,7 @@
"target": "com.amazonaws.cloudformation#DescribeStackResourceDriftsOutput"
},
"traits": {
"smithy.api#documentation": "<p>Returns drift information for the resources that have been checked for drift in the\n specified stack. This includes actual and expected configuration values for resources where\n CloudFormation detects configuration drift.</p>\n <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack\n resource that has been checked for drift. Resources that have not yet been checked for\n drift are not included. Resources that do not currently support drift detection are not\n checked, and so not included. For a list of resources that support drift detection, see\n <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html\">Resources that Support Drift Detection</a>.</p>\n <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual\n resources, or <a>DetectStackDrift</a> to detect drift on all supported resources\n for a given stack.</p>",
"smithy.api#documentation": "<p>Returns drift information for the resources that have been checked for drift in the\n specified stack. This includes actual and expected configuration values for resources where\n CloudFormation detects configuration drift.</p>\n <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack\n resource that has been checked for drift. Resources that haven't yet been checked for drift\n are not included. Resources that do not currently support drift detection are not checked,\n and so not included. For a list of resources that support drift detection, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html\">Resources that Support Drift Detection</a>.</p>\n <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual\n resources, or <a>DetectStackDrift</a> to detect drift on all supported resources\n for a given stack.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
Expand Down Expand Up @@ -2810,7 +2810,7 @@
"target": "com.amazonaws.cloudformation#DescribeStacksOutput"
},
"traits": {
"smithy.api#documentation": "<p>Returns the description for the specified stack; if no stack name was specified, then\n it returns the description for all the stacks created.</p>\n <note>\n <p>If the stack does not exist, an <code>AmazonCloudFormationException</code> is\n returned.</p>\n </note>",
"smithy.api#documentation": "<p>Returns the description for the specified stack; if no stack name was specified, then\n it returns the description for all the stacks created.</p>\n <note>\n <p>If the stack does not exist, an <code>ValidationError</code> is\n returned.</p>\n </note>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
Expand Down Expand Up @@ -4158,7 +4158,7 @@
"Capabilities": {
"target": "com.amazonaws.cloudformation#Capabilities",
"traits": {
"smithy.api#documentation": "<p>The capabilities found within the template. If your template contains IAM resources,\n you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when\n you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with\n your template; otherwise, those actions return an InsufficientCapabilities error.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities\">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>"
"smithy.api#documentation": "<p>The capabilities found within the template. If your template contains IAM resources,\n you must specify the <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> value for this parameter when\n you use the <a>CreateStack</a> or <a>UpdateStack</a> actions with\n your template; otherwise, those actions return an <code>InsufficientCapabilities</code> error.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities\">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>"
}
},
"CapabilitiesReason": {
Expand Down