aws-sdk-core 2.11.401 → 2.11.402

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/AWSMigrationHub/2017-05-31/api-2.json +41 -16
  3. data/apis/AWSMigrationHub/2017-05-31/paginators-1.json +25 -1
  4. data/apis/chime/2018-05-01/api-2.json +442 -0
  5. data/apis/chime/2018-05-01/paginators-1.json +10 -0
  6. data/apis/cloudtrail/2013-11-01/api-2.json +124 -4
  7. data/apis/codecommit/2015-04-13/api-2.json +1138 -3
  8. data/apis/codecommit/2015-04-13/paginators-1.json +15 -0
  9. data/apis/datasync/2018-11-09/api-2.json +23 -6
  10. data/apis/discovery/2015-11-01/api-2.json +60 -25
  11. data/apis/dlm/2018-01-12/api-2.json +25 -1
  12. data/apis/ec2/2016-11-15/api-2.json +414 -0
  13. data/apis/ec2/2016-11-15/paginators-1.json +12 -0
  14. data/apis/ec2/2016-11-15/resources-1.json +106 -0
  15. data/apis/ec2/2016-11-15/waiters-2.json +18 -0
  16. data/apis/ecs/2014-11-13/api-2.json +46 -38
  17. data/apis/firehose/2015-08-04/api-2.json +68 -6
  18. data/apis/fsx/2018-03-01/api-2.json +13 -0
  19. data/apis/mediastore/2017-09-01/api-2.json +3 -1
  20. data/apis/migrationhub-config/2019-06-30/api-2.json +207 -0
  21. data/apis/migrationhub-config/2019-06-30/examples-1.json +5 -0
  22. data/apis/migrationhub-config/2019-06-30/paginators-1.json +9 -0
  23. data/apis/quicksight/2018-04-01/api-2.json +4885 -626
  24. data/apis/quicksight/2018-04-01/paginators-1.json +40 -0
  25. data/apis/s3/2006-03-01/api-2.json +53 -2
  26. data/apis/storagegateway/2013-06-30/api-2.json +95 -2
  27. data/apis/transcribe/2017-10-26/api-2.json +8 -1
  28. data/lib/aws-sdk-core.rb +1 -0
  29. data/lib/aws-sdk-core/migrationhubconfig.rb +6 -0
  30. data/lib/aws-sdk-core/version.rb +1 -1
  31. data/service-models.json +4 -0
  32. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3186862c123ff75b90ac48378ac5fa19f6f38130
4
- data.tar.gz: 6945023e01133892b9856cc54020a772b71e1b42
3
+ metadata.gz: 9f81811775e532792fa5c994e94c7ea65561baf5
4
+ data.tar.gz: ddf27182f45c332c5c29983576b5491ed7db13a8
5
5
  SHA512:
6
- metadata.gz: e44d57bc5c05588b0329580b109489b14a0bcbe5205740e2e95996eb5b01e01bbb6bd35b216948bd7d876a10744d51b05c91758182eea65caa4f3b1e2d8c1b8a
7
- data.tar.gz: 7e46f751e3e038307a8103a45a26f66155eb9756a8da3c42192b5d74b278e3d9a7dced54fd96aad51ac2d121b228a1638ad3f92c069d3ddd855bb78efdf07f5f
6
+ metadata.gz: a580604bcc7669ef01df81d827bb33dc372e97c6b3fa50f480e5e4841e1c928c2b26f1b841d76aea4be26c2ef9579f71a2cff8aafa7bd552738ddb0cf71498f9
7
+ data.tar.gz: 12e8ff00d037a7070405eb1843494f2dba82e2990ac923ecca2ba1f135c5aa4b4b91e84e3f638da5dc4fe623ccda8a1f5f2da89797d47f8b25e5de39ec8fece3
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS Migration Hub",
9
+ "serviceId":"Migration Hub",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"AWSMigrationHub",
11
12
  "uid":"AWSMigrationHub-2017-05-31"
@@ -26,7 +27,8 @@
26
27
  {"shape":"DryRunOperation"},
27
28
  {"shape":"UnauthorizedOperation"},
28
29
  {"shape":"InvalidInputException"},
29
- {"shape":"ResourceNotFoundException"}
30
+ {"shape":"ResourceNotFoundException"},
31
+ {"shape":"HomeRegionNotSetException"}
30
32
  ]
31
33
  },
32
34
  "AssociateDiscoveredResource":{
@@ -45,7 +47,8 @@
45
47
  {"shape":"UnauthorizedOperation"},
46
48
  {"shape":"InvalidInputException"},
47
49
  {"shape":"PolicyErrorException"},
48
- {"shape":"ResourceNotFoundException"}
50
+ {"shape":"ResourceNotFoundException"},
51
+ {"shape":"HomeRegionNotSetException"}
49
52
  ]
50
53
  },
51
54
  "CreateProgressUpdateStream":{
@@ -62,7 +65,8 @@
62
65
  {"shape":"ServiceUnavailableException"},
63
66
  {"shape":"DryRunOperation"},
64
67
  {"shape":"UnauthorizedOperation"},
65
- {"shape":"InvalidInputException"}
68
+ {"shape":"InvalidInputException"},
69
+ {"shape":"HomeRegionNotSetException"}
66
70
  ]
67
71
  },
68
72
  "DeleteProgressUpdateStream":{
@@ -80,7 +84,8 @@
80
84
  {"shape":"DryRunOperation"},
81
85
  {"shape":"UnauthorizedOperation"},
82
86
  {"shape":"InvalidInputException"},
83
- {"shape":"ResourceNotFoundException"}
87
+ {"shape":"ResourceNotFoundException"},
88
+ {"shape":"HomeRegionNotSetException"}
84
89
  ]
85
90
  },
86
91
  "DescribeApplicationState":{
@@ -97,7 +102,8 @@
97
102
  {"shape":"ServiceUnavailableException"},
98
103
  {"shape":"InvalidInputException"},
99
104
  {"shape":"PolicyErrorException"},
100
- {"shape":"ResourceNotFoundException"}
105
+ {"shape":"ResourceNotFoundException"},
106
+ {"shape":"HomeRegionNotSetException"}
101
107
  ]
102
108
  },
103
109
  "DescribeMigrationTask":{
@@ -113,7 +119,8 @@
113
119
  {"shape":"InternalServerError"},
114
120
  {"shape":"ServiceUnavailableException"},
115
121
  {"shape":"InvalidInputException"},
116
- {"shape":"ResourceNotFoundException"}
122
+ {"shape":"ResourceNotFoundException"},
123
+ {"shape":"HomeRegionNotSetException"}
117
124
  ]
118
125
  },
119
126
  "DisassociateCreatedArtifact":{
@@ -131,7 +138,8 @@
131
138
  {"shape":"DryRunOperation"},
132
139
  {"shape":"UnauthorizedOperation"},
133
140
  {"shape":"InvalidInputException"},
134
- {"shape":"ResourceNotFoundException"}
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"HomeRegionNotSetException"}
135
143
  ]
136
144
  },
137
145
  "DisassociateDiscoveredResource":{
@@ -149,7 +157,8 @@
149
157
  {"shape":"DryRunOperation"},
150
158
  {"shape":"UnauthorizedOperation"},
151
159
  {"shape":"InvalidInputException"},
152
- {"shape":"ResourceNotFoundException"}
160
+ {"shape":"ResourceNotFoundException"},
161
+ {"shape":"HomeRegionNotSetException"}
153
162
  ]
154
163
  },
155
164
  "ImportMigrationTask":{
@@ -167,7 +176,8 @@
167
176
  {"shape":"DryRunOperation"},
168
177
  {"shape":"UnauthorizedOperation"},
169
178
  {"shape":"InvalidInputException"},
170
- {"shape":"ResourceNotFoundException"}
179
+ {"shape":"ResourceNotFoundException"},
180
+ {"shape":"HomeRegionNotSetException"}
171
181
  ]
172
182
  },
173
183
  "ListCreatedArtifacts":{
@@ -183,7 +193,8 @@
183
193
  {"shape":"InternalServerError"},
184
194
  {"shape":"ServiceUnavailableException"},
185
195
  {"shape":"InvalidInputException"},
186
- {"shape":"ResourceNotFoundException"}
196
+ {"shape":"ResourceNotFoundException"},
197
+ {"shape":"HomeRegionNotSetException"}
187
198
  ]
188
199
  },
189
200
  "ListDiscoveredResources":{
@@ -199,7 +210,8 @@
199
210
  {"shape":"InternalServerError"},
200
211
  {"shape":"ServiceUnavailableException"},
201
212
  {"shape":"InvalidInputException"},
202
- {"shape":"ResourceNotFoundException"}
213
+ {"shape":"ResourceNotFoundException"},
214
+ {"shape":"HomeRegionNotSetException"}
203
215
  ]
204
216
  },
205
217
  "ListMigrationTasks":{
@@ -216,7 +228,8 @@
216
228
  {"shape":"ServiceUnavailableException"},
217
229
  {"shape":"InvalidInputException"},
218
230
  {"shape":"PolicyErrorException"},
219
- {"shape":"ResourceNotFoundException"}
231
+ {"shape":"ResourceNotFoundException"},
232
+ {"shape":"HomeRegionNotSetException"}
220
233
  ]
221
234
  },
222
235
  "ListProgressUpdateStreams":{
@@ -231,7 +244,8 @@
231
244
  {"shape":"AccessDeniedException"},
232
245
  {"shape":"InternalServerError"},
233
246
  {"shape":"ServiceUnavailableException"},
234
- {"shape":"InvalidInputException"}
247
+ {"shape":"InvalidInputException"},
248
+ {"shape":"HomeRegionNotSetException"}
235
249
  ]
236
250
  },
237
251
  "NotifyApplicationState":{
@@ -250,7 +264,8 @@
250
264
  {"shape":"UnauthorizedOperation"},
251
265
  {"shape":"InvalidInputException"},
252
266
  {"shape":"PolicyErrorException"},
253
- {"shape":"ResourceNotFoundException"}
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"HomeRegionNotSetException"}
254
269
  ]
255
270
  },
256
271
  "NotifyMigrationTaskState":{
@@ -268,7 +283,8 @@
268
283
  {"shape":"DryRunOperation"},
269
284
  {"shape":"UnauthorizedOperation"},
270
285
  {"shape":"InvalidInputException"},
271
- {"shape":"ResourceNotFoundException"}
286
+ {"shape":"ResourceNotFoundException"},
287
+ {"shape":"HomeRegionNotSetException"}
272
288
  ]
273
289
  },
274
290
  "PutResourceAttributes":{
@@ -286,7 +302,8 @@
286
302
  {"shape":"DryRunOperation"},
287
303
  {"shape":"UnauthorizedOperation"},
288
304
  {"shape":"InvalidInputException"},
289
- {"shape":"ResourceNotFoundException"}
305
+ {"shape":"ResourceNotFoundException"},
306
+ {"shape":"HomeRegionNotSetException"}
290
307
  ]
291
308
  }
292
309
  },
@@ -497,6 +514,13 @@
497
514
  "exception":true
498
515
  },
499
516
  "ErrorMessage":{"type":"string"},
517
+ "HomeRegionNotSetException":{
518
+ "type":"structure",
519
+ "members":{
520
+ "Message":{"shape":"ErrorMessage"}
521
+ },
522
+ "exception":true
523
+ },
500
524
  "ImportMigrationTaskRequest":{
501
525
  "type":"structure",
502
526
  "required":[
@@ -666,6 +690,7 @@
666
690
  "members":{
667
691
  "ApplicationId":{"shape":"ApplicationId"},
668
692
  "Status":{"shape":"ApplicationStatus"},
693
+ "UpdateDateTime":{"shape":"UpdateDateTime"},
669
694
  "DryRun":{"shape":"DryRun"}
670
695
  }
671
696
  },
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListCreatedArtifacts": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "CreatedArtifactList"
8
+ },
9
+ "ListDiscoveredResources": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "DiscoveredResourceList"
14
+ },
15
+ "ListMigrationTasks": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "MigrationTaskSummaryList"
20
+ },
21
+ "ListProgressUpdateStreams": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "ProgressUpdateStreamSummaryList"
26
+ }
3
27
  }
4
- }
28
+ }
@@ -70,6 +70,26 @@
70
70
  {"shape":"ServiceFailureException"}
71
71
  ]
72
72
  },
73
+ "BatchCreateAttendee":{
74
+ "name":"BatchCreateAttendee",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/meetings/{meetingId}/attendees?operation=batch-create",
78
+ "responseCode":201
79
+ },
80
+ "input":{"shape":"BatchCreateAttendeeRequest"},
81
+ "output":{"shape":"BatchCreateAttendeeResponse"},
82
+ "errors":[
83
+ {"shape":"BadRequestException"},
84
+ {"shape":"ForbiddenException"},
85
+ {"shape":"NotFoundException"},
86
+ {"shape":"ResourceLimitExceededException"},
87
+ {"shape":"ThrottledClientException"},
88
+ {"shape":"UnauthorizedClientException"},
89
+ {"shape":"ServiceUnavailableException"},
90
+ {"shape":"ServiceFailureException"}
91
+ ]
92
+ },
73
93
  "BatchCreateRoomMembership":{
74
94
  "name":"BatchCreateRoomMembership",
75
95
  "http":{
@@ -202,6 +222,26 @@
202
222
  {"shape":"ServiceFailureException"}
203
223
  ]
204
224
  },
225
+ "CreateAttendee":{
226
+ "name":"CreateAttendee",
227
+ "http":{
228
+ "method":"POST",
229
+ "requestUri":"/meetings/{meetingId}/attendees",
230
+ "responseCode":201
231
+ },
232
+ "input":{"shape":"CreateAttendeeRequest"},
233
+ "output":{"shape":"CreateAttendeeResponse"},
234
+ "errors":[
235
+ {"shape":"BadRequestException"},
236
+ {"shape":"ForbiddenException"},
237
+ {"shape":"NotFoundException"},
238
+ {"shape":"ResourceLimitExceededException"},
239
+ {"shape":"ThrottledClientException"},
240
+ {"shape":"UnauthorizedClientException"},
241
+ {"shape":"ServiceUnavailableException"},
242
+ {"shape":"ServiceFailureException"}
243
+ ]
244
+ },
205
245
  "CreateBot":{
206
246
  "name":"CreateBot",
207
247
  "http":{
@@ -221,6 +261,25 @@
221
261
  {"shape":"NotFoundException"}
222
262
  ]
223
263
  },
264
+ "CreateMeeting":{
265
+ "name":"CreateMeeting",
266
+ "http":{
267
+ "method":"POST",
268
+ "requestUri":"/meetings",
269
+ "responseCode":201
270
+ },
271
+ "input":{"shape":"CreateMeetingRequest"},
272
+ "output":{"shape":"CreateMeetingResponse"},
273
+ "errors":[
274
+ {"shape":"BadRequestException"},
275
+ {"shape":"ForbiddenException"},
276
+ {"shape":"ResourceLimitExceededException"},
277
+ {"shape":"ThrottledClientException"},
278
+ {"shape":"UnauthorizedClientException"},
279
+ {"shape":"ServiceUnavailableException"},
280
+ {"shape":"ServiceFailureException"}
281
+ ]
282
+ },
224
283
  "CreatePhoneNumberOrder":{
225
284
  "name":"CreatePhoneNumberOrder",
226
285
  "http":{
@@ -340,6 +399,24 @@
340
399
  {"shape":"ServiceFailureException"}
341
400
  ]
342
401
  },
402
+ "DeleteAttendee":{
403
+ "name":"DeleteAttendee",
404
+ "http":{
405
+ "method":"DELETE",
406
+ "requestUri":"/meetings/{meetingId}/attendees/{attendeeId}",
407
+ "responseCode":204
408
+ },
409
+ "input":{"shape":"DeleteAttendeeRequest"},
410
+ "errors":[
411
+ {"shape":"BadRequestException"},
412
+ {"shape":"ForbiddenException"},
413
+ {"shape":"ThrottledClientException"},
414
+ {"shape":"NotFoundException"},
415
+ {"shape":"UnauthorizedClientException"},
416
+ {"shape":"ServiceUnavailableException"},
417
+ {"shape":"ServiceFailureException"}
418
+ ]
419
+ },
343
420
  "DeleteEventsConfiguration":{
344
421
  "name":"DeleteEventsConfiguration",
345
422
  "http":{
@@ -357,6 +434,24 @@
357
434
  {"shape":"ResourceLimitExceededException"}
358
435
  ]
359
436
  },
437
+ "DeleteMeeting":{
438
+ "name":"DeleteMeeting",
439
+ "http":{
440
+ "method":"DELETE",
441
+ "requestUri":"/meetings/{meetingId}",
442
+ "responseCode":204
443
+ },
444
+ "input":{"shape":"DeleteMeetingRequest"},
445
+ "errors":[
446
+ {"shape":"BadRequestException"},
447
+ {"shape":"ForbiddenException"},
448
+ {"shape":"ThrottledClientException"},
449
+ {"shape":"NotFoundException"},
450
+ {"shape":"UnauthorizedClientException"},
451
+ {"shape":"ServiceUnavailableException"},
452
+ {"shape":"ServiceFailureException"}
453
+ ]
454
+ },
360
455
  "DeletePhoneNumber":{
361
456
  "name":"DeletePhoneNumber",
362
457
  "http":{
@@ -612,6 +707,25 @@
612
707
  {"shape":"ServiceFailureException"}
613
708
  ]
614
709
  },
710
+ "GetAttendee":{
711
+ "name":"GetAttendee",
712
+ "http":{
713
+ "method":"GET",
714
+ "requestUri":"/meetings/{meetingId}/attendees/{attendeeId}",
715
+ "responseCode":200
716
+ },
717
+ "input":{"shape":"GetAttendeeRequest"},
718
+ "output":{"shape":"GetAttendeeResponse"},
719
+ "errors":[
720
+ {"shape":"BadRequestException"},
721
+ {"shape":"ForbiddenException"},
722
+ {"shape":"NotFoundException"},
723
+ {"shape":"ThrottledClientException"},
724
+ {"shape":"UnauthorizedClientException"},
725
+ {"shape":"ServiceUnavailableException"},
726
+ {"shape":"ServiceFailureException"}
727
+ ]
728
+ },
615
729
  "GetBot":{
616
730
  "name":"GetBot",
617
731
  "http":{
@@ -666,6 +780,25 @@
666
780
  {"shape":"ServiceFailureException"}
667
781
  ]
668
782
  },
783
+ "GetMeeting":{
784
+ "name":"GetMeeting",
785
+ "http":{
786
+ "method":"GET",
787
+ "requestUri":"/meetings/{meetingId}",
788
+ "responseCode":200
789
+ },
790
+ "input":{"shape":"GetMeetingRequest"},
791
+ "output":{"shape":"GetMeetingResponse"},
792
+ "errors":[
793
+ {"shape":"BadRequestException"},
794
+ {"shape":"ForbiddenException"},
795
+ {"shape":"NotFoundException"},
796
+ {"shape":"ThrottledClientException"},
797
+ {"shape":"UnauthorizedClientException"},
798
+ {"shape":"ServiceUnavailableException"},
799
+ {"shape":"ServiceFailureException"}
800
+ ]
801
+ },
669
802
  "GetPhoneNumber":{
670
803
  "name":"GetPhoneNumber",
671
804
  "http":{
@@ -946,6 +1079,25 @@
946
1079
  {"shape":"ServiceFailureException"}
947
1080
  ]
948
1081
  },
1082
+ "ListAttendees":{
1083
+ "name":"ListAttendees",
1084
+ "http":{
1085
+ "method":"GET",
1086
+ "requestUri":"/meetings/{meetingId}/attendees",
1087
+ "responseCode":200
1088
+ },
1089
+ "input":{"shape":"ListAttendeesRequest"},
1090
+ "output":{"shape":"ListAttendeesResponse"},
1091
+ "errors":[
1092
+ {"shape":"BadRequestException"},
1093
+ {"shape":"ForbiddenException"},
1094
+ {"shape":"NotFoundException"},
1095
+ {"shape":"ThrottledClientException"},
1096
+ {"shape":"UnauthorizedClientException"},
1097
+ {"shape":"ServiceUnavailableException"},
1098
+ {"shape":"ServiceFailureException"}
1099
+ ]
1100
+ },
949
1101
  "ListBots":{
950
1102
  "name":"ListBots",
951
1103
  "http":{
@@ -964,6 +1116,24 @@
964
1116
  {"shape":"NotFoundException"}
965
1117
  ]
966
1118
  },
1119
+ "ListMeetings":{
1120
+ "name":"ListMeetings",
1121
+ "http":{
1122
+ "method":"GET",
1123
+ "requestUri":"/meetings",
1124
+ "responseCode":200
1125
+ },
1126
+ "input":{"shape":"ListMeetingsRequest"},
1127
+ "output":{"shape":"ListMeetingsResponse"},
1128
+ "errors":[
1129
+ {"shape":"BadRequestException"},
1130
+ {"shape":"ForbiddenException"},
1131
+ {"shape":"ThrottledClientException"},
1132
+ {"shape":"UnauthorizedClientException"},
1133
+ {"shape":"ServiceUnavailableException"},
1134
+ {"shape":"ServiceFailureException"}
1135
+ ]
1136
+ },
967
1137
  "ListPhoneNumberOrders":{
968
1138
  "name":"ListPhoneNumberOrders",
969
1139
  "http":{
@@ -1593,6 +1763,13 @@
1593
1763
  "EnterpriseOIDC"
1594
1764
  ]
1595
1765
  },
1766
+ "Arn":{
1767
+ "type":"string",
1768
+ "max":1024,
1769
+ "min":1,
1770
+ "pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$",
1771
+ "sensitive":true
1772
+ },
1596
1773
  "AssociatePhoneNumberWithUserRequest":{
1597
1774
  "type":"structure",
1598
1775
  "required":[
@@ -1657,6 +1834,18 @@
1657
1834
  "PhoneNumberErrors":{"shape":"PhoneNumberErrorList"}
1658
1835
  }
1659
1836
  },
1837
+ "Attendee":{
1838
+ "type":"structure",
1839
+ "members":{
1840
+ "ExternalUserId":{"shape":"ExternalUserIdType"},
1841
+ "AttendeeId":{"shape":"GuidString"},
1842
+ "JoinToken":{"shape":"JoinTokenString"}
1843
+ }
1844
+ },
1845
+ "AttendeeList":{
1846
+ "type":"list",
1847
+ "member":{"shape":"Attendee"}
1848
+ },
1660
1849
  "BadRequestException":{
1661
1850
  "type":"structure",
1662
1851
  "members":{
@@ -1666,6 +1855,32 @@
1666
1855
  "error":{"httpStatusCode":400},
1667
1856
  "exception":true
1668
1857
  },
1858
+ "BatchCreateAttendeeErrorList":{
1859
+ "type":"list",
1860
+ "member":{"shape":"CreateAttendeeError"}
1861
+ },
1862
+ "BatchCreateAttendeeRequest":{
1863
+ "type":"structure",
1864
+ "required":[
1865
+ "MeetingId",
1866
+ "Attendees"
1867
+ ],
1868
+ "members":{
1869
+ "MeetingId":{
1870
+ "shape":"GuidString",
1871
+ "location":"uri",
1872
+ "locationName":"meetingId"
1873
+ },
1874
+ "Attendees":{"shape":"CreateAttendeeRequestItemList"}
1875
+ }
1876
+ },
1877
+ "BatchCreateAttendeeResponse":{
1878
+ "type":"structure",
1879
+ "members":{
1880
+ "Attendees":{"shape":"AttendeeList"},
1881
+ "Errors":{"shape":"BatchCreateAttendeeErrorList"}
1882
+ }
1883
+ },
1669
1884
  "BatchCreateRoomMembershipRequest":{
1670
1885
  "type":"structure",
1671
1886
  "required":[
@@ -1866,6 +2081,46 @@
1866
2081
  "Account":{"shape":"Account"}
1867
2082
  }
1868
2083
  },
2084
+ "CreateAttendeeError":{
2085
+ "type":"structure",
2086
+ "members":{
2087
+ "ExternalUserId":{"shape":"ExternalUserIdType"},
2088
+ "ErrorCode":{"shape":"String"},
2089
+ "ErrorMessage":{"shape":"String"}
2090
+ }
2091
+ },
2092
+ "CreateAttendeeRequest":{
2093
+ "type":"structure",
2094
+ "required":[
2095
+ "MeetingId",
2096
+ "ExternalUserId"
2097
+ ],
2098
+ "members":{
2099
+ "MeetingId":{
2100
+ "shape":"GuidString",
2101
+ "location":"uri",
2102
+ "locationName":"meetingId"
2103
+ },
2104
+ "ExternalUserId":{"shape":"ExternalUserIdType"}
2105
+ }
2106
+ },
2107
+ "CreateAttendeeRequestItem":{
2108
+ "type":"structure",
2109
+ "required":["ExternalUserId"],
2110
+ "members":{
2111
+ "ExternalUserId":{"shape":"ExternalUserIdType"}
2112
+ }
2113
+ },
2114
+ "CreateAttendeeRequestItemList":{
2115
+ "type":"list",
2116
+ "member":{"shape":"CreateAttendeeRequestItem"}
2117
+ },
2118
+ "CreateAttendeeResponse":{
2119
+ "type":"structure",
2120
+ "members":{
2121
+ "Attendee":{"shape":"Attendee"}
2122
+ }
2123
+ },
1869
2124
  "CreateBotRequest":{
1870
2125
  "type":"structure",
1871
2126
  "required":[
@@ -1888,6 +2143,25 @@
1888
2143
  "Bot":{"shape":"Bot"}
1889
2144
  }
1890
2145
  },
2146
+ "CreateMeetingRequest":{
2147
+ "type":"structure",
2148
+ "required":["ClientRequestToken"],
2149
+ "members":{
2150
+ "ClientRequestToken":{
2151
+ "shape":"ClientRequestToken",
2152
+ "idempotencyToken":true
2153
+ },
2154
+ "MeetingHostId":{"shape":"ExternalUserIdType"},
2155
+ "MediaRegion":{"shape":"String"},
2156
+ "NotificationsConfiguration":{"shape":"MeetingNotificationConfiguration"}
2157
+ }
2158
+ },
2159
+ "CreateMeetingResponse":{
2160
+ "type":"structure",
2161
+ "members":{
2162
+ "Meeting":{"shape":"Meeting"}
2163
+ }
2164
+ },
1891
2165
  "CreatePhoneNumberOrderRequest":{
1892
2166
  "type":"structure",
1893
2167
  "required":[
@@ -2021,6 +2295,25 @@
2021
2295
  "members":{
2022
2296
  }
2023
2297
  },
2298
+ "DeleteAttendeeRequest":{
2299
+ "type":"structure",
2300
+ "required":[
2301
+ "MeetingId",
2302
+ "AttendeeId"
2303
+ ],
2304
+ "members":{
2305
+ "MeetingId":{
2306
+ "shape":"GuidString",
2307
+ "location":"uri",
2308
+ "locationName":"meetingId"
2309
+ },
2310
+ "AttendeeId":{
2311
+ "shape":"GuidString",
2312
+ "location":"uri",
2313
+ "locationName":"attendeeId"
2314
+ }
2315
+ }
2316
+ },
2024
2317
  "DeleteEventsConfigurationRequest":{
2025
2318
  "type":"structure",
2026
2319
  "required":[
@@ -2040,6 +2333,17 @@
2040
2333
  }
2041
2334
  }
2042
2335
  },
2336
+ "DeleteMeetingRequest":{
2337
+ "type":"structure",
2338
+ "required":["MeetingId"],
2339
+ "members":{
2340
+ "MeetingId":{
2341
+ "shape":"GuidString",
2342
+ "location":"uri",
2343
+ "locationName":"meetingId"
2344
+ }
2345
+ }
2346
+ },
2043
2347
  "DeletePhoneNumberRequest":{
2044
2348
  "type":"structure",
2045
2349
  "required":["PhoneNumberId"],
@@ -2271,6 +2575,12 @@
2271
2575
  "LambdaFunctionArn":{"shape":"SensitiveString"}
2272
2576
  }
2273
2577
  },
2578
+ "ExternalUserIdType":{
2579
+ "type":"string",
2580
+ "max":64,
2581
+ "min":2,
2582
+ "sensitive":true
2583
+ },
2274
2584
  "ForbiddenException":{
2275
2585
  "type":"structure",
2276
2586
  "members":{
@@ -2314,6 +2624,31 @@
2314
2624
  "AccountSettings":{"shape":"AccountSettings"}
2315
2625
  }
2316
2626
  },
2627
+ "GetAttendeeRequest":{
2628
+ "type":"structure",
2629
+ "required":[
2630
+ "MeetingId",
2631
+ "AttendeeId"
2632
+ ],
2633
+ "members":{
2634
+ "MeetingId":{
2635
+ "shape":"GuidString",
2636
+ "location":"uri",
2637
+ "locationName":"meetingId"
2638
+ },
2639
+ "AttendeeId":{
2640
+ "shape":"GuidString",
2641
+ "location":"uri",
2642
+ "locationName":"attendeeId"
2643
+ }
2644
+ }
2645
+ },
2646
+ "GetAttendeeResponse":{
2647
+ "type":"structure",
2648
+ "members":{
2649
+ "Attendee":{"shape":"Attendee"}
2650
+ }
2651
+ },
2317
2652
  "GetBotRequest":{
2318
2653
  "type":"structure",
2319
2654
  "required":[
@@ -2371,6 +2706,23 @@
2371
2706
  "VoiceConnector":{"shape":"VoiceConnectorSettings"}
2372
2707
  }
2373
2708
  },
2709
+ "GetMeetingRequest":{
2710
+ "type":"structure",
2711
+ "required":["MeetingId"],
2712
+ "members":{
2713
+ "MeetingId":{
2714
+ "shape":"GuidString",
2715
+ "location":"uri",
2716
+ "locationName":"meetingId"
2717
+ }
2718
+ }
2719
+ },
2720
+ "GetMeetingResponse":{
2721
+ "type":"structure",
2722
+ "members":{
2723
+ "Meeting":{"shape":"Meeting"}
2724
+ }
2725
+ },
2374
2726
  "GetPhoneNumberOrderRequest":{
2375
2727
  "type":"structure",
2376
2728
  "required":["PhoneNumberOrderId"],
@@ -2656,6 +3008,12 @@
2656
3008
  "type":"timestamp",
2657
3009
  "timestampFormat":"iso8601"
2658
3010
  },
3011
+ "JoinTokenString":{
3012
+ "type":"string",
3013
+ "max":2048,
3014
+ "min":2,
3015
+ "sensitive":true
3016
+ },
2659
3017
  "License":{
2660
3018
  "type":"string",
2661
3019
  "enum":[
@@ -2701,6 +3059,34 @@
2701
3059
  "NextToken":{"shape":"String"}
2702
3060
  }
2703
3061
  },
3062
+ "ListAttendeesRequest":{
3063
+ "type":"structure",
3064
+ "required":["MeetingId"],
3065
+ "members":{
3066
+ "MeetingId":{
3067
+ "shape":"GuidString",
3068
+ "location":"uri",
3069
+ "locationName":"meetingId"
3070
+ },
3071
+ "NextToken":{
3072
+ "shape":"String",
3073
+ "location":"querystring",
3074
+ "locationName":"next-token"
3075
+ },
3076
+ "MaxResults":{
3077
+ "shape":"ResultMax",
3078
+ "location":"querystring",
3079
+ "locationName":"max-results"
3080
+ }
3081
+ }
3082
+ },
3083
+ "ListAttendeesResponse":{
3084
+ "type":"structure",
3085
+ "members":{
3086
+ "Attendees":{"shape":"AttendeeList"},
3087
+ "NextToken":{"shape":"String"}
3088
+ }
3089
+ },
2704
3090
  "ListBotsRequest":{
2705
3091
  "type":"structure",
2706
3092
  "required":["AccountId"],
@@ -2729,6 +3115,28 @@
2729
3115
  "NextToken":{"shape":"String"}
2730
3116
  }
2731
3117
  },
3118
+ "ListMeetingsRequest":{
3119
+ "type":"structure",
3120
+ "members":{
3121
+ "NextToken":{
3122
+ "shape":"String",
3123
+ "location":"querystring",
3124
+ "locationName":"next-token"
3125
+ },
3126
+ "MaxResults":{
3127
+ "shape":"ResultMax",
3128
+ "location":"querystring",
3129
+ "locationName":"max-results"
3130
+ }
3131
+ }
3132
+ },
3133
+ "ListMeetingsResponse":{
3134
+ "type":"structure",
3135
+ "members":{
3136
+ "Meetings":{"shape":"MeetingList"},
3137
+ "NextToken":{"shape":"String"}
3138
+ }
3139
+ },
2732
3140
  "ListPhoneNumberOrdersRequest":{
2733
3141
  "type":"structure",
2734
3142
  "members":{
@@ -2986,6 +3394,36 @@
2986
3394
  "members":{
2987
3395
  }
2988
3396
  },
3397
+ "MediaPlacement":{
3398
+ "type":"structure",
3399
+ "members":{
3400
+ "AudioHostUrl":{"shape":"UriType"},
3401
+ "ScreenDataUrl":{"shape":"UriType"},
3402
+ "ScreenSharingUrl":{"shape":"UriType"},
3403
+ "ScreenViewingUrl":{"shape":"UriType"},
3404
+ "SignalingUrl":{"shape":"UriType"},
3405
+ "TurnControlUrl":{"shape":"UriType"}
3406
+ }
3407
+ },
3408
+ "Meeting":{
3409
+ "type":"structure",
3410
+ "members":{
3411
+ "MeetingId":{"shape":"GuidString"},
3412
+ "MediaPlacement":{"shape":"MediaPlacement"},
3413
+ "MediaRegion":{"shape":"String"}
3414
+ }
3415
+ },
3416
+ "MeetingList":{
3417
+ "type":"list",
3418
+ "member":{"shape":"Meeting"}
3419
+ },
3420
+ "MeetingNotificationConfiguration":{
3421
+ "type":"structure",
3422
+ "members":{
3423
+ "SnsTopicArn":{"shape":"Arn"},
3424
+ "SqsQueueArn":{"shape":"Arn"}
3425
+ }
3426
+ },
2989
3427
  "Member":{
2990
3428
  "type":"structure",
2991
3429
  "members":{
@@ -3911,6 +4349,10 @@
3911
4349
  "VoiceConnector":{"shape":"VoiceConnector"}
3912
4350
  }
3913
4351
  },
4352
+ "UriType":{
4353
+ "type":"string",
4354
+ "max":4096
4355
+ },
3914
4356
  "User":{
3915
4357
  "type":"structure",
3916
4358
  "required":["UserId"],