cdk-comprehend-s3olap 2.0.64 → 2.0.67

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 (41) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  14. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
  15. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  17. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  19. package/node_modules/aws-sdk/clients/all.js +3 -1
  20. package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
  21. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  22. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  23. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
  24. package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
  25. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
  26. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  27. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  28. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +28 -5
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/esbuild/install.js +4 -4
  37. package/node_modules/esbuild/lib/main.js +7 -7
  38. package/node_modules/esbuild/package.json +22 -22
  39. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  40. package/node_modules/esbuild-linux-64/package.json +1 -1
  41. package/package.json +8 -8
@@ -62,7 +62,8 @@
62
62
  "ChimeBearer": {
63
63
  "location": "header",
64
64
  "locationName": "x-amz-chime-bearer"
65
- }
65
+ },
66
+ "SubChannelId": {}
66
67
  }
67
68
  },
68
69
  "output": {
@@ -72,16 +73,17 @@
72
73
  "type": "structure",
73
74
  "members": {
74
75
  "InvitedBy": {
75
- "shape": "S8"
76
+ "shape": "S9"
76
77
  },
77
78
  "Type": {},
78
79
  "Members": {
79
80
  "type": "list",
80
81
  "member": {
81
- "shape": "S8"
82
+ "shape": "S9"
82
83
  }
83
84
  },
84
- "ChannelArn": {}
85
+ "ChannelArn": {},
86
+ "SubChannelId": {}
85
87
  }
86
88
  },
87
89
  "Errors": {
@@ -129,17 +131,18 @@
129
131
  "members": {
130
132
  "MessageId": {},
131
133
  "Content": {
132
- "shape": "Sk"
134
+ "shape": "Sl"
133
135
  },
134
136
  "Metadata": {
135
- "shape": "Sl"
137
+ "shape": "Sm"
136
138
  },
137
139
  "PushNotification": {
138
- "shape": "Sm"
140
+ "shape": "Sn"
139
141
  },
140
142
  "MessageAttributes": {
141
- "shape": "Sq"
142
- }
143
+ "shape": "Sr"
144
+ },
145
+ "SubChannelId": {}
143
146
  }
144
147
  }
145
148
  }
@@ -168,19 +171,19 @@
168
171
  "members": {
169
172
  "AppInstanceArn": {},
170
173
  "Name": {
171
- "shape": "Sx"
174
+ "shape": "Sy"
172
175
  },
173
176
  "Mode": {},
174
177
  "Privacy": {},
175
178
  "Metadata": {
176
- "shape": "Sl"
179
+ "shape": "Sm"
177
180
  },
178
181
  "ClientRequestToken": {
179
- "shape": "S10",
182
+ "shape": "S11",
180
183
  "idempotencyToken": true
181
184
  },
182
185
  "Tags": {
183
- "shape": "S11"
186
+ "shape": "S12"
184
187
  },
185
188
  "ChimeBearer": {
186
189
  "location": "header",
@@ -197,6 +200,9 @@
197
200
  "ModeratorArns": {
198
201
  "type": "list",
199
202
  "member": {}
203
+ },
204
+ "ElasticChannelConfiguration": {
205
+ "shape": "S19"
200
206
  }
201
207
  }
202
208
  },
@@ -236,7 +242,7 @@
236
242
  "members": {
237
243
  "ChannelArn": {},
238
244
  "Member": {
239
- "shape": "S8"
245
+ "shape": "S9"
240
246
  }
241
247
  }
242
248
  }
@@ -257,16 +263,16 @@
257
263
  "members": {
258
264
  "AppInstanceArn": {},
259
265
  "Processors": {
260
- "shape": "S1c"
266
+ "shape": "S1h"
261
267
  },
262
268
  "Name": {
263
- "shape": "Sx"
269
+ "shape": "Sy"
264
270
  },
265
271
  "Tags": {
266
- "shape": "S11"
272
+ "shape": "S12"
267
273
  },
268
274
  "ClientRequestToken": {
269
- "shape": "S10"
275
+ "shape": "S11"
270
276
  }
271
277
  }
272
278
  },
@@ -300,7 +306,8 @@
300
306
  "ChimeBearer": {
301
307
  "location": "header",
302
308
  "locationName": "x-amz-chime-bearer"
303
- }
309
+ },
310
+ "SubChannelId": {}
304
311
  }
305
312
  },
306
313
  "output": {
@@ -308,8 +315,9 @@
308
315
  "members": {
309
316
  "ChannelArn": {},
310
317
  "Member": {
311
- "shape": "S8"
312
- }
318
+ "shape": "S9"
319
+ },
320
+ "SubChannelId": {}
313
321
  }
314
322
  }
315
323
  },
@@ -342,7 +350,7 @@
342
350
  "members": {
343
351
  "ChannelArn": {},
344
352
  "ChannelModerator": {
345
- "shape": "S8"
353
+ "shape": "S9"
346
354
  }
347
355
  }
348
356
  }
@@ -367,6 +375,10 @@
367
375
  "ChimeBearer": {
368
376
  "location": "header",
369
377
  "locationName": "x-amz-chime-bearer"
378
+ },
379
+ "SubChannelId": {
380
+ "location": "querystring",
381
+ "locationName": "sub-channel-id"
370
382
  }
371
383
  }
372
384
  }
@@ -444,6 +456,10 @@
444
456
  "ChimeBearer": {
445
457
  "location": "header",
446
458
  "locationName": "x-amz-chime-bearer"
459
+ },
460
+ "SubChannelId": {
461
+ "location": "querystring",
462
+ "locationName": "sub-channel-id"
447
463
  }
448
464
  }
449
465
  }
@@ -473,6 +489,10 @@
473
489
  "ChimeBearer": {
474
490
  "location": "header",
475
491
  "locationName": "x-amz-chime-bearer"
492
+ },
493
+ "SubChannelId": {
494
+ "location": "querystring",
495
+ "locationName": "sub-channel-id"
476
496
  }
477
497
  }
478
498
  }
@@ -536,16 +556,16 @@
536
556
  "type": "structure",
537
557
  "members": {
538
558
  "Name": {
539
- "shape": "Sx"
559
+ "shape": "Sy"
540
560
  },
541
561
  "ChannelArn": {},
542
562
  "Mode": {},
543
563
  "Privacy": {},
544
564
  "Metadata": {
545
- "shape": "Sl"
565
+ "shape": "Sm"
546
566
  },
547
567
  "CreatedBy": {
548
- "shape": "S8"
568
+ "shape": "S9"
549
569
  },
550
570
  "CreatedTimestamp": {
551
571
  "type": "timestamp"
@@ -556,7 +576,10 @@
556
576
  "LastUpdatedTimestamp": {
557
577
  "type": "timestamp"
558
578
  },
559
- "ChannelFlowArn": {}
579
+ "ChannelFlowArn": {},
580
+ "ElasticChannelConfiguration": {
581
+ "shape": "S19"
582
+ }
560
583
  }
561
584
  }
562
585
  }
@@ -597,14 +620,14 @@
597
620
  "type": "structure",
598
621
  "members": {
599
622
  "Member": {
600
- "shape": "S8"
623
+ "shape": "S9"
601
624
  },
602
625
  "ChannelArn": {},
603
626
  "CreatedTimestamp": {
604
627
  "type": "timestamp"
605
628
  },
606
629
  "CreatedBy": {
607
- "shape": "S8"
630
+ "shape": "S9"
608
631
  }
609
632
  }
610
633
  }
@@ -637,10 +660,10 @@
637
660
  "members": {
638
661
  "ChannelFlowArn": {},
639
662
  "Processors": {
640
- "shape": "S1c"
663
+ "shape": "S1h"
641
664
  },
642
665
  "Name": {
643
- "shape": "Sx"
666
+ "shape": "Sy"
644
667
  },
645
668
  "CreatedTimestamp": {
646
669
  "type": "timestamp"
@@ -678,6 +701,10 @@
678
701
  "ChimeBearer": {
679
702
  "location": "header",
680
703
  "locationName": "x-amz-chime-bearer"
704
+ },
705
+ "SubChannelId": {
706
+ "location": "querystring",
707
+ "locationName": "sub-channel-id"
681
708
  }
682
709
  }
683
710
  },
@@ -688,11 +715,11 @@
688
715
  "type": "structure",
689
716
  "members": {
690
717
  "InvitedBy": {
691
- "shape": "S8"
718
+ "shape": "S9"
692
719
  },
693
720
  "Type": {},
694
721
  "Member": {
695
- "shape": "S8"
722
+ "shape": "S9"
696
723
  },
697
724
  "ChannelArn": {},
698
725
  "CreatedTimestamp": {
@@ -700,7 +727,8 @@
700
727
  },
701
728
  "LastUpdatedTimestamp": {
702
729
  "type": "timestamp"
703
- }
730
+ },
731
+ "SubChannelId": {}
704
732
  }
705
733
  }
706
734
  }
@@ -738,7 +766,7 @@
738
766
  "type": "structure",
739
767
  "members": {
740
768
  "ChannelMembership": {
741
- "shape": "S2a"
769
+ "shape": "S2f"
742
770
  }
743
771
  }
744
772
  }
@@ -775,7 +803,7 @@
775
803
  "type": "structure",
776
804
  "members": {
777
805
  "Channel": {
778
- "shape": "S2f"
806
+ "shape": "S2k"
779
807
  }
780
808
  }
781
809
  }
@@ -815,14 +843,14 @@
815
843
  "type": "structure",
816
844
  "members": {
817
845
  "Moderator": {
818
- "shape": "S8"
846
+ "shape": "S9"
819
847
  },
820
848
  "ChannelArn": {},
821
849
  "CreatedTimestamp": {
822
850
  "type": "timestamp"
823
851
  },
824
852
  "CreatedBy": {
825
- "shape": "S8"
853
+ "shape": "S9"
826
854
  }
827
855
  }
828
856
  }
@@ -891,10 +919,10 @@
891
919
  "members": {
892
920
  "ChannelArn": {},
893
921
  "Member": {
894
- "shape": "S8"
922
+ "shape": "S9"
895
923
  },
896
924
  "Preferences": {
897
- "shape": "S2m"
925
+ "shape": "S2r"
898
926
  }
899
927
  }
900
928
  }
@@ -924,6 +952,10 @@
924
952
  "ChimeBearer": {
925
953
  "location": "header",
926
954
  "locationName": "x-amz-chime-bearer"
955
+ },
956
+ "SubChannelId": {
957
+ "location": "querystring",
958
+ "locationName": "sub-channel-id"
927
959
  }
928
960
  }
929
961
  },
@@ -936,10 +968,10 @@
936
968
  "ChannelArn": {},
937
969
  "MessageId": {},
938
970
  "Content": {
939
- "shape": "S2t"
971
+ "shape": "S2y"
940
972
  },
941
973
  "Metadata": {
942
- "shape": "Sl"
974
+ "shape": "Sm"
943
975
  },
944
976
  "Type": {},
945
977
  "CreatedTimestamp": {
@@ -952,18 +984,19 @@
952
984
  "type": "timestamp"
953
985
  },
954
986
  "Sender": {
955
- "shape": "S8"
987
+ "shape": "S9"
956
988
  },
957
989
  "Redacted": {
958
990
  "type": "boolean"
959
991
  },
960
992
  "Persistence": {},
961
993
  "Status": {
962
- "shape": "S2w"
994
+ "shape": "S31"
963
995
  },
964
996
  "MessageAttributes": {
965
- "shape": "Sq"
966
- }
997
+ "shape": "Sr"
998
+ },
999
+ "SubChannelId": {}
967
1000
  }
968
1001
  }
969
1002
  }
@@ -994,6 +1027,10 @@
994
1027
  "ChimeBearer": {
995
1028
  "location": "header",
996
1029
  "locationName": "x-amz-chime-bearer"
1030
+ },
1031
+ "SubChannelId": {
1032
+ "location": "querystring",
1033
+ "locationName": "sub-channel-id"
997
1034
  }
998
1035
  }
999
1036
  },
@@ -1001,7 +1038,7 @@
1001
1038
  "type": "structure",
1002
1039
  "members": {
1003
1040
  "Status": {
1004
- "shape": "S2w"
1041
+ "shape": "S31"
1005
1042
  }
1006
1043
  }
1007
1044
  }
@@ -1051,7 +1088,7 @@
1051
1088
  "type": "integer"
1052
1089
  },
1053
1090
  "NextToken": {
1054
- "shape": "S37",
1091
+ "shape": "S3c",
1055
1092
  "location": "querystring",
1056
1093
  "locationName": "next-token"
1057
1094
  },
@@ -1066,7 +1103,7 @@
1066
1103
  "members": {
1067
1104
  "ChannelArn": {},
1068
1105
  "NextToken": {
1069
- "shape": "S37"
1106
+ "shape": "S3c"
1070
1107
  },
1071
1108
  "ChannelBans": {
1072
1109
  "type": "list",
@@ -1074,7 +1111,7 @@
1074
1111
  "type": "structure",
1075
1112
  "members": {
1076
1113
  "Member": {
1077
- "shape": "S8"
1114
+ "shape": "S9"
1078
1115
  }
1079
1116
  }
1080
1117
  }
@@ -1104,7 +1141,7 @@
1104
1141
  "type": "integer"
1105
1142
  },
1106
1143
  "NextToken": {
1107
- "shape": "S37",
1144
+ "shape": "S3c",
1108
1145
  "location": "querystring",
1109
1146
  "locationName": "next-token"
1110
1147
  }
@@ -1120,16 +1157,16 @@
1120
1157
  "members": {
1121
1158
  "ChannelFlowArn": {},
1122
1159
  "Name": {
1123
- "shape": "Sx"
1160
+ "shape": "Sy"
1124
1161
  },
1125
1162
  "Processors": {
1126
- "shape": "S1c"
1163
+ "shape": "S1h"
1127
1164
  }
1128
1165
  }
1129
1166
  }
1130
1167
  },
1131
1168
  "NextToken": {
1132
- "shape": "S37"
1169
+ "shape": "S3c"
1133
1170
  }
1134
1171
  }
1135
1172
  }
@@ -1161,13 +1198,17 @@
1161
1198
  "type": "integer"
1162
1199
  },
1163
1200
  "NextToken": {
1164
- "shape": "S37",
1201
+ "shape": "S3c",
1165
1202
  "location": "querystring",
1166
1203
  "locationName": "next-token"
1167
1204
  },
1168
1205
  "ChimeBearer": {
1169
1206
  "location": "header",
1170
1207
  "locationName": "x-amz-chime-bearer"
1208
+ },
1209
+ "SubChannelId": {
1210
+ "location": "querystring",
1211
+ "locationName": "sub-channel-id"
1171
1212
  }
1172
1213
  }
1173
1214
  },
@@ -1181,13 +1222,13 @@
1181
1222
  "type": "structure",
1182
1223
  "members": {
1183
1224
  "Member": {
1184
- "shape": "S8"
1225
+ "shape": "S9"
1185
1226
  }
1186
1227
  }
1187
1228
  }
1188
1229
  },
1189
1230
  "NextToken": {
1190
- "shape": "S37"
1231
+ "shape": "S3c"
1191
1232
  }
1192
1233
  }
1193
1234
  }
@@ -1214,7 +1255,7 @@
1214
1255
  "type": "integer"
1215
1256
  },
1216
1257
  "NextToken": {
1217
- "shape": "S37",
1258
+ "shape": "S3c",
1218
1259
  "location": "querystring",
1219
1260
  "locationName": "next-token"
1220
1261
  },
@@ -1230,11 +1271,11 @@
1230
1271
  "ChannelMemberships": {
1231
1272
  "type": "list",
1232
1273
  "member": {
1233
- "shape": "S2a"
1274
+ "shape": "S2f"
1234
1275
  }
1235
1276
  },
1236
1277
  "NextToken": {
1237
- "shape": "S37"
1278
+ "shape": "S3c"
1238
1279
  }
1239
1280
  }
1240
1281
  }
@@ -1276,13 +1317,17 @@
1276
1317
  "type": "integer"
1277
1318
  },
1278
1319
  "NextToken": {
1279
- "shape": "S37",
1320
+ "shape": "S3c",
1280
1321
  "location": "querystring",
1281
1322
  "locationName": "next-token"
1282
1323
  },
1283
1324
  "ChimeBearer": {
1284
1325
  "location": "header",
1285
1326
  "locationName": "x-amz-chime-bearer"
1327
+ },
1328
+ "SubChannelId": {
1329
+ "location": "querystring",
1330
+ "locationName": "sub-channel-id"
1286
1331
  }
1287
1332
  }
1288
1333
  },
@@ -1291,7 +1336,7 @@
1291
1336
  "members": {
1292
1337
  "ChannelArn": {},
1293
1338
  "NextToken": {
1294
- "shape": "S37"
1339
+ "shape": "S3c"
1295
1340
  },
1296
1341
  "ChannelMessages": {
1297
1342
  "type": "list",
@@ -1300,10 +1345,10 @@
1300
1345
  "members": {
1301
1346
  "MessageId": {},
1302
1347
  "Content": {
1303
- "shape": "S2t"
1348
+ "shape": "S2y"
1304
1349
  },
1305
1350
  "Metadata": {
1306
- "shape": "Sl"
1351
+ "shape": "Sm"
1307
1352
  },
1308
1353
  "Type": {},
1309
1354
  "CreatedTimestamp": {
@@ -1316,20 +1361,21 @@
1316
1361
  "type": "timestamp"
1317
1362
  },
1318
1363
  "Sender": {
1319
- "shape": "S8"
1364
+ "shape": "S9"
1320
1365
  },
1321
1366
  "Redacted": {
1322
1367
  "type": "boolean"
1323
1368
  },
1324
1369
  "Status": {
1325
- "shape": "S2w"
1370
+ "shape": "S31"
1326
1371
  },
1327
1372
  "MessageAttributes": {
1328
- "shape": "Sq"
1373
+ "shape": "Sr"
1329
1374
  }
1330
1375
  }
1331
1376
  }
1332
- }
1377
+ },
1378
+ "SubChannelId": {}
1333
1379
  }
1334
1380
  }
1335
1381
  },
@@ -1356,7 +1402,7 @@
1356
1402
  "type": "integer"
1357
1403
  },
1358
1404
  "NextToken": {
1359
- "shape": "S37",
1405
+ "shape": "S3c",
1360
1406
  "location": "querystring",
1361
1407
  "locationName": "next-token"
1362
1408
  },
@@ -1371,7 +1417,7 @@
1371
1417
  "members": {
1372
1418
  "ChannelArn": {},
1373
1419
  "NextToken": {
1374
- "shape": "S37"
1420
+ "shape": "S3c"
1375
1421
  },
1376
1422
  "ChannelModerators": {
1377
1423
  "type": "list",
@@ -1379,7 +1425,7 @@
1379
1425
  "type": "structure",
1380
1426
  "members": {
1381
1427
  "Moderator": {
1382
- "shape": "S8"
1428
+ "shape": "S9"
1383
1429
  }
1384
1430
  }
1385
1431
  }
@@ -1414,7 +1460,7 @@
1414
1460
  "type": "integer"
1415
1461
  },
1416
1462
  "NextToken": {
1417
- "shape": "S37",
1463
+ "shape": "S3c",
1418
1464
  "location": "querystring",
1419
1465
  "locationName": "next-token"
1420
1466
  },
@@ -1428,10 +1474,10 @@
1428
1474
  "type": "structure",
1429
1475
  "members": {
1430
1476
  "Channels": {
1431
- "shape": "S3x"
1477
+ "shape": "S42"
1432
1478
  },
1433
1479
  "NextToken": {
1434
- "shape": "S37"
1480
+ "shape": "S3c"
1435
1481
  }
1436
1482
  }
1437
1483
  }
@@ -1458,7 +1504,7 @@
1458
1504
  "type": "integer"
1459
1505
  },
1460
1506
  "NextToken": {
1461
- "shape": "S37",
1507
+ "shape": "S3c",
1462
1508
  "location": "querystring",
1463
1509
  "locationName": "next-token"
1464
1510
  }
@@ -1473,19 +1519,19 @@
1473
1519
  "type": "structure",
1474
1520
  "members": {
1475
1521
  "Name": {
1476
- "shape": "Sx"
1522
+ "shape": "Sy"
1477
1523
  },
1478
1524
  "ChannelArn": {},
1479
1525
  "Mode": {},
1480
1526
  "Privacy": {},
1481
1527
  "Metadata": {
1482
- "shape": "Sl"
1528
+ "shape": "Sm"
1483
1529
  }
1484
1530
  }
1485
1531
  }
1486
1532
  },
1487
1533
  "NextToken": {
1488
- "shape": "S37"
1534
+ "shape": "S3c"
1489
1535
  }
1490
1536
  }
1491
1537
  }
@@ -1512,7 +1558,7 @@
1512
1558
  "type": "integer"
1513
1559
  },
1514
1560
  "NextToken": {
1515
- "shape": "S37",
1561
+ "shape": "S3c",
1516
1562
  "location": "querystring",
1517
1563
  "locationName": "next-token"
1518
1564
  },
@@ -1528,11 +1574,66 @@
1528
1574
  "Channels": {
1529
1575
  "type": "list",
1530
1576
  "member": {
1531
- "shape": "S2f"
1577
+ "shape": "S2k"
1532
1578
  }
1533
1579
  },
1534
1580
  "NextToken": {
1535
- "shape": "S37"
1581
+ "shape": "S3c"
1582
+ }
1583
+ }
1584
+ }
1585
+ },
1586
+ "ListSubChannels": {
1587
+ "http": {
1588
+ "method": "GET",
1589
+ "requestUri": "/channels/{channelArn}/subchannels",
1590
+ "responseCode": 200
1591
+ },
1592
+ "input": {
1593
+ "type": "structure",
1594
+ "required": [
1595
+ "ChannelArn",
1596
+ "ChimeBearer"
1597
+ ],
1598
+ "members": {
1599
+ "ChannelArn": {
1600
+ "location": "uri",
1601
+ "locationName": "channelArn"
1602
+ },
1603
+ "ChimeBearer": {
1604
+ "location": "header",
1605
+ "locationName": "x-amz-chime-bearer"
1606
+ },
1607
+ "MaxResults": {
1608
+ "location": "querystring",
1609
+ "locationName": "max-results",
1610
+ "type": "integer"
1611
+ },
1612
+ "NextToken": {
1613
+ "shape": "S3c",
1614
+ "location": "querystring",
1615
+ "locationName": "next-token"
1616
+ }
1617
+ }
1618
+ },
1619
+ "output": {
1620
+ "type": "structure",
1621
+ "members": {
1622
+ "ChannelArn": {},
1623
+ "SubChannels": {
1624
+ "type": "list",
1625
+ "member": {
1626
+ "type": "structure",
1627
+ "members": {
1628
+ "SubChannelId": {},
1629
+ "MembershipCount": {
1630
+ "type": "integer"
1631
+ }
1632
+ }
1633
+ }
1634
+ },
1635
+ "NextToken": {
1636
+ "shape": "S3c"
1536
1637
  }
1537
1638
  }
1538
1639
  }
@@ -1559,7 +1660,7 @@
1559
1660
  "type": "structure",
1560
1661
  "members": {
1561
1662
  "Tags": {
1562
- "shape": "S11"
1663
+ "shape": "S12"
1563
1664
  }
1564
1665
  }
1565
1666
  }
@@ -1592,7 +1693,7 @@
1592
1693
  "locationName": "x-amz-chime-bearer"
1593
1694
  },
1594
1695
  "Preferences": {
1595
- "shape": "S2m"
1696
+ "shape": "S2r"
1596
1697
  }
1597
1698
  }
1598
1699
  },
@@ -1601,10 +1702,10 @@
1601
1702
  "members": {
1602
1703
  "ChannelArn": {},
1603
1704
  "Member": {
1604
- "shape": "S8"
1705
+ "shape": "S9"
1605
1706
  },
1606
1707
  "Preferences": {
1607
- "shape": "S2m"
1708
+ "shape": "S2r"
1608
1709
  }
1609
1710
  }
1610
1711
  }
@@ -1633,14 +1734,16 @@
1633
1734
  "ChimeBearer": {
1634
1735
  "location": "header",
1635
1736
  "locationName": "x-amz-chime-bearer"
1636
- }
1737
+ },
1738
+ "SubChannelId": {}
1637
1739
  }
1638
1740
  },
1639
1741
  "output": {
1640
1742
  "type": "structure",
1641
1743
  "members": {
1642
1744
  "ChannelArn": {},
1643
- "MessageId": {}
1745
+ "MessageId": {},
1746
+ "SubChannelId": {}
1644
1747
  }
1645
1748
  }
1646
1749
  },
@@ -1684,7 +1787,7 @@
1684
1787
  "type": "integer"
1685
1788
  },
1686
1789
  "NextToken": {
1687
- "shape": "S37",
1790
+ "shape": "S3c",
1688
1791
  "location": "querystring",
1689
1792
  "locationName": "next-token"
1690
1793
  }
@@ -1694,10 +1797,10 @@
1694
1797
  "type": "structure",
1695
1798
  "members": {
1696
1799
  "Channels": {
1697
- "shape": "S3x"
1800
+ "shape": "S42"
1698
1801
  },
1699
1802
  "NextToken": {
1700
- "shape": "S37"
1803
+ "shape": "S3c"
1701
1804
  }
1702
1805
  }
1703
1806
  }
@@ -1723,15 +1826,15 @@
1723
1826
  "locationName": "channelArn"
1724
1827
  },
1725
1828
  "Content": {
1726
- "shape": "Sk"
1829
+ "shape": "Sl"
1727
1830
  },
1728
1831
  "Type": {},
1729
1832
  "Persistence": {},
1730
1833
  "Metadata": {
1731
- "shape": "Sl"
1834
+ "shape": "Sm"
1732
1835
  },
1733
1836
  "ClientRequestToken": {
1734
- "shape": "S10",
1837
+ "shape": "S11",
1735
1838
  "idempotencyToken": true
1736
1839
  },
1737
1840
  "ChimeBearer": {
@@ -1739,11 +1842,12 @@
1739
1842
  "locationName": "x-amz-chime-bearer"
1740
1843
  },
1741
1844
  "PushNotification": {
1742
- "shape": "Sm"
1845
+ "shape": "Sn"
1743
1846
  },
1744
1847
  "MessageAttributes": {
1745
- "shape": "Sq"
1746
- }
1848
+ "shape": "Sr"
1849
+ },
1850
+ "SubChannelId": {}
1747
1851
  }
1748
1852
  },
1749
1853
  "output": {
@@ -1752,8 +1856,9 @@
1752
1856
  "ChannelArn": {},
1753
1857
  "MessageId": {},
1754
1858
  "Status": {
1755
- "shape": "S2w"
1756
- }
1859
+ "shape": "S31"
1860
+ },
1861
+ "SubChannelId": {}
1757
1862
  }
1758
1863
  }
1759
1864
  },
@@ -1771,7 +1876,7 @@
1771
1876
  "members": {
1772
1877
  "ResourceARN": {},
1773
1878
  "Tags": {
1774
- "shape": "S11"
1879
+ "shape": "S12"
1775
1880
  }
1776
1881
  }
1777
1882
  }
@@ -1792,7 +1897,7 @@
1792
1897
  "TagKeys": {
1793
1898
  "type": "list",
1794
1899
  "member": {
1795
- "shape": "S13"
1900
+ "shape": "S14"
1796
1901
  }
1797
1902
  }
1798
1903
  }
@@ -1816,11 +1921,11 @@
1816
1921
  "locationName": "channelArn"
1817
1922
  },
1818
1923
  "Name": {
1819
- "shape": "Sx"
1924
+ "shape": "Sy"
1820
1925
  },
1821
1926
  "Mode": {},
1822
1927
  "Metadata": {
1823
- "shape": "Sl"
1928
+ "shape": "Sm"
1824
1929
  },
1825
1930
  "ChimeBearer": {
1826
1931
  "location": "header",
@@ -1854,10 +1959,10 @@
1854
1959
  "locationName": "channelFlowArn"
1855
1960
  },
1856
1961
  "Processors": {
1857
- "shape": "S1c"
1962
+ "shape": "S1h"
1858
1963
  },
1859
1964
  "Name": {
1860
- "shape": "Sx"
1965
+ "shape": "Sy"
1861
1966
  }
1862
1967
  }
1863
1968
  },
@@ -1891,15 +1996,16 @@
1891
1996
  "locationName": "messageId"
1892
1997
  },
1893
1998
  "Content": {
1894
- "shape": "S2t"
1999
+ "shape": "S2y"
1895
2000
  },
1896
2001
  "Metadata": {
1897
- "shape": "Sl"
2002
+ "shape": "Sm"
1898
2003
  },
1899
2004
  "ChimeBearer": {
1900
2005
  "location": "header",
1901
2006
  "locationName": "x-amz-chime-bearer"
1902
- }
2007
+ },
2008
+ "SubChannelId": {}
1903
2009
  }
1904
2010
  },
1905
2011
  "output": {
@@ -1908,8 +2014,9 @@
1908
2014
  "ChannelArn": {},
1909
2015
  "MessageId": {},
1910
2016
  "Status": {
1911
- "shape": "S2w"
1912
- }
2017
+ "shape": "S31"
2018
+ },
2019
+ "SubChannelId": {}
1913
2020
  }
1914
2021
  }
1915
2022
  },
@@ -1933,19 +2040,21 @@
1933
2040
  "ChimeBearer": {
1934
2041
  "location": "header",
1935
2042
  "locationName": "x-amz-chime-bearer"
1936
- }
2043
+ },
2044
+ "SubChannelId": {}
1937
2045
  }
1938
2046
  },
1939
2047
  "output": {
1940
2048
  "type": "structure",
1941
2049
  "members": {
1942
- "ChannelArn": {}
2050
+ "ChannelArn": {},
2051
+ "SubChannelId": {}
1943
2052
  }
1944
2053
  }
1945
2054
  }
1946
2055
  },
1947
2056
  "shapes": {
1948
- "S8": {
2057
+ "S9": {
1949
2058
  "type": "structure",
1950
2059
  "members": {
1951
2060
  "Arn": {},
@@ -1955,15 +2064,15 @@
1955
2064
  }
1956
2065
  }
1957
2066
  },
1958
- "Sk": {
2067
+ "Sl": {
1959
2068
  "type": "string",
1960
2069
  "sensitive": true
1961
2070
  },
1962
- "Sl": {
2071
+ "Sm": {
1963
2072
  "type": "string",
1964
2073
  "sensitive": true
1965
2074
  },
1966
- "Sm": {
2075
+ "Sn": {
1967
2076
  "type": "structure",
1968
2077
  "members": {
1969
2078
  "Title": {
@@ -1977,7 +2086,7 @@
1977
2086
  "Type": {}
1978
2087
  }
1979
2088
  },
1980
- "Sq": {
2089
+ "Sr": {
1981
2090
  "type": "map",
1982
2091
  "key": {
1983
2092
  "type": "string",
@@ -1996,15 +2105,15 @@
1996
2105
  }
1997
2106
  }
1998
2107
  },
1999
- "Sx": {
2108
+ "Sy": {
2000
2109
  "type": "string",
2001
2110
  "sensitive": true
2002
2111
  },
2003
- "S10": {
2112
+ "S11": {
2004
2113
  "type": "string",
2005
2114
  "sensitive": true
2006
2115
  },
2007
- "S11": {
2116
+ "S12": {
2008
2117
  "type": "list",
2009
2118
  "member": {
2010
2119
  "type": "structure",
@@ -2014,7 +2123,7 @@
2014
2123
  ],
2015
2124
  "members": {
2016
2125
  "Key": {
2017
- "shape": "S13"
2126
+ "shape": "S14"
2018
2127
  },
2019
2128
  "Value": {
2020
2129
  "type": "string",
@@ -2023,11 +2132,30 @@
2023
2132
  }
2024
2133
  }
2025
2134
  },
2026
- "S13": {
2135
+ "S14": {
2027
2136
  "type": "string",
2028
2137
  "sensitive": true
2029
2138
  },
2030
- "S1c": {
2139
+ "S19": {
2140
+ "type": "structure",
2141
+ "required": [
2142
+ "MaximumSubChannels",
2143
+ "TargetMembershipsPerSubChannel",
2144
+ "MinimumMembershipPercentage"
2145
+ ],
2146
+ "members": {
2147
+ "MaximumSubChannels": {
2148
+ "type": "integer"
2149
+ },
2150
+ "TargetMembershipsPerSubChannel": {
2151
+ "type": "integer"
2152
+ },
2153
+ "MinimumMembershipPercentage": {
2154
+ "type": "integer"
2155
+ }
2156
+ }
2157
+ },
2158
+ "S1h": {
2031
2159
  "type": "list",
2032
2160
  "member": {
2033
2161
  "type": "structure",
@@ -2039,7 +2167,7 @@
2039
2167
  ],
2040
2168
  "members": {
2041
2169
  "Name": {
2042
- "shape": "Sx"
2170
+ "shape": "Sy"
2043
2171
  },
2044
2172
  "Configuration": {
2045
2173
  "type": "structure",
@@ -2067,11 +2195,11 @@
2067
2195
  }
2068
2196
  }
2069
2197
  },
2070
- "S2a": {
2198
+ "S2f": {
2071
2199
  "type": "structure",
2072
2200
  "members": {
2073
2201
  "ChannelSummary": {
2074
- "shape": "S2b"
2202
+ "shape": "S2g"
2075
2203
  },
2076
2204
  "AppInstanceUserMembershipSummary": {
2077
2205
  "type": "structure",
@@ -2079,37 +2207,38 @@
2079
2207
  "Type": {},
2080
2208
  "ReadMarkerTimestamp": {
2081
2209
  "type": "timestamp"
2082
- }
2210
+ },
2211
+ "SubChannelId": {}
2083
2212
  }
2084
2213
  }
2085
2214
  }
2086
2215
  },
2087
- "S2b": {
2216
+ "S2g": {
2088
2217
  "type": "structure",
2089
2218
  "members": {
2090
2219
  "Name": {
2091
- "shape": "Sx"
2220
+ "shape": "Sy"
2092
2221
  },
2093
2222
  "ChannelArn": {},
2094
2223
  "Mode": {},
2095
2224
  "Privacy": {},
2096
2225
  "Metadata": {
2097
- "shape": "Sl"
2226
+ "shape": "Sm"
2098
2227
  },
2099
2228
  "LastMessageTimestamp": {
2100
2229
  "type": "timestamp"
2101
2230
  }
2102
2231
  }
2103
2232
  },
2104
- "S2f": {
2233
+ "S2k": {
2105
2234
  "type": "structure",
2106
2235
  "members": {
2107
2236
  "ChannelSummary": {
2108
- "shape": "S2b"
2237
+ "shape": "S2g"
2109
2238
  }
2110
2239
  }
2111
2240
  },
2112
- "S2m": {
2241
+ "S2r": {
2113
2242
  "type": "structure",
2114
2243
  "members": {
2115
2244
  "PushNotifications": {
@@ -2127,25 +2256,25 @@
2127
2256
  }
2128
2257
  }
2129
2258
  },
2130
- "S2t": {
2259
+ "S2y": {
2131
2260
  "type": "string",
2132
2261
  "sensitive": true
2133
2262
  },
2134
- "S2w": {
2263
+ "S31": {
2135
2264
  "type": "structure",
2136
2265
  "members": {
2137
2266
  "Value": {},
2138
2267
  "Detail": {}
2139
2268
  }
2140
2269
  },
2141
- "S37": {
2270
+ "S3c": {
2142
2271
  "type": "string",
2143
2272
  "sensitive": true
2144
2273
  },
2145
- "S3x": {
2274
+ "S42": {
2146
2275
  "type": "list",
2147
2276
  "member": {
2148
- "shape": "S2b"
2277
+ "shape": "S2g"
2149
2278
  }
2150
2279
  }
2151
2280
  }