cdk-lambda-subminute 2.0.301 → 2.0.302
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
- package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -207,7 +207,10 @@
|
|
207
207
|
"IncludeNestedStacks": {
|
208
208
|
"type": "boolean"
|
209
209
|
},
|
210
|
-
"OnStackFailure": {}
|
210
|
+
"OnStackFailure": {},
|
211
|
+
"ImportExistingResources": {
|
212
|
+
"type": "boolean"
|
213
|
+
}
|
211
214
|
}
|
212
215
|
},
|
213
216
|
"output": {
|
@@ -284,19 +287,19 @@
|
|
284
287
|
"members": {
|
285
288
|
"StackSetName": {},
|
286
289
|
"Accounts": {
|
287
|
-
"shape": "
|
290
|
+
"shape": "S2m"
|
288
291
|
},
|
289
292
|
"DeploymentTargets": {
|
290
|
-
"shape": "
|
293
|
+
"shape": "S2o"
|
291
294
|
},
|
292
295
|
"Regions": {
|
293
|
-
"shape": "
|
296
|
+
"shape": "S2t"
|
294
297
|
},
|
295
298
|
"ParameterOverrides": {
|
296
299
|
"shape": "S1a"
|
297
300
|
},
|
298
301
|
"OperationPreferences": {
|
299
|
-
"shape": "
|
302
|
+
"shape": "S2v"
|
300
303
|
},
|
301
304
|
"OperationId": {
|
302
305
|
"idempotencyToken": true
|
@@ -337,14 +340,14 @@
|
|
337
340
|
"ExecutionRoleName": {},
|
338
341
|
"PermissionModel": {},
|
339
342
|
"AutoDeployment": {
|
340
|
-
"shape": "
|
343
|
+
"shape": "S37"
|
341
344
|
},
|
342
345
|
"CallAs": {},
|
343
346
|
"ClientRequestToken": {
|
344
347
|
"idempotencyToken": true
|
345
348
|
},
|
346
349
|
"ManagedExecution": {
|
347
|
-
"shape": "
|
350
|
+
"shape": "S3a"
|
348
351
|
}
|
349
352
|
}
|
350
353
|
},
|
@@ -428,16 +431,16 @@
|
|
428
431
|
"members": {
|
429
432
|
"StackSetName": {},
|
430
433
|
"Accounts": {
|
431
|
-
"shape": "
|
434
|
+
"shape": "S2m"
|
432
435
|
},
|
433
436
|
"DeploymentTargets": {
|
434
|
-
"shape": "
|
437
|
+
"shape": "S2o"
|
435
438
|
},
|
436
439
|
"Regions": {
|
437
|
-
"shape": "
|
440
|
+
"shape": "S2t"
|
438
441
|
},
|
439
442
|
"OperationPreferences": {
|
440
|
-
"shape": "
|
443
|
+
"shape": "S2v"
|
441
444
|
},
|
442
445
|
"RetainStacks": {
|
443
446
|
"type": "boolean"
|
@@ -601,7 +604,7 @@
|
|
601
604
|
},
|
602
605
|
"ChangeSetId": {},
|
603
606
|
"ModuleInfo": {
|
604
|
-
"shape": "
|
607
|
+
"shape": "S4r"
|
605
608
|
}
|
606
609
|
}
|
607
610
|
}
|
@@ -614,7 +617,10 @@
|
|
614
617
|
},
|
615
618
|
"ParentChangeSetId": {},
|
616
619
|
"RootChangeSetId": {},
|
617
|
-
"OnStackFailure": {}
|
620
|
+
"OnStackFailure": {},
|
621
|
+
"ImportExistingResources": {
|
622
|
+
"type": "boolean"
|
623
|
+
}
|
618
624
|
}
|
619
625
|
}
|
620
626
|
},
|
@@ -818,7 +824,7 @@
|
|
818
824
|
},
|
819
825
|
"Status": {},
|
820
826
|
"StackInstanceStatus": {
|
821
|
-
"shape": "
|
827
|
+
"shape": "S62"
|
822
828
|
},
|
823
829
|
"StatusReason": {},
|
824
830
|
"OrganizationalUnitId": {},
|
@@ -870,10 +876,10 @@
|
|
870
876
|
"Description": {},
|
871
877
|
"Metadata": {},
|
872
878
|
"DriftInformation": {
|
873
|
-
"shape": "
|
879
|
+
"shape": "S69"
|
874
880
|
},
|
875
881
|
"ModuleInfo": {
|
876
|
-
"shape": "
|
882
|
+
"shape": "S4r"
|
877
883
|
}
|
878
884
|
}
|
879
885
|
}
|
@@ -889,7 +895,7 @@
|
|
889
895
|
"members": {
|
890
896
|
"StackName": {},
|
891
897
|
"StackResourceDriftStatusFilters": {
|
892
|
-
"shape": "
|
898
|
+
"shape": "S6c"
|
893
899
|
},
|
894
900
|
"NextToken": {},
|
895
901
|
"MaxResults": {
|
@@ -907,7 +913,7 @@
|
|
907
913
|
"StackResourceDrifts": {
|
908
914
|
"type": "list",
|
909
915
|
"member": {
|
910
|
-
"shape": "
|
916
|
+
"shape": "S6g"
|
911
917
|
}
|
912
918
|
},
|
913
919
|
"NextToken": {}
|
@@ -950,10 +956,10 @@
|
|
950
956
|
"ResourceStatusReason": {},
|
951
957
|
"Description": {},
|
952
958
|
"DriftInformation": {
|
953
|
-
"shape": "
|
959
|
+
"shape": "S69"
|
954
960
|
},
|
955
961
|
"ModuleInfo": {
|
956
|
-
"shape": "
|
962
|
+
"shape": "S4r"
|
957
963
|
}
|
958
964
|
}
|
959
965
|
}
|
@@ -997,20 +1003,20 @@
|
|
997
1003
|
"AdministrationRoleARN": {},
|
998
1004
|
"ExecutionRoleName": {},
|
999
1005
|
"StackSetDriftDetectionDetails": {
|
1000
|
-
"shape": "
|
1006
|
+
"shape": "S70"
|
1001
1007
|
},
|
1002
1008
|
"AutoDeployment": {
|
1003
|
-
"shape": "
|
1009
|
+
"shape": "S37"
|
1004
1010
|
},
|
1005
1011
|
"PermissionModel": {},
|
1006
1012
|
"OrganizationalUnitIds": {
|
1007
|
-
"shape": "
|
1013
|
+
"shape": "S2q"
|
1008
1014
|
},
|
1009
1015
|
"ManagedExecution": {
|
1010
|
-
"shape": "
|
1016
|
+
"shape": "S3a"
|
1011
1017
|
},
|
1012
1018
|
"Regions": {
|
1013
|
-
"shape": "
|
1019
|
+
"shape": "S2t"
|
1014
1020
|
}
|
1015
1021
|
}
|
1016
1022
|
}
|
@@ -1042,7 +1048,7 @@
|
|
1042
1048
|
"Action": {},
|
1043
1049
|
"Status": {},
|
1044
1050
|
"OperationPreferences": {
|
1045
|
-
"shape": "
|
1051
|
+
"shape": "S2v"
|
1046
1052
|
},
|
1047
1053
|
"RetainStacks": {
|
1048
1054
|
"type": "boolean"
|
@@ -1056,14 +1062,14 @@
|
|
1056
1062
|
"type": "timestamp"
|
1057
1063
|
},
|
1058
1064
|
"DeploymentTargets": {
|
1059
|
-
"shape": "
|
1065
|
+
"shape": "S2o"
|
1060
1066
|
},
|
1061
1067
|
"StackSetDriftDetectionDetails": {
|
1062
|
-
"shape": "
|
1068
|
+
"shape": "S70"
|
1063
1069
|
},
|
1064
1070
|
"StatusReason": {},
|
1065
1071
|
"StatusDetails": {
|
1066
|
-
"shape": "
|
1072
|
+
"shape": "S7f"
|
1067
1073
|
}
|
1068
1074
|
}
|
1069
1075
|
}
|
@@ -1274,7 +1280,7 @@
|
|
1274
1280
|
"members": {
|
1275
1281
|
"StackName": {},
|
1276
1282
|
"LogicalResourceIds": {
|
1277
|
-
"shape": "
|
1283
|
+
"shape": "S8g"
|
1278
1284
|
}
|
1279
1285
|
}
|
1280
1286
|
},
|
@@ -1309,7 +1315,7 @@
|
|
1309
1315
|
],
|
1310
1316
|
"members": {
|
1311
1317
|
"StackResourceDrift": {
|
1312
|
-
"shape": "
|
1318
|
+
"shape": "S6g"
|
1313
1319
|
}
|
1314
1320
|
}
|
1315
1321
|
}
|
@@ -1323,7 +1329,7 @@
|
|
1323
1329
|
"members": {
|
1324
1330
|
"StackSetName": {},
|
1325
1331
|
"OperationPreferences": {
|
1326
|
-
"shape": "
|
1332
|
+
"shape": "S2v"
|
1327
1333
|
},
|
1328
1334
|
"OperationId": {
|
1329
1335
|
"idempotencyToken": true
|
@@ -1479,7 +1485,7 @@
|
|
1479
1485
|
"Version": {},
|
1480
1486
|
"Metadata": {},
|
1481
1487
|
"DeclaredTransforms": {
|
1482
|
-
"shape": "
|
1488
|
+
"shape": "S9b"
|
1483
1489
|
},
|
1484
1490
|
"ResourceIdentifierSummaries": {
|
1485
1491
|
"type": "list",
|
@@ -1488,7 +1494,7 @@
|
|
1488
1494
|
"members": {
|
1489
1495
|
"ResourceType": {},
|
1490
1496
|
"LogicalResourceIds": {
|
1491
|
-
"shape": "
|
1497
|
+
"shape": "S8g"
|
1492
1498
|
},
|
1493
1499
|
"ResourceIdentifiers": {
|
1494
1500
|
"type": "list",
|
@@ -1522,10 +1528,10 @@
|
|
1522
1528
|
},
|
1523
1529
|
"StackIdsUrl": {},
|
1524
1530
|
"OrganizationalUnitIds": {
|
1525
|
-
"shape": "
|
1531
|
+
"shape": "S2q"
|
1526
1532
|
},
|
1527
1533
|
"OperationPreferences": {
|
1528
|
-
"shape": "
|
1534
|
+
"shape": "S2v"
|
1529
1535
|
},
|
1530
1536
|
"OperationId": {
|
1531
1537
|
"idempotencyToken": true
|
@@ -1576,7 +1582,10 @@
|
|
1576
1582
|
"type": "boolean"
|
1577
1583
|
},
|
1578
1584
|
"ParentChangeSetId": {},
|
1579
|
-
"RootChangeSetId": {}
|
1585
|
+
"RootChangeSetId": {},
|
1586
|
+
"ImportExistingResources": {
|
1587
|
+
"type": "boolean"
|
1588
|
+
}
|
1580
1589
|
}
|
1581
1590
|
}
|
1582
1591
|
},
|
@@ -1649,7 +1658,7 @@
|
|
1649
1658
|
"type": "integer"
|
1650
1659
|
},
|
1651
1660
|
"StackInstanceResourceDriftStatuses": {
|
1652
|
-
"shape": "
|
1661
|
+
"shape": "S6c"
|
1653
1662
|
},
|
1654
1663
|
"StackInstanceAccount": {},
|
1655
1664
|
"StackInstanceRegion": {},
|
@@ -1677,11 +1686,11 @@
|
|
1677
1686
|
"LogicalResourceId": {},
|
1678
1687
|
"PhysicalResourceId": {},
|
1679
1688
|
"PhysicalResourceIdContext": {
|
1680
|
-
"shape": "
|
1689
|
+
"shape": "S6h"
|
1681
1690
|
},
|
1682
1691
|
"ResourceType": {},
|
1683
1692
|
"PropertyDifferences": {
|
1684
|
-
"shape": "
|
1693
|
+
"shape": "S6m"
|
1685
1694
|
},
|
1686
1695
|
"StackResourceDriftStatus": {},
|
1687
1696
|
"Timestamp": {
|
@@ -1737,7 +1746,7 @@
|
|
1737
1746
|
"Status": {},
|
1738
1747
|
"StatusReason": {},
|
1739
1748
|
"StackInstanceStatus": {
|
1740
|
-
"shape": "
|
1749
|
+
"shape": "S62"
|
1741
1750
|
},
|
1742
1751
|
"OrganizationalUnitId": {},
|
1743
1752
|
"DriftStatus": {},
|
@@ -1799,7 +1808,7 @@
|
|
1799
1808
|
}
|
1800
1809
|
},
|
1801
1810
|
"ModuleInfo": {
|
1802
|
-
"shape": "
|
1811
|
+
"shape": "S4r"
|
1803
1812
|
}
|
1804
1813
|
}
|
1805
1814
|
}
|
@@ -1898,10 +1907,10 @@
|
|
1898
1907
|
},
|
1899
1908
|
"StatusReason": {},
|
1900
1909
|
"StatusDetails": {
|
1901
|
-
"shape": "
|
1910
|
+
"shape": "S7f"
|
1902
1911
|
},
|
1903
1912
|
"OperationPreferences": {
|
1904
|
-
"shape": "
|
1913
|
+
"shape": "S2v"
|
1905
1914
|
}
|
1906
1915
|
}
|
1907
1916
|
}
|
@@ -1936,7 +1945,7 @@
|
|
1936
1945
|
"Description": {},
|
1937
1946
|
"Status": {},
|
1938
1947
|
"AutoDeployment": {
|
1939
|
-
"shape": "
|
1948
|
+
"shape": "S37"
|
1940
1949
|
},
|
1941
1950
|
"PermissionModel": {},
|
1942
1951
|
"DriftStatus": {},
|
@@ -1944,7 +1953,7 @@
|
|
1944
1953
|
"type": "timestamp"
|
1945
1954
|
},
|
1946
1955
|
"ManagedExecution": {
|
1947
|
-
"shape": "
|
1956
|
+
"shape": "S3a"
|
1948
1957
|
}
|
1949
1958
|
}
|
1950
1959
|
}
|
@@ -2423,19 +2432,19 @@
|
|
2423
2432
|
"members": {
|
2424
2433
|
"StackSetName": {},
|
2425
2434
|
"Accounts": {
|
2426
|
-
"shape": "
|
2435
|
+
"shape": "S2m"
|
2427
2436
|
},
|
2428
2437
|
"DeploymentTargets": {
|
2429
|
-
"shape": "
|
2438
|
+
"shape": "S2o"
|
2430
2439
|
},
|
2431
2440
|
"Regions": {
|
2432
|
-
"shape": "
|
2441
|
+
"shape": "S2t"
|
2433
2442
|
},
|
2434
2443
|
"ParameterOverrides": {
|
2435
2444
|
"shape": "S1a"
|
2436
2445
|
},
|
2437
2446
|
"OperationPreferences": {
|
2438
|
-
"shape": "
|
2447
|
+
"shape": "S2v"
|
2439
2448
|
},
|
2440
2449
|
"OperationId": {
|
2441
2450
|
"idempotencyToken": true
|
@@ -2475,29 +2484,29 @@
|
|
2475
2484
|
"shape": "S1r"
|
2476
2485
|
},
|
2477
2486
|
"OperationPreferences": {
|
2478
|
-
"shape": "
|
2487
|
+
"shape": "S2v"
|
2479
2488
|
},
|
2480
2489
|
"AdministrationRoleARN": {},
|
2481
2490
|
"ExecutionRoleName": {},
|
2482
2491
|
"DeploymentTargets": {
|
2483
|
-
"shape": "
|
2492
|
+
"shape": "S2o"
|
2484
2493
|
},
|
2485
2494
|
"PermissionModel": {},
|
2486
2495
|
"AutoDeployment": {
|
2487
|
-
"shape": "
|
2496
|
+
"shape": "S37"
|
2488
2497
|
},
|
2489
2498
|
"OperationId": {
|
2490
2499
|
"idempotencyToken": true
|
2491
2500
|
},
|
2492
2501
|
"Accounts": {
|
2493
|
-
"shape": "
|
2502
|
+
"shape": "S2m"
|
2494
2503
|
},
|
2495
2504
|
"Regions": {
|
2496
|
-
"shape": "
|
2505
|
+
"shape": "S2t"
|
2497
2506
|
},
|
2498
2507
|
"CallAs": {},
|
2499
2508
|
"ManagedExecution": {
|
2500
|
-
"shape": "
|
2509
|
+
"shape": "S3a"
|
2501
2510
|
}
|
2502
2511
|
}
|
2503
2512
|
},
|
@@ -2563,7 +2572,7 @@
|
|
2563
2572
|
},
|
2564
2573
|
"CapabilitiesReason": {},
|
2565
2574
|
"DeclaredTransforms": {
|
2566
|
-
"shape": "
|
2575
|
+
"shape": "S9b"
|
2567
2576
|
}
|
2568
2577
|
}
|
2569
2578
|
}
|
@@ -2653,37 +2662,37 @@
|
|
2653
2662
|
}
|
2654
2663
|
}
|
2655
2664
|
},
|
2656
|
-
"
|
2665
|
+
"S2m": {
|
2657
2666
|
"type": "list",
|
2658
2667
|
"member": {}
|
2659
2668
|
},
|
2660
|
-
"
|
2669
|
+
"S2o": {
|
2661
2670
|
"type": "structure",
|
2662
2671
|
"members": {
|
2663
2672
|
"Accounts": {
|
2664
|
-
"shape": "
|
2673
|
+
"shape": "S2m"
|
2665
2674
|
},
|
2666
2675
|
"AccountsUrl": {},
|
2667
2676
|
"OrganizationalUnitIds": {
|
2668
|
-
"shape": "
|
2677
|
+
"shape": "S2q"
|
2669
2678
|
},
|
2670
2679
|
"AccountFilterType": {}
|
2671
2680
|
}
|
2672
2681
|
},
|
2673
|
-
"
|
2682
|
+
"S2q": {
|
2674
2683
|
"type": "list",
|
2675
2684
|
"member": {}
|
2676
2685
|
},
|
2677
|
-
"
|
2686
|
+
"S2t": {
|
2678
2687
|
"type": "list",
|
2679
2688
|
"member": {}
|
2680
2689
|
},
|
2681
|
-
"
|
2690
|
+
"S2v": {
|
2682
2691
|
"type": "structure",
|
2683
2692
|
"members": {
|
2684
2693
|
"RegionConcurrencyType": {},
|
2685
2694
|
"RegionOrder": {
|
2686
|
-
"shape": "
|
2695
|
+
"shape": "S2t"
|
2687
2696
|
},
|
2688
2697
|
"FailureToleranceCount": {
|
2689
2698
|
"type": "integer"
|
@@ -2700,7 +2709,7 @@
|
|
2700
2709
|
"ConcurrencyMode": {}
|
2701
2710
|
}
|
2702
2711
|
},
|
2703
|
-
"
|
2712
|
+
"S37": {
|
2704
2713
|
"type": "structure",
|
2705
2714
|
"members": {
|
2706
2715
|
"Enabled": {
|
@@ -2711,7 +2720,7 @@
|
|
2711
2720
|
}
|
2712
2721
|
}
|
2713
2722
|
},
|
2714
|
-
"
|
2723
|
+
"S3a": {
|
2715
2724
|
"type": "structure",
|
2716
2725
|
"members": {
|
2717
2726
|
"Active": {
|
@@ -2719,20 +2728,20 @@
|
|
2719
2728
|
}
|
2720
2729
|
}
|
2721
2730
|
},
|
2722
|
-
"
|
2731
|
+
"S4r": {
|
2723
2732
|
"type": "structure",
|
2724
2733
|
"members": {
|
2725
2734
|
"TypeHierarchy": {},
|
2726
2735
|
"LogicalIdHierarchy": {}
|
2727
2736
|
}
|
2728
2737
|
},
|
2729
|
-
"
|
2738
|
+
"S62": {
|
2730
2739
|
"type": "structure",
|
2731
2740
|
"members": {
|
2732
2741
|
"DetailedStatus": {}
|
2733
2742
|
}
|
2734
2743
|
},
|
2735
|
-
"
|
2744
|
+
"S69": {
|
2736
2745
|
"type": "structure",
|
2737
2746
|
"required": [
|
2738
2747
|
"StackResourceDriftStatus"
|
@@ -2744,11 +2753,11 @@
|
|
2744
2753
|
}
|
2745
2754
|
}
|
2746
2755
|
},
|
2747
|
-
"
|
2756
|
+
"S6c": {
|
2748
2757
|
"type": "list",
|
2749
2758
|
"member": {}
|
2750
2759
|
},
|
2751
|
-
"
|
2760
|
+
"S6g": {
|
2752
2761
|
"type": "structure",
|
2753
2762
|
"required": [
|
2754
2763
|
"StackId",
|
@@ -2762,24 +2771,24 @@
|
|
2762
2771
|
"LogicalResourceId": {},
|
2763
2772
|
"PhysicalResourceId": {},
|
2764
2773
|
"PhysicalResourceIdContext": {
|
2765
|
-
"shape": "
|
2774
|
+
"shape": "S6h"
|
2766
2775
|
},
|
2767
2776
|
"ResourceType": {},
|
2768
2777
|
"ExpectedProperties": {},
|
2769
2778
|
"ActualProperties": {},
|
2770
2779
|
"PropertyDifferences": {
|
2771
|
-
"shape": "
|
2780
|
+
"shape": "S6m"
|
2772
2781
|
},
|
2773
2782
|
"StackResourceDriftStatus": {},
|
2774
2783
|
"Timestamp": {
|
2775
2784
|
"type": "timestamp"
|
2776
2785
|
},
|
2777
2786
|
"ModuleInfo": {
|
2778
|
-
"shape": "
|
2787
|
+
"shape": "S4r"
|
2779
2788
|
}
|
2780
2789
|
}
|
2781
2790
|
},
|
2782
|
-
"
|
2791
|
+
"S6h": {
|
2783
2792
|
"type": "list",
|
2784
2793
|
"member": {
|
2785
2794
|
"type": "structure",
|
@@ -2793,7 +2802,7 @@
|
|
2793
2802
|
}
|
2794
2803
|
}
|
2795
2804
|
},
|
2796
|
-
"
|
2805
|
+
"S6m": {
|
2797
2806
|
"type": "list",
|
2798
2807
|
"member": {
|
2799
2808
|
"type": "structure",
|
@@ -2811,7 +2820,7 @@
|
|
2811
2820
|
}
|
2812
2821
|
}
|
2813
2822
|
},
|
2814
|
-
"
|
2823
|
+
"S70": {
|
2815
2824
|
"type": "structure",
|
2816
2825
|
"members": {
|
2817
2826
|
"DriftStatus": {},
|
@@ -2836,7 +2845,7 @@
|
|
2836
2845
|
}
|
2837
2846
|
}
|
2838
2847
|
},
|
2839
|
-
"
|
2848
|
+
"S7f": {
|
2840
2849
|
"type": "structure",
|
2841
2850
|
"members": {
|
2842
2851
|
"FailedStackInstancesCount": {
|
@@ -2844,11 +2853,11 @@
|
|
2844
2853
|
}
|
2845
2854
|
}
|
2846
2855
|
},
|
2847
|
-
"
|
2856
|
+
"S8g": {
|
2848
2857
|
"type": "list",
|
2849
2858
|
"member": {}
|
2850
2859
|
},
|
2851
|
-
"
|
2860
|
+
"S9b": {
|
2852
2861
|
"type": "list",
|
2853
2862
|
"member": {}
|
2854
2863
|
}
|
@@ -1054,6 +1054,22 @@
|
|
1054
1054
|
},
|
1055
1055
|
"clientRequestToken": {
|
1056
1056
|
"idempotencyToken": true
|
1057
|
+
},
|
1058
|
+
"sourceRevisions": {
|
1059
|
+
"type": "list",
|
1060
|
+
"member": {
|
1061
|
+
"type": "structure",
|
1062
|
+
"required": [
|
1063
|
+
"actionName",
|
1064
|
+
"revisionType",
|
1065
|
+
"revisionValue"
|
1066
|
+
],
|
1067
|
+
"members": {
|
1068
|
+
"actionName": {},
|
1069
|
+
"revisionType": {},
|
1070
|
+
"revisionValue": {}
|
1071
|
+
}
|
1072
|
+
}
|
1057
1073
|
}
|
1058
1074
|
}
|
1059
1075
|
},
|