Skip to content

Commit dd724ec

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent ba90063 commit dd724ec

File tree

31 files changed

+1328
-244
lines changed

31 files changed

+1328
-244
lines changed

apis/chime-sdk-meetings/2021-07-15/api-2.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"type":"structure",
194194
"members":{
195195
"ExternalUserId":{"shape":"ExternalUserId"},
196-
"AttendeeId":{"shape":"String"},
196+
"AttendeeId":{"shape":"GuidString"},
197197
"JoinToken":{"shape":"JoinTokenString"}
198198
}
199199
},
@@ -223,7 +223,7 @@
223223
],
224224
"members":{
225225
"MeetingId":{
226-
"shape":"String",
226+
"shape":"GuidString",
227227
"location":"uri",
228228
"locationName":"MeetingId"
229229
},
@@ -260,7 +260,7 @@
260260
],
261261
"members":{
262262
"MeetingId":{
263-
"shape":"String",
263+
"shape":"GuidString",
264264
"location":"uri",
265265
"locationName":"MeetingId"
266266
},
@@ -298,7 +298,7 @@
298298
"shape":"ClientRequestToken",
299299
"idempotencyToken":true
300300
},
301-
"MediaRegion":{"shape":"String"},
301+
"MediaRegion":{"shape":"MediaRegion"},
302302
"MeetingHostId":{"shape":"ExternalUserId"},
303303
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
304304
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"}
@@ -323,7 +323,7 @@
323323
"shape":"ClientRequestToken",
324324
"idempotencyToken":true
325325
},
326-
"MediaRegion":{"shape":"String"},
326+
"MediaRegion":{"shape":"MediaRegion"},
327327
"MeetingHostId":{"shape":"ExternalUserId"},
328328
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
329329
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
@@ -352,12 +352,12 @@
352352
],
353353
"members":{
354354
"MeetingId":{
355-
"shape":"String",
355+
"shape":"GuidString",
356356
"location":"uri",
357357
"locationName":"MeetingId"
358358
},
359359
"AttendeeId":{
360-
"shape":"String",
360+
"shape":"GuidString",
361361
"location":"uri",
362362
"locationName":"AttendeeId"
363363
}
@@ -368,7 +368,7 @@
368368
"required":["MeetingId"],
369369
"members":{
370370
"MeetingId":{
371-
"shape":"String",
371+
"shape":"GuidString",
372372
"location":"uri",
373373
"locationName":"MeetingId"
374374
}
@@ -430,12 +430,12 @@
430430
],
431431
"members":{
432432
"MeetingId":{
433-
"shape":"String",
433+
"shape":"GuidString",
434434
"location":"uri",
435435
"locationName":"MeetingId"
436436
},
437437
"AttendeeId":{
438-
"shape":"String",
438+
"shape":"GuidString",
439439
"location":"uri",
440440
"locationName":"AttendeeId"
441441
}
@@ -452,7 +452,7 @@
452452
"required":["MeetingId"],
453453
"members":{
454454
"MeetingId":{
455-
"shape":"String",
455+
"shape":"GuidString",
456456
"location":"uri",
457457
"locationName":"MeetingId"
458458
}
@@ -470,7 +470,7 @@
470470
},
471471
"JoinTokenString":{
472472
"type":"string",
473-
"max":4096,
473+
"max":2048,
474474
"min":2,
475475
"sensitive":true
476476
},
@@ -489,7 +489,7 @@
489489
"required":["MeetingId"],
490490
"members":{
491491
"MeetingId":{
492-
"shape":"String",
492+
"shape":"GuidString",
493493
"location":"uri",
494494
"locationName":"MeetingId"
495495
},
@@ -525,13 +525,18 @@
525525
"EventIngestionUrl":{"shape":"String"}
526526
}
527527
},
528+
"MediaRegion":{
529+
"type":"string",
530+
"max":64,
531+
"min":2
532+
},
528533
"Meeting":{
529534
"type":"structure",
530535
"members":{
531536
"MeetingId":{"shape":"GuidString"},
532537
"MeetingHostId":{"shape":"ExternalUserId"},
533538
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
534-
"MediaRegion":{"shape":"String"},
539+
"MediaRegion":{"shape":"MediaRegion"},
535540
"MediaPlacement":{"shape":"MediaPlacement"}
536541
}
537542
},
@@ -583,7 +588,7 @@
583588
],
584589
"members":{
585590
"MeetingId":{
586-
"shape":"String",
591+
"shape":"GuidString",
587592
"location":"uri",
588593
"locationName":"MeetingId"
589594
},
@@ -595,7 +600,7 @@
595600
"required":["MeetingId"],
596601
"members":{
597602
"MeetingId":{
598-
"shape":"String",
603+
"shape":"GuidString",
599604
"location":"uri",
600605
"locationName":"MeetingId"
601606
}

apis/chime-sdk-meetings/2021-07-15/docs-2.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,19 @@
193193
"GuidString": {
194194
"base": null,
195195
"refs": {
196-
"Meeting$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>"
196+
"Attendee$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
197+
"BatchCreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK ID of the meeting to which you're adding attendees.</p>",
198+
"CreateAttendeeRequest$MeetingId": "<p>The unique ID of the meeting.</p>",
199+
"DeleteAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
200+
"DeleteAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
201+
"DeleteMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
202+
"GetAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
203+
"GetAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
204+
"GetMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
205+
"ListAttendeesRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
206+
"Meeting$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
207+
"StartMeetingTranscriptionRequest$MeetingId": "<p>The unique ID of the meeting being transcribed.</p>",
208+
"StopMeetingTranscriptionRequest$MeetingId": "<p>The unique ID of the meeting for which you stop transcription.</p>"
197209
}
198210
},
199211
"JoinTokenString": {
@@ -223,6 +235,14 @@
223235
"Meeting$MediaPlacement": "<p>The media placement for the meeting.</p>"
224236
}
225237
},
238+
"MediaRegion": {
239+
"base": null,
240+
"refs": {
241+
"CreateMeetingRequest$MediaRegion": "<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
242+
"CreateMeetingWithAttendeesRequest$MediaRegion": "<p>The Region in which to create the meeting.</p>",
243+
"Meeting$MediaRegion": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p>"
244+
}
245+
},
226246
"Meeting": {
227247
"base": "<p>A meeting created using the Amazon Chime SDK.</p>",
228248
"refs": {
@@ -273,32 +293,20 @@
273293
"String": {
274294
"base": null,
275295
"refs": {
276-
"Attendee$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
277296
"BadRequestException$Code": null,
278297
"BadRequestException$Message": null,
279298
"BadRequestException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
280-
"BatchCreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK ID of the meeting to which you're adding attendees.</p>",
281299
"CreateAttendeeError$ErrorCode": "<p>The error code.</p>",
282300
"CreateAttendeeError$ErrorMessage": "<p>The error message.</p>",
283-
"CreateAttendeeRequest$MeetingId": "<p>The unique ID of the meeting.</p>",
284-
"CreateMeetingRequest$MediaRegion": "<p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p> <p> Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
285-
"CreateMeetingWithAttendeesRequest$MediaRegion": "<p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p>",
286-
"DeleteAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
287-
"DeleteAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
288-
"DeleteMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
289301
"EngineTranscribeMedicalSettings$VocabularyName": "<p>The name of the vocabulary passed to Amazon Transcribe Medical.</p>",
290302
"EngineTranscribeSettings$VocabularyFilterName": "<p>The name of the vocabulary filter passed to Amazon Transcribe.</p>",
291303
"EngineTranscribeSettings$VocabularyName": "<p>The name of the vocabulary passed to Amazon Transcribe.</p>",
292304
"ForbiddenException$Code": null,
293305
"ForbiddenException$Message": null,
294306
"ForbiddenException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
295-
"GetAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
296-
"GetAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
297-
"GetMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
298307
"LimitExceededException$Code": null,
299308
"LimitExceededException$Message": null,
300309
"LimitExceededException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
301-
"ListAttendeesRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
302310
"ListAttendeesRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
303311
"ListAttendeesResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
304312
"MediaPlacement$AudioHostUrl": "<p>The audio host URL.</p>",
@@ -309,15 +317,12 @@
309317
"MediaPlacement$ScreenViewingUrl": "<p>The screen viewing URL.</p>",
310318
"MediaPlacement$ScreenSharingUrl": "<p>The screen sharing URL.</p>",
311319
"MediaPlacement$EventIngestionUrl": "<p>The event ingestion URL.</p>",
312-
"Meeting$MediaRegion": "<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p>",
313320
"NotFoundException$Code": null,
314321
"NotFoundException$Message": null,
315322
"NotFoundException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
316323
"ServiceUnavailableException$Code": null,
317324
"ServiceUnavailableException$Message": null,
318325
"ServiceUnavailableException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",
319-
"StartMeetingTranscriptionRequest$MeetingId": "<p>The unique ID of the meeting being transcribed.</p>",
320-
"StopMeetingTranscriptionRequest$MeetingId": "<p>The unique ID of the meeting for which you stop transcription.</p>",
321326
"UnauthorizedException$Code": null,
322327
"UnauthorizedException$Message": null,
323328
"UnauthorizedException$RequestId": "<p>The request id associated with the call responsible for the exception.</p>",

apis/ec2/2016-11-15/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18329,6 +18329,15 @@
1832918329
"max":1000,
1833018330
"min":200
1833118331
},
18332+
"GatewayAssociationState":{
18333+
"type":"string",
18334+
"enum":[
18335+
"associated",
18336+
"not-associated",
18337+
"associating",
18338+
"disassociating"
18339+
]
18340+
},
1833218341
"GatewayType":{
1833318342
"type":"string",
1833418343
"enum":["ipsec.1"]
@@ -35968,7 +35977,7 @@
3596835977
"locationName":"coreNetworkAttachmentArn"
3596935978
},
3597035979
"GatewayAssociationState":{
35971-
"shape":"String",
35980+
"shape":"GatewayAssociationState",
3597235981
"locationName":"gatewayAssociationState"
3597335982
},
3597435983
"Options":{

apis/ec2/2016-11-15/docs-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7812,6 +7812,12 @@
78127812
"GetVpnConnectionDeviceTypesRequest$MaxResults": "<p>The maximum number of results returned by <code>GetVpnConnectionDeviceTypes</code> in paginated output. When this parameter is used, <code>GetVpnConnectionDeviceTypes</code> only returns <code>MaxResults</code> results in a single page along with a <code>NextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>GetVpnConnectionDeviceTypes</code> request with the returned <code>NextToken</code> value. This value can be between 200 and 1000. If this parameter is not used, then <code>GetVpnConnectionDeviceTypes</code> returns all results.</p>"
78137813
}
78147814
},
7815+
"GatewayAssociationState": {
7816+
"base": null,
7817+
"refs": {
7818+
"VpnConnection$GatewayAssociationState": "<p>The current state of the gateway association.</p>"
7819+
}
7820+
},
78157821
"GatewayType": {
78167822
"base": null,
78177823
"refs": {
@@ -16408,7 +16414,6 @@
1640816414
"VpnConnection$TransitGatewayId": "<p>The ID of the transit gateway associated with the VPN connection.</p>",
1640916415
"VpnConnection$CoreNetworkArn": "<p>The ARN of the core network.</p>",
1641016416
"VpnConnection$CoreNetworkAttachmentArn": "<p>The ARN of the core network attachment.</p>",
16411-
"VpnConnection$GatewayAssociationState": "<p>The current state of the gateway association.</p>",
1641216417
"VpnConnectionDeviceType$VpnConnectionDeviceTypeId": "<p>Customer gateway device identifier.</p>",
1641316418
"VpnConnectionDeviceType$Vendor": "<p>Customer gateway device vendor.</p>",
1641416419
"VpnConnectionDeviceType$Platform": "<p>Customer gateway device platform.</p>",

0 commit comments

Comments
 (0)