@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
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
+
import { DescribeEventsInput, DescribeEventsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeEventsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeEventsCommandInput extends DescribeEventsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeEventsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeEventsCommandOutput extends DescribeEventsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeEventsCommand_base: {
|
|
25
|
+
new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns CloudFormation events based on flexible query criteria. Groups events by operation ID,
|
|
31
|
+
* enabling you to focus on individual stack operations during deployment.</p>
|
|
32
|
+
* <p>An operation is any action performed on a stack, including stack lifecycle actions
|
|
33
|
+
* (Create, Update, Delete, Rollback), change set creation, nested stack creation, and automatic
|
|
34
|
+
* rollbacks triggered by failures. Each operation has a unique identifier (Operation ID) and
|
|
35
|
+
* represents a discrete change attempt on the stack.</p>
|
|
36
|
+
* <p>Returns different types of events including:</p>
|
|
37
|
+
* <ul>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>
|
|
40
|
+
* <b>Progress events</b> - Status updates during stack operation
|
|
41
|
+
* execution.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <b>Validation errors</b> - Failures from CloudFormation Early
|
|
46
|
+
* Validations.</p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <b>Provisioning errors</b> - Resource creation and update
|
|
51
|
+
* failures.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>
|
|
55
|
+
* <b>Hook invocation errors</b> - Failures from CloudFormation
|
|
56
|
+
* Hook during stack operations.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* </ul>
|
|
59
|
+
* <note>
|
|
60
|
+
* <p>One of <code>ChangeSetName</code>, <code>OperationId</code> or <code>StackName</code>
|
|
61
|
+
* must be specified as input.</p>
|
|
62
|
+
* </note>
|
|
63
|
+
* @example
|
|
64
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
65
|
+
* ```javascript
|
|
66
|
+
* import { CloudFormationClient, DescribeEventsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
67
|
+
* // const { CloudFormationClient, DescribeEventsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
68
|
+
* // import type { CloudFormationClientConfig } from "@aws-sdk/client-cloudformation";
|
|
69
|
+
* const config = {}; // type is CloudFormationClientConfig
|
|
70
|
+
* const client = new CloudFormationClient(config);
|
|
71
|
+
* const input = { // DescribeEventsInput
|
|
72
|
+
* StackName: "STRING_VALUE",
|
|
73
|
+
* ChangeSetName: "STRING_VALUE",
|
|
74
|
+
* OperationId: "STRING_VALUE",
|
|
75
|
+
* Filters: { // EventFilter
|
|
76
|
+
* FailedEvents: true || false,
|
|
77
|
+
* },
|
|
78
|
+
* NextToken: "STRING_VALUE",
|
|
79
|
+
* };
|
|
80
|
+
* const command = new DescribeEventsCommand(input);
|
|
81
|
+
* const response = await client.send(command);
|
|
82
|
+
* // { // DescribeEventsOutput
|
|
83
|
+
* // OperationEvents: [ // OperationEvents
|
|
84
|
+
* // { // OperationEvent
|
|
85
|
+
* // EventId: "STRING_VALUE",
|
|
86
|
+
* // StackId: "STRING_VALUE",
|
|
87
|
+
* // OperationId: "STRING_VALUE",
|
|
88
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
89
|
+
* // OperationStatus: "IN_PROGRESS" || "SUCCEEDED" || "FAILED",
|
|
90
|
+
* // EventType: "STACK_EVENT" || "PROGRESS_EVENT" || "VALIDATION_ERROR" || "PROVISIONING_ERROR" || "HOOK_INVOCATION_ERROR",
|
|
91
|
+
* // LogicalResourceId: "STRING_VALUE",
|
|
92
|
+
* // PhysicalResourceId: "STRING_VALUE",
|
|
93
|
+
* // ResourceType: "STRING_VALUE",
|
|
94
|
+
* // Timestamp: new Date("TIMESTAMP"),
|
|
95
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
97
|
+
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "EXPORT_FAILED" || "EXPORT_COMPLETE" || "EXPORT_IN_PROGRESS" || "EXPORT_ROLLBACK_IN_PROGRESS" || "EXPORT_ROLLBACK_FAILED" || "EXPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED",
|
|
98
|
+
* // ResourceStatusReason: "STRING_VALUE",
|
|
99
|
+
* // ResourceProperties: "STRING_VALUE",
|
|
100
|
+
* // ClientRequestToken: "STRING_VALUE",
|
|
101
|
+
* // HookType: "STRING_VALUE",
|
|
102
|
+
* // HookStatus: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
|
|
103
|
+
* // HookStatusReason: "STRING_VALUE",
|
|
104
|
+
* // HookInvocationPoint: "PRE_PROVISION",
|
|
105
|
+
* // HookFailureMode: "FAIL" || "WARN",
|
|
106
|
+
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
107
|
+
* // ValidationFailureMode: "FAIL" || "WARN",
|
|
108
|
+
* // ValidationName: "STRING_VALUE",
|
|
109
|
+
* // ValidationStatus: "FAILED" || "SKIPPED",
|
|
110
|
+
* // ValidationStatusReason: "STRING_VALUE",
|
|
111
|
+
* // ValidationPath: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // NextToken: "STRING_VALUE",
|
|
115
|
+
* // };
|
|
116
|
+
*
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
119
|
+
* @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
|
|
120
|
+
* @returns {@link DescribeEventsCommandOutput}
|
|
121
|
+
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
122
|
+
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
123
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link CloudFormationServiceException}
|
|
126
|
+
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
127
|
+
*
|
|
128
|
+
*
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: DescribeEventsInput;
|
|
136
|
+
output: DescribeEventsOutput;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: DescribeEventsCommandInput;
|
|
140
|
+
output: DescribeEventsCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
}
|
|
@@ -54,6 +54,7 @@ declare const DescribeStackEventsCommand_base: {
|
|
|
54
54
|
* // StackId: "STRING_VALUE", // required
|
|
55
55
|
* // EventId: "STRING_VALUE", // required
|
|
56
56
|
* // StackName: "STRING_VALUE", // required
|
|
57
|
+
* // OperationId: "STRING_VALUE",
|
|
57
58
|
* // LogicalResourceId: "STRING_VALUE",
|
|
58
59
|
* // PhysicalResourceId: "STRING_VALUE",
|
|
59
60
|
* // ResourceType: "STRING_VALUE",
|
|
@@ -57,7 +57,7 @@ declare const DescribeStackResourceCommand_base: {
|
|
|
57
57
|
* // Description: "STRING_VALUE",
|
|
58
58
|
* // Metadata: "STRING_VALUE",
|
|
59
59
|
* // DriftInformation: { // StackResourceDriftInformation
|
|
60
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
60
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
61
61
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
62
62
|
* // },
|
|
63
63
|
* // ModuleInfo: { // ModuleInfo
|
|
@@ -49,7 +49,7 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
|
49
49
|
* const input = { // DescribeStackResourceDriftsInput
|
|
50
50
|
* StackName: "STRING_VALUE", // required
|
|
51
51
|
* StackResourceDriftStatusFilters: [ // StackResourceDriftStatusFilters
|
|
52
|
-
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN",
|
|
52
|
+
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
53
53
|
* ],
|
|
54
54
|
* NextToken: "STRING_VALUE",
|
|
55
55
|
* MaxResults: Number("int"),
|
|
@@ -79,7 +79,7 @@ declare const DescribeStackResourceDriftsCommand_base: {
|
|
|
79
79
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
82
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
82
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
83
83
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
84
84
|
* // ModuleInfo: { // ModuleInfo
|
|
85
85
|
* // TypeHierarchy: "STRING_VALUE",
|
|
@@ -73,7 +73,7 @@ declare const DescribeStackResourcesCommand_base: {
|
|
|
73
73
|
* // ResourceStatusReason: "STRING_VALUE",
|
|
74
74
|
* // Description: "STRING_VALUE",
|
|
75
75
|
* // DriftInformation: { // StackResourceDriftInformation
|
|
76
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
76
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
77
77
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
78
78
|
* // },
|
|
79
79
|
* // ModuleInfo: { // ModuleInfo
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts
CHANGED
|
@@ -110,6 +110,12 @@ declare const DescribeStacksCommand_base: {
|
|
|
110
110
|
* // RetainExceptOnCreate: true || false,
|
|
111
111
|
* // DeletionMode: "STANDARD" || "FORCE_DELETE_STACK",
|
|
112
112
|
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
113
|
+
* // LastOperations: [ // LastOperations
|
|
114
|
+
* // { // OperationEntry
|
|
115
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
116
|
+
* // OperationId: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // ],
|
|
113
119
|
* // },
|
|
114
120
|
* // ],
|
|
115
121
|
* // NextToken: "STRING_VALUE",
|
|
@@ -76,7 +76,7 @@ declare const DetectStackResourceDriftCommand_base: {
|
|
|
76
76
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
77
77
|
* // },
|
|
78
78
|
* // ],
|
|
79
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
79
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
80
80
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
81
81
|
* // ModuleInfo: { // ModuleInfo
|
|
82
82
|
* // TypeHierarchy: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts
CHANGED
|
@@ -29,6 +29,11 @@ declare const GetHookResultCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Retrieves detailed information and remediation guidance for a Hook invocation
|
|
31
31
|
* result.</p>
|
|
32
|
+
* <p>If the Hook uses a KMS key to encrypt annotations, callers of the
|
|
33
|
+
* <code>GetHookResult</code> operation must have <code>kms:Decrypt</code> permissions. For
|
|
34
|
+
* more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-kms-key-policy.html">KMS key policy
|
|
35
|
+
* and permissions for encrypting CloudFormation Hooks results at rest</a> in the
|
|
36
|
+
* <i>CloudFormation Hooks User Guide</i>.</p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
39
|
* ```javascript
|
|
@@ -47,7 +47,7 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
|
47
47
|
* NextToken: "STRING_VALUE",
|
|
48
48
|
* MaxResults: Number("int"),
|
|
49
49
|
* StackInstanceResourceDriftStatuses: [ // StackResourceDriftStatusFilters
|
|
50
|
-
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN",
|
|
50
|
+
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED",
|
|
51
51
|
* ],
|
|
52
52
|
* StackInstanceAccount: "STRING_VALUE", // required
|
|
53
53
|
* StackInstanceRegion: "STRING_VALUE", // required
|
|
@@ -77,7 +77,7 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
|
77
77
|
* // DifferenceType: "ADD" || "REMOVE" || "NOT_EQUAL", // required
|
|
78
78
|
* // },
|
|
79
79
|
* // ],
|
|
80
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
80
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
81
81
|
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
82
82
|
* // },
|
|
83
83
|
* // ],
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackRefactorsInput
|
|
4
|
+
import { ListStackRefactorsInput } from "../models/models_0";
|
|
5
|
+
import { ListStackRefactorsOutput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/
|
|
4
|
+
import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -54,7 +54,7 @@ declare const ListStackResourcesCommand_base: {
|
|
|
54
54
|
* // ResourceStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "DELETE_SKIPPED" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED" || "UPDATE_COMPLETE" || "IMPORT_FAILED" || "IMPORT_COMPLETE" || "IMPORT_IN_PROGRESS" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE" || "EXPORT_FAILED" || "EXPORT_COMPLETE" || "EXPORT_IN_PROGRESS" || "EXPORT_ROLLBACK_IN_PROGRESS" || "EXPORT_ROLLBACK_FAILED" || "EXPORT_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "UPDATE_ROLLBACK_FAILED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "ROLLBACK_FAILED", // required
|
|
55
55
|
* // ResourceStatusReason: "STRING_VALUE",
|
|
56
56
|
* // DriftInformation: { // StackResourceDriftInformationSummary
|
|
57
|
-
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN", // required
|
|
57
|
+
* // StackResourceDriftStatus: "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED" || "UNKNOWN" || "UNSUPPORTED", // required
|
|
58
58
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
59
59
|
* // },
|
|
60
60
|
* // ModuleInfo: { // ModuleInfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStackSetAutoDeploymentTargetsInput, ListStackSetAutoDeploymentTargetsOutput } from "../models/
|
|
4
|
+
import { ListStackSetAutoDeploymentTargetsInput, ListStackSetAutoDeploymentTargetsOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
-
import { ListStacksInput, ListStacksOutput } from "../models/
|
|
4
|
+
import { ListStacksInput, ListStacksOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -65,6 +65,12 @@ declare const ListStacksCommand_base: {
|
|
|
65
65
|
* // StackDriftStatus: "DRIFTED" || "IN_SYNC" || "UNKNOWN" || "NOT_CHECKED", // required
|
|
66
66
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
67
67
|
* // },
|
|
68
|
+
* // LastOperations: [ // LastOperations
|
|
69
|
+
* // { // OperationEntry
|
|
70
|
+
* // OperationType: "CREATE_STACK" || "UPDATE_STACK" || "DELETE_STACK" || "CONTINUE_ROLLBACK" || "ROLLBACK" || "CREATE_CHANGESET",
|
|
71
|
+
* // OperationId: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
68
74
|
* // },
|
|
69
75
|
* // ],
|
|
70
76
|
* // NextToken: "STRING_VALUE",
|
|
@@ -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";
|