aws-sdk-core 2.11.631 → 2.11.632
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +6 -2
- data/apis/chime/2018-05-01/api-2.json +2527 -123
- data/apis/chime/2018-05-01/paginators-1.json +60 -0
- data/apis/cloudhsmv2/2017-04-28/api-2.json +101 -5
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +146 -9
- data/apis/cognito-identity/2014-06-30/api-2.json +12 -5
- data/apis/cognito-identity/2014-06-30/paginators-1.json +7 -1
- data/apis/cognito-identity/2014-06-30/smoke.json +20 -0
- data/apis/connect/2017-08-08/api-2.json +1298 -63
- data/apis/connect/2017-08-08/paginators-1.json +42 -0
- data/apis/kafka/2018-11-14/api-2.json +2 -1
- data/apis/macie2/2020-01-01/api-2.json +41 -0
- data/apis/s3/2006-03-01/api-2.json +2 -37
- data/apis/s3/2006-03-01/examples-1.json +103 -103
- data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +1 -1
- data/endpoints.json +23 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8d7796949c01c8047dbd21c680ba94bdf24e19337ad30a3013b187edcf8ab2c
|
4
|
+
data.tar.gz: 1efc980b0c8786399e29823b6c6a71470f6bafb0ac0d627ea24ed6fec70e6915
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbc5eae8d2e3ec9429135da1bec2dda52054d27f6ecab44864e55a50820ff1c026ae6f40390e5a33e0c0426a83a32f4b298a0dd8c51a624a21263ba9001f7aac
|
7
|
+
data.tar.gz: c447a923f6dd55c3d9c720bd6eef3513c5fff076dc69a3602c8fb0ad884a0b2c0d2445a9924efb7bb678ce218a70801afe23153fb6b4a3c88f4a11c2a2670e7e
|
@@ -2754,7 +2754,10 @@
|
|
2754
2754
|
},
|
2755
2755
|
"TagRef":{
|
2756
2756
|
"type":"structure",
|
2757
|
-
"required":[
|
2757
|
+
"required":[
|
2758
|
+
"key",
|
2759
|
+
"value"
|
2760
|
+
],
|
2758
2761
|
"members":{
|
2759
2762
|
"key":{"shape":"TagKey"},
|
2760
2763
|
"value":{"shape":"TagValue"}
|
@@ -2861,7 +2864,8 @@
|
|
2861
2864
|
"httpStatusCode":429,
|
2862
2865
|
"senderFault":true
|
2863
2866
|
},
|
2864
|
-
"exception":true
|
2867
|
+
"exception":true,
|
2868
|
+
"retryable":{"throttling":true}
|
2865
2869
|
},
|
2866
2870
|
"TooManyTagsException":{
|
2867
2871
|
"type":"structure",
|
@@ -242,6 +242,69 @@
|
|
242
242
|
{"shape":"ServiceFailureException"}
|
243
243
|
]
|
244
244
|
},
|
245
|
+
"CreateAppInstance":{
|
246
|
+
"name":"CreateAppInstance",
|
247
|
+
"http":{
|
248
|
+
"method":"POST",
|
249
|
+
"requestUri":"/app-instances",
|
250
|
+
"responseCode":201
|
251
|
+
},
|
252
|
+
"input":{"shape":"CreateAppInstanceRequest"},
|
253
|
+
"output":{"shape":"CreateAppInstanceResponse"},
|
254
|
+
"errors":[
|
255
|
+
{"shape":"BadRequestException"},
|
256
|
+
{"shape":"ConflictException"},
|
257
|
+
{"shape":"ForbiddenException"},
|
258
|
+
{"shape":"ResourceLimitExceededException"},
|
259
|
+
{"shape":"ThrottledClientException"},
|
260
|
+
{"shape":"UnauthorizedClientException"},
|
261
|
+
{"shape":"ServiceUnavailableException"},
|
262
|
+
{"shape":"ServiceFailureException"}
|
263
|
+
],
|
264
|
+
"endpoint":{"hostPrefix":"identity-"}
|
265
|
+
},
|
266
|
+
"CreateAppInstanceAdmin":{
|
267
|
+
"name":"CreateAppInstanceAdmin",
|
268
|
+
"http":{
|
269
|
+
"method":"POST",
|
270
|
+
"requestUri":"/app-instances/{appInstanceArn}/admins",
|
271
|
+
"responseCode":201
|
272
|
+
},
|
273
|
+
"input":{"shape":"CreateAppInstanceAdminRequest"},
|
274
|
+
"output":{"shape":"CreateAppInstanceAdminResponse"},
|
275
|
+
"errors":[
|
276
|
+
{"shape":"BadRequestException"},
|
277
|
+
{"shape":"ConflictException"},
|
278
|
+
{"shape":"ForbiddenException"},
|
279
|
+
{"shape":"ResourceLimitExceededException"},
|
280
|
+
{"shape":"ThrottledClientException"},
|
281
|
+
{"shape":"UnauthorizedClientException"},
|
282
|
+
{"shape":"ServiceUnavailableException"},
|
283
|
+
{"shape":"ServiceFailureException"}
|
284
|
+
],
|
285
|
+
"endpoint":{"hostPrefix":"identity-"}
|
286
|
+
},
|
287
|
+
"CreateAppInstanceUser":{
|
288
|
+
"name":"CreateAppInstanceUser",
|
289
|
+
"http":{
|
290
|
+
"method":"POST",
|
291
|
+
"requestUri":"/app-instance-users",
|
292
|
+
"responseCode":201
|
293
|
+
},
|
294
|
+
"input":{"shape":"CreateAppInstanceUserRequest"},
|
295
|
+
"output":{"shape":"CreateAppInstanceUserResponse"},
|
296
|
+
"errors":[
|
297
|
+
{"shape":"BadRequestException"},
|
298
|
+
{"shape":"ConflictException"},
|
299
|
+
{"shape":"ForbiddenException"},
|
300
|
+
{"shape":"ResourceLimitExceededException"},
|
301
|
+
{"shape":"ThrottledClientException"},
|
302
|
+
{"shape":"UnauthorizedClientException"},
|
303
|
+
{"shape":"ServiceUnavailableException"},
|
304
|
+
{"shape":"ServiceFailureException"}
|
305
|
+
],
|
306
|
+
"endpoint":{"hostPrefix":"identity-"}
|
307
|
+
},
|
245
308
|
"CreateAttendee":{
|
246
309
|
"name":"CreateAttendee",
|
247
310
|
"http":{
|
@@ -282,6 +345,90 @@
|
|
282
345
|
{"shape":"ThrottledClientException"}
|
283
346
|
]
|
284
347
|
},
|
348
|
+
"CreateChannel":{
|
349
|
+
"name":"CreateChannel",
|
350
|
+
"http":{
|
351
|
+
"method":"POST",
|
352
|
+
"requestUri":"/channels",
|
353
|
+
"responseCode":201
|
354
|
+
},
|
355
|
+
"input":{"shape":"CreateChannelRequest"},
|
356
|
+
"output":{"shape":"CreateChannelResponse"},
|
357
|
+
"errors":[
|
358
|
+
{"shape":"BadRequestException"},
|
359
|
+
{"shape":"ForbiddenException"},
|
360
|
+
{"shape":"UnauthorizedClientException"},
|
361
|
+
{"shape":"ConflictException"},
|
362
|
+
{"shape":"ResourceLimitExceededException"},
|
363
|
+
{"shape":"ThrottledClientException"},
|
364
|
+
{"shape":"ServiceUnavailableException"},
|
365
|
+
{"shape":"ServiceFailureException"}
|
366
|
+
],
|
367
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
368
|
+
},
|
369
|
+
"CreateChannelBan":{
|
370
|
+
"name":"CreateChannelBan",
|
371
|
+
"http":{
|
372
|
+
"method":"POST",
|
373
|
+
"requestUri":"/channels/{channelArn}/bans",
|
374
|
+
"responseCode":201
|
375
|
+
},
|
376
|
+
"input":{"shape":"CreateChannelBanRequest"},
|
377
|
+
"output":{"shape":"CreateChannelBanResponse"},
|
378
|
+
"errors":[
|
379
|
+
{"shape":"BadRequestException"},
|
380
|
+
{"shape":"ForbiddenException"},
|
381
|
+
{"shape":"UnauthorizedClientException"},
|
382
|
+
{"shape":"ConflictException"},
|
383
|
+
{"shape":"ResourceLimitExceededException"},
|
384
|
+
{"shape":"ThrottledClientException"},
|
385
|
+
{"shape":"ServiceUnavailableException"},
|
386
|
+
{"shape":"ServiceFailureException"}
|
387
|
+
],
|
388
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
389
|
+
},
|
390
|
+
"CreateChannelMembership":{
|
391
|
+
"name":"CreateChannelMembership",
|
392
|
+
"http":{
|
393
|
+
"method":"POST",
|
394
|
+
"requestUri":"/channels/{channelArn}/memberships",
|
395
|
+
"responseCode":201
|
396
|
+
},
|
397
|
+
"input":{"shape":"CreateChannelMembershipRequest"},
|
398
|
+
"output":{"shape":"CreateChannelMembershipResponse"},
|
399
|
+
"errors":[
|
400
|
+
{"shape":"BadRequestException"},
|
401
|
+
{"shape":"ForbiddenException"},
|
402
|
+
{"shape":"UnauthorizedClientException"},
|
403
|
+
{"shape":"ConflictException"},
|
404
|
+
{"shape":"ResourceLimitExceededException"},
|
405
|
+
{"shape":"ThrottledClientException"},
|
406
|
+
{"shape":"ServiceUnavailableException"},
|
407
|
+
{"shape":"ServiceFailureException"}
|
408
|
+
],
|
409
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
410
|
+
},
|
411
|
+
"CreateChannelModerator":{
|
412
|
+
"name":"CreateChannelModerator",
|
413
|
+
"http":{
|
414
|
+
"method":"POST",
|
415
|
+
"requestUri":"/channels/{channelArn}/moderators",
|
416
|
+
"responseCode":201
|
417
|
+
},
|
418
|
+
"input":{"shape":"CreateChannelModeratorRequest"},
|
419
|
+
"output":{"shape":"CreateChannelModeratorResponse"},
|
420
|
+
"errors":[
|
421
|
+
{"shape":"BadRequestException"},
|
422
|
+
{"shape":"ForbiddenException"},
|
423
|
+
{"shape":"UnauthorizedClientException"},
|
424
|
+
{"shape":"ConflictException"},
|
425
|
+
{"shape":"ResourceLimitExceededException"},
|
426
|
+
{"shape":"ThrottledClientException"},
|
427
|
+
{"shape":"ServiceUnavailableException"},
|
428
|
+
{"shape":"ServiceFailureException"}
|
429
|
+
],
|
430
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
431
|
+
},
|
285
432
|
"CreateMeeting":{
|
286
433
|
"name":"CreateMeeting",
|
287
434
|
"http":{
|
@@ -560,6 +707,80 @@
|
|
560
707
|
{"shape":"ServiceFailureException"}
|
561
708
|
]
|
562
709
|
},
|
710
|
+
"DeleteAppInstance":{
|
711
|
+
"name":"DeleteAppInstance",
|
712
|
+
"http":{
|
713
|
+
"method":"DELETE",
|
714
|
+
"requestUri":"/app-instances/{appInstanceArn}",
|
715
|
+
"responseCode":204
|
716
|
+
},
|
717
|
+
"input":{"shape":"DeleteAppInstanceRequest"},
|
718
|
+
"errors":[
|
719
|
+
{"shape":"BadRequestException"},
|
720
|
+
{"shape":"ForbiddenException"},
|
721
|
+
{"shape":"ThrottledClientException"},
|
722
|
+
{"shape":"UnauthorizedClientException"},
|
723
|
+
{"shape":"ServiceUnavailableException"},
|
724
|
+
{"shape":"ServiceFailureException"}
|
725
|
+
],
|
726
|
+
"endpoint":{"hostPrefix":"identity-"}
|
727
|
+
},
|
728
|
+
"DeleteAppInstanceAdmin":{
|
729
|
+
"name":"DeleteAppInstanceAdmin",
|
730
|
+
"http":{
|
731
|
+
"method":"DELETE",
|
732
|
+
"requestUri":"/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
|
733
|
+
"responseCode":204
|
734
|
+
},
|
735
|
+
"input":{"shape":"DeleteAppInstanceAdminRequest"},
|
736
|
+
"errors":[
|
737
|
+
{"shape":"BadRequestException"},
|
738
|
+
{"shape":"ConflictException"},
|
739
|
+
{"shape":"ForbiddenException"},
|
740
|
+
{"shape":"ResourceLimitExceededException"},
|
741
|
+
{"shape":"ThrottledClientException"},
|
742
|
+
{"shape":"UnauthorizedClientException"},
|
743
|
+
{"shape":"ServiceUnavailableException"},
|
744
|
+
{"shape":"ServiceFailureException"}
|
745
|
+
],
|
746
|
+
"endpoint":{"hostPrefix":"identity-"}
|
747
|
+
},
|
748
|
+
"DeleteAppInstanceStreamingConfigurations":{
|
749
|
+
"name":"DeleteAppInstanceStreamingConfigurations",
|
750
|
+
"http":{
|
751
|
+
"method":"DELETE",
|
752
|
+
"requestUri":"/app-instances/{appInstanceArn}/streaming-configurations",
|
753
|
+
"responseCode":204
|
754
|
+
},
|
755
|
+
"input":{"shape":"DeleteAppInstanceStreamingConfigurationsRequest"},
|
756
|
+
"errors":[
|
757
|
+
{"shape":"BadRequestException"},
|
758
|
+
{"shape":"ForbiddenException"},
|
759
|
+
{"shape":"NotFoundException"},
|
760
|
+
{"shape":"UnauthorizedClientException"},
|
761
|
+
{"shape":"ThrottledClientException"},
|
762
|
+
{"shape":"ServiceUnavailableException"},
|
763
|
+
{"shape":"ServiceFailureException"}
|
764
|
+
]
|
765
|
+
},
|
766
|
+
"DeleteAppInstanceUser":{
|
767
|
+
"name":"DeleteAppInstanceUser",
|
768
|
+
"http":{
|
769
|
+
"method":"DELETE",
|
770
|
+
"requestUri":"/app-instance-users/{appInstanceUserArn}",
|
771
|
+
"responseCode":204
|
772
|
+
},
|
773
|
+
"input":{"shape":"DeleteAppInstanceUserRequest"},
|
774
|
+
"errors":[
|
775
|
+
{"shape":"BadRequestException"},
|
776
|
+
{"shape":"ForbiddenException"},
|
777
|
+
{"shape":"ThrottledClientException"},
|
778
|
+
{"shape":"UnauthorizedClientException"},
|
779
|
+
{"shape":"ServiceUnavailableException"},
|
780
|
+
{"shape":"ServiceFailureException"}
|
781
|
+
],
|
782
|
+
"endpoint":{"hostPrefix":"identity-"}
|
783
|
+
},
|
563
784
|
"DeleteAttendee":{
|
564
785
|
"name":"DeleteAttendee",
|
565
786
|
"http":{
|
@@ -578,6 +799,96 @@
|
|
578
799
|
{"shape":"ServiceFailureException"}
|
579
800
|
]
|
580
801
|
},
|
802
|
+
"DeleteChannel":{
|
803
|
+
"name":"DeleteChannel",
|
804
|
+
"http":{
|
805
|
+
"method":"DELETE",
|
806
|
+
"requestUri":"/channels/{channelArn}",
|
807
|
+
"responseCode":204
|
808
|
+
},
|
809
|
+
"input":{"shape":"DeleteChannelRequest"},
|
810
|
+
"errors":[
|
811
|
+
{"shape":"BadRequestException"},
|
812
|
+
{"shape":"ForbiddenException"},
|
813
|
+
{"shape":"UnauthorizedClientException"},
|
814
|
+
{"shape":"ThrottledClientException"},
|
815
|
+
{"shape":"ServiceUnavailableException"},
|
816
|
+
{"shape":"ServiceFailureException"}
|
817
|
+
],
|
818
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
819
|
+
},
|
820
|
+
"DeleteChannelBan":{
|
821
|
+
"name":"DeleteChannelBan",
|
822
|
+
"http":{
|
823
|
+
"method":"DELETE",
|
824
|
+
"requestUri":"/channels/{channelArn}/bans/{memberArn}",
|
825
|
+
"responseCode":204
|
826
|
+
},
|
827
|
+
"input":{"shape":"DeleteChannelBanRequest"},
|
828
|
+
"errors":[
|
829
|
+
{"shape":"BadRequestException"},
|
830
|
+
{"shape":"ForbiddenException"},
|
831
|
+
{"shape":"UnauthorizedClientException"},
|
832
|
+
{"shape":"ThrottledClientException"},
|
833
|
+
{"shape":"ServiceUnavailableException"},
|
834
|
+
{"shape":"ServiceFailureException"}
|
835
|
+
],
|
836
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
837
|
+
},
|
838
|
+
"DeleteChannelMembership":{
|
839
|
+
"name":"DeleteChannelMembership",
|
840
|
+
"http":{
|
841
|
+
"method":"DELETE",
|
842
|
+
"requestUri":"/channels/{channelArn}/memberships/{memberArn}",
|
843
|
+
"responseCode":204
|
844
|
+
},
|
845
|
+
"input":{"shape":"DeleteChannelMembershipRequest"},
|
846
|
+
"errors":[
|
847
|
+
{"shape":"BadRequestException"},
|
848
|
+
{"shape":"ForbiddenException"},
|
849
|
+
{"shape":"UnauthorizedClientException"},
|
850
|
+
{"shape":"ThrottledClientException"},
|
851
|
+
{"shape":"ServiceUnavailableException"},
|
852
|
+
{"shape":"ServiceFailureException"}
|
853
|
+
],
|
854
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
855
|
+
},
|
856
|
+
"DeleteChannelMessage":{
|
857
|
+
"name":"DeleteChannelMessage",
|
858
|
+
"http":{
|
859
|
+
"method":"DELETE",
|
860
|
+
"requestUri":"/channels/{channelArn}/messages/{messageId}",
|
861
|
+
"responseCode":204
|
862
|
+
},
|
863
|
+
"input":{"shape":"DeleteChannelMessageRequest"},
|
864
|
+
"errors":[
|
865
|
+
{"shape":"BadRequestException"},
|
866
|
+
{"shape":"ForbiddenException"},
|
867
|
+
{"shape":"UnauthorizedClientException"},
|
868
|
+
{"shape":"ThrottledClientException"},
|
869
|
+
{"shape":"ServiceUnavailableException"},
|
870
|
+
{"shape":"ServiceFailureException"}
|
871
|
+
],
|
872
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
873
|
+
},
|
874
|
+
"DeleteChannelModerator":{
|
875
|
+
"name":"DeleteChannelModerator",
|
876
|
+
"http":{
|
877
|
+
"method":"DELETE",
|
878
|
+
"requestUri":"/channels/{channelArn}/moderators/{channelModeratorArn}",
|
879
|
+
"responseCode":204
|
880
|
+
},
|
881
|
+
"input":{"shape":"DeleteChannelModeratorRequest"},
|
882
|
+
"errors":[
|
883
|
+
{"shape":"BadRequestException"},
|
884
|
+
{"shape":"ForbiddenException"},
|
885
|
+
{"shape":"UnauthorizedClientException"},
|
886
|
+
{"shape":"ThrottledClientException"},
|
887
|
+
{"shape":"ServiceUnavailableException"},
|
888
|
+
{"shape":"ServiceFailureException"}
|
889
|
+
],
|
890
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
891
|
+
},
|
581
892
|
"DeleteEventsConfiguration":{
|
582
893
|
"name":"DeleteEventsConfiguration",
|
583
894
|
"http":{
|
@@ -869,48 +1180,222 @@
|
|
869
1180
|
{"shape":"ServiceFailureException"}
|
870
1181
|
]
|
871
1182
|
},
|
872
|
-
"
|
873
|
-
"name":"
|
1183
|
+
"DescribeAppInstance":{
|
1184
|
+
"name":"DescribeAppInstance",
|
874
1185
|
"http":{
|
875
|
-
"method":"
|
876
|
-
"requestUri":"/
|
1186
|
+
"method":"GET",
|
1187
|
+
"requestUri":"/app-instances/{appInstanceArn}",
|
877
1188
|
"responseCode":200
|
878
1189
|
},
|
879
|
-
"input":{"shape":"
|
880
|
-
"output":{"shape":"
|
1190
|
+
"input":{"shape":"DescribeAppInstanceRequest"},
|
1191
|
+
"output":{"shape":"DescribeAppInstanceResponse"},
|
881
1192
|
"errors":[
|
882
|
-
{"shape":"UnauthorizedClientException"},
|
883
|
-
{"shape":"NotFoundException"},
|
884
|
-
{"shape":"ForbiddenException"},
|
885
1193
|
{"shape":"BadRequestException"},
|
1194
|
+
{"shape":"ForbiddenException"},
|
886
1195
|
{"shape":"ThrottledClientException"},
|
1196
|
+
{"shape":"UnauthorizedClientException"},
|
887
1197
|
{"shape":"ServiceUnavailableException"},
|
888
1198
|
{"shape":"ServiceFailureException"}
|
889
|
-
]
|
1199
|
+
],
|
1200
|
+
"endpoint":{"hostPrefix":"identity-"}
|
890
1201
|
},
|
891
|
-
"
|
892
|
-
"name":"
|
1202
|
+
"DescribeAppInstanceAdmin":{
|
1203
|
+
"name":"DescribeAppInstanceAdmin",
|
893
1204
|
"http":{
|
894
|
-
"method":"
|
895
|
-
"requestUri":"/
|
1205
|
+
"method":"GET",
|
1206
|
+
"requestUri":"/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
|
896
1207
|
"responseCode":200
|
897
1208
|
},
|
898
|
-
"input":{"shape":"
|
899
|
-
"output":{"shape":"
|
1209
|
+
"input":{"shape":"DescribeAppInstanceAdminRequest"},
|
1210
|
+
"output":{"shape":"DescribeAppInstanceAdminResponse"},
|
900
1211
|
"errors":[
|
901
|
-
{"shape":"UnauthorizedClientException"},
|
902
|
-
{"shape":"NotFoundException"},
|
903
|
-
{"shape":"ForbiddenException"},
|
904
1212
|
{"shape":"BadRequestException"},
|
1213
|
+
{"shape":"ForbiddenException"},
|
905
1214
|
{"shape":"ThrottledClientException"},
|
1215
|
+
{"shape":"UnauthorizedClientException"},
|
906
1216
|
{"shape":"ServiceUnavailableException"},
|
907
1217
|
{"shape":"ServiceFailureException"}
|
908
|
-
]
|
1218
|
+
],
|
1219
|
+
"endpoint":{"hostPrefix":"identity-"}
|
909
1220
|
},
|
910
|
-
"
|
911
|
-
"name":"
|
1221
|
+
"DescribeAppInstanceUser":{
|
1222
|
+
"name":"DescribeAppInstanceUser",
|
912
1223
|
"http":{
|
913
|
-
"method":"
|
1224
|
+
"method":"GET",
|
1225
|
+
"requestUri":"/app-instance-users/{appInstanceUserArn}",
|
1226
|
+
"responseCode":200
|
1227
|
+
},
|
1228
|
+
"input":{"shape":"DescribeAppInstanceUserRequest"},
|
1229
|
+
"output":{"shape":"DescribeAppInstanceUserResponse"},
|
1230
|
+
"errors":[
|
1231
|
+
{"shape":"BadRequestException"},
|
1232
|
+
{"shape":"ForbiddenException"},
|
1233
|
+
{"shape":"ThrottledClientException"},
|
1234
|
+
{"shape":"UnauthorizedClientException"},
|
1235
|
+
{"shape":"ServiceUnavailableException"},
|
1236
|
+
{"shape":"ServiceFailureException"}
|
1237
|
+
],
|
1238
|
+
"endpoint":{"hostPrefix":"identity-"}
|
1239
|
+
},
|
1240
|
+
"DescribeChannel":{
|
1241
|
+
"name":"DescribeChannel",
|
1242
|
+
"http":{
|
1243
|
+
"method":"GET",
|
1244
|
+
"requestUri":"/channels/{channelArn}",
|
1245
|
+
"responseCode":200
|
1246
|
+
},
|
1247
|
+
"input":{"shape":"DescribeChannelRequest"},
|
1248
|
+
"output":{"shape":"DescribeChannelResponse"},
|
1249
|
+
"errors":[
|
1250
|
+
{"shape":"BadRequestException"},
|
1251
|
+
{"shape":"ForbiddenException"},
|
1252
|
+
{"shape":"UnauthorizedClientException"},
|
1253
|
+
{"shape":"ThrottledClientException"},
|
1254
|
+
{"shape":"ServiceUnavailableException"},
|
1255
|
+
{"shape":"ServiceFailureException"}
|
1256
|
+
],
|
1257
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1258
|
+
},
|
1259
|
+
"DescribeChannelBan":{
|
1260
|
+
"name":"DescribeChannelBan",
|
1261
|
+
"http":{
|
1262
|
+
"method":"GET",
|
1263
|
+
"requestUri":"/channels/{channelArn}/bans/{memberArn}",
|
1264
|
+
"responseCode":200
|
1265
|
+
},
|
1266
|
+
"input":{"shape":"DescribeChannelBanRequest"},
|
1267
|
+
"output":{"shape":"DescribeChannelBanResponse"},
|
1268
|
+
"errors":[
|
1269
|
+
{"shape":"BadRequestException"},
|
1270
|
+
{"shape":"ForbiddenException"},
|
1271
|
+
{"shape":"NotFoundException"},
|
1272
|
+
{"shape":"UnauthorizedClientException"},
|
1273
|
+
{"shape":"ThrottledClientException"},
|
1274
|
+
{"shape":"ServiceUnavailableException"},
|
1275
|
+
{"shape":"ServiceFailureException"}
|
1276
|
+
],
|
1277
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1278
|
+
},
|
1279
|
+
"DescribeChannelMembership":{
|
1280
|
+
"name":"DescribeChannelMembership",
|
1281
|
+
"http":{
|
1282
|
+
"method":"GET",
|
1283
|
+
"requestUri":"/channels/{channelArn}/memberships/{memberArn}",
|
1284
|
+
"responseCode":200
|
1285
|
+
},
|
1286
|
+
"input":{"shape":"DescribeChannelMembershipRequest"},
|
1287
|
+
"output":{"shape":"DescribeChannelMembershipResponse"},
|
1288
|
+
"errors":[
|
1289
|
+
{"shape":"BadRequestException"},
|
1290
|
+
{"shape":"ForbiddenException"},
|
1291
|
+
{"shape":"NotFoundException"},
|
1292
|
+
{"shape":"UnauthorizedClientException"},
|
1293
|
+
{"shape":"ThrottledClientException"},
|
1294
|
+
{"shape":"ServiceUnavailableException"},
|
1295
|
+
{"shape":"ServiceFailureException"}
|
1296
|
+
],
|
1297
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1298
|
+
},
|
1299
|
+
"DescribeChannelMembershipForAppInstanceUser":{
|
1300
|
+
"name":"DescribeChannelMembershipForAppInstanceUser",
|
1301
|
+
"http":{
|
1302
|
+
"method":"GET",
|
1303
|
+
"requestUri":"/channels/{channelArn}?scope=app-instance-user-membership",
|
1304
|
+
"responseCode":200
|
1305
|
+
},
|
1306
|
+
"input":{"shape":"DescribeChannelMembershipForAppInstanceUserRequest"},
|
1307
|
+
"output":{"shape":"DescribeChannelMembershipForAppInstanceUserResponse"},
|
1308
|
+
"errors":[
|
1309
|
+
{"shape":"BadRequestException"},
|
1310
|
+
{"shape":"ForbiddenException"},
|
1311
|
+
{"shape":"UnauthorizedClientException"},
|
1312
|
+
{"shape":"ThrottledClientException"},
|
1313
|
+
{"shape":"ServiceUnavailableException"},
|
1314
|
+
{"shape":"ServiceFailureException"}
|
1315
|
+
],
|
1316
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1317
|
+
},
|
1318
|
+
"DescribeChannelModeratedByAppInstanceUser":{
|
1319
|
+
"name":"DescribeChannelModeratedByAppInstanceUser",
|
1320
|
+
"http":{
|
1321
|
+
"method":"GET",
|
1322
|
+
"requestUri":"/channels/{channelArn}?scope=app-instance-user-moderated-channel",
|
1323
|
+
"responseCode":200
|
1324
|
+
},
|
1325
|
+
"input":{"shape":"DescribeChannelModeratedByAppInstanceUserRequest"},
|
1326
|
+
"output":{"shape":"DescribeChannelModeratedByAppInstanceUserResponse"},
|
1327
|
+
"errors":[
|
1328
|
+
{"shape":"BadRequestException"},
|
1329
|
+
{"shape":"ForbiddenException"},
|
1330
|
+
{"shape":"UnauthorizedClientException"},
|
1331
|
+
{"shape":"ThrottledClientException"},
|
1332
|
+
{"shape":"ServiceUnavailableException"},
|
1333
|
+
{"shape":"ServiceFailureException"}
|
1334
|
+
],
|
1335
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1336
|
+
},
|
1337
|
+
"DescribeChannelModerator":{
|
1338
|
+
"name":"DescribeChannelModerator",
|
1339
|
+
"http":{
|
1340
|
+
"method":"GET",
|
1341
|
+
"requestUri":"/channels/{channelArn}/moderators/{channelModeratorArn}",
|
1342
|
+
"responseCode":200
|
1343
|
+
},
|
1344
|
+
"input":{"shape":"DescribeChannelModeratorRequest"},
|
1345
|
+
"output":{"shape":"DescribeChannelModeratorResponse"},
|
1346
|
+
"errors":[
|
1347
|
+
{"shape":"BadRequestException"},
|
1348
|
+
{"shape":"ForbiddenException"},
|
1349
|
+
{"shape":"NotFoundException"},
|
1350
|
+
{"shape":"UnauthorizedClientException"},
|
1351
|
+
{"shape":"ThrottledClientException"},
|
1352
|
+
{"shape":"ServiceUnavailableException"},
|
1353
|
+
{"shape":"ServiceFailureException"}
|
1354
|
+
],
|
1355
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1356
|
+
},
|
1357
|
+
"DisassociatePhoneNumberFromUser":{
|
1358
|
+
"name":"DisassociatePhoneNumberFromUser",
|
1359
|
+
"http":{
|
1360
|
+
"method":"POST",
|
1361
|
+
"requestUri":"/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number",
|
1362
|
+
"responseCode":200
|
1363
|
+
},
|
1364
|
+
"input":{"shape":"DisassociatePhoneNumberFromUserRequest"},
|
1365
|
+
"output":{"shape":"DisassociatePhoneNumberFromUserResponse"},
|
1366
|
+
"errors":[
|
1367
|
+
{"shape":"UnauthorizedClientException"},
|
1368
|
+
{"shape":"NotFoundException"},
|
1369
|
+
{"shape":"ForbiddenException"},
|
1370
|
+
{"shape":"BadRequestException"},
|
1371
|
+
{"shape":"ThrottledClientException"},
|
1372
|
+
{"shape":"ServiceUnavailableException"},
|
1373
|
+
{"shape":"ServiceFailureException"}
|
1374
|
+
]
|
1375
|
+
},
|
1376
|
+
"DisassociatePhoneNumbersFromVoiceConnector":{
|
1377
|
+
"name":"DisassociatePhoneNumbersFromVoiceConnector",
|
1378
|
+
"http":{
|
1379
|
+
"method":"POST",
|
1380
|
+
"requestUri":"/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers",
|
1381
|
+
"responseCode":200
|
1382
|
+
},
|
1383
|
+
"input":{"shape":"DisassociatePhoneNumbersFromVoiceConnectorRequest"},
|
1384
|
+
"output":{"shape":"DisassociatePhoneNumbersFromVoiceConnectorResponse"},
|
1385
|
+
"errors":[
|
1386
|
+
{"shape":"UnauthorizedClientException"},
|
1387
|
+
{"shape":"NotFoundException"},
|
1388
|
+
{"shape":"ForbiddenException"},
|
1389
|
+
{"shape":"BadRequestException"},
|
1390
|
+
{"shape":"ThrottledClientException"},
|
1391
|
+
{"shape":"ServiceUnavailableException"},
|
1392
|
+
{"shape":"ServiceFailureException"}
|
1393
|
+
]
|
1394
|
+
},
|
1395
|
+
"DisassociatePhoneNumbersFromVoiceConnectorGroup":{
|
1396
|
+
"name":"DisassociatePhoneNumbersFromVoiceConnectorGroup",
|
1397
|
+
"http":{
|
1398
|
+
"method":"POST",
|
914
1399
|
"requestUri":"/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers",
|
915
1400
|
"responseCode":200
|
916
1401
|
},
|
@@ -981,6 +1466,45 @@
|
|
981
1466
|
{"shape":"ServiceFailureException"}
|
982
1467
|
]
|
983
1468
|
},
|
1469
|
+
"GetAppInstanceRetentionSettings":{
|
1470
|
+
"name":"GetAppInstanceRetentionSettings",
|
1471
|
+
"http":{
|
1472
|
+
"method":"GET",
|
1473
|
+
"requestUri":"/app-instances/{appInstanceArn}/retention-settings",
|
1474
|
+
"responseCode":200
|
1475
|
+
},
|
1476
|
+
"input":{"shape":"GetAppInstanceRetentionSettingsRequest"},
|
1477
|
+
"output":{"shape":"GetAppInstanceRetentionSettingsResponse"},
|
1478
|
+
"errors":[
|
1479
|
+
{"shape":"UnauthorizedClientException"},
|
1480
|
+
{"shape":"NotFoundException"},
|
1481
|
+
{"shape":"BadRequestException"},
|
1482
|
+
{"shape":"ForbiddenException"},
|
1483
|
+
{"shape":"ThrottledClientException"},
|
1484
|
+
{"shape":"ServiceUnavailableException"},
|
1485
|
+
{"shape":"ServiceFailureException"}
|
1486
|
+
],
|
1487
|
+
"endpoint":{"hostPrefix":"identity-"}
|
1488
|
+
},
|
1489
|
+
"GetAppInstanceStreamingConfigurations":{
|
1490
|
+
"name":"GetAppInstanceStreamingConfigurations",
|
1491
|
+
"http":{
|
1492
|
+
"method":"GET",
|
1493
|
+
"requestUri":"/app-instances/{appInstanceArn}/streaming-configurations",
|
1494
|
+
"responseCode":200
|
1495
|
+
},
|
1496
|
+
"input":{"shape":"GetAppInstanceStreamingConfigurationsRequest"},
|
1497
|
+
"output":{"shape":"GetAppInstanceStreamingConfigurationsResponse"},
|
1498
|
+
"errors":[
|
1499
|
+
{"shape":"BadRequestException"},
|
1500
|
+
{"shape":"ForbiddenException"},
|
1501
|
+
{"shape":"NotFoundException"},
|
1502
|
+
{"shape":"UnauthorizedClientException"},
|
1503
|
+
{"shape":"ThrottledClientException"},
|
1504
|
+
{"shape":"ServiceUnavailableException"},
|
1505
|
+
{"shape":"ServiceFailureException"}
|
1506
|
+
]
|
1507
|
+
},
|
984
1508
|
"GetAttendee":{
|
985
1509
|
"name":"GetAttendee",
|
986
1510
|
"http":{
|
@@ -1019,6 +1543,26 @@
|
|
1019
1543
|
{"shape":"ThrottledClientException"}
|
1020
1544
|
]
|
1021
1545
|
},
|
1546
|
+
"GetChannelMessage":{
|
1547
|
+
"name":"GetChannelMessage",
|
1548
|
+
"http":{
|
1549
|
+
"method":"GET",
|
1550
|
+
"requestUri":"/channels/{channelArn}/messages/{messageId}",
|
1551
|
+
"responseCode":200
|
1552
|
+
},
|
1553
|
+
"input":{"shape":"GetChannelMessageRequest"},
|
1554
|
+
"output":{"shape":"GetChannelMessageResponse"},
|
1555
|
+
"errors":[
|
1556
|
+
{"shape":"BadRequestException"},
|
1557
|
+
{"shape":"ForbiddenException"},
|
1558
|
+
{"shape":"NotFoundException"},
|
1559
|
+
{"shape":"UnauthorizedClientException"},
|
1560
|
+
{"shape":"ThrottledClientException"},
|
1561
|
+
{"shape":"ServiceUnavailableException"},
|
1562
|
+
{"shape":"ServiceFailureException"}
|
1563
|
+
],
|
1564
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1565
|
+
},
|
1022
1566
|
"GetEventsConfiguration":{
|
1023
1567
|
"name":"GetEventsConfiguration",
|
1024
1568
|
"http":{
|
@@ -1074,6 +1618,24 @@
|
|
1074
1618
|
{"shape":"ServiceFailureException"}
|
1075
1619
|
]
|
1076
1620
|
},
|
1621
|
+
"GetMessagingSessionEndpoint":{
|
1622
|
+
"name":"GetMessagingSessionEndpoint",
|
1623
|
+
"http":{
|
1624
|
+
"method":"GET",
|
1625
|
+
"requestUri":"/endpoints/messaging-session",
|
1626
|
+
"responseCode":200
|
1627
|
+
},
|
1628
|
+
"input":{"shape":"GetMessagingSessionEndpointRequest"},
|
1629
|
+
"output":{"shape":"GetMessagingSessionEndpointResponse"},
|
1630
|
+
"errors":[
|
1631
|
+
{"shape":"UnauthorizedClientException"},
|
1632
|
+
{"shape":"ForbiddenException"},
|
1633
|
+
{"shape":"ThrottledClientException"},
|
1634
|
+
{"shape":"ServiceUnavailableException"},
|
1635
|
+
{"shape":"ServiceFailureException"}
|
1636
|
+
],
|
1637
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1638
|
+
},
|
1077
1639
|
"GetPhoneNumber":{
|
1078
1640
|
"name":"GetPhoneNumber",
|
1079
1641
|
"http":{
|
@@ -1487,6 +2049,64 @@
|
|
1487
2049
|
{"shape":"ServiceFailureException"}
|
1488
2050
|
]
|
1489
2051
|
},
|
2052
|
+
"ListAppInstanceAdmins":{
|
2053
|
+
"name":"ListAppInstanceAdmins",
|
2054
|
+
"http":{
|
2055
|
+
"method":"GET",
|
2056
|
+
"requestUri":"/app-instances/{appInstanceArn}/admins",
|
2057
|
+
"responseCode":200
|
2058
|
+
},
|
2059
|
+
"input":{"shape":"ListAppInstanceAdminsRequest"},
|
2060
|
+
"output":{"shape":"ListAppInstanceAdminsResponse"},
|
2061
|
+
"errors":[
|
2062
|
+
{"shape":"BadRequestException"},
|
2063
|
+
{"shape":"ForbiddenException"},
|
2064
|
+
{"shape":"ResourceLimitExceededException"},
|
2065
|
+
{"shape":"ThrottledClientException"},
|
2066
|
+
{"shape":"UnauthorizedClientException"},
|
2067
|
+
{"shape":"ServiceUnavailableException"},
|
2068
|
+
{"shape":"ServiceFailureException"}
|
2069
|
+
],
|
2070
|
+
"endpoint":{"hostPrefix":"identity-"}
|
2071
|
+
},
|
2072
|
+
"ListAppInstanceUsers":{
|
2073
|
+
"name":"ListAppInstanceUsers",
|
2074
|
+
"http":{
|
2075
|
+
"method":"GET",
|
2076
|
+
"requestUri":"/app-instance-users",
|
2077
|
+
"responseCode":200
|
2078
|
+
},
|
2079
|
+
"input":{"shape":"ListAppInstanceUsersRequest"},
|
2080
|
+
"output":{"shape":"ListAppInstanceUsersResponse"},
|
2081
|
+
"errors":[
|
2082
|
+
{"shape":"BadRequestException"},
|
2083
|
+
{"shape":"ForbiddenException"},
|
2084
|
+
{"shape":"ThrottledClientException"},
|
2085
|
+
{"shape":"UnauthorizedClientException"},
|
2086
|
+
{"shape":"ServiceUnavailableException"},
|
2087
|
+
{"shape":"ServiceFailureException"}
|
2088
|
+
],
|
2089
|
+
"endpoint":{"hostPrefix":"identity-"}
|
2090
|
+
},
|
2091
|
+
"ListAppInstances":{
|
2092
|
+
"name":"ListAppInstances",
|
2093
|
+
"http":{
|
2094
|
+
"method":"GET",
|
2095
|
+
"requestUri":"/app-instances",
|
2096
|
+
"responseCode":200
|
2097
|
+
},
|
2098
|
+
"input":{"shape":"ListAppInstancesRequest"},
|
2099
|
+
"output":{"shape":"ListAppInstancesResponse"},
|
2100
|
+
"errors":[
|
2101
|
+
{"shape":"BadRequestException"},
|
2102
|
+
{"shape":"ForbiddenException"},
|
2103
|
+
{"shape":"ThrottledClientException"},
|
2104
|
+
{"shape":"UnauthorizedClientException"},
|
2105
|
+
{"shape":"ServiceUnavailableException"},
|
2106
|
+
{"shape":"ServiceFailureException"}
|
2107
|
+
],
|
2108
|
+
"endpoint":{"hostPrefix":"identity-"}
|
2109
|
+
},
|
1490
2110
|
"ListAttendeeTags":{
|
1491
2111
|
"name":"ListAttendeeTags",
|
1492
2112
|
"http":{
|
@@ -1544,57 +2164,190 @@
|
|
1544
2164
|
{"shape":"ThrottledClientException"}
|
1545
2165
|
]
|
1546
2166
|
},
|
1547
|
-
"
|
1548
|
-
"name":"
|
2167
|
+
"ListChannelBans":{
|
2168
|
+
"name":"ListChannelBans",
|
1549
2169
|
"http":{
|
1550
2170
|
"method":"GET",
|
1551
|
-
"requestUri":"/
|
2171
|
+
"requestUri":"/channels/{channelArn}/bans",
|
1552
2172
|
"responseCode":200
|
1553
2173
|
},
|
1554
|
-
"input":{"shape":"
|
1555
|
-
"output":{"shape":"
|
2174
|
+
"input":{"shape":"ListChannelBansRequest"},
|
2175
|
+
"output":{"shape":"ListChannelBansResponse"},
|
1556
2176
|
"errors":[
|
1557
2177
|
{"shape":"BadRequestException"},
|
1558
2178
|
{"shape":"ForbiddenException"},
|
1559
|
-
{"shape":"NotFoundException"},
|
1560
|
-
{"shape":"ThrottledClientException"},
|
1561
2179
|
{"shape":"UnauthorizedClientException"},
|
2180
|
+
{"shape":"ThrottledClientException"},
|
1562
2181
|
{"shape":"ServiceUnavailableException"},
|
1563
2182
|
{"shape":"ServiceFailureException"}
|
1564
|
-
]
|
2183
|
+
],
|
2184
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1565
2185
|
},
|
1566
|
-
"
|
1567
|
-
"name":"
|
2186
|
+
"ListChannelMemberships":{
|
2187
|
+
"name":"ListChannelMemberships",
|
1568
2188
|
"http":{
|
1569
2189
|
"method":"GET",
|
1570
|
-
"requestUri":"/
|
2190
|
+
"requestUri":"/channels/{channelArn}/memberships",
|
1571
2191
|
"responseCode":200
|
1572
2192
|
},
|
1573
|
-
"input":{"shape":"
|
1574
|
-
"output":{"shape":"
|
2193
|
+
"input":{"shape":"ListChannelMembershipsRequest"},
|
2194
|
+
"output":{"shape":"ListChannelMembershipsResponse"},
|
1575
2195
|
"errors":[
|
1576
2196
|
{"shape":"BadRequestException"},
|
1577
2197
|
{"shape":"ForbiddenException"},
|
1578
|
-
{"shape":"ThrottledClientException"},
|
1579
2198
|
{"shape":"UnauthorizedClientException"},
|
2199
|
+
{"shape":"ThrottledClientException"},
|
1580
2200
|
{"shape":"ServiceUnavailableException"},
|
1581
2201
|
{"shape":"ServiceFailureException"}
|
1582
|
-
]
|
2202
|
+
],
|
2203
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
1583
2204
|
},
|
1584
|
-
"
|
1585
|
-
"name":"
|
2205
|
+
"ListChannelMembershipsForAppInstanceUser":{
|
2206
|
+
"name":"ListChannelMembershipsForAppInstanceUser",
|
1586
2207
|
"http":{
|
1587
2208
|
"method":"GET",
|
1588
|
-
"requestUri":"/
|
2209
|
+
"requestUri":"/channels?scope=app-instance-user-memberships",
|
1589
2210
|
"responseCode":200
|
1590
2211
|
},
|
1591
|
-
"input":{"shape":"
|
1592
|
-
"output":{"shape":"
|
2212
|
+
"input":{"shape":"ListChannelMembershipsForAppInstanceUserRequest"},
|
2213
|
+
"output":{"shape":"ListChannelMembershipsForAppInstanceUserResponse"},
|
1593
2214
|
"errors":[
|
1594
|
-
{"shape":"UnauthorizedClientException"},
|
1595
|
-
{"shape":"ForbiddenException"},
|
1596
2215
|
{"shape":"BadRequestException"},
|
1597
|
-
{"shape":"
|
2216
|
+
{"shape":"ForbiddenException"},
|
2217
|
+
{"shape":"UnauthorizedClientException"},
|
2218
|
+
{"shape":"ThrottledClientException"},
|
2219
|
+
{"shape":"ServiceUnavailableException"},
|
2220
|
+
{"shape":"ServiceFailureException"}
|
2221
|
+
],
|
2222
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2223
|
+
},
|
2224
|
+
"ListChannelMessages":{
|
2225
|
+
"name":"ListChannelMessages",
|
2226
|
+
"http":{
|
2227
|
+
"method":"GET",
|
2228
|
+
"requestUri":"/channels/{channelArn}/messages",
|
2229
|
+
"responseCode":200
|
2230
|
+
},
|
2231
|
+
"input":{"shape":"ListChannelMessagesRequest"},
|
2232
|
+
"output":{"shape":"ListChannelMessagesResponse"},
|
2233
|
+
"errors":[
|
2234
|
+
{"shape":"BadRequestException"},
|
2235
|
+
{"shape":"ForbiddenException"},
|
2236
|
+
{"shape":"UnauthorizedClientException"},
|
2237
|
+
{"shape":"ThrottledClientException"},
|
2238
|
+
{"shape":"ServiceUnavailableException"},
|
2239
|
+
{"shape":"ServiceFailureException"}
|
2240
|
+
],
|
2241
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2242
|
+
},
|
2243
|
+
"ListChannelModerators":{
|
2244
|
+
"name":"ListChannelModerators",
|
2245
|
+
"http":{
|
2246
|
+
"method":"GET",
|
2247
|
+
"requestUri":"/channels/{channelArn}/moderators",
|
2248
|
+
"responseCode":200
|
2249
|
+
},
|
2250
|
+
"input":{"shape":"ListChannelModeratorsRequest"},
|
2251
|
+
"output":{"shape":"ListChannelModeratorsResponse"},
|
2252
|
+
"errors":[
|
2253
|
+
{"shape":"BadRequestException"},
|
2254
|
+
{"shape":"ForbiddenException"},
|
2255
|
+
{"shape":"UnauthorizedClientException"},
|
2256
|
+
{"shape":"ThrottledClientException"},
|
2257
|
+
{"shape":"ServiceUnavailableException"},
|
2258
|
+
{"shape":"ServiceFailureException"}
|
2259
|
+
],
|
2260
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2261
|
+
},
|
2262
|
+
"ListChannels":{
|
2263
|
+
"name":"ListChannels",
|
2264
|
+
"http":{
|
2265
|
+
"method":"GET",
|
2266
|
+
"requestUri":"/channels",
|
2267
|
+
"responseCode":200
|
2268
|
+
},
|
2269
|
+
"input":{"shape":"ListChannelsRequest"},
|
2270
|
+
"output":{"shape":"ListChannelsResponse"},
|
2271
|
+
"errors":[
|
2272
|
+
{"shape":"BadRequestException"},
|
2273
|
+
{"shape":"ForbiddenException"},
|
2274
|
+
{"shape":"UnauthorizedClientException"},
|
2275
|
+
{"shape":"ThrottledClientException"},
|
2276
|
+
{"shape":"ServiceUnavailableException"},
|
2277
|
+
{"shape":"ServiceFailureException"}
|
2278
|
+
],
|
2279
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2280
|
+
},
|
2281
|
+
"ListChannelsModeratedByAppInstanceUser":{
|
2282
|
+
"name":"ListChannelsModeratedByAppInstanceUser",
|
2283
|
+
"http":{
|
2284
|
+
"method":"GET",
|
2285
|
+
"requestUri":"/channels?scope=app-instance-user-moderated-channels",
|
2286
|
+
"responseCode":200
|
2287
|
+
},
|
2288
|
+
"input":{"shape":"ListChannelsModeratedByAppInstanceUserRequest"},
|
2289
|
+
"output":{"shape":"ListChannelsModeratedByAppInstanceUserResponse"},
|
2290
|
+
"errors":[
|
2291
|
+
{"shape":"BadRequestException"},
|
2292
|
+
{"shape":"ForbiddenException"},
|
2293
|
+
{"shape":"UnauthorizedClientException"},
|
2294
|
+
{"shape":"ThrottledClientException"},
|
2295
|
+
{"shape":"ServiceUnavailableException"},
|
2296
|
+
{"shape":"ServiceFailureException"}
|
2297
|
+
],
|
2298
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2299
|
+
},
|
2300
|
+
"ListMeetingTags":{
|
2301
|
+
"name":"ListMeetingTags",
|
2302
|
+
"http":{
|
2303
|
+
"method":"GET",
|
2304
|
+
"requestUri":"/meetings/{meetingId}/tags",
|
2305
|
+
"responseCode":200
|
2306
|
+
},
|
2307
|
+
"input":{"shape":"ListMeetingTagsRequest"},
|
2308
|
+
"output":{"shape":"ListMeetingTagsResponse"},
|
2309
|
+
"errors":[
|
2310
|
+
{"shape":"BadRequestException"},
|
2311
|
+
{"shape":"ForbiddenException"},
|
2312
|
+
{"shape":"NotFoundException"},
|
2313
|
+
{"shape":"ThrottledClientException"},
|
2314
|
+
{"shape":"UnauthorizedClientException"},
|
2315
|
+
{"shape":"ServiceUnavailableException"},
|
2316
|
+
{"shape":"ServiceFailureException"}
|
2317
|
+
]
|
2318
|
+
},
|
2319
|
+
"ListMeetings":{
|
2320
|
+
"name":"ListMeetings",
|
2321
|
+
"http":{
|
2322
|
+
"method":"GET",
|
2323
|
+
"requestUri":"/meetings",
|
2324
|
+
"responseCode":200
|
2325
|
+
},
|
2326
|
+
"input":{"shape":"ListMeetingsRequest"},
|
2327
|
+
"output":{"shape":"ListMeetingsResponse"},
|
2328
|
+
"errors":[
|
2329
|
+
{"shape":"BadRequestException"},
|
2330
|
+
{"shape":"ForbiddenException"},
|
2331
|
+
{"shape":"ThrottledClientException"},
|
2332
|
+
{"shape":"UnauthorizedClientException"},
|
2333
|
+
{"shape":"ServiceUnavailableException"},
|
2334
|
+
{"shape":"ServiceFailureException"}
|
2335
|
+
]
|
2336
|
+
},
|
2337
|
+
"ListPhoneNumberOrders":{
|
2338
|
+
"name":"ListPhoneNumberOrders",
|
2339
|
+
"http":{
|
2340
|
+
"method":"GET",
|
2341
|
+
"requestUri":"/phone-number-orders",
|
2342
|
+
"responseCode":200
|
2343
|
+
},
|
2344
|
+
"input":{"shape":"ListPhoneNumberOrdersRequest"},
|
2345
|
+
"output":{"shape":"ListPhoneNumberOrdersResponse"},
|
2346
|
+
"errors":[
|
2347
|
+
{"shape":"UnauthorizedClientException"},
|
2348
|
+
{"shape":"ForbiddenException"},
|
2349
|
+
{"shape":"BadRequestException"},
|
2350
|
+
{"shape":"ThrottledClientException"},
|
1598
2351
|
{"shape":"ServiceUnavailableException"},
|
1599
2352
|
{"shape":"ServiceFailureException"}
|
1600
2353
|
]
|
@@ -1819,6 +2572,46 @@
|
|
1819
2572
|
{"shape":"ServiceFailureException"}
|
1820
2573
|
]
|
1821
2574
|
},
|
2575
|
+
"PutAppInstanceRetentionSettings":{
|
2576
|
+
"name":"PutAppInstanceRetentionSettings",
|
2577
|
+
"http":{
|
2578
|
+
"method":"PUT",
|
2579
|
+
"requestUri":"/app-instances/{appInstanceArn}/retention-settings",
|
2580
|
+
"responseCode":200
|
2581
|
+
},
|
2582
|
+
"input":{"shape":"PutAppInstanceRetentionSettingsRequest"},
|
2583
|
+
"output":{"shape":"PutAppInstanceRetentionSettingsResponse"},
|
2584
|
+
"errors":[
|
2585
|
+
{"shape":"UnauthorizedClientException"},
|
2586
|
+
{"shape":"NotFoundException"},
|
2587
|
+
{"shape":"BadRequestException"},
|
2588
|
+
{"shape":"ForbiddenException"},
|
2589
|
+
{"shape":"ConflictException"},
|
2590
|
+
{"shape":"ThrottledClientException"},
|
2591
|
+
{"shape":"ServiceUnavailableException"},
|
2592
|
+
{"shape":"ServiceFailureException"}
|
2593
|
+
],
|
2594
|
+
"endpoint":{"hostPrefix":"identity-"}
|
2595
|
+
},
|
2596
|
+
"PutAppInstanceStreamingConfigurations":{
|
2597
|
+
"name":"PutAppInstanceStreamingConfigurations",
|
2598
|
+
"http":{
|
2599
|
+
"method":"PUT",
|
2600
|
+
"requestUri":"/app-instances/{appInstanceArn}/streaming-configurations",
|
2601
|
+
"responseCode":200
|
2602
|
+
},
|
2603
|
+
"input":{"shape":"PutAppInstanceStreamingConfigurationsRequest"},
|
2604
|
+
"output":{"shape":"PutAppInstanceStreamingConfigurationsResponse"},
|
2605
|
+
"errors":[
|
2606
|
+
{"shape":"NotFoundException"},
|
2607
|
+
{"shape":"BadRequestException"},
|
2608
|
+
{"shape":"ForbiddenException"},
|
2609
|
+
{"shape":"UnauthorizedClientException"},
|
2610
|
+
{"shape":"ThrottledClientException"},
|
2611
|
+
{"shape":"ServiceUnavailableException"},
|
2612
|
+
{"shape":"ServiceFailureException"}
|
2613
|
+
]
|
2614
|
+
},
|
1822
2615
|
"PutEventsConfiguration":{
|
1823
2616
|
"name":"PutEventsConfiguration",
|
1824
2617
|
"http":{
|
@@ -2010,6 +2803,25 @@
|
|
2010
2803
|
{"shape":"ServiceFailureException"}
|
2011
2804
|
]
|
2012
2805
|
},
|
2806
|
+
"RedactChannelMessage":{
|
2807
|
+
"name":"RedactChannelMessage",
|
2808
|
+
"http":{
|
2809
|
+
"method":"POST",
|
2810
|
+
"requestUri":"/channels/{channelArn}/messages/{messageId}?operation=redact",
|
2811
|
+
"responseCode":200
|
2812
|
+
},
|
2813
|
+
"input":{"shape":"RedactChannelMessageRequest"},
|
2814
|
+
"output":{"shape":"RedactChannelMessageResponse"},
|
2815
|
+
"errors":[
|
2816
|
+
{"shape":"BadRequestException"},
|
2817
|
+
{"shape":"ForbiddenException"},
|
2818
|
+
{"shape":"UnauthorizedClientException"},
|
2819
|
+
{"shape":"ThrottledClientException"},
|
2820
|
+
{"shape":"ServiceUnavailableException"},
|
2821
|
+
{"shape":"ServiceFailureException"}
|
2822
|
+
],
|
2823
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2824
|
+
},
|
2013
2825
|
"RedactConversationMessage":{
|
2014
2826
|
"name":"RedactConversationMessage",
|
2015
2827
|
"http":{
|
@@ -2124,6 +2936,26 @@
|
|
2124
2936
|
{"shape":"ServiceFailureException"}
|
2125
2937
|
]
|
2126
2938
|
},
|
2939
|
+
"SendChannelMessage":{
|
2940
|
+
"name":"SendChannelMessage",
|
2941
|
+
"http":{
|
2942
|
+
"method":"POST",
|
2943
|
+
"requestUri":"/channels/{channelArn}/messages",
|
2944
|
+
"responseCode":201
|
2945
|
+
},
|
2946
|
+
"input":{"shape":"SendChannelMessageRequest"},
|
2947
|
+
"output":{"shape":"SendChannelMessageResponse"},
|
2948
|
+
"errors":[
|
2949
|
+
{"shape":"BadRequestException"},
|
2950
|
+
{"shape":"ConflictException"},
|
2951
|
+
{"shape":"ForbiddenException"},
|
2952
|
+
{"shape":"UnauthorizedClientException"},
|
2953
|
+
{"shape":"ThrottledClientException"},
|
2954
|
+
{"shape":"ServiceUnavailableException"},
|
2955
|
+
{"shape":"ServiceFailureException"}
|
2956
|
+
],
|
2957
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
2958
|
+
},
|
2127
2959
|
"TagAttendee":{
|
2128
2960
|
"name":"TagAttendee",
|
2129
2961
|
"http":{
|
@@ -2271,6 +3103,46 @@
|
|
2271
3103
|
{"shape":"ServiceFailureException"}
|
2272
3104
|
]
|
2273
3105
|
},
|
3106
|
+
"UpdateAppInstance":{
|
3107
|
+
"name":"UpdateAppInstance",
|
3108
|
+
"http":{
|
3109
|
+
"method":"PUT",
|
3110
|
+
"requestUri":"/app-instances/{appInstanceArn}",
|
3111
|
+
"responseCode":200
|
3112
|
+
},
|
3113
|
+
"input":{"shape":"UpdateAppInstanceRequest"},
|
3114
|
+
"output":{"shape":"UpdateAppInstanceResponse"},
|
3115
|
+
"errors":[
|
3116
|
+
{"shape":"BadRequestException"},
|
3117
|
+
{"shape":"ConflictException"},
|
3118
|
+
{"shape":"ForbiddenException"},
|
3119
|
+
{"shape":"ThrottledClientException"},
|
3120
|
+
{"shape":"UnauthorizedClientException"},
|
3121
|
+
{"shape":"ServiceUnavailableException"},
|
3122
|
+
{"shape":"ServiceFailureException"}
|
3123
|
+
],
|
3124
|
+
"endpoint":{"hostPrefix":"identity-"}
|
3125
|
+
},
|
3126
|
+
"UpdateAppInstanceUser":{
|
3127
|
+
"name":"UpdateAppInstanceUser",
|
3128
|
+
"http":{
|
3129
|
+
"method":"PUT",
|
3130
|
+
"requestUri":"/app-instance-users/{appInstanceUserArn}",
|
3131
|
+
"responseCode":200
|
3132
|
+
},
|
3133
|
+
"input":{"shape":"UpdateAppInstanceUserRequest"},
|
3134
|
+
"output":{"shape":"UpdateAppInstanceUserResponse"},
|
3135
|
+
"errors":[
|
3136
|
+
{"shape":"BadRequestException"},
|
3137
|
+
{"shape":"ConflictException"},
|
3138
|
+
{"shape":"ForbiddenException"},
|
3139
|
+
{"shape":"ThrottledClientException"},
|
3140
|
+
{"shape":"UnauthorizedClientException"},
|
3141
|
+
{"shape":"ServiceUnavailableException"},
|
3142
|
+
{"shape":"ServiceFailureException"}
|
3143
|
+
],
|
3144
|
+
"endpoint":{"hostPrefix":"identity-"}
|
3145
|
+
},
|
2274
3146
|
"UpdateBot":{
|
2275
3147
|
"name":"UpdateBot",
|
2276
3148
|
"http":{
|
@@ -2290,6 +3162,66 @@
|
|
2290
3162
|
{"shape":"ThrottledClientException"}
|
2291
3163
|
]
|
2292
3164
|
},
|
3165
|
+
"UpdateChannel":{
|
3166
|
+
"name":"UpdateChannel",
|
3167
|
+
"http":{
|
3168
|
+
"method":"PUT",
|
3169
|
+
"requestUri":"/channels/{channelArn}",
|
3170
|
+
"responseCode":200
|
3171
|
+
},
|
3172
|
+
"input":{"shape":"UpdateChannelRequest"},
|
3173
|
+
"output":{"shape":"UpdateChannelResponse"},
|
3174
|
+
"errors":[
|
3175
|
+
{"shape":"BadRequestException"},
|
3176
|
+
{"shape":"ForbiddenException"},
|
3177
|
+
{"shape":"ConflictException"},
|
3178
|
+
{"shape":"UnauthorizedClientException"},
|
3179
|
+
{"shape":"ThrottledClientException"},
|
3180
|
+
{"shape":"ServiceUnavailableException"},
|
3181
|
+
{"shape":"ServiceFailureException"}
|
3182
|
+
],
|
3183
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
3184
|
+
},
|
3185
|
+
"UpdateChannelMessage":{
|
3186
|
+
"name":"UpdateChannelMessage",
|
3187
|
+
"http":{
|
3188
|
+
"method":"PUT",
|
3189
|
+
"requestUri":"/channels/{channelArn}/messages/{messageId}",
|
3190
|
+
"responseCode":200
|
3191
|
+
},
|
3192
|
+
"input":{"shape":"UpdateChannelMessageRequest"},
|
3193
|
+
"output":{"shape":"UpdateChannelMessageResponse"},
|
3194
|
+
"errors":[
|
3195
|
+
{"shape":"BadRequestException"},
|
3196
|
+
{"shape":"ConflictException"},
|
3197
|
+
{"shape":"ForbiddenException"},
|
3198
|
+
{"shape":"UnauthorizedClientException"},
|
3199
|
+
{"shape":"ThrottledClientException"},
|
3200
|
+
{"shape":"ServiceUnavailableException"},
|
3201
|
+
{"shape":"ServiceFailureException"}
|
3202
|
+
],
|
3203
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
3204
|
+
},
|
3205
|
+
"UpdateChannelReadMarker":{
|
3206
|
+
"name":"UpdateChannelReadMarker",
|
3207
|
+
"http":{
|
3208
|
+
"method":"PUT",
|
3209
|
+
"requestUri":"/channels/{channelArn}/readMarker",
|
3210
|
+
"responseCode":200
|
3211
|
+
},
|
3212
|
+
"input":{"shape":"UpdateChannelReadMarkerRequest"},
|
3213
|
+
"output":{"shape":"UpdateChannelReadMarkerResponse"},
|
3214
|
+
"errors":[
|
3215
|
+
{"shape":"BadRequestException"},
|
3216
|
+
{"shape":"ForbiddenException"},
|
3217
|
+
{"shape":"ConflictException"},
|
3218
|
+
{"shape":"UnauthorizedClientException"},
|
3219
|
+
{"shape":"ThrottledClientException"},
|
3220
|
+
{"shape":"ServiceUnavailableException"},
|
3221
|
+
{"shape":"ServiceFailureException"}
|
3222
|
+
],
|
3223
|
+
"endpoint":{"hostPrefix":"messaging-"}
|
3224
|
+
},
|
2293
3225
|
"UpdateGlobalSettings":{
|
2294
3226
|
"name":"UpdateGlobalSettings",
|
2295
3227
|
"http":{
|
@@ -2583,26 +3515,125 @@
|
|
2583
3515
|
"type":"string",
|
2584
3516
|
"pattern":"[A-Z]{2}"
|
2585
3517
|
},
|
2586
|
-
"
|
2587
|
-
"type":"
|
2588
|
-
"
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
2593
|
-
|
2594
|
-
|
2595
|
-
"sensitive":true
|
3518
|
+
"AppInstance":{
|
3519
|
+
"type":"structure",
|
3520
|
+
"members":{
|
3521
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
3522
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
3523
|
+
"Metadata":{"shape":"Metadata"},
|
3524
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
3525
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"}
|
3526
|
+
}
|
2596
3527
|
},
|
2597
|
-
"
|
3528
|
+
"AppInstanceAdmin":{
|
2598
3529
|
"type":"structure",
|
2599
|
-
"required":[
|
2600
|
-
"AccountId",
|
2601
|
-
"UserId",
|
2602
|
-
"E164PhoneNumber"
|
2603
|
-
],
|
2604
3530
|
"members":{
|
2605
|
-
"
|
3531
|
+
"Admin":{"shape":"Identity"},
|
3532
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
3533
|
+
"CreatedTimestamp":{"shape":"Timestamp"}
|
3534
|
+
}
|
3535
|
+
},
|
3536
|
+
"AppInstanceAdminList":{
|
3537
|
+
"type":"list",
|
3538
|
+
"member":{"shape":"AppInstanceAdminSummary"}
|
3539
|
+
},
|
3540
|
+
"AppInstanceAdminSummary":{
|
3541
|
+
"type":"structure",
|
3542
|
+
"members":{
|
3543
|
+
"Admin":{"shape":"Identity"}
|
3544
|
+
}
|
3545
|
+
},
|
3546
|
+
"AppInstanceDataType":{
|
3547
|
+
"type":"string",
|
3548
|
+
"enum":[
|
3549
|
+
"Channel",
|
3550
|
+
"ChannelMessage"
|
3551
|
+
]
|
3552
|
+
},
|
3553
|
+
"AppInstanceList":{
|
3554
|
+
"type":"list",
|
3555
|
+
"member":{"shape":"AppInstanceSummary"}
|
3556
|
+
},
|
3557
|
+
"AppInstanceRetentionSettings":{
|
3558
|
+
"type":"structure",
|
3559
|
+
"members":{
|
3560
|
+
"ChannelRetentionSettings":{"shape":"ChannelRetentionSettings"}
|
3561
|
+
}
|
3562
|
+
},
|
3563
|
+
"AppInstanceStreamingConfiguration":{
|
3564
|
+
"type":"structure",
|
3565
|
+
"required":[
|
3566
|
+
"AppInstanceDataType",
|
3567
|
+
"ResourceArn"
|
3568
|
+
],
|
3569
|
+
"members":{
|
3570
|
+
"AppInstanceDataType":{"shape":"AppInstanceDataType"},
|
3571
|
+
"ResourceArn":{"shape":"Arn"}
|
3572
|
+
}
|
3573
|
+
},
|
3574
|
+
"AppInstanceStreamingConfigurationList":{
|
3575
|
+
"type":"list",
|
3576
|
+
"member":{"shape":"AppInstanceStreamingConfiguration"},
|
3577
|
+
"max":2,
|
3578
|
+
"min":1
|
3579
|
+
},
|
3580
|
+
"AppInstanceSummary":{
|
3581
|
+
"type":"structure",
|
3582
|
+
"members":{
|
3583
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
3584
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
3585
|
+
"Metadata":{"shape":"Metadata"}
|
3586
|
+
}
|
3587
|
+
},
|
3588
|
+
"AppInstanceUser":{
|
3589
|
+
"type":"structure",
|
3590
|
+
"members":{
|
3591
|
+
"AppInstanceUserArn":{"shape":"ChimeArn"},
|
3592
|
+
"Name":{"shape":"UserName"},
|
3593
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
3594
|
+
"Metadata":{"shape":"Metadata"},
|
3595
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"}
|
3596
|
+
}
|
3597
|
+
},
|
3598
|
+
"AppInstanceUserList":{
|
3599
|
+
"type":"list",
|
3600
|
+
"member":{"shape":"AppInstanceUserSummary"}
|
3601
|
+
},
|
3602
|
+
"AppInstanceUserMembershipSummary":{
|
3603
|
+
"type":"structure",
|
3604
|
+
"members":{
|
3605
|
+
"Type":{"shape":"ChannelMembershipType"},
|
3606
|
+
"ReadMarkerTimestamp":{"shape":"Timestamp"}
|
3607
|
+
}
|
3608
|
+
},
|
3609
|
+
"AppInstanceUserSummary":{
|
3610
|
+
"type":"structure",
|
3611
|
+
"members":{
|
3612
|
+
"AppInstanceUserArn":{"shape":"ChimeArn"},
|
3613
|
+
"Name":{"shape":"UserName"},
|
3614
|
+
"Metadata":{"shape":"Metadata"}
|
3615
|
+
}
|
3616
|
+
},
|
3617
|
+
"AreaCode":{
|
3618
|
+
"type":"string",
|
3619
|
+
"pattern":"^$|^[0-9]{3,3}$"
|
3620
|
+
},
|
3621
|
+
"Arn":{
|
3622
|
+
"type":"string",
|
3623
|
+
"max":1024,
|
3624
|
+
"min":1,
|
3625
|
+
"pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$",
|
3626
|
+
"sensitive":true
|
3627
|
+
},
|
3628
|
+
"AssociatePhoneNumberWithUserRequest":{
|
3629
|
+
"type":"structure",
|
3630
|
+
"required":[
|
3631
|
+
"AccountId",
|
3632
|
+
"UserId",
|
3633
|
+
"E164PhoneNumber"
|
3634
|
+
],
|
3635
|
+
"members":{
|
3636
|
+
"AccountId":{
|
2606
3637
|
"shape":"String",
|
2607
3638
|
"location":"uri",
|
2608
3639
|
"locationName":"accountId"
|
@@ -2921,6 +3952,196 @@
|
|
2921
3952
|
"type":"list",
|
2922
3953
|
"member":{"shape":"Capability"}
|
2923
3954
|
},
|
3955
|
+
"Channel":{
|
3956
|
+
"type":"structure",
|
3957
|
+
"members":{
|
3958
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
3959
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
3960
|
+
"Mode":{"shape":"ChannelMode"},
|
3961
|
+
"Privacy":{"shape":"ChannelPrivacy"},
|
3962
|
+
"Metadata":{"shape":"Metadata"},
|
3963
|
+
"CreatedBy":{"shape":"Identity"},
|
3964
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
3965
|
+
"LastMessageTimestamp":{"shape":"Timestamp"},
|
3966
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"}
|
3967
|
+
}
|
3968
|
+
},
|
3969
|
+
"ChannelBan":{
|
3970
|
+
"type":"structure",
|
3971
|
+
"members":{
|
3972
|
+
"Member":{"shape":"Identity"},
|
3973
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
3974
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
3975
|
+
"CreatedBy":{"shape":"Identity"}
|
3976
|
+
}
|
3977
|
+
},
|
3978
|
+
"ChannelBanSummary":{
|
3979
|
+
"type":"structure",
|
3980
|
+
"members":{
|
3981
|
+
"Member":{"shape":"Identity"}
|
3982
|
+
}
|
3983
|
+
},
|
3984
|
+
"ChannelBanSummaryList":{
|
3985
|
+
"type":"list",
|
3986
|
+
"member":{"shape":"ChannelBanSummary"}
|
3987
|
+
},
|
3988
|
+
"ChannelMembership":{
|
3989
|
+
"type":"structure",
|
3990
|
+
"members":{
|
3991
|
+
"InvitedBy":{"shape":"Identity"},
|
3992
|
+
"Type":{"shape":"ChannelMembershipType"},
|
3993
|
+
"Member":{"shape":"Identity"},
|
3994
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
3995
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
3996
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"}
|
3997
|
+
}
|
3998
|
+
},
|
3999
|
+
"ChannelMembershipForAppInstanceUserSummary":{
|
4000
|
+
"type":"structure",
|
4001
|
+
"members":{
|
4002
|
+
"ChannelSummary":{"shape":"ChannelSummary"},
|
4003
|
+
"AppInstanceUserMembershipSummary":{"shape":"AppInstanceUserMembershipSummary"}
|
4004
|
+
}
|
4005
|
+
},
|
4006
|
+
"ChannelMembershipForAppInstanceUserSummaryList":{
|
4007
|
+
"type":"list",
|
4008
|
+
"member":{"shape":"ChannelMembershipForAppInstanceUserSummary"}
|
4009
|
+
},
|
4010
|
+
"ChannelMembershipSummary":{
|
4011
|
+
"type":"structure",
|
4012
|
+
"members":{
|
4013
|
+
"Member":{"shape":"Identity"}
|
4014
|
+
}
|
4015
|
+
},
|
4016
|
+
"ChannelMembershipSummaryList":{
|
4017
|
+
"type":"list",
|
4018
|
+
"member":{"shape":"ChannelMembershipSummary"}
|
4019
|
+
},
|
4020
|
+
"ChannelMembershipType":{
|
4021
|
+
"type":"string",
|
4022
|
+
"enum":[
|
4023
|
+
"DEFAULT",
|
4024
|
+
"HIDDEN"
|
4025
|
+
]
|
4026
|
+
},
|
4027
|
+
"ChannelMessage":{
|
4028
|
+
"type":"structure",
|
4029
|
+
"members":{
|
4030
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4031
|
+
"MessageId":{"shape":"MessageId"},
|
4032
|
+
"Content":{"shape":"Content"},
|
4033
|
+
"Metadata":{"shape":"Metadata"},
|
4034
|
+
"Type":{"shape":"ChannelMessageType"},
|
4035
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
4036
|
+
"LastEditedTimestamp":{"shape":"Timestamp"},
|
4037
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"},
|
4038
|
+
"Sender":{"shape":"Identity"},
|
4039
|
+
"Redacted":{"shape":"NonNullableBoolean"},
|
4040
|
+
"Persistence":{"shape":"ChannelMessagePersistenceType"}
|
4041
|
+
}
|
4042
|
+
},
|
4043
|
+
"ChannelMessagePersistenceType":{
|
4044
|
+
"type":"string",
|
4045
|
+
"enum":[
|
4046
|
+
"PERSISTENT",
|
4047
|
+
"NON_PERSISTENT"
|
4048
|
+
]
|
4049
|
+
},
|
4050
|
+
"ChannelMessageSummary":{
|
4051
|
+
"type":"structure",
|
4052
|
+
"members":{
|
4053
|
+
"MessageId":{"shape":"MessageId"},
|
4054
|
+
"Content":{"shape":"Content"},
|
4055
|
+
"Metadata":{"shape":"Metadata"},
|
4056
|
+
"Type":{"shape":"ChannelMessageType"},
|
4057
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
4058
|
+
"LastUpdatedTimestamp":{"shape":"Timestamp"},
|
4059
|
+
"LastEditedTimestamp":{"shape":"Timestamp"},
|
4060
|
+
"Sender":{"shape":"Identity"},
|
4061
|
+
"Redacted":{"shape":"NonNullableBoolean"}
|
4062
|
+
}
|
4063
|
+
},
|
4064
|
+
"ChannelMessageSummaryList":{
|
4065
|
+
"type":"list",
|
4066
|
+
"member":{"shape":"ChannelMessageSummary"}
|
4067
|
+
},
|
4068
|
+
"ChannelMessageType":{
|
4069
|
+
"type":"string",
|
4070
|
+
"enum":[
|
4071
|
+
"STANDARD",
|
4072
|
+
"CONTROL"
|
4073
|
+
]
|
4074
|
+
},
|
4075
|
+
"ChannelMode":{
|
4076
|
+
"type":"string",
|
4077
|
+
"enum":[
|
4078
|
+
"UNRESTRICTED",
|
4079
|
+
"RESTRICTED"
|
4080
|
+
]
|
4081
|
+
},
|
4082
|
+
"ChannelModeratedByAppInstanceUserSummary":{
|
4083
|
+
"type":"structure",
|
4084
|
+
"members":{
|
4085
|
+
"ChannelSummary":{"shape":"ChannelSummary"}
|
4086
|
+
}
|
4087
|
+
},
|
4088
|
+
"ChannelModeratedByAppInstanceUserSummaryList":{
|
4089
|
+
"type":"list",
|
4090
|
+
"member":{"shape":"ChannelModeratedByAppInstanceUserSummary"}
|
4091
|
+
},
|
4092
|
+
"ChannelModerator":{
|
4093
|
+
"type":"structure",
|
4094
|
+
"members":{
|
4095
|
+
"Moderator":{"shape":"Identity"},
|
4096
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4097
|
+
"CreatedTimestamp":{"shape":"Timestamp"},
|
4098
|
+
"CreatedBy":{"shape":"Identity"}
|
4099
|
+
}
|
4100
|
+
},
|
4101
|
+
"ChannelModeratorSummary":{
|
4102
|
+
"type":"structure",
|
4103
|
+
"members":{
|
4104
|
+
"Moderator":{"shape":"Identity"}
|
4105
|
+
}
|
4106
|
+
},
|
4107
|
+
"ChannelModeratorSummaryList":{
|
4108
|
+
"type":"list",
|
4109
|
+
"member":{"shape":"ChannelModeratorSummary"}
|
4110
|
+
},
|
4111
|
+
"ChannelPrivacy":{
|
4112
|
+
"type":"string",
|
4113
|
+
"enum":[
|
4114
|
+
"PUBLIC",
|
4115
|
+
"PRIVATE"
|
4116
|
+
]
|
4117
|
+
},
|
4118
|
+
"ChannelRetentionSettings":{
|
4119
|
+
"type":"structure",
|
4120
|
+
"members":{
|
4121
|
+
"RetentionDays":{"shape":"RetentionDays"}
|
4122
|
+
}
|
4123
|
+
},
|
4124
|
+
"ChannelSummary":{
|
4125
|
+
"type":"structure",
|
4126
|
+
"members":{
|
4127
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
4128
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4129
|
+
"Mode":{"shape":"ChannelMode"},
|
4130
|
+
"Privacy":{"shape":"ChannelPrivacy"},
|
4131
|
+
"Metadata":{"shape":"Metadata"},
|
4132
|
+
"LastMessageTimestamp":{"shape":"Timestamp"}
|
4133
|
+
}
|
4134
|
+
},
|
4135
|
+
"ChannelSummaryList":{
|
4136
|
+
"type":"list",
|
4137
|
+
"member":{"shape":"ChannelSummary"}
|
4138
|
+
},
|
4139
|
+
"ChimeArn":{
|
4140
|
+
"type":"string",
|
4141
|
+
"max":1600,
|
4142
|
+
"min":5,
|
4143
|
+
"pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
|
4144
|
+
},
|
2924
4145
|
"ClientRequestToken":{
|
2925
4146
|
"type":"string",
|
2926
4147
|
"max":64,
|
@@ -2937,6 +4158,13 @@
|
|
2937
4158
|
"error":{"httpStatusCode":409},
|
2938
4159
|
"exception":true
|
2939
4160
|
},
|
4161
|
+
"Content":{
|
4162
|
+
"type":"string",
|
4163
|
+
"max":4096,
|
4164
|
+
"min":0,
|
4165
|
+
"pattern":"[\\s\\S]*",
|
4166
|
+
"sensitive":true
|
4167
|
+
},
|
2940
4168
|
"ConversationRetentionSettings":{
|
2941
4169
|
"type":"structure",
|
2942
4170
|
"members":{
|
@@ -2970,6 +4198,74 @@
|
|
2970
4198
|
"Account":{"shape":"Account"}
|
2971
4199
|
}
|
2972
4200
|
},
|
4201
|
+
"CreateAppInstanceAdminRequest":{
|
4202
|
+
"type":"structure",
|
4203
|
+
"required":[
|
4204
|
+
"AppInstanceAdminArn",
|
4205
|
+
"AppInstanceArn"
|
4206
|
+
],
|
4207
|
+
"members":{
|
4208
|
+
"AppInstanceAdminArn":{"shape":"ChimeArn"},
|
4209
|
+
"AppInstanceArn":{
|
4210
|
+
"shape":"ChimeArn",
|
4211
|
+
"location":"uri",
|
4212
|
+
"locationName":"appInstanceArn"
|
4213
|
+
}
|
4214
|
+
}
|
4215
|
+
},
|
4216
|
+
"CreateAppInstanceAdminResponse":{
|
4217
|
+
"type":"structure",
|
4218
|
+
"members":{
|
4219
|
+
"AppInstanceAdmin":{"shape":"Identity"},
|
4220
|
+
"AppInstanceArn":{"shape":"ChimeArn"}
|
4221
|
+
}
|
4222
|
+
},
|
4223
|
+
"CreateAppInstanceRequest":{
|
4224
|
+
"type":"structure",
|
4225
|
+
"required":[
|
4226
|
+
"Name",
|
4227
|
+
"ClientRequestToken"
|
4228
|
+
],
|
4229
|
+
"members":{
|
4230
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
4231
|
+
"Metadata":{"shape":"Metadata"},
|
4232
|
+
"ClientRequestToken":{
|
4233
|
+
"shape":"ClientRequestToken",
|
4234
|
+
"idempotencyToken":true
|
4235
|
+
}
|
4236
|
+
}
|
4237
|
+
},
|
4238
|
+
"CreateAppInstanceResponse":{
|
4239
|
+
"type":"structure",
|
4240
|
+
"members":{
|
4241
|
+
"AppInstanceArn":{"shape":"ChimeArn"}
|
4242
|
+
}
|
4243
|
+
},
|
4244
|
+
"CreateAppInstanceUserRequest":{
|
4245
|
+
"type":"structure",
|
4246
|
+
"required":[
|
4247
|
+
"AppInstanceArn",
|
4248
|
+
"AppInstanceUserId",
|
4249
|
+
"Name",
|
4250
|
+
"ClientRequestToken"
|
4251
|
+
],
|
4252
|
+
"members":{
|
4253
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
4254
|
+
"AppInstanceUserId":{"shape":"UserId"},
|
4255
|
+
"Name":{"shape":"UserName"},
|
4256
|
+
"Metadata":{"shape":"Metadata"},
|
4257
|
+
"ClientRequestToken":{
|
4258
|
+
"shape":"ClientRequestToken",
|
4259
|
+
"idempotencyToken":true
|
4260
|
+
}
|
4261
|
+
}
|
4262
|
+
},
|
4263
|
+
"CreateAppInstanceUserResponse":{
|
4264
|
+
"type":"structure",
|
4265
|
+
"members":{
|
4266
|
+
"AppInstanceUserArn":{"shape":"ChimeArn"}
|
4267
|
+
}
|
4268
|
+
},
|
2973
4269
|
"CreateAttendeeError":{
|
2974
4270
|
"type":"structure",
|
2975
4271
|
"members":{
|
@@ -3034,6 +4330,100 @@
|
|
3034
4330
|
"Bot":{"shape":"Bot"}
|
3035
4331
|
}
|
3036
4332
|
},
|
4333
|
+
"CreateChannelBanRequest":{
|
4334
|
+
"type":"structure",
|
4335
|
+
"required":[
|
4336
|
+
"ChannelArn",
|
4337
|
+
"MemberArn"
|
4338
|
+
],
|
4339
|
+
"members":{
|
4340
|
+
"ChannelArn":{
|
4341
|
+
"shape":"ChimeArn",
|
4342
|
+
"location":"uri",
|
4343
|
+
"locationName":"channelArn"
|
4344
|
+
},
|
4345
|
+
"MemberArn":{"shape":"ChimeArn"}
|
4346
|
+
}
|
4347
|
+
},
|
4348
|
+
"CreateChannelBanResponse":{
|
4349
|
+
"type":"structure",
|
4350
|
+
"members":{
|
4351
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4352
|
+
"Member":{"shape":"Identity"}
|
4353
|
+
}
|
4354
|
+
},
|
4355
|
+
"CreateChannelMembershipRequest":{
|
4356
|
+
"type":"structure",
|
4357
|
+
"required":[
|
4358
|
+
"ChannelArn",
|
4359
|
+
"MemberArn",
|
4360
|
+
"Type"
|
4361
|
+
],
|
4362
|
+
"members":{
|
4363
|
+
"ChannelArn":{
|
4364
|
+
"shape":"ChimeArn",
|
4365
|
+
"location":"uri",
|
4366
|
+
"locationName":"channelArn"
|
4367
|
+
},
|
4368
|
+
"MemberArn":{"shape":"ChimeArn"},
|
4369
|
+
"Type":{"shape":"ChannelMembershipType"}
|
4370
|
+
}
|
4371
|
+
},
|
4372
|
+
"CreateChannelMembershipResponse":{
|
4373
|
+
"type":"structure",
|
4374
|
+
"members":{
|
4375
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4376
|
+
"Member":{"shape":"Identity"}
|
4377
|
+
}
|
4378
|
+
},
|
4379
|
+
"CreateChannelModeratorRequest":{
|
4380
|
+
"type":"structure",
|
4381
|
+
"required":[
|
4382
|
+
"ChannelArn",
|
4383
|
+
"ChannelModeratorArn"
|
4384
|
+
],
|
4385
|
+
"members":{
|
4386
|
+
"ChannelArn":{
|
4387
|
+
"shape":"ChimeArn",
|
4388
|
+
"location":"uri",
|
4389
|
+
"locationName":"channelArn"
|
4390
|
+
},
|
4391
|
+
"ChannelModeratorArn":{"shape":"ChimeArn"}
|
4392
|
+
}
|
4393
|
+
},
|
4394
|
+
"CreateChannelModeratorResponse":{
|
4395
|
+
"type":"structure",
|
4396
|
+
"members":{
|
4397
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
4398
|
+
"ChannelModerator":{"shape":"Identity"}
|
4399
|
+
}
|
4400
|
+
},
|
4401
|
+
"CreateChannelRequest":{
|
4402
|
+
"type":"structure",
|
4403
|
+
"required":[
|
4404
|
+
"AppInstanceArn",
|
4405
|
+
"Name",
|
4406
|
+
"ClientRequestToken"
|
4407
|
+
],
|
4408
|
+
"members":{
|
4409
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
4410
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
4411
|
+
"Mode":{"shape":"ChannelMode"},
|
4412
|
+
"Privacy":{"shape":"ChannelPrivacy"},
|
4413
|
+
"Metadata":{"shape":"Metadata"},
|
4414
|
+
"ClientRequestToken":{
|
4415
|
+
"shape":"ClientRequestToken",
|
4416
|
+
"idempotencyToken":true
|
4417
|
+
},
|
4418
|
+
"Tags":{"shape":"TagList"}
|
4419
|
+
}
|
4420
|
+
},
|
4421
|
+
"CreateChannelResponse":{
|
4422
|
+
"type":"structure",
|
4423
|
+
"members":{
|
4424
|
+
"ChannelArn":{"shape":"ChimeArn"}
|
4425
|
+
}
|
4426
|
+
},
|
3037
4427
|
"CreateMeetingDialOutRequest":{
|
3038
4428
|
"type":"structure",
|
3039
4429
|
"required":[
|
@@ -3366,14 +4756,66 @@
|
|
3366
4756
|
"members":{
|
3367
4757
|
}
|
3368
4758
|
},
|
3369
|
-
"
|
4759
|
+
"DeleteAppInstanceAdminRequest":{
|
3370
4760
|
"type":"structure",
|
3371
4761
|
"required":[
|
3372
|
-
"
|
3373
|
-
"
|
4762
|
+
"AppInstanceAdminArn",
|
4763
|
+
"AppInstanceArn"
|
3374
4764
|
],
|
3375
4765
|
"members":{
|
3376
|
-
"
|
4766
|
+
"AppInstanceAdminArn":{
|
4767
|
+
"shape":"ChimeArn",
|
4768
|
+
"location":"uri",
|
4769
|
+
"locationName":"appInstanceAdminArn"
|
4770
|
+
},
|
4771
|
+
"AppInstanceArn":{
|
4772
|
+
"shape":"ChimeArn",
|
4773
|
+
"location":"uri",
|
4774
|
+
"locationName":"appInstanceArn"
|
4775
|
+
}
|
4776
|
+
}
|
4777
|
+
},
|
4778
|
+
"DeleteAppInstanceRequest":{
|
4779
|
+
"type":"structure",
|
4780
|
+
"required":["AppInstanceArn"],
|
4781
|
+
"members":{
|
4782
|
+
"AppInstanceArn":{
|
4783
|
+
"shape":"ChimeArn",
|
4784
|
+
"location":"uri",
|
4785
|
+
"locationName":"appInstanceArn"
|
4786
|
+
}
|
4787
|
+
}
|
4788
|
+
},
|
4789
|
+
"DeleteAppInstanceStreamingConfigurationsRequest":{
|
4790
|
+
"type":"structure",
|
4791
|
+
"required":["AppInstanceArn"],
|
4792
|
+
"members":{
|
4793
|
+
"AppInstanceArn":{
|
4794
|
+
"shape":"ChimeArn",
|
4795
|
+
"location":"uri",
|
4796
|
+
"locationName":"appInstanceArn"
|
4797
|
+
}
|
4798
|
+
}
|
4799
|
+
},
|
4800
|
+
"DeleteAppInstanceUserRequest":{
|
4801
|
+
"type":"structure",
|
4802
|
+
"required":["AppInstanceUserArn"],
|
4803
|
+
"members":{
|
4804
|
+
"AppInstanceUserArn":{
|
4805
|
+
"shape":"ChimeArn",
|
4806
|
+
"location":"uri",
|
4807
|
+
"locationName":"appInstanceUserArn"
|
4808
|
+
}
|
4809
|
+
}
|
4810
|
+
},
|
4811
|
+
"DeleteAttendeeRequest":{
|
4812
|
+
"type":"structure",
|
4813
|
+
"required":[
|
4814
|
+
"MeetingId",
|
4815
|
+
"AttendeeId"
|
4816
|
+
],
|
4817
|
+
"members":{
|
4818
|
+
"MeetingId":{
|
3377
4819
|
"shape":"GuidString",
|
3378
4820
|
"location":"uri",
|
3379
4821
|
"locationName":"meetingId"
|
@@ -3385,6 +4827,93 @@
|
|
3385
4827
|
}
|
3386
4828
|
}
|
3387
4829
|
},
|
4830
|
+
"DeleteChannelBanRequest":{
|
4831
|
+
"type":"structure",
|
4832
|
+
"required":[
|
4833
|
+
"ChannelArn",
|
4834
|
+
"MemberArn"
|
4835
|
+
],
|
4836
|
+
"members":{
|
4837
|
+
"ChannelArn":{
|
4838
|
+
"shape":"ChimeArn",
|
4839
|
+
"location":"uri",
|
4840
|
+
"locationName":"channelArn"
|
4841
|
+
},
|
4842
|
+
"MemberArn":{
|
4843
|
+
"shape":"ChimeArn",
|
4844
|
+
"location":"uri",
|
4845
|
+
"locationName":"memberArn"
|
4846
|
+
}
|
4847
|
+
}
|
4848
|
+
},
|
4849
|
+
"DeleteChannelMembershipRequest":{
|
4850
|
+
"type":"structure",
|
4851
|
+
"required":[
|
4852
|
+
"ChannelArn",
|
4853
|
+
"MemberArn"
|
4854
|
+
],
|
4855
|
+
"members":{
|
4856
|
+
"ChannelArn":{
|
4857
|
+
"shape":"ChimeArn",
|
4858
|
+
"location":"uri",
|
4859
|
+
"locationName":"channelArn"
|
4860
|
+
},
|
4861
|
+
"MemberArn":{
|
4862
|
+
"shape":"ChimeArn",
|
4863
|
+
"location":"uri",
|
4864
|
+
"locationName":"memberArn"
|
4865
|
+
}
|
4866
|
+
}
|
4867
|
+
},
|
4868
|
+
"DeleteChannelMessageRequest":{
|
4869
|
+
"type":"structure",
|
4870
|
+
"required":[
|
4871
|
+
"ChannelArn",
|
4872
|
+
"MessageId"
|
4873
|
+
],
|
4874
|
+
"members":{
|
4875
|
+
"ChannelArn":{
|
4876
|
+
"shape":"ChimeArn",
|
4877
|
+
"location":"uri",
|
4878
|
+
"locationName":"channelArn"
|
4879
|
+
},
|
4880
|
+
"MessageId":{
|
4881
|
+
"shape":"MessageId",
|
4882
|
+
"location":"uri",
|
4883
|
+
"locationName":"messageId"
|
4884
|
+
}
|
4885
|
+
}
|
4886
|
+
},
|
4887
|
+
"DeleteChannelModeratorRequest":{
|
4888
|
+
"type":"structure",
|
4889
|
+
"required":[
|
4890
|
+
"ChannelArn",
|
4891
|
+
"ChannelModeratorArn"
|
4892
|
+
],
|
4893
|
+
"members":{
|
4894
|
+
"ChannelArn":{
|
4895
|
+
"shape":"ChimeArn",
|
4896
|
+
"location":"uri",
|
4897
|
+
"locationName":"channelArn"
|
4898
|
+
},
|
4899
|
+
"ChannelModeratorArn":{
|
4900
|
+
"shape":"ChimeArn",
|
4901
|
+
"location":"uri",
|
4902
|
+
"locationName":"channelModeratorArn"
|
4903
|
+
}
|
4904
|
+
}
|
4905
|
+
},
|
4906
|
+
"DeleteChannelRequest":{
|
4907
|
+
"type":"structure",
|
4908
|
+
"required":["ChannelArn"],
|
4909
|
+
"members":{
|
4910
|
+
"ChannelArn":{
|
4911
|
+
"shape":"ChimeArn",
|
4912
|
+
"location":"uri",
|
4913
|
+
"locationName":"channelArn"
|
4914
|
+
}
|
4915
|
+
}
|
4916
|
+
},
|
3388
4917
|
"DeleteEventsConfigurationRequest":{
|
3389
4918
|
"type":"structure",
|
3390
4919
|
"required":[
|
@@ -3603,6 +5132,207 @@
|
|
3603
5132
|
}
|
3604
5133
|
}
|
3605
5134
|
},
|
5135
|
+
"DescribeAppInstanceAdminRequest":{
|
5136
|
+
"type":"structure",
|
5137
|
+
"required":[
|
5138
|
+
"AppInstanceAdminArn",
|
5139
|
+
"AppInstanceArn"
|
5140
|
+
],
|
5141
|
+
"members":{
|
5142
|
+
"AppInstanceAdminArn":{
|
5143
|
+
"shape":"ChimeArn",
|
5144
|
+
"location":"uri",
|
5145
|
+
"locationName":"appInstanceAdminArn"
|
5146
|
+
},
|
5147
|
+
"AppInstanceArn":{
|
5148
|
+
"shape":"ChimeArn",
|
5149
|
+
"location":"uri",
|
5150
|
+
"locationName":"appInstanceArn"
|
5151
|
+
}
|
5152
|
+
}
|
5153
|
+
},
|
5154
|
+
"DescribeAppInstanceAdminResponse":{
|
5155
|
+
"type":"structure",
|
5156
|
+
"members":{
|
5157
|
+
"AppInstanceAdmin":{"shape":"AppInstanceAdmin"}
|
5158
|
+
}
|
5159
|
+
},
|
5160
|
+
"DescribeAppInstanceRequest":{
|
5161
|
+
"type":"structure",
|
5162
|
+
"required":["AppInstanceArn"],
|
5163
|
+
"members":{
|
5164
|
+
"AppInstanceArn":{
|
5165
|
+
"shape":"ChimeArn",
|
5166
|
+
"location":"uri",
|
5167
|
+
"locationName":"appInstanceArn"
|
5168
|
+
}
|
5169
|
+
}
|
5170
|
+
},
|
5171
|
+
"DescribeAppInstanceResponse":{
|
5172
|
+
"type":"structure",
|
5173
|
+
"members":{
|
5174
|
+
"AppInstance":{"shape":"AppInstance"}
|
5175
|
+
}
|
5176
|
+
},
|
5177
|
+
"DescribeAppInstanceUserRequest":{
|
5178
|
+
"type":"structure",
|
5179
|
+
"required":["AppInstanceUserArn"],
|
5180
|
+
"members":{
|
5181
|
+
"AppInstanceUserArn":{
|
5182
|
+
"shape":"ChimeArn",
|
5183
|
+
"location":"uri",
|
5184
|
+
"locationName":"appInstanceUserArn"
|
5185
|
+
}
|
5186
|
+
}
|
5187
|
+
},
|
5188
|
+
"DescribeAppInstanceUserResponse":{
|
5189
|
+
"type":"structure",
|
5190
|
+
"members":{
|
5191
|
+
"AppInstanceUser":{"shape":"AppInstanceUser"}
|
5192
|
+
}
|
5193
|
+
},
|
5194
|
+
"DescribeChannelBanRequest":{
|
5195
|
+
"type":"structure",
|
5196
|
+
"required":[
|
5197
|
+
"ChannelArn",
|
5198
|
+
"MemberArn"
|
5199
|
+
],
|
5200
|
+
"members":{
|
5201
|
+
"ChannelArn":{
|
5202
|
+
"shape":"ChimeArn",
|
5203
|
+
"location":"uri",
|
5204
|
+
"locationName":"channelArn"
|
5205
|
+
},
|
5206
|
+
"MemberArn":{
|
5207
|
+
"shape":"ChimeArn",
|
5208
|
+
"location":"uri",
|
5209
|
+
"locationName":"memberArn"
|
5210
|
+
}
|
5211
|
+
}
|
5212
|
+
},
|
5213
|
+
"DescribeChannelBanResponse":{
|
5214
|
+
"type":"structure",
|
5215
|
+
"members":{
|
5216
|
+
"ChannelBan":{"shape":"ChannelBan"}
|
5217
|
+
}
|
5218
|
+
},
|
5219
|
+
"DescribeChannelMembershipForAppInstanceUserRequest":{
|
5220
|
+
"type":"structure",
|
5221
|
+
"required":[
|
5222
|
+
"ChannelArn",
|
5223
|
+
"AppInstanceUserArn"
|
5224
|
+
],
|
5225
|
+
"members":{
|
5226
|
+
"ChannelArn":{
|
5227
|
+
"shape":"ChimeArn",
|
5228
|
+
"location":"uri",
|
5229
|
+
"locationName":"channelArn"
|
5230
|
+
},
|
5231
|
+
"AppInstanceUserArn":{
|
5232
|
+
"shape":"ChimeArn",
|
5233
|
+
"location":"querystring",
|
5234
|
+
"locationName":"app-instance-user-arn"
|
5235
|
+
}
|
5236
|
+
}
|
5237
|
+
},
|
5238
|
+
"DescribeChannelMembershipForAppInstanceUserResponse":{
|
5239
|
+
"type":"structure",
|
5240
|
+
"members":{
|
5241
|
+
"ChannelMembership":{"shape":"ChannelMembershipForAppInstanceUserSummary"}
|
5242
|
+
}
|
5243
|
+
},
|
5244
|
+
"DescribeChannelMembershipRequest":{
|
5245
|
+
"type":"structure",
|
5246
|
+
"required":[
|
5247
|
+
"ChannelArn",
|
5248
|
+
"MemberArn"
|
5249
|
+
],
|
5250
|
+
"members":{
|
5251
|
+
"ChannelArn":{
|
5252
|
+
"shape":"ChimeArn",
|
5253
|
+
"location":"uri",
|
5254
|
+
"locationName":"channelArn"
|
5255
|
+
},
|
5256
|
+
"MemberArn":{
|
5257
|
+
"shape":"ChimeArn",
|
5258
|
+
"location":"uri",
|
5259
|
+
"locationName":"memberArn"
|
5260
|
+
}
|
5261
|
+
}
|
5262
|
+
},
|
5263
|
+
"DescribeChannelMembershipResponse":{
|
5264
|
+
"type":"structure",
|
5265
|
+
"members":{
|
5266
|
+
"ChannelMembership":{"shape":"ChannelMembership"}
|
5267
|
+
}
|
5268
|
+
},
|
5269
|
+
"DescribeChannelModeratedByAppInstanceUserRequest":{
|
5270
|
+
"type":"structure",
|
5271
|
+
"required":[
|
5272
|
+
"ChannelArn",
|
5273
|
+
"AppInstanceUserArn"
|
5274
|
+
],
|
5275
|
+
"members":{
|
5276
|
+
"ChannelArn":{
|
5277
|
+
"shape":"ChimeArn",
|
5278
|
+
"location":"uri",
|
5279
|
+
"locationName":"channelArn"
|
5280
|
+
},
|
5281
|
+
"AppInstanceUserArn":{
|
5282
|
+
"shape":"ChimeArn",
|
5283
|
+
"location":"querystring",
|
5284
|
+
"locationName":"app-instance-user-arn"
|
5285
|
+
}
|
5286
|
+
}
|
5287
|
+
},
|
5288
|
+
"DescribeChannelModeratedByAppInstanceUserResponse":{
|
5289
|
+
"type":"structure",
|
5290
|
+
"members":{
|
5291
|
+
"Channel":{"shape":"ChannelModeratedByAppInstanceUserSummary"}
|
5292
|
+
}
|
5293
|
+
},
|
5294
|
+
"DescribeChannelModeratorRequest":{
|
5295
|
+
"type":"structure",
|
5296
|
+
"required":[
|
5297
|
+
"ChannelArn",
|
5298
|
+
"ChannelModeratorArn"
|
5299
|
+
],
|
5300
|
+
"members":{
|
5301
|
+
"ChannelArn":{
|
5302
|
+
"shape":"ChimeArn",
|
5303
|
+
"location":"uri",
|
5304
|
+
"locationName":"channelArn"
|
5305
|
+
},
|
5306
|
+
"ChannelModeratorArn":{
|
5307
|
+
"shape":"ChimeArn",
|
5308
|
+
"location":"uri",
|
5309
|
+
"locationName":"channelModeratorArn"
|
5310
|
+
}
|
5311
|
+
}
|
5312
|
+
},
|
5313
|
+
"DescribeChannelModeratorResponse":{
|
5314
|
+
"type":"structure",
|
5315
|
+
"members":{
|
5316
|
+
"ChannelModerator":{"shape":"ChannelModerator"}
|
5317
|
+
}
|
5318
|
+
},
|
5319
|
+
"DescribeChannelRequest":{
|
5320
|
+
"type":"structure",
|
5321
|
+
"required":["ChannelArn"],
|
5322
|
+
"members":{
|
5323
|
+
"ChannelArn":{
|
5324
|
+
"shape":"ChimeArn",
|
5325
|
+
"location":"uri",
|
5326
|
+
"locationName":"channelArn"
|
5327
|
+
}
|
5328
|
+
}
|
5329
|
+
},
|
5330
|
+
"DescribeChannelResponse":{
|
5331
|
+
"type":"structure",
|
5332
|
+
"members":{
|
5333
|
+
"Channel":{"shape":"Channel"}
|
5334
|
+
}
|
5335
|
+
},
|
3606
5336
|
"DisassociatePhoneNumberFromUserRequest":{
|
3607
5337
|
"type":"structure",
|
3608
5338
|
"required":[
|
@@ -3824,6 +5554,41 @@
|
|
3824
5554
|
"AccountSettings":{"shape":"AccountSettings"}
|
3825
5555
|
}
|
3826
5556
|
},
|
5557
|
+
"GetAppInstanceRetentionSettingsRequest":{
|
5558
|
+
"type":"structure",
|
5559
|
+
"required":["AppInstanceArn"],
|
5560
|
+
"members":{
|
5561
|
+
"AppInstanceArn":{
|
5562
|
+
"shape":"ChimeArn",
|
5563
|
+
"location":"uri",
|
5564
|
+
"locationName":"appInstanceArn"
|
5565
|
+
}
|
5566
|
+
}
|
5567
|
+
},
|
5568
|
+
"GetAppInstanceRetentionSettingsResponse":{
|
5569
|
+
"type":"structure",
|
5570
|
+
"members":{
|
5571
|
+
"AppInstanceRetentionSettings":{"shape":"AppInstanceRetentionSettings"},
|
5572
|
+
"InitiateDeletionTimestamp":{"shape":"Timestamp"}
|
5573
|
+
}
|
5574
|
+
},
|
5575
|
+
"GetAppInstanceStreamingConfigurationsRequest":{
|
5576
|
+
"type":"structure",
|
5577
|
+
"required":["AppInstanceArn"],
|
5578
|
+
"members":{
|
5579
|
+
"AppInstanceArn":{
|
5580
|
+
"shape":"ChimeArn",
|
5581
|
+
"location":"uri",
|
5582
|
+
"locationName":"appInstanceArn"
|
5583
|
+
}
|
5584
|
+
}
|
5585
|
+
},
|
5586
|
+
"GetAppInstanceStreamingConfigurationsResponse":{
|
5587
|
+
"type":"structure",
|
5588
|
+
"members":{
|
5589
|
+
"AppInstanceStreamingConfigurations":{"shape":"AppInstanceStreamingConfigurationList"}
|
5590
|
+
}
|
5591
|
+
},
|
3827
5592
|
"GetAttendeeRequest":{
|
3828
5593
|
"type":"structure",
|
3829
5594
|
"required":[
|
@@ -3874,6 +5639,31 @@
|
|
3874
5639
|
"Bot":{"shape":"Bot"}
|
3875
5640
|
}
|
3876
5641
|
},
|
5642
|
+
"GetChannelMessageRequest":{
|
5643
|
+
"type":"structure",
|
5644
|
+
"required":[
|
5645
|
+
"ChannelArn",
|
5646
|
+
"MessageId"
|
5647
|
+
],
|
5648
|
+
"members":{
|
5649
|
+
"ChannelArn":{
|
5650
|
+
"shape":"ChimeArn",
|
5651
|
+
"location":"uri",
|
5652
|
+
"locationName":"channelArn"
|
5653
|
+
},
|
5654
|
+
"MessageId":{
|
5655
|
+
"shape":"MessageId",
|
5656
|
+
"location":"uri",
|
5657
|
+
"locationName":"messageId"
|
5658
|
+
}
|
5659
|
+
}
|
5660
|
+
},
|
5661
|
+
"GetChannelMessageResponse":{
|
5662
|
+
"type":"structure",
|
5663
|
+
"members":{
|
5664
|
+
"ChannelMessage":{"shape":"ChannelMessage"}
|
5665
|
+
}
|
5666
|
+
},
|
3877
5667
|
"GetEventsConfigurationRequest":{
|
3878
5668
|
"type":"structure",
|
3879
5669
|
"required":[
|
@@ -3923,6 +5713,17 @@
|
|
3923
5713
|
"Meeting":{"shape":"Meeting"}
|
3924
5714
|
}
|
3925
5715
|
},
|
5716
|
+
"GetMessagingSessionEndpointRequest":{
|
5717
|
+
"type":"structure",
|
5718
|
+
"members":{
|
5719
|
+
}
|
5720
|
+
},
|
5721
|
+
"GetMessagingSessionEndpointResponse":{
|
5722
|
+
"type":"structure",
|
5723
|
+
"members":{
|
5724
|
+
"Endpoint":{"shape":"MessagingSessionEndpoint"}
|
5725
|
+
}
|
5726
|
+
},
|
3926
5727
|
"GetPhoneNumberOrderRequest":{
|
3927
5728
|
"type":"structure",
|
3928
5729
|
"required":["PhoneNumberOrderId"],
|
@@ -4290,6 +6091,13 @@
|
|
4290
6091
|
"type":"string",
|
4291
6092
|
"pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}"
|
4292
6093
|
},
|
6094
|
+
"Identity":{
|
6095
|
+
"type":"structure",
|
6096
|
+
"members":{
|
6097
|
+
"Arn":{"shape":"ChimeArn"},
|
6098
|
+
"Name":{"shape":"ResourceName"}
|
6099
|
+
}
|
6100
|
+
},
|
4293
6101
|
"Integer":{"type":"integer"},
|
4294
6102
|
"Invite":{
|
4295
6103
|
"type":"structure",
|
@@ -4354,121 +6162,424 @@
|
|
4354
6162
|
"ProTrial"
|
4355
6163
|
]
|
4356
6164
|
},
|
4357
|
-
"LicenseList":{
|
4358
|
-
"type":"list",
|
4359
|
-
"member":{"shape":"License"}
|
6165
|
+
"LicenseList":{
|
6166
|
+
"type":"list",
|
6167
|
+
"member":{"shape":"License"}
|
6168
|
+
},
|
6169
|
+
"ListAccountsRequest":{
|
6170
|
+
"type":"structure",
|
6171
|
+
"members":{
|
6172
|
+
"Name":{
|
6173
|
+
"shape":"AccountName",
|
6174
|
+
"location":"querystring",
|
6175
|
+
"locationName":"name"
|
6176
|
+
},
|
6177
|
+
"UserEmail":{
|
6178
|
+
"shape":"EmailAddress",
|
6179
|
+
"location":"querystring",
|
6180
|
+
"locationName":"user-email"
|
6181
|
+
},
|
6182
|
+
"NextToken":{
|
6183
|
+
"shape":"String",
|
6184
|
+
"location":"querystring",
|
6185
|
+
"locationName":"next-token"
|
6186
|
+
},
|
6187
|
+
"MaxResults":{
|
6188
|
+
"shape":"ProfileServiceMaxResults",
|
6189
|
+
"location":"querystring",
|
6190
|
+
"locationName":"max-results"
|
6191
|
+
}
|
6192
|
+
}
|
6193
|
+
},
|
6194
|
+
"ListAccountsResponse":{
|
6195
|
+
"type":"structure",
|
6196
|
+
"members":{
|
6197
|
+
"Accounts":{"shape":"AccountList"},
|
6198
|
+
"NextToken":{"shape":"String"}
|
6199
|
+
}
|
6200
|
+
},
|
6201
|
+
"ListAppInstanceAdminsRequest":{
|
6202
|
+
"type":"structure",
|
6203
|
+
"required":["AppInstanceArn"],
|
6204
|
+
"members":{
|
6205
|
+
"AppInstanceArn":{
|
6206
|
+
"shape":"ChimeArn",
|
6207
|
+
"location":"uri",
|
6208
|
+
"locationName":"appInstanceArn"
|
6209
|
+
},
|
6210
|
+
"MaxResults":{
|
6211
|
+
"shape":"MaxResults",
|
6212
|
+
"location":"querystring",
|
6213
|
+
"locationName":"max-results"
|
6214
|
+
},
|
6215
|
+
"NextToken":{
|
6216
|
+
"shape":"NextToken",
|
6217
|
+
"location":"querystring",
|
6218
|
+
"locationName":"next-token"
|
6219
|
+
}
|
6220
|
+
}
|
6221
|
+
},
|
6222
|
+
"ListAppInstanceAdminsResponse":{
|
6223
|
+
"type":"structure",
|
6224
|
+
"members":{
|
6225
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
6226
|
+
"AppInstanceAdmins":{"shape":"AppInstanceAdminList"},
|
6227
|
+
"NextToken":{"shape":"NextToken"}
|
6228
|
+
}
|
6229
|
+
},
|
6230
|
+
"ListAppInstanceUsersRequest":{
|
6231
|
+
"type":"structure",
|
6232
|
+
"required":["AppInstanceArn"],
|
6233
|
+
"members":{
|
6234
|
+
"AppInstanceArn":{
|
6235
|
+
"shape":"ChimeArn",
|
6236
|
+
"location":"querystring",
|
6237
|
+
"locationName":"app-instance-arn"
|
6238
|
+
},
|
6239
|
+
"MaxResults":{
|
6240
|
+
"shape":"MaxResults",
|
6241
|
+
"location":"querystring",
|
6242
|
+
"locationName":"max-results"
|
6243
|
+
},
|
6244
|
+
"NextToken":{
|
6245
|
+
"shape":"NextToken",
|
6246
|
+
"location":"querystring",
|
6247
|
+
"locationName":"next-token"
|
6248
|
+
}
|
6249
|
+
}
|
6250
|
+
},
|
6251
|
+
"ListAppInstanceUsersResponse":{
|
6252
|
+
"type":"structure",
|
6253
|
+
"members":{
|
6254
|
+
"AppInstanceArn":{"shape":"ChimeArn"},
|
6255
|
+
"AppInstanceUsers":{"shape":"AppInstanceUserList"},
|
6256
|
+
"NextToken":{"shape":"NextToken"}
|
6257
|
+
}
|
6258
|
+
},
|
6259
|
+
"ListAppInstancesRequest":{
|
6260
|
+
"type":"structure",
|
6261
|
+
"members":{
|
6262
|
+
"MaxResults":{
|
6263
|
+
"shape":"MaxResults",
|
6264
|
+
"location":"querystring",
|
6265
|
+
"locationName":"max-results"
|
6266
|
+
},
|
6267
|
+
"NextToken":{
|
6268
|
+
"shape":"NextToken",
|
6269
|
+
"location":"querystring",
|
6270
|
+
"locationName":"next-token"
|
6271
|
+
}
|
6272
|
+
}
|
6273
|
+
},
|
6274
|
+
"ListAppInstancesResponse":{
|
6275
|
+
"type":"structure",
|
6276
|
+
"members":{
|
6277
|
+
"AppInstances":{"shape":"AppInstanceList"},
|
6278
|
+
"NextToken":{"shape":"NextToken"}
|
6279
|
+
}
|
6280
|
+
},
|
6281
|
+
"ListAttendeeTagsRequest":{
|
6282
|
+
"type":"structure",
|
6283
|
+
"required":[
|
6284
|
+
"MeetingId",
|
6285
|
+
"AttendeeId"
|
6286
|
+
],
|
6287
|
+
"members":{
|
6288
|
+
"MeetingId":{
|
6289
|
+
"shape":"GuidString",
|
6290
|
+
"location":"uri",
|
6291
|
+
"locationName":"meetingId"
|
6292
|
+
},
|
6293
|
+
"AttendeeId":{
|
6294
|
+
"shape":"GuidString",
|
6295
|
+
"location":"uri",
|
6296
|
+
"locationName":"attendeeId"
|
6297
|
+
}
|
6298
|
+
}
|
6299
|
+
},
|
6300
|
+
"ListAttendeeTagsResponse":{
|
6301
|
+
"type":"structure",
|
6302
|
+
"members":{
|
6303
|
+
"Tags":{"shape":"TagList"}
|
6304
|
+
}
|
6305
|
+
},
|
6306
|
+
"ListAttendeesRequest":{
|
6307
|
+
"type":"structure",
|
6308
|
+
"required":["MeetingId"],
|
6309
|
+
"members":{
|
6310
|
+
"MeetingId":{
|
6311
|
+
"shape":"GuidString",
|
6312
|
+
"location":"uri",
|
6313
|
+
"locationName":"meetingId"
|
6314
|
+
},
|
6315
|
+
"NextToken":{
|
6316
|
+
"shape":"String",
|
6317
|
+
"location":"querystring",
|
6318
|
+
"locationName":"next-token"
|
6319
|
+
},
|
6320
|
+
"MaxResults":{
|
6321
|
+
"shape":"ResultMax",
|
6322
|
+
"location":"querystring",
|
6323
|
+
"locationName":"max-results"
|
6324
|
+
}
|
6325
|
+
}
|
6326
|
+
},
|
6327
|
+
"ListAttendeesResponse":{
|
6328
|
+
"type":"structure",
|
6329
|
+
"members":{
|
6330
|
+
"Attendees":{"shape":"AttendeeList"},
|
6331
|
+
"NextToken":{"shape":"String"}
|
6332
|
+
}
|
6333
|
+
},
|
6334
|
+
"ListBotsRequest":{
|
6335
|
+
"type":"structure",
|
6336
|
+
"required":["AccountId"],
|
6337
|
+
"members":{
|
6338
|
+
"AccountId":{
|
6339
|
+
"shape":"NonEmptyString",
|
6340
|
+
"location":"uri",
|
6341
|
+
"locationName":"accountId"
|
6342
|
+
},
|
6343
|
+
"MaxResults":{
|
6344
|
+
"shape":"ResultMax",
|
6345
|
+
"location":"querystring",
|
6346
|
+
"locationName":"max-results"
|
6347
|
+
},
|
6348
|
+
"NextToken":{
|
6349
|
+
"shape":"String",
|
6350
|
+
"location":"querystring",
|
6351
|
+
"locationName":"next-token"
|
6352
|
+
}
|
6353
|
+
}
|
6354
|
+
},
|
6355
|
+
"ListBotsResponse":{
|
6356
|
+
"type":"structure",
|
6357
|
+
"members":{
|
6358
|
+
"Bots":{"shape":"BotList"},
|
6359
|
+
"NextToken":{"shape":"String"}
|
6360
|
+
}
|
6361
|
+
},
|
6362
|
+
"ListChannelBansRequest":{
|
6363
|
+
"type":"structure",
|
6364
|
+
"required":["ChannelArn"],
|
6365
|
+
"members":{
|
6366
|
+
"ChannelArn":{
|
6367
|
+
"shape":"ChimeArn",
|
6368
|
+
"location":"uri",
|
6369
|
+
"locationName":"channelArn"
|
6370
|
+
},
|
6371
|
+
"MaxResults":{
|
6372
|
+
"shape":"MaxResults",
|
6373
|
+
"location":"querystring",
|
6374
|
+
"locationName":"max-results"
|
6375
|
+
},
|
6376
|
+
"NextToken":{
|
6377
|
+
"shape":"NextToken",
|
6378
|
+
"location":"querystring",
|
6379
|
+
"locationName":"next-token"
|
6380
|
+
}
|
6381
|
+
}
|
6382
|
+
},
|
6383
|
+
"ListChannelBansResponse":{
|
6384
|
+
"type":"structure",
|
6385
|
+
"members":{
|
6386
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
6387
|
+
"NextToken":{"shape":"NextToken"},
|
6388
|
+
"ChannelBans":{"shape":"ChannelBanSummaryList"}
|
6389
|
+
}
|
6390
|
+
},
|
6391
|
+
"ListChannelMembershipsForAppInstanceUserRequest":{
|
6392
|
+
"type":"structure",
|
6393
|
+
"members":{
|
6394
|
+
"AppInstanceUserArn":{
|
6395
|
+
"shape":"ChimeArn",
|
6396
|
+
"location":"querystring",
|
6397
|
+
"locationName":"app-instance-user-arn"
|
6398
|
+
},
|
6399
|
+
"MaxResults":{
|
6400
|
+
"shape":"MaxResults",
|
6401
|
+
"location":"querystring",
|
6402
|
+
"locationName":"max-results"
|
6403
|
+
},
|
6404
|
+
"NextToken":{
|
6405
|
+
"shape":"NextToken",
|
6406
|
+
"location":"querystring",
|
6407
|
+
"locationName":"next-token"
|
6408
|
+
}
|
6409
|
+
}
|
6410
|
+
},
|
6411
|
+
"ListChannelMembershipsForAppInstanceUserResponse":{
|
6412
|
+
"type":"structure",
|
6413
|
+
"members":{
|
6414
|
+
"ChannelMemberships":{"shape":"ChannelMembershipForAppInstanceUserSummaryList"},
|
6415
|
+
"NextToken":{"shape":"NextToken"}
|
6416
|
+
}
|
6417
|
+
},
|
6418
|
+
"ListChannelMembershipsRequest":{
|
6419
|
+
"type":"structure",
|
6420
|
+
"required":["ChannelArn"],
|
6421
|
+
"members":{
|
6422
|
+
"ChannelArn":{
|
6423
|
+
"shape":"ChimeArn",
|
6424
|
+
"location":"uri",
|
6425
|
+
"locationName":"channelArn"
|
6426
|
+
},
|
6427
|
+
"Type":{
|
6428
|
+
"shape":"ChannelMembershipType",
|
6429
|
+
"location":"querystring",
|
6430
|
+
"locationName":"type"
|
6431
|
+
},
|
6432
|
+
"MaxResults":{
|
6433
|
+
"shape":"MaxResults",
|
6434
|
+
"location":"querystring",
|
6435
|
+
"locationName":"max-results"
|
6436
|
+
},
|
6437
|
+
"NextToken":{
|
6438
|
+
"shape":"NextToken",
|
6439
|
+
"location":"querystring",
|
6440
|
+
"locationName":"next-token"
|
6441
|
+
}
|
6442
|
+
}
|
6443
|
+
},
|
6444
|
+
"ListChannelMembershipsResponse":{
|
6445
|
+
"type":"structure",
|
6446
|
+
"members":{
|
6447
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
6448
|
+
"ChannelMemberships":{"shape":"ChannelMembershipSummaryList"},
|
6449
|
+
"NextToken":{"shape":"NextToken"}
|
6450
|
+
}
|
4360
6451
|
},
|
4361
|
-
"
|
6452
|
+
"ListChannelMessagesRequest":{
|
4362
6453
|
"type":"structure",
|
6454
|
+
"required":["ChannelArn"],
|
4363
6455
|
"members":{
|
4364
|
-
"
|
4365
|
-
"shape":"
|
6456
|
+
"ChannelArn":{
|
6457
|
+
"shape":"ChimeArn",
|
6458
|
+
"location":"uri",
|
6459
|
+
"locationName":"channelArn"
|
6460
|
+
},
|
6461
|
+
"SortOrder":{
|
6462
|
+
"shape":"SortOrder",
|
4366
6463
|
"location":"querystring",
|
4367
|
-
"locationName":"
|
6464
|
+
"locationName":"sort-order"
|
4368
6465
|
},
|
4369
|
-
"
|
4370
|
-
"shape":"
|
6466
|
+
"NotBefore":{
|
6467
|
+
"shape":"Timestamp",
|
4371
6468
|
"location":"querystring",
|
4372
|
-
"locationName":"
|
6469
|
+
"locationName":"not-before"
|
4373
6470
|
},
|
4374
|
-
"
|
4375
|
-
"shape":"
|
6471
|
+
"NotAfter":{
|
6472
|
+
"shape":"Timestamp",
|
4376
6473
|
"location":"querystring",
|
4377
|
-
"locationName":"
|
6474
|
+
"locationName":"not-after"
|
4378
6475
|
},
|
4379
6476
|
"MaxResults":{
|
4380
|
-
"shape":"
|
6477
|
+
"shape":"MaxResults",
|
4381
6478
|
"location":"querystring",
|
4382
6479
|
"locationName":"max-results"
|
6480
|
+
},
|
6481
|
+
"NextToken":{
|
6482
|
+
"shape":"NextToken",
|
6483
|
+
"location":"querystring",
|
6484
|
+
"locationName":"next-token"
|
4383
6485
|
}
|
4384
6486
|
}
|
4385
6487
|
},
|
4386
|
-
"
|
6488
|
+
"ListChannelMessagesResponse":{
|
4387
6489
|
"type":"structure",
|
4388
6490
|
"members":{
|
4389
|
-
"
|
4390
|
-
"NextToken":{"shape":"
|
6491
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
6492
|
+
"NextToken":{"shape":"NextToken"},
|
6493
|
+
"ChannelMessages":{"shape":"ChannelMessageSummaryList"}
|
4391
6494
|
}
|
4392
6495
|
},
|
4393
|
-
"
|
6496
|
+
"ListChannelModeratorsRequest":{
|
4394
6497
|
"type":"structure",
|
4395
|
-
"required":[
|
4396
|
-
"MeetingId",
|
4397
|
-
"AttendeeId"
|
4398
|
-
],
|
6498
|
+
"required":["ChannelArn"],
|
4399
6499
|
"members":{
|
4400
|
-
"
|
4401
|
-
"shape":"
|
6500
|
+
"ChannelArn":{
|
6501
|
+
"shape":"ChimeArn",
|
4402
6502
|
"location":"uri",
|
4403
|
-
"locationName":"
|
6503
|
+
"locationName":"channelArn"
|
4404
6504
|
},
|
4405
|
-
"
|
4406
|
-
"shape":"
|
4407
|
-
"location":"
|
4408
|
-
"locationName":"
|
6505
|
+
"MaxResults":{
|
6506
|
+
"shape":"MaxResults",
|
6507
|
+
"location":"querystring",
|
6508
|
+
"locationName":"max-results"
|
6509
|
+
},
|
6510
|
+
"NextToken":{
|
6511
|
+
"shape":"NextToken",
|
6512
|
+
"location":"querystring",
|
6513
|
+
"locationName":"next-token"
|
4409
6514
|
}
|
4410
6515
|
}
|
4411
6516
|
},
|
4412
|
-
"
|
6517
|
+
"ListChannelModeratorsResponse":{
|
4413
6518
|
"type":"structure",
|
4414
6519
|
"members":{
|
4415
|
-
"
|
6520
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
6521
|
+
"NextToken":{"shape":"NextToken"},
|
6522
|
+
"ChannelModerators":{"shape":"ChannelModeratorSummaryList"}
|
4416
6523
|
}
|
4417
6524
|
},
|
4418
|
-
"
|
6525
|
+
"ListChannelsModeratedByAppInstanceUserRequest":{
|
4419
6526
|
"type":"structure",
|
4420
|
-
"required":["MeetingId"],
|
4421
6527
|
"members":{
|
4422
|
-
"
|
4423
|
-
"shape":"
|
4424
|
-
"location":"uri",
|
4425
|
-
"locationName":"meetingId"
|
4426
|
-
},
|
4427
|
-
"NextToken":{
|
4428
|
-
"shape":"String",
|
6528
|
+
"AppInstanceUserArn":{
|
6529
|
+
"shape":"ChimeArn",
|
4429
6530
|
"location":"querystring",
|
4430
|
-
"locationName":"
|
6531
|
+
"locationName":"app-instance-user-arn"
|
4431
6532
|
},
|
4432
6533
|
"MaxResults":{
|
4433
|
-
"shape":"
|
6534
|
+
"shape":"MaxResults",
|
4434
6535
|
"location":"querystring",
|
4435
6536
|
"locationName":"max-results"
|
6537
|
+
},
|
6538
|
+
"NextToken":{
|
6539
|
+
"shape":"NextToken",
|
6540
|
+
"location":"querystring",
|
6541
|
+
"locationName":"next-token"
|
4436
6542
|
}
|
4437
6543
|
}
|
4438
6544
|
},
|
4439
|
-
"
|
6545
|
+
"ListChannelsModeratedByAppInstanceUserResponse":{
|
4440
6546
|
"type":"structure",
|
4441
6547
|
"members":{
|
4442
|
-
"
|
4443
|
-
"NextToken":{"shape":"
|
6548
|
+
"Channels":{"shape":"ChannelModeratedByAppInstanceUserSummaryList"},
|
6549
|
+
"NextToken":{"shape":"NextToken"}
|
4444
6550
|
}
|
4445
6551
|
},
|
4446
|
-
"
|
6552
|
+
"ListChannelsRequest":{
|
4447
6553
|
"type":"structure",
|
4448
|
-
"required":["
|
6554
|
+
"required":["AppInstanceArn"],
|
4449
6555
|
"members":{
|
4450
|
-
"
|
4451
|
-
"shape":"
|
4452
|
-
"location":"
|
4453
|
-
"locationName":"
|
6556
|
+
"AppInstanceArn":{
|
6557
|
+
"shape":"ChimeArn",
|
6558
|
+
"location":"querystring",
|
6559
|
+
"locationName":"app-instance-arn"
|
6560
|
+
},
|
6561
|
+
"Privacy":{
|
6562
|
+
"shape":"ChannelPrivacy",
|
6563
|
+
"location":"querystring",
|
6564
|
+
"locationName":"privacy"
|
4454
6565
|
},
|
4455
6566
|
"MaxResults":{
|
4456
|
-
"shape":"
|
6567
|
+
"shape":"MaxResults",
|
4457
6568
|
"location":"querystring",
|
4458
6569
|
"locationName":"max-results"
|
4459
6570
|
},
|
4460
6571
|
"NextToken":{
|
4461
|
-
"shape":"
|
6572
|
+
"shape":"NextToken",
|
4462
6573
|
"location":"querystring",
|
4463
6574
|
"locationName":"next-token"
|
4464
6575
|
}
|
4465
6576
|
}
|
4466
6577
|
},
|
4467
|
-
"
|
6578
|
+
"ListChannelsResponse":{
|
4468
6579
|
"type":"structure",
|
4469
6580
|
"members":{
|
4470
|
-
"
|
4471
|
-
"NextToken":{"shape":"
|
6581
|
+
"Channels":{"shape":"ChannelSummaryList"},
|
6582
|
+
"NextToken":{"shape":"NextToken"}
|
4472
6583
|
}
|
4473
6584
|
},
|
4474
6585
|
"ListMeetingTagsRequest":{
|
@@ -4871,6 +6982,11 @@
|
|
4871
6982
|
"members":{
|
4872
6983
|
}
|
4873
6984
|
},
|
6985
|
+
"MaxResults":{
|
6986
|
+
"type":"integer",
|
6987
|
+
"max":50,
|
6988
|
+
"min":1
|
6989
|
+
},
|
4874
6990
|
"MediaPlacement":{
|
4875
6991
|
"type":"structure",
|
4876
6992
|
"members":{
|
@@ -4957,10 +7073,50 @@
|
|
4957
7073
|
"member":{"shape":"MembershipItem"},
|
4958
7074
|
"max":50
|
4959
7075
|
},
|
7076
|
+
"MessageId":{
|
7077
|
+
"type":"string",
|
7078
|
+
"max":128,
|
7079
|
+
"min":1,
|
7080
|
+
"pattern":"[-_a-zA-Z0-9]*"
|
7081
|
+
},
|
7082
|
+
"MessagingSessionEndpoint":{
|
7083
|
+
"type":"structure",
|
7084
|
+
"members":{
|
7085
|
+
"Url":{"shape":"UrlType"}
|
7086
|
+
}
|
7087
|
+
},
|
7088
|
+
"Metadata":{
|
7089
|
+
"type":"string",
|
7090
|
+
"max":1024,
|
7091
|
+
"min":0,
|
7092
|
+
"pattern":".*",
|
7093
|
+
"sensitive":true
|
7094
|
+
},
|
7095
|
+
"NextToken":{
|
7096
|
+
"type":"string",
|
7097
|
+
"max":2048,
|
7098
|
+
"min":0,
|
7099
|
+
"pattern":".*",
|
7100
|
+
"sensitive":true
|
7101
|
+
},
|
4960
7102
|
"NextTokenString":{
|
4961
7103
|
"type":"string",
|
4962
7104
|
"max":65535
|
4963
7105
|
},
|
7106
|
+
"NonEmptyContent":{
|
7107
|
+
"type":"string",
|
7108
|
+
"max":4096,
|
7109
|
+
"min":1,
|
7110
|
+
"pattern":"[\\s\\S]*",
|
7111
|
+
"sensitive":true
|
7112
|
+
},
|
7113
|
+
"NonEmptyResourceName":{
|
7114
|
+
"type":"string",
|
7115
|
+
"max":256,
|
7116
|
+
"min":1,
|
7117
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*",
|
7118
|
+
"sensitive":true
|
7119
|
+
},
|
4964
7120
|
"NonEmptyString":{
|
4965
7121
|
"type":"string",
|
4966
7122
|
"pattern":".*\\S.*"
|
@@ -4976,6 +7132,7 @@
|
|
4976
7132
|
"member":{"shape":"String"},
|
4977
7133
|
"min":1
|
4978
7134
|
},
|
7135
|
+
"NonNullableBoolean":{"type":"boolean"},
|
4979
7136
|
"NotFoundException":{
|
4980
7137
|
"type":"structure",
|
4981
7138
|
"members":{
|
@@ -5255,6 +7412,49 @@
|
|
5255
7412
|
"type":"list",
|
5256
7413
|
"member":{"shape":"ProxySession"}
|
5257
7414
|
},
|
7415
|
+
"PutAppInstanceRetentionSettingsRequest":{
|
7416
|
+
"type":"structure",
|
7417
|
+
"required":[
|
7418
|
+
"AppInstanceArn",
|
7419
|
+
"AppInstanceRetentionSettings"
|
7420
|
+
],
|
7421
|
+
"members":{
|
7422
|
+
"AppInstanceArn":{
|
7423
|
+
"shape":"ChimeArn",
|
7424
|
+
"location":"uri",
|
7425
|
+
"locationName":"appInstanceArn"
|
7426
|
+
},
|
7427
|
+
"AppInstanceRetentionSettings":{"shape":"AppInstanceRetentionSettings"}
|
7428
|
+
}
|
7429
|
+
},
|
7430
|
+
"PutAppInstanceRetentionSettingsResponse":{
|
7431
|
+
"type":"structure",
|
7432
|
+
"members":{
|
7433
|
+
"AppInstanceRetentionSettings":{"shape":"AppInstanceRetentionSettings"},
|
7434
|
+
"InitiateDeletionTimestamp":{"shape":"Timestamp"}
|
7435
|
+
}
|
7436
|
+
},
|
7437
|
+
"PutAppInstanceStreamingConfigurationsRequest":{
|
7438
|
+
"type":"structure",
|
7439
|
+
"required":[
|
7440
|
+
"AppInstanceArn",
|
7441
|
+
"AppInstanceStreamingConfigurations"
|
7442
|
+
],
|
7443
|
+
"members":{
|
7444
|
+
"AppInstanceArn":{
|
7445
|
+
"shape":"ChimeArn",
|
7446
|
+
"location":"uri",
|
7447
|
+
"locationName":"appInstanceArn"
|
7448
|
+
},
|
7449
|
+
"AppInstanceStreamingConfigurations":{"shape":"AppInstanceStreamingConfigurationList"}
|
7450
|
+
}
|
7451
|
+
},
|
7452
|
+
"PutAppInstanceStreamingConfigurationsResponse":{
|
7453
|
+
"type":"structure",
|
7454
|
+
"members":{
|
7455
|
+
"AppInstanceStreamingConfigurations":{"shape":"AppInstanceStreamingConfigurationList"}
|
7456
|
+
}
|
7457
|
+
},
|
5258
7458
|
"PutEventsConfigurationRequest":{
|
5259
7459
|
"type":"structure",
|
5260
7460
|
"required":[
|
@@ -5464,6 +7664,32 @@
|
|
5464
7664
|
"Termination":{"shape":"Termination"}
|
5465
7665
|
}
|
5466
7666
|
},
|
7667
|
+
"RedactChannelMessageRequest":{
|
7668
|
+
"type":"structure",
|
7669
|
+
"required":[
|
7670
|
+
"ChannelArn",
|
7671
|
+
"MessageId"
|
7672
|
+
],
|
7673
|
+
"members":{
|
7674
|
+
"ChannelArn":{
|
7675
|
+
"shape":"ChimeArn",
|
7676
|
+
"location":"uri",
|
7677
|
+
"locationName":"channelArn"
|
7678
|
+
},
|
7679
|
+
"MessageId":{
|
7680
|
+
"shape":"MessageId",
|
7681
|
+
"location":"uri",
|
7682
|
+
"locationName":"messageId"
|
7683
|
+
}
|
7684
|
+
}
|
7685
|
+
},
|
7686
|
+
"RedactChannelMessageResponse":{
|
7687
|
+
"type":"structure",
|
7688
|
+
"members":{
|
7689
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
7690
|
+
"MessageId":{"shape":"MessageId"}
|
7691
|
+
}
|
7692
|
+
},
|
5467
7693
|
"RedactConversationMessageRequest":{
|
5468
7694
|
"type":"structure",
|
5469
7695
|
"required":[
|
@@ -5591,6 +7817,13 @@
|
|
5591
7817
|
"error":{"httpStatusCode":400},
|
5592
7818
|
"exception":true
|
5593
7819
|
},
|
7820
|
+
"ResourceName":{
|
7821
|
+
"type":"string",
|
7822
|
+
"max":256,
|
7823
|
+
"min":0,
|
7824
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*",
|
7825
|
+
"sensitive":true
|
7826
|
+
},
|
5594
7827
|
"RestorePhoneNumberRequest":{
|
5595
7828
|
"type":"structure",
|
5596
7829
|
"required":["PhoneNumberId"],
|
@@ -5713,6 +7946,38 @@
|
|
5713
7946
|
"E164PhoneNumbers":{"shape":"E164PhoneNumberList"}
|
5714
7947
|
}
|
5715
7948
|
},
|
7949
|
+
"SendChannelMessageRequest":{
|
7950
|
+
"type":"structure",
|
7951
|
+
"required":[
|
7952
|
+
"ChannelArn",
|
7953
|
+
"Content",
|
7954
|
+
"Type",
|
7955
|
+
"Persistence",
|
7956
|
+
"ClientRequestToken"
|
7957
|
+
],
|
7958
|
+
"members":{
|
7959
|
+
"ChannelArn":{
|
7960
|
+
"shape":"ChimeArn",
|
7961
|
+
"location":"uri",
|
7962
|
+
"locationName":"channelArn"
|
7963
|
+
},
|
7964
|
+
"Content":{"shape":"NonEmptyContent"},
|
7965
|
+
"Type":{"shape":"ChannelMessageType"},
|
7966
|
+
"Persistence":{"shape":"ChannelMessagePersistenceType"},
|
7967
|
+
"Metadata":{"shape":"Metadata"},
|
7968
|
+
"ClientRequestToken":{
|
7969
|
+
"shape":"ClientRequestToken",
|
7970
|
+
"idempotencyToken":true
|
7971
|
+
}
|
7972
|
+
}
|
7973
|
+
},
|
7974
|
+
"SendChannelMessageResponse":{
|
7975
|
+
"type":"structure",
|
7976
|
+
"members":{
|
7977
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
7978
|
+
"MessageId":{"shape":"MessageId"}
|
7979
|
+
}
|
7980
|
+
},
|
5716
7981
|
"SensitiveString":{
|
5717
7982
|
"type":"string",
|
5718
7983
|
"sensitive":true
|
@@ -5842,6 +8107,13 @@
|
|
5842
8107
|
"RequestUriHostname"
|
5843
8108
|
]
|
5844
8109
|
},
|
8110
|
+
"SortOrder":{
|
8111
|
+
"type":"string",
|
8112
|
+
"enum":[
|
8113
|
+
"ASCENDING",
|
8114
|
+
"DESCENDING"
|
8115
|
+
]
|
8116
|
+
},
|
5845
8117
|
"StreamingConfiguration":{
|
5846
8118
|
"type":"structure",
|
5847
8119
|
"required":["DataRetentionInHours"],
|
@@ -5994,6 +8266,7 @@
|
|
5994
8266
|
"error":{"httpStatusCode":429},
|
5995
8267
|
"exception":true
|
5996
8268
|
},
|
8269
|
+
"Timestamp":{"type":"timestamp"},
|
5997
8270
|
"TollFreePrefix":{
|
5998
8271
|
"type":"string",
|
5999
8272
|
"max":3,
|
@@ -6103,6 +8376,50 @@
|
|
6103
8376
|
"members":{
|
6104
8377
|
}
|
6105
8378
|
},
|
8379
|
+
"UpdateAppInstanceRequest":{
|
8380
|
+
"type":"structure",
|
8381
|
+
"required":[
|
8382
|
+
"AppInstanceArn",
|
8383
|
+
"Name"
|
8384
|
+
],
|
8385
|
+
"members":{
|
8386
|
+
"AppInstanceArn":{
|
8387
|
+
"shape":"ChimeArn",
|
8388
|
+
"location":"uri",
|
8389
|
+
"locationName":"appInstanceArn"
|
8390
|
+
},
|
8391
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
8392
|
+
"Metadata":{"shape":"Metadata"}
|
8393
|
+
}
|
8394
|
+
},
|
8395
|
+
"UpdateAppInstanceResponse":{
|
8396
|
+
"type":"structure",
|
8397
|
+
"members":{
|
8398
|
+
"AppInstanceArn":{"shape":"ChimeArn"}
|
8399
|
+
}
|
8400
|
+
},
|
8401
|
+
"UpdateAppInstanceUserRequest":{
|
8402
|
+
"type":"structure",
|
8403
|
+
"required":[
|
8404
|
+
"AppInstanceUserArn",
|
8405
|
+
"Name"
|
8406
|
+
],
|
8407
|
+
"members":{
|
8408
|
+
"AppInstanceUserArn":{
|
8409
|
+
"shape":"ChimeArn",
|
8410
|
+
"location":"uri",
|
8411
|
+
"locationName":"appInstanceUserArn"
|
8412
|
+
},
|
8413
|
+
"Name":{"shape":"UserName"},
|
8414
|
+
"Metadata":{"shape":"Metadata"}
|
8415
|
+
}
|
8416
|
+
},
|
8417
|
+
"UpdateAppInstanceUserResponse":{
|
8418
|
+
"type":"structure",
|
8419
|
+
"members":{
|
8420
|
+
"AppInstanceUserArn":{"shape":"ChimeArn"}
|
8421
|
+
}
|
8422
|
+
},
|
6106
8423
|
"UpdateBotRequest":{
|
6107
8424
|
"type":"structure",
|
6108
8425
|
"required":[
|
@@ -6129,6 +8446,75 @@
|
|
6129
8446
|
"Bot":{"shape":"Bot"}
|
6130
8447
|
}
|
6131
8448
|
},
|
8449
|
+
"UpdateChannelMessageRequest":{
|
8450
|
+
"type":"structure",
|
8451
|
+
"required":[
|
8452
|
+
"ChannelArn",
|
8453
|
+
"MessageId"
|
8454
|
+
],
|
8455
|
+
"members":{
|
8456
|
+
"ChannelArn":{
|
8457
|
+
"shape":"ChimeArn",
|
8458
|
+
"location":"uri",
|
8459
|
+
"locationName":"channelArn"
|
8460
|
+
},
|
8461
|
+
"MessageId":{
|
8462
|
+
"shape":"MessageId",
|
8463
|
+
"location":"uri",
|
8464
|
+
"locationName":"messageId"
|
8465
|
+
},
|
8466
|
+
"Content":{"shape":"Content"},
|
8467
|
+
"Metadata":{"shape":"Metadata"}
|
8468
|
+
}
|
8469
|
+
},
|
8470
|
+
"UpdateChannelMessageResponse":{
|
8471
|
+
"type":"structure",
|
8472
|
+
"members":{
|
8473
|
+
"ChannelArn":{"shape":"ChimeArn"},
|
8474
|
+
"MessageId":{"shape":"MessageId"}
|
8475
|
+
}
|
8476
|
+
},
|
8477
|
+
"UpdateChannelReadMarkerRequest":{
|
8478
|
+
"type":"structure",
|
8479
|
+
"required":["ChannelArn"],
|
8480
|
+
"members":{
|
8481
|
+
"ChannelArn":{
|
8482
|
+
"shape":"ChimeArn",
|
8483
|
+
"location":"uri",
|
8484
|
+
"locationName":"channelArn"
|
8485
|
+
}
|
8486
|
+
}
|
8487
|
+
},
|
8488
|
+
"UpdateChannelReadMarkerResponse":{
|
8489
|
+
"type":"structure",
|
8490
|
+
"members":{
|
8491
|
+
"ChannelArn":{"shape":"ChimeArn"}
|
8492
|
+
}
|
8493
|
+
},
|
8494
|
+
"UpdateChannelRequest":{
|
8495
|
+
"type":"structure",
|
8496
|
+
"required":[
|
8497
|
+
"ChannelArn",
|
8498
|
+
"Name",
|
8499
|
+
"Mode"
|
8500
|
+
],
|
8501
|
+
"members":{
|
8502
|
+
"ChannelArn":{
|
8503
|
+
"shape":"ChimeArn",
|
8504
|
+
"location":"uri",
|
8505
|
+
"locationName":"channelArn"
|
8506
|
+
},
|
8507
|
+
"Name":{"shape":"NonEmptyResourceName"},
|
8508
|
+
"Mode":{"shape":"ChannelMode"},
|
8509
|
+
"Metadata":{"shape":"Metadata"}
|
8510
|
+
}
|
8511
|
+
},
|
8512
|
+
"UpdateChannelResponse":{
|
8513
|
+
"type":"structure",
|
8514
|
+
"members":{
|
8515
|
+
"ChannelArn":{"shape":"ChimeArn"}
|
8516
|
+
}
|
8517
|
+
},
|
6132
8518
|
"UpdateGlobalSettingsRequest":{
|
6133
8519
|
"type":"structure",
|
6134
8520
|
"required":[
|
@@ -6421,6 +8807,10 @@
|
|
6421
8807
|
"type":"string",
|
6422
8808
|
"max":4096
|
6423
8809
|
},
|
8810
|
+
"UrlType":{
|
8811
|
+
"type":"string",
|
8812
|
+
"max":4096
|
8813
|
+
},
|
6424
8814
|
"User":{
|
6425
8815
|
"type":"structure",
|
6426
8816
|
"required":["UserId"],
|
@@ -6457,6 +8847,13 @@
|
|
6457
8847
|
"type":"list",
|
6458
8848
|
"member":{"shape":"UserError"}
|
6459
8849
|
},
|
8850
|
+
"UserId":{
|
8851
|
+
"type":"string",
|
8852
|
+
"max":50,
|
8853
|
+
"min":1,
|
8854
|
+
"pattern":"[A-Za-z0-9][A-Za-z0-9\\:\\-\\_\\.\\@]{3,50}[A-Za-z0-9]",
|
8855
|
+
"sensitive":true
|
8856
|
+
},
|
6460
8857
|
"UserIdList":{
|
6461
8858
|
"type":"list",
|
6462
8859
|
"member":{"shape":"NonEmptyString"},
|
@@ -6466,6 +8863,13 @@
|
|
6466
8863
|
"type":"list",
|
6467
8864
|
"member":{"shape":"User"}
|
6468
8865
|
},
|
8866
|
+
"UserName":{
|
8867
|
+
"type":"string",
|
8868
|
+
"max":100,
|
8869
|
+
"min":1,
|
8870
|
+
"pattern":".*\\S.*",
|
8871
|
+
"sensitive":true
|
8872
|
+
},
|
6469
8873
|
"UserSettings":{
|
6470
8874
|
"type":"structure",
|
6471
8875
|
"required":["Telephony"],
|