@cdk8s/awscdk-resolver 0.0.409 → 0.0.410
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/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +285 -82
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +95 -56
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +161 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3943 -3901
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +499 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +186 -144
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +92 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +5 -5
|
@@ -194,6 +194,9 @@ let TypeNotFoundException$1 = class TypeNotFoundException extends CloudFormation
|
|
|
194
194
|
this.Message = opts.Message;
|
|
195
195
|
}
|
|
196
196
|
};
|
|
197
|
+
const AfterValueFrom = {
|
|
198
|
+
TEMPLATE: "TEMPLATE",
|
|
199
|
+
};
|
|
197
200
|
let AlreadyExistsException$1 = class AlreadyExistsException extends CloudFormationServiceException$1 {
|
|
198
201
|
name = "AlreadyExistsException";
|
|
199
202
|
$fault = "client";
|
|
@@ -224,6 +227,7 @@ const AttributeChangeType = {
|
|
|
224
227
|
Add: "Add",
|
|
225
228
|
Modify: "Modify",
|
|
226
229
|
Remove: "Remove",
|
|
230
|
+
SyncWithActual: "SyncWithActual",
|
|
227
231
|
};
|
|
228
232
|
let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundException extends CloudFormationServiceException$1 {
|
|
229
233
|
name = "TypeConfigurationNotFoundException";
|
|
@@ -239,6 +243,15 @@ let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundExcept
|
|
|
239
243
|
this.Message = opts.Message;
|
|
240
244
|
}
|
|
241
245
|
};
|
|
246
|
+
const BeaconStackOperationStatus = {
|
|
247
|
+
FAILED: "FAILED",
|
|
248
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
249
|
+
SUCCEEDED: "SUCCEEDED",
|
|
250
|
+
};
|
|
251
|
+
const BeforeValueFrom = {
|
|
252
|
+
ACTUAL_STATE: "ACTUAL_STATE",
|
|
253
|
+
PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE",
|
|
254
|
+
};
|
|
242
255
|
const CallAs = {
|
|
243
256
|
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
244
257
|
SELF: "SELF",
|
|
@@ -274,10 +287,12 @@ const ChangeAction = {
|
|
|
274
287
|
Import: "Import",
|
|
275
288
|
Modify: "Modify",
|
|
276
289
|
Remove: "Remove",
|
|
290
|
+
SyncWithActual: "SyncWithActual",
|
|
277
291
|
};
|
|
278
292
|
const ChangeSource = {
|
|
279
293
|
Automatic: "Automatic",
|
|
280
294
|
DirectModification: "DirectModification",
|
|
295
|
+
NoModification: "NoModification",
|
|
281
296
|
ParameterReference: "ParameterReference",
|
|
282
297
|
ResourceAttribute: "ResourceAttribute",
|
|
283
298
|
ResourceReference: "ResourceReference",
|
|
@@ -313,6 +328,18 @@ const Replacement = {
|
|
|
313
328
|
False: "False",
|
|
314
329
|
True: "True",
|
|
315
330
|
};
|
|
331
|
+
const DriftIgnoredReason = {
|
|
332
|
+
MANAGED_BY_AWS: "MANAGED_BY_AWS",
|
|
333
|
+
WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY",
|
|
334
|
+
};
|
|
335
|
+
const StackResourceDriftStatus = {
|
|
336
|
+
DELETED: "DELETED",
|
|
337
|
+
IN_SYNC: "IN_SYNC",
|
|
338
|
+
MODIFIED: "MODIFIED",
|
|
339
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
340
|
+
UNKNOWN: "UNKNOWN",
|
|
341
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
342
|
+
};
|
|
316
343
|
const ChangeType = {
|
|
317
344
|
Resource: "Resource",
|
|
318
345
|
};
|
|
@@ -368,6 +395,9 @@ const ChangeSetType = {
|
|
|
368
395
|
IMPORT: "IMPORT",
|
|
369
396
|
UPDATE: "UPDATE",
|
|
370
397
|
};
|
|
398
|
+
const DeploymentMode = {
|
|
399
|
+
REVERT_DRIFT: "REVERT_DRIFT",
|
|
400
|
+
};
|
|
371
401
|
const OnStackFailure = {
|
|
372
402
|
DELETE: "DELETE",
|
|
373
403
|
DO_NOTHING: "DO_NOTHING",
|
|
@@ -575,6 +605,71 @@ const RegistryType = {
|
|
|
575
605
|
MODULE: "MODULE",
|
|
576
606
|
RESOURCE: "RESOURCE",
|
|
577
607
|
};
|
|
608
|
+
const StackDriftStatus = {
|
|
609
|
+
DRIFTED: "DRIFTED",
|
|
610
|
+
IN_SYNC: "IN_SYNC",
|
|
611
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
612
|
+
UNKNOWN: "UNKNOWN",
|
|
613
|
+
};
|
|
614
|
+
const DetailedStatus = {
|
|
615
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
616
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
617
|
+
};
|
|
618
|
+
const EventType = {
|
|
619
|
+
HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR",
|
|
620
|
+
PROGRESS_EVENT: "PROGRESS_EVENT",
|
|
621
|
+
PROVISIONING_ERROR: "PROVISIONING_ERROR",
|
|
622
|
+
STACK_EVENT: "STACK_EVENT",
|
|
623
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
624
|
+
};
|
|
625
|
+
const HookStatus = {
|
|
626
|
+
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
627
|
+
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
628
|
+
HOOK_FAILED: "HOOK_FAILED",
|
|
629
|
+
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
630
|
+
};
|
|
631
|
+
const OperationType = {
|
|
632
|
+
CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK",
|
|
633
|
+
CREATE_CHANGESET: "CREATE_CHANGESET",
|
|
634
|
+
CREATE_STACK: "CREATE_STACK",
|
|
635
|
+
DELETE_STACK: "DELETE_STACK",
|
|
636
|
+
ROLLBACK: "ROLLBACK",
|
|
637
|
+
UPDATE_STACK: "UPDATE_STACK",
|
|
638
|
+
};
|
|
639
|
+
const ResourceStatus = {
|
|
640
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
641
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
642
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
643
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
644
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
645
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
646
|
+
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
647
|
+
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
648
|
+
EXPORT_FAILED: "EXPORT_FAILED",
|
|
649
|
+
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
650
|
+
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
651
|
+
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
652
|
+
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
653
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
654
|
+
IMPORT_FAILED: "IMPORT_FAILED",
|
|
655
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
656
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
657
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
658
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
659
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
660
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
661
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
662
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
663
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
664
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
665
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
666
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
667
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
668
|
+
};
|
|
669
|
+
const ValidationStatus = {
|
|
670
|
+
FAILED: "FAILED",
|
|
671
|
+
SKIPPED: "SKIPPED",
|
|
672
|
+
};
|
|
578
673
|
const GeneratedTemplateResourceStatus = {
|
|
579
674
|
COMPLETE: "COMPLETE",
|
|
580
675
|
FAILED: "FAILED",
|
|
@@ -637,52 +732,6 @@ const StackDriftDetectionStatus = {
|
|
|
637
732
|
DETECTION_FAILED: "DETECTION_FAILED",
|
|
638
733
|
DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS",
|
|
639
734
|
};
|
|
640
|
-
const StackDriftStatus = {
|
|
641
|
-
DRIFTED: "DRIFTED",
|
|
642
|
-
IN_SYNC: "IN_SYNC",
|
|
643
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
644
|
-
UNKNOWN: "UNKNOWN",
|
|
645
|
-
};
|
|
646
|
-
const DetailedStatus = {
|
|
647
|
-
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
648
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
649
|
-
};
|
|
650
|
-
const HookStatus = {
|
|
651
|
-
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
652
|
-
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
653
|
-
HOOK_FAILED: "HOOK_FAILED",
|
|
654
|
-
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
655
|
-
};
|
|
656
|
-
const ResourceStatus = {
|
|
657
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
658
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
659
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
660
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
661
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
662
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
663
|
-
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
664
|
-
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
665
|
-
EXPORT_FAILED: "EXPORT_FAILED",
|
|
666
|
-
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
667
|
-
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
668
|
-
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
669
|
-
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
670
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
671
|
-
IMPORT_FAILED: "IMPORT_FAILED",
|
|
672
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
673
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
674
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
675
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
676
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
677
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
678
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
679
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
680
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
681
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
682
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
683
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
684
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
685
|
-
};
|
|
686
735
|
const StackInstanceDetailedStatus = {
|
|
687
736
|
CANCELLED: "CANCELLED",
|
|
688
737
|
FAILED: "FAILED",
|
|
@@ -745,13 +794,6 @@ let StackRefactorNotFoundException$1 = class StackRefactorNotFoundException exte
|
|
|
745
794
|
this.Message = opts.Message;
|
|
746
795
|
}
|
|
747
796
|
};
|
|
748
|
-
const StackResourceDriftStatus = {
|
|
749
|
-
DELETED: "DELETED",
|
|
750
|
-
IN_SYNC: "IN_SYNC",
|
|
751
|
-
MODIFIED: "MODIFIED",
|
|
752
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
753
|
-
UNKNOWN: "UNKNOWN",
|
|
754
|
-
};
|
|
755
797
|
const DifferenceType = {
|
|
756
798
|
ADD: "ADD",
|
|
757
799
|
NOT_EQUAL: "NOT_EQUAL",
|
|
@@ -919,10 +961,10 @@ const StackRefactorActionEntity = {
|
|
|
919
961
|
RESOURCE: "RESOURCE",
|
|
920
962
|
STACK: "STACK",
|
|
921
963
|
};
|
|
964
|
+
|
|
922
965
|
const OperationResultFilterName = {
|
|
923
966
|
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
924
967
|
};
|
|
925
|
-
|
|
926
968
|
const StackSetOperationResultStatus = {
|
|
927
969
|
CANCELLED: "CANCELLED",
|
|
928
970
|
FAILED: "FAILED",
|
|
@@ -1028,9 +1070,10 @@ const _ATI = "ActivateTypeInput";
|
|
|
1028
1070
|
const _ATO = "ActivateTypeOutput";
|
|
1029
1071
|
const _AU = "AutoUpdate";
|
|
1030
1072
|
const _AUc = "AccountsUrl";
|
|
1031
|
-
const _AV = "
|
|
1032
|
-
const
|
|
1073
|
+
const _AV = "ActualValue";
|
|
1074
|
+
const _AVF = "AfterValueFrom";
|
|
1033
1075
|
const _AVf = "AfterValue";
|
|
1076
|
+
const _AVl = "AllowedValues";
|
|
1034
1077
|
const _Ac = "Accounts";
|
|
1035
1078
|
const _Acc = "Account";
|
|
1036
1079
|
const _Act = "Action";
|
|
@@ -1047,6 +1090,7 @@ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
|
|
|
1047
1090
|
const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
|
|
1048
1091
|
const _BT = "BearerToken";
|
|
1049
1092
|
const _BV = "BeforeValue";
|
|
1093
|
+
const _BVF = "BeforeValueFrom";
|
|
1050
1094
|
const _C = "Change";
|
|
1051
1095
|
const _CA = "CallAs";
|
|
1052
1096
|
const _CAo = "ConnectionArn";
|
|
@@ -1116,13 +1160,18 @@ const _DCSO = "DeleteChangeSetOutput";
|
|
|
1116
1160
|
const _DCSOe = "DescribeChangeSetOutput";
|
|
1117
1161
|
const _DCSe = "DescribeChangeSet";
|
|
1118
1162
|
const _DDS = "DriftDetectionStatus";
|
|
1163
|
+
const _DDT = "DriftDetectionTimestamp";
|
|
1164
|
+
const _DE = "DescribeEvents";
|
|
1165
|
+
const _DEI = "DescribeEventsInput";
|
|
1166
|
+
const _DEO = "DescribeEventsOutput";
|
|
1119
1167
|
const _DGT = "DeleteGeneratedTemplate";
|
|
1120
1168
|
const _DGTI = "DeleteGeneratedTemplateInput";
|
|
1121
1169
|
const _DGTIe = "DescribeGeneratedTemplateInput";
|
|
1122
1170
|
const _DGTO = "DescribeGeneratedTemplateOutput";
|
|
1123
1171
|
const _DGTe = "DescribeGeneratedTemplate";
|
|
1124
1172
|
const _DI = "DriftInformation";
|
|
1125
|
-
const _DM = "
|
|
1173
|
+
const _DM = "DeploymentMode";
|
|
1174
|
+
const _DMe = "DeletionMode";
|
|
1126
1175
|
const _DOA = "DeactivateOrganizationsAccess";
|
|
1127
1176
|
const _DOAI = "DeactivateOrganizationsAccessInput";
|
|
1128
1177
|
const _DOAIe = "DescribeOrganizationsAccessInput";
|
|
@@ -1215,11 +1264,13 @@ const _DVI = "DefaultVersionId";
|
|
|
1215
1264
|
const _De = "Details";
|
|
1216
1265
|
const _Des = "Destination";
|
|
1217
1266
|
const _Det = "Detection";
|
|
1267
|
+
const _Dr = "Drift";
|
|
1218
1268
|
const _E = "Enabled";
|
|
1219
1269
|
const _EC = "ErrorCode";
|
|
1220
1270
|
const _ECS = "ExecuteChangeSet";
|
|
1221
1271
|
const _ECSI = "ExecuteChangeSetInput";
|
|
1222
1272
|
const _ECSO = "ExecuteChangeSetOutput";
|
|
1273
|
+
const _EF = "EventFilter";
|
|
1223
1274
|
const _EI = "EventId";
|
|
1224
1275
|
const _EM = "ErrorMessage";
|
|
1225
1276
|
const _EN = "ExportName";
|
|
@@ -1239,18 +1290,20 @@ const _ETCI = "EstimateTemplateCostInput";
|
|
|
1239
1290
|
const _ETCO = "EstimateTemplateCostOutput";
|
|
1240
1291
|
const _ETP = "EnableTerminationProtection";
|
|
1241
1292
|
const _ETn = "EndTimestamp";
|
|
1293
|
+
const _ETv = "EventType";
|
|
1242
1294
|
const _EV = "ExpectedValue";
|
|
1243
1295
|
const _En = "Entity";
|
|
1244
1296
|
const _Er = "Errors";
|
|
1245
1297
|
const _Ev = "Evaluation";
|
|
1246
1298
|
const _Ex = "Export";
|
|
1247
1299
|
const _Exp = "Exports";
|
|
1248
|
-
const _F = "
|
|
1300
|
+
const _F = "Filters";
|
|
1301
|
+
const _FE = "FailedEvents";
|
|
1249
1302
|
const _FM = "FailureMode";
|
|
1250
1303
|
const _FSIC = "FailedStackInstancesCount";
|
|
1251
1304
|
const _FTC = "FailureToleranceCount";
|
|
1252
1305
|
const _FTP = "FailureTolerancePercentage";
|
|
1253
|
-
const
|
|
1306
|
+
const _Fo = "Format";
|
|
1254
1307
|
const _GGT = "GetGeneratedTemplate";
|
|
1255
1308
|
const _GGTI = "GetGeneratedTemplateInput";
|
|
1256
1309
|
const _GGTO = "GetGeneratedTemplateOutput";
|
|
@@ -1327,9 +1380,11 @@ const _LI = "ListImports";
|
|
|
1327
1380
|
const _LIH = "LogicalIdHierarchy";
|
|
1328
1381
|
const _LII = "ListImportsInput";
|
|
1329
1382
|
const _LIO = "ListImportsOutput";
|
|
1383
|
+
const _LO = "LastOperations";
|
|
1330
1384
|
const _LOI = "LastOperationId";
|
|
1331
1385
|
const _LPV = "LatestPublicVersion";
|
|
1332
1386
|
const _LRA = "LogRoleArn";
|
|
1387
|
+
const _LRD = "LiveResourceDrift";
|
|
1333
1388
|
const _LRI = "LogicalResourceId";
|
|
1334
1389
|
const _LRIo = "LogicalResourceIds";
|
|
1335
1390
|
const _LRS = "ListResourceScans";
|
|
@@ -1401,6 +1456,9 @@ const _NGTN = "NewGeneratedTemplateName";
|
|
|
1401
1456
|
const _NOR = "NumberOfResources";
|
|
1402
1457
|
const _NT = "NextToken";
|
|
1403
1458
|
const _O = "Output";
|
|
1459
|
+
const _OE = "OperationEvents";
|
|
1460
|
+
const _OEp = "OperationEntry";
|
|
1461
|
+
const _OEpe = "OperationEvent";
|
|
1404
1462
|
const _OF = "OnFailure";
|
|
1405
1463
|
const _OI = "OperationId";
|
|
1406
1464
|
const _OIAEE = "OperationIdAlreadyExistsException";
|
|
@@ -1413,6 +1471,7 @@ const _ORFp = "OperationResultFilters";
|
|
|
1413
1471
|
const _OS = "OperationStatus";
|
|
1414
1472
|
const _OSCFE = "OperationStatusCheckFailedException";
|
|
1415
1473
|
const _OSF = "OnStackFailure";
|
|
1474
|
+
const _OT = "OperationType";
|
|
1416
1475
|
const _OTA = "OriginalTypeArn";
|
|
1417
1476
|
const _OTN = "OriginalTypeName";
|
|
1418
1477
|
const _OUI = "OrganizationalUnitIds";
|
|
@@ -1425,6 +1484,7 @@ const _PC = "PercentageCompleted";
|
|
|
1425
1484
|
const _PCSI = "ParentChangeSetId";
|
|
1426
1485
|
const _PCa = "ParameterConstraints";
|
|
1427
1486
|
const _PD = "ParameterDeclaration";
|
|
1487
|
+
const _PDC = "PreviousDeploymentContext";
|
|
1428
1488
|
const _PDa = "ParameterDeclarations";
|
|
1429
1489
|
const _PDr = "PropertyDifference";
|
|
1430
1490
|
const _PDro = "PropertyDifferences";
|
|
@@ -1448,8 +1508,9 @@ const _PTI = "PublishTypeInput";
|
|
|
1448
1508
|
const _PTO = "PublishTypeOutput";
|
|
1449
1509
|
const _PTa = "ParameterType";
|
|
1450
1510
|
const _PTu = "PublishType";
|
|
1451
|
-
const _PV = "
|
|
1511
|
+
const _PV = "PreviousValue";
|
|
1452
1512
|
const _PVN = "PublicVersionNumber";
|
|
1513
|
+
const _PVa = "ParameterValue";
|
|
1453
1514
|
const _Pa = "Parameter";
|
|
1454
1515
|
const _Pat = "Path";
|
|
1455
1516
|
const _Pr = "Progress";
|
|
@@ -1467,6 +1528,9 @@ const _RCSI = "RootChangeSetId";
|
|
|
1467
1528
|
const _RCT = "RegionConcurrencyType";
|
|
1468
1529
|
const _RCo = "RollbackConfiguration";
|
|
1469
1530
|
const _RD = "ResourceDefinition";
|
|
1531
|
+
const _RDIA = "ResourceDriftIgnoredAttributes";
|
|
1532
|
+
const _RDIAe = "ResourceDriftIgnoredAttribute";
|
|
1533
|
+
const _RDS = "ResourceDriftStatus";
|
|
1470
1534
|
const _RDe = "ResourceDetail";
|
|
1471
1535
|
const _RDes = "ResourceDefinitions";
|
|
1472
1536
|
const _RDeso = "ResourceDetails";
|
|
@@ -1531,6 +1595,7 @@ const _RTo = "RollbackTriggers";
|
|
|
1531
1595
|
const _RTol = "RollbackTrigger";
|
|
1532
1596
|
const _RV = "ResolvedValue";
|
|
1533
1597
|
const _Re = "Regions";
|
|
1598
|
+
const _Rea = "Reason";
|
|
1534
1599
|
const _Reg = "Region";
|
|
1535
1600
|
const _Rep = "Replacement";
|
|
1536
1601
|
const _Req = "Required";
|
|
@@ -1728,7 +1793,12 @@ const _UTPI = "UpdateTerminationProtectionInput";
|
|
|
1728
1793
|
const _UTPO = "UpdateTerminationProtectionOutput";
|
|
1729
1794
|
const _V = "Value";
|
|
1730
1795
|
const _VB = "VersionBump";
|
|
1796
|
+
const _VFM = "ValidationFailureMode";
|
|
1731
1797
|
const _VI = "VersionId";
|
|
1798
|
+
const _VN = "ValidationName";
|
|
1799
|
+
const _VP = "ValidationPath";
|
|
1800
|
+
const _VS = "ValidationStatus";
|
|
1801
|
+
const _VSR = "ValidationStatusReason";
|
|
1732
1802
|
const _VT = "ValidateTemplate";
|
|
1733
1803
|
const _VTI = "ValidateTemplateInput";
|
|
1734
1804
|
const _VTO = "ValidateTemplateOutput";
|
|
@@ -1882,7 +1952,7 @@ var CreateChangeSetInput = [
|
|
|
1882
1952
|
n0,
|
|
1883
1953
|
_CCSI,
|
|
1884
1954
|
0,
|
|
1885
|
-
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER],
|
|
1955
|
+
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
1886
1956
|
[
|
|
1887
1957
|
0,
|
|
1888
1958
|
0,
|
|
@@ -1903,6 +1973,7 @@ var CreateChangeSetInput = [
|
|
|
1903
1973
|
2,
|
|
1904
1974
|
0,
|
|
1905
1975
|
2,
|
|
1976
|
+
0,
|
|
1906
1977
|
],
|
|
1907
1978
|
];
|
|
1908
1979
|
var CreateChangeSetOutput = [3, n0, _CCSO, 0, [_I, _SI], [0, 0]];
|
|
@@ -1964,7 +2035,7 @@ var CreateStackInstancesInput = [
|
|
|
1964
2035
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
1965
2036
|
];
|
|
1966
2037
|
var CreateStackInstancesOutput = [3, n0, _CSIO, 0, [_OI], [0]];
|
|
1967
|
-
var CreateStackOutput = [3, n0, _CSO, 0, [_SI], [0]];
|
|
2038
|
+
var CreateStackOutput = [3, n0, _CSO, 0, [_SI, _OI], [0, 0]];
|
|
1968
2039
|
var CreateStackRefactorInput = [
|
|
1969
2040
|
3,
|
|
1970
2041
|
n0,
|
|
@@ -2011,7 +2082,7 @@ var DeleteStackInput = [
|
|
|
2011
2082
|
n0,
|
|
2012
2083
|
_DSI,
|
|
2013
2084
|
0,
|
|
2014
|
-
[_SN, _RR, _RARN, _CRT,
|
|
2085
|
+
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
2015
2086
|
[0, 64 | 0, 0, 0, 0],
|
|
2016
2087
|
];
|
|
2017
2088
|
var DeleteStackInstancesInput = [
|
|
@@ -2059,7 +2130,31 @@ var DescribeChangeSetOutput = [
|
|
|
2059
2130
|
n0,
|
|
2060
2131
|
_DCSOe,
|
|
2061
2132
|
0,
|
|
2062
|
-
[
|
|
2133
|
+
[
|
|
2134
|
+
_CSN,
|
|
2135
|
+
_CSI,
|
|
2136
|
+
_SI,
|
|
2137
|
+
_SN,
|
|
2138
|
+
_D,
|
|
2139
|
+
_P,
|
|
2140
|
+
_CT,
|
|
2141
|
+
_ES,
|
|
2142
|
+
_S,
|
|
2143
|
+
_SR,
|
|
2144
|
+
_SDS,
|
|
2145
|
+
_NARN,
|
|
2146
|
+
_RCo,
|
|
2147
|
+
_Ca,
|
|
2148
|
+
_Ta,
|
|
2149
|
+
_Ch,
|
|
2150
|
+
_NT,
|
|
2151
|
+
_INS,
|
|
2152
|
+
_PCSI,
|
|
2153
|
+
_RCSI,
|
|
2154
|
+
_OSF,
|
|
2155
|
+
_IER,
|
|
2156
|
+
_DM,
|
|
2157
|
+
],
|
|
2063
2158
|
[
|
|
2064
2159
|
0,
|
|
2065
2160
|
0,
|
|
@@ -2071,6 +2166,7 @@ var DescribeChangeSetOutput = [
|
|
|
2071
2166
|
0,
|
|
2072
2167
|
0,
|
|
2073
2168
|
0,
|
|
2169
|
+
0,
|
|
2074
2170
|
64 | 0,
|
|
2075
2171
|
() => RollbackConfiguration,
|
|
2076
2172
|
64 | 0,
|
|
@@ -2082,8 +2178,18 @@ var DescribeChangeSetOutput = [
|
|
|
2082
2178
|
0,
|
|
2083
2179
|
0,
|
|
2084
2180
|
2,
|
|
2181
|
+
0,
|
|
2085
2182
|
],
|
|
2086
2183
|
];
|
|
2184
|
+
var DescribeEventsInput = [
|
|
2185
|
+
3,
|
|
2186
|
+
n0,
|
|
2187
|
+
_DEI,
|
|
2188
|
+
0,
|
|
2189
|
+
[_SN, _CSN, _OI, _F, _NT],
|
|
2190
|
+
[0, 0, 0, () => EventFilter, 0],
|
|
2191
|
+
];
|
|
2192
|
+
var DescribeEventsOutput = [3, n0, _DEO, 0, [_OE, _NT], [() => OperationEvents, 0]];
|
|
2087
2193
|
var DescribeGeneratedTemplateInput = [3, n0, _DGTIe, 0, [_GTN], [0]];
|
|
2088
2194
|
var DescribeGeneratedTemplateOutput = [
|
|
2089
2195
|
3,
|
|
@@ -2285,6 +2391,7 @@ var EstimateTemplateCostInput = [
|
|
|
2285
2391
|
[0, 0, () => _Parameters],
|
|
2286
2392
|
];
|
|
2287
2393
|
var EstimateTemplateCostOutput = [3, n0, _ETCO, 0, [_U], [0]];
|
|
2394
|
+
var EventFilter = [3, n0, _EF, 0, [_FE], [2]];
|
|
2288
2395
|
var ExecuteChangeSetInput = [
|
|
2289
2396
|
3,
|
|
2290
2397
|
n0,
|
|
@@ -2309,7 +2416,7 @@ var GeneratedTemplateNotFoundException = [
|
|
|
2309
2416
|
[0],
|
|
2310
2417
|
];
|
|
2311
2418
|
schema.TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, GeneratedTemplateNotFoundException$1);
|
|
2312
|
-
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [
|
|
2419
|
+
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_Fo, _GTN], [0, 0]];
|
|
2313
2420
|
var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
|
|
2314
2421
|
var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
|
|
2315
2422
|
var GetHookResultOutput = [
|
|
@@ -2522,7 +2629,7 @@ var ListStackInstancesInput = [
|
|
|
2522
2629
|
n0,
|
|
2523
2630
|
_LSII,
|
|
2524
2631
|
0,
|
|
2525
|
-
[_SSN, _NT, _MR,
|
|
2632
|
+
[_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
|
|
2526
2633
|
[0, 0, 1, () => StackInstanceFilters, 0, 0, 0],
|
|
2527
2634
|
];
|
|
2528
2635
|
var ListStackInstancesOutput = [
|
|
@@ -2581,7 +2688,7 @@ var ListStackSetOperationResultsInput = [
|
|
|
2581
2688
|
n0,
|
|
2582
2689
|
_LSSORI,
|
|
2583
2690
|
0,
|
|
2584
|
-
[_SSN, _OI, _NT, _MR, _CA,
|
|
2691
|
+
[_SSN, _OI, _NT, _MR, _CA, _F],
|
|
2585
2692
|
[0, 0, 0, 1, 0, () => OperationResultFilters],
|
|
2586
2693
|
];
|
|
2587
2694
|
var ListStackSetOperationResultsOutput = [
|
|
@@ -2619,7 +2726,7 @@ var ListTypesInput = [
|
|
|
2619
2726
|
n0,
|
|
2620
2727
|
_LTI,
|
|
2621
2728
|
0,
|
|
2622
|
-
[_Vi, _PT, _DSe, _T,
|
|
2729
|
+
[_Vi, _PT, _DSe, _T, _F, _MR, _NT],
|
|
2623
2730
|
[0, 0, 0, 0, () => TypeFilters, 1, 0],
|
|
2624
2731
|
];
|
|
2625
2732
|
var ListTypesOutput = [3, n0, _LTO, 0, [_TSy, _NT], [() => TypeSummaries, 0]];
|
|
@@ -2639,6 +2746,7 @@ var ListTypeVersionsOutput = [
|
|
|
2639
2746
|
[_TVS, _NT],
|
|
2640
2747
|
[() => TypeVersionSummaries, 0],
|
|
2641
2748
|
];
|
|
2749
|
+
var LiveResourceDrift = [3, n0, _LRD, 0, [_PV, _AV, _DDT], [0, 0, 4]];
|
|
2642
2750
|
var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
|
|
2643
2751
|
var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
|
|
2644
2752
|
var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
|
|
@@ -2655,6 +2763,43 @@ var NameAlreadyExistsException = [
|
|
|
2655
2763
|
[0],
|
|
2656
2764
|
];
|
|
2657
2765
|
schema.TypeRegistry.for(n0).registerError(NameAlreadyExistsException, NameAlreadyExistsException$1);
|
|
2766
|
+
var OperationEntry = [3, n0, _OEp, 0, [_OT, _OI], [0, 0]];
|
|
2767
|
+
var OperationEvent = [
|
|
2768
|
+
3,
|
|
2769
|
+
n0,
|
|
2770
|
+
_OEpe,
|
|
2771
|
+
0,
|
|
2772
|
+
[
|
|
2773
|
+
_EI,
|
|
2774
|
+
_SI,
|
|
2775
|
+
_OI,
|
|
2776
|
+
_OT,
|
|
2777
|
+
_OS,
|
|
2778
|
+
_ETv,
|
|
2779
|
+
_LRI,
|
|
2780
|
+
_PRI,
|
|
2781
|
+
_RT,
|
|
2782
|
+
_Ti,
|
|
2783
|
+
_ST,
|
|
2784
|
+
_ET,
|
|
2785
|
+
_RSes,
|
|
2786
|
+
_RSR,
|
|
2787
|
+
_RP,
|
|
2788
|
+
_CRT,
|
|
2789
|
+
_HTo,
|
|
2790
|
+
_HS,
|
|
2791
|
+
_HSR,
|
|
2792
|
+
_HIP,
|
|
2793
|
+
_HFM,
|
|
2794
|
+
_DSet,
|
|
2795
|
+
_VFM,
|
|
2796
|
+
_VN,
|
|
2797
|
+
_VS,
|
|
2798
|
+
_VSR,
|
|
2799
|
+
_VP,
|
|
2800
|
+
],
|
|
2801
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2802
|
+
];
|
|
2658
2803
|
var OperationIdAlreadyExistsException = [
|
|
2659
2804
|
-3,
|
|
2660
2805
|
n0,
|
|
@@ -2709,8 +2854,8 @@ var OperationStatusCheckFailedException = [
|
|
|
2709
2854
|
];
|
|
2710
2855
|
schema.TypeRegistry.for(n0).registerError(OperationStatusCheckFailedException, OperationStatusCheckFailedException$1);
|
|
2711
2856
|
var Output = [3, n0, _O, 0, [_OK, _OV, _D, _EN], [0, 0, 0, 0]];
|
|
2712
|
-
var Parameter = [3, n0, _Pa, 0, [_PK,
|
|
2713
|
-
var ParameterConstraints = [3, n0, _PCa, 0, [
|
|
2857
|
+
var Parameter = [3, n0, _Pa, 0, [_PK, _PVa, _UPV, _RV], [0, 0, 2, 0]];
|
|
2858
|
+
var ParameterConstraints = [3, n0, _PCa, 0, [_AVl], [64 | 0]];
|
|
2714
2859
|
var ParameterDeclaration = [
|
|
2715
2860
|
3,
|
|
2716
2861
|
n0,
|
|
@@ -2720,7 +2865,7 @@ var ParameterDeclaration = [
|
|
|
2720
2865
|
[0, 0, 0, 2, 0, () => ParameterConstraints],
|
|
2721
2866
|
];
|
|
2722
2867
|
var PhysicalResourceIdContextKeyValuePair = [3, n0, _PRICKVP, 0, [_K, _V], [0, 0]];
|
|
2723
|
-
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV,
|
|
2868
|
+
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AV, _DTi], [0, 0, 0, 0]];
|
|
2724
2869
|
var PublishTypeInput = [3, n0, _PTI, 0, [_T, _A, _TN, _PVN], [0, 0, 0, 0]];
|
|
2725
2870
|
var PublishTypeOutput = [3, n0, _PTO, 0, [_PTA], [0]];
|
|
2726
2871
|
var RecordHandlerProgressInput = [
|
|
@@ -2749,8 +2894,24 @@ var ResourceChange = [
|
|
|
2749
2894
|
n0,
|
|
2750
2895
|
_RC,
|
|
2751
2896
|
0,
|
|
2752
|
-
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
|
|
2753
|
-
[
|
|
2897
|
+
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
|
|
2898
|
+
[
|
|
2899
|
+
0,
|
|
2900
|
+
0,
|
|
2901
|
+
0,
|
|
2902
|
+
0,
|
|
2903
|
+
0,
|
|
2904
|
+
0,
|
|
2905
|
+
64 | 0,
|
|
2906
|
+
0,
|
|
2907
|
+
() => ResourceDriftIgnoredAttributes,
|
|
2908
|
+
() => ResourceChangeDetails,
|
|
2909
|
+
0,
|
|
2910
|
+
() => ModuleInfo,
|
|
2911
|
+
0,
|
|
2912
|
+
0,
|
|
2913
|
+
0,
|
|
2914
|
+
],
|
|
2754
2915
|
];
|
|
2755
2916
|
var ResourceChangeDetail = [
|
|
2756
2917
|
3,
|
|
@@ -2769,6 +2930,7 @@ var ResourceDetail = [
|
|
|
2769
2930
|
[_RT, _LRI, _RI, _RSes, _RSR, _W],
|
|
2770
2931
|
[0, 0, 128 | 0, 0, 0, () => WarningDetails],
|
|
2771
2932
|
];
|
|
2933
|
+
var ResourceDriftIgnoredAttribute = [3, n0, _RDIAe, 0, [_Pat, _Rea], [0, 0]];
|
|
2772
2934
|
var ResourceIdentifierSummary = [
|
|
2773
2935
|
3,
|
|
2774
2936
|
n0,
|
|
@@ -2838,13 +3000,13 @@ var ResourceTargetDefinition = [
|
|
|
2838
3000
|
n0,
|
|
2839
3001
|
_RTDe,
|
|
2840
3002
|
0,
|
|
2841
|
-
[_At, _N, _RReq, _Pat, _BV, _AVf, _ACT],
|
|
2842
|
-
[0, 0, 0, 0, 0, 0, 0],
|
|
3003
|
+
[_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
|
|
3004
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift, 0],
|
|
2843
3005
|
];
|
|
2844
3006
|
var ResourceToImport = [3, n0, _RTIes, 0, [_RT, _LRI, _RI], [0, 0, 128 | 0]];
|
|
2845
3007
|
var RollbackConfiguration = [3, n0, _RCo, 0, [_RTo, _MTIM], [() => RollbackTriggers, 1]];
|
|
2846
3008
|
var RollbackStackInput = [3, n0, _RSIo, 0, [_SN, _RARN, _CRT, _REOC], [0, 0, 0, 2]];
|
|
2847
|
-
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI], [0]];
|
|
3009
|
+
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI, _OI], [0, 0]];
|
|
2848
3010
|
var RollbackTrigger = [3, n0, _RTol, 0, [_A, _T], [0, 0]];
|
|
2849
3011
|
var ScanFilter = [3, n0, _SFc, 0, [_Ty], [64 | 0]];
|
|
2850
3012
|
var ScannedResource = [3, n0, _SRc, 0, [_RT, _RI, _MBS], [0, 128 | 0, 2]];
|
|
@@ -2891,8 +3053,9 @@ var Stack = [
|
|
|
2891
3053
|
_RIo,
|
|
2892
3054
|
_DI,
|
|
2893
3055
|
_REOC,
|
|
2894
|
-
|
|
3056
|
+
_DMe,
|
|
2895
3057
|
_DSet,
|
|
3058
|
+
_LO,
|
|
2896
3059
|
],
|
|
2897
3060
|
[
|
|
2898
3061
|
0,
|
|
@@ -2920,6 +3083,7 @@ var Stack = [
|
|
|
2920
3083
|
2,
|
|
2921
3084
|
0,
|
|
2922
3085
|
0,
|
|
3086
|
+
() => LastOperations,
|
|
2923
3087
|
],
|
|
2924
3088
|
];
|
|
2925
3089
|
var StackDefinition = [3, n0, _SDt, 0, [_SN, _TB, _TURL], [0, 0, 0]];
|
|
@@ -2930,8 +3094,8 @@ var StackEvent = [
|
|
|
2930
3094
|
n0,
|
|
2931
3095
|
_SEt,
|
|
2932
3096
|
0,
|
|
2933
|
-
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2934
|
-
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
3097
|
+
[_SI, _EI, _SN, _OI, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
3098
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2935
3099
|
];
|
|
2936
3100
|
var StackInstance = [
|
|
2937
3101
|
3,
|
|
@@ -3170,8 +3334,8 @@ var StackSummary = [
|
|
|
3170
3334
|
n0,
|
|
3171
3335
|
_SStac,
|
|
3172
3336
|
0,
|
|
3173
|
-
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI],
|
|
3174
|
-
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary],
|
|
3337
|
+
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI, _LO],
|
|
3338
|
+
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary, () => LastOperations],
|
|
3175
3339
|
];
|
|
3176
3340
|
var StaleRequestException = [
|
|
3177
3341
|
-3,
|
|
@@ -3322,7 +3486,7 @@ var UpdateStackInstancesInput = [
|
|
|
3322
3486
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
3323
3487
|
];
|
|
3324
3488
|
var UpdateStackInstancesOutput = [3, n0, _USIO, 0, [_OI], [0]];
|
|
3325
|
-
var UpdateStackOutput = [3, n0, _USO, 0, [_SI], [0]];
|
|
3489
|
+
var UpdateStackOutput = [3, n0, _USO, 0, [_SI, _OI], [0, 0]];
|
|
3326
3490
|
var UpdateStackSetInput = [
|
|
3327
3491
|
3,
|
|
3328
3492
|
n0,
|
|
@@ -3383,6 +3547,8 @@ var ChangeSetHooks = [1, n0, _CSHh, 0, () => ChangeSetHook];
|
|
|
3383
3547
|
var ChangeSetSummaries = [1, n0, _CSSh, 0, () => ChangeSetSummary];
|
|
3384
3548
|
var Exports = [1, n0, _Exp, 0, () => Export];
|
|
3385
3549
|
var HookResultSummaries = [1, n0, _HRSo, 0, () => HookResultSummary];
|
|
3550
|
+
var LastOperations = [1, n0, _LO, 0, () => OperationEntry];
|
|
3551
|
+
var OperationEvents = [1, n0, _OE, 0, () => OperationEvent];
|
|
3386
3552
|
var OperationResultFilters = [1, n0, _ORFp, 0, () => OperationResultFilter];
|
|
3387
3553
|
var Outputs = [1, n0, _Ou, 0, () => Output];
|
|
3388
3554
|
var ParameterDeclarations = [1, n0, _PDa, 0, () => ParameterDeclaration];
|
|
@@ -3394,6 +3560,7 @@ var RequiredActivatedTypes = [1, n0, _RAT, 0, () => RequiredActivatedType];
|
|
|
3394
3560
|
var ResourceChangeDetails = [1, n0, _RCDe, 0, () => ResourceChangeDetail];
|
|
3395
3561
|
var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
|
|
3396
3562
|
var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
|
|
3563
|
+
var ResourceDriftIgnoredAttributes = [1, n0, _RDIA, 0, () => ResourceDriftIgnoredAttribute];
|
|
3397
3564
|
var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
|
|
3398
3565
|
var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
|
|
3399
3566
|
var ResourceScanSummaries = [1, n0, _RSS, 0, () => ResourceScanSummary];
|
|
@@ -3595,6 +3762,14 @@ var DescribeChangeSetHooks = [
|
|
|
3595
3762
|
() => DescribeChangeSetHooksInput,
|
|
3596
3763
|
() => DescribeChangeSetHooksOutput,
|
|
3597
3764
|
];
|
|
3765
|
+
var DescribeEvents = [
|
|
3766
|
+
9,
|
|
3767
|
+
n0,
|
|
3768
|
+
_DE,
|
|
3769
|
+
0,
|
|
3770
|
+
() => DescribeEventsInput,
|
|
3771
|
+
() => DescribeEventsOutput,
|
|
3772
|
+
];
|
|
3598
3773
|
var DescribeGeneratedTemplate = [
|
|
3599
3774
|
9,
|
|
3600
3775
|
n0,
|
|
@@ -4291,6 +4466,18 @@ class DescribeChangeSetHooksCommand extends smithyClient.Command
|
|
|
4291
4466
|
.build() {
|
|
4292
4467
|
}
|
|
4293
4468
|
|
|
4469
|
+
class DescribeEventsCommand extends smithyClient.Command
|
|
4470
|
+
.classBuilder()
|
|
4471
|
+
.ep(commonParams)
|
|
4472
|
+
.m(function (Command, cs, config, o) {
|
|
4473
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4474
|
+
})
|
|
4475
|
+
.s("CloudFormation", "DescribeEvents", {})
|
|
4476
|
+
.n("CloudFormationClient", "DescribeEventsCommand")
|
|
4477
|
+
.sc(DescribeEvents)
|
|
4478
|
+
.build() {
|
|
4479
|
+
}
|
|
4480
|
+
|
|
4294
4481
|
class DescribeGeneratedTemplateCommand extends smithyClient.Command
|
|
4295
4482
|
.classBuilder()
|
|
4296
4483
|
.ep(commonParams)
|
|
@@ -5118,6 +5305,7 @@ const commands = {
|
|
|
5118
5305
|
DescribeAccountLimitsCommand,
|
|
5119
5306
|
DescribeChangeSetCommand,
|
|
5120
5307
|
DescribeChangeSetHooksCommand,
|
|
5308
|
+
DescribeEventsCommand,
|
|
5121
5309
|
DescribeGeneratedTemplateCommand,
|
|
5122
5310
|
DescribeOrganizationsAccessCommand,
|
|
5123
5311
|
DescribePublisherCommand,
|
|
@@ -5192,6 +5380,10 @@ smithyClient.createAggregatedClient(commands, CloudFormation);
|
|
|
5192
5380
|
|
|
5193
5381
|
const paginateDescribeAccountLimits = core.createPaginator(CloudFormationClient, DescribeAccountLimitsCommand, "NextToken", "NextToken", "");
|
|
5194
5382
|
|
|
5383
|
+
const paginateDescribeChangeSet = core.createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
|
5384
|
+
|
|
5385
|
+
const paginateDescribeEvents = core.createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
|
|
5386
|
+
|
|
5195
5387
|
const paginateDescribeStackEvents = core.createPaginator(CloudFormationClient, DescribeStackEventsCommand, "NextToken", "NextToken", "");
|
|
5196
5388
|
|
|
5197
5389
|
const paginateDescribeStackResourceDrifts = core.createPaginator(CloudFormationClient, DescribeStackResourceDriftsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -6131,11 +6323,14 @@ exports.AccountFilterType = AccountFilterType;
|
|
|
6131
6323
|
exports.AccountGateStatus = AccountGateStatus;
|
|
6132
6324
|
exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
|
|
6133
6325
|
exports.ActivateTypeCommand = ActivateTypeCommand;
|
|
6326
|
+
exports.AfterValueFrom = AfterValueFrom;
|
|
6134
6327
|
exports.AlreadyExistsException = AlreadyExistsException$1;
|
|
6135
6328
|
exports.AnnotationSeverityLevel = AnnotationSeverityLevel;
|
|
6136
6329
|
exports.AnnotationStatus = AnnotationStatus;
|
|
6137
6330
|
exports.AttributeChangeType = AttributeChangeType;
|
|
6138
6331
|
exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
|
|
6332
|
+
exports.BeaconStackOperationStatus = BeaconStackOperationStatus;
|
|
6333
|
+
exports.BeforeValueFrom = BeforeValueFrom;
|
|
6139
6334
|
exports.CFNRegistryException = CFNRegistryException$1;
|
|
6140
6335
|
exports.CallAs = CallAs;
|
|
6141
6336
|
exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
|
|
@@ -6169,11 +6364,13 @@ exports.DeleteStackCommand = DeleteStackCommand;
|
|
|
6169
6364
|
exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
|
|
6170
6365
|
exports.DeleteStackSetCommand = DeleteStackSetCommand;
|
|
6171
6366
|
exports.DeletionMode = DeletionMode;
|
|
6367
|
+
exports.DeploymentMode = DeploymentMode;
|
|
6172
6368
|
exports.DeprecatedStatus = DeprecatedStatus;
|
|
6173
6369
|
exports.DeregisterTypeCommand = DeregisterTypeCommand;
|
|
6174
6370
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
6175
6371
|
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
6176
6372
|
exports.DescribeChangeSetHooksCommand = DescribeChangeSetHooksCommand;
|
|
6373
|
+
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
6177
6374
|
exports.DescribeGeneratedTemplateCommand = DescribeGeneratedTemplateCommand;
|
|
6178
6375
|
exports.DescribeOrganizationsAccessCommand = DescribeOrganizationsAccessCommand;
|
|
6179
6376
|
exports.DescribePublisherCommand = DescribePublisherCommand;
|
|
@@ -6195,8 +6392,10 @@ exports.DetectStackDriftCommand = DetectStackDriftCommand;
|
|
|
6195
6392
|
exports.DetectStackResourceDriftCommand = DetectStackResourceDriftCommand;
|
|
6196
6393
|
exports.DetectStackSetDriftCommand = DetectStackSetDriftCommand;
|
|
6197
6394
|
exports.DifferenceType = DifferenceType;
|
|
6395
|
+
exports.DriftIgnoredReason = DriftIgnoredReason;
|
|
6198
6396
|
exports.EstimateTemplateCostCommand = EstimateTemplateCostCommand;
|
|
6199
6397
|
exports.EvaluationType = EvaluationType;
|
|
6398
|
+
exports.EventType = EventType;
|
|
6200
6399
|
exports.ExecuteChangeSetCommand = ExecuteChangeSetCommand;
|
|
6201
6400
|
exports.ExecuteStackRefactorCommand = ExecuteStackRefactorCommand;
|
|
6202
6401
|
exports.ExecutionStatus = ExecutionStatus;
|
|
@@ -6255,6 +6454,7 @@ exports.OperationNotFoundException = OperationNotFoundException$1;
|
|
|
6255
6454
|
exports.OperationResultFilterName = OperationResultFilterName;
|
|
6256
6455
|
exports.OperationStatus = OperationStatus;
|
|
6257
6456
|
exports.OperationStatusCheckFailedException = OperationStatusCheckFailedException$1;
|
|
6457
|
+
exports.OperationType = OperationType;
|
|
6258
6458
|
exports.OrganizationStatus = OrganizationStatus;
|
|
6259
6459
|
exports.PermissionModels = PermissionModels;
|
|
6260
6460
|
exports.PolicyAction = PolicyAction;
|
|
@@ -6322,10 +6522,13 @@ exports.UpdateStackInstancesCommand = UpdateStackInstancesCommand;
|
|
|
6322
6522
|
exports.UpdateStackSetCommand = UpdateStackSetCommand;
|
|
6323
6523
|
exports.UpdateTerminationProtectionCommand = UpdateTerminationProtectionCommand;
|
|
6324
6524
|
exports.ValidateTemplateCommand = ValidateTemplateCommand;
|
|
6525
|
+
exports.ValidationStatus = ValidationStatus;
|
|
6325
6526
|
exports.VersionBump = VersionBump;
|
|
6326
6527
|
exports.Visibility = Visibility;
|
|
6327
6528
|
exports.WarningType = WarningType;
|
|
6328
6529
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
6530
|
+
exports.paginateDescribeChangeSet = paginateDescribeChangeSet;
|
|
6531
|
+
exports.paginateDescribeEvents = paginateDescribeEvents;
|
|
6329
6532
|
exports.paginateDescribeStackEvents = paginateDescribeStackEvents;
|
|
6330
6533
|
exports.paginateDescribeStackResourceDrifts = paginateDescribeStackResourceDrifts;
|
|
6331
6534
|
exports.paginateDescribeStacks = paginateDescribeStacks;
|