@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
|
@@ -1,6 +1,492 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
3
|
-
import { AccountGateResult, AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution,
|
|
3
|
+
import { AccountGateResult, AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, ModuleInfo, OperationEntry, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, ResourceStatus, RollbackConfiguration, ScanFilter, StackDriftStatus, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetOperationAction, StackSetOperationPreferences, StackSetOperationStatus, StackSetOperationStatusDetails, StackSetStatus, StackStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>The summary of a stack refactor operation.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface StackRefactorSummary {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID associated with the stack refactor created from the <a>CreateStackRefactor</a> action.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
StackRefactorId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>A description to help you identify the refactor.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Description?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The operation status that's provided after calling the <a>ExecuteStackRefactor</a> action.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>A detailed explanation for the stack refactor <code>ExecutionStatus</code>.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
ExecutionStatusReason?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The stack refactor operation status that's provided after calling the <a>CreateStackRefactor</a> action.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Status?: StackRefactorStatus | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>A detailed explanation for the stack refactor <code>Status</code>.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
StatusReason?: string | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface ListStackRefactorsOutput {
|
|
44
|
+
/**
|
|
45
|
+
* <p>Provides a summary of a stack refactor, including the following:</p>
|
|
46
|
+
* <ul>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>StackRefactorId</code>
|
|
50
|
+
* </p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>Status</code>
|
|
55
|
+
* </p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>StatusReason</code>
|
|
60
|
+
* </p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>
|
|
64
|
+
* <code>ExecutionStatus</code>
|
|
65
|
+
* </p>
|
|
66
|
+
* </li>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>
|
|
69
|
+
* <code>ExecutionStatusReason</code>
|
|
70
|
+
* </p>
|
|
71
|
+
* </li>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>
|
|
74
|
+
* <code>Description</code>
|
|
75
|
+
* </p>
|
|
76
|
+
* </li>
|
|
77
|
+
* </ul>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
83
|
+
* a token. To retrieve the next set of results, call this action again and assign that token to
|
|
84
|
+
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
85
|
+
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
NextToken?: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* <p>The input for the <a>ListStackResource</a> action.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface ListStackResourcesInput {
|
|
95
|
+
/**
|
|
96
|
+
* <p>The name or the unique stack ID that is associated with the stack, which aren't always
|
|
97
|
+
* interchangeable:</p>
|
|
98
|
+
* <ul>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p>
|
|
101
|
+
* </li>
|
|
102
|
+
* <li>
|
|
103
|
+
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* </ul>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
StackName: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
111
|
+
* call.)</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
NextToken?: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>Summarizes information about whether the resource's actual configuration differs, or has
|
|
118
|
+
* <i>drifted</i>, from its expected configuration.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface StackResourceDriftInformationSummary {
|
|
122
|
+
/**
|
|
123
|
+
* <p>Status of the resource's actual configuration compared to its expected configuration.</p>
|
|
124
|
+
* <ul>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>
|
|
127
|
+
* <code>DELETED</code>: The resource differs from its expected configuration in that it has
|
|
128
|
+
* been deleted.</p>
|
|
129
|
+
* </li>
|
|
130
|
+
* <li>
|
|
131
|
+
* <p>
|
|
132
|
+
* <code>MODIFIED</code>: The resource differs from its expected configuration.</p>
|
|
133
|
+
* </li>
|
|
134
|
+
* <li>
|
|
135
|
+
* <p>
|
|
136
|
+
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the resource differs from its
|
|
137
|
+
* expected configuration.</p>
|
|
138
|
+
* <p>Any resources that don't currently support drift detection have a status of
|
|
139
|
+
* <code>NOT_CHECKED</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource
|
|
140
|
+
* type support for imports and drift detection</a>. If you performed an <a>ContinueUpdateRollback</a> operation on a stack, any resources included in
|
|
141
|
+
* <code>ResourcesToSkip</code> will also have a status of <code>NOT_CHECKED</code>. For more
|
|
142
|
+
* information about skipping resources during rollback operations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html">Continue rolling back an update</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
143
|
+
* </li>
|
|
144
|
+
* <li>
|
|
145
|
+
* <p>
|
|
146
|
+
* <code>IN_SYNC</code>: The resource's actual configuration matches its expected
|
|
147
|
+
* configuration.</p>
|
|
148
|
+
* </li>
|
|
149
|
+
* </ul>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>When CloudFormation last checked if the resource had drifted from its expected
|
|
155
|
+
* configuration.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
LastCheckTimestamp?: Date | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* <p>Contains high-level information about the specified stack resource.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
export interface StackResourceSummary {
|
|
165
|
+
/**
|
|
166
|
+
* <p>The logical name of the resource specified in the template.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
LogicalResourceId: string | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The name or unique identifier that corresponds to a physical instance ID of the
|
|
172
|
+
* resource.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
PhysicalResourceId?: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>Type of resource. (For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services resource and
|
|
178
|
+
* property types reference</a> in the <i>CloudFormation User Guide</i>.)</p>
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
ResourceType: string | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* <p>Time the status was updated.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
LastUpdatedTimestamp: Date | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* <p>Current status of the resource.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
ResourceStatus: ResourceStatus | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>Success/failure message associated with the resource.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
ResourceStatusReason?: string | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* <p>Information about whether the resource's actual configuration differs, or has
|
|
199
|
+
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
200
|
+
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
201
|
+
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
DriftInformation?: StackResourceDriftInformationSummary | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>Contains information about the module from which the resource was created, if the resource
|
|
207
|
+
* was created from a module included in the stack template.</p>
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
ModuleInfo?: ModuleInfo | undefined;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* <p>The output for a <a>ListStackResources</a> action.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export interface ListStackResourcesOutput {
|
|
217
|
+
/**
|
|
218
|
+
* <p>A list of <code>StackResourceSummary</code> structures.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
StackResourceSummaries?: StackResourceSummary[] | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>If the output exceeds 1 MB, a string that identifies the next page of stack resources. If
|
|
224
|
+
* no additional page exists, this value is null.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
NextToken?: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* <p>The input for <a>ListStacks</a> action.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export interface ListStacksInput {
|
|
234
|
+
/**
|
|
235
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
236
|
+
* call.)</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>Stack status to use as a filter. Specify one or more stack status codes to list only
|
|
242
|
+
* stacks with the specified status codes. For a complete list of stack status codes, see the
|
|
243
|
+
* <code>StackStatus</code> parameter of the <a>Stack</a> data type.</p>
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
StackStatusFilter?: StackStatus[] | undefined;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* <p>Contains information about whether the stack's actual configuration differs, or has
|
|
250
|
+
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
251
|
+
* and any values specified as template parameters. A stack is considered to have drifted if one or
|
|
252
|
+
* more of its resources have drifted.</p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
export interface StackDriftInformationSummary {
|
|
256
|
+
/**
|
|
257
|
+
* <p>Status of the stack's actual configuration compared to its expected template
|
|
258
|
+
* configuration.</p>
|
|
259
|
+
* <ul>
|
|
260
|
+
* <li>
|
|
261
|
+
* <p>
|
|
262
|
+
* <code>DRIFTED</code>: The stack differs from its expected template configuration. A stack
|
|
263
|
+
* is considered to have drifted if one or more of its resources have drifted.</p>
|
|
264
|
+
* </li>
|
|
265
|
+
* <li>
|
|
266
|
+
* <p>
|
|
267
|
+
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack differs from its expected
|
|
268
|
+
* template configuration.</p>
|
|
269
|
+
* </li>
|
|
270
|
+
* <li>
|
|
271
|
+
* <p>
|
|
272
|
+
* <code>IN_SYNC</code>: The stack's actual configuration matches its expected template
|
|
273
|
+
* configuration.</p>
|
|
274
|
+
* </li>
|
|
275
|
+
* <li>
|
|
276
|
+
* <p>
|
|
277
|
+
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
|
278
|
+
* stack.</p>
|
|
279
|
+
* </li>
|
|
280
|
+
* </ul>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
StackDriftStatus: StackDriftStatus | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>Most recent time when a drift detection operation was initiated on the stack, or any of its
|
|
286
|
+
* individual resources that support drift detection.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
LastCheckTimestamp?: Date | undefined;
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* <p>The <code>StackSummary</code> Data Type</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
export interface StackSummary {
|
|
296
|
+
/**
|
|
297
|
+
* <p>Unique stack identifier.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
StackId?: string | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* <p>The name associated with the stack.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
StackName: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The template description of the template used to create the stack.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
TemplateDescription?: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The time the stack was created.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
CreationTime: Date | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* <p>The time the stack was last updated. This field will only be returned if the stack has been
|
|
318
|
+
* updated at least once.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
LastUpdatedTime?: Date | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>The time the stack was deleted.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
DeletionTime?: Date | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* <p>The current status of the stack.</p>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
StackStatus: StackStatus | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>Success/Failure message associated with the stack status.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
StackStatusReason?: string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>For nested stacks, the stack ID of the direct parent of this stack. For the first level of
|
|
339
|
+
* nested stacks, the root stack is also the parent stack.</p>
|
|
340
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
341
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
ParentId?: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately
|
|
347
|
+
* belongs.</p>
|
|
348
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
349
|
+
* the <i>CloudFormation User Guide</i>.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
RootId?: string | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* <p>Summarizes information about whether a stack's actual configuration differs, or has
|
|
355
|
+
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
356
|
+
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
357
|
+
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
DriftInformation?: StackDriftInformationSummary | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* <p>Information about the most recent operations performed on this stack.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
LastOperations?: OperationEntry[] | undefined;
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* <p>The output for <a>ListStacks</a> action.</p>
|
|
369
|
+
* @public
|
|
370
|
+
*/
|
|
371
|
+
export interface ListStacksOutput {
|
|
372
|
+
/**
|
|
373
|
+
* <p>A list of <code>StackSummary</code> structures that contains information about the
|
|
374
|
+
* specified stacks.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
StackSummaries?: StackSummary[] | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* <p>If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If
|
|
380
|
+
* no additional page exists, this value is null.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
NextToken?: string | undefined;
|
|
384
|
+
}
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
388
|
+
export interface ListStackSetAutoDeploymentTargetsInput {
|
|
389
|
+
/**
|
|
390
|
+
* <p>The name or unique ID of the StackSet that you want to get automatic deployment targets
|
|
391
|
+
* for.</p>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
StackSetName: string | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
NextToken?: string | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
402
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
403
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
404
|
+
* results.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
MaxResults?: number | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
|
|
410
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
411
|
+
* self-managed permissions.</p>
|
|
412
|
+
* <ul>
|
|
413
|
+
* <li>
|
|
414
|
+
* <p>If you are signed in to the management account, specify
|
|
415
|
+
* <code>SELF</code>.</p>
|
|
416
|
+
* </li>
|
|
417
|
+
* <li>
|
|
418
|
+
* <p>If you are signed in to a delegated administrator account, specify
|
|
419
|
+
* <code>DELEGATED_ADMIN</code>.</p>
|
|
420
|
+
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
421
|
+
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
422
|
+
* </li>
|
|
423
|
+
* </ul>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
CallAs?: CallAs | undefined;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* <p>One of the targets for the StackSet. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> API operation.</p>
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
432
|
+
export interface StackSetAutoDeploymentTargetSummary {
|
|
433
|
+
/**
|
|
434
|
+
* <p>The organization root ID or organizational unit (OU) IDs where the StackSet is
|
|
435
|
+
* targeted.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
OrganizationalUnitId?: string | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p>The list of Regions targeted for this organization or OU.</p>
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
Regions?: string[] | undefined;
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
export interface ListStackSetAutoDeploymentTargetsOutput {
|
|
449
|
+
/**
|
|
450
|
+
* <p>An array of summaries of the deployment targets for the StackSet.</p>
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
453
|
+
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
|
454
|
+
/**
|
|
455
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
456
|
+
* a token. To retrieve the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> again and use that value for the
|
|
457
|
+
* <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code>
|
|
458
|
+
* is set to an empty string.</p>
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
NextToken?: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* @public
|
|
465
|
+
* @enum
|
|
466
|
+
*/
|
|
467
|
+
export declare const OperationResultFilterName: {
|
|
468
|
+
readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
|
|
469
|
+
};
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
export type OperationResultFilterName = (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
|
|
474
|
+
/**
|
|
475
|
+
* <p>The status that operation results are filtered by.</p>
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
478
|
+
export interface OperationResultFilter {
|
|
479
|
+
/**
|
|
480
|
+
* <p>The type of filter to apply.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
Name?: OperationResultFilterName | undefined;
|
|
484
|
+
/**
|
|
485
|
+
* <p>The value to filter by.</p>
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
Values?: string | undefined;
|
|
489
|
+
}
|
|
4
490
|
/**
|
|
5
491
|
* @public
|
|
6
492
|
*/
|
|
@@ -1330,6 +1816,12 @@ export interface RollbackStackOutput {
|
|
|
1330
1816
|
* @public
|
|
1331
1817
|
*/
|
|
1332
1818
|
StackId?: string | undefined;
|
|
1819
|
+
/**
|
|
1820
|
+
* <p>A unique identifier for this rollback operation that can be used to track the operation's
|
|
1821
|
+
* progress and events.</p>
|
|
1822
|
+
* @public
|
|
1823
|
+
*/
|
|
1824
|
+
OperationId?: string | undefined;
|
|
1333
1825
|
}
|
|
1334
1826
|
/**
|
|
1335
1827
|
* <p>The input for the <a>SetStackPolicy</a> action.</p>
|
|
@@ -2011,6 +2503,12 @@ export interface UpdateStackOutput {
|
|
|
2011
2503
|
* @public
|
|
2012
2504
|
*/
|
|
2013
2505
|
StackId?: string | undefined;
|
|
2506
|
+
/**
|
|
2507
|
+
* <p>A unique identifier for this update operation that can be used to track the operation's
|
|
2508
|
+
* progress and events.</p>
|
|
2509
|
+
* @public
|
|
2510
|
+
*/
|
|
2511
|
+
OperationId?: string | undefined;
|
|
2014
2512
|
}
|
|
2015
2513
|
/**
|
|
2016
2514
|
* @public
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
|
|
3
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeChangeSet: (config: CloudFormationPaginationConfiguration, input: DescribeChangeSetCommandInput, ...rest: any[]) => Paginator<DescribeChangeSetCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
3
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeEvents: (config: CloudFormationPaginationConfiguration, input: DescribeEventsCommandInput, ...rest: any[]) => Paginator<DescribeEventsCommandOutput>;
|
|
@@ -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";
|
|
@@ -56,6 +56,8 @@ export declare var DescribeChangeSetHooksInput: StaticStructureSchema;
|
|
|
56
56
|
export declare var DescribeChangeSetHooksOutput: StaticStructureSchema;
|
|
57
57
|
export declare var DescribeChangeSetInput: StaticStructureSchema;
|
|
58
58
|
export declare var DescribeChangeSetOutput: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeEventsInput: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeEventsOutput: StaticStructureSchema;
|
|
59
61
|
export declare var DescribeGeneratedTemplateInput: StaticStructureSchema;
|
|
60
62
|
export declare var DescribeGeneratedTemplateOutput: StaticStructureSchema;
|
|
61
63
|
export declare var DescribeOrganizationsAccessInput: StaticStructureSchema;
|
|
@@ -96,6 +98,7 @@ export declare var DetectStackSetDriftInput: StaticStructureSchema;
|
|
|
96
98
|
export declare var DetectStackSetDriftOutput: StaticStructureSchema;
|
|
97
99
|
export declare var EstimateTemplateCostInput: StaticStructureSchema;
|
|
98
100
|
export declare var EstimateTemplateCostOutput: StaticStructureSchema;
|
|
101
|
+
export declare var EventFilter: StaticStructureSchema;
|
|
99
102
|
export declare var ExecuteChangeSetInput: StaticStructureSchema;
|
|
100
103
|
export declare var ExecuteChangeSetOutput: StaticStructureSchema;
|
|
101
104
|
export declare var ExecuteStackRefactorInput: StaticStructureSchema;
|
|
@@ -163,10 +166,13 @@ export declare var ListTypesInput: StaticStructureSchema;
|
|
|
163
166
|
export declare var ListTypesOutput: StaticStructureSchema;
|
|
164
167
|
export declare var ListTypeVersionsInput: StaticStructureSchema;
|
|
165
168
|
export declare var ListTypeVersionsOutput: StaticStructureSchema;
|
|
169
|
+
export declare var LiveResourceDrift: StaticStructureSchema;
|
|
166
170
|
export declare var LoggingConfig: StaticStructureSchema;
|
|
167
171
|
export declare var ManagedExecution: StaticStructureSchema;
|
|
168
172
|
export declare var ModuleInfo: StaticStructureSchema;
|
|
169
173
|
export declare var NameAlreadyExistsException: StaticErrorSchema;
|
|
174
|
+
export declare var OperationEntry: StaticStructureSchema;
|
|
175
|
+
export declare var OperationEvent: StaticStructureSchema;
|
|
170
176
|
export declare var OperationIdAlreadyExistsException: StaticErrorSchema;
|
|
171
177
|
export declare var OperationInProgressException: StaticErrorSchema;
|
|
172
178
|
export declare var OperationNotFoundException: StaticErrorSchema;
|
|
@@ -191,6 +197,7 @@ export declare var ResourceChange: StaticStructureSchema;
|
|
|
191
197
|
export declare var ResourceChangeDetail: StaticStructureSchema;
|
|
192
198
|
export declare var ResourceDefinition: StaticStructureSchema;
|
|
193
199
|
export declare var ResourceDetail: StaticStructureSchema;
|
|
200
|
+
export declare var ResourceDriftIgnoredAttribute: StaticStructureSchema;
|
|
194
201
|
export declare var ResourceIdentifierSummary: StaticStructureSchema;
|
|
195
202
|
export declare var ResourceLocation: StaticStructureSchema;
|
|
196
203
|
export declare var ResourceMapping: StaticStructureSchema;
|
|
@@ -297,8 +304,10 @@ export declare var Exports: StaticListSchema;
|
|
|
297
304
|
export declare var HookResultSummaries: StaticListSchema;
|
|
298
305
|
export declare var Imports: number;
|
|
299
306
|
export declare var JazzLogicalResourceIds: number;
|
|
307
|
+
export declare var LastOperations: StaticListSchema;
|
|
300
308
|
export declare var LogicalResourceIds: number;
|
|
301
309
|
export declare var NotificationARNs: number;
|
|
310
|
+
export declare var OperationEvents: StaticListSchema;
|
|
302
311
|
export declare var OperationResultFilters: StaticListSchema;
|
|
303
312
|
export declare var OrganizationalUnitIdList: number;
|
|
304
313
|
export declare var Outputs: StaticListSchema;
|
|
@@ -313,6 +322,7 @@ export declare var RequiredActivatedTypes: StaticListSchema;
|
|
|
313
322
|
export declare var ResourceChangeDetails: StaticListSchema;
|
|
314
323
|
export declare var ResourceDefinitions: StaticListSchema;
|
|
315
324
|
export declare var ResourceDetails: StaticListSchema;
|
|
325
|
+
export declare var ResourceDriftIgnoredAttributes: StaticListSchema;
|
|
316
326
|
export declare var ResourceIdentifiers: number;
|
|
317
327
|
export declare var ResourceIdentifierSummaries: StaticListSchema;
|
|
318
328
|
export declare var ResourceMappings: StaticListSchema;
|
|
@@ -387,6 +397,7 @@ export declare var DeregisterType: StaticOperationSchema;
|
|
|
387
397
|
export declare var DescribeAccountLimits: StaticOperationSchema;
|
|
388
398
|
export declare var DescribeChangeSet: StaticOperationSchema;
|
|
389
399
|
export declare var DescribeChangeSetHooks: StaticOperationSchema;
|
|
400
|
+
export declare var DescribeEvents: StaticOperationSchema;
|
|
390
401
|
export declare var DescribeGeneratedTemplate: StaticOperationSchema;
|
|
391
402
|
export declare var DescribeOrganizationsAccess: StaticOperationSchema;
|
|
392
403
|
export declare var DescribePublisher: StaticOperationSchema;
|
|
@@ -88,6 +88,10 @@ import {
|
|
|
88
88
|
DescribeChangeSetHooksCommandInput,
|
|
89
89
|
DescribeChangeSetHooksCommandOutput,
|
|
90
90
|
} from "./commands/DescribeChangeSetHooksCommand";
|
|
91
|
+
import {
|
|
92
|
+
DescribeEventsCommandInput,
|
|
93
|
+
DescribeEventsCommandOutput,
|
|
94
|
+
} from "./commands/DescribeEventsCommand";
|
|
91
95
|
import {
|
|
92
96
|
DescribeGeneratedTemplateCommandInput,
|
|
93
97
|
DescribeGeneratedTemplateCommandOutput,
|
|
@@ -649,6 +653,20 @@ export interface CloudFormation {
|
|
|
649
653
|
options: __HttpHandlerOptions,
|
|
650
654
|
cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void
|
|
651
655
|
): void;
|
|
656
|
+
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
657
|
+
describeEvents(
|
|
658
|
+
args: DescribeEventsCommandInput,
|
|
659
|
+
options?: __HttpHandlerOptions
|
|
660
|
+
): Promise<DescribeEventsCommandOutput>;
|
|
661
|
+
describeEvents(
|
|
662
|
+
args: DescribeEventsCommandInput,
|
|
663
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
describeEvents(
|
|
666
|
+
args: DescribeEventsCommandInput,
|
|
667
|
+
options: __HttpHandlerOptions,
|
|
668
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
669
|
+
): void;
|
|
652
670
|
describeGeneratedTemplate(
|
|
653
671
|
args: DescribeGeneratedTemplateCommandInput,
|
|
654
672
|
options?: __HttpHandlerOptions
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts
CHANGED
|
@@ -136,6 +136,10 @@ import {
|
|
|
136
136
|
DescribeChangeSetHooksCommandInput,
|
|
137
137
|
DescribeChangeSetHooksCommandOutput,
|
|
138
138
|
} from "./commands/DescribeChangeSetHooksCommand";
|
|
139
|
+
import {
|
|
140
|
+
DescribeEventsCommandInput,
|
|
141
|
+
DescribeEventsCommandOutput,
|
|
142
|
+
} from "./commands/DescribeEventsCommand";
|
|
139
143
|
import {
|
|
140
144
|
DescribeGeneratedTemplateCommandInput,
|
|
141
145
|
DescribeGeneratedTemplateCommandOutput,
|
|
@@ -434,6 +438,7 @@ export type ServiceInputTypes =
|
|
|
434
438
|
| DescribeAccountLimitsCommandInput
|
|
435
439
|
| DescribeChangeSetCommandInput
|
|
436
440
|
| DescribeChangeSetHooksCommandInput
|
|
441
|
+
| DescribeEventsCommandInput
|
|
437
442
|
| DescribeGeneratedTemplateCommandInput
|
|
438
443
|
| DescribeOrganizationsAccessCommandInput
|
|
439
444
|
| DescribePublisherCommandInput
|
|
@@ -524,6 +529,7 @@ export type ServiceOutputTypes =
|
|
|
524
529
|
| DescribeAccountLimitsCommandOutput
|
|
525
530
|
| DescribeChangeSetCommandOutput
|
|
526
531
|
| DescribeChangeSetHooksCommandOutput
|
|
532
|
+
| DescribeEventsCommandOutput
|
|
527
533
|
| DescribeGeneratedTemplateCommandOutput
|
|
528
534
|
| DescribeOrganizationsAccessCommandOutput
|
|
529
535
|
| DescribePublisherCommandOutput
|