cdk-docker-image-deployment 0.0.199 → 0.0.201

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 (50) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  17. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  21. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  22. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  27. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  28. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  29. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  30. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  32. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  33. package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
  34. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
  35. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  36. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  37. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  38. package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  41. package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
  42. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
  47. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -142,7 +142,10 @@
142
142
  "MessageAttributes": {
143
143
  "shape": "Sr"
144
144
  },
145
- "SubChannelId": {}
145
+ "SubChannelId": {},
146
+ "ContentType": {
147
+ "shape": "Sw"
148
+ }
146
149
  }
147
150
  }
148
151
  }
@@ -171,7 +174,7 @@
171
174
  "members": {
172
175
  "AppInstanceArn": {},
173
176
  "Name": {
174
- "shape": "Sy"
177
+ "shape": "Sz"
175
178
  },
176
179
  "Mode": {},
177
180
  "Privacy": {},
@@ -179,11 +182,11 @@
179
182
  "shape": "Sm"
180
183
  },
181
184
  "ClientRequestToken": {
182
- "shape": "S11",
185
+ "shape": "S12",
183
186
  "idempotencyToken": true
184
187
  },
185
188
  "Tags": {
186
- "shape": "S12"
189
+ "shape": "S13"
187
190
  },
188
191
  "ChimeBearer": {
189
192
  "location": "header",
@@ -202,7 +205,10 @@
202
205
  "member": {}
203
206
  },
204
207
  "ElasticChannelConfiguration": {
205
- "shape": "S19"
208
+ "shape": "S1a"
209
+ },
210
+ "ExpirationSettings": {
211
+ "shape": "S1e"
206
212
  }
207
213
  }
208
214
  },
@@ -263,16 +269,16 @@
263
269
  "members": {
264
270
  "AppInstanceArn": {},
265
271
  "Processors": {
266
- "shape": "S1h"
272
+ "shape": "S1l"
267
273
  },
268
274
  "Name": {
269
- "shape": "Sy"
275
+ "shape": "Sz"
270
276
  },
271
277
  "Tags": {
272
- "shape": "S12"
278
+ "shape": "S13"
273
279
  },
274
280
  "ClientRequestToken": {
275
- "shape": "S11"
281
+ "shape": "S12"
276
282
  }
277
283
  }
278
284
  },
@@ -575,7 +581,7 @@
575
581
  "type": "structure",
576
582
  "members": {
577
583
  "Name": {
578
- "shape": "Sy"
584
+ "shape": "Sz"
579
585
  },
580
586
  "ChannelArn": {},
581
587
  "Mode": {},
@@ -597,7 +603,10 @@
597
603
  },
598
604
  "ChannelFlowArn": {},
599
605
  "ElasticChannelConfiguration": {
600
- "shape": "S19"
606
+ "shape": "S1a"
607
+ },
608
+ "ExpirationSettings": {
609
+ "shape": "S1e"
601
610
  }
602
611
  }
603
612
  }
@@ -679,10 +688,10 @@
679
688
  "members": {
680
689
  "ChannelFlowArn": {},
681
690
  "Processors": {
682
- "shape": "S1h"
691
+ "shape": "S1l"
683
692
  },
684
693
  "Name": {
685
- "shape": "Sy"
694
+ "shape": "Sz"
686
695
  },
687
696
  "CreatedTimestamp": {
688
697
  "type": "timestamp"
@@ -785,7 +794,7 @@
785
794
  "type": "structure",
786
795
  "members": {
787
796
  "ChannelMembership": {
788
- "shape": "S2g"
797
+ "shape": "S2k"
789
798
  }
790
799
  }
791
800
  }
@@ -822,7 +831,7 @@
822
831
  "type": "structure",
823
832
  "members": {
824
833
  "Channel": {
825
- "shape": "S2l"
834
+ "shape": "S2p"
826
835
  }
827
836
  }
828
837
  }
@@ -941,7 +950,7 @@
941
950
  "shape": "S9"
942
951
  },
943
952
  "Preferences": {
944
- "shape": "S2s"
953
+ "shape": "S2w"
945
954
  }
946
955
  }
947
956
  }
@@ -987,7 +996,7 @@
987
996
  "ChannelArn": {},
988
997
  "MessageId": {},
989
998
  "Content": {
990
- "shape": "S2z"
999
+ "shape": "S33"
991
1000
  },
992
1001
  "Metadata": {
993
1002
  "shape": "Sm"
@@ -1010,12 +1019,15 @@
1010
1019
  },
1011
1020
  "Persistence": {},
1012
1021
  "Status": {
1013
- "shape": "S32"
1022
+ "shape": "S36"
1014
1023
  },
1015
1024
  "MessageAttributes": {
1016
1025
  "shape": "Sr"
1017
1026
  },
1018
- "SubChannelId": {}
1027
+ "SubChannelId": {},
1028
+ "ContentType": {
1029
+ "shape": "Sw"
1030
+ }
1019
1031
  }
1020
1032
  }
1021
1033
  }
@@ -1057,7 +1069,7 @@
1057
1069
  "type": "structure",
1058
1070
  "members": {
1059
1071
  "Status": {
1060
- "shape": "S32"
1072
+ "shape": "S36"
1061
1073
  }
1062
1074
  }
1063
1075
  }
@@ -1106,7 +1118,7 @@
1106
1118
  "type": "structure",
1107
1119
  "members": {
1108
1120
  "StreamingConfigurations": {
1109
- "shape": "S3d"
1121
+ "shape": "S3h"
1110
1122
  }
1111
1123
  }
1112
1124
  }
@@ -1134,7 +1146,7 @@
1134
1146
  "type": "integer"
1135
1147
  },
1136
1148
  "NextToken": {
1137
- "shape": "S3i",
1149
+ "shape": "S3m",
1138
1150
  "location": "querystring",
1139
1151
  "locationName": "next-token"
1140
1152
  },
@@ -1149,7 +1161,7 @@
1149
1161
  "members": {
1150
1162
  "ChannelArn": {},
1151
1163
  "NextToken": {
1152
- "shape": "S3i"
1164
+ "shape": "S3m"
1153
1165
  },
1154
1166
  "ChannelBans": {
1155
1167
  "type": "list",
@@ -1187,7 +1199,7 @@
1187
1199
  "type": "integer"
1188
1200
  },
1189
1201
  "NextToken": {
1190
- "shape": "S3i",
1202
+ "shape": "S3m",
1191
1203
  "location": "querystring",
1192
1204
  "locationName": "next-token"
1193
1205
  }
@@ -1203,16 +1215,16 @@
1203
1215
  "members": {
1204
1216
  "ChannelFlowArn": {},
1205
1217
  "Name": {
1206
- "shape": "Sy"
1218
+ "shape": "Sz"
1207
1219
  },
1208
1220
  "Processors": {
1209
- "shape": "S1h"
1221
+ "shape": "S1l"
1210
1222
  }
1211
1223
  }
1212
1224
  }
1213
1225
  },
1214
1226
  "NextToken": {
1215
- "shape": "S3i"
1227
+ "shape": "S3m"
1216
1228
  }
1217
1229
  }
1218
1230
  }
@@ -1244,7 +1256,7 @@
1244
1256
  "type": "integer"
1245
1257
  },
1246
1258
  "NextToken": {
1247
- "shape": "S3i",
1259
+ "shape": "S3m",
1248
1260
  "location": "querystring",
1249
1261
  "locationName": "next-token"
1250
1262
  },
@@ -1274,7 +1286,7 @@
1274
1286
  }
1275
1287
  },
1276
1288
  "NextToken": {
1277
- "shape": "S3i"
1289
+ "shape": "S3m"
1278
1290
  }
1279
1291
  }
1280
1292
  }
@@ -1301,7 +1313,7 @@
1301
1313
  "type": "integer"
1302
1314
  },
1303
1315
  "NextToken": {
1304
- "shape": "S3i",
1316
+ "shape": "S3m",
1305
1317
  "location": "querystring",
1306
1318
  "locationName": "next-token"
1307
1319
  },
@@ -1317,11 +1329,11 @@
1317
1329
  "ChannelMemberships": {
1318
1330
  "type": "list",
1319
1331
  "member": {
1320
- "shape": "S2g"
1332
+ "shape": "S2k"
1321
1333
  }
1322
1334
  },
1323
1335
  "NextToken": {
1324
- "shape": "S3i"
1336
+ "shape": "S3m"
1325
1337
  }
1326
1338
  }
1327
1339
  }
@@ -1363,7 +1375,7 @@
1363
1375
  "type": "integer"
1364
1376
  },
1365
1377
  "NextToken": {
1366
- "shape": "S3i",
1378
+ "shape": "S3m",
1367
1379
  "location": "querystring",
1368
1380
  "locationName": "next-token"
1369
1381
  },
@@ -1382,7 +1394,7 @@
1382
1394
  "members": {
1383
1395
  "ChannelArn": {},
1384
1396
  "NextToken": {
1385
- "shape": "S3i"
1397
+ "shape": "S3m"
1386
1398
  },
1387
1399
  "ChannelMessages": {
1388
1400
  "type": "list",
@@ -1391,7 +1403,7 @@
1391
1403
  "members": {
1392
1404
  "MessageId": {},
1393
1405
  "Content": {
1394
- "shape": "S2z"
1406
+ "shape": "S33"
1395
1407
  },
1396
1408
  "Metadata": {
1397
1409
  "shape": "Sm"
@@ -1413,10 +1425,13 @@
1413
1425
  "type": "boolean"
1414
1426
  },
1415
1427
  "Status": {
1416
- "shape": "S32"
1428
+ "shape": "S36"
1417
1429
  },
1418
1430
  "MessageAttributes": {
1419
1431
  "shape": "Sr"
1432
+ },
1433
+ "ContentType": {
1434
+ "shape": "Sw"
1420
1435
  }
1421
1436
  }
1422
1437
  }
@@ -1448,7 +1463,7 @@
1448
1463
  "type": "integer"
1449
1464
  },
1450
1465
  "NextToken": {
1451
- "shape": "S3i",
1466
+ "shape": "S3m",
1452
1467
  "location": "querystring",
1453
1468
  "locationName": "next-token"
1454
1469
  },
@@ -1463,7 +1478,7 @@
1463
1478
  "members": {
1464
1479
  "ChannelArn": {},
1465
1480
  "NextToken": {
1466
- "shape": "S3i"
1481
+ "shape": "S3m"
1467
1482
  },
1468
1483
  "ChannelModerators": {
1469
1484
  "type": "list",
@@ -1506,7 +1521,7 @@
1506
1521
  "type": "integer"
1507
1522
  },
1508
1523
  "NextToken": {
1509
- "shape": "S3i",
1524
+ "shape": "S3m",
1510
1525
  "location": "querystring",
1511
1526
  "locationName": "next-token"
1512
1527
  },
@@ -1520,10 +1535,10 @@
1520
1535
  "type": "structure",
1521
1536
  "members": {
1522
1537
  "Channels": {
1523
- "shape": "S48"
1538
+ "shape": "S4c"
1524
1539
  },
1525
1540
  "NextToken": {
1526
- "shape": "S3i"
1541
+ "shape": "S3m"
1527
1542
  }
1528
1543
  }
1529
1544
  }
@@ -1550,7 +1565,7 @@
1550
1565
  "type": "integer"
1551
1566
  },
1552
1567
  "NextToken": {
1553
- "shape": "S3i",
1568
+ "shape": "S3m",
1554
1569
  "location": "querystring",
1555
1570
  "locationName": "next-token"
1556
1571
  }
@@ -1565,7 +1580,7 @@
1565
1580
  "type": "structure",
1566
1581
  "members": {
1567
1582
  "Name": {
1568
- "shape": "Sy"
1583
+ "shape": "Sz"
1569
1584
  },
1570
1585
  "ChannelArn": {},
1571
1586
  "Mode": {},
@@ -1577,7 +1592,7 @@
1577
1592
  }
1578
1593
  },
1579
1594
  "NextToken": {
1580
- "shape": "S3i"
1595
+ "shape": "S3m"
1581
1596
  }
1582
1597
  }
1583
1598
  }
@@ -1604,7 +1619,7 @@
1604
1619
  "type": "integer"
1605
1620
  },
1606
1621
  "NextToken": {
1607
- "shape": "S3i",
1622
+ "shape": "S3m",
1608
1623
  "location": "querystring",
1609
1624
  "locationName": "next-token"
1610
1625
  },
@@ -1620,11 +1635,11 @@
1620
1635
  "Channels": {
1621
1636
  "type": "list",
1622
1637
  "member": {
1623
- "shape": "S2l"
1638
+ "shape": "S2p"
1624
1639
  }
1625
1640
  },
1626
1641
  "NextToken": {
1627
- "shape": "S3i"
1642
+ "shape": "S3m"
1628
1643
  }
1629
1644
  }
1630
1645
  }
@@ -1656,7 +1671,7 @@
1656
1671
  "type": "integer"
1657
1672
  },
1658
1673
  "NextToken": {
1659
- "shape": "S3i",
1674
+ "shape": "S3m",
1660
1675
  "location": "querystring",
1661
1676
  "locationName": "next-token"
1662
1677
  }
@@ -1679,7 +1694,7 @@
1679
1694
  }
1680
1695
  },
1681
1696
  "NextToken": {
1682
- "shape": "S3i"
1697
+ "shape": "S3m"
1683
1698
  }
1684
1699
  }
1685
1700
  }
@@ -1706,7 +1721,42 @@
1706
1721
  "type": "structure",
1707
1722
  "members": {
1708
1723
  "Tags": {
1709
- "shape": "S12"
1724
+ "shape": "S13"
1725
+ }
1726
+ }
1727
+ }
1728
+ },
1729
+ "PutChannelExpirationSettings": {
1730
+ "http": {
1731
+ "method": "PUT",
1732
+ "requestUri": "/channels/{channelArn}/expiration-settings",
1733
+ "responseCode": 200
1734
+ },
1735
+ "input": {
1736
+ "type": "structure",
1737
+ "required": [
1738
+ "ChannelArn"
1739
+ ],
1740
+ "members": {
1741
+ "ChannelArn": {
1742
+ "location": "uri",
1743
+ "locationName": "channelArn"
1744
+ },
1745
+ "ChimeBearer": {
1746
+ "location": "header",
1747
+ "locationName": "x-amz-chime-bearer"
1748
+ },
1749
+ "ExpirationSettings": {
1750
+ "shape": "S1e"
1751
+ }
1752
+ }
1753
+ },
1754
+ "output": {
1755
+ "type": "structure",
1756
+ "members": {
1757
+ "ChannelArn": {},
1758
+ "ExpirationSettings": {
1759
+ "shape": "S1e"
1710
1760
  }
1711
1761
  }
1712
1762
  }
@@ -1739,7 +1789,7 @@
1739
1789
  "locationName": "x-amz-chime-bearer"
1740
1790
  },
1741
1791
  "Preferences": {
1742
- "shape": "S2s"
1792
+ "shape": "S2w"
1743
1793
  }
1744
1794
  }
1745
1795
  },
@@ -1751,7 +1801,7 @@
1751
1801
  "shape": "S9"
1752
1802
  },
1753
1803
  "Preferences": {
1754
- "shape": "S2s"
1804
+ "shape": "S2w"
1755
1805
  }
1756
1806
  }
1757
1807
  }
@@ -1774,7 +1824,7 @@
1774
1824
  "locationName": "appInstanceArn"
1775
1825
  },
1776
1826
  "StreamingConfigurations": {
1777
- "shape": "S3d"
1827
+ "shape": "S3h"
1778
1828
  }
1779
1829
  }
1780
1830
  },
@@ -1782,7 +1832,7 @@
1782
1832
  "type": "structure",
1783
1833
  "members": {
1784
1834
  "StreamingConfigurations": {
1785
- "shape": "S3d"
1835
+ "shape": "S3h"
1786
1836
  }
1787
1837
  }
1788
1838
  }
@@ -1864,7 +1914,7 @@
1864
1914
  "type": "integer"
1865
1915
  },
1866
1916
  "NextToken": {
1867
- "shape": "S3i",
1917
+ "shape": "S3m",
1868
1918
  "location": "querystring",
1869
1919
  "locationName": "next-token"
1870
1920
  }
@@ -1874,10 +1924,10 @@
1874
1924
  "type": "structure",
1875
1925
  "members": {
1876
1926
  "Channels": {
1877
- "shape": "S48"
1927
+ "shape": "S4c"
1878
1928
  },
1879
1929
  "NextToken": {
1880
- "shape": "S3i"
1930
+ "shape": "S3m"
1881
1931
  }
1882
1932
  }
1883
1933
  }
@@ -1911,7 +1961,7 @@
1911
1961
  "shape": "Sm"
1912
1962
  },
1913
1963
  "ClientRequestToken": {
1914
- "shape": "S11",
1964
+ "shape": "S12",
1915
1965
  "idempotencyToken": true
1916
1966
  },
1917
1967
  "ChimeBearer": {
@@ -1924,7 +1974,10 @@
1924
1974
  "MessageAttributes": {
1925
1975
  "shape": "Sr"
1926
1976
  },
1927
- "SubChannelId": {}
1977
+ "SubChannelId": {},
1978
+ "ContentType": {
1979
+ "shape": "Sw"
1980
+ }
1928
1981
  }
1929
1982
  },
1930
1983
  "output": {
@@ -1933,7 +1986,7 @@
1933
1986
  "ChannelArn": {},
1934
1987
  "MessageId": {},
1935
1988
  "Status": {
1936
- "shape": "S32"
1989
+ "shape": "S36"
1937
1990
  },
1938
1991
  "SubChannelId": {}
1939
1992
  }
@@ -1953,7 +2006,7 @@
1953
2006
  "members": {
1954
2007
  "ResourceARN": {},
1955
2008
  "Tags": {
1956
- "shape": "S12"
2009
+ "shape": "S13"
1957
2010
  }
1958
2011
  }
1959
2012
  }
@@ -1974,7 +2027,7 @@
1974
2027
  "TagKeys": {
1975
2028
  "type": "list",
1976
2029
  "member": {
1977
- "shape": "S14"
2030
+ "shape": "S15"
1978
2031
  }
1979
2032
  }
1980
2033
  }
@@ -1998,7 +2051,7 @@
1998
2051
  "locationName": "channelArn"
1999
2052
  },
2000
2053
  "Name": {
2001
- "shape": "Sy"
2054
+ "shape": "Sz"
2002
2055
  },
2003
2056
  "Mode": {},
2004
2057
  "Metadata": {
@@ -2036,10 +2089,10 @@
2036
2089
  "locationName": "channelFlowArn"
2037
2090
  },
2038
2091
  "Processors": {
2039
- "shape": "S1h"
2092
+ "shape": "S1l"
2040
2093
  },
2041
2094
  "Name": {
2042
- "shape": "Sy"
2095
+ "shape": "Sz"
2043
2096
  }
2044
2097
  }
2045
2098
  },
@@ -2061,6 +2114,7 @@
2061
2114
  "required": [
2062
2115
  "ChannelArn",
2063
2116
  "MessageId",
2117
+ "Content",
2064
2118
  "ChimeBearer"
2065
2119
  ],
2066
2120
  "members": {
@@ -2073,7 +2127,7 @@
2073
2127
  "locationName": "messageId"
2074
2128
  },
2075
2129
  "Content": {
2076
- "shape": "S2z"
2130
+ "shape": "Sl"
2077
2131
  },
2078
2132
  "Metadata": {
2079
2133
  "shape": "Sm"
@@ -2082,7 +2136,10 @@
2082
2136
  "location": "header",
2083
2137
  "locationName": "x-amz-chime-bearer"
2084
2138
  },
2085
- "SubChannelId": {}
2139
+ "SubChannelId": {},
2140
+ "ContentType": {
2141
+ "shape": "Sw"
2142
+ }
2086
2143
  }
2087
2144
  },
2088
2145
  "output": {
@@ -2091,7 +2148,7 @@
2091
2148
  "ChannelArn": {},
2092
2149
  "MessageId": {},
2093
2150
  "Status": {
2094
- "shape": "S32"
2151
+ "shape": "S36"
2095
2152
  },
2096
2153
  "SubChannelId": {}
2097
2154
  }
@@ -2182,15 +2239,19 @@
2182
2239
  }
2183
2240
  }
2184
2241
  },
2185
- "Sy": {
2242
+ "Sw": {
2186
2243
  "type": "string",
2187
2244
  "sensitive": true
2188
2245
  },
2189
- "S11": {
2246
+ "Sz": {
2190
2247
  "type": "string",
2191
2248
  "sensitive": true
2192
2249
  },
2193
2250
  "S12": {
2251
+ "type": "string",
2252
+ "sensitive": true
2253
+ },
2254
+ "S13": {
2194
2255
  "type": "list",
2195
2256
  "member": {
2196
2257
  "type": "structure",
@@ -2200,7 +2261,7 @@
2200
2261
  ],
2201
2262
  "members": {
2202
2263
  "Key": {
2203
- "shape": "S14"
2264
+ "shape": "S15"
2204
2265
  },
2205
2266
  "Value": {
2206
2267
  "type": "string",
@@ -2209,11 +2270,11 @@
2209
2270
  }
2210
2271
  }
2211
2272
  },
2212
- "S14": {
2273
+ "S15": {
2213
2274
  "type": "string",
2214
2275
  "sensitive": true
2215
2276
  },
2216
- "S19": {
2277
+ "S1a": {
2217
2278
  "type": "structure",
2218
2279
  "required": [
2219
2280
  "MaximumSubChannels",
@@ -2232,7 +2293,20 @@
2232
2293
  }
2233
2294
  }
2234
2295
  },
2235
- "S1h": {
2296
+ "S1e": {
2297
+ "type": "structure",
2298
+ "required": [
2299
+ "ExpirationDays",
2300
+ "ExpirationCriterion"
2301
+ ],
2302
+ "members": {
2303
+ "ExpirationDays": {
2304
+ "type": "integer"
2305
+ },
2306
+ "ExpirationCriterion": {}
2307
+ }
2308
+ },
2309
+ "S1l": {
2236
2310
  "type": "list",
2237
2311
  "member": {
2238
2312
  "type": "structure",
@@ -2244,7 +2318,7 @@
2244
2318
  ],
2245
2319
  "members": {
2246
2320
  "Name": {
2247
- "shape": "Sy"
2321
+ "shape": "Sz"
2248
2322
  },
2249
2323
  "Configuration": {
2250
2324
  "type": "structure",
@@ -2272,11 +2346,11 @@
2272
2346
  }
2273
2347
  }
2274
2348
  },
2275
- "S2g": {
2349
+ "S2k": {
2276
2350
  "type": "structure",
2277
2351
  "members": {
2278
2352
  "ChannelSummary": {
2279
- "shape": "S2h"
2353
+ "shape": "S2l"
2280
2354
  },
2281
2355
  "AppInstanceUserMembershipSummary": {
2282
2356
  "type": "structure",
@@ -2290,11 +2364,11 @@
2290
2364
  }
2291
2365
  }
2292
2366
  },
2293
- "S2h": {
2367
+ "S2l": {
2294
2368
  "type": "structure",
2295
2369
  "members": {
2296
2370
  "Name": {
2297
- "shape": "Sy"
2371
+ "shape": "Sz"
2298
2372
  },
2299
2373
  "ChannelArn": {},
2300
2374
  "Mode": {},
@@ -2307,15 +2381,15 @@
2307
2381
  }
2308
2382
  }
2309
2383
  },
2310
- "S2l": {
2384
+ "S2p": {
2311
2385
  "type": "structure",
2312
2386
  "members": {
2313
2387
  "ChannelSummary": {
2314
- "shape": "S2h"
2388
+ "shape": "S2l"
2315
2389
  }
2316
2390
  }
2317
2391
  },
2318
- "S2s": {
2392
+ "S2w": {
2319
2393
  "type": "structure",
2320
2394
  "members": {
2321
2395
  "PushNotifications": {
@@ -2333,18 +2407,18 @@
2333
2407
  }
2334
2408
  }
2335
2409
  },
2336
- "S2z": {
2410
+ "S33": {
2337
2411
  "type": "string",
2338
2412
  "sensitive": true
2339
2413
  },
2340
- "S32": {
2414
+ "S36": {
2341
2415
  "type": "structure",
2342
2416
  "members": {
2343
2417
  "Value": {},
2344
2418
  "Detail": {}
2345
2419
  }
2346
2420
  },
2347
- "S3d": {
2421
+ "S3h": {
2348
2422
  "type": "list",
2349
2423
  "member": {
2350
2424
  "type": "structure",
@@ -2358,14 +2432,14 @@
2358
2432
  }
2359
2433
  }
2360
2434
  },
2361
- "S3i": {
2435
+ "S3m": {
2362
2436
  "type": "string",
2363
2437
  "sensitive": true
2364
2438
  },
2365
- "S48": {
2439
+ "S4c": {
2366
2440
  "type": "list",
2367
2441
  "member": {
2368
- "shape": "S2h"
2442
+ "shape": "S2l"
2369
2443
  }
2370
2444
  }
2371
2445
  }