@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.
Files changed (70) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +285 -82
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +95 -56
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +161 -28
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +8 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +3 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +2 -1
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +7 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3943 -3901
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +499 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +11 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +2 -4
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +186 -144
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +92 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  57. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  58. package/node_modules/@aws-sdk/core/package.json +1 -1
  59. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  60. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  61. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  62. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  63. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  64. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  65. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  66. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  67. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  68. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  69. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  70. package/package.json +5 -5
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import { DescribeEventsInput, DescribeEventsOutput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DescribeEventsCommandInput extends DescribeEventsInput {}
12
+ export interface DescribeEventsCommandOutput
13
+ extends DescribeEventsOutput,
14
+ __MetadataBearer {}
15
+ declare const DescribeEventsCommand_base: {
16
+ new (
17
+ input: DescribeEventsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DescribeEventsCommandInput,
20
+ DescribeEventsCommandOutput,
21
+ CloudFormationClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [DescribeEventsCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DescribeEventsCommandInput,
29
+ DescribeEventsCommandOutput,
30
+ CloudFormationClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeEventsInput;
40
+ output: DescribeEventsOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeEventsCommandInput;
44
+ output: DescribeEventsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import {
9
- ListStackRefactorsInput,
10
- ListStackRefactorsOutput,
11
- } from "../models/models_0";
8
+ import { ListStackRefactorsInput } from "../models/models_0";
9
+ import { ListStackRefactorsOutput } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListStackRefactorsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackResourcesInput,
10
10
  ListStackResourcesOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackResourcesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetAutoDeploymentTargetsInput,
10
10
  ListStackSetAutoDeploymentTargetsOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetAutoDeploymentTargetsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { ListStacksInput, ListStacksOutput } from "../models/models_0";
8
+ import { ListStacksInput, ListStacksOutput } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListStacksCommandInput extends ListStacksInput {}
@@ -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";
@@ -88,6 +88,11 @@ export declare class TypeNotFoundException extends __BaseException {
88
88
  opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
89
89
  );
90
90
  }
91
+ export declare const AfterValueFrom: {
92
+ readonly TEMPLATE: "TEMPLATE";
93
+ };
94
+ export type AfterValueFrom =
95
+ (typeof AfterValueFrom)[keyof typeof AfterValueFrom];
91
96
  export declare class AlreadyExistsException extends __BaseException {
92
97
  readonly name: "AlreadyExistsException";
93
98
  readonly $fault: "client";
@@ -124,6 +129,7 @@ export declare const AttributeChangeType: {
124
129
  readonly Add: "Add";
125
130
  readonly Modify: "Modify";
126
131
  readonly Remove: "Remove";
132
+ readonly SyncWithActual: "SyncWithActual";
127
133
  };
128
134
  export type AttributeChangeType =
129
135
  (typeof AttributeChangeType)[keyof typeof AttributeChangeType];
@@ -171,6 +177,19 @@ export declare class TypeConfigurationNotFoundException extends __BaseException
171
177
  >
172
178
  );
173
179
  }
180
+ export declare const BeaconStackOperationStatus: {
181
+ readonly FAILED: "FAILED";
182
+ readonly IN_PROGRESS: "IN_PROGRESS";
183
+ readonly SUCCEEDED: "SUCCEEDED";
184
+ };
185
+ export type BeaconStackOperationStatus =
186
+ (typeof BeaconStackOperationStatus)[keyof typeof BeaconStackOperationStatus];
187
+ export declare const BeforeValueFrom: {
188
+ readonly ACTUAL_STATE: "ACTUAL_STATE";
189
+ readonly PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE";
190
+ };
191
+ export type BeforeValueFrom =
192
+ (typeof BeforeValueFrom)[keyof typeof BeforeValueFrom];
174
193
  export declare const CallAs: {
175
194
  readonly DELEGATED_ADMIN: "DELEGATED_ADMIN";
176
195
  readonly SELF: "SELF";
@@ -207,11 +226,13 @@ export declare const ChangeAction: {
207
226
  readonly Import: "Import";
208
227
  readonly Modify: "Modify";
209
228
  readonly Remove: "Remove";
229
+ readonly SyncWithActual: "SyncWithActual";
210
230
  };
211
231
  export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
212
232
  export declare const ChangeSource: {
213
233
  readonly Automatic: "Automatic";
214
234
  readonly DirectModification: "DirectModification";
235
+ readonly NoModification: "NoModification";
215
236
  readonly ParameterReference: "ParameterReference";
216
237
  readonly ResourceAttribute: "ResourceAttribute";
217
238
  readonly ResourceReference: "ResourceReference";
@@ -234,6 +255,11 @@ export declare const ResourceAttribute: {
234
255
  };
235
256
  export type ResourceAttribute =
236
257
  (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
258
+ export interface LiveResourceDrift {
259
+ PreviousValue?: string | undefined;
260
+ ActualValue?: string | undefined;
261
+ DriftDetectionTimestamp?: Date | undefined;
262
+ }
237
263
  export declare const RequiresRecreation: {
238
264
  readonly Always: "Always";
239
265
  readonly Conditionally: "Conditionally";
@@ -248,6 +274,9 @@ export interface ResourceTargetDefinition {
248
274
  Path?: string | undefined;
249
275
  BeforeValue?: string | undefined;
250
276
  AfterValue?: string | undefined;
277
+ BeforeValueFrom?: BeforeValueFrom | undefined;
278
+ AfterValueFrom?: AfterValueFrom | undefined;
279
+ Drift?: LiveResourceDrift | undefined;
251
280
  AttributeChangeType?: AttributeChangeType | undefined;
252
281
  }
253
282
  export interface ResourceChangeDetail {
@@ -275,6 +304,26 @@ export declare const Replacement: {
275
304
  readonly True: "True";
276
305
  };
277
306
  export type Replacement = (typeof Replacement)[keyof typeof Replacement];
307
+ export declare const DriftIgnoredReason: {
308
+ readonly MANAGED_BY_AWS: "MANAGED_BY_AWS";
309
+ readonly WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY";
310
+ };
311
+ export type DriftIgnoredReason =
312
+ (typeof DriftIgnoredReason)[keyof typeof DriftIgnoredReason];
313
+ export interface ResourceDriftIgnoredAttribute {
314
+ Path?: string | undefined;
315
+ Reason?: DriftIgnoredReason | undefined;
316
+ }
317
+ export declare const StackResourceDriftStatus: {
318
+ readonly DELETED: "DELETED";
319
+ readonly IN_SYNC: "IN_SYNC";
320
+ readonly MODIFIED: "MODIFIED";
321
+ readonly NOT_CHECKED: "NOT_CHECKED";
322
+ readonly UNKNOWN: "UNKNOWN";
323
+ readonly UNSUPPORTED: "UNSUPPORTED";
324
+ };
325
+ export type StackResourceDriftStatus =
326
+ (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
278
327
  export interface ResourceChange {
279
328
  PolicyAction?: PolicyAction | undefined;
280
329
  Action?: ChangeAction | undefined;
@@ -283,11 +332,14 @@ export interface ResourceChange {
283
332
  ResourceType?: string | undefined;
284
333
  Replacement?: Replacement | undefined;
285
334
  Scope?: ResourceAttribute[] | undefined;
335
+ ResourceDriftStatus?: StackResourceDriftStatus | undefined;
336
+ ResourceDriftIgnoredAttributes?: ResourceDriftIgnoredAttribute[] | undefined;
286
337
  Details?: ResourceChangeDetail[] | undefined;
287
338
  ChangeSetId?: string | undefined;
288
339
  ModuleInfo?: ModuleInfo | undefined;
289
340
  BeforeContext?: string | undefined;
290
341
  AfterContext?: string | undefined;
342
+ PreviousDeploymentContext?: string | undefined;
291
343
  }
292
344
  export declare const ChangeType: {
293
345
  readonly Resource: "Resource";
@@ -396,6 +448,11 @@ export interface ContinueUpdateRollbackInput {
396
448
  ClientRequestToken?: string | undefined;
397
449
  }
398
450
  export interface ContinueUpdateRollbackOutput {}
451
+ export declare const DeploymentMode: {
452
+ readonly REVERT_DRIFT: "REVERT_DRIFT";
453
+ };
454
+ export type DeploymentMode =
455
+ (typeof DeploymentMode)[keyof typeof DeploymentMode];
399
456
  export declare const OnStackFailure: {
400
457
  readonly DELETE: "DELETE";
401
458
  readonly DO_NOTHING: "DO_NOTHING";
@@ -446,6 +503,7 @@ export interface CreateChangeSetInput {
446
503
  IncludeNestedStacks?: boolean | undefined;
447
504
  OnStackFailure?: OnStackFailure | undefined;
448
505
  ImportExistingResources?: boolean | undefined;
506
+ DeploymentMode?: DeploymentMode | undefined;
449
507
  }
450
508
  export interface CreateChangeSetOutput {
451
509
  Id?: string | undefined;
@@ -539,6 +597,7 @@ export interface CreateStackInput {
539
597
  }
540
598
  export interface CreateStackOutput {
541
599
  StackId?: string | undefined;
600
+ OperationId?: string | undefined;
542
601
  }
543
602
  export interface DeploymentTargets {
544
603
  Accounts?: string[] | undefined;
@@ -784,6 +843,14 @@ export interface DescribeChangeSetInput {
784
843
  NextToken?: string | undefined;
785
844
  IncludePropertyValues?: boolean | undefined;
786
845
  }
846
+ export declare const StackDriftStatus: {
847
+ readonly DRIFTED: "DRIFTED";
848
+ readonly IN_SYNC: "IN_SYNC";
849
+ readonly NOT_CHECKED: "NOT_CHECKED";
850
+ readonly UNKNOWN: "UNKNOWN";
851
+ };
852
+ export type StackDriftStatus =
853
+ (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
787
854
  export interface DescribeChangeSetOutput {
788
855
  ChangeSetName?: string | undefined;
789
856
  ChangeSetId?: string | undefined;
@@ -795,6 +862,7 @@ export interface DescribeChangeSetOutput {
795
862
  ExecutionStatus?: ExecutionStatus | undefined;
796
863
  Status?: ChangeSetStatus | undefined;
797
864
  StatusReason?: string | undefined;
865
+ StackDriftStatus?: StackDriftStatus | undefined;
798
866
  NotificationARNs?: string[] | undefined;
799
867
  RollbackConfiguration?: RollbackConfiguration | undefined;
800
868
  Capabilities?: Capability[] | undefined;
@@ -806,6 +874,7 @@ export interface DescribeChangeSetOutput {
806
874
  RootChangeSetId?: string | undefined;
807
875
  OnStackFailure?: OnStackFailure | undefined;
808
876
  ImportExistingResources?: boolean | undefined;
877
+ DeploymentMode?: DeploymentMode | undefined;
809
878
  }
810
879
  export interface DescribeChangeSetHooksInput {
811
880
  ChangeSetName: string | undefined;
@@ -822,6 +891,117 @@ export interface DescribeChangeSetHooksOutput {
822
891
  StackId?: string | undefined;
823
892
  StackName?: string | undefined;
824
893
  }
894
+ export interface EventFilter {
895
+ FailedEvents?: boolean | undefined;
896
+ }
897
+ export interface DescribeEventsInput {
898
+ StackName?: string | undefined;
899
+ ChangeSetName?: string | undefined;
900
+ OperationId?: string | undefined;
901
+ Filters?: EventFilter | undefined;
902
+ NextToken?: string | undefined;
903
+ }
904
+ export declare const DetailedStatus: {
905
+ readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
906
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
907
+ };
908
+ export type DetailedStatus =
909
+ (typeof DetailedStatus)[keyof typeof DetailedStatus];
910
+ export declare const EventType: {
911
+ readonly HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR";
912
+ readonly PROGRESS_EVENT: "PROGRESS_EVENT";
913
+ readonly PROVISIONING_ERROR: "PROVISIONING_ERROR";
914
+ readonly STACK_EVENT: "STACK_EVENT";
915
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
916
+ };
917
+ export type EventType = (typeof EventType)[keyof typeof EventType];
918
+ export declare const HookStatus: {
919
+ readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
920
+ readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
921
+ readonly HOOK_FAILED: "HOOK_FAILED";
922
+ readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
923
+ };
924
+ export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
925
+ export declare const OperationType: {
926
+ readonly CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK";
927
+ readonly CREATE_CHANGESET: "CREATE_CHANGESET";
928
+ readonly CREATE_STACK: "CREATE_STACK";
929
+ readonly DELETE_STACK: "DELETE_STACK";
930
+ readonly ROLLBACK: "ROLLBACK";
931
+ readonly UPDATE_STACK: "UPDATE_STACK";
932
+ };
933
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
934
+ export declare const ResourceStatus: {
935
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
936
+ readonly CREATE_FAILED: "CREATE_FAILED";
937
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
938
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
939
+ readonly DELETE_FAILED: "DELETE_FAILED";
940
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
941
+ readonly DELETE_SKIPPED: "DELETE_SKIPPED";
942
+ readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
943
+ readonly EXPORT_FAILED: "EXPORT_FAILED";
944
+ readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
945
+ readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
946
+ readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
947
+ readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
948
+ readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
949
+ readonly IMPORT_FAILED: "IMPORT_FAILED";
950
+ readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
951
+ readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
952
+ readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
953
+ readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
954
+ readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
955
+ readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
956
+ readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
957
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
958
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
959
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
960
+ readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
961
+ readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
962
+ readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
963
+ };
964
+ export type ResourceStatus =
965
+ (typeof ResourceStatus)[keyof typeof ResourceStatus];
966
+ export declare const ValidationStatus: {
967
+ readonly FAILED: "FAILED";
968
+ readonly SKIPPED: "SKIPPED";
969
+ };
970
+ export type ValidationStatus =
971
+ (typeof ValidationStatus)[keyof typeof ValidationStatus];
972
+ export interface OperationEvent {
973
+ EventId?: string | undefined;
974
+ StackId?: string | undefined;
975
+ OperationId?: string | undefined;
976
+ OperationType?: OperationType | undefined;
977
+ OperationStatus?: BeaconStackOperationStatus | undefined;
978
+ EventType?: EventType | undefined;
979
+ LogicalResourceId?: string | undefined;
980
+ PhysicalResourceId?: string | undefined;
981
+ ResourceType?: string | undefined;
982
+ Timestamp?: Date | undefined;
983
+ StartTime?: Date | undefined;
984
+ EndTime?: Date | undefined;
985
+ ResourceStatus?: ResourceStatus | undefined;
986
+ ResourceStatusReason?: string | undefined;
987
+ ResourceProperties?: string | undefined;
988
+ ClientRequestToken?: string | undefined;
989
+ HookType?: string | undefined;
990
+ HookStatus?: HookStatus | undefined;
991
+ HookStatusReason?: string | undefined;
992
+ HookInvocationPoint?: HookInvocationPoint | undefined;
993
+ HookFailureMode?: HookFailureMode | undefined;
994
+ DetailedStatus?: DetailedStatus | undefined;
995
+ ValidationFailureMode?: HookFailureMode | undefined;
996
+ ValidationName?: string | undefined;
997
+ ValidationStatus?: ValidationStatus | undefined;
998
+ ValidationStatusReason?: string | undefined;
999
+ ValidationPath?: string | undefined;
1000
+ }
1001
+ export interface DescribeEventsOutput {
1002
+ OperationEvents?: OperationEvent[] | undefined;
1003
+ NextToken?: string | undefined;
1004
+ }
825
1005
  export interface DescribeGeneratedTemplateInput {
826
1006
  GeneratedTemplateName: string | undefined;
827
1007
  }
@@ -968,14 +1148,6 @@ export declare const StackDriftDetectionStatus: {
968
1148
  };
969
1149
  export type StackDriftDetectionStatus =
970
1150
  (typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
971
- export declare const StackDriftStatus: {
972
- readonly DRIFTED: "DRIFTED";
973
- readonly IN_SYNC: "IN_SYNC";
974
- readonly NOT_CHECKED: "NOT_CHECKED";
975
- readonly UNKNOWN: "UNKNOWN";
976
- };
977
- export type StackDriftStatus =
978
- (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
979
1151
  export interface DescribeStackDriftDetectionStatusOutput {
980
1152
  StackId: string | undefined;
981
1153
  StackDriftDetectionId: string | undefined;
@@ -989,55 +1161,11 @@ export interface DescribeStackEventsInput {
989
1161
  StackName: string | undefined;
990
1162
  NextToken?: string | undefined;
991
1163
  }
992
- export declare const DetailedStatus: {
993
- readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
994
- readonly VALIDATION_FAILED: "VALIDATION_FAILED";
995
- };
996
- export type DetailedStatus =
997
- (typeof DetailedStatus)[keyof typeof DetailedStatus];
998
- export declare const HookStatus: {
999
- readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
1000
- readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
1001
- readonly HOOK_FAILED: "HOOK_FAILED";
1002
- readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
1003
- };
1004
- export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
1005
- export declare const ResourceStatus: {
1006
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
1007
- readonly CREATE_FAILED: "CREATE_FAILED";
1008
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1009
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
1010
- readonly DELETE_FAILED: "DELETE_FAILED";
1011
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1012
- readonly DELETE_SKIPPED: "DELETE_SKIPPED";
1013
- readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
1014
- readonly EXPORT_FAILED: "EXPORT_FAILED";
1015
- readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
1016
- readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
1017
- readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
1018
- readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
1019
- readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
1020
- readonly IMPORT_FAILED: "IMPORT_FAILED";
1021
- readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
1022
- readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
1023
- readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
1024
- readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
1025
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1026
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1027
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1028
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
1029
- readonly UPDATE_FAILED: "UPDATE_FAILED";
1030
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1031
- readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
1032
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
1033
- readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
1034
- };
1035
- export type ResourceStatus =
1036
- (typeof ResourceStatus)[keyof typeof ResourceStatus];
1037
1164
  export interface StackEvent {
1038
1165
  StackId: string | undefined;
1039
1166
  EventId: string | undefined;
1040
1167
  StackName: string | undefined;
1168
+ OperationId?: string | undefined;
1041
1169
  LogicalResourceId?: string | undefined;
1042
1170
  PhysicalResourceId?: string | undefined;
1043
1171
  ResourceType?: string | undefined;
@@ -1158,15 +1286,6 @@ export interface DescribeStackResourceInput {
1158
1286
  StackName: string | undefined;
1159
1287
  LogicalResourceId: string | undefined;
1160
1288
  }
1161
- export declare const StackResourceDriftStatus: {
1162
- readonly DELETED: "DELETED";
1163
- readonly IN_SYNC: "IN_SYNC";
1164
- readonly MODIFIED: "MODIFIED";
1165
- readonly NOT_CHECKED: "NOT_CHECKED";
1166
- readonly UNKNOWN: "UNKNOWN";
1167
- };
1168
- export type StackResourceDriftStatus =
1169
- (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
1170
1289
  export interface StackResourceDriftInformation {
1171
1290
  StackResourceDriftStatus: StackResourceDriftStatus | undefined;
1172
1291
  LastCheckTimestamp?: Date | undefined;
@@ -1260,6 +1379,10 @@ export interface StackDriftInformation {
1260
1379
  StackDriftStatus: StackDriftStatus | undefined;
1261
1380
  LastCheckTimestamp?: Date | undefined;
1262
1381
  }
1382
+ export interface OperationEntry {
1383
+ OperationType?: OperationType | undefined;
1384
+ OperationId?: string | undefined;
1385
+ }
1263
1386
  export interface Output {
1264
1387
  OutputKey?: string | undefined;
1265
1388
  OutputValue?: string | undefined;
@@ -1318,6 +1441,7 @@ export interface Stack {
1318
1441
  RetainExceptOnCreate?: boolean | undefined;
1319
1442
  DeletionMode?: DeletionMode | undefined;
1320
1443
  DetailedStatus?: DetailedStatus | undefined;
1444
+ LastOperations?: OperationEntry[] | undefined;
1321
1445
  }
1322
1446
  export interface DescribeStacksOutput {
1323
1447
  Stacks?: Stack[] | undefined;
@@ -1943,85 +2067,3 @@ export interface ListStackRefactorsInput {
1943
2067
  NextToken?: string | undefined;
1944
2068
  MaxResults?: number | undefined;
1945
2069
  }
1946
- export interface StackRefactorSummary {
1947
- StackRefactorId?: string | undefined;
1948
- Description?: string | undefined;
1949
- ExecutionStatus?: StackRefactorExecutionStatus | undefined;
1950
- ExecutionStatusReason?: string | undefined;
1951
- Status?: StackRefactorStatus | undefined;
1952
- StatusReason?: string | undefined;
1953
- }
1954
- export interface ListStackRefactorsOutput {
1955
- StackRefactorSummaries: StackRefactorSummary[] | undefined;
1956
- NextToken?: string | undefined;
1957
- }
1958
- export interface ListStackResourcesInput {
1959
- StackName: string | undefined;
1960
- NextToken?: string | undefined;
1961
- }
1962
- export interface StackResourceDriftInformationSummary {
1963
- StackResourceDriftStatus: StackResourceDriftStatus | undefined;
1964
- LastCheckTimestamp?: Date | undefined;
1965
- }
1966
- export interface StackResourceSummary {
1967
- LogicalResourceId: string | undefined;
1968
- PhysicalResourceId?: string | undefined;
1969
- ResourceType: string | undefined;
1970
- LastUpdatedTimestamp: Date | undefined;
1971
- ResourceStatus: ResourceStatus | undefined;
1972
- ResourceStatusReason?: string | undefined;
1973
- DriftInformation?: StackResourceDriftInformationSummary | undefined;
1974
- ModuleInfo?: ModuleInfo | undefined;
1975
- }
1976
- export interface ListStackResourcesOutput {
1977
- StackResourceSummaries?: StackResourceSummary[] | undefined;
1978
- NextToken?: string | undefined;
1979
- }
1980
- export interface ListStacksInput {
1981
- NextToken?: string | undefined;
1982
- StackStatusFilter?: StackStatus[] | undefined;
1983
- }
1984
- export interface StackDriftInformationSummary {
1985
- StackDriftStatus: StackDriftStatus | undefined;
1986
- LastCheckTimestamp?: Date | undefined;
1987
- }
1988
- export interface StackSummary {
1989
- StackId?: string | undefined;
1990
- StackName: string | undefined;
1991
- TemplateDescription?: string | undefined;
1992
- CreationTime: Date | undefined;
1993
- LastUpdatedTime?: Date | undefined;
1994
- DeletionTime?: Date | undefined;
1995
- StackStatus: StackStatus | undefined;
1996
- StackStatusReason?: string | undefined;
1997
- ParentId?: string | undefined;
1998
- RootId?: string | undefined;
1999
- DriftInformation?: StackDriftInformationSummary | undefined;
2000
- }
2001
- export interface ListStacksOutput {
2002
- StackSummaries?: StackSummary[] | undefined;
2003
- NextToken?: string | undefined;
2004
- }
2005
- export interface ListStackSetAutoDeploymentTargetsInput {
2006
- StackSetName: string | undefined;
2007
- NextToken?: string | undefined;
2008
- MaxResults?: number | undefined;
2009
- CallAs?: CallAs | undefined;
2010
- }
2011
- export interface StackSetAutoDeploymentTargetSummary {
2012
- OrganizationalUnitId?: string | undefined;
2013
- Regions?: string[] | undefined;
2014
- }
2015
- export interface ListStackSetAutoDeploymentTargetsOutput {
2016
- Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
2017
- NextToken?: string | undefined;
2018
- }
2019
- export declare const OperationResultFilterName: {
2020
- readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
2021
- };
2022
- export type OperationResultFilterName =
2023
- (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
2024
- export interface OperationResultFilter {
2025
- Name?: OperationResultFilterName | undefined;
2026
- Values?: string | undefined;
2027
- }