Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Apr 22, 2022
1 parent f5c29fc commit 13f7aaa
Show file tree
Hide file tree
Showing 34 changed files with 439 additions and 84 deletions.
86 changes: 72 additions & 14 deletions 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 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 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 apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 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
5 changes: 5 additions & 0 deletions gems/aws-sdk-chimesdkmeetings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.10.0 (2022-04-22)
------------------

* Feature - Include additional exceptions types.

1.9.0 (2022-03-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-chimesdkmeetings/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::ChimeSDKMeetings

GEM_VERSION = '1.9.0'
GEM_VERSION = '1.10.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-chimesdkmeetings'
context[:gem_version] = '1.9.0'
context[:gem_version] = '1.10.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
Loading

0 comments on commit 13f7aaa

Please sign in to comment.