@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
|
@@ -22,9 +22,10 @@ const _ATI = "ActivateTypeInput";
|
|
|
22
22
|
const _ATO = "ActivateTypeOutput";
|
|
23
23
|
const _AU = "AutoUpdate";
|
|
24
24
|
const _AUc = "AccountsUrl";
|
|
25
|
-
const _AV = "
|
|
26
|
-
const
|
|
25
|
+
const _AV = "ActualValue";
|
|
26
|
+
const _AVF = "AfterValueFrom";
|
|
27
27
|
const _AVf = "AfterValue";
|
|
28
|
+
const _AVl = "AllowedValues";
|
|
28
29
|
const _Ac = "Accounts";
|
|
29
30
|
const _Acc = "Account";
|
|
30
31
|
const _Act = "Action";
|
|
@@ -41,6 +42,7 @@ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
|
|
|
41
42
|
const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
|
|
42
43
|
const _BT = "BearerToken";
|
|
43
44
|
const _BV = "BeforeValue";
|
|
45
|
+
const _BVF = "BeforeValueFrom";
|
|
44
46
|
const _C = "Change";
|
|
45
47
|
const _CA = "CallAs";
|
|
46
48
|
const _CAo = "ConnectionArn";
|
|
@@ -110,13 +112,18 @@ const _DCSO = "DeleteChangeSetOutput";
|
|
|
110
112
|
const _DCSOe = "DescribeChangeSetOutput";
|
|
111
113
|
const _DCSe = "DescribeChangeSet";
|
|
112
114
|
const _DDS = "DriftDetectionStatus";
|
|
115
|
+
const _DDT = "DriftDetectionTimestamp";
|
|
116
|
+
const _DE = "DescribeEvents";
|
|
117
|
+
const _DEI = "DescribeEventsInput";
|
|
118
|
+
const _DEO = "DescribeEventsOutput";
|
|
113
119
|
const _DGT = "DeleteGeneratedTemplate";
|
|
114
120
|
const _DGTI = "DeleteGeneratedTemplateInput";
|
|
115
121
|
const _DGTIe = "DescribeGeneratedTemplateInput";
|
|
116
122
|
const _DGTO = "DescribeGeneratedTemplateOutput";
|
|
117
123
|
const _DGTe = "DescribeGeneratedTemplate";
|
|
118
124
|
const _DI = "DriftInformation";
|
|
119
|
-
const _DM = "
|
|
125
|
+
const _DM = "DeploymentMode";
|
|
126
|
+
const _DMe = "DeletionMode";
|
|
120
127
|
const _DOA = "DeactivateOrganizationsAccess";
|
|
121
128
|
const _DOAI = "DeactivateOrganizationsAccessInput";
|
|
122
129
|
const _DOAIe = "DescribeOrganizationsAccessInput";
|
|
@@ -209,11 +216,13 @@ const _DVI = "DefaultVersionId";
|
|
|
209
216
|
const _De = "Details";
|
|
210
217
|
const _Des = "Destination";
|
|
211
218
|
const _Det = "Detection";
|
|
219
|
+
const _Dr = "Drift";
|
|
212
220
|
const _E = "Enabled";
|
|
213
221
|
const _EC = "ErrorCode";
|
|
214
222
|
const _ECS = "ExecuteChangeSet";
|
|
215
223
|
const _ECSI = "ExecuteChangeSetInput";
|
|
216
224
|
const _ECSO = "ExecuteChangeSetOutput";
|
|
225
|
+
const _EF = "EventFilter";
|
|
217
226
|
const _EI = "EventId";
|
|
218
227
|
const _EM = "ErrorMessage";
|
|
219
228
|
const _EN = "ExportName";
|
|
@@ -233,18 +242,20 @@ const _ETCI = "EstimateTemplateCostInput";
|
|
|
233
242
|
const _ETCO = "EstimateTemplateCostOutput";
|
|
234
243
|
const _ETP = "EnableTerminationProtection";
|
|
235
244
|
const _ETn = "EndTimestamp";
|
|
245
|
+
const _ETv = "EventType";
|
|
236
246
|
const _EV = "ExpectedValue";
|
|
237
247
|
const _En = "Entity";
|
|
238
248
|
const _Er = "Errors";
|
|
239
249
|
const _Ev = "Evaluation";
|
|
240
250
|
const _Ex = "Export";
|
|
241
251
|
const _Exp = "Exports";
|
|
242
|
-
const _F = "
|
|
252
|
+
const _F = "Filters";
|
|
253
|
+
const _FE = "FailedEvents";
|
|
243
254
|
const _FM = "FailureMode";
|
|
244
255
|
const _FSIC = "FailedStackInstancesCount";
|
|
245
256
|
const _FTC = "FailureToleranceCount";
|
|
246
257
|
const _FTP = "FailureTolerancePercentage";
|
|
247
|
-
const
|
|
258
|
+
const _Fo = "Format";
|
|
248
259
|
const _GGT = "GetGeneratedTemplate";
|
|
249
260
|
const _GGTI = "GetGeneratedTemplateInput";
|
|
250
261
|
const _GGTO = "GetGeneratedTemplateOutput";
|
|
@@ -321,9 +332,11 @@ const _LI = "ListImports";
|
|
|
321
332
|
const _LIH = "LogicalIdHierarchy";
|
|
322
333
|
const _LII = "ListImportsInput";
|
|
323
334
|
const _LIO = "ListImportsOutput";
|
|
335
|
+
const _LO = "LastOperations";
|
|
324
336
|
const _LOI = "LastOperationId";
|
|
325
337
|
const _LPV = "LatestPublicVersion";
|
|
326
338
|
const _LRA = "LogRoleArn";
|
|
339
|
+
const _LRD = "LiveResourceDrift";
|
|
327
340
|
const _LRI = "LogicalResourceId";
|
|
328
341
|
const _LRIo = "LogicalResourceIds";
|
|
329
342
|
const _LRS = "ListResourceScans";
|
|
@@ -395,6 +408,9 @@ const _NGTN = "NewGeneratedTemplateName";
|
|
|
395
408
|
const _NOR = "NumberOfResources";
|
|
396
409
|
const _NT = "NextToken";
|
|
397
410
|
const _O = "Output";
|
|
411
|
+
const _OE = "OperationEvents";
|
|
412
|
+
const _OEp = "OperationEntry";
|
|
413
|
+
const _OEpe = "OperationEvent";
|
|
398
414
|
const _OF = "OnFailure";
|
|
399
415
|
const _OI = "OperationId";
|
|
400
416
|
const _OIAEE = "OperationIdAlreadyExistsException";
|
|
@@ -407,6 +423,7 @@ const _ORFp = "OperationResultFilters";
|
|
|
407
423
|
const _OS = "OperationStatus";
|
|
408
424
|
const _OSCFE = "OperationStatusCheckFailedException";
|
|
409
425
|
const _OSF = "OnStackFailure";
|
|
426
|
+
const _OT = "OperationType";
|
|
410
427
|
const _OTA = "OriginalTypeArn";
|
|
411
428
|
const _OTN = "OriginalTypeName";
|
|
412
429
|
const _OUI = "OrganizationalUnitIds";
|
|
@@ -419,6 +436,7 @@ const _PC = "PercentageCompleted";
|
|
|
419
436
|
const _PCSI = "ParentChangeSetId";
|
|
420
437
|
const _PCa = "ParameterConstraints";
|
|
421
438
|
const _PD = "ParameterDeclaration";
|
|
439
|
+
const _PDC = "PreviousDeploymentContext";
|
|
422
440
|
const _PDa = "ParameterDeclarations";
|
|
423
441
|
const _PDr = "PropertyDifference";
|
|
424
442
|
const _PDro = "PropertyDifferences";
|
|
@@ -442,8 +460,9 @@ const _PTI = "PublishTypeInput";
|
|
|
442
460
|
const _PTO = "PublishTypeOutput";
|
|
443
461
|
const _PTa = "ParameterType";
|
|
444
462
|
const _PTu = "PublishType";
|
|
445
|
-
const _PV = "
|
|
463
|
+
const _PV = "PreviousValue";
|
|
446
464
|
const _PVN = "PublicVersionNumber";
|
|
465
|
+
const _PVa = "ParameterValue";
|
|
447
466
|
const _Pa = "Parameter";
|
|
448
467
|
const _Pat = "Path";
|
|
449
468
|
const _Pr = "Progress";
|
|
@@ -461,6 +480,9 @@ const _RCSI = "RootChangeSetId";
|
|
|
461
480
|
const _RCT = "RegionConcurrencyType";
|
|
462
481
|
const _RCo = "RollbackConfiguration";
|
|
463
482
|
const _RD = "ResourceDefinition";
|
|
483
|
+
const _RDIA = "ResourceDriftIgnoredAttributes";
|
|
484
|
+
const _RDIAe = "ResourceDriftIgnoredAttribute";
|
|
485
|
+
const _RDS = "ResourceDriftStatus";
|
|
464
486
|
const _RDe = "ResourceDetail";
|
|
465
487
|
const _RDes = "ResourceDefinitions";
|
|
466
488
|
const _RDeso = "ResourceDetails";
|
|
@@ -525,6 +547,7 @@ const _RTo = "RollbackTriggers";
|
|
|
525
547
|
const _RTol = "RollbackTrigger";
|
|
526
548
|
const _RV = "ResolvedValue";
|
|
527
549
|
const _Re = "Regions";
|
|
550
|
+
const _Rea = "Reason";
|
|
528
551
|
const _Reg = "Region";
|
|
529
552
|
const _Rep = "Replacement";
|
|
530
553
|
const _Req = "Required";
|
|
@@ -722,7 +745,12 @@ const _UTPI = "UpdateTerminationProtectionInput";
|
|
|
722
745
|
const _UTPO = "UpdateTerminationProtectionOutput";
|
|
723
746
|
const _V = "Value";
|
|
724
747
|
const _VB = "VersionBump";
|
|
748
|
+
const _VFM = "ValidationFailureMode";
|
|
725
749
|
const _VI = "VersionId";
|
|
750
|
+
const _VN = "ValidationName";
|
|
751
|
+
const _VP = "ValidationPath";
|
|
752
|
+
const _VS = "ValidationStatus";
|
|
753
|
+
const _VSR = "ValidationStatusReason";
|
|
726
754
|
const _VT = "ValidateTemplate";
|
|
727
755
|
const _VTI = "ValidateTemplateInput";
|
|
728
756
|
const _VTO = "ValidateTemplateOutput";
|
|
@@ -879,7 +907,7 @@ export var CreateChangeSetInput = [
|
|
|
879
907
|
n0,
|
|
880
908
|
_CCSI,
|
|
881
909
|
0,
|
|
882
|
-
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER],
|
|
910
|
+
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
883
911
|
[
|
|
884
912
|
0,
|
|
885
913
|
0,
|
|
@@ -900,6 +928,7 @@ export var CreateChangeSetInput = [
|
|
|
900
928
|
2,
|
|
901
929
|
0,
|
|
902
930
|
2,
|
|
931
|
+
0,
|
|
903
932
|
],
|
|
904
933
|
];
|
|
905
934
|
export var CreateChangeSetOutput = [3, n0, _CCSO, 0, [_I, _SI], [0, 0]];
|
|
@@ -961,7 +990,7 @@ export var CreateStackInstancesInput = [
|
|
|
961
990
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
962
991
|
];
|
|
963
992
|
export var CreateStackInstancesOutput = [3, n0, _CSIO, 0, [_OI], [0]];
|
|
964
|
-
export var CreateStackOutput = [3, n0, _CSO, 0, [_SI], [0]];
|
|
993
|
+
export var CreateStackOutput = [3, n0, _CSO, 0, [_SI, _OI], [0, 0]];
|
|
965
994
|
export var CreateStackRefactorInput = [
|
|
966
995
|
3,
|
|
967
996
|
n0,
|
|
@@ -1008,7 +1037,7 @@ export var DeleteStackInput = [
|
|
|
1008
1037
|
n0,
|
|
1009
1038
|
_DSI,
|
|
1010
1039
|
0,
|
|
1011
|
-
[_SN, _RR, _RARN, _CRT,
|
|
1040
|
+
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
1012
1041
|
[0, 64 | 0, 0, 0, 0],
|
|
1013
1042
|
];
|
|
1014
1043
|
export var DeleteStackInstancesInput = [
|
|
@@ -1056,7 +1085,31 @@ export var DescribeChangeSetOutput = [
|
|
|
1056
1085
|
n0,
|
|
1057
1086
|
_DCSOe,
|
|
1058
1087
|
0,
|
|
1059
|
-
[
|
|
1088
|
+
[
|
|
1089
|
+
_CSN,
|
|
1090
|
+
_CSI,
|
|
1091
|
+
_SI,
|
|
1092
|
+
_SN,
|
|
1093
|
+
_D,
|
|
1094
|
+
_P,
|
|
1095
|
+
_CT,
|
|
1096
|
+
_ES,
|
|
1097
|
+
_S,
|
|
1098
|
+
_SR,
|
|
1099
|
+
_SDS,
|
|
1100
|
+
_NARN,
|
|
1101
|
+
_RCo,
|
|
1102
|
+
_Ca,
|
|
1103
|
+
_Ta,
|
|
1104
|
+
_Ch,
|
|
1105
|
+
_NT,
|
|
1106
|
+
_INS,
|
|
1107
|
+
_PCSI,
|
|
1108
|
+
_RCSI,
|
|
1109
|
+
_OSF,
|
|
1110
|
+
_IER,
|
|
1111
|
+
_DM,
|
|
1112
|
+
],
|
|
1060
1113
|
[
|
|
1061
1114
|
0,
|
|
1062
1115
|
0,
|
|
@@ -1068,6 +1121,7 @@ export var DescribeChangeSetOutput = [
|
|
|
1068
1121
|
0,
|
|
1069
1122
|
0,
|
|
1070
1123
|
0,
|
|
1124
|
+
0,
|
|
1071
1125
|
64 | 0,
|
|
1072
1126
|
() => RollbackConfiguration,
|
|
1073
1127
|
64 | 0,
|
|
@@ -1079,8 +1133,18 @@ export var DescribeChangeSetOutput = [
|
|
|
1079
1133
|
0,
|
|
1080
1134
|
0,
|
|
1081
1135
|
2,
|
|
1136
|
+
0,
|
|
1082
1137
|
],
|
|
1083
1138
|
];
|
|
1139
|
+
export var DescribeEventsInput = [
|
|
1140
|
+
3,
|
|
1141
|
+
n0,
|
|
1142
|
+
_DEI,
|
|
1143
|
+
0,
|
|
1144
|
+
[_SN, _CSN, _OI, _F, _NT],
|
|
1145
|
+
[0, 0, 0, () => EventFilter, 0],
|
|
1146
|
+
];
|
|
1147
|
+
export var DescribeEventsOutput = [3, n0, _DEO, 0, [_OE, _NT], [() => OperationEvents, 0]];
|
|
1084
1148
|
export var DescribeGeneratedTemplateInput = [3, n0, _DGTIe, 0, [_GTN], [0]];
|
|
1085
1149
|
export var DescribeGeneratedTemplateOutput = [
|
|
1086
1150
|
3,
|
|
@@ -1282,6 +1346,7 @@ export var EstimateTemplateCostInput = [
|
|
|
1282
1346
|
[0, 0, () => _Parameters],
|
|
1283
1347
|
];
|
|
1284
1348
|
export var EstimateTemplateCostOutput = [3, n0, _ETCO, 0, [_U], [0]];
|
|
1349
|
+
export var EventFilter = [3, n0, _EF, 0, [_FE], [2]];
|
|
1285
1350
|
export var ExecuteChangeSetInput = [
|
|
1286
1351
|
3,
|
|
1287
1352
|
n0,
|
|
@@ -1306,7 +1371,7 @@ export var GeneratedTemplateNotFoundException = [
|
|
|
1306
1371
|
[0],
|
|
1307
1372
|
];
|
|
1308
1373
|
TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, __GeneratedTemplateNotFoundException);
|
|
1309
|
-
export var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [
|
|
1374
|
+
export var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_Fo, _GTN], [0, 0]];
|
|
1310
1375
|
export var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
|
|
1311
1376
|
export var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
|
|
1312
1377
|
export var GetHookResultOutput = [
|
|
@@ -1519,7 +1584,7 @@ export var ListStackInstancesInput = [
|
|
|
1519
1584
|
n0,
|
|
1520
1585
|
_LSII,
|
|
1521
1586
|
0,
|
|
1522
|
-
[_SSN, _NT, _MR,
|
|
1587
|
+
[_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
|
|
1523
1588
|
[0, 0, 1, () => StackInstanceFilters, 0, 0, 0],
|
|
1524
1589
|
];
|
|
1525
1590
|
export var ListStackInstancesOutput = [
|
|
@@ -1578,7 +1643,7 @@ export var ListStackSetOperationResultsInput = [
|
|
|
1578
1643
|
n0,
|
|
1579
1644
|
_LSSORI,
|
|
1580
1645
|
0,
|
|
1581
|
-
[_SSN, _OI, _NT, _MR, _CA,
|
|
1646
|
+
[_SSN, _OI, _NT, _MR, _CA, _F],
|
|
1582
1647
|
[0, 0, 0, 1, 0, () => OperationResultFilters],
|
|
1583
1648
|
];
|
|
1584
1649
|
export var ListStackSetOperationResultsOutput = [
|
|
@@ -1616,7 +1681,7 @@ export var ListTypesInput = [
|
|
|
1616
1681
|
n0,
|
|
1617
1682
|
_LTI,
|
|
1618
1683
|
0,
|
|
1619
|
-
[_Vi, _PT, _DSe, _T,
|
|
1684
|
+
[_Vi, _PT, _DSe, _T, _F, _MR, _NT],
|
|
1620
1685
|
[0, 0, 0, 0, () => TypeFilters, 1, 0],
|
|
1621
1686
|
];
|
|
1622
1687
|
export var ListTypesOutput = [3, n0, _LTO, 0, [_TSy, _NT], [() => TypeSummaries, 0]];
|
|
@@ -1636,6 +1701,7 @@ export var ListTypeVersionsOutput = [
|
|
|
1636
1701
|
[_TVS, _NT],
|
|
1637
1702
|
[() => TypeVersionSummaries, 0],
|
|
1638
1703
|
];
|
|
1704
|
+
export var LiveResourceDrift = [3, n0, _LRD, 0, [_PV, _AV, _DDT], [0, 0, 4]];
|
|
1639
1705
|
export var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
|
|
1640
1706
|
export var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
|
|
1641
1707
|
export var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
|
|
@@ -1652,6 +1718,43 @@ export var NameAlreadyExistsException = [
|
|
|
1652
1718
|
[0],
|
|
1653
1719
|
];
|
|
1654
1720
|
TypeRegistry.for(n0).registerError(NameAlreadyExistsException, __NameAlreadyExistsException);
|
|
1721
|
+
export var OperationEntry = [3, n0, _OEp, 0, [_OT, _OI], [0, 0]];
|
|
1722
|
+
export var OperationEvent = [
|
|
1723
|
+
3,
|
|
1724
|
+
n0,
|
|
1725
|
+
_OEpe,
|
|
1726
|
+
0,
|
|
1727
|
+
[
|
|
1728
|
+
_EI,
|
|
1729
|
+
_SI,
|
|
1730
|
+
_OI,
|
|
1731
|
+
_OT,
|
|
1732
|
+
_OS,
|
|
1733
|
+
_ETv,
|
|
1734
|
+
_LRI,
|
|
1735
|
+
_PRI,
|
|
1736
|
+
_RT,
|
|
1737
|
+
_Ti,
|
|
1738
|
+
_ST,
|
|
1739
|
+
_ET,
|
|
1740
|
+
_RSes,
|
|
1741
|
+
_RSR,
|
|
1742
|
+
_RP,
|
|
1743
|
+
_CRT,
|
|
1744
|
+
_HTo,
|
|
1745
|
+
_HS,
|
|
1746
|
+
_HSR,
|
|
1747
|
+
_HIP,
|
|
1748
|
+
_HFM,
|
|
1749
|
+
_DSet,
|
|
1750
|
+
_VFM,
|
|
1751
|
+
_VN,
|
|
1752
|
+
_VS,
|
|
1753
|
+
_VSR,
|
|
1754
|
+
_VP,
|
|
1755
|
+
],
|
|
1756
|
+
[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],
|
|
1757
|
+
];
|
|
1655
1758
|
export var OperationIdAlreadyExistsException = [
|
|
1656
1759
|
-3,
|
|
1657
1760
|
n0,
|
|
@@ -1706,8 +1809,8 @@ export var OperationStatusCheckFailedException = [
|
|
|
1706
1809
|
];
|
|
1707
1810
|
TypeRegistry.for(n0).registerError(OperationStatusCheckFailedException, __OperationStatusCheckFailedException);
|
|
1708
1811
|
export var Output = [3, n0, _O, 0, [_OK, _OV, _D, _EN], [0, 0, 0, 0]];
|
|
1709
|
-
export var Parameter = [3, n0, _Pa, 0, [_PK,
|
|
1710
|
-
export var ParameterConstraints = [3, n0, _PCa, 0, [
|
|
1812
|
+
export var Parameter = [3, n0, _Pa, 0, [_PK, _PVa, _UPV, _RV], [0, 0, 2, 0]];
|
|
1813
|
+
export var ParameterConstraints = [3, n0, _PCa, 0, [_AVl], [64 | 0]];
|
|
1711
1814
|
export var ParameterDeclaration = [
|
|
1712
1815
|
3,
|
|
1713
1816
|
n0,
|
|
@@ -1717,7 +1820,7 @@ export var ParameterDeclaration = [
|
|
|
1717
1820
|
[0, 0, 0, 2, 0, () => ParameterConstraints],
|
|
1718
1821
|
];
|
|
1719
1822
|
export var PhysicalResourceIdContextKeyValuePair = [3, n0, _PRICKVP, 0, [_K, _V], [0, 0]];
|
|
1720
|
-
export var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV,
|
|
1823
|
+
export var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AV, _DTi], [0, 0, 0, 0]];
|
|
1721
1824
|
export var PublishTypeInput = [3, n0, _PTI, 0, [_T, _A, _TN, _PVN], [0, 0, 0, 0]];
|
|
1722
1825
|
export var PublishTypeOutput = [3, n0, _PTO, 0, [_PTA], [0]];
|
|
1723
1826
|
export var RecordHandlerProgressInput = [
|
|
@@ -1746,8 +1849,24 @@ export var ResourceChange = [
|
|
|
1746
1849
|
n0,
|
|
1747
1850
|
_RC,
|
|
1748
1851
|
0,
|
|
1749
|
-
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
|
|
1750
|
-
[
|
|
1852
|
+
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
|
|
1853
|
+
[
|
|
1854
|
+
0,
|
|
1855
|
+
0,
|
|
1856
|
+
0,
|
|
1857
|
+
0,
|
|
1858
|
+
0,
|
|
1859
|
+
0,
|
|
1860
|
+
64 | 0,
|
|
1861
|
+
0,
|
|
1862
|
+
() => ResourceDriftIgnoredAttributes,
|
|
1863
|
+
() => ResourceChangeDetails,
|
|
1864
|
+
0,
|
|
1865
|
+
() => ModuleInfo,
|
|
1866
|
+
0,
|
|
1867
|
+
0,
|
|
1868
|
+
0,
|
|
1869
|
+
],
|
|
1751
1870
|
];
|
|
1752
1871
|
export var ResourceChangeDetail = [
|
|
1753
1872
|
3,
|
|
@@ -1766,6 +1885,7 @@ export var ResourceDetail = [
|
|
|
1766
1885
|
[_RT, _LRI, _RI, _RSes, _RSR, _W],
|
|
1767
1886
|
[0, 0, 128 | 0, 0, 0, () => WarningDetails],
|
|
1768
1887
|
];
|
|
1888
|
+
export var ResourceDriftIgnoredAttribute = [3, n0, _RDIAe, 0, [_Pat, _Rea], [0, 0]];
|
|
1769
1889
|
export var ResourceIdentifierSummary = [
|
|
1770
1890
|
3,
|
|
1771
1891
|
n0,
|
|
@@ -1835,13 +1955,13 @@ export var ResourceTargetDefinition = [
|
|
|
1835
1955
|
n0,
|
|
1836
1956
|
_RTDe,
|
|
1837
1957
|
0,
|
|
1838
|
-
[_At, _N, _RReq, _Pat, _BV, _AVf, _ACT],
|
|
1839
|
-
[0, 0, 0, 0, 0, 0, 0],
|
|
1958
|
+
[_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
|
|
1959
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift, 0],
|
|
1840
1960
|
];
|
|
1841
1961
|
export var ResourceToImport = [3, n0, _RTIes, 0, [_RT, _LRI, _RI], [0, 0, 128 | 0]];
|
|
1842
1962
|
export var RollbackConfiguration = [3, n0, _RCo, 0, [_RTo, _MTIM], [() => RollbackTriggers, 1]];
|
|
1843
1963
|
export var RollbackStackInput = [3, n0, _RSIo, 0, [_SN, _RARN, _CRT, _REOC], [0, 0, 0, 2]];
|
|
1844
|
-
export var RollbackStackOutput = [3, n0, _RSO, 0, [_SI], [0]];
|
|
1964
|
+
export var RollbackStackOutput = [3, n0, _RSO, 0, [_SI, _OI], [0, 0]];
|
|
1845
1965
|
export var RollbackTrigger = [3, n0, _RTol, 0, [_A, _T], [0, 0]];
|
|
1846
1966
|
export var ScanFilter = [3, n0, _SFc, 0, [_Ty], [64 | 0]];
|
|
1847
1967
|
export var ScannedResource = [3, n0, _SRc, 0, [_RT, _RI, _MBS], [0, 128 | 0, 2]];
|
|
@@ -1888,8 +2008,9 @@ export var Stack = [
|
|
|
1888
2008
|
_RIo,
|
|
1889
2009
|
_DI,
|
|
1890
2010
|
_REOC,
|
|
1891
|
-
|
|
2011
|
+
_DMe,
|
|
1892
2012
|
_DSet,
|
|
2013
|
+
_LO,
|
|
1893
2014
|
],
|
|
1894
2015
|
[
|
|
1895
2016
|
0,
|
|
@@ -1917,6 +2038,7 @@ export var Stack = [
|
|
|
1917
2038
|
2,
|
|
1918
2039
|
0,
|
|
1919
2040
|
0,
|
|
2041
|
+
() => LastOperations,
|
|
1920
2042
|
],
|
|
1921
2043
|
];
|
|
1922
2044
|
export var StackDefinition = [3, n0, _SDt, 0, [_SN, _TB, _TURL], [0, 0, 0]];
|
|
@@ -1927,8 +2049,8 @@ export var StackEvent = [
|
|
|
1927
2049
|
n0,
|
|
1928
2050
|
_SEt,
|
|
1929
2051
|
0,
|
|
1930
|
-
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
1931
|
-
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2052
|
+
[_SI, _EI, _SN, _OI, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2053
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1932
2054
|
];
|
|
1933
2055
|
export var StackInstance = [
|
|
1934
2056
|
3,
|
|
@@ -2167,8 +2289,8 @@ export var StackSummary = [
|
|
|
2167
2289
|
n0,
|
|
2168
2290
|
_SStac,
|
|
2169
2291
|
0,
|
|
2170
|
-
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI],
|
|
2171
|
-
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary],
|
|
2292
|
+
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI, _LO],
|
|
2293
|
+
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary, () => LastOperations],
|
|
2172
2294
|
];
|
|
2173
2295
|
export var StaleRequestException = [
|
|
2174
2296
|
-3,
|
|
@@ -2319,7 +2441,7 @@ export var UpdateStackInstancesInput = [
|
|
|
2319
2441
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
2320
2442
|
];
|
|
2321
2443
|
export var UpdateStackInstancesOutput = [3, n0, _USIO, 0, [_OI], [0]];
|
|
2322
|
-
export var UpdateStackOutput = [3, n0, _USO, 0, [_SI], [0]];
|
|
2444
|
+
export var UpdateStackOutput = [3, n0, _USO, 0, [_SI, _OI], [0, 0]];
|
|
2323
2445
|
export var UpdateStackSetInput = [
|
|
2324
2446
|
3,
|
|
2325
2447
|
n0,
|
|
@@ -2385,8 +2507,10 @@ export var Exports = [1, n0, _Exp, 0, () => Export];
|
|
|
2385
2507
|
export var HookResultSummaries = [1, n0, _HRSo, 0, () => HookResultSummary];
|
|
2386
2508
|
export var Imports = 64 | 0;
|
|
2387
2509
|
export var JazzLogicalResourceIds = 64 | 0;
|
|
2510
|
+
export var LastOperations = [1, n0, _LO, 0, () => OperationEntry];
|
|
2388
2511
|
export var LogicalResourceIds = 64 | 0;
|
|
2389
2512
|
export var NotificationARNs = 64 | 0;
|
|
2513
|
+
export var OperationEvents = [1, n0, _OE, 0, () => OperationEvent];
|
|
2390
2514
|
export var OperationResultFilters = [1, n0, _ORFp, 0, () => OperationResultFilter];
|
|
2391
2515
|
export var OrganizationalUnitIdList = 64 | 0;
|
|
2392
2516
|
export var Outputs = [1, n0, _Ou, 0, () => Output];
|
|
@@ -2401,6 +2525,7 @@ export var RequiredActivatedTypes = [1, n0, _RAT, 0, () => RequiredActivatedType
|
|
|
2401
2525
|
export var ResourceChangeDetails = [1, n0, _RCDe, 0, () => ResourceChangeDetail];
|
|
2402
2526
|
export var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
|
|
2403
2527
|
export var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
|
|
2528
|
+
export var ResourceDriftIgnoredAttributes = [1, n0, _RDIA, 0, () => ResourceDriftIgnoredAttribute];
|
|
2404
2529
|
export var ResourceIdentifiers = 64 | 0;
|
|
2405
2530
|
export var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
|
|
2406
2531
|
export var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
|
|
@@ -2619,6 +2744,14 @@ export var DescribeChangeSetHooks = [
|
|
|
2619
2744
|
() => DescribeChangeSetHooksInput,
|
|
2620
2745
|
() => DescribeChangeSetHooksOutput,
|
|
2621
2746
|
];
|
|
2747
|
+
export var DescribeEvents = [
|
|
2748
|
+
9,
|
|
2749
|
+
n0,
|
|
2750
|
+
_DE,
|
|
2751
|
+
0,
|
|
2752
|
+
() => DescribeEventsInput,
|
|
2753
|
+
() => DescribeEventsOutput,
|
|
2754
|
+
];
|
|
2622
2755
|
export var DescribeGeneratedTemplate = [
|
|
2623
2756
|
9,
|
|
2624
2757
|
n0,
|
|
@@ -22,6 +22,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
|
|
|
22
22
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
23
23
|
import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
|
|
24
24
|
import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
|
|
25
|
+
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
25
26
|
import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
|
|
26
27
|
import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
|
|
27
28
|
import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
|
|
@@ -228,6 +229,13 @@ export interface CloudFormation {
|
|
|
228
229
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChangeSetHooksCommandOutput>;
|
|
229
230
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
230
231
|
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void): void;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link DescribeEventsCommand}
|
|
234
|
+
*/
|
|
235
|
+
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
236
|
+
describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
|
|
237
|
+
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
238
|
+
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
231
239
|
/**
|
|
232
240
|
* @see {@link DescribeGeneratedTemplateCommand}
|
|
233
241
|
*/
|
|
@@ -29,6 +29,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./comma
|
|
|
29
29
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
30
30
|
import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
|
|
31
31
|
import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
|
|
32
|
+
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
32
33
|
import { DescribeGeneratedTemplateCommandInput, DescribeGeneratedTemplateCommandOutput } from "./commands/DescribeGeneratedTemplateCommand";
|
|
33
34
|
import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "./commands/DescribeOrganizationsAccessCommand";
|
|
34
35
|
import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
|
|
@@ -102,11 +103,11 @@ export { __Client };
|
|
|
102
103
|
/**
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
|
-
export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetHookResultCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
106
|
+
export type ServiceInputTypes = ActivateOrganizationsAccessCommandInput | ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateGeneratedTemplateCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackRefactorCommandInput | CreateStackSetCommandInput | DeactivateOrganizationsAccessCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteGeneratedTemplateCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribeEventsCommandInput | DescribeGeneratedTemplateCommandInput | DescribeOrganizationsAccessCommandInput | DescribePublisherCommandInput | DescribeResourceScanCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackRefactorCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | ExecuteStackRefactorCommandInput | GetGeneratedTemplateCommandInput | GetHookResultCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListGeneratedTemplatesCommandInput | ListHookResultsCommandInput | ListImportsCommandInput | ListResourceScanRelatedResourcesCommandInput | ListResourceScanResourcesCommandInput | ListResourceScansCommandInput | ListStackInstanceResourceDriftsCommandInput | ListStackInstancesCommandInput | ListStackRefactorActionsCommandInput | ListStackRefactorsCommandInput | ListStackResourcesCommandInput | ListStackSetAutoDeploymentTargetsCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StartResourceScanCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateGeneratedTemplateCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
106
107
|
/**
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
|
-
export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetHookResultCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
110
|
+
export type ServiceOutputTypes = ActivateOrganizationsAccessCommandOutput | ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateGeneratedTemplateCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackRefactorCommandOutput | CreateStackSetCommandOutput | DeactivateOrganizationsAccessCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteGeneratedTemplateCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribeEventsCommandOutput | DescribeGeneratedTemplateCommandOutput | DescribeOrganizationsAccessCommandOutput | DescribePublisherCommandOutput | DescribeResourceScanCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackRefactorCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | ExecuteStackRefactorCommandOutput | GetGeneratedTemplateCommandOutput | GetHookResultCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListGeneratedTemplatesCommandOutput | ListHookResultsCommandOutput | ListImportsCommandOutput | ListResourceScanRelatedResourcesCommandOutput | ListResourceScanResourcesCommandOutput | ListResourceScansCommandOutput | ListStackInstanceResourceDriftsCommandOutput | ListStackInstancesCommandOutput | ListStackRefactorActionsCommandOutput | ListStackRefactorsCommandOutput | ListStackResourcesCommandOutput | ListStackSetAutoDeploymentTargetsCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StartResourceScanCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateGeneratedTemplateCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
110
111
|
/**
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts
CHANGED
|
@@ -108,6 +108,7 @@ declare const CreateChangeSetCommand_base: {
|
|
|
108
108
|
* IncludeNestedStacks: true || false,
|
|
109
109
|
* OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
110
110
|
* ImportExistingResources: true || false,
|
|
111
|
+
* DeploymentMode: "REVERT_DRIFT",
|
|
111
112
|
* };
|
|
112
113
|
* const command = new CreateChangeSetCommand(input);
|
|
113
114
|
* const response = await client.send(command);
|
|
@@ -65,6 +65,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
65
65
|
* // ExecutionStatus: "UNAVAILABLE" || "AVAILABLE" || "EXECUTE_IN_PROGRESS" || "EXECUTE_COMPLETE" || "EXECUTE_FAILED" || "OBSOLETE",
|
|
66
66
|
* // Status: "CREATE_PENDING" || "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "DELETE_PENDING" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "FAILED",
|
|
67
67
|
* // StatusReason: "STRING_VALUE",
|
|
68
|
+
* // StackDriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED",
|
|
68
69
|
* // NotificationARNs: [ // NotificationARNs
|
|
69
70
|
* // "STRING_VALUE",
|
|
70
71
|
* // ],
|
|
@@ -92,7 +93,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
92
93
|
* // HookInvocationCount: Number("int"),
|
|
93
94
|
* // ResourceChange: { // ResourceChange
|
|
94
95
|
* // PolicyAction: "Delete" || "Retain" || "Snapshot" || "ReplaceAndDelete" || "ReplaceAndRetain" || "ReplaceAndSnapshot",
|
|
95
|
-
* // Action: "Add" || "Modify" || "Remove" || "Import" || "Dynamic",
|
|
96
|
+
* // Action: "Add" || "Modify" || "Remove" || "Import" || "Dynamic" || "SyncWithActual",
|
|
96
97
|
* // LogicalResourceId: "STRING_VALUE",
|
|
97
98
|
* // PhysicalResourceId: "STRING_VALUE",
|
|
98
99
|
* // ResourceType: "STRING_VALUE",
|
|
@@ -100,6 +101,13 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
100
101
|
* // Scope: [ // Scope
|
|
101
102
|
* // "Properties" || "Metadata" || "CreationPolicy" || "UpdatePolicy" || "DeletionPolicy" || "UpdateReplacePolicy" || "Tags",
|
|
102
103
|
* // ],
|
|
104
|
+
* // ResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
105
|
+
* // ResourceDriftIgnoredAttributes: [ // ResourceDriftIgnoredAttributes
|
|
106
|
+
* // { // ResourceDriftIgnoredAttribute
|
|
107
|
+
* // Path: "STRING_VALUE",
|
|
108
|
+
* // Reason: "MANAGED_BY_AWS" || "WRITE_ONLY_PROPERTY",
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
103
111
|
* // Details: [ // ResourceChangeDetails
|
|
104
112
|
* // { // ResourceChangeDetail
|
|
105
113
|
* // Target: { // ResourceTargetDefinition
|
|
@@ -109,10 +117,17 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
109
117
|
* // Path: "STRING_VALUE",
|
|
110
118
|
* // BeforeValue: "STRING_VALUE",
|
|
111
119
|
* // AfterValue: "STRING_VALUE",
|
|
112
|
-
* //
|
|
120
|
+
* // BeforeValueFrom: "PREVIOUS_DEPLOYMENT_STATE" || "ACTUAL_STATE",
|
|
121
|
+
* // AfterValueFrom: "TEMPLATE",
|
|
122
|
+
* // Drift: { // LiveResourceDrift
|
|
123
|
+
* // PreviousValue: "STRING_VALUE",
|
|
124
|
+
* // ActualValue: "STRING_VALUE",
|
|
125
|
+
* // DriftDetectionTimestamp: new Date("TIMESTAMP"),
|
|
126
|
+
* // },
|
|
127
|
+
* // AttributeChangeType: "Add" || "Remove" || "Modify" || "SyncWithActual",
|
|
113
128
|
* // },
|
|
114
129
|
* // Evaluation: "Static" || "Dynamic",
|
|
115
|
-
* // ChangeSource: "ResourceReference" || "ParameterReference" || "ResourceAttribute" || "DirectModification" || "Automatic",
|
|
130
|
+
* // ChangeSource: "ResourceReference" || "ParameterReference" || "ResourceAttribute" || "DirectModification" || "Automatic" || "NoModification",
|
|
116
131
|
* // CausingEntity: "STRING_VALUE",
|
|
117
132
|
* // },
|
|
118
133
|
* // ],
|
|
@@ -123,6 +138,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
123
138
|
* // },
|
|
124
139
|
* // BeforeContext: "STRING_VALUE",
|
|
125
140
|
* // AfterContext: "STRING_VALUE",
|
|
141
|
+
* // PreviousDeploymentContext: "STRING_VALUE",
|
|
126
142
|
* // },
|
|
127
143
|
* // },
|
|
128
144
|
* // ],
|
|
@@ -132,6 +148,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
132
148
|
* // RootChangeSetId: "STRING_VALUE",
|
|
133
149
|
* // OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
134
150
|
* // ImportExistingResources: true || false,
|
|
151
|
+
* // DeploymentMode: "REVERT_DRIFT",
|
|
135
152
|
* // };
|
|
136
153
|
*
|
|
137
154
|
* ```
|
|
@@ -60,7 +60,7 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
|
60
60
|
* // ResourceTargetDetails: { // ChangeSetHookResourceTargetDetails
|
|
61
61
|
* // LogicalResourceId: "STRING_VALUE",
|
|
62
62
|
* // ResourceType: "STRING_VALUE",
|
|
63
|
-
* // ResourceAction: "Add" || "Modify" || "Remove" || "Import" || "Dynamic",
|
|
63
|
+
* // ResourceAction: "Add" || "Modify" || "Remove" || "Import" || "Dynamic" || "SyncWithActual",
|
|
64
64
|
* // },
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|