aws-sdk 2.962.0 → 2.966.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
  4. package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
  5. package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
  6. package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
  7. package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
  8. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
  9. package/apis/codebuild-2016-10-06.examples.json +0 -276
  10. package/apis/codebuild-2016-10-06.min.json +51 -26
  11. package/apis/connect-2017-08-08.min.json +364 -101
  12. package/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/apis/lightsail-2016-11-28.min.json +154 -144
  14. package/apis/metadata.json +12 -0
  15. package/apis/nimble-2020-08-01.min.json +13 -0
  16. package/apis/rekognition-2016-06-27.min.json +51 -30
  17. package/apis/snow-device-management-2021-08-04.examples.json +5 -0
  18. package/apis/snow-device-management-2021-08-04.min.json +638 -0
  19. package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
  20. package/apis/wafv2-2019-07-29.min.json +306 -98
  21. package/clients/all.d.ts +3 -0
  22. package/clients/all.js +4 -1
  23. package/clients/athena.d.ts +28 -28
  24. package/clients/chime.d.ts +17 -14
  25. package/clients/chimesdkidentity.d.ts +591 -0
  26. package/clients/chimesdkidentity.js +18 -0
  27. package/clients/chimesdkmessaging.d.ts +1344 -0
  28. package/clients/chimesdkmessaging.js +18 -0
  29. package/clients/codebuild.d.ts +166 -126
  30. package/clients/connect.d.ts +310 -9
  31. package/clients/ebs.d.ts +10 -10
  32. package/clients/ecs.d.ts +18 -18
  33. package/clients/lightsail.d.ts +19 -1
  34. package/clients/nimble.d.ts +31 -15
  35. package/clients/rekognition.d.ts +59 -26
  36. package/clients/route53.d.ts +57 -57
  37. package/clients/snowdevicemanagement.d.ts +767 -0
  38. package/clients/snowdevicemanagement.js +18 -0
  39. package/clients/ssm.d.ts +110 -110
  40. package/clients/synthetics.d.ts +25 -1
  41. package/clients/wafv2.d.ts +325 -6
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +122 -11
  44. package/dist/aws-sdk.js +487 -160
  45. package/dist/aws-sdk.min.js +76 -76
  46. package/lib/config_service_placeholders.d.ts +6 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
@@ -0,0 +1,1413 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-05-15",
5
+ "endpointPrefix": "messaging-chime",
6
+ "protocol": "rest-json",
7
+ "serviceFullName": "Amazon Chime SDK Messaging",
8
+ "serviceId": "Chime SDK Messaging",
9
+ "signatureVersion": "v4",
10
+ "signingName": "chime",
11
+ "uid": "chime-sdk-messaging-2021-05-15"
12
+ },
13
+ "operations": {
14
+ "BatchCreateChannelMembership": {
15
+ "http": {
16
+ "requestUri": "/channels/{channelArn}/memberships?operation=batch-create",
17
+ "responseCode": 200
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "ChannelArn",
23
+ "MemberArns",
24
+ "ChimeBearer"
25
+ ],
26
+ "members": {
27
+ "ChannelArn": {
28
+ "location": "uri",
29
+ "locationName": "channelArn"
30
+ },
31
+ "Type": {},
32
+ "MemberArns": {
33
+ "type": "list",
34
+ "member": {}
35
+ },
36
+ "ChimeBearer": {
37
+ "location": "header",
38
+ "locationName": "x-amz-chime-bearer"
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "members": {
45
+ "BatchChannelMemberships": {
46
+ "type": "structure",
47
+ "members": {
48
+ "InvitedBy": {
49
+ "shape": "S7"
50
+ },
51
+ "Type": {},
52
+ "Members": {
53
+ "type": "list",
54
+ "member": {
55
+ "shape": "S7"
56
+ }
57
+ },
58
+ "ChannelArn": {}
59
+ }
60
+ },
61
+ "Errors": {
62
+ "type": "list",
63
+ "member": {
64
+ "type": "structure",
65
+ "members": {
66
+ "MemberArn": {},
67
+ "ErrorCode": {},
68
+ "ErrorMessage": {}
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ },
75
+ "CreateChannel": {
76
+ "http": {
77
+ "requestUri": "/channels",
78
+ "responseCode": 201
79
+ },
80
+ "input": {
81
+ "type": "structure",
82
+ "required": [
83
+ "AppInstanceArn",
84
+ "Name",
85
+ "ClientRequestToken",
86
+ "ChimeBearer"
87
+ ],
88
+ "members": {
89
+ "AppInstanceArn": {},
90
+ "Name": {
91
+ "shape": "Sf"
92
+ },
93
+ "Mode": {},
94
+ "Privacy": {},
95
+ "Metadata": {
96
+ "shape": "Si"
97
+ },
98
+ "ClientRequestToken": {
99
+ "shape": "Sj",
100
+ "idempotencyToken": true
101
+ },
102
+ "Tags": {
103
+ "type": "list",
104
+ "member": {
105
+ "type": "structure",
106
+ "required": [
107
+ "Key",
108
+ "Value"
109
+ ],
110
+ "members": {
111
+ "Key": {
112
+ "type": "string",
113
+ "sensitive": true
114
+ },
115
+ "Value": {
116
+ "type": "string",
117
+ "sensitive": true
118
+ }
119
+ }
120
+ }
121
+ },
122
+ "ChimeBearer": {
123
+ "location": "header",
124
+ "locationName": "x-amz-chime-bearer"
125
+ }
126
+ }
127
+ },
128
+ "output": {
129
+ "type": "structure",
130
+ "members": {
131
+ "ChannelArn": {}
132
+ }
133
+ }
134
+ },
135
+ "CreateChannelBan": {
136
+ "http": {
137
+ "requestUri": "/channels/{channelArn}/bans",
138
+ "responseCode": 201
139
+ },
140
+ "input": {
141
+ "type": "structure",
142
+ "required": [
143
+ "ChannelArn",
144
+ "MemberArn",
145
+ "ChimeBearer"
146
+ ],
147
+ "members": {
148
+ "ChannelArn": {
149
+ "location": "uri",
150
+ "locationName": "channelArn"
151
+ },
152
+ "MemberArn": {},
153
+ "ChimeBearer": {
154
+ "location": "header",
155
+ "locationName": "x-amz-chime-bearer"
156
+ }
157
+ }
158
+ },
159
+ "output": {
160
+ "type": "structure",
161
+ "members": {
162
+ "ChannelArn": {},
163
+ "Member": {
164
+ "shape": "S7"
165
+ }
166
+ }
167
+ }
168
+ },
169
+ "CreateChannelMembership": {
170
+ "http": {
171
+ "requestUri": "/channels/{channelArn}/memberships",
172
+ "responseCode": 201
173
+ },
174
+ "input": {
175
+ "type": "structure",
176
+ "required": [
177
+ "ChannelArn",
178
+ "MemberArn",
179
+ "Type",
180
+ "ChimeBearer"
181
+ ],
182
+ "members": {
183
+ "ChannelArn": {
184
+ "location": "uri",
185
+ "locationName": "channelArn"
186
+ },
187
+ "MemberArn": {},
188
+ "Type": {},
189
+ "ChimeBearer": {
190
+ "location": "header",
191
+ "locationName": "x-amz-chime-bearer"
192
+ }
193
+ }
194
+ },
195
+ "output": {
196
+ "type": "structure",
197
+ "members": {
198
+ "ChannelArn": {},
199
+ "Member": {
200
+ "shape": "S7"
201
+ }
202
+ }
203
+ }
204
+ },
205
+ "CreateChannelModerator": {
206
+ "http": {
207
+ "requestUri": "/channels/{channelArn}/moderators",
208
+ "responseCode": 201
209
+ },
210
+ "input": {
211
+ "type": "structure",
212
+ "required": [
213
+ "ChannelArn",
214
+ "ChannelModeratorArn",
215
+ "ChimeBearer"
216
+ ],
217
+ "members": {
218
+ "ChannelArn": {
219
+ "location": "uri",
220
+ "locationName": "channelArn"
221
+ },
222
+ "ChannelModeratorArn": {},
223
+ "ChimeBearer": {
224
+ "location": "header",
225
+ "locationName": "x-amz-chime-bearer"
226
+ }
227
+ }
228
+ },
229
+ "output": {
230
+ "type": "structure",
231
+ "members": {
232
+ "ChannelArn": {},
233
+ "ChannelModerator": {
234
+ "shape": "S7"
235
+ }
236
+ }
237
+ }
238
+ },
239
+ "DeleteChannel": {
240
+ "http": {
241
+ "method": "DELETE",
242
+ "requestUri": "/channels/{channelArn}",
243
+ "responseCode": 204
244
+ },
245
+ "input": {
246
+ "type": "structure",
247
+ "required": [
248
+ "ChannelArn",
249
+ "ChimeBearer"
250
+ ],
251
+ "members": {
252
+ "ChannelArn": {
253
+ "location": "uri",
254
+ "locationName": "channelArn"
255
+ },
256
+ "ChimeBearer": {
257
+ "location": "header",
258
+ "locationName": "x-amz-chime-bearer"
259
+ }
260
+ }
261
+ }
262
+ },
263
+ "DeleteChannelBan": {
264
+ "http": {
265
+ "method": "DELETE",
266
+ "requestUri": "/channels/{channelArn}/bans/{memberArn}",
267
+ "responseCode": 204
268
+ },
269
+ "input": {
270
+ "type": "structure",
271
+ "required": [
272
+ "ChannelArn",
273
+ "MemberArn",
274
+ "ChimeBearer"
275
+ ],
276
+ "members": {
277
+ "ChannelArn": {
278
+ "location": "uri",
279
+ "locationName": "channelArn"
280
+ },
281
+ "MemberArn": {
282
+ "location": "uri",
283
+ "locationName": "memberArn"
284
+ },
285
+ "ChimeBearer": {
286
+ "location": "header",
287
+ "locationName": "x-amz-chime-bearer"
288
+ }
289
+ }
290
+ }
291
+ },
292
+ "DeleteChannelMembership": {
293
+ "http": {
294
+ "method": "DELETE",
295
+ "requestUri": "/channels/{channelArn}/memberships/{memberArn}",
296
+ "responseCode": 204
297
+ },
298
+ "input": {
299
+ "type": "structure",
300
+ "required": [
301
+ "ChannelArn",
302
+ "MemberArn",
303
+ "ChimeBearer"
304
+ ],
305
+ "members": {
306
+ "ChannelArn": {
307
+ "location": "uri",
308
+ "locationName": "channelArn"
309
+ },
310
+ "MemberArn": {
311
+ "location": "uri",
312
+ "locationName": "memberArn"
313
+ },
314
+ "ChimeBearer": {
315
+ "location": "header",
316
+ "locationName": "x-amz-chime-bearer"
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "DeleteChannelMessage": {
322
+ "http": {
323
+ "method": "DELETE",
324
+ "requestUri": "/channels/{channelArn}/messages/{messageId}",
325
+ "responseCode": 204
326
+ },
327
+ "input": {
328
+ "type": "structure",
329
+ "required": [
330
+ "ChannelArn",
331
+ "MessageId",
332
+ "ChimeBearer"
333
+ ],
334
+ "members": {
335
+ "ChannelArn": {
336
+ "location": "uri",
337
+ "locationName": "channelArn"
338
+ },
339
+ "MessageId": {
340
+ "location": "uri",
341
+ "locationName": "messageId"
342
+ },
343
+ "ChimeBearer": {
344
+ "location": "header",
345
+ "locationName": "x-amz-chime-bearer"
346
+ }
347
+ }
348
+ }
349
+ },
350
+ "DeleteChannelModerator": {
351
+ "http": {
352
+ "method": "DELETE",
353
+ "requestUri": "/channels/{channelArn}/moderators/{channelModeratorArn}",
354
+ "responseCode": 204
355
+ },
356
+ "input": {
357
+ "type": "structure",
358
+ "required": [
359
+ "ChannelArn",
360
+ "ChannelModeratorArn",
361
+ "ChimeBearer"
362
+ ],
363
+ "members": {
364
+ "ChannelArn": {
365
+ "location": "uri",
366
+ "locationName": "channelArn"
367
+ },
368
+ "ChannelModeratorArn": {
369
+ "location": "uri",
370
+ "locationName": "channelModeratorArn"
371
+ },
372
+ "ChimeBearer": {
373
+ "location": "header",
374
+ "locationName": "x-amz-chime-bearer"
375
+ }
376
+ }
377
+ }
378
+ },
379
+ "DescribeChannel": {
380
+ "http": {
381
+ "method": "GET",
382
+ "requestUri": "/channels/{channelArn}",
383
+ "responseCode": 200
384
+ },
385
+ "input": {
386
+ "type": "structure",
387
+ "required": [
388
+ "ChannelArn",
389
+ "ChimeBearer"
390
+ ],
391
+ "members": {
392
+ "ChannelArn": {
393
+ "location": "uri",
394
+ "locationName": "channelArn"
395
+ },
396
+ "ChimeBearer": {
397
+ "location": "header",
398
+ "locationName": "x-amz-chime-bearer"
399
+ }
400
+ }
401
+ },
402
+ "output": {
403
+ "type": "structure",
404
+ "members": {
405
+ "Channel": {
406
+ "type": "structure",
407
+ "members": {
408
+ "Name": {
409
+ "shape": "Sf"
410
+ },
411
+ "ChannelArn": {},
412
+ "Mode": {},
413
+ "Privacy": {},
414
+ "Metadata": {
415
+ "shape": "Si"
416
+ },
417
+ "CreatedBy": {
418
+ "shape": "S7"
419
+ },
420
+ "CreatedTimestamp": {
421
+ "type": "timestamp"
422
+ },
423
+ "LastMessageTimestamp": {
424
+ "type": "timestamp"
425
+ },
426
+ "LastUpdatedTimestamp": {
427
+ "type": "timestamp"
428
+ }
429
+ }
430
+ }
431
+ }
432
+ }
433
+ },
434
+ "DescribeChannelBan": {
435
+ "http": {
436
+ "method": "GET",
437
+ "requestUri": "/channels/{channelArn}/bans/{memberArn}",
438
+ "responseCode": 200
439
+ },
440
+ "input": {
441
+ "type": "structure",
442
+ "required": [
443
+ "ChannelArn",
444
+ "MemberArn",
445
+ "ChimeBearer"
446
+ ],
447
+ "members": {
448
+ "ChannelArn": {
449
+ "location": "uri",
450
+ "locationName": "channelArn"
451
+ },
452
+ "MemberArn": {
453
+ "location": "uri",
454
+ "locationName": "memberArn"
455
+ },
456
+ "ChimeBearer": {
457
+ "location": "header",
458
+ "locationName": "x-amz-chime-bearer"
459
+ }
460
+ }
461
+ },
462
+ "output": {
463
+ "type": "structure",
464
+ "members": {
465
+ "ChannelBan": {
466
+ "type": "structure",
467
+ "members": {
468
+ "Member": {
469
+ "shape": "S7"
470
+ },
471
+ "ChannelArn": {},
472
+ "CreatedTimestamp": {
473
+ "type": "timestamp"
474
+ },
475
+ "CreatedBy": {
476
+ "shape": "S7"
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ },
483
+ "DescribeChannelMembership": {
484
+ "http": {
485
+ "method": "GET",
486
+ "requestUri": "/channels/{channelArn}/memberships/{memberArn}",
487
+ "responseCode": 200
488
+ },
489
+ "input": {
490
+ "type": "structure",
491
+ "required": [
492
+ "ChannelArn",
493
+ "MemberArn",
494
+ "ChimeBearer"
495
+ ],
496
+ "members": {
497
+ "ChannelArn": {
498
+ "location": "uri",
499
+ "locationName": "channelArn"
500
+ },
501
+ "MemberArn": {
502
+ "location": "uri",
503
+ "locationName": "memberArn"
504
+ },
505
+ "ChimeBearer": {
506
+ "location": "header",
507
+ "locationName": "x-amz-chime-bearer"
508
+ }
509
+ }
510
+ },
511
+ "output": {
512
+ "type": "structure",
513
+ "members": {
514
+ "ChannelMembership": {
515
+ "type": "structure",
516
+ "members": {
517
+ "InvitedBy": {
518
+ "shape": "S7"
519
+ },
520
+ "Type": {},
521
+ "Member": {
522
+ "shape": "S7"
523
+ },
524
+ "ChannelArn": {},
525
+ "CreatedTimestamp": {
526
+ "type": "timestamp"
527
+ },
528
+ "LastUpdatedTimestamp": {
529
+ "type": "timestamp"
530
+ }
531
+ }
532
+ }
533
+ }
534
+ }
535
+ },
536
+ "DescribeChannelMembershipForAppInstanceUser": {
537
+ "http": {
538
+ "method": "GET",
539
+ "requestUri": "/channels/{channelArn}?scope=app-instance-user-membership",
540
+ "responseCode": 200
541
+ },
542
+ "input": {
543
+ "type": "structure",
544
+ "required": [
545
+ "ChannelArn",
546
+ "AppInstanceUserArn",
547
+ "ChimeBearer"
548
+ ],
549
+ "members": {
550
+ "ChannelArn": {
551
+ "location": "uri",
552
+ "locationName": "channelArn"
553
+ },
554
+ "AppInstanceUserArn": {
555
+ "location": "querystring",
556
+ "locationName": "app-instance-user-arn"
557
+ },
558
+ "ChimeBearer": {
559
+ "location": "header",
560
+ "locationName": "x-amz-chime-bearer"
561
+ }
562
+ }
563
+ },
564
+ "output": {
565
+ "type": "structure",
566
+ "members": {
567
+ "ChannelMembership": {
568
+ "shape": "S1d"
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "DescribeChannelModeratedByAppInstanceUser": {
574
+ "http": {
575
+ "method": "GET",
576
+ "requestUri": "/channels/{channelArn}?scope=app-instance-user-moderated-channel",
577
+ "responseCode": 200
578
+ },
579
+ "input": {
580
+ "type": "structure",
581
+ "required": [
582
+ "ChannelArn",
583
+ "AppInstanceUserArn",
584
+ "ChimeBearer"
585
+ ],
586
+ "members": {
587
+ "ChannelArn": {
588
+ "location": "uri",
589
+ "locationName": "channelArn"
590
+ },
591
+ "AppInstanceUserArn": {
592
+ "location": "querystring",
593
+ "locationName": "app-instance-user-arn"
594
+ },
595
+ "ChimeBearer": {
596
+ "location": "header",
597
+ "locationName": "x-amz-chime-bearer"
598
+ }
599
+ }
600
+ },
601
+ "output": {
602
+ "type": "structure",
603
+ "members": {
604
+ "Channel": {
605
+ "shape": "S1i"
606
+ }
607
+ }
608
+ }
609
+ },
610
+ "DescribeChannelModerator": {
611
+ "http": {
612
+ "method": "GET",
613
+ "requestUri": "/channels/{channelArn}/moderators/{channelModeratorArn}",
614
+ "responseCode": 200
615
+ },
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "ChannelArn",
620
+ "ChannelModeratorArn",
621
+ "ChimeBearer"
622
+ ],
623
+ "members": {
624
+ "ChannelArn": {
625
+ "location": "uri",
626
+ "locationName": "channelArn"
627
+ },
628
+ "ChannelModeratorArn": {
629
+ "location": "uri",
630
+ "locationName": "channelModeratorArn"
631
+ },
632
+ "ChimeBearer": {
633
+ "location": "header",
634
+ "locationName": "x-amz-chime-bearer"
635
+ }
636
+ }
637
+ },
638
+ "output": {
639
+ "type": "structure",
640
+ "members": {
641
+ "ChannelModerator": {
642
+ "type": "structure",
643
+ "members": {
644
+ "Moderator": {
645
+ "shape": "S7"
646
+ },
647
+ "ChannelArn": {},
648
+ "CreatedTimestamp": {
649
+ "type": "timestamp"
650
+ },
651
+ "CreatedBy": {
652
+ "shape": "S7"
653
+ }
654
+ }
655
+ }
656
+ }
657
+ }
658
+ },
659
+ "GetChannelMessage": {
660
+ "http": {
661
+ "method": "GET",
662
+ "requestUri": "/channels/{channelArn}/messages/{messageId}",
663
+ "responseCode": 200
664
+ },
665
+ "input": {
666
+ "type": "structure",
667
+ "required": [
668
+ "ChannelArn",
669
+ "MessageId",
670
+ "ChimeBearer"
671
+ ],
672
+ "members": {
673
+ "ChannelArn": {
674
+ "location": "uri",
675
+ "locationName": "channelArn"
676
+ },
677
+ "MessageId": {
678
+ "location": "uri",
679
+ "locationName": "messageId"
680
+ },
681
+ "ChimeBearer": {
682
+ "location": "header",
683
+ "locationName": "x-amz-chime-bearer"
684
+ }
685
+ }
686
+ },
687
+ "output": {
688
+ "type": "structure",
689
+ "members": {
690
+ "ChannelMessage": {
691
+ "type": "structure",
692
+ "members": {
693
+ "ChannelArn": {},
694
+ "MessageId": {},
695
+ "Content": {
696
+ "shape": "S1p"
697
+ },
698
+ "Metadata": {
699
+ "shape": "Si"
700
+ },
701
+ "Type": {},
702
+ "CreatedTimestamp": {
703
+ "type": "timestamp"
704
+ },
705
+ "LastEditedTimestamp": {
706
+ "type": "timestamp"
707
+ },
708
+ "LastUpdatedTimestamp": {
709
+ "type": "timestamp"
710
+ },
711
+ "Sender": {
712
+ "shape": "S7"
713
+ },
714
+ "Redacted": {
715
+ "type": "boolean"
716
+ },
717
+ "Persistence": {}
718
+ }
719
+ }
720
+ }
721
+ }
722
+ },
723
+ "GetMessagingSessionEndpoint": {
724
+ "http": {
725
+ "method": "GET",
726
+ "requestUri": "/endpoints/messaging-session",
727
+ "responseCode": 200
728
+ },
729
+ "input": {
730
+ "type": "structure",
731
+ "members": {}
732
+ },
733
+ "output": {
734
+ "type": "structure",
735
+ "members": {
736
+ "Endpoint": {
737
+ "type": "structure",
738
+ "members": {
739
+ "Url": {}
740
+ }
741
+ }
742
+ }
743
+ }
744
+ },
745
+ "ListChannelBans": {
746
+ "http": {
747
+ "method": "GET",
748
+ "requestUri": "/channels/{channelArn}/bans",
749
+ "responseCode": 200
750
+ },
751
+ "input": {
752
+ "type": "structure",
753
+ "required": [
754
+ "ChannelArn",
755
+ "ChimeBearer"
756
+ ],
757
+ "members": {
758
+ "ChannelArn": {
759
+ "location": "uri",
760
+ "locationName": "channelArn"
761
+ },
762
+ "MaxResults": {
763
+ "location": "querystring",
764
+ "locationName": "max-results",
765
+ "type": "integer"
766
+ },
767
+ "NextToken": {
768
+ "shape": "S1z",
769
+ "location": "querystring",
770
+ "locationName": "next-token"
771
+ },
772
+ "ChimeBearer": {
773
+ "location": "header",
774
+ "locationName": "x-amz-chime-bearer"
775
+ }
776
+ }
777
+ },
778
+ "output": {
779
+ "type": "structure",
780
+ "members": {
781
+ "ChannelArn": {},
782
+ "NextToken": {
783
+ "shape": "S1z"
784
+ },
785
+ "ChannelBans": {
786
+ "type": "list",
787
+ "member": {
788
+ "type": "structure",
789
+ "members": {
790
+ "Member": {
791
+ "shape": "S7"
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ },
799
+ "ListChannelMemberships": {
800
+ "http": {
801
+ "method": "GET",
802
+ "requestUri": "/channels/{channelArn}/memberships",
803
+ "responseCode": 200
804
+ },
805
+ "input": {
806
+ "type": "structure",
807
+ "required": [
808
+ "ChannelArn",
809
+ "ChimeBearer"
810
+ ],
811
+ "members": {
812
+ "ChannelArn": {
813
+ "location": "uri",
814
+ "locationName": "channelArn"
815
+ },
816
+ "Type": {
817
+ "location": "querystring",
818
+ "locationName": "type"
819
+ },
820
+ "MaxResults": {
821
+ "location": "querystring",
822
+ "locationName": "max-results",
823
+ "type": "integer"
824
+ },
825
+ "NextToken": {
826
+ "shape": "S1z",
827
+ "location": "querystring",
828
+ "locationName": "next-token"
829
+ },
830
+ "ChimeBearer": {
831
+ "location": "header",
832
+ "locationName": "x-amz-chime-bearer"
833
+ }
834
+ }
835
+ },
836
+ "output": {
837
+ "type": "structure",
838
+ "members": {
839
+ "ChannelArn": {},
840
+ "ChannelMemberships": {
841
+ "type": "list",
842
+ "member": {
843
+ "type": "structure",
844
+ "members": {
845
+ "Member": {
846
+ "shape": "S7"
847
+ }
848
+ }
849
+ }
850
+ },
851
+ "NextToken": {
852
+ "shape": "S1z"
853
+ }
854
+ }
855
+ }
856
+ },
857
+ "ListChannelMembershipsForAppInstanceUser": {
858
+ "http": {
859
+ "method": "GET",
860
+ "requestUri": "/channels?scope=app-instance-user-memberships",
861
+ "responseCode": 200
862
+ },
863
+ "input": {
864
+ "type": "structure",
865
+ "required": [
866
+ "ChimeBearer"
867
+ ],
868
+ "members": {
869
+ "AppInstanceUserArn": {
870
+ "location": "querystring",
871
+ "locationName": "app-instance-user-arn"
872
+ },
873
+ "MaxResults": {
874
+ "location": "querystring",
875
+ "locationName": "max-results",
876
+ "type": "integer"
877
+ },
878
+ "NextToken": {
879
+ "shape": "S1z",
880
+ "location": "querystring",
881
+ "locationName": "next-token"
882
+ },
883
+ "ChimeBearer": {
884
+ "location": "header",
885
+ "locationName": "x-amz-chime-bearer"
886
+ }
887
+ }
888
+ },
889
+ "output": {
890
+ "type": "structure",
891
+ "members": {
892
+ "ChannelMemberships": {
893
+ "type": "list",
894
+ "member": {
895
+ "shape": "S1d"
896
+ }
897
+ },
898
+ "NextToken": {
899
+ "shape": "S1z"
900
+ }
901
+ }
902
+ }
903
+ },
904
+ "ListChannelMessages": {
905
+ "http": {
906
+ "method": "GET",
907
+ "requestUri": "/channels/{channelArn}/messages",
908
+ "responseCode": 200
909
+ },
910
+ "input": {
911
+ "type": "structure",
912
+ "required": [
913
+ "ChannelArn",
914
+ "ChimeBearer"
915
+ ],
916
+ "members": {
917
+ "ChannelArn": {
918
+ "location": "uri",
919
+ "locationName": "channelArn"
920
+ },
921
+ "SortOrder": {
922
+ "location": "querystring",
923
+ "locationName": "sort-order"
924
+ },
925
+ "NotBefore": {
926
+ "location": "querystring",
927
+ "locationName": "not-before",
928
+ "type": "timestamp"
929
+ },
930
+ "NotAfter": {
931
+ "location": "querystring",
932
+ "locationName": "not-after",
933
+ "type": "timestamp"
934
+ },
935
+ "MaxResults": {
936
+ "location": "querystring",
937
+ "locationName": "max-results",
938
+ "type": "integer"
939
+ },
940
+ "NextToken": {
941
+ "shape": "S1z",
942
+ "location": "querystring",
943
+ "locationName": "next-token"
944
+ },
945
+ "ChimeBearer": {
946
+ "location": "header",
947
+ "locationName": "x-amz-chime-bearer"
948
+ }
949
+ }
950
+ },
951
+ "output": {
952
+ "type": "structure",
953
+ "members": {
954
+ "ChannelArn": {},
955
+ "NextToken": {
956
+ "shape": "S1z"
957
+ },
958
+ "ChannelMessages": {
959
+ "type": "list",
960
+ "member": {
961
+ "type": "structure",
962
+ "members": {
963
+ "MessageId": {},
964
+ "Content": {
965
+ "shape": "S1p"
966
+ },
967
+ "Metadata": {
968
+ "shape": "Si"
969
+ },
970
+ "Type": {},
971
+ "CreatedTimestamp": {
972
+ "type": "timestamp"
973
+ },
974
+ "LastUpdatedTimestamp": {
975
+ "type": "timestamp"
976
+ },
977
+ "LastEditedTimestamp": {
978
+ "type": "timestamp"
979
+ },
980
+ "Sender": {
981
+ "shape": "S7"
982
+ },
983
+ "Redacted": {
984
+ "type": "boolean"
985
+ }
986
+ }
987
+ }
988
+ }
989
+ }
990
+ }
991
+ },
992
+ "ListChannelModerators": {
993
+ "http": {
994
+ "method": "GET",
995
+ "requestUri": "/channels/{channelArn}/moderators",
996
+ "responseCode": 200
997
+ },
998
+ "input": {
999
+ "type": "structure",
1000
+ "required": [
1001
+ "ChannelArn",
1002
+ "ChimeBearer"
1003
+ ],
1004
+ "members": {
1005
+ "ChannelArn": {
1006
+ "location": "uri",
1007
+ "locationName": "channelArn"
1008
+ },
1009
+ "MaxResults": {
1010
+ "location": "querystring",
1011
+ "locationName": "max-results",
1012
+ "type": "integer"
1013
+ },
1014
+ "NextToken": {
1015
+ "shape": "S1z",
1016
+ "location": "querystring",
1017
+ "locationName": "next-token"
1018
+ },
1019
+ "ChimeBearer": {
1020
+ "location": "header",
1021
+ "locationName": "x-amz-chime-bearer"
1022
+ }
1023
+ }
1024
+ },
1025
+ "output": {
1026
+ "type": "structure",
1027
+ "members": {
1028
+ "ChannelArn": {},
1029
+ "NextToken": {
1030
+ "shape": "S1z"
1031
+ },
1032
+ "ChannelModerators": {
1033
+ "type": "list",
1034
+ "member": {
1035
+ "type": "structure",
1036
+ "members": {
1037
+ "Moderator": {
1038
+ "shape": "S7"
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+ }
1044
+ }
1045
+ },
1046
+ "ListChannels": {
1047
+ "http": {
1048
+ "method": "GET",
1049
+ "requestUri": "/channels",
1050
+ "responseCode": 200
1051
+ },
1052
+ "input": {
1053
+ "type": "structure",
1054
+ "required": [
1055
+ "AppInstanceArn",
1056
+ "ChimeBearer"
1057
+ ],
1058
+ "members": {
1059
+ "AppInstanceArn": {
1060
+ "location": "querystring",
1061
+ "locationName": "app-instance-arn"
1062
+ },
1063
+ "Privacy": {
1064
+ "location": "querystring",
1065
+ "locationName": "privacy"
1066
+ },
1067
+ "MaxResults": {
1068
+ "location": "querystring",
1069
+ "locationName": "max-results",
1070
+ "type": "integer"
1071
+ },
1072
+ "NextToken": {
1073
+ "shape": "S1z",
1074
+ "location": "querystring",
1075
+ "locationName": "next-token"
1076
+ },
1077
+ "ChimeBearer": {
1078
+ "location": "header",
1079
+ "locationName": "x-amz-chime-bearer"
1080
+ }
1081
+ }
1082
+ },
1083
+ "output": {
1084
+ "type": "structure",
1085
+ "members": {
1086
+ "Channels": {
1087
+ "type": "list",
1088
+ "member": {
1089
+ "shape": "S1e"
1090
+ }
1091
+ },
1092
+ "NextToken": {
1093
+ "shape": "S1z"
1094
+ }
1095
+ }
1096
+ }
1097
+ },
1098
+ "ListChannelsModeratedByAppInstanceUser": {
1099
+ "http": {
1100
+ "method": "GET",
1101
+ "requestUri": "/channels?scope=app-instance-user-moderated-channels",
1102
+ "responseCode": 200
1103
+ },
1104
+ "input": {
1105
+ "type": "structure",
1106
+ "required": [
1107
+ "ChimeBearer"
1108
+ ],
1109
+ "members": {
1110
+ "AppInstanceUserArn": {
1111
+ "location": "querystring",
1112
+ "locationName": "app-instance-user-arn"
1113
+ },
1114
+ "MaxResults": {
1115
+ "location": "querystring",
1116
+ "locationName": "max-results",
1117
+ "type": "integer"
1118
+ },
1119
+ "NextToken": {
1120
+ "shape": "S1z",
1121
+ "location": "querystring",
1122
+ "locationName": "next-token"
1123
+ },
1124
+ "ChimeBearer": {
1125
+ "location": "header",
1126
+ "locationName": "x-amz-chime-bearer"
1127
+ }
1128
+ }
1129
+ },
1130
+ "output": {
1131
+ "type": "structure",
1132
+ "members": {
1133
+ "Channels": {
1134
+ "type": "list",
1135
+ "member": {
1136
+ "shape": "S1i"
1137
+ }
1138
+ },
1139
+ "NextToken": {
1140
+ "shape": "S1z"
1141
+ }
1142
+ }
1143
+ }
1144
+ },
1145
+ "RedactChannelMessage": {
1146
+ "http": {
1147
+ "requestUri": "/channels/{channelArn}/messages/{messageId}?operation=redact",
1148
+ "responseCode": 200
1149
+ },
1150
+ "input": {
1151
+ "type": "structure",
1152
+ "required": [
1153
+ "ChannelArn",
1154
+ "MessageId",
1155
+ "ChimeBearer"
1156
+ ],
1157
+ "members": {
1158
+ "ChannelArn": {
1159
+ "location": "uri",
1160
+ "locationName": "channelArn"
1161
+ },
1162
+ "MessageId": {
1163
+ "location": "uri",
1164
+ "locationName": "messageId"
1165
+ },
1166
+ "ChimeBearer": {
1167
+ "location": "header",
1168
+ "locationName": "x-amz-chime-bearer"
1169
+ }
1170
+ }
1171
+ },
1172
+ "output": {
1173
+ "type": "structure",
1174
+ "members": {
1175
+ "ChannelArn": {},
1176
+ "MessageId": {}
1177
+ }
1178
+ }
1179
+ },
1180
+ "SendChannelMessage": {
1181
+ "http": {
1182
+ "requestUri": "/channels/{channelArn}/messages",
1183
+ "responseCode": 201
1184
+ },
1185
+ "input": {
1186
+ "type": "structure",
1187
+ "required": [
1188
+ "ChannelArn",
1189
+ "Content",
1190
+ "Type",
1191
+ "Persistence",
1192
+ "ClientRequestToken",
1193
+ "ChimeBearer"
1194
+ ],
1195
+ "members": {
1196
+ "ChannelArn": {
1197
+ "location": "uri",
1198
+ "locationName": "channelArn"
1199
+ },
1200
+ "Content": {
1201
+ "type": "string",
1202
+ "sensitive": true
1203
+ },
1204
+ "Type": {},
1205
+ "Persistence": {},
1206
+ "Metadata": {
1207
+ "shape": "Si"
1208
+ },
1209
+ "ClientRequestToken": {
1210
+ "shape": "Sj",
1211
+ "idempotencyToken": true
1212
+ },
1213
+ "ChimeBearer": {
1214
+ "location": "header",
1215
+ "locationName": "x-amz-chime-bearer"
1216
+ }
1217
+ }
1218
+ },
1219
+ "output": {
1220
+ "type": "structure",
1221
+ "members": {
1222
+ "ChannelArn": {},
1223
+ "MessageId": {}
1224
+ }
1225
+ }
1226
+ },
1227
+ "UpdateChannel": {
1228
+ "http": {
1229
+ "method": "PUT",
1230
+ "requestUri": "/channels/{channelArn}",
1231
+ "responseCode": 200
1232
+ },
1233
+ "input": {
1234
+ "type": "structure",
1235
+ "required": [
1236
+ "ChannelArn",
1237
+ "Name",
1238
+ "Mode",
1239
+ "ChimeBearer"
1240
+ ],
1241
+ "members": {
1242
+ "ChannelArn": {
1243
+ "location": "uri",
1244
+ "locationName": "channelArn"
1245
+ },
1246
+ "Name": {
1247
+ "shape": "Sf"
1248
+ },
1249
+ "Mode": {},
1250
+ "Metadata": {
1251
+ "shape": "Si"
1252
+ },
1253
+ "ChimeBearer": {
1254
+ "location": "header",
1255
+ "locationName": "x-amz-chime-bearer"
1256
+ }
1257
+ }
1258
+ },
1259
+ "output": {
1260
+ "type": "structure",
1261
+ "members": {
1262
+ "ChannelArn": {}
1263
+ }
1264
+ }
1265
+ },
1266
+ "UpdateChannelMessage": {
1267
+ "http": {
1268
+ "method": "PUT",
1269
+ "requestUri": "/channels/{channelArn}/messages/{messageId}",
1270
+ "responseCode": 200
1271
+ },
1272
+ "input": {
1273
+ "type": "structure",
1274
+ "required": [
1275
+ "ChannelArn",
1276
+ "MessageId",
1277
+ "ChimeBearer"
1278
+ ],
1279
+ "members": {
1280
+ "ChannelArn": {
1281
+ "location": "uri",
1282
+ "locationName": "channelArn"
1283
+ },
1284
+ "MessageId": {
1285
+ "location": "uri",
1286
+ "locationName": "messageId"
1287
+ },
1288
+ "Content": {
1289
+ "shape": "S1p"
1290
+ },
1291
+ "Metadata": {
1292
+ "shape": "Si"
1293
+ },
1294
+ "ChimeBearer": {
1295
+ "location": "header",
1296
+ "locationName": "x-amz-chime-bearer"
1297
+ }
1298
+ }
1299
+ },
1300
+ "output": {
1301
+ "type": "structure",
1302
+ "members": {
1303
+ "ChannelArn": {},
1304
+ "MessageId": {}
1305
+ }
1306
+ }
1307
+ },
1308
+ "UpdateChannelReadMarker": {
1309
+ "http": {
1310
+ "method": "PUT",
1311
+ "requestUri": "/channels/{channelArn}/readMarker",
1312
+ "responseCode": 200
1313
+ },
1314
+ "input": {
1315
+ "type": "structure",
1316
+ "required": [
1317
+ "ChannelArn",
1318
+ "ChimeBearer"
1319
+ ],
1320
+ "members": {
1321
+ "ChannelArn": {
1322
+ "location": "uri",
1323
+ "locationName": "channelArn"
1324
+ },
1325
+ "ChimeBearer": {
1326
+ "location": "header",
1327
+ "locationName": "x-amz-chime-bearer"
1328
+ }
1329
+ }
1330
+ },
1331
+ "output": {
1332
+ "type": "structure",
1333
+ "members": {
1334
+ "ChannelArn": {}
1335
+ }
1336
+ }
1337
+ }
1338
+ },
1339
+ "shapes": {
1340
+ "S7": {
1341
+ "type": "structure",
1342
+ "members": {
1343
+ "Arn": {},
1344
+ "Name": {
1345
+ "type": "string",
1346
+ "sensitive": true
1347
+ }
1348
+ }
1349
+ },
1350
+ "Sf": {
1351
+ "type": "string",
1352
+ "sensitive": true
1353
+ },
1354
+ "Si": {
1355
+ "type": "string",
1356
+ "sensitive": true
1357
+ },
1358
+ "Sj": {
1359
+ "type": "string",
1360
+ "sensitive": true
1361
+ },
1362
+ "S1d": {
1363
+ "type": "structure",
1364
+ "members": {
1365
+ "ChannelSummary": {
1366
+ "shape": "S1e"
1367
+ },
1368
+ "AppInstanceUserMembershipSummary": {
1369
+ "type": "structure",
1370
+ "members": {
1371
+ "Type": {},
1372
+ "ReadMarkerTimestamp": {
1373
+ "type": "timestamp"
1374
+ }
1375
+ }
1376
+ }
1377
+ }
1378
+ },
1379
+ "S1e": {
1380
+ "type": "structure",
1381
+ "members": {
1382
+ "Name": {
1383
+ "shape": "Sf"
1384
+ },
1385
+ "ChannelArn": {},
1386
+ "Mode": {},
1387
+ "Privacy": {},
1388
+ "Metadata": {
1389
+ "shape": "Si"
1390
+ },
1391
+ "LastMessageTimestamp": {
1392
+ "type": "timestamp"
1393
+ }
1394
+ }
1395
+ },
1396
+ "S1i": {
1397
+ "type": "structure",
1398
+ "members": {
1399
+ "ChannelSummary": {
1400
+ "shape": "S1e"
1401
+ }
1402
+ }
1403
+ },
1404
+ "S1p": {
1405
+ "type": "string",
1406
+ "sensitive": true
1407
+ },
1408
+ "S1z": {
1409
+ "type": "string",
1410
+ "sensitive": true
1411
+ }
1412
+ }
1413
+ }