cdk-docker-image-deployment 0.0.76 → 0.0.77

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 (56) 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 +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
  8. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  9. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  12. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  16. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  18. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  19. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  23. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  24. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  25. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  26. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  27. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  28. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  29. package/node_modules/aws-sdk/clients/all.js +2 -0
  30. package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
  31. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  32. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  33. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  34. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  35. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  37. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
  38. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  39. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  40. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  41. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  43. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  45. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  46. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  47. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  55. package/node_modules/aws-sdk/package.json +1 -1
  56. package/package.json +4 -4
@@ -283,6 +283,9 @@
283
283
  },
284
284
  "ShareTagOptions": {
285
285
  "type": "boolean"
286
+ },
287
+ "SharePrincipals": {
288
+ "type": "boolean"
286
289
  }
287
290
  }
288
291
  },
@@ -300,7 +303,6 @@
300
303
  "Name",
301
304
  "Owner",
302
305
  "ProductType",
303
- "ProvisioningArtifactParameters",
304
306
  "IdempotencyToken"
305
307
  ],
306
308
  "members": {
@@ -321,6 +323,9 @@
321
323
  },
322
324
  "IdempotencyToken": {
323
325
  "idempotencyToken": true
326
+ },
327
+ "SourceConnection": {
328
+ "shape": "S2c"
324
329
  }
325
330
  }
326
331
  },
@@ -328,10 +333,10 @@
328
333
  "type": "structure",
329
334
  "members": {
330
335
  "ProductViewDetail": {
331
- "shape": "S2d"
336
+ "shape": "S2l"
332
337
  },
333
338
  "ProvisioningArtifactDetail": {
334
- "shape": "S2i"
339
+ "shape": "S2w"
335
340
  },
336
341
  "Tags": {
337
342
  "shape": "S1q"
@@ -355,14 +360,14 @@
355
360
  "PlanName": {},
356
361
  "PlanType": {},
357
362
  "NotificationArns": {
358
- "shape": "S2o"
363
+ "shape": "S33"
359
364
  },
360
365
  "PathId": {},
361
366
  "ProductId": {},
362
367
  "ProvisionedProductName": {},
363
368
  "ProvisioningArtifactId": {},
364
369
  "ProvisioningParameters": {
365
- "shape": "S2r"
370
+ "shape": "S36"
366
371
  },
367
372
  "IdempotencyToken": {
368
373
  "idempotencyToken": true
@@ -406,7 +411,7 @@
406
411
  "type": "structure",
407
412
  "members": {
408
413
  "ProvisioningArtifactDetail": {
409
- "shape": "S2i"
414
+ "shape": "S2w"
410
415
  },
411
416
  "Info": {
412
417
  "shape": "S27"
@@ -428,7 +433,7 @@
428
433
  "Name": {},
429
434
  "DefinitionType": {},
430
435
  "Definition": {
431
- "shape": "S32"
436
+ "shape": "S3h"
432
437
  },
433
438
  "Description": {},
434
439
  "AcceptLanguage": {},
@@ -441,7 +446,7 @@
441
446
  "type": "structure",
442
447
  "members": {
443
448
  "ServiceActionDetail": {
444
- "shape": "S37"
449
+ "shape": "S3m"
445
450
  }
446
451
  }
447
452
  }
@@ -462,7 +467,7 @@
462
467
  "type": "structure",
463
468
  "members": {
464
469
  "TagOptionDetail": {
465
- "shape": "S3d"
470
+ "shape": "S3s"
466
471
  }
467
472
  }
468
473
  }
@@ -668,10 +673,10 @@
668
673
  "shape": "S1q"
669
674
  },
670
675
  "TagOptions": {
671
- "shape": "S45"
676
+ "shape": "S4k"
672
677
  },
673
678
  "Budgets": {
674
- "shape": "S46"
679
+ "shape": "S4l"
675
680
  }
676
681
  }
677
682
  }
@@ -751,6 +756,9 @@
751
756
  },
752
757
  "ShareTagOptions": {
753
758
  "type": "boolean"
759
+ },
760
+ "SharePrincipals": {
761
+ "type": "boolean"
754
762
  }
755
763
  }
756
764
  }
@@ -771,13 +779,13 @@
771
779
  "type": "structure",
772
780
  "members": {
773
781
  "ProductViewSummary": {
774
- "shape": "S2e"
782
+ "shape": "S2m"
775
783
  },
776
784
  "ProvisioningArtifacts": {
777
- "shape": "S4r"
785
+ "shape": "S56"
778
786
  },
779
787
  "Budgets": {
780
- "shape": "S46"
788
+ "shape": "S4l"
781
789
  },
782
790
  "LaunchPaths": {
783
791
  "type": "list",
@@ -806,7 +814,7 @@
806
814
  "type": "structure",
807
815
  "members": {
808
816
  "ProductViewDetail": {
809
- "shape": "S2d"
817
+ "shape": "S2l"
810
818
  },
811
819
  "ProvisioningArtifactSummaries": {
812
820
  "type": "list",
@@ -829,10 +837,10 @@
829
837
  "shape": "S1q"
830
838
  },
831
839
  "TagOptions": {
832
- "shape": "S45"
840
+ "shape": "S4k"
833
841
  },
834
842
  "Budgets": {
835
- "shape": "S46"
843
+ "shape": "S4l"
836
844
  }
837
845
  }
838
846
  }
@@ -852,10 +860,10 @@
852
860
  "type": "structure",
853
861
  "members": {
854
862
  "ProductViewSummary": {
855
- "shape": "S2e"
863
+ "shape": "S2m"
856
864
  },
857
865
  "ProvisioningArtifacts": {
858
- "shape": "S4r"
866
+ "shape": "S56"
859
867
  }
860
868
  }
861
869
  }
@@ -873,7 +881,7 @@
873
881
  "type": "structure",
874
882
  "members": {
875
883
  "ProvisionedProductDetail": {
876
- "shape": "S55"
884
+ "shape": "S5k"
877
885
  },
878
886
  "CloudWatchDashboards": {
879
887
  "type": "list",
@@ -924,10 +932,10 @@
924
932
  "type": "timestamp"
925
933
  },
926
934
  "NotificationArns": {
927
- "shape": "S2o"
935
+ "shape": "S33"
928
936
  },
929
937
  "ProvisioningParameters": {
930
- "shape": "S2r"
938
+ "shape": "S36"
931
939
  },
932
940
  "Tags": {
933
941
  "shape": "S1q"
@@ -992,7 +1000,7 @@
992
1000
  "type": "structure",
993
1001
  "members": {
994
1002
  "ProvisioningArtifactDetail": {
995
- "shape": "S2i"
1003
+ "shape": "S2w"
996
1004
  },
997
1005
  "Info": {
998
1006
  "shape": "S27"
@@ -1048,7 +1056,7 @@
1048
1056
  }
1049
1057
  },
1050
1058
  "ConstraintSummaries": {
1051
- "shape": "S6h"
1059
+ "shape": "S6w"
1052
1060
  },
1053
1061
  "UsageInstructions": {
1054
1062
  "type": "list",
@@ -1077,20 +1085,20 @@
1077
1085
  "type": "structure",
1078
1086
  "members": {
1079
1087
  "StackSetAccounts": {
1080
- "shape": "S6r"
1088
+ "shape": "S76"
1081
1089
  },
1082
1090
  "StackSetRegions": {
1083
- "shape": "S6s"
1091
+ "shape": "S77"
1084
1092
  }
1085
1093
  }
1086
1094
  },
1087
1095
  "ProvisioningArtifactOutputs": {
1088
- "shape": "S6u",
1096
+ "shape": "S79",
1089
1097
  "deprecated": true,
1090
1098
  "deprecatedMessage": "This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."
1091
1099
  },
1092
1100
  "ProvisioningArtifactOutputKeys": {
1093
- "shape": "S6u"
1101
+ "shape": "S79"
1094
1102
  }
1095
1103
  }
1096
1104
  }
@@ -1114,10 +1122,10 @@
1114
1122
  "type": "structure",
1115
1123
  "members": {
1116
1124
  "RecordDetail": {
1117
- "shape": "S70"
1125
+ "shape": "S7f"
1118
1126
  },
1119
1127
  "RecordOutputs": {
1120
- "shape": "S7b"
1128
+ "shape": "S7q"
1121
1129
  },
1122
1130
  "NextPageToken": {}
1123
1131
  }
@@ -1138,7 +1146,7 @@
1138
1146
  "type": "structure",
1139
1147
  "members": {
1140
1148
  "ServiceActionDetail": {
1141
- "shape": "S37"
1149
+ "shape": "S3m"
1142
1150
  }
1143
1151
  }
1144
1152
  }
@@ -1167,7 +1175,7 @@
1167
1175
  "Name": {},
1168
1176
  "Type": {},
1169
1177
  "DefaultValues": {
1170
- "shape": "S7n"
1178
+ "shape": "S82"
1171
1179
  }
1172
1180
  }
1173
1181
  }
@@ -1189,7 +1197,7 @@
1189
1197
  "type": "structure",
1190
1198
  "members": {
1191
1199
  "TagOptionDetail": {
1192
- "shape": "S3d"
1200
+ "shape": "S3s"
1193
1201
  }
1194
1202
  }
1195
1203
  }
@@ -1231,7 +1239,8 @@
1231
1239
  "members": {
1232
1240
  "AcceptLanguage": {},
1233
1241
  "PortfolioId": {},
1234
- "PrincipalARN": {}
1242
+ "PrincipalARN": {},
1243
+ "PrincipalType": {}
1235
1244
  }
1236
1245
  },
1237
1246
  "output": {
@@ -1323,7 +1332,7 @@
1323
1332
  "type": "structure",
1324
1333
  "members": {
1325
1334
  "RecordDetail": {
1326
- "shape": "S70"
1335
+ "shape": "S7f"
1327
1336
  }
1328
1337
  }
1329
1338
  }
@@ -1347,7 +1356,7 @@
1347
1356
  "type": "map",
1348
1357
  "key": {},
1349
1358
  "value": {
1350
- "shape": "S7n"
1359
+ "shape": "S82"
1351
1360
  }
1352
1361
  }
1353
1362
  }
@@ -1356,7 +1365,7 @@
1356
1365
  "type": "structure",
1357
1366
  "members": {
1358
1367
  "RecordDetail": {
1359
- "shape": "S70"
1368
+ "shape": "S7f"
1360
1369
  }
1361
1370
  }
1362
1371
  }
@@ -1394,7 +1403,7 @@
1394
1403
  "type": "structure",
1395
1404
  "members": {
1396
1405
  "Outputs": {
1397
- "shape": "S7b"
1406
+ "shape": "S7q"
1398
1407
  },
1399
1408
  "NextPageToken": {}
1400
1409
  }
@@ -1425,7 +1434,7 @@
1425
1434
  "type": "structure",
1426
1435
  "members": {
1427
1436
  "RecordDetail": {
1428
- "shape": "S70"
1437
+ "shape": "S7f"
1429
1438
  }
1430
1439
  }
1431
1440
  }
@@ -1446,7 +1455,7 @@
1446
1455
  "type": "structure",
1447
1456
  "members": {
1448
1457
  "PortfolioDetails": {
1449
- "shape": "S8l"
1458
+ "shape": "S90"
1450
1459
  },
1451
1460
  "NextPageToken": {}
1452
1461
  }
@@ -1471,7 +1480,7 @@
1471
1480
  "type": "structure",
1472
1481
  "members": {
1473
1482
  "Budgets": {
1474
- "shape": "S46"
1483
+ "shape": "S4l"
1475
1484
  },
1476
1485
  "NextPageToken": {}
1477
1486
  }
@@ -1531,7 +1540,7 @@
1531
1540
  "members": {
1532
1541
  "Id": {},
1533
1542
  "ConstraintSummaries": {
1534
- "shape": "S6h"
1543
+ "shape": "S6w"
1535
1544
  },
1536
1545
  "Tags": {
1537
1546
  "shape": "S1q"
@@ -1616,7 +1625,7 @@
1616
1625
  "type": "structure",
1617
1626
  "members": {
1618
1627
  "PortfolioDetails": {
1619
- "shape": "S8l"
1628
+ "shape": "S90"
1620
1629
  },
1621
1630
  "NextPageToken": {}
1622
1631
  }
@@ -1641,7 +1650,7 @@
1641
1650
  "type": "structure",
1642
1651
  "members": {
1643
1652
  "PortfolioDetails": {
1644
- "shape": "S8l"
1653
+ "shape": "S90"
1645
1654
  },
1646
1655
  "NextPageToken": {}
1647
1656
  }
@@ -1690,7 +1699,7 @@
1690
1699
  },
1691
1700
  "PageToken": {},
1692
1701
  "AccessLevelFilter": {
1693
- "shape": "S9a"
1702
+ "shape": "S9p"
1694
1703
  }
1695
1704
  }
1696
1705
  },
@@ -1732,7 +1741,7 @@
1732
1741
  "ProvisioningArtifactDetails": {
1733
1742
  "type": "list",
1734
1743
  "member": {
1735
- "shape": "S2i"
1744
+ "shape": "S2w"
1736
1745
  }
1737
1746
  },
1738
1747
  "NextPageToken": {}
@@ -1763,10 +1772,10 @@
1763
1772
  "type": "structure",
1764
1773
  "members": {
1765
1774
  "ProductViewSummary": {
1766
- "shape": "S2e"
1775
+ "shape": "S2m"
1767
1776
  },
1768
1777
  "ProvisioningArtifact": {
1769
- "shape": "S4s"
1778
+ "shape": "S57"
1770
1779
  }
1771
1780
  }
1772
1781
  }
@@ -1781,7 +1790,7 @@
1781
1790
  "members": {
1782
1791
  "AcceptLanguage": {},
1783
1792
  "AccessLevelFilter": {
1784
- "shape": "S9a"
1793
+ "shape": "S9p"
1785
1794
  },
1786
1795
  "SearchFilter": {
1787
1796
  "type": "structure",
@@ -1802,7 +1811,7 @@
1802
1811
  "RecordDetails": {
1803
1812
  "type": "list",
1804
1813
  "member": {
1805
- "shape": "S70"
1814
+ "shape": "S7f"
1806
1815
  }
1807
1816
  },
1808
1817
  "NextPageToken": {}
@@ -1861,7 +1870,7 @@
1861
1870
  "type": "structure",
1862
1871
  "members": {
1863
1872
  "ServiceActionSummaries": {
1864
- "shape": "Sa5"
1873
+ "shape": "Sak"
1865
1874
  },
1866
1875
  "NextPageToken": {}
1867
1876
  }
@@ -1888,7 +1897,7 @@
1888
1897
  "type": "structure",
1889
1898
  "members": {
1890
1899
  "ServiceActionSummaries": {
1891
- "shape": "Sa5"
1900
+ "shape": "Sak"
1892
1901
  },
1893
1902
  "NextPageToken": {}
1894
1903
  }
@@ -1951,7 +1960,7 @@
1951
1960
  "type": "structure",
1952
1961
  "members": {
1953
1962
  "TagOptionDetails": {
1954
- "shape": "S45"
1963
+ "shape": "S4k"
1955
1964
  },
1956
1965
  "PageToken": {}
1957
1966
  }
@@ -1987,10 +1996,10 @@
1987
1996
  "type": "structure",
1988
1997
  "members": {
1989
1998
  "StackSetAccounts": {
1990
- "shape": "S6r"
1999
+ "shape": "S76"
1991
2000
  },
1992
2001
  "StackSetRegions": {
1993
- "shape": "S6s"
2002
+ "shape": "S77"
1994
2003
  },
1995
2004
  "StackSetFailureToleranceCount": {
1996
2005
  "type": "integer"
@@ -2010,7 +2019,7 @@
2010
2019
  "shape": "S1q"
2011
2020
  },
2012
2021
  "NotificationArns": {
2013
- "shape": "S2o"
2022
+ "shape": "S33"
2014
2023
  },
2015
2024
  "ProvisionToken": {
2016
2025
  "idempotencyToken": true
@@ -2021,7 +2030,7 @@
2021
2030
  "type": "structure",
2022
2031
  "members": {
2023
2032
  "RecordDetail": {
2024
- "shape": "S70"
2033
+ "shape": "S7f"
2025
2034
  }
2026
2035
  }
2027
2036
  }
@@ -2049,7 +2058,7 @@
2049
2058
  "members": {
2050
2059
  "AcceptLanguage": {},
2051
2060
  "AccessLevelFilter": {
2052
- "shape": "S9a"
2061
+ "shape": "S9p"
2053
2062
  },
2054
2063
  "PageSize": {
2055
2064
  "type": "integer"
@@ -2063,7 +2072,7 @@
2063
2072
  "ProvisionedProducts": {
2064
2073
  "type": "list",
2065
2074
  "member": {
2066
- "shape": "S55"
2075
+ "shape": "S5k"
2067
2076
  }
2068
2077
  },
2069
2078
  "NextPageToken": {}
@@ -2076,7 +2085,7 @@
2076
2085
  "members": {
2077
2086
  "AcceptLanguage": {},
2078
2087
  "Filters": {
2079
- "shape": "Sav"
2088
+ "shape": "Sba"
2080
2089
  },
2081
2090
  "PageSize": {
2082
2091
  "type": "integer"
@@ -2092,7 +2101,7 @@
2092
2101
  "ProductViewSummaries": {
2093
2102
  "type": "list",
2094
2103
  "member": {
2095
- "shape": "S2e"
2104
+ "shape": "S2m"
2096
2105
  }
2097
2106
  },
2098
2107
  "ProductViewAggregations": {
@@ -2122,7 +2131,7 @@
2122
2131
  "AcceptLanguage": {},
2123
2132
  "PortfolioId": {},
2124
2133
  "Filters": {
2125
- "shape": "Sav"
2134
+ "shape": "Sba"
2126
2135
  },
2127
2136
  "SortBy": {},
2128
2137
  "SortOrder": {},
@@ -2139,7 +2148,7 @@
2139
2148
  "ProductViewDetails": {
2140
2149
  "type": "list",
2141
2150
  "member": {
2142
- "shape": "S2d"
2151
+ "shape": "S2l"
2143
2152
  }
2144
2153
  },
2145
2154
  "NextPageToken": {}
@@ -2152,7 +2161,7 @@
2152
2161
  "members": {
2153
2162
  "AcceptLanguage": {},
2154
2163
  "AccessLevelFilter": {
2155
- "shape": "S9a"
2164
+ "shape": "S9p"
2156
2165
  },
2157
2166
  "Filters": {
2158
2167
  "type": "map",
@@ -2236,7 +2245,7 @@
2236
2245
  "type": "structure",
2237
2246
  "members": {
2238
2247
  "RecordDetail": {
2239
- "shape": "S70"
2248
+ "shape": "S7f"
2240
2249
  }
2241
2250
  }
2242
2251
  }
@@ -2281,7 +2290,7 @@
2281
2290
  "shape": "S1i"
2282
2291
  },
2283
2292
  "RemoveTags": {
2284
- "shape": "Sbw"
2293
+ "shape": "Scb"
2285
2294
  }
2286
2295
  }
2287
2296
  },
@@ -2312,6 +2321,9 @@
2312
2321
  },
2313
2322
  "ShareTagOptions": {
2314
2323
  "type": "boolean"
2324
+ },
2325
+ "SharePrincipals": {
2326
+ "type": "boolean"
2315
2327
  }
2316
2328
  }
2317
2329
  },
@@ -2343,7 +2355,10 @@
2343
2355
  "shape": "S1i"
2344
2356
  },
2345
2357
  "RemoveTags": {
2346
- "shape": "Sbw"
2358
+ "shape": "Scb"
2359
+ },
2360
+ "SourceConnection": {
2361
+ "shape": "S2c"
2347
2362
  }
2348
2363
  }
2349
2364
  },
@@ -2351,7 +2366,7 @@
2351
2366
  "type": "structure",
2352
2367
  "members": {
2353
2368
  "ProductViewDetail": {
2354
- "shape": "S2d"
2369
+ "shape": "S2l"
2355
2370
  },
2356
2371
  "Tags": {
2357
2372
  "shape": "S1q"
@@ -2376,16 +2391,16 @@
2376
2391
  "PathId": {},
2377
2392
  "PathName": {},
2378
2393
  "ProvisioningParameters": {
2379
- "shape": "S2r"
2394
+ "shape": "S36"
2380
2395
  },
2381
2396
  "ProvisioningPreferences": {
2382
2397
  "type": "structure",
2383
2398
  "members": {
2384
2399
  "StackSetAccounts": {
2385
- "shape": "S6r"
2400
+ "shape": "S76"
2386
2401
  },
2387
2402
  "StackSetRegions": {
2388
- "shape": "S6s"
2403
+ "shape": "S77"
2389
2404
  },
2390
2405
  "StackSetFailureToleranceCount": {
2391
2406
  "type": "integer"
@@ -2414,7 +2429,7 @@
2414
2429
  "type": "structure",
2415
2430
  "members": {
2416
2431
  "RecordDetail": {
2417
- "shape": "S70"
2432
+ "shape": "S7f"
2418
2433
  }
2419
2434
  }
2420
2435
  }
@@ -2431,7 +2446,7 @@
2431
2446
  "AcceptLanguage": {},
2432
2447
  "ProvisionedProductId": {},
2433
2448
  "ProvisionedProductProperties": {
2434
- "shape": "Sc8"
2449
+ "shape": "Scn"
2435
2450
  },
2436
2451
  "IdempotencyToken": {
2437
2452
  "idempotencyToken": true
@@ -2443,7 +2458,7 @@
2443
2458
  "members": {
2444
2459
  "ProvisionedProductId": {},
2445
2460
  "ProvisionedProductProperties": {
2446
- "shape": "Sc8"
2461
+ "shape": "Scn"
2447
2462
  },
2448
2463
  "RecordId": {},
2449
2464
  "Status": {}
@@ -2473,7 +2488,7 @@
2473
2488
  "type": "structure",
2474
2489
  "members": {
2475
2490
  "ProvisioningArtifactDetail": {
2476
- "shape": "S2i"
2491
+ "shape": "S2w"
2477
2492
  },
2478
2493
  "Info": {
2479
2494
  "shape": "S27"
@@ -2492,7 +2507,7 @@
2492
2507
  "Id": {},
2493
2508
  "Name": {},
2494
2509
  "Definition": {
2495
- "shape": "S32"
2510
+ "shape": "S3h"
2496
2511
  },
2497
2512
  "Description": {},
2498
2513
  "AcceptLanguage": {}
@@ -2502,7 +2517,7 @@
2502
2517
  "type": "structure",
2503
2518
  "members": {
2504
2519
  "ServiceActionDetail": {
2505
- "shape": "S37"
2520
+ "shape": "S3m"
2506
2521
  }
2507
2522
  }
2508
2523
  }
@@ -2525,7 +2540,7 @@
2525
2540
  "type": "structure",
2526
2541
  "members": {
2527
2542
  "TagOptionDetail": {
2528
- "shape": "S3d"
2543
+ "shape": "S3s"
2529
2544
  }
2530
2545
  }
2531
2546
  }
@@ -2617,9 +2632,6 @@
2617
2632
  },
2618
2633
  "S24": {
2619
2634
  "type": "structure",
2620
- "required": [
2621
- "Info"
2622
- ],
2623
2635
  "members": {
2624
2636
  "Name": {},
2625
2637
  "Description": {},
@@ -2637,20 +2649,75 @@
2637
2649
  "key": {},
2638
2650
  "value": {}
2639
2651
  },
2640
- "S2d": {
2652
+ "S2c": {
2641
2653
  "type": "structure",
2654
+ "required": [
2655
+ "ConnectionParameters"
2656
+ ],
2642
2657
  "members": {
2643
- "ProductViewSummary": {
2658
+ "Type": {},
2659
+ "ConnectionParameters": {
2644
2660
  "shape": "S2e"
2661
+ }
2662
+ }
2663
+ },
2664
+ "S2e": {
2665
+ "type": "structure",
2666
+ "members": {
2667
+ "CodeStar": {
2668
+ "type": "structure",
2669
+ "required": [
2670
+ "ConnectionArn",
2671
+ "Repository",
2672
+ "Branch",
2673
+ "ArtifactPath"
2674
+ ],
2675
+ "members": {
2676
+ "ConnectionArn": {},
2677
+ "Repository": {},
2678
+ "Branch": {},
2679
+ "ArtifactPath": {}
2680
+ }
2681
+ }
2682
+ }
2683
+ },
2684
+ "S2l": {
2685
+ "type": "structure",
2686
+ "members": {
2687
+ "ProductViewSummary": {
2688
+ "shape": "S2m"
2645
2689
  },
2646
2690
  "Status": {},
2647
2691
  "ProductARN": {},
2648
2692
  "CreatedTime": {
2649
2693
  "type": "timestamp"
2694
+ },
2695
+ "SourceConnection": {
2696
+ "type": "structure",
2697
+ "members": {
2698
+ "Type": {},
2699
+ "ConnectionParameters": {
2700
+ "shape": "S2e"
2701
+ },
2702
+ "LastSync": {
2703
+ "type": "structure",
2704
+ "members": {
2705
+ "LastSyncTime": {
2706
+ "type": "timestamp"
2707
+ },
2708
+ "LastSyncStatus": {},
2709
+ "LastSyncStatusMessage": {},
2710
+ "LastSuccessfulSyncTime": {
2711
+ "type": "timestamp"
2712
+ },
2713
+ "LastSuccessfulSyncProvisioningArtifactId": {}
2714
+ }
2715
+ }
2716
+ }
2650
2717
  }
2651
2718
  }
2652
2719
  },
2653
- "S2e": {
2720
+ "S2m": {
2654
2721
  "type": "structure",
2655
2722
  "members": {
2656
2723
  "Id": {},
@@ -2668,7 +2735,7 @@
2668
2735
  "SupportUrl": {}
2669
2736
  }
2670
2737
  },
2671
- "S2i": {
2738
+ "S2w": {
2672
2739
  "type": "structure",
2673
2740
  "members": {
2674
2741
  "Id": {},
@@ -2681,14 +2748,15 @@
2681
2748
  "Active": {
2682
2749
  "type": "boolean"
2683
2750
  },
2684
- "Guidance": {}
2751
+ "Guidance": {},
2752
+ "SourceRevision": {}
2685
2753
  }
2686
2754
  },
2687
- "S2o": {
2755
+ "S33": {
2688
2756
  "type": "list",
2689
2757
  "member": {}
2690
2758
  },
2691
- "S2r": {
2759
+ "S36": {
2692
2760
  "type": "list",
2693
2761
  "member": {
2694
2762
  "type": "structure",
@@ -2701,23 +2769,23 @@
2701
2769
  }
2702
2770
  }
2703
2771
  },
2704
- "S32": {
2772
+ "S3h": {
2705
2773
  "type": "map",
2706
2774
  "key": {},
2707
2775
  "value": {}
2708
2776
  },
2709
- "S37": {
2777
+ "S3m": {
2710
2778
  "type": "structure",
2711
2779
  "members": {
2712
2780
  "ServiceActionSummary": {
2713
- "shape": "S38"
2781
+ "shape": "S3n"
2714
2782
  },
2715
2783
  "Definition": {
2716
- "shape": "S32"
2784
+ "shape": "S3h"
2717
2785
  }
2718
2786
  }
2719
2787
  },
2720
- "S38": {
2788
+ "S3n": {
2721
2789
  "type": "structure",
2722
2790
  "members": {
2723
2791
  "Id": {},
@@ -2726,7 +2794,7 @@
2726
2794
  "DefinitionType": {}
2727
2795
  }
2728
2796
  },
2729
- "S3d": {
2797
+ "S3s": {
2730
2798
  "type": "structure",
2731
2799
  "members": {
2732
2800
  "Key": {},
@@ -2738,13 +2806,13 @@
2738
2806
  "Owner": {}
2739
2807
  }
2740
2808
  },
2741
- "S45": {
2809
+ "S4k": {
2742
2810
  "type": "list",
2743
2811
  "member": {
2744
- "shape": "S3d"
2812
+ "shape": "S3s"
2745
2813
  }
2746
2814
  },
2747
- "S46": {
2815
+ "S4l": {
2748
2816
  "type": "list",
2749
2817
  "member": {
2750
2818
  "type": "structure",
@@ -2753,13 +2821,13 @@
2753
2821
  }
2754
2822
  }
2755
2823
  },
2756
- "S4r": {
2824
+ "S56": {
2757
2825
  "type": "list",
2758
2826
  "member": {
2759
- "shape": "S4s"
2827
+ "shape": "S57"
2760
2828
  }
2761
2829
  },
2762
- "S4s": {
2830
+ "S57": {
2763
2831
  "type": "structure",
2764
2832
  "members": {
2765
2833
  "Id": {},
@@ -2771,7 +2839,7 @@
2771
2839
  "Guidance": {}
2772
2840
  }
2773
2841
  },
2774
- "S55": {
2842
+ "S5k": {
2775
2843
  "type": "structure",
2776
2844
  "members": {
2777
2845
  "Name": {},
@@ -2792,7 +2860,7 @@
2792
2860
  "LaunchRoleArn": {}
2793
2861
  }
2794
2862
  },
2795
- "S6h": {
2863
+ "S6w": {
2796
2864
  "type": "list",
2797
2865
  "member": {
2798
2866
  "type": "structure",
@@ -2802,15 +2870,15 @@
2802
2870
  }
2803
2871
  }
2804
2872
  },
2805
- "S6r": {
2873
+ "S76": {
2806
2874
  "type": "list",
2807
2875
  "member": {}
2808
2876
  },
2809
- "S6s": {
2877
+ "S77": {
2810
2878
  "type": "list",
2811
2879
  "member": {}
2812
2880
  },
2813
- "S6u": {
2881
+ "S79": {
2814
2882
  "type": "list",
2815
2883
  "member": {
2816
2884
  "type": "structure",
@@ -2820,7 +2888,7 @@
2820
2888
  }
2821
2889
  }
2822
2890
  },
2823
- "S70": {
2891
+ "S7f": {
2824
2892
  "type": "structure",
2825
2893
  "members": {
2826
2894
  "RecordId": {},
@@ -2861,7 +2929,7 @@
2861
2929
  "LaunchRoleArn": {}
2862
2930
  }
2863
2931
  },
2864
- "S7b": {
2932
+ "S7q": {
2865
2933
  "type": "list",
2866
2934
  "member": {
2867
2935
  "type": "structure",
@@ -2872,30 +2940,30 @@
2872
2940
  }
2873
2941
  }
2874
2942
  },
2875
- "S7n": {
2943
+ "S82": {
2876
2944
  "type": "list",
2877
2945
  "member": {}
2878
2946
  },
2879
- "S8l": {
2947
+ "S90": {
2880
2948
  "type": "list",
2881
2949
  "member": {
2882
2950
  "shape": "S1n"
2883
2951
  }
2884
2952
  },
2885
- "S9a": {
2953
+ "S9p": {
2886
2954
  "type": "structure",
2887
2955
  "members": {
2888
2956
  "Key": {},
2889
2957
  "Value": {}
2890
2958
  }
2891
2959
  },
2892
- "Sa5": {
2960
+ "Sak": {
2893
2961
  "type": "list",
2894
2962
  "member": {
2895
- "shape": "S38"
2963
+ "shape": "S3n"
2896
2964
  }
2897
2965
  },
2898
- "Sav": {
2966
+ "Sba": {
2899
2967
  "type": "map",
2900
2968
  "key": {},
2901
2969
  "value": {
@@ -2903,11 +2971,11 @@
2903
2971
  "member": {}
2904
2972
  }
2905
2973
  },
2906
- "Sbw": {
2974
+ "Scb": {
2907
2975
  "type": "list",
2908
2976
  "member": {}
2909
2977
  },
2910
- "Sc8": {
2978
+ "Scn": {
2911
2979
  "type": "map",
2912
2980
  "key": {},
2913
2981
  "value": {}