cdk-docker-image-deployment 0.0.54 → 0.0.56

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 (32) hide show
  1. package/.jsii +3 -3
  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 +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +112 -96
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +40 -11
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +14 -0
  10. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +49 -43
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +217 -195
  12. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +107 -72
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +293 -285
  14. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +251 -163
  15. package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/appstream.d.ts +28 -5
  17. package/node_modules/aws-sdk/clients/cloud9.d.ts +3 -3
  18. package/node_modules/aws-sdk/clients/cloudformation.d.ts +45 -5
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -3
  20. package/node_modules/aws-sdk/clients/fms.d.ts +12 -1
  21. package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
  22. package/node_modules/aws-sdk/clients/mediatailor.d.ts +48 -1
  23. package/node_modules/aws-sdk/clients/redshift.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/sagemaker.d.ts +14 -2
  25. package/node_modules/aws-sdk/clients/wafv2.d.ts +118 -20
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +57 -14
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +4 -4
@@ -222,6 +222,9 @@
222
222
  },
223
223
  "ServiceAccountCredentials": {
224
224
  "shape": "S1f"
225
+ },
226
+ "CertificateBasedAuthProperties": {
227
+ "shape": "S1i"
225
228
  }
226
229
  }
227
230
  },
@@ -229,7 +232,7 @@
229
232
  "type": "structure",
230
233
  "members": {
231
234
  "DirectoryConfig": {
232
- "shape": "S1j"
235
+ "shape": "S1l"
233
236
  }
234
237
  }
235
238
  }
@@ -249,7 +252,7 @@
249
252
  "Description": {},
250
253
  "AppVisibility": {},
251
254
  "Attributes": {
252
- "shape": "S1m"
255
+ "shape": "S1o"
253
256
  }
254
257
  }
255
258
  },
@@ -257,7 +260,7 @@
257
260
  "type": "structure",
258
261
  "members": {
259
262
  "Entitlement": {
260
- "shape": "S1p"
263
+ "shape": "S1r"
261
264
  }
262
265
  }
263
266
  }
@@ -276,10 +279,10 @@
276
279
  "InstanceType": {},
277
280
  "FleetType": {},
278
281
  "ComputeCapacity": {
279
- "shape": "S1s"
282
+ "shape": "S1u"
280
283
  },
281
284
  "VpcConfig": {
282
- "shape": "S1t"
285
+ "shape": "S1v"
283
286
  },
284
287
  "MaxUserDurationInSeconds": {
285
288
  "type": "integer"
@@ -293,7 +296,7 @@
293
296
  "type": "boolean"
294
297
  },
295
298
  "DomainJoinInfo": {
296
- "shape": "S1x"
299
+ "shape": "S1z"
297
300
  },
298
301
  "Tags": {
299
302
  "shape": "Sy"
@@ -308,7 +311,7 @@
308
311
  "type": "integer"
309
312
  },
310
313
  "UsbDeviceFilterStrings": {
311
- "shape": "S1z"
314
+ "shape": "S21"
312
315
  },
313
316
  "SessionScriptS3Location": {
314
317
  "shape": "St"
@@ -319,7 +322,7 @@
319
322
  "type": "structure",
320
323
  "members": {
321
324
  "Fleet": {
322
- "shape": "S22"
325
+ "shape": "S24"
323
326
  }
324
327
  }
325
328
  }
@@ -339,21 +342,21 @@
339
342
  "Description": {},
340
343
  "DisplayName": {},
341
344
  "VpcConfig": {
342
- "shape": "S1t"
345
+ "shape": "S1v"
343
346
  },
344
347
  "IamRoleArn": {},
345
348
  "EnableDefaultInternetAccess": {
346
349
  "type": "boolean"
347
350
  },
348
351
  "DomainJoinInfo": {
349
- "shape": "S1x"
352
+ "shape": "S1z"
350
353
  },
351
354
  "AppstreamAgentVersion": {},
352
355
  "Tags": {
353
356
  "shape": "Sy"
354
357
  },
355
358
  "AccessEndpoints": {
356
- "shape": "S2a"
359
+ "shape": "S2c"
357
360
  }
358
361
  }
359
362
  },
@@ -361,7 +364,7 @@
361
364
  "type": "structure",
362
365
  "members": {
363
366
  "ImageBuilder": {
364
- "shape": "S2e"
367
+ "shape": "S2g"
365
368
  }
366
369
  }
367
370
  }
@@ -400,27 +403,27 @@
400
403
  "Description": {},
401
404
  "DisplayName": {},
402
405
  "StorageConnectors": {
403
- "shape": "S2p"
406
+ "shape": "S2r"
404
407
  },
405
408
  "RedirectURL": {},
406
409
  "FeedbackURL": {},
407
410
  "UserSettings": {
408
- "shape": "S2x"
411
+ "shape": "S2z"
409
412
  },
410
413
  "ApplicationSettings": {
411
- "shape": "S31"
414
+ "shape": "S33"
412
415
  },
413
416
  "Tags": {
414
417
  "shape": "Sy"
415
418
  },
416
419
  "AccessEndpoints": {
417
- "shape": "S2a"
420
+ "shape": "S2c"
418
421
  },
419
422
  "EmbedHostDomains": {
420
- "shape": "S33"
423
+ "shape": "S35"
421
424
  },
422
425
  "StreamingExperienceSettings": {
423
- "shape": "S35"
426
+ "shape": "S37"
424
427
  }
425
428
  }
426
429
  },
@@ -428,7 +431,7 @@
428
431
  "type": "structure",
429
432
  "members": {
430
433
  "Stack": {
431
- "shape": "S38"
434
+ "shape": "S3a"
432
435
  }
433
436
  }
434
437
  }
@@ -486,7 +489,7 @@
486
489
  "type": "structure",
487
490
  "members": {
488
491
  "image": {
489
- "shape": "S3i"
492
+ "shape": "S3k"
490
493
  },
491
494
  "canUpdateImage": {
492
495
  "type": "boolean"
@@ -520,10 +523,10 @@
520
523
  },
521
524
  "MessageAction": {},
522
525
  "FirstName": {
523
- "shape": "S3u"
526
+ "shape": "S3w"
524
527
  },
525
528
  "LastName": {
526
- "shape": "S3u"
529
+ "shape": "S3w"
527
530
  },
528
531
  "AuthenticationType": {}
529
532
  }
@@ -624,7 +627,7 @@
624
627
  "type": "structure",
625
628
  "members": {
626
629
  "Image": {
627
- "shape": "S3i"
630
+ "shape": "S3k"
628
631
  }
629
632
  }
630
633
  }
@@ -643,7 +646,7 @@
643
646
  "type": "structure",
644
647
  "members": {
645
648
  "ImageBuilder": {
646
- "shape": "S2e"
649
+ "shape": "S2g"
647
650
  }
648
651
  }
649
652
  }
@@ -714,7 +717,7 @@
714
717
  "type": "structure",
715
718
  "members": {
716
719
  "Arns": {
717
- "shape": "S4k"
720
+ "shape": "S4m"
718
721
  },
719
722
  "NextToken": {},
720
723
  "MaxResults": {
@@ -765,7 +768,7 @@
765
768
  "type": "structure",
766
769
  "members": {
767
770
  "Arns": {
768
- "shape": "S4k"
771
+ "shape": "S4m"
769
772
  },
770
773
  "NextToken": {},
771
774
  "MaxResults": {
@@ -777,7 +780,7 @@
777
780
  "type": "structure",
778
781
  "members": {
779
782
  "Applications": {
780
- "shape": "S3n"
783
+ "shape": "S3p"
781
784
  },
782
785
  "NextToken": {}
783
786
  }
@@ -803,7 +806,7 @@
803
806
  "DirectoryConfigs": {
804
807
  "type": "list",
805
808
  "member": {
806
- "shape": "S1j"
809
+ "shape": "S1l"
807
810
  }
808
811
  },
809
812
  "NextToken": {}
@@ -831,7 +834,7 @@
831
834
  "Entitlements": {
832
835
  "type": "list",
833
836
  "member": {
834
- "shape": "S1p"
837
+ "shape": "S1r"
835
838
  }
836
839
  },
837
840
  "NextToken": {}
@@ -854,7 +857,7 @@
854
857
  "Fleets": {
855
858
  "type": "list",
856
859
  "member": {
857
- "shape": "S22"
860
+ "shape": "S24"
858
861
  }
859
862
  },
860
863
  "NextToken": {}
@@ -880,7 +883,7 @@
880
883
  "ImageBuilders": {
881
884
  "type": "list",
882
885
  "member": {
883
- "shape": "S2e"
886
+ "shape": "S2g"
884
887
  }
885
888
  },
886
889
  "NextToken": {}
@@ -920,7 +923,7 @@
920
923
  "members": {
921
924
  "sharedAccountId": {},
922
925
  "imagePermissions": {
923
- "shape": "S3o"
926
+ "shape": "S3q"
924
927
  }
925
928
  }
926
929
  }
@@ -937,7 +940,7 @@
937
940
  "shape": "S17"
938
941
  },
939
942
  "Arns": {
940
- "shape": "S4k"
943
+ "shape": "S4m"
941
944
  },
942
945
  "Type": {},
943
946
  "NextToken": {},
@@ -952,7 +955,7 @@
952
955
  "Images": {
953
956
  "type": "list",
954
957
  "member": {
955
- "shape": "S3i"
958
+ "shape": "S3k"
956
959
  }
957
960
  },
958
961
  "NextToken": {}
@@ -1006,7 +1009,7 @@
1006
1009
  },
1007
1010
  "AuthenticationType": {},
1008
1011
  "NetworkAccessConfiguration": {
1009
- "shape": "S2i"
1012
+ "shape": "S2k"
1010
1013
  }
1011
1014
  }
1012
1015
  }
@@ -1031,7 +1034,7 @@
1031
1034
  "Stacks": {
1032
1035
  "type": "list",
1033
1036
  "member": {
1034
- "shape": "S38"
1037
+ "shape": "S3a"
1035
1038
  }
1036
1039
  },
1037
1040
  "NextToken": {}
@@ -1137,10 +1140,10 @@
1137
1140
  },
1138
1141
  "Status": {},
1139
1142
  "FirstName": {
1140
- "shape": "S3u"
1143
+ "shape": "S3w"
1141
1144
  },
1142
1145
  "LastName": {
1143
- "shape": "S3u"
1146
+ "shape": "S3w"
1144
1147
  },
1145
1148
  "CreatedTime": {
1146
1149
  "type": "timestamp"
@@ -1385,7 +1388,7 @@
1385
1388
  "type": "structure",
1386
1389
  "members": {
1387
1390
  "ImageBuilder": {
1388
- "shape": "S2e"
1391
+ "shape": "S2g"
1389
1392
  }
1390
1393
  }
1391
1394
  }
@@ -1419,7 +1422,7 @@
1419
1422
  "type": "structure",
1420
1423
  "members": {
1421
1424
  "ImageBuilder": {
1422
- "shape": "S2e"
1425
+ "shape": "S2g"
1423
1426
  }
1424
1427
  }
1425
1428
  }
@@ -1508,6 +1511,9 @@
1508
1511
  },
1509
1512
  "ServiceAccountCredentials": {
1510
1513
  "shape": "S1f"
1514
+ },
1515
+ "CertificateBasedAuthProperties": {
1516
+ "shape": "S1i"
1511
1517
  }
1512
1518
  }
1513
1519
  },
@@ -1515,7 +1521,7 @@
1515
1521
  "type": "structure",
1516
1522
  "members": {
1517
1523
  "DirectoryConfig": {
1518
- "shape": "S1j"
1524
+ "shape": "S1l"
1519
1525
  }
1520
1526
  }
1521
1527
  }
@@ -1533,7 +1539,7 @@
1533
1539
  "Description": {},
1534
1540
  "AppVisibility": {},
1535
1541
  "Attributes": {
1536
- "shape": "S1m"
1542
+ "shape": "S1o"
1537
1543
  }
1538
1544
  }
1539
1545
  },
@@ -1541,7 +1547,7 @@
1541
1547
  "type": "structure",
1542
1548
  "members": {
1543
1549
  "Entitlement": {
1544
- "shape": "S1p"
1550
+ "shape": "S1r"
1545
1551
  }
1546
1552
  }
1547
1553
  }
@@ -1555,10 +1561,10 @@
1555
1561
  "Name": {},
1556
1562
  "InstanceType": {},
1557
1563
  "ComputeCapacity": {
1558
- "shape": "S1s"
1564
+ "shape": "S1u"
1559
1565
  },
1560
1566
  "VpcConfig": {
1561
- "shape": "S1t"
1567
+ "shape": "S1v"
1562
1568
  },
1563
1569
  "MaxUserDurationInSeconds": {
1564
1570
  "type": "integer"
@@ -1576,7 +1582,7 @@
1576
1582
  "type": "boolean"
1577
1583
  },
1578
1584
  "DomainJoinInfo": {
1579
- "shape": "S1x"
1585
+ "shape": "S1z"
1580
1586
  },
1581
1587
  "IdleDisconnectTimeoutInSeconds": {
1582
1588
  "type": "integer"
@@ -1592,7 +1598,7 @@
1592
1598
  "type": "integer"
1593
1599
  },
1594
1600
  "UsbDeviceFilterStrings": {
1595
- "shape": "S1z"
1601
+ "shape": "S21"
1596
1602
  },
1597
1603
  "SessionScriptS3Location": {
1598
1604
  "shape": "St"
@@ -1603,7 +1609,7 @@
1603
1609
  "type": "structure",
1604
1610
  "members": {
1605
1611
  "Fleet": {
1606
- "shape": "S22"
1612
+ "shape": "S24"
1607
1613
  }
1608
1614
  }
1609
1615
  }
@@ -1620,7 +1626,7 @@
1620
1626
  "Name": {},
1621
1627
  "SharedAccountId": {},
1622
1628
  "ImagePermissions": {
1623
- "shape": "S3o"
1629
+ "shape": "S3q"
1624
1630
  }
1625
1631
  }
1626
1632
  },
@@ -1640,7 +1646,7 @@
1640
1646
  "Description": {},
1641
1647
  "Name": {},
1642
1648
  "StorageConnectors": {
1643
- "shape": "S2p"
1649
+ "shape": "S2r"
1644
1650
  },
1645
1651
  "DeleteStorageConnectors": {
1646
1652
  "deprecated": true,
@@ -1653,19 +1659,19 @@
1653
1659
  "member": {}
1654
1660
  },
1655
1661
  "UserSettings": {
1656
- "shape": "S2x"
1662
+ "shape": "S2z"
1657
1663
  },
1658
1664
  "ApplicationSettings": {
1659
- "shape": "S31"
1665
+ "shape": "S33"
1660
1666
  },
1661
1667
  "AccessEndpoints": {
1662
- "shape": "S2a"
1668
+ "shape": "S2c"
1663
1669
  },
1664
1670
  "EmbedHostDomains": {
1665
- "shape": "S33"
1671
+ "shape": "S35"
1666
1672
  },
1667
1673
  "StreamingExperienceSettings": {
1668
- "shape": "S35"
1674
+ "shape": "S37"
1669
1675
  }
1670
1676
  }
1671
1677
  },
@@ -1673,7 +1679,7 @@
1673
1679
  "type": "structure",
1674
1680
  "members": {
1675
1681
  "Stack": {
1676
- "shape": "S38"
1682
+ "shape": "S3a"
1677
1683
  }
1678
1684
  }
1679
1685
  }
@@ -1852,7 +1858,14 @@
1852
1858
  }
1853
1859
  }
1854
1860
  },
1855
- "S1j": {
1861
+ "S1i": {
1862
+ "type": "structure",
1863
+ "members": {
1864
+ "Status": {},
1865
+ "CertificateAuthorityArn": {}
1866
+ }
1867
+ },
1868
+ "S1l": {
1856
1869
  "type": "structure",
1857
1870
  "required": [
1858
1871
  "DirectoryName"
@@ -1867,10 +1880,13 @@
1867
1880
  },
1868
1881
  "CreatedTime": {
1869
1882
  "type": "timestamp"
1883
+ },
1884
+ "CertificateBasedAuthProperties": {
1885
+ "shape": "S1i"
1870
1886
  }
1871
1887
  }
1872
1888
  },
1873
- "S1m": {
1889
+ "S1o": {
1874
1890
  "type": "list",
1875
1891
  "member": {
1876
1892
  "type": "structure",
@@ -1884,7 +1900,7 @@
1884
1900
  }
1885
1901
  }
1886
1902
  },
1887
- "S1p": {
1903
+ "S1r": {
1888
1904
  "type": "structure",
1889
1905
  "required": [
1890
1906
  "Name",
@@ -1898,7 +1914,7 @@
1898
1914
  "Description": {},
1899
1915
  "AppVisibility": {},
1900
1916
  "Attributes": {
1901
- "shape": "S1m"
1917
+ "shape": "S1o"
1902
1918
  },
1903
1919
  "CreatedTime": {
1904
1920
  "type": "timestamp"
@@ -1908,7 +1924,7 @@
1908
1924
  }
1909
1925
  }
1910
1926
  },
1911
- "S1s": {
1927
+ "S1u": {
1912
1928
  "type": "structure",
1913
1929
  "required": [
1914
1930
  "DesiredInstances"
@@ -1919,7 +1935,7 @@
1919
1935
  }
1920
1936
  }
1921
1937
  },
1922
- "S1t": {
1938
+ "S1v": {
1923
1939
  "type": "structure",
1924
1940
  "members": {
1925
1941
  "SubnetIds": {
@@ -1932,18 +1948,18 @@
1932
1948
  }
1933
1949
  }
1934
1950
  },
1935
- "S1x": {
1951
+ "S1z": {
1936
1952
  "type": "structure",
1937
1953
  "members": {
1938
1954
  "DirectoryName": {},
1939
1955
  "OrganizationalUnitDistinguishedName": {}
1940
1956
  }
1941
1957
  },
1942
- "S1z": {
1958
+ "S21": {
1943
1959
  "type": "list",
1944
1960
  "member": {}
1945
1961
  },
1946
- "S22": {
1962
+ "S24": {
1947
1963
  "type": "structure",
1948
1964
  "required": [
1949
1965
  "Arn",
@@ -1989,7 +2005,7 @@
1989
2005
  },
1990
2006
  "State": {},
1991
2007
  "VpcConfig": {
1992
- "shape": "S1t"
2008
+ "shape": "S1v"
1993
2009
  },
1994
2010
  "CreatedTime": {
1995
2011
  "type": "timestamp"
@@ -2008,7 +2024,7 @@
2008
2024
  "type": "boolean"
2009
2025
  },
2010
2026
  "DomainJoinInfo": {
2011
- "shape": "S1x"
2027
+ "shape": "S1z"
2012
2028
  },
2013
2029
  "IdleDisconnectTimeoutInSeconds": {
2014
2030
  "type": "integer"
@@ -2020,14 +2036,14 @@
2020
2036
  "type": "integer"
2021
2037
  },
2022
2038
  "UsbDeviceFilterStrings": {
2023
- "shape": "S1z"
2039
+ "shape": "S21"
2024
2040
  },
2025
2041
  "SessionScriptS3Location": {
2026
2042
  "shape": "St"
2027
2043
  }
2028
2044
  }
2029
2045
  },
2030
- "S2a": {
2046
+ "S2c": {
2031
2047
  "type": "list",
2032
2048
  "member": {
2033
2049
  "type": "structure",
@@ -2040,7 +2056,7 @@
2040
2056
  }
2041
2057
  }
2042
2058
  },
2043
- "S2e": {
2059
+ "S2g": {
2044
2060
  "type": "structure",
2045
2061
  "required": [
2046
2062
  "Name"
@@ -2052,7 +2068,7 @@
2052
2068
  "Description": {},
2053
2069
  "DisplayName": {},
2054
2070
  "VpcConfig": {
2055
- "shape": "S1t"
2071
+ "shape": "S1v"
2056
2072
  },
2057
2073
  "InstanceType": {},
2058
2074
  "Platform": {},
@@ -2072,28 +2088,28 @@
2072
2088
  "type": "boolean"
2073
2089
  },
2074
2090
  "DomainJoinInfo": {
2075
- "shape": "S1x"
2091
+ "shape": "S1z"
2076
2092
  },
2077
2093
  "NetworkAccessConfiguration": {
2078
- "shape": "S2i"
2094
+ "shape": "S2k"
2079
2095
  },
2080
2096
  "ImageBuilderErrors": {
2081
- "shape": "S2j"
2097
+ "shape": "S2l"
2082
2098
  },
2083
2099
  "AppstreamAgentVersion": {},
2084
2100
  "AccessEndpoints": {
2085
- "shape": "S2a"
2101
+ "shape": "S2c"
2086
2102
  }
2087
2103
  }
2088
2104
  },
2089
- "S2i": {
2105
+ "S2k": {
2090
2106
  "type": "structure",
2091
2107
  "members": {
2092
2108
  "EniPrivateIpAddress": {},
2093
2109
  "EniId": {}
2094
2110
  }
2095
2111
  },
2096
- "S2j": {
2112
+ "S2l": {
2097
2113
  "type": "list",
2098
2114
  "member": {
2099
2115
  "type": "structure",
@@ -2106,7 +2122,7 @@
2106
2122
  }
2107
2123
  }
2108
2124
  },
2109
- "S2p": {
2125
+ "S2r": {
2110
2126
  "type": "list",
2111
2127
  "member": {
2112
2128
  "type": "structure",
@@ -2123,7 +2139,7 @@
2123
2139
  }
2124
2140
  }
2125
2141
  },
2126
- "S2x": {
2142
+ "S2z": {
2127
2143
  "type": "list",
2128
2144
  "member": {
2129
2145
  "type": "structure",
@@ -2137,7 +2153,7 @@
2137
2153
  }
2138
2154
  }
2139
2155
  },
2140
- "S31": {
2156
+ "S33": {
2141
2157
  "type": "structure",
2142
2158
  "required": [
2143
2159
  "Enabled"
@@ -2149,17 +2165,17 @@
2149
2165
  "SettingsGroup": {}
2150
2166
  }
2151
2167
  },
2152
- "S33": {
2168
+ "S35": {
2153
2169
  "type": "list",
2154
2170
  "member": {}
2155
2171
  },
2156
- "S35": {
2172
+ "S37": {
2157
2173
  "type": "structure",
2158
2174
  "members": {
2159
2175
  "PreferredProtocol": {}
2160
2176
  }
2161
2177
  },
2162
- "S38": {
2178
+ "S3a": {
2163
2179
  "type": "structure",
2164
2180
  "required": [
2165
2181
  "Name"
@@ -2173,7 +2189,7 @@
2173
2189
  "type": "timestamp"
2174
2190
  },
2175
2191
  "StorageConnectors": {
2176
- "shape": "S2p"
2192
+ "shape": "S2r"
2177
2193
  },
2178
2194
  "RedirectURL": {},
2179
2195
  "FeedbackURL": {},
@@ -2188,7 +2204,7 @@
2188
2204
  }
2189
2205
  },
2190
2206
  "UserSettings": {
2191
- "shape": "S2x"
2207
+ "shape": "S2z"
2192
2208
  },
2193
2209
  "ApplicationSettings": {
2194
2210
  "type": "structure",
@@ -2201,17 +2217,17 @@
2201
2217
  }
2202
2218
  },
2203
2219
  "AccessEndpoints": {
2204
- "shape": "S2a"
2220
+ "shape": "S2c"
2205
2221
  },
2206
2222
  "EmbedHostDomains": {
2207
- "shape": "S33"
2223
+ "shape": "S35"
2208
2224
  },
2209
2225
  "StreamingExperienceSettings": {
2210
- "shape": "S35"
2226
+ "shape": "S37"
2211
2227
  }
2212
2228
  }
2213
2229
  },
2214
- "S3i": {
2230
+ "S3k": {
2215
2231
  "type": "structure",
2216
2232
  "required": [
2217
2233
  "Name"
@@ -2237,7 +2253,7 @@
2237
2253
  }
2238
2254
  },
2239
2255
  "Applications": {
2240
- "shape": "S3n"
2256
+ "shape": "S3p"
2241
2257
  },
2242
2258
  "CreatedTime": {
2243
2259
  "type": "timestamp"
@@ -2247,20 +2263,20 @@
2247
2263
  },
2248
2264
  "AppstreamAgentVersion": {},
2249
2265
  "ImagePermissions": {
2250
- "shape": "S3o"
2266
+ "shape": "S3q"
2251
2267
  },
2252
2268
  "ImageErrors": {
2253
- "shape": "S2j"
2269
+ "shape": "S2l"
2254
2270
  }
2255
2271
  }
2256
2272
  },
2257
- "S3n": {
2273
+ "S3p": {
2258
2274
  "type": "list",
2259
2275
  "member": {
2260
2276
  "shape": "S19"
2261
2277
  }
2262
2278
  },
2263
- "S3o": {
2279
+ "S3q": {
2264
2280
  "type": "structure",
2265
2281
  "members": {
2266
2282
  "allowFleet": {
@@ -2271,11 +2287,11 @@
2271
2287
  }
2272
2288
  }
2273
2289
  },
2274
- "S3u": {
2290
+ "S3w": {
2275
2291
  "type": "string",
2276
2292
  "sensitive": true
2277
2293
  },
2278
- "S4k": {
2294
+ "S4m": {
2279
2295
  "type": "list",
2280
2296
  "member": {}
2281
2297
  }