@cdk8s/awscdk-resolver 0.0.408 → 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/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- 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 +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +5 -5
- 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-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
- 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 +6 -6
|
@@ -22,6 +22,7 @@ import { DeregisterTypeCommand, } from "./commands/DeregisterTypeCommand";
|
|
|
22
22
|
import { DescribeAccountLimitsCommand, } from "./commands/DescribeAccountLimitsCommand";
|
|
23
23
|
import { DescribeChangeSetCommand, } from "./commands/DescribeChangeSetCommand";
|
|
24
24
|
import { DescribeChangeSetHooksCommand, } from "./commands/DescribeChangeSetHooksCommand";
|
|
25
|
+
import { DescribeEventsCommand, } from "./commands/DescribeEventsCommand";
|
|
25
26
|
import { DescribeGeneratedTemplateCommand, } from "./commands/DescribeGeneratedTemplateCommand";
|
|
26
27
|
import { DescribeOrganizationsAccessCommand, } from "./commands/DescribeOrganizationsAccessCommand";
|
|
27
28
|
import { DescribePublisherCommand, } from "./commands/DescribePublisherCommand";
|
|
@@ -112,6 +113,7 @@ const commands = {
|
|
|
112
113
|
DescribeAccountLimitsCommand,
|
|
113
114
|
DescribeChangeSetCommand,
|
|
114
115
|
DescribeChangeSetHooksCommand,
|
|
116
|
+
DescribeEventsCommand,
|
|
115
117
|
DescribeGeneratedTemplateCommand,
|
|
116
118
|
DescribeOrganizationsAccessCommand,
|
|
117
119
|
DescribePublisherCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeEvents } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeEventsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("CloudFormation", "DescribeEvents", {})
|
|
13
|
+
.n("CloudFormationClient", "DescribeEventsCommand")
|
|
14
|
+
.sc(DescribeEvents)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -20,6 +20,7 @@ export * from "./DeregisterTypeCommand";
|
|
|
20
20
|
export * from "./DescribeAccountLimitsCommand";
|
|
21
21
|
export * from "./DescribeChangeSetCommand";
|
|
22
22
|
export * from "./DescribeChangeSetHooksCommand";
|
|
23
|
+
export * from "./DescribeEventsCommand";
|
|
23
24
|
export * from "./DescribeGeneratedTemplateCommand";
|
|
24
25
|
export * from "./DescribeOrganizationsAccessCommand";
|
|
25
26
|
export * from "./DescribePublisherCommand";
|
|
@@ -75,6 +75,9 @@ export class TypeNotFoundException extends __BaseException {
|
|
|
75
75
|
this.Message = opts.Message;
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
+
export const AfterValueFrom = {
|
|
79
|
+
TEMPLATE: "TEMPLATE",
|
|
80
|
+
};
|
|
78
81
|
export class AlreadyExistsException extends __BaseException {
|
|
79
82
|
name = "AlreadyExistsException";
|
|
80
83
|
$fault = "client";
|
|
@@ -105,6 +108,7 @@ export const AttributeChangeType = {
|
|
|
105
108
|
Add: "Add",
|
|
106
109
|
Modify: "Modify",
|
|
107
110
|
Remove: "Remove",
|
|
111
|
+
SyncWithActual: "SyncWithActual",
|
|
108
112
|
};
|
|
109
113
|
export class TypeConfigurationNotFoundException extends __BaseException {
|
|
110
114
|
name = "TypeConfigurationNotFoundException";
|
|
@@ -120,6 +124,15 @@ export class TypeConfigurationNotFoundException extends __BaseException {
|
|
|
120
124
|
this.Message = opts.Message;
|
|
121
125
|
}
|
|
122
126
|
}
|
|
127
|
+
export const BeaconStackOperationStatus = {
|
|
128
|
+
FAILED: "FAILED",
|
|
129
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
130
|
+
SUCCEEDED: "SUCCEEDED",
|
|
131
|
+
};
|
|
132
|
+
export const BeforeValueFrom = {
|
|
133
|
+
ACTUAL_STATE: "ACTUAL_STATE",
|
|
134
|
+
PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE",
|
|
135
|
+
};
|
|
123
136
|
export const CallAs = {
|
|
124
137
|
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
125
138
|
SELF: "SELF",
|
|
@@ -155,10 +168,12 @@ export const ChangeAction = {
|
|
|
155
168
|
Import: "Import",
|
|
156
169
|
Modify: "Modify",
|
|
157
170
|
Remove: "Remove",
|
|
171
|
+
SyncWithActual: "SyncWithActual",
|
|
158
172
|
};
|
|
159
173
|
export const ChangeSource = {
|
|
160
174
|
Automatic: "Automatic",
|
|
161
175
|
DirectModification: "DirectModification",
|
|
176
|
+
NoModification: "NoModification",
|
|
162
177
|
ParameterReference: "ParameterReference",
|
|
163
178
|
ResourceAttribute: "ResourceAttribute",
|
|
164
179
|
ResourceReference: "ResourceReference",
|
|
@@ -194,6 +209,18 @@ export const Replacement = {
|
|
|
194
209
|
False: "False",
|
|
195
210
|
True: "True",
|
|
196
211
|
};
|
|
212
|
+
export const DriftIgnoredReason = {
|
|
213
|
+
MANAGED_BY_AWS: "MANAGED_BY_AWS",
|
|
214
|
+
WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY",
|
|
215
|
+
};
|
|
216
|
+
export const StackResourceDriftStatus = {
|
|
217
|
+
DELETED: "DELETED",
|
|
218
|
+
IN_SYNC: "IN_SYNC",
|
|
219
|
+
MODIFIED: "MODIFIED",
|
|
220
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
221
|
+
UNKNOWN: "UNKNOWN",
|
|
222
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
223
|
+
};
|
|
197
224
|
export const ChangeType = {
|
|
198
225
|
Resource: "Resource",
|
|
199
226
|
};
|
|
@@ -249,6 +276,9 @@ export const ChangeSetType = {
|
|
|
249
276
|
IMPORT: "IMPORT",
|
|
250
277
|
UPDATE: "UPDATE",
|
|
251
278
|
};
|
|
279
|
+
export const DeploymentMode = {
|
|
280
|
+
REVERT_DRIFT: "REVERT_DRIFT",
|
|
281
|
+
};
|
|
252
282
|
export const OnStackFailure = {
|
|
253
283
|
DELETE: "DELETE",
|
|
254
284
|
DO_NOTHING: "DO_NOTHING",
|
|
@@ -456,6 +486,71 @@ export const RegistryType = {
|
|
|
456
486
|
MODULE: "MODULE",
|
|
457
487
|
RESOURCE: "RESOURCE",
|
|
458
488
|
};
|
|
489
|
+
export const StackDriftStatus = {
|
|
490
|
+
DRIFTED: "DRIFTED",
|
|
491
|
+
IN_SYNC: "IN_SYNC",
|
|
492
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
493
|
+
UNKNOWN: "UNKNOWN",
|
|
494
|
+
};
|
|
495
|
+
export const DetailedStatus = {
|
|
496
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
497
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
498
|
+
};
|
|
499
|
+
export const EventType = {
|
|
500
|
+
HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR",
|
|
501
|
+
PROGRESS_EVENT: "PROGRESS_EVENT",
|
|
502
|
+
PROVISIONING_ERROR: "PROVISIONING_ERROR",
|
|
503
|
+
STACK_EVENT: "STACK_EVENT",
|
|
504
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
505
|
+
};
|
|
506
|
+
export const HookStatus = {
|
|
507
|
+
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
508
|
+
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
509
|
+
HOOK_FAILED: "HOOK_FAILED",
|
|
510
|
+
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
511
|
+
};
|
|
512
|
+
export const OperationType = {
|
|
513
|
+
CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK",
|
|
514
|
+
CREATE_CHANGESET: "CREATE_CHANGESET",
|
|
515
|
+
CREATE_STACK: "CREATE_STACK",
|
|
516
|
+
DELETE_STACK: "DELETE_STACK",
|
|
517
|
+
ROLLBACK: "ROLLBACK",
|
|
518
|
+
UPDATE_STACK: "UPDATE_STACK",
|
|
519
|
+
};
|
|
520
|
+
export const ResourceStatus = {
|
|
521
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
522
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
523
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
524
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
525
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
526
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
527
|
+
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
528
|
+
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
529
|
+
EXPORT_FAILED: "EXPORT_FAILED",
|
|
530
|
+
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
531
|
+
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
532
|
+
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
533
|
+
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
534
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
535
|
+
IMPORT_FAILED: "IMPORT_FAILED",
|
|
536
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
537
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
538
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
539
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
540
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
541
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
542
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
543
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
544
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
545
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
546
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
547
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
548
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
549
|
+
};
|
|
550
|
+
export const ValidationStatus = {
|
|
551
|
+
FAILED: "FAILED",
|
|
552
|
+
SKIPPED: "SKIPPED",
|
|
553
|
+
};
|
|
459
554
|
export const GeneratedTemplateResourceStatus = {
|
|
460
555
|
COMPLETE: "COMPLETE",
|
|
461
556
|
FAILED: "FAILED",
|
|
@@ -518,52 +613,6 @@ export const StackDriftDetectionStatus = {
|
|
|
518
613
|
DETECTION_FAILED: "DETECTION_FAILED",
|
|
519
614
|
DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS",
|
|
520
615
|
};
|
|
521
|
-
export const StackDriftStatus = {
|
|
522
|
-
DRIFTED: "DRIFTED",
|
|
523
|
-
IN_SYNC: "IN_SYNC",
|
|
524
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
525
|
-
UNKNOWN: "UNKNOWN",
|
|
526
|
-
};
|
|
527
|
-
export const DetailedStatus = {
|
|
528
|
-
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
529
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
530
|
-
};
|
|
531
|
-
export const HookStatus = {
|
|
532
|
-
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
533
|
-
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
534
|
-
HOOK_FAILED: "HOOK_FAILED",
|
|
535
|
-
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
536
|
-
};
|
|
537
|
-
export const ResourceStatus = {
|
|
538
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
539
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
540
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
541
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
542
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
543
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
544
|
-
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
545
|
-
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
546
|
-
EXPORT_FAILED: "EXPORT_FAILED",
|
|
547
|
-
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
548
|
-
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
549
|
-
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
550
|
-
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
551
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
552
|
-
IMPORT_FAILED: "IMPORT_FAILED",
|
|
553
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
554
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
555
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
556
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
557
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
558
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
559
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
560
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
561
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
562
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
563
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
564
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
565
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
566
|
-
};
|
|
567
616
|
export const StackInstanceDetailedStatus = {
|
|
568
617
|
CANCELLED: "CANCELLED",
|
|
569
618
|
FAILED: "FAILED",
|
|
@@ -626,13 +675,6 @@ export class StackRefactorNotFoundException extends __BaseException {
|
|
|
626
675
|
this.Message = opts.Message;
|
|
627
676
|
}
|
|
628
677
|
}
|
|
629
|
-
export const StackResourceDriftStatus = {
|
|
630
|
-
DELETED: "DELETED",
|
|
631
|
-
IN_SYNC: "IN_SYNC",
|
|
632
|
-
MODIFIED: "MODIFIED",
|
|
633
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
634
|
-
UNKNOWN: "UNKNOWN",
|
|
635
|
-
};
|
|
636
678
|
export const DifferenceType = {
|
|
637
679
|
ADD: "ADD",
|
|
638
680
|
NOT_EQUAL: "NOT_EQUAL",
|
|
@@ -800,6 +842,3 @@ export const StackRefactorActionEntity = {
|
|
|
800
842
|
RESOURCE: "RESOURCE",
|
|
801
843
|
STACK: "STACK",
|
|
802
844
|
};
|
|
803
|
-
export const OperationResultFilterName = {
|
|
804
|
-
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
805
|
-
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
2
|
+
export const OperationResultFilterName = {
|
|
3
|
+
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
4
|
+
};
|
|
2
5
|
export const StackSetOperationResultStatus = {
|
|
3
6
|
CANCELLED: "CANCELLED",
|
|
4
7
|
FAILED: "FAILED",
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
+
import { DescribeChangeSetCommand, } from "../commands/DescribeChangeSetCommand";
|
|
4
|
+
export const paginateDescribeChangeSet = createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
+
import { DescribeEventsCommand, } from "../commands/DescribeEventsCommand";
|
|
4
|
+
export const paginateDescribeEvents = createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./DescribeAccountLimitsPaginator";
|
|
2
|
+
export * from "./DescribeChangeSetPaginator";
|
|
3
|
+
export * from "./DescribeEventsPaginator";
|
|
2
4
|
export * from "./DescribeStackEventsPaginator";
|
|
3
5
|
export * from "./DescribeStackResourceDriftsPaginator";
|
|
4
6
|
export * from "./DescribeStacksPaginator";
|