cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -197,9 +197,7 @@
197
197
  "ResourceType": {},
198
198
  "LogicalResourceId": {},
199
199
  "ResourceIdentifier": {
200
- "type": "map",
201
- "key": {},
202
- "value": {}
200
+ "shape": "S22"
203
201
  }
204
202
  }
205
203
  }
@@ -222,6 +220,31 @@
222
220
  }
223
221
  }
224
222
  },
223
+ "CreateGeneratedTemplate": {
224
+ "input": {
225
+ "type": "structure",
226
+ "required": [
227
+ "GeneratedTemplateName"
228
+ ],
229
+ "members": {
230
+ "Resources": {
231
+ "shape": "S2c"
232
+ },
233
+ "GeneratedTemplateName": {},
234
+ "StackName": {},
235
+ "TemplateConfiguration": {
236
+ "shape": "S2f"
237
+ }
238
+ }
239
+ },
240
+ "output": {
241
+ "resultWrapper": "CreateGeneratedTemplateResult",
242
+ "type": "structure",
243
+ "members": {
244
+ "GeneratedTemplateId": {}
245
+ }
246
+ }
247
+ },
225
248
  "CreateStack": {
226
249
  "input": {
227
250
  "type": "structure",
@@ -287,19 +310,19 @@
287
310
  "members": {
288
311
  "StackSetName": {},
289
312
  "Accounts": {
290
- "shape": "S2m"
313
+ "shape": "S2v"
291
314
  },
292
315
  "DeploymentTargets": {
293
- "shape": "S2o"
316
+ "shape": "S2x"
294
317
  },
295
318
  "Regions": {
296
- "shape": "S2t"
319
+ "shape": "S32"
297
320
  },
298
321
  "ParameterOverrides": {
299
322
  "shape": "S1a"
300
323
  },
301
324
  "OperationPreferences": {
302
- "shape": "S2v"
325
+ "shape": "S34"
303
326
  },
304
327
  "OperationId": {
305
328
  "idempotencyToken": true
@@ -340,14 +363,14 @@
340
363
  "ExecutionRoleName": {},
341
364
  "PermissionModel": {},
342
365
  "AutoDeployment": {
343
- "shape": "S37"
366
+ "shape": "S3g"
344
367
  },
345
368
  "CallAs": {},
346
369
  "ClientRequestToken": {
347
370
  "idempotencyToken": true
348
371
  },
349
372
  "ManagedExecution": {
350
- "shape": "S3a"
373
+ "shape": "S3j"
351
374
  }
352
375
  }
353
376
  },
@@ -403,6 +426,17 @@
403
426
  "members": {}
404
427
  }
405
428
  },
429
+ "DeleteGeneratedTemplate": {
430
+ "input": {
431
+ "type": "structure",
432
+ "required": [
433
+ "GeneratedTemplateName"
434
+ ],
435
+ "members": {
436
+ "GeneratedTemplateName": {}
437
+ }
438
+ }
439
+ },
406
440
  "DeleteStack": {
407
441
  "input": {
408
442
  "type": "structure",
@@ -431,16 +465,16 @@
431
465
  "members": {
432
466
  "StackSetName": {},
433
467
  "Accounts": {
434
- "shape": "S2m"
468
+ "shape": "S2v"
435
469
  },
436
470
  "DeploymentTargets": {
437
- "shape": "S2o"
471
+ "shape": "S2x"
438
472
  },
439
473
  "Regions": {
440
- "shape": "S2t"
474
+ "shape": "S32"
441
475
  },
442
476
  "OperationPreferences": {
443
- "shape": "S2v"
477
+ "shape": "S34"
444
478
  },
445
479
  "RetainStacks": {
446
480
  "type": "boolean"
@@ -604,7 +638,7 @@
604
638
  },
605
639
  "ChangeSetId": {},
606
640
  "ModuleInfo": {
607
- "shape": "S4r"
641
+ "shape": "S51"
608
642
  }
609
643
  }
610
644
  }
@@ -677,6 +711,94 @@
677
711
  }
678
712
  }
679
713
  },
714
+ "DescribeGeneratedTemplate": {
715
+ "input": {
716
+ "type": "structure",
717
+ "required": [
718
+ "GeneratedTemplateName"
719
+ ],
720
+ "members": {
721
+ "GeneratedTemplateName": {}
722
+ }
723
+ },
724
+ "output": {
725
+ "resultWrapper": "DescribeGeneratedTemplateResult",
726
+ "type": "structure",
727
+ "members": {
728
+ "GeneratedTemplateId": {},
729
+ "GeneratedTemplateName": {},
730
+ "Resources": {
731
+ "type": "list",
732
+ "member": {
733
+ "type": "structure",
734
+ "members": {
735
+ "ResourceType": {},
736
+ "LogicalResourceId": {},
737
+ "ResourceIdentifier": {
738
+ "shape": "S22"
739
+ },
740
+ "ResourceStatus": {},
741
+ "ResourceStatusReason": {},
742
+ "Warnings": {
743
+ "type": "list",
744
+ "member": {
745
+ "type": "structure",
746
+ "members": {
747
+ "Type": {},
748
+ "Properties": {
749
+ "type": "list",
750
+ "member": {
751
+ "type": "structure",
752
+ "members": {
753
+ "PropertyPath": {},
754
+ "Required": {
755
+ "type": "boolean"
756
+ },
757
+ "Description": {}
758
+ }
759
+ }
760
+ }
761
+ }
762
+ }
763
+ }
764
+ }
765
+ }
766
+ },
767
+ "Status": {},
768
+ "StatusReason": {},
769
+ "CreationTime": {
770
+ "type": "timestamp"
771
+ },
772
+ "LastUpdatedTime": {
773
+ "type": "timestamp"
774
+ },
775
+ "Progress": {
776
+ "type": "structure",
777
+ "members": {
778
+ "ResourcesSucceeded": {
779
+ "type": "integer"
780
+ },
781
+ "ResourcesFailed": {
782
+ "type": "integer"
783
+ },
784
+ "ResourcesProcessing": {
785
+ "type": "integer"
786
+ },
787
+ "ResourcesPending": {
788
+ "type": "integer"
789
+ }
790
+ }
791
+ },
792
+ "StackId": {},
793
+ "TemplateConfiguration": {
794
+ "shape": "S2f"
795
+ },
796
+ "TotalWarnings": {
797
+ "type": "integer"
798
+ }
799
+ }
800
+ }
801
+ },
680
802
  "DescribeOrganizationsAccess": {
681
803
  "input": {
682
804
  "type": "structure",
@@ -711,6 +833,44 @@
711
833
  },
712
834
  "idempotent": true
713
835
  },
836
+ "DescribeResourceScan": {
837
+ "input": {
838
+ "type": "structure",
839
+ "required": [
840
+ "ResourceScanId"
841
+ ],
842
+ "members": {
843
+ "ResourceScanId": {}
844
+ }
845
+ },
846
+ "output": {
847
+ "resultWrapper": "DescribeResourceScanResult",
848
+ "type": "structure",
849
+ "members": {
850
+ "ResourceScanId": {},
851
+ "Status": {},
852
+ "StatusReason": {},
853
+ "StartTime": {
854
+ "type": "timestamp"
855
+ },
856
+ "EndTime": {
857
+ "type": "timestamp"
858
+ },
859
+ "PercentageCompleted": {
860
+ "type": "double"
861
+ },
862
+ "ResourceTypes": {
863
+ "shape": "S1h"
864
+ },
865
+ "ResourcesScanned": {
866
+ "type": "integer"
867
+ },
868
+ "ResourcesRead": {
869
+ "type": "integer"
870
+ }
871
+ }
872
+ }
873
+ },
714
874
  "DescribeStackDriftDetectionStatus": {
715
875
  "input": {
716
876
  "type": "structure",
@@ -824,7 +984,7 @@
824
984
  },
825
985
  "Status": {},
826
986
  "StackInstanceStatus": {
827
- "shape": "S62"
987
+ "shape": "S76"
828
988
  },
829
989
  "StatusReason": {},
830
990
  "OrganizationalUnitId": {},
@@ -876,10 +1036,10 @@
876
1036
  "Description": {},
877
1037
  "Metadata": {},
878
1038
  "DriftInformation": {
879
- "shape": "S69"
1039
+ "shape": "S7d"
880
1040
  },
881
1041
  "ModuleInfo": {
882
- "shape": "S4r"
1042
+ "shape": "S51"
883
1043
  }
884
1044
  }
885
1045
  }
@@ -895,7 +1055,7 @@
895
1055
  "members": {
896
1056
  "StackName": {},
897
1057
  "StackResourceDriftStatusFilters": {
898
- "shape": "S6c"
1058
+ "shape": "S7g"
899
1059
  },
900
1060
  "NextToken": {},
901
1061
  "MaxResults": {
@@ -913,7 +1073,7 @@
913
1073
  "StackResourceDrifts": {
914
1074
  "type": "list",
915
1075
  "member": {
916
- "shape": "S6g"
1076
+ "shape": "S7k"
917
1077
  }
918
1078
  },
919
1079
  "NextToken": {}
@@ -956,10 +1116,10 @@
956
1116
  "ResourceStatusReason": {},
957
1117
  "Description": {},
958
1118
  "DriftInformation": {
959
- "shape": "S69"
1119
+ "shape": "S7d"
960
1120
  },
961
1121
  "ModuleInfo": {
962
- "shape": "S4r"
1122
+ "shape": "S51"
963
1123
  }
964
1124
  }
965
1125
  }
@@ -1003,20 +1163,20 @@
1003
1163
  "AdministrationRoleARN": {},
1004
1164
  "ExecutionRoleName": {},
1005
1165
  "StackSetDriftDetectionDetails": {
1006
- "shape": "S70"
1166
+ "shape": "S83"
1007
1167
  },
1008
1168
  "AutoDeployment": {
1009
- "shape": "S37"
1169
+ "shape": "S3g"
1010
1170
  },
1011
1171
  "PermissionModel": {},
1012
1172
  "OrganizationalUnitIds": {
1013
- "shape": "S2q"
1173
+ "shape": "S2z"
1014
1174
  },
1015
1175
  "ManagedExecution": {
1016
- "shape": "S3a"
1176
+ "shape": "S3j"
1017
1177
  },
1018
1178
  "Regions": {
1019
- "shape": "S2t"
1179
+ "shape": "S32"
1020
1180
  }
1021
1181
  }
1022
1182
  }
@@ -1048,7 +1208,7 @@
1048
1208
  "Action": {},
1049
1209
  "Status": {},
1050
1210
  "OperationPreferences": {
1051
- "shape": "S2v"
1211
+ "shape": "S34"
1052
1212
  },
1053
1213
  "RetainStacks": {
1054
1214
  "type": "boolean"
@@ -1062,14 +1222,14 @@
1062
1222
  "type": "timestamp"
1063
1223
  },
1064
1224
  "DeploymentTargets": {
1065
- "shape": "S2o"
1225
+ "shape": "S2x"
1066
1226
  },
1067
1227
  "StackSetDriftDetectionDetails": {
1068
- "shape": "S70"
1228
+ "shape": "S83"
1069
1229
  },
1070
1230
  "StatusReason": {},
1071
1231
  "StatusDetails": {
1072
- "shape": "S7f"
1232
+ "shape": "S8i"
1073
1233
  }
1074
1234
  }
1075
1235
  }
@@ -1280,7 +1440,7 @@
1280
1440
  "members": {
1281
1441
  "StackName": {},
1282
1442
  "LogicalResourceIds": {
1283
- "shape": "S8g"
1443
+ "shape": "S9i"
1284
1444
  }
1285
1445
  }
1286
1446
  },
@@ -1315,7 +1475,7 @@
1315
1475
  ],
1316
1476
  "members": {
1317
1477
  "StackResourceDrift": {
1318
- "shape": "S6g"
1478
+ "shape": "S7k"
1319
1479
  }
1320
1480
  }
1321
1481
  }
@@ -1329,7 +1489,7 @@
1329
1489
  "members": {
1330
1490
  "StackSetName": {},
1331
1491
  "OperationPreferences": {
1332
- "shape": "S2v"
1492
+ "shape": "S34"
1333
1493
  },
1334
1494
  "OperationId": {
1335
1495
  "idempotencyToken": true
@@ -1388,6 +1548,26 @@
1388
1548
  "members": {}
1389
1549
  }
1390
1550
  },
1551
+ "GetGeneratedTemplate": {
1552
+ "input": {
1553
+ "type": "structure",
1554
+ "required": [
1555
+ "GeneratedTemplateName"
1556
+ ],
1557
+ "members": {
1558
+ "Format": {},
1559
+ "GeneratedTemplateName": {}
1560
+ }
1561
+ },
1562
+ "output": {
1563
+ "resultWrapper": "GetGeneratedTemplateResult",
1564
+ "type": "structure",
1565
+ "members": {
1566
+ "Status": {},
1567
+ "TemplateBody": {}
1568
+ }
1569
+ }
1570
+ },
1391
1571
  "GetStackPolicy": {
1392
1572
  "input": {
1393
1573
  "type": "structure",
@@ -1485,7 +1665,7 @@
1485
1665
  "Version": {},
1486
1666
  "Metadata": {},
1487
1667
  "DeclaredTransforms": {
1488
- "shape": "S9b"
1668
+ "shape": "Sag"
1489
1669
  },
1490
1670
  "ResourceIdentifierSummaries": {
1491
1671
  "type": "list",
@@ -1494,7 +1674,7 @@
1494
1674
  "members": {
1495
1675
  "ResourceType": {},
1496
1676
  "LogicalResourceIds": {
1497
- "shape": "S8g"
1677
+ "shape": "S9i"
1498
1678
  },
1499
1679
  "ResourceIdentifiers": {
1500
1680
  "type": "list",
@@ -1528,10 +1708,10 @@
1528
1708
  },
1529
1709
  "StackIdsUrl": {},
1530
1710
  "OrganizationalUnitIds": {
1531
- "shape": "S2q"
1711
+ "shape": "S2z"
1532
1712
  },
1533
1713
  "OperationPreferences": {
1534
- "shape": "S2v"
1714
+ "shape": "S34"
1535
1715
  },
1536
1716
  "OperationId": {
1537
1717
  "idempotencyToken": true
@@ -1619,6 +1799,45 @@
1619
1799
  }
1620
1800
  }
1621
1801
  },
1802
+ "ListGeneratedTemplates": {
1803
+ "input": {
1804
+ "type": "structure",
1805
+ "members": {
1806
+ "NextToken": {},
1807
+ "MaxResults": {
1808
+ "type": "integer"
1809
+ }
1810
+ }
1811
+ },
1812
+ "output": {
1813
+ "resultWrapper": "ListGeneratedTemplatesResult",
1814
+ "type": "structure",
1815
+ "members": {
1816
+ "Summaries": {
1817
+ "type": "list",
1818
+ "member": {
1819
+ "type": "structure",
1820
+ "members": {
1821
+ "GeneratedTemplateId": {},
1822
+ "GeneratedTemplateName": {},
1823
+ "Status": {},
1824
+ "StatusReason": {},
1825
+ "CreationTime": {
1826
+ "type": "timestamp"
1827
+ },
1828
+ "LastUpdatedTime": {
1829
+ "type": "timestamp"
1830
+ },
1831
+ "NumberOfResources": {
1832
+ "type": "integer"
1833
+ }
1834
+ }
1835
+ }
1836
+ },
1837
+ "NextToken": {}
1838
+ }
1839
+ }
1840
+ },
1622
1841
  "ListImports": {
1623
1842
  "input": {
1624
1843
  "type": "structure",
@@ -1642,6 +1861,121 @@
1642
1861
  }
1643
1862
  }
1644
1863
  },
1864
+ "ListResourceScanRelatedResources": {
1865
+ "input": {
1866
+ "type": "structure",
1867
+ "required": [
1868
+ "ResourceScanId",
1869
+ "Resources"
1870
+ ],
1871
+ "members": {
1872
+ "ResourceScanId": {},
1873
+ "Resources": {
1874
+ "type": "list",
1875
+ "member": {
1876
+ "type": "structure",
1877
+ "required": [
1878
+ "ResourceType",
1879
+ "ResourceIdentifier"
1880
+ ],
1881
+ "members": {
1882
+ "ResourceType": {},
1883
+ "ResourceIdentifier": {
1884
+ "shape": "Sbb"
1885
+ }
1886
+ }
1887
+ }
1888
+ },
1889
+ "NextToken": {},
1890
+ "MaxResults": {
1891
+ "type": "integer"
1892
+ }
1893
+ }
1894
+ },
1895
+ "output": {
1896
+ "resultWrapper": "ListResourceScanRelatedResourcesResult",
1897
+ "type": "structure",
1898
+ "members": {
1899
+ "RelatedResources": {
1900
+ "type": "list",
1901
+ "member": {
1902
+ "shape": "Sbg"
1903
+ }
1904
+ },
1905
+ "NextToken": {}
1906
+ }
1907
+ }
1908
+ },
1909
+ "ListResourceScanResources": {
1910
+ "input": {
1911
+ "type": "structure",
1912
+ "required": [
1913
+ "ResourceScanId"
1914
+ ],
1915
+ "members": {
1916
+ "ResourceScanId": {},
1917
+ "ResourceIdentifier": {},
1918
+ "ResourceTypePrefix": {},
1919
+ "TagKey": {},
1920
+ "TagValue": {},
1921
+ "NextToken": {},
1922
+ "MaxResults": {
1923
+ "type": "integer"
1924
+ }
1925
+ }
1926
+ },
1927
+ "output": {
1928
+ "resultWrapper": "ListResourceScanResourcesResult",
1929
+ "type": "structure",
1930
+ "members": {
1931
+ "Resources": {
1932
+ "type": "list",
1933
+ "member": {
1934
+ "shape": "Sbg"
1935
+ }
1936
+ },
1937
+ "NextToken": {}
1938
+ }
1939
+ }
1940
+ },
1941
+ "ListResourceScans": {
1942
+ "input": {
1943
+ "type": "structure",
1944
+ "members": {
1945
+ "NextToken": {},
1946
+ "MaxResults": {
1947
+ "type": "integer"
1948
+ }
1949
+ }
1950
+ },
1951
+ "output": {
1952
+ "resultWrapper": "ListResourceScansResult",
1953
+ "type": "structure",
1954
+ "members": {
1955
+ "ResourceScanSummaries": {
1956
+ "type": "list",
1957
+ "member": {
1958
+ "type": "structure",
1959
+ "members": {
1960
+ "ResourceScanId": {},
1961
+ "Status": {},
1962
+ "StatusReason": {},
1963
+ "StartTime": {
1964
+ "type": "timestamp"
1965
+ },
1966
+ "EndTime": {
1967
+ "type": "timestamp"
1968
+ },
1969
+ "PercentageCompleted": {
1970
+ "type": "double"
1971
+ }
1972
+ }
1973
+ }
1974
+ },
1975
+ "NextToken": {}
1976
+ }
1977
+ }
1978
+ },
1645
1979
  "ListStackInstanceResourceDrifts": {
1646
1980
  "input": {
1647
1981
  "type": "structure",
@@ -1658,7 +1992,7 @@
1658
1992
  "type": "integer"
1659
1993
  },
1660
1994
  "StackInstanceResourceDriftStatuses": {
1661
- "shape": "S6c"
1995
+ "shape": "S7g"
1662
1996
  },
1663
1997
  "StackInstanceAccount": {},
1664
1998
  "StackInstanceRegion": {},
@@ -1686,11 +2020,11 @@
1686
2020
  "LogicalResourceId": {},
1687
2021
  "PhysicalResourceId": {},
1688
2022
  "PhysicalResourceIdContext": {
1689
- "shape": "S6h"
2023
+ "shape": "S7l"
1690
2024
  },
1691
2025
  "ResourceType": {},
1692
2026
  "PropertyDifferences": {
1693
- "shape": "S6m"
2027
+ "shape": "S7q"
1694
2028
  },
1695
2029
  "StackResourceDriftStatus": {},
1696
2030
  "Timestamp": {
@@ -1746,7 +2080,7 @@
1746
2080
  "Status": {},
1747
2081
  "StatusReason": {},
1748
2082
  "StackInstanceStatus": {
1749
- "shape": "S62"
2083
+ "shape": "S76"
1750
2084
  },
1751
2085
  "OrganizationalUnitId": {},
1752
2086
  "DriftStatus": {},
@@ -1808,7 +2142,7 @@
1808
2142
  }
1809
2143
  },
1810
2144
  "ModuleInfo": {
1811
- "shape": "S4r"
2145
+ "shape": "S51"
1812
2146
  }
1813
2147
  }
1814
2148
  }
@@ -1907,10 +2241,10 @@
1907
2241
  },
1908
2242
  "StatusReason": {},
1909
2243
  "StatusDetails": {
1910
- "shape": "S7f"
2244
+ "shape": "S8i"
1911
2245
  },
1912
2246
  "OperationPreferences": {
1913
- "shape": "S2v"
2247
+ "shape": "S34"
1914
2248
  }
1915
2249
  }
1916
2250
  }
@@ -1945,7 +2279,7 @@
1945
2279
  "Description": {},
1946
2280
  "Status": {},
1947
2281
  "AutoDeployment": {
1948
- "shape": "S37"
2282
+ "shape": "S3g"
1949
2283
  },
1950
2284
  "PermissionModel": {},
1951
2285
  "DriftStatus": {},
@@ -1953,7 +2287,7 @@
1953
2287
  "type": "timestamp"
1954
2288
  },
1955
2289
  "ManagedExecution": {
1956
- "shape": "S3a"
2290
+ "shape": "S3j"
1957
2291
  }
1958
2292
  }
1959
2293
  }
@@ -2330,6 +2664,21 @@
2330
2664
  }
2331
2665
  }
2332
2666
  },
2667
+ "StartResourceScan": {
2668
+ "input": {
2669
+ "type": "structure",
2670
+ "members": {
2671
+ "ClientRequestToken": {}
2672
+ }
2673
+ },
2674
+ "output": {
2675
+ "resultWrapper": "StartResourceScanResult",
2676
+ "type": "structure",
2677
+ "members": {
2678
+ "ResourceScanId": {}
2679
+ }
2680
+ }
2681
+ },
2333
2682
  "StopStackSetOperation": {
2334
2683
  "input": {
2335
2684
  "type": "structure",
@@ -2369,6 +2718,38 @@
2369
2718
  },
2370
2719
  "idempotent": true
2371
2720
  },
2721
+ "UpdateGeneratedTemplate": {
2722
+ "input": {
2723
+ "type": "structure",
2724
+ "required": [
2725
+ "GeneratedTemplateName"
2726
+ ],
2727
+ "members": {
2728
+ "GeneratedTemplateName": {},
2729
+ "NewGeneratedTemplateName": {},
2730
+ "AddResources": {
2731
+ "shape": "S2c"
2732
+ },
2733
+ "RemoveResources": {
2734
+ "type": "list",
2735
+ "member": {}
2736
+ },
2737
+ "RefreshAllResources": {
2738
+ "type": "boolean"
2739
+ },
2740
+ "TemplateConfiguration": {
2741
+ "shape": "S2f"
2742
+ }
2743
+ }
2744
+ },
2745
+ "output": {
2746
+ "resultWrapper": "UpdateGeneratedTemplateResult",
2747
+ "type": "structure",
2748
+ "members": {
2749
+ "GeneratedTemplateId": {}
2750
+ }
2751
+ }
2752
+ },
2372
2753
  "UpdateStack": {
2373
2754
  "input": {
2374
2755
  "type": "structure",
@@ -2432,19 +2813,19 @@
2432
2813
  "members": {
2433
2814
  "StackSetName": {},
2434
2815
  "Accounts": {
2435
- "shape": "S2m"
2816
+ "shape": "S2v"
2436
2817
  },
2437
2818
  "DeploymentTargets": {
2438
- "shape": "S2o"
2819
+ "shape": "S2x"
2439
2820
  },
2440
2821
  "Regions": {
2441
- "shape": "S2t"
2822
+ "shape": "S32"
2442
2823
  },
2443
2824
  "ParameterOverrides": {
2444
2825
  "shape": "S1a"
2445
2826
  },
2446
2827
  "OperationPreferences": {
2447
- "shape": "S2v"
2828
+ "shape": "S34"
2448
2829
  },
2449
2830
  "OperationId": {
2450
2831
  "idempotencyToken": true
@@ -2484,29 +2865,29 @@
2484
2865
  "shape": "S1r"
2485
2866
  },
2486
2867
  "OperationPreferences": {
2487
- "shape": "S2v"
2868
+ "shape": "S34"
2488
2869
  },
2489
2870
  "AdministrationRoleARN": {},
2490
2871
  "ExecutionRoleName": {},
2491
2872
  "DeploymentTargets": {
2492
- "shape": "S2o"
2873
+ "shape": "S2x"
2493
2874
  },
2494
2875
  "PermissionModel": {},
2495
2876
  "AutoDeployment": {
2496
- "shape": "S37"
2877
+ "shape": "S3g"
2497
2878
  },
2498
2879
  "OperationId": {
2499
2880
  "idempotencyToken": true
2500
2881
  },
2501
2882
  "Accounts": {
2502
- "shape": "S2m"
2883
+ "shape": "S2v"
2503
2884
  },
2504
2885
  "Regions": {
2505
- "shape": "S2t"
2886
+ "shape": "S32"
2506
2887
  },
2507
2888
  "CallAs": {},
2508
2889
  "ManagedExecution": {
2509
- "shape": "S3a"
2890
+ "shape": "S3j"
2510
2891
  }
2511
2892
  }
2512
2893
  },
@@ -2572,7 +2953,7 @@
2572
2953
  },
2573
2954
  "CapabilitiesReason": {},
2574
2955
  "DeclaredTransforms": {
2575
- "shape": "S9b"
2956
+ "shape": "Sag"
2576
2957
  }
2577
2958
  }
2578
2959
  }
@@ -2662,37 +3043,66 @@
2662
3043
  }
2663
3044
  }
2664
3045
  },
2665
- "S2m": {
3046
+ "S22": {
3047
+ "type": "map",
3048
+ "key": {},
3049
+ "value": {}
3050
+ },
3051
+ "S2c": {
3052
+ "type": "list",
3053
+ "member": {
3054
+ "type": "structure",
3055
+ "required": [
3056
+ "ResourceType",
3057
+ "ResourceIdentifier"
3058
+ ],
3059
+ "members": {
3060
+ "ResourceType": {},
3061
+ "LogicalResourceId": {},
3062
+ "ResourceIdentifier": {
3063
+ "shape": "S22"
3064
+ }
3065
+ }
3066
+ }
3067
+ },
3068
+ "S2f": {
3069
+ "type": "structure",
3070
+ "members": {
3071
+ "DeletionPolicy": {},
3072
+ "UpdateReplacePolicy": {}
3073
+ }
3074
+ },
3075
+ "S2v": {
2666
3076
  "type": "list",
2667
3077
  "member": {}
2668
3078
  },
2669
- "S2o": {
3079
+ "S2x": {
2670
3080
  "type": "structure",
2671
3081
  "members": {
2672
3082
  "Accounts": {
2673
- "shape": "S2m"
3083
+ "shape": "S2v"
2674
3084
  },
2675
3085
  "AccountsUrl": {},
2676
3086
  "OrganizationalUnitIds": {
2677
- "shape": "S2q"
3087
+ "shape": "S2z"
2678
3088
  },
2679
3089
  "AccountFilterType": {}
2680
3090
  }
2681
3091
  },
2682
- "S2q": {
3092
+ "S2z": {
2683
3093
  "type": "list",
2684
3094
  "member": {}
2685
3095
  },
2686
- "S2t": {
3096
+ "S32": {
2687
3097
  "type": "list",
2688
3098
  "member": {}
2689
3099
  },
2690
- "S2v": {
3100
+ "S34": {
2691
3101
  "type": "structure",
2692
3102
  "members": {
2693
3103
  "RegionConcurrencyType": {},
2694
3104
  "RegionOrder": {
2695
- "shape": "S2t"
3105
+ "shape": "S32"
2696
3106
  },
2697
3107
  "FailureToleranceCount": {
2698
3108
  "type": "integer"
@@ -2709,7 +3119,7 @@
2709
3119
  "ConcurrencyMode": {}
2710
3120
  }
2711
3121
  },
2712
- "S37": {
3122
+ "S3g": {
2713
3123
  "type": "structure",
2714
3124
  "members": {
2715
3125
  "Enabled": {
@@ -2720,7 +3130,7 @@
2720
3130
  }
2721
3131
  }
2722
3132
  },
2723
- "S3a": {
3133
+ "S3j": {
2724
3134
  "type": "structure",
2725
3135
  "members": {
2726
3136
  "Active": {
@@ -2728,20 +3138,20 @@
2728
3138
  }
2729
3139
  }
2730
3140
  },
2731
- "S4r": {
3141
+ "S51": {
2732
3142
  "type": "structure",
2733
3143
  "members": {
2734
3144
  "TypeHierarchy": {},
2735
3145
  "LogicalIdHierarchy": {}
2736
3146
  }
2737
3147
  },
2738
- "S62": {
3148
+ "S76": {
2739
3149
  "type": "structure",
2740
3150
  "members": {
2741
3151
  "DetailedStatus": {}
2742
3152
  }
2743
3153
  },
2744
- "S69": {
3154
+ "S7d": {
2745
3155
  "type": "structure",
2746
3156
  "required": [
2747
3157
  "StackResourceDriftStatus"
@@ -2753,11 +3163,11 @@
2753
3163
  }
2754
3164
  }
2755
3165
  },
2756
- "S6c": {
3166
+ "S7g": {
2757
3167
  "type": "list",
2758
3168
  "member": {}
2759
3169
  },
2760
- "S6g": {
3170
+ "S7k": {
2761
3171
  "type": "structure",
2762
3172
  "required": [
2763
3173
  "StackId",
@@ -2771,24 +3181,24 @@
2771
3181
  "LogicalResourceId": {},
2772
3182
  "PhysicalResourceId": {},
2773
3183
  "PhysicalResourceIdContext": {
2774
- "shape": "S6h"
3184
+ "shape": "S7l"
2775
3185
  },
2776
3186
  "ResourceType": {},
2777
3187
  "ExpectedProperties": {},
2778
3188
  "ActualProperties": {},
2779
3189
  "PropertyDifferences": {
2780
- "shape": "S6m"
3190
+ "shape": "S7q"
2781
3191
  },
2782
3192
  "StackResourceDriftStatus": {},
2783
3193
  "Timestamp": {
2784
3194
  "type": "timestamp"
2785
3195
  },
2786
3196
  "ModuleInfo": {
2787
- "shape": "S4r"
3197
+ "shape": "S51"
2788
3198
  }
2789
3199
  }
2790
3200
  },
2791
- "S6h": {
3201
+ "S7l": {
2792
3202
  "type": "list",
2793
3203
  "member": {
2794
3204
  "type": "structure",
@@ -2802,7 +3212,7 @@
2802
3212
  }
2803
3213
  }
2804
3214
  },
2805
- "S6m": {
3215
+ "S7q": {
2806
3216
  "type": "list",
2807
3217
  "member": {
2808
3218
  "type": "structure",
@@ -2820,7 +3230,7 @@
2820
3230
  }
2821
3231
  }
2822
3232
  },
2823
- "S70": {
3233
+ "S83": {
2824
3234
  "type": "structure",
2825
3235
  "members": {
2826
3236
  "DriftStatus": {},
@@ -2845,7 +3255,7 @@
2845
3255
  }
2846
3256
  }
2847
3257
  },
2848
- "S7f": {
3258
+ "S8i": {
2849
3259
  "type": "structure",
2850
3260
  "members": {
2851
3261
  "FailedStackInstancesCount": {
@@ -2853,13 +3263,30 @@
2853
3263
  }
2854
3264
  }
2855
3265
  },
2856
- "S8g": {
3266
+ "S9i": {
2857
3267
  "type": "list",
2858
3268
  "member": {}
2859
3269
  },
2860
- "S9b": {
3270
+ "Sag": {
2861
3271
  "type": "list",
2862
3272
  "member": {}
3273
+ },
3274
+ "Sbb": {
3275
+ "type": "map",
3276
+ "key": {},
3277
+ "value": {}
3278
+ },
3279
+ "Sbg": {
3280
+ "type": "structure",
3281
+ "members": {
3282
+ "ResourceType": {},
3283
+ "ResourceIdentifier": {
3284
+ "shape": "Sbb"
3285
+ },
3286
+ "ManagedByStack": {
3287
+ "type": "boolean"
3288
+ }
3289
+ }
2863
3290
  }
2864
3291
  }
2865
3292
  }