Skip to content

Commit

Permalink
Release v1.43.45 (2022-04-22) (#4371)
Browse files Browse the repository at this point in the history
Release v1.43.45 (2022-04-22)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and waiters
  * Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
  • Loading branch information
aws-sdk-go-automation authored Apr 22, 2022
1 parent e8afe81 commit 83cf2e6
Show file tree
Hide file tree
Showing 12 changed files with 514 additions and 62 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.43.45 (2022-04-22)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and waiters
* Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release v1.43.44 (2022-04-21)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.44"
const SDKVersion = "1.43.45"
86 changes: 72 additions & 14 deletions models/apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
"output":{"shape":"BatchCreateAttendeeResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"},
{"shape":"UnprocessableEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"LimitExceededException"}
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"CreateAttendee":{
Expand All @@ -39,11 +42,13 @@
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"},
{"shape":"UnprocessableEntityException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceUnavailableException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"}
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"CreateMeeting":{
Expand All @@ -56,8 +61,11 @@
"output":{"shape":"CreateMeetingResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceFailureException"},
{"shape":"ServiceUnavailableException"},
{"shape":"LimitExceededException"}
]
},
Expand All @@ -71,8 +79,11 @@
"output":{"shape":"CreateMeetingWithAttendeesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceFailureException"},
{"shape":"ServiceUnavailableException"},
{"shape":"LimitExceededException"}
]
},
Expand All @@ -85,8 +96,13 @@
},
"input":{"shape":"DeleteAttendeeRequest"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"}
{"shape":"NotFoundException"},
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"DeleteMeeting":{
Expand All @@ -99,7 +115,12 @@
"input":{"shape":"DeleteMeetingRequest"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"}
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"NotFoundException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"GetAttendee":{
Expand All @@ -112,8 +133,12 @@
"output":{"shape":"GetAttendeeResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"}
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"GetMeeting":{
Expand All @@ -127,7 +152,11 @@
"errors":[
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"}
{"shape":"ForbiddenException"},
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"ListAttendees":{
Expand All @@ -141,8 +170,12 @@
"output":{"shape":"ListAttendeesResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"}
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"},
{"shape":"ThrottlingException"}
]
},
"StartMeetingTranscription":{
Expand All @@ -160,7 +193,9 @@
{"shape":"UnauthorizedException"},
{"shape":"LimitExceededException"},
{"shape":"UnprocessableEntityException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ThrottlingException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"StopMeetingTranscription":{
Expand All @@ -177,7 +212,9 @@
{"shape":"BadRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"UnprocessableEntityException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ThrottlingException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
}
},
Expand Down Expand Up @@ -604,6 +641,17 @@
"min":1
},
"RetryAfterSeconds":{"type":"string"},
"ServiceFailureException":{
"type":"structure",
"members":{
"Code":{"shape":"String"},
"Message":{"shape":"String"},
"RequestId":{"shape":"String"}
},
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
"ServiceUnavailableException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -650,6 +698,16 @@
"type":"string",
"max":4096
},
"ThrottlingException":{
"type":"structure",
"members":{
"Code":{"shape":"String"},
"Message":{"shape":"String"},
"RequestId":{"shape":"String"}
},
"error":{"httpStatusCode":429},
"exception":true
},
"TranscribeContentIdentificationType":{
"type":"string",
"enum":["PII"]
Expand Down
16 changes: 16 additions & 0 deletions models/apis/chime-sdk-meetings/2021-07-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@
"ServiceUnavailableException$RetryAfterSeconds": "<p>The number of seconds the caller should wait before retrying.</p>"
}
},
"ServiceFailureException": {
"base": "<p>The service encountered an unexpected error.</p>",
"refs": {
}
},
"ServiceUnavailableException": {
"base": "<p>The service is currently unavailable.</p>",
"refs": {
Expand Down Expand Up @@ -355,9 +360,15 @@
"NotFoundException$Code": null,
"NotFoundException$Message": null,
"NotFoundException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
"ServiceFailureException$Code": null,
"ServiceFailureException$Message": null,
"ServiceFailureException$RequestId": null,
"ServiceUnavailableException$Code": null,
"ServiceUnavailableException$Message": null,
"ServiceUnavailableException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
"ThrottlingException$Code": null,
"ThrottlingException$Message": null,
"ThrottlingException$RequestId": null,
"UnauthorizedException$Code": null,
"UnauthorizedException$Message": null,
"UnauthorizedException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
Expand All @@ -366,6 +377,11 @@
"UnprocessableEntityException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>"
}
},
"ThrottlingException": {
"base": "<p>The number of customer requests exceeds the request rate limit.</p>",
"refs": {
}
},
"TranscribeContentIdentificationType": {
"base": null,
"refs": {
Expand Down
6 changes: 5 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -33530,7 +33530,7 @@
"locationName":"SecurityGroup"
},
"SubnetId":{"shape":"SubnetId"},
"UserData":{"shape":"String"},
"UserData":{"shape":"RunInstancesUserData"},
"AdditionalInfo":{
"shape":"String",
"locationName":"additionalInfo"
Expand Down Expand Up @@ -33593,6 +33593,10 @@
"MaintenanceOptions":{"shape":"InstanceMaintenanceOptionsRequest"}
}
},
"RunInstancesUserData":{
"type":"string",
"sensitive":true
},
"RunScheduledInstancesRequest":{
"type":"structure",
"required":[
Expand Down
31 changes: 18 additions & 13 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions models/apis/ec2/2016-11-15/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,24 @@
}
]
},
"NatGatewayDeleted": {
"operation": "DescribeNatGateways",
"delay": 15,
"maxAttempts": 40,
"acceptors": [
{
"state": "success",
"matcher": "pathAll",
"argument": "NatGateways[].State",
"expected": "deleted"
},
{
"state": "success",
"matcher": "error",
"expected": "NatGatewayNotFound"
}
]
},
"NetworkInterfaceAvailable": {
"operation": "DescribeNetworkInterfaces",
"delay": 20,
Expand Down
Loading

0 comments on commit 83cf2e6

Please sign in to comment.