Skip to content

Commit 07ec9a5

Browse files
authored
Update API and Endpoint Models (#1420)
1 parent d34e3e4 commit 07ec9a5

File tree

232 files changed

+26464
-2383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+26464
-2383
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"id": "336e1255-e74e-44c2-97ed-d22a9d1b9205",
3+
"type": "feature",
4+
"description": "Updated API client and endpoints to latest revision.",
5+
"modules": [
6+
"service/chime",
7+
"service/comprehend",
8+
"service/ec2",
9+
"service/ecr",
10+
"service/iot",
11+
"service/lexmodelsv2",
12+
"service/lexruntimev2",
13+
"service/macie2",
14+
"service/mediapackagevod",
15+
"service/networkfirewall",
16+
"service/pinpoint",
17+
"service/quicksight",
18+
"service/rds",
19+
"service/robomaker",
20+
"service/s3",
21+
"service/sagemaker",
22+
"service/ssooidc",
23+
"service/transcribe",
24+
"service/wafv2"
25+
]
26+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/kafkaconnect",
7+
"service/transcribestreaming"
8+
]
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "748836b8-6808-43be-b820-250cd9f01b80",
3+
"type": "documentation",
4+
"description": "Updated API client documentation.",
5+
"modules": [
6+
"service/cloudformation"
7+
]
8+
}

codegen/sdk-codegen/aws-models/chime.2018-05-01.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,6 +4063,9 @@
40634063
"target": "com.amazonaws.chime#CreateSipMediaApplicationCallResponse"
40644064
},
40654065
"errors": [
4066+
{
4067+
"target": "com.amazonaws.chime#AccessDeniedException"
4068+
},
40664069
{
40674070
"target": "com.amazonaws.chime#BadRequestException"
40684071
},
@@ -4118,6 +4121,12 @@
41184121
"smithy.api#httpLabel": {},
41194122
"smithy.api#required": {}
41204123
}
4124+
},
4125+
"SipHeaders": {
4126+
"target": "com.amazonaws.chime#SipHeadersMap",
4127+
"traits": {
4128+
"smithy.api#documentation": "<p>The SIP headers added to an outbound call leg.</p>"
4129+
}
41214130
}
41224131
}
41234132
},
@@ -13031,18 +13040,18 @@
1303113040
"Routes": {
1303213041
"target": "com.amazonaws.chime#OriginationRouteList",
1303313042
"traits": {
13034-
"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>"
13043+
"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>"
1303513044
}
1303613045
},
1303713046
"Disabled": {
1303813047
"target": "com.amazonaws.chime#Boolean",
1303913048
"traits": {
13040-
"smithy.api#documentation": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime\n Voice Connector.</p>"
13049+
"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>"
1304113050
}
1304213051
}
1304313052
},
1304413053
"traits": {
13045-
"smithy.api#documentation": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime\n Voice Connector.</p>"
13054+
"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>"
1304613055
}
1304713056
},
1304813057
"com.amazonaws.chime#OriginationRoute": {
@@ -13080,7 +13089,7 @@
1308013089
}
1308113090
},
1308213091
"traits": {
13083-
"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>"
13092+
"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>"
1308413093
}
1308513094
},
1308613095
"com.amazonaws.chime#OriginationRouteList": {
@@ -15616,6 +15625,21 @@
1561615625
}
1561715626
}
1561815627
},
15628+
"com.amazonaws.chime#SipHeadersMap": {
15629+
"type": "map",
15630+
"key": {
15631+
"target": "com.amazonaws.chime#SensitiveString"
15632+
},
15633+
"value": {
15634+
"target": "com.amazonaws.chime#SensitiveString"
15635+
},
15636+
"traits": {
15637+
"smithy.api#length": {
15638+
"min": 0,
15639+
"max": 20
15640+
}
15641+
}
15642+
},
1561915643
"com.amazonaws.chime#SipMediaApplication": {
1562015644
"type": "structure",
1562115645
"members": {
@@ -15906,7 +15930,7 @@
1590615930
}
1590715931
],
1590815932
"traits": {
15909-
"smithy.api#documentation": "<p>Start transcription for the specified <code>meetingId</code>. </p>",
15933+
"smithy.api#documentation": "<p>Starts transcription for the specified <code>meetingId</code>. </p>",
1591015934
"smithy.api#http": {
1591115935
"method": "POST",
1591215936
"uri": "/meetings/{MeetingId}/transcription?operation=start",
@@ -16666,7 +16690,7 @@
1666616690
"EngineTranscribeMedicalSettings": {
1666716691
"target": "com.amazonaws.chime#EngineTranscribeMedicalSettings",
1666816692
"traits": {
16669-
"smithy.api#documentation": "<p>The transcription configuration settings passed to Amazon Transcribe.</p>"
16693+
"smithy.api#documentation": "<p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>"
1667016694
}
1667116695
}
1667216696
},

codegen/sdk-codegen/aws-models/cloudformation.2010-05-15.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"traits": {
61-
"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>"
61+
"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>"
6262
}
6363
},
6464
"com.amazonaws.cloudformation#AccountGateStatus": {
@@ -2555,7 +2555,7 @@
25552555
"target": "com.amazonaws.cloudformation#DescribeStackResourceDriftsOutput"
25562556
},
25572557
"traits": {
2558-
"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>",
2558+
"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>",
25592559
"smithy.api#paginated": {
25602560
"inputToken": "NextToken",
25612561
"outputToken": "NextToken",
@@ -2810,7 +2810,7 @@
28102810
"target": "com.amazonaws.cloudformation#DescribeStacksOutput"
28112811
},
28122812
"traits": {
2813-
"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>",
2813+
"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>",
28142814
"smithy.api#paginated": {
28152815
"inputToken": "NextToken",
28162816
"outputToken": "NextToken",
@@ -4158,7 +4158,7 @@
41584158
"Capabilities": {
41594159
"target": "com.amazonaws.cloudformation#Capabilities",
41604160
"traits": {
4161-
"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>"
4161+
"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>"
41624162
}
41634163
},
41644164
"CapabilitiesReason": {

0 commit comments

Comments
 (0)