@aws-sdk/client-cloudformation 3.50.0 → 3.51.0
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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +330 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3056 -0
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +197 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,3056 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare type AccountGateStatus = "FAILED" | "SKIPPED" | "SUCCEEDED";
|
|
3
|
+
|
|
4
|
+
export interface AccountGateResult {
|
|
5
|
+
|
|
6
|
+
Status?: AccountGateStatus | string;
|
|
7
|
+
|
|
8
|
+
StatusReason?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace AccountGateResult {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: AccountGateResult) => any;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface AccountLimit {
|
|
16
|
+
|
|
17
|
+
Name?: string;
|
|
18
|
+
|
|
19
|
+
Value?: number;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace AccountLimit {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: AccountLimit) => any;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface LoggingConfig {
|
|
27
|
+
|
|
28
|
+
LogRoleArn: string | undefined;
|
|
29
|
+
|
|
30
|
+
LogGroupName: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace LoggingConfig {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: LoggingConfig) => any;
|
|
35
|
+
}
|
|
36
|
+
export declare enum ThirdPartyType {
|
|
37
|
+
MODULE = "MODULE",
|
|
38
|
+
RESOURCE = "RESOURCE"
|
|
39
|
+
}
|
|
40
|
+
export declare enum VersionBump {
|
|
41
|
+
MAJOR = "MAJOR",
|
|
42
|
+
MINOR = "MINOR"
|
|
43
|
+
}
|
|
44
|
+
export interface ActivateTypeInput {
|
|
45
|
+
|
|
46
|
+
Type?: ThirdPartyType | string;
|
|
47
|
+
|
|
48
|
+
PublicTypeArn?: string;
|
|
49
|
+
|
|
50
|
+
PublisherId?: string;
|
|
51
|
+
|
|
52
|
+
TypeName?: string;
|
|
53
|
+
|
|
54
|
+
TypeNameAlias?: string;
|
|
55
|
+
|
|
56
|
+
AutoUpdate?: boolean;
|
|
57
|
+
|
|
58
|
+
LoggingConfig?: LoggingConfig;
|
|
59
|
+
|
|
60
|
+
ExecutionRoleArn?: string;
|
|
61
|
+
|
|
62
|
+
VersionBump?: VersionBump | string;
|
|
63
|
+
|
|
64
|
+
MajorVersion?: number;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace ActivateTypeInput {
|
|
67
|
+
|
|
68
|
+
const filterSensitiveLog: (obj: ActivateTypeInput) => any;
|
|
69
|
+
}
|
|
70
|
+
export interface ActivateTypeOutput {
|
|
71
|
+
|
|
72
|
+
Arn?: string;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace ActivateTypeOutput {
|
|
75
|
+
|
|
76
|
+
const filterSensitiveLog: (obj: ActivateTypeOutput) => any;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface CFNRegistryException extends __SmithyException, $MetadataBearer {
|
|
80
|
+
name: "CFNRegistryException";
|
|
81
|
+
$fault: "client";
|
|
82
|
+
Message?: string;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface TypeNotFoundException extends __SmithyException, $MetadataBearer {
|
|
86
|
+
name: "TypeNotFoundException";
|
|
87
|
+
$fault: "client";
|
|
88
|
+
Message?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
92
|
+
name: "AlreadyExistsException";
|
|
93
|
+
$fault: "client";
|
|
94
|
+
Message?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface AutoDeployment {
|
|
98
|
+
|
|
99
|
+
Enabled?: boolean;
|
|
100
|
+
|
|
101
|
+
RetainStacksOnAccountRemoval?: boolean;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace AutoDeployment {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: AutoDeployment) => any;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface TypeConfigurationIdentifier {
|
|
109
|
+
|
|
110
|
+
TypeArn?: string;
|
|
111
|
+
|
|
112
|
+
TypeConfigurationAlias?: string;
|
|
113
|
+
|
|
114
|
+
TypeConfigurationArn?: string;
|
|
115
|
+
|
|
116
|
+
Type?: ThirdPartyType | string;
|
|
117
|
+
|
|
118
|
+
TypeName?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace TypeConfigurationIdentifier {
|
|
121
|
+
|
|
122
|
+
const filterSensitiveLog: (obj: TypeConfigurationIdentifier) => any;
|
|
123
|
+
}
|
|
124
|
+
export interface BatchDescribeTypeConfigurationsInput {
|
|
125
|
+
|
|
126
|
+
TypeConfigurationIdentifiers: TypeConfigurationIdentifier[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace BatchDescribeTypeConfigurationsInput {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsInput) => any;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface BatchDescribeTypeConfigurationsError {
|
|
134
|
+
|
|
135
|
+
ErrorCode?: string;
|
|
136
|
+
|
|
137
|
+
ErrorMessage?: string;
|
|
138
|
+
|
|
139
|
+
TypeConfigurationIdentifier?: TypeConfigurationIdentifier;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace BatchDescribeTypeConfigurationsError {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsError) => any;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface TypeConfigurationDetails {
|
|
147
|
+
|
|
148
|
+
Arn?: string;
|
|
149
|
+
|
|
150
|
+
Alias?: string;
|
|
151
|
+
|
|
152
|
+
Configuration?: string;
|
|
153
|
+
|
|
154
|
+
LastUpdated?: Date;
|
|
155
|
+
|
|
156
|
+
TypeArn?: string;
|
|
157
|
+
|
|
158
|
+
TypeName?: string;
|
|
159
|
+
|
|
160
|
+
IsDefaultConfiguration?: boolean;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace TypeConfigurationDetails {
|
|
163
|
+
|
|
164
|
+
const filterSensitiveLog: (obj: TypeConfigurationDetails) => any;
|
|
165
|
+
}
|
|
166
|
+
export interface BatchDescribeTypeConfigurationsOutput {
|
|
167
|
+
|
|
168
|
+
Errors?: BatchDescribeTypeConfigurationsError[];
|
|
169
|
+
|
|
170
|
+
UnprocessedTypeConfigurations?: TypeConfigurationIdentifier[];
|
|
171
|
+
|
|
172
|
+
TypeConfigurations?: TypeConfigurationDetails[];
|
|
173
|
+
}
|
|
174
|
+
export declare namespace BatchDescribeTypeConfigurationsOutput {
|
|
175
|
+
|
|
176
|
+
const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsOutput) => any;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface TypeConfigurationNotFoundException extends __SmithyException, $MetadataBearer {
|
|
180
|
+
name: "TypeConfigurationNotFoundException";
|
|
181
|
+
$fault: "client";
|
|
182
|
+
Message?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare enum CallAs {
|
|
185
|
+
DELEGATED_ADMIN = "DELEGATED_ADMIN",
|
|
186
|
+
SELF = "SELF"
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface CancelUpdateStackInput {
|
|
190
|
+
|
|
191
|
+
StackName: string | undefined;
|
|
192
|
+
|
|
193
|
+
ClientRequestToken?: string;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace CancelUpdateStackInput {
|
|
196
|
+
|
|
197
|
+
const filterSensitiveLog: (obj: CancelUpdateStackInput) => any;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface TokenAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
201
|
+
name: "TokenAlreadyExistsException";
|
|
202
|
+
$fault: "client";
|
|
203
|
+
Message?: string;
|
|
204
|
+
}
|
|
205
|
+
export declare enum Capability {
|
|
206
|
+
CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
|
|
207
|
+
CAPABILITY_IAM = "CAPABILITY_IAM",
|
|
208
|
+
CAPABILITY_NAMED_IAM = "CAPABILITY_NAMED_IAM"
|
|
209
|
+
}
|
|
210
|
+
export declare enum Category {
|
|
211
|
+
ACTIVATED = "ACTIVATED",
|
|
212
|
+
AWS_TYPES = "AWS_TYPES",
|
|
213
|
+
REGISTERED = "REGISTERED",
|
|
214
|
+
THIRD_PARTY = "THIRD_PARTY"
|
|
215
|
+
}
|
|
216
|
+
export declare enum ChangeAction {
|
|
217
|
+
Add = "Add",
|
|
218
|
+
Dynamic = "Dynamic",
|
|
219
|
+
Import = "Import",
|
|
220
|
+
Modify = "Modify",
|
|
221
|
+
Remove = "Remove"
|
|
222
|
+
}
|
|
223
|
+
export declare enum ChangeSource {
|
|
224
|
+
Automatic = "Automatic",
|
|
225
|
+
DirectModification = "DirectModification",
|
|
226
|
+
ParameterReference = "ParameterReference",
|
|
227
|
+
ResourceAttribute = "ResourceAttribute",
|
|
228
|
+
ResourceReference = "ResourceReference"
|
|
229
|
+
}
|
|
230
|
+
export declare enum EvaluationType {
|
|
231
|
+
Dynamic = "Dynamic",
|
|
232
|
+
Static = "Static"
|
|
233
|
+
}
|
|
234
|
+
export declare enum ResourceAttribute {
|
|
235
|
+
CreationPolicy = "CreationPolicy",
|
|
236
|
+
DeletionPolicy = "DeletionPolicy",
|
|
237
|
+
Metadata = "Metadata",
|
|
238
|
+
Properties = "Properties",
|
|
239
|
+
Tags = "Tags",
|
|
240
|
+
UpdatePolicy = "UpdatePolicy"
|
|
241
|
+
}
|
|
242
|
+
export declare enum RequiresRecreation {
|
|
243
|
+
Always = "Always",
|
|
244
|
+
Conditionally = "Conditionally",
|
|
245
|
+
Never = "Never"
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface ResourceTargetDefinition {
|
|
249
|
+
|
|
250
|
+
Attribute?: ResourceAttribute | string;
|
|
251
|
+
|
|
252
|
+
Name?: string;
|
|
253
|
+
|
|
254
|
+
RequiresRecreation?: RequiresRecreation | string;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace ResourceTargetDefinition {
|
|
257
|
+
|
|
258
|
+
const filterSensitiveLog: (obj: ResourceTargetDefinition) => any;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface ResourceChangeDetail {
|
|
262
|
+
|
|
263
|
+
Target?: ResourceTargetDefinition;
|
|
264
|
+
|
|
265
|
+
Evaluation?: EvaluationType | string;
|
|
266
|
+
|
|
267
|
+
ChangeSource?: ChangeSource | string;
|
|
268
|
+
|
|
269
|
+
CausingEntity?: string;
|
|
270
|
+
}
|
|
271
|
+
export declare namespace ResourceChangeDetail {
|
|
272
|
+
|
|
273
|
+
const filterSensitiveLog: (obj: ResourceChangeDetail) => any;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface ModuleInfo {
|
|
277
|
+
|
|
278
|
+
TypeHierarchy?: string;
|
|
279
|
+
|
|
280
|
+
LogicalIdHierarchy?: string;
|
|
281
|
+
}
|
|
282
|
+
export declare namespace ModuleInfo {
|
|
283
|
+
|
|
284
|
+
const filterSensitiveLog: (obj: ModuleInfo) => any;
|
|
285
|
+
}
|
|
286
|
+
export declare enum Replacement {
|
|
287
|
+
Conditional = "Conditional",
|
|
288
|
+
False = "False",
|
|
289
|
+
True = "True"
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface ResourceChange {
|
|
293
|
+
|
|
294
|
+
Action?: ChangeAction | string;
|
|
295
|
+
|
|
296
|
+
LogicalResourceId?: string;
|
|
297
|
+
|
|
298
|
+
PhysicalResourceId?: string;
|
|
299
|
+
|
|
300
|
+
ResourceType?: string;
|
|
301
|
+
|
|
302
|
+
Replacement?: Replacement | string;
|
|
303
|
+
|
|
304
|
+
Scope?: (ResourceAttribute | string)[];
|
|
305
|
+
|
|
306
|
+
Details?: ResourceChangeDetail[];
|
|
307
|
+
|
|
308
|
+
ChangeSetId?: string;
|
|
309
|
+
|
|
310
|
+
ModuleInfo?: ModuleInfo;
|
|
311
|
+
}
|
|
312
|
+
export declare namespace ResourceChange {
|
|
313
|
+
|
|
314
|
+
const filterSensitiveLog: (obj: ResourceChange) => any;
|
|
315
|
+
}
|
|
316
|
+
export declare enum ChangeType {
|
|
317
|
+
Resource = "Resource"
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export interface Change {
|
|
321
|
+
|
|
322
|
+
Type?: ChangeType | string;
|
|
323
|
+
|
|
324
|
+
ResourceChange?: ResourceChange;
|
|
325
|
+
}
|
|
326
|
+
export declare namespace Change {
|
|
327
|
+
|
|
328
|
+
const filterSensitiveLog: (obj: Change) => any;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface ChangeSetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
332
|
+
name: "ChangeSetNotFoundException";
|
|
333
|
+
$fault: "client";
|
|
334
|
+
Message?: string;
|
|
335
|
+
}
|
|
336
|
+
export declare enum ChangeSetStatus {
|
|
337
|
+
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
338
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
339
|
+
CREATE_PENDING = "CREATE_PENDING",
|
|
340
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
341
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
342
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
343
|
+
DELETE_PENDING = "DELETE_PENDING",
|
|
344
|
+
FAILED = "FAILED"
|
|
345
|
+
}
|
|
346
|
+
export declare enum ExecutionStatus {
|
|
347
|
+
AVAILABLE = "AVAILABLE",
|
|
348
|
+
EXECUTE_COMPLETE = "EXECUTE_COMPLETE",
|
|
349
|
+
EXECUTE_FAILED = "EXECUTE_FAILED",
|
|
350
|
+
EXECUTE_IN_PROGRESS = "EXECUTE_IN_PROGRESS",
|
|
351
|
+
OBSOLETE = "OBSOLETE",
|
|
352
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface ChangeSetSummary {
|
|
356
|
+
|
|
357
|
+
StackId?: string;
|
|
358
|
+
|
|
359
|
+
StackName?: string;
|
|
360
|
+
|
|
361
|
+
ChangeSetId?: string;
|
|
362
|
+
|
|
363
|
+
ChangeSetName?: string;
|
|
364
|
+
|
|
365
|
+
ExecutionStatus?: ExecutionStatus | string;
|
|
366
|
+
|
|
367
|
+
Status?: ChangeSetStatus | string;
|
|
368
|
+
|
|
369
|
+
StatusReason?: string;
|
|
370
|
+
|
|
371
|
+
CreationTime?: Date;
|
|
372
|
+
|
|
373
|
+
Description?: string;
|
|
374
|
+
|
|
375
|
+
IncludeNestedStacks?: boolean;
|
|
376
|
+
|
|
377
|
+
ParentChangeSetId?: string;
|
|
378
|
+
|
|
379
|
+
RootChangeSetId?: string;
|
|
380
|
+
}
|
|
381
|
+
export declare namespace ChangeSetSummary {
|
|
382
|
+
|
|
383
|
+
const filterSensitiveLog: (obj: ChangeSetSummary) => any;
|
|
384
|
+
}
|
|
385
|
+
export declare enum ChangeSetType {
|
|
386
|
+
CREATE = "CREATE",
|
|
387
|
+
IMPORT = "IMPORT",
|
|
388
|
+
UPDATE = "UPDATE"
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
export interface ContinueUpdateRollbackInput {
|
|
392
|
+
|
|
393
|
+
StackName: string | undefined;
|
|
394
|
+
|
|
395
|
+
RoleARN?: string;
|
|
396
|
+
|
|
397
|
+
ResourcesToSkip?: string[];
|
|
398
|
+
|
|
399
|
+
ClientRequestToken?: string;
|
|
400
|
+
}
|
|
401
|
+
export declare namespace ContinueUpdateRollbackInput {
|
|
402
|
+
|
|
403
|
+
const filterSensitiveLog: (obj: ContinueUpdateRollbackInput) => any;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export interface ContinueUpdateRollbackOutput {
|
|
407
|
+
}
|
|
408
|
+
export declare namespace ContinueUpdateRollbackOutput {
|
|
409
|
+
|
|
410
|
+
const filterSensitiveLog: (obj: ContinueUpdateRollbackOutput) => any;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export interface Parameter {
|
|
414
|
+
|
|
415
|
+
ParameterKey?: string;
|
|
416
|
+
|
|
417
|
+
ParameterValue?: string;
|
|
418
|
+
|
|
419
|
+
UsePreviousValue?: boolean;
|
|
420
|
+
|
|
421
|
+
ResolvedValue?: string;
|
|
422
|
+
}
|
|
423
|
+
export declare namespace Parameter {
|
|
424
|
+
|
|
425
|
+
const filterSensitiveLog: (obj: Parameter) => any;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface ResourceToImport {
|
|
429
|
+
|
|
430
|
+
ResourceType: string | undefined;
|
|
431
|
+
|
|
432
|
+
LogicalResourceId: string | undefined;
|
|
433
|
+
|
|
434
|
+
ResourceIdentifier: {
|
|
435
|
+
[key: string]: string;
|
|
436
|
+
} | undefined;
|
|
437
|
+
}
|
|
438
|
+
export declare namespace ResourceToImport {
|
|
439
|
+
|
|
440
|
+
const filterSensitiveLog: (obj: ResourceToImport) => any;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface RollbackTrigger {
|
|
444
|
+
|
|
445
|
+
Arn: string | undefined;
|
|
446
|
+
|
|
447
|
+
Type: string | undefined;
|
|
448
|
+
}
|
|
449
|
+
export declare namespace RollbackTrigger {
|
|
450
|
+
|
|
451
|
+
const filterSensitiveLog: (obj: RollbackTrigger) => any;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
export interface RollbackConfiguration {
|
|
455
|
+
|
|
456
|
+
RollbackTriggers?: RollbackTrigger[];
|
|
457
|
+
|
|
458
|
+
MonitoringTimeInMinutes?: number;
|
|
459
|
+
}
|
|
460
|
+
export declare namespace RollbackConfiguration {
|
|
461
|
+
|
|
462
|
+
const filterSensitiveLog: (obj: RollbackConfiguration) => any;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export interface Tag {
|
|
466
|
+
|
|
467
|
+
Key: string | undefined;
|
|
468
|
+
|
|
469
|
+
Value: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export declare namespace Tag {
|
|
472
|
+
|
|
473
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface CreateChangeSetInput {
|
|
477
|
+
|
|
478
|
+
StackName: string | undefined;
|
|
479
|
+
|
|
480
|
+
TemplateBody?: string;
|
|
481
|
+
|
|
482
|
+
TemplateURL?: string;
|
|
483
|
+
|
|
484
|
+
UsePreviousTemplate?: boolean;
|
|
485
|
+
|
|
486
|
+
Parameters?: Parameter[];
|
|
487
|
+
|
|
488
|
+
Capabilities?: (Capability | string)[];
|
|
489
|
+
|
|
490
|
+
ResourceTypes?: string[];
|
|
491
|
+
|
|
492
|
+
RoleARN?: string;
|
|
493
|
+
|
|
494
|
+
RollbackConfiguration?: RollbackConfiguration;
|
|
495
|
+
|
|
496
|
+
NotificationARNs?: string[];
|
|
497
|
+
|
|
498
|
+
Tags?: Tag[];
|
|
499
|
+
|
|
500
|
+
ChangeSetName: string | undefined;
|
|
501
|
+
|
|
502
|
+
ClientToken?: string;
|
|
503
|
+
|
|
504
|
+
Description?: string;
|
|
505
|
+
|
|
506
|
+
ChangeSetType?: ChangeSetType | string;
|
|
507
|
+
|
|
508
|
+
ResourcesToImport?: ResourceToImport[];
|
|
509
|
+
|
|
510
|
+
IncludeNestedStacks?: boolean;
|
|
511
|
+
}
|
|
512
|
+
export declare namespace CreateChangeSetInput {
|
|
513
|
+
|
|
514
|
+
const filterSensitiveLog: (obj: CreateChangeSetInput) => any;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export interface CreateChangeSetOutput {
|
|
518
|
+
|
|
519
|
+
Id?: string;
|
|
520
|
+
|
|
521
|
+
StackId?: string;
|
|
522
|
+
}
|
|
523
|
+
export declare namespace CreateChangeSetOutput {
|
|
524
|
+
|
|
525
|
+
const filterSensitiveLog: (obj: CreateChangeSetOutput) => any;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
export interface InsufficientCapabilitiesException extends __SmithyException, $MetadataBearer {
|
|
529
|
+
name: "InsufficientCapabilitiesException";
|
|
530
|
+
$fault: "client";
|
|
531
|
+
Message?: string;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
535
|
+
name: "LimitExceededException";
|
|
536
|
+
$fault: "client";
|
|
537
|
+
Message?: string;
|
|
538
|
+
}
|
|
539
|
+
export declare enum OnFailure {
|
|
540
|
+
DELETE = "DELETE",
|
|
541
|
+
DO_NOTHING = "DO_NOTHING",
|
|
542
|
+
ROLLBACK = "ROLLBACK"
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface CreateStackInput {
|
|
546
|
+
|
|
547
|
+
StackName: string | undefined;
|
|
548
|
+
|
|
549
|
+
TemplateBody?: string;
|
|
550
|
+
|
|
551
|
+
TemplateURL?: string;
|
|
552
|
+
|
|
553
|
+
Parameters?: Parameter[];
|
|
554
|
+
|
|
555
|
+
DisableRollback?: boolean;
|
|
556
|
+
|
|
557
|
+
RollbackConfiguration?: RollbackConfiguration;
|
|
558
|
+
|
|
559
|
+
TimeoutInMinutes?: number;
|
|
560
|
+
|
|
561
|
+
NotificationARNs?: string[];
|
|
562
|
+
|
|
563
|
+
Capabilities?: (Capability | string)[];
|
|
564
|
+
|
|
565
|
+
ResourceTypes?: string[];
|
|
566
|
+
|
|
567
|
+
RoleARN?: string;
|
|
568
|
+
|
|
569
|
+
OnFailure?: OnFailure | string;
|
|
570
|
+
|
|
571
|
+
StackPolicyBody?: string;
|
|
572
|
+
|
|
573
|
+
StackPolicyURL?: string;
|
|
574
|
+
|
|
575
|
+
Tags?: Tag[];
|
|
576
|
+
|
|
577
|
+
ClientRequestToken?: string;
|
|
578
|
+
|
|
579
|
+
EnableTerminationProtection?: boolean;
|
|
580
|
+
}
|
|
581
|
+
export declare namespace CreateStackInput {
|
|
582
|
+
|
|
583
|
+
const filterSensitiveLog: (obj: CreateStackInput) => any;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface CreateStackOutput {
|
|
587
|
+
|
|
588
|
+
StackId?: string;
|
|
589
|
+
}
|
|
590
|
+
export declare namespace CreateStackOutput {
|
|
591
|
+
|
|
592
|
+
const filterSensitiveLog: (obj: CreateStackOutput) => any;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export interface DeploymentTargets {
|
|
596
|
+
|
|
597
|
+
Accounts?: string[];
|
|
598
|
+
|
|
599
|
+
AccountsUrl?: string;
|
|
600
|
+
|
|
601
|
+
OrganizationalUnitIds?: string[];
|
|
602
|
+
}
|
|
603
|
+
export declare namespace DeploymentTargets {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: DeploymentTargets) => any;
|
|
606
|
+
}
|
|
607
|
+
export declare enum RegionConcurrencyType {
|
|
608
|
+
PARALLEL = "PARALLEL",
|
|
609
|
+
SEQUENTIAL = "SEQUENTIAL"
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface StackSetOperationPreferences {
|
|
613
|
+
|
|
614
|
+
RegionConcurrencyType?: RegionConcurrencyType | string;
|
|
615
|
+
|
|
616
|
+
RegionOrder?: string[];
|
|
617
|
+
|
|
618
|
+
FailureToleranceCount?: number;
|
|
619
|
+
|
|
620
|
+
FailureTolerancePercentage?: number;
|
|
621
|
+
|
|
622
|
+
MaxConcurrentCount?: number;
|
|
623
|
+
|
|
624
|
+
MaxConcurrentPercentage?: number;
|
|
625
|
+
}
|
|
626
|
+
export declare namespace StackSetOperationPreferences {
|
|
627
|
+
|
|
628
|
+
const filterSensitiveLog: (obj: StackSetOperationPreferences) => any;
|
|
629
|
+
}
|
|
630
|
+
export interface CreateStackInstancesInput {
|
|
631
|
+
|
|
632
|
+
StackSetName: string | undefined;
|
|
633
|
+
|
|
634
|
+
Accounts?: string[];
|
|
635
|
+
|
|
636
|
+
DeploymentTargets?: DeploymentTargets;
|
|
637
|
+
|
|
638
|
+
Regions: string[] | undefined;
|
|
639
|
+
|
|
640
|
+
ParameterOverrides?: Parameter[];
|
|
641
|
+
|
|
642
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
643
|
+
|
|
644
|
+
OperationId?: string;
|
|
645
|
+
|
|
646
|
+
CallAs?: CallAs | string;
|
|
647
|
+
}
|
|
648
|
+
export declare namespace CreateStackInstancesInput {
|
|
649
|
+
|
|
650
|
+
const filterSensitiveLog: (obj: CreateStackInstancesInput) => any;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateStackInstancesOutput {
|
|
653
|
+
|
|
654
|
+
OperationId?: string;
|
|
655
|
+
}
|
|
656
|
+
export declare namespace CreateStackInstancesOutput {
|
|
657
|
+
|
|
658
|
+
const filterSensitiveLog: (obj: CreateStackInstancesOutput) => any;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
662
|
+
name: "InvalidOperationException";
|
|
663
|
+
$fault: "client";
|
|
664
|
+
Message?: string;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export interface OperationIdAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
668
|
+
name: "OperationIdAlreadyExistsException";
|
|
669
|
+
$fault: "client";
|
|
670
|
+
Message?: string;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
|
|
674
|
+
name: "OperationInProgressException";
|
|
675
|
+
$fault: "client";
|
|
676
|
+
Message?: string;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
export interface StackSetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
680
|
+
name: "StackSetNotFoundException";
|
|
681
|
+
$fault: "client";
|
|
682
|
+
Message?: string;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
export interface StaleRequestException extends __SmithyException, $MetadataBearer {
|
|
686
|
+
name: "StaleRequestException";
|
|
687
|
+
$fault: "client";
|
|
688
|
+
Message?: string;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
export interface CreatedButModifiedException extends __SmithyException, $MetadataBearer {
|
|
692
|
+
name: "CreatedButModifiedException";
|
|
693
|
+
$fault: "client";
|
|
694
|
+
Message?: string;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface ManagedExecution {
|
|
698
|
+
|
|
699
|
+
Active?: boolean;
|
|
700
|
+
}
|
|
701
|
+
export declare namespace ManagedExecution {
|
|
702
|
+
|
|
703
|
+
const filterSensitiveLog: (obj: ManagedExecution) => any;
|
|
704
|
+
}
|
|
705
|
+
export declare type PermissionModels = "SELF_MANAGED" | "SERVICE_MANAGED";
|
|
706
|
+
export interface CreateStackSetInput {
|
|
707
|
+
|
|
708
|
+
StackSetName: string | undefined;
|
|
709
|
+
|
|
710
|
+
Description?: string;
|
|
711
|
+
|
|
712
|
+
TemplateBody?: string;
|
|
713
|
+
|
|
714
|
+
TemplateURL?: string;
|
|
715
|
+
|
|
716
|
+
StackId?: string;
|
|
717
|
+
|
|
718
|
+
Parameters?: Parameter[];
|
|
719
|
+
|
|
720
|
+
Capabilities?: (Capability | string)[];
|
|
721
|
+
|
|
722
|
+
Tags?: Tag[];
|
|
723
|
+
|
|
724
|
+
AdministrationRoleARN?: string;
|
|
725
|
+
|
|
726
|
+
ExecutionRoleName?: string;
|
|
727
|
+
|
|
728
|
+
PermissionModel?: PermissionModels | string;
|
|
729
|
+
|
|
730
|
+
AutoDeployment?: AutoDeployment;
|
|
731
|
+
|
|
732
|
+
CallAs?: CallAs | string;
|
|
733
|
+
|
|
734
|
+
ClientRequestToken?: string;
|
|
735
|
+
|
|
736
|
+
ManagedExecution?: ManagedExecution;
|
|
737
|
+
}
|
|
738
|
+
export declare namespace CreateStackSetInput {
|
|
739
|
+
|
|
740
|
+
const filterSensitiveLog: (obj: CreateStackSetInput) => any;
|
|
741
|
+
}
|
|
742
|
+
export interface CreateStackSetOutput {
|
|
743
|
+
|
|
744
|
+
StackSetId?: string;
|
|
745
|
+
}
|
|
746
|
+
export declare namespace CreateStackSetOutput {
|
|
747
|
+
|
|
748
|
+
const filterSensitiveLog: (obj: CreateStackSetOutput) => any;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface NameAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
752
|
+
name: "NameAlreadyExistsException";
|
|
753
|
+
$fault: "client";
|
|
754
|
+
Message?: string;
|
|
755
|
+
}
|
|
756
|
+
export interface DeactivateTypeInput {
|
|
757
|
+
|
|
758
|
+
TypeName?: string;
|
|
759
|
+
|
|
760
|
+
Type?: ThirdPartyType | string;
|
|
761
|
+
|
|
762
|
+
Arn?: string;
|
|
763
|
+
}
|
|
764
|
+
export declare namespace DeactivateTypeInput {
|
|
765
|
+
|
|
766
|
+
const filterSensitiveLog: (obj: DeactivateTypeInput) => any;
|
|
767
|
+
}
|
|
768
|
+
export interface DeactivateTypeOutput {
|
|
769
|
+
}
|
|
770
|
+
export declare namespace DeactivateTypeOutput {
|
|
771
|
+
|
|
772
|
+
const filterSensitiveLog: (obj: DeactivateTypeOutput) => any;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export interface DeleteChangeSetInput {
|
|
776
|
+
|
|
777
|
+
ChangeSetName: string | undefined;
|
|
778
|
+
|
|
779
|
+
StackName?: string;
|
|
780
|
+
}
|
|
781
|
+
export declare namespace DeleteChangeSetInput {
|
|
782
|
+
|
|
783
|
+
const filterSensitiveLog: (obj: DeleteChangeSetInput) => any;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export interface DeleteChangeSetOutput {
|
|
787
|
+
}
|
|
788
|
+
export declare namespace DeleteChangeSetOutput {
|
|
789
|
+
|
|
790
|
+
const filterSensitiveLog: (obj: DeleteChangeSetOutput) => any;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
export interface InvalidChangeSetStatusException extends __SmithyException, $MetadataBearer {
|
|
794
|
+
name: "InvalidChangeSetStatusException";
|
|
795
|
+
$fault: "client";
|
|
796
|
+
Message?: string;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface DeleteStackInput {
|
|
800
|
+
|
|
801
|
+
StackName: string | undefined;
|
|
802
|
+
|
|
803
|
+
RetainResources?: string[];
|
|
804
|
+
|
|
805
|
+
RoleARN?: string;
|
|
806
|
+
|
|
807
|
+
ClientRequestToken?: string;
|
|
808
|
+
}
|
|
809
|
+
export declare namespace DeleteStackInput {
|
|
810
|
+
|
|
811
|
+
const filterSensitiveLog: (obj: DeleteStackInput) => any;
|
|
812
|
+
}
|
|
813
|
+
export interface DeleteStackInstancesInput {
|
|
814
|
+
|
|
815
|
+
StackSetName: string | undefined;
|
|
816
|
+
|
|
817
|
+
Accounts?: string[];
|
|
818
|
+
|
|
819
|
+
DeploymentTargets?: DeploymentTargets;
|
|
820
|
+
|
|
821
|
+
Regions: string[] | undefined;
|
|
822
|
+
|
|
823
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
824
|
+
|
|
825
|
+
RetainStacks: boolean | undefined;
|
|
826
|
+
|
|
827
|
+
OperationId?: string;
|
|
828
|
+
|
|
829
|
+
CallAs?: CallAs | string;
|
|
830
|
+
}
|
|
831
|
+
export declare namespace DeleteStackInstancesInput {
|
|
832
|
+
|
|
833
|
+
const filterSensitiveLog: (obj: DeleteStackInstancesInput) => any;
|
|
834
|
+
}
|
|
835
|
+
export interface DeleteStackInstancesOutput {
|
|
836
|
+
|
|
837
|
+
OperationId?: string;
|
|
838
|
+
}
|
|
839
|
+
export declare namespace DeleteStackInstancesOutput {
|
|
840
|
+
|
|
841
|
+
const filterSensitiveLog: (obj: DeleteStackInstancesOutput) => any;
|
|
842
|
+
}
|
|
843
|
+
export interface DeleteStackSetInput {
|
|
844
|
+
|
|
845
|
+
StackSetName: string | undefined;
|
|
846
|
+
|
|
847
|
+
CallAs?: CallAs | string;
|
|
848
|
+
}
|
|
849
|
+
export declare namespace DeleteStackSetInput {
|
|
850
|
+
|
|
851
|
+
const filterSensitiveLog: (obj: DeleteStackSetInput) => any;
|
|
852
|
+
}
|
|
853
|
+
export interface DeleteStackSetOutput {
|
|
854
|
+
}
|
|
855
|
+
export declare namespace DeleteStackSetOutput {
|
|
856
|
+
|
|
857
|
+
const filterSensitiveLog: (obj: DeleteStackSetOutput) => any;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export interface StackSetNotEmptyException extends __SmithyException, $MetadataBearer {
|
|
861
|
+
name: "StackSetNotEmptyException";
|
|
862
|
+
$fault: "client";
|
|
863
|
+
Message?: string;
|
|
864
|
+
}
|
|
865
|
+
export declare type RegistryType = "MODULE" | "RESOURCE";
|
|
866
|
+
export interface DeregisterTypeInput {
|
|
867
|
+
|
|
868
|
+
Arn?: string;
|
|
869
|
+
|
|
870
|
+
Type?: RegistryType | string;
|
|
871
|
+
|
|
872
|
+
TypeName?: string;
|
|
873
|
+
|
|
874
|
+
VersionId?: string;
|
|
875
|
+
}
|
|
876
|
+
export declare namespace DeregisterTypeInput {
|
|
877
|
+
|
|
878
|
+
const filterSensitiveLog: (obj: DeregisterTypeInput) => any;
|
|
879
|
+
}
|
|
880
|
+
export interface DeregisterTypeOutput {
|
|
881
|
+
}
|
|
882
|
+
export declare namespace DeregisterTypeOutput {
|
|
883
|
+
|
|
884
|
+
const filterSensitiveLog: (obj: DeregisterTypeOutput) => any;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
export interface DescribeAccountLimitsInput {
|
|
888
|
+
|
|
889
|
+
NextToken?: string;
|
|
890
|
+
}
|
|
891
|
+
export declare namespace DescribeAccountLimitsInput {
|
|
892
|
+
|
|
893
|
+
const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
export interface DescribeAccountLimitsOutput {
|
|
897
|
+
|
|
898
|
+
AccountLimits?: AccountLimit[];
|
|
899
|
+
|
|
900
|
+
NextToken?: string;
|
|
901
|
+
}
|
|
902
|
+
export declare namespace DescribeAccountLimitsOutput {
|
|
903
|
+
|
|
904
|
+
const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export interface DescribeChangeSetInput {
|
|
908
|
+
|
|
909
|
+
ChangeSetName: string | undefined;
|
|
910
|
+
|
|
911
|
+
StackName?: string;
|
|
912
|
+
|
|
913
|
+
NextToken?: string;
|
|
914
|
+
}
|
|
915
|
+
export declare namespace DescribeChangeSetInput {
|
|
916
|
+
|
|
917
|
+
const filterSensitiveLog: (obj: DescribeChangeSetInput) => any;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
export interface DescribeChangeSetOutput {
|
|
921
|
+
|
|
922
|
+
ChangeSetName?: string;
|
|
923
|
+
|
|
924
|
+
ChangeSetId?: string;
|
|
925
|
+
|
|
926
|
+
StackId?: string;
|
|
927
|
+
|
|
928
|
+
StackName?: string;
|
|
929
|
+
|
|
930
|
+
Description?: string;
|
|
931
|
+
|
|
932
|
+
Parameters?: Parameter[];
|
|
933
|
+
|
|
934
|
+
CreationTime?: Date;
|
|
935
|
+
|
|
936
|
+
ExecutionStatus?: ExecutionStatus | string;
|
|
937
|
+
|
|
938
|
+
Status?: ChangeSetStatus | string;
|
|
939
|
+
|
|
940
|
+
StatusReason?: string;
|
|
941
|
+
|
|
942
|
+
NotificationARNs?: string[];
|
|
943
|
+
|
|
944
|
+
RollbackConfiguration?: RollbackConfiguration;
|
|
945
|
+
|
|
946
|
+
Capabilities?: (Capability | string)[];
|
|
947
|
+
|
|
948
|
+
Tags?: Tag[];
|
|
949
|
+
|
|
950
|
+
Changes?: Change[];
|
|
951
|
+
|
|
952
|
+
NextToken?: string;
|
|
953
|
+
|
|
954
|
+
IncludeNestedStacks?: boolean;
|
|
955
|
+
|
|
956
|
+
ParentChangeSetId?: string;
|
|
957
|
+
|
|
958
|
+
RootChangeSetId?: string;
|
|
959
|
+
}
|
|
960
|
+
export declare namespace DescribeChangeSetOutput {
|
|
961
|
+
|
|
962
|
+
const filterSensitiveLog: (obj: DescribeChangeSetOutput) => any;
|
|
963
|
+
}
|
|
964
|
+
export interface DescribePublisherInput {
|
|
965
|
+
|
|
966
|
+
PublisherId?: string;
|
|
967
|
+
}
|
|
968
|
+
export declare namespace DescribePublisherInput {
|
|
969
|
+
|
|
970
|
+
const filterSensitiveLog: (obj: DescribePublisherInput) => any;
|
|
971
|
+
}
|
|
972
|
+
export declare enum IdentityProvider {
|
|
973
|
+
AWS_Marketplace = "AWS_Marketplace",
|
|
974
|
+
Bitbucket = "Bitbucket",
|
|
975
|
+
GitHub = "GitHub"
|
|
976
|
+
}
|
|
977
|
+
export declare enum PublisherStatus {
|
|
978
|
+
UNVERIFIED = "UNVERIFIED",
|
|
979
|
+
VERIFIED = "VERIFIED"
|
|
980
|
+
}
|
|
981
|
+
export interface DescribePublisherOutput {
|
|
982
|
+
|
|
983
|
+
PublisherId?: string;
|
|
984
|
+
|
|
985
|
+
PublisherStatus?: PublisherStatus | string;
|
|
986
|
+
|
|
987
|
+
IdentityProvider?: IdentityProvider | string;
|
|
988
|
+
|
|
989
|
+
PublisherProfile?: string;
|
|
990
|
+
}
|
|
991
|
+
export declare namespace DescribePublisherOutput {
|
|
992
|
+
|
|
993
|
+
const filterSensitiveLog: (obj: DescribePublisherOutput) => any;
|
|
994
|
+
}
|
|
995
|
+
export interface DescribeStackDriftDetectionStatusInput {
|
|
996
|
+
|
|
997
|
+
StackDriftDetectionId: string | undefined;
|
|
998
|
+
}
|
|
999
|
+
export declare namespace DescribeStackDriftDetectionStatusInput {
|
|
1000
|
+
|
|
1001
|
+
const filterSensitiveLog: (obj: DescribeStackDriftDetectionStatusInput) => any;
|
|
1002
|
+
}
|
|
1003
|
+
export declare enum StackDriftDetectionStatus {
|
|
1004
|
+
DETECTION_COMPLETE = "DETECTION_COMPLETE",
|
|
1005
|
+
DETECTION_FAILED = "DETECTION_FAILED",
|
|
1006
|
+
DETECTION_IN_PROGRESS = "DETECTION_IN_PROGRESS"
|
|
1007
|
+
}
|
|
1008
|
+
export declare enum StackDriftStatus {
|
|
1009
|
+
DRIFTED = "DRIFTED",
|
|
1010
|
+
IN_SYNC = "IN_SYNC",
|
|
1011
|
+
NOT_CHECKED = "NOT_CHECKED",
|
|
1012
|
+
UNKNOWN = "UNKNOWN"
|
|
1013
|
+
}
|
|
1014
|
+
export interface DescribeStackDriftDetectionStatusOutput {
|
|
1015
|
+
|
|
1016
|
+
StackId: string | undefined;
|
|
1017
|
+
|
|
1018
|
+
StackDriftDetectionId: string | undefined;
|
|
1019
|
+
|
|
1020
|
+
StackDriftStatus?: StackDriftStatus | string;
|
|
1021
|
+
|
|
1022
|
+
DetectionStatus: StackDriftDetectionStatus | string | undefined;
|
|
1023
|
+
|
|
1024
|
+
DetectionStatusReason?: string;
|
|
1025
|
+
|
|
1026
|
+
DriftedStackResourceCount?: number;
|
|
1027
|
+
|
|
1028
|
+
Timestamp: Date | undefined;
|
|
1029
|
+
}
|
|
1030
|
+
export declare namespace DescribeStackDriftDetectionStatusOutput {
|
|
1031
|
+
|
|
1032
|
+
const filterSensitiveLog: (obj: DescribeStackDriftDetectionStatusOutput) => any;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export interface DescribeStackEventsInput {
|
|
1036
|
+
|
|
1037
|
+
StackName?: string;
|
|
1038
|
+
|
|
1039
|
+
NextToken?: string;
|
|
1040
|
+
}
|
|
1041
|
+
export declare namespace DescribeStackEventsInput {
|
|
1042
|
+
|
|
1043
|
+
const filterSensitiveLog: (obj: DescribeStackEventsInput) => any;
|
|
1044
|
+
}
|
|
1045
|
+
export declare enum ResourceStatus {
|
|
1046
|
+
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
1047
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
1048
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
1049
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
1050
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
1051
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
1052
|
+
DELETE_SKIPPED = "DELETE_SKIPPED",
|
|
1053
|
+
IMPORT_COMPLETE = "IMPORT_COMPLETE",
|
|
1054
|
+
IMPORT_FAILED = "IMPORT_FAILED",
|
|
1055
|
+
IMPORT_IN_PROGRESS = "IMPORT_IN_PROGRESS",
|
|
1056
|
+
IMPORT_ROLLBACK_COMPLETE = "IMPORT_ROLLBACK_COMPLETE",
|
|
1057
|
+
IMPORT_ROLLBACK_FAILED = "IMPORT_ROLLBACK_FAILED",
|
|
1058
|
+
IMPORT_ROLLBACK_IN_PROGRESS = "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
1059
|
+
ROLLBACK_COMPLETE = "ROLLBACK_COMPLETE",
|
|
1060
|
+
ROLLBACK_FAILED = "ROLLBACK_FAILED",
|
|
1061
|
+
ROLLBACK_IN_PROGRESS = "ROLLBACK_IN_PROGRESS",
|
|
1062
|
+
UPDATE_COMPLETE = "UPDATE_COMPLETE",
|
|
1063
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
1064
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
1065
|
+
UPDATE_ROLLBACK_COMPLETE = "UPDATE_ROLLBACK_COMPLETE",
|
|
1066
|
+
UPDATE_ROLLBACK_FAILED = "UPDATE_ROLLBACK_FAILED",
|
|
1067
|
+
UPDATE_ROLLBACK_IN_PROGRESS = "UPDATE_ROLLBACK_IN_PROGRESS"
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export interface StackEvent {
|
|
1071
|
+
|
|
1072
|
+
StackId: string | undefined;
|
|
1073
|
+
|
|
1074
|
+
EventId: string | undefined;
|
|
1075
|
+
|
|
1076
|
+
StackName: string | undefined;
|
|
1077
|
+
|
|
1078
|
+
LogicalResourceId?: string;
|
|
1079
|
+
|
|
1080
|
+
PhysicalResourceId?: string;
|
|
1081
|
+
|
|
1082
|
+
ResourceType?: string;
|
|
1083
|
+
|
|
1084
|
+
Timestamp: Date | undefined;
|
|
1085
|
+
|
|
1086
|
+
ResourceStatus?: ResourceStatus | string;
|
|
1087
|
+
|
|
1088
|
+
ResourceStatusReason?: string;
|
|
1089
|
+
|
|
1090
|
+
ResourceProperties?: string;
|
|
1091
|
+
|
|
1092
|
+
ClientRequestToken?: string;
|
|
1093
|
+
}
|
|
1094
|
+
export declare namespace StackEvent {
|
|
1095
|
+
|
|
1096
|
+
const filterSensitiveLog: (obj: StackEvent) => any;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
export interface DescribeStackEventsOutput {
|
|
1100
|
+
|
|
1101
|
+
StackEvents?: StackEvent[];
|
|
1102
|
+
|
|
1103
|
+
NextToken?: string;
|
|
1104
|
+
}
|
|
1105
|
+
export declare namespace DescribeStackEventsOutput {
|
|
1106
|
+
|
|
1107
|
+
const filterSensitiveLog: (obj: DescribeStackEventsOutput) => any;
|
|
1108
|
+
}
|
|
1109
|
+
export interface DescribeStackInstanceInput {
|
|
1110
|
+
|
|
1111
|
+
StackSetName: string | undefined;
|
|
1112
|
+
|
|
1113
|
+
StackInstanceAccount: string | undefined;
|
|
1114
|
+
|
|
1115
|
+
StackInstanceRegion: string | undefined;
|
|
1116
|
+
|
|
1117
|
+
CallAs?: CallAs | string;
|
|
1118
|
+
}
|
|
1119
|
+
export declare namespace DescribeStackInstanceInput {
|
|
1120
|
+
|
|
1121
|
+
const filterSensitiveLog: (obj: DescribeStackInstanceInput) => any;
|
|
1122
|
+
}
|
|
1123
|
+
export declare type StackInstanceDetailedStatus = "CANCELLED" | "FAILED" | "INOPERABLE" | "PENDING" | "RUNNING" | "SUCCEEDED";
|
|
1124
|
+
|
|
1125
|
+
export interface StackInstanceComprehensiveStatus {
|
|
1126
|
+
|
|
1127
|
+
DetailedStatus?: StackInstanceDetailedStatus | string;
|
|
1128
|
+
}
|
|
1129
|
+
export declare namespace StackInstanceComprehensiveStatus {
|
|
1130
|
+
|
|
1131
|
+
const filterSensitiveLog: (obj: StackInstanceComprehensiveStatus) => any;
|
|
1132
|
+
}
|
|
1133
|
+
export declare type StackInstanceStatus = "CURRENT" | "INOPERABLE" | "OUTDATED";
|
|
1134
|
+
|
|
1135
|
+
export interface StackInstance {
|
|
1136
|
+
|
|
1137
|
+
StackSetId?: string;
|
|
1138
|
+
|
|
1139
|
+
Region?: string;
|
|
1140
|
+
|
|
1141
|
+
Account?: string;
|
|
1142
|
+
|
|
1143
|
+
StackId?: string;
|
|
1144
|
+
|
|
1145
|
+
ParameterOverrides?: Parameter[];
|
|
1146
|
+
|
|
1147
|
+
Status?: StackInstanceStatus | string;
|
|
1148
|
+
|
|
1149
|
+
StackInstanceStatus?: StackInstanceComprehensiveStatus;
|
|
1150
|
+
|
|
1151
|
+
StatusReason?: string;
|
|
1152
|
+
|
|
1153
|
+
OrganizationalUnitId?: string;
|
|
1154
|
+
|
|
1155
|
+
DriftStatus?: StackDriftStatus | string;
|
|
1156
|
+
|
|
1157
|
+
LastDriftCheckTimestamp?: Date;
|
|
1158
|
+
}
|
|
1159
|
+
export declare namespace StackInstance {
|
|
1160
|
+
|
|
1161
|
+
const filterSensitiveLog: (obj: StackInstance) => any;
|
|
1162
|
+
}
|
|
1163
|
+
export interface DescribeStackInstanceOutput {
|
|
1164
|
+
|
|
1165
|
+
StackInstance?: StackInstance;
|
|
1166
|
+
}
|
|
1167
|
+
export declare namespace DescribeStackInstanceOutput {
|
|
1168
|
+
|
|
1169
|
+
const filterSensitiveLog: (obj: DescribeStackInstanceOutput) => any;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
export interface StackInstanceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1173
|
+
name: "StackInstanceNotFoundException";
|
|
1174
|
+
$fault: "client";
|
|
1175
|
+
Message?: string;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export interface DescribeStackResourceInput {
|
|
1179
|
+
|
|
1180
|
+
StackName: string | undefined;
|
|
1181
|
+
|
|
1182
|
+
LogicalResourceId: string | undefined;
|
|
1183
|
+
}
|
|
1184
|
+
export declare namespace DescribeStackResourceInput {
|
|
1185
|
+
|
|
1186
|
+
const filterSensitiveLog: (obj: DescribeStackResourceInput) => any;
|
|
1187
|
+
}
|
|
1188
|
+
export declare enum StackResourceDriftStatus {
|
|
1189
|
+
DELETED = "DELETED",
|
|
1190
|
+
IN_SYNC = "IN_SYNC",
|
|
1191
|
+
MODIFIED = "MODIFIED",
|
|
1192
|
+
NOT_CHECKED = "NOT_CHECKED"
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface StackResourceDriftInformation {
|
|
1196
|
+
|
|
1197
|
+
StackResourceDriftStatus: StackResourceDriftStatus | string | undefined;
|
|
1198
|
+
|
|
1199
|
+
LastCheckTimestamp?: Date;
|
|
1200
|
+
}
|
|
1201
|
+
export declare namespace StackResourceDriftInformation {
|
|
1202
|
+
|
|
1203
|
+
const filterSensitiveLog: (obj: StackResourceDriftInformation) => any;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
export interface StackResourceDetail {
|
|
1207
|
+
|
|
1208
|
+
StackName?: string;
|
|
1209
|
+
|
|
1210
|
+
StackId?: string;
|
|
1211
|
+
|
|
1212
|
+
LogicalResourceId: string | undefined;
|
|
1213
|
+
|
|
1214
|
+
PhysicalResourceId?: string;
|
|
1215
|
+
|
|
1216
|
+
ResourceType: string | undefined;
|
|
1217
|
+
|
|
1218
|
+
LastUpdatedTimestamp: Date | undefined;
|
|
1219
|
+
|
|
1220
|
+
ResourceStatus: ResourceStatus | string | undefined;
|
|
1221
|
+
|
|
1222
|
+
ResourceStatusReason?: string;
|
|
1223
|
+
|
|
1224
|
+
Description?: string;
|
|
1225
|
+
|
|
1226
|
+
Metadata?: string;
|
|
1227
|
+
|
|
1228
|
+
DriftInformation?: StackResourceDriftInformation;
|
|
1229
|
+
|
|
1230
|
+
ModuleInfo?: ModuleInfo;
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace StackResourceDetail {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: StackResourceDetail) => any;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export interface DescribeStackResourceOutput {
|
|
1238
|
+
|
|
1239
|
+
StackResourceDetail?: StackResourceDetail;
|
|
1240
|
+
}
|
|
1241
|
+
export declare namespace DescribeStackResourceOutput {
|
|
1242
|
+
|
|
1243
|
+
const filterSensitiveLog: (obj: DescribeStackResourceOutput) => any;
|
|
1244
|
+
}
|
|
1245
|
+
export interface DescribeStackResourceDriftsInput {
|
|
1246
|
+
|
|
1247
|
+
StackName: string | undefined;
|
|
1248
|
+
|
|
1249
|
+
StackResourceDriftStatusFilters?: (StackResourceDriftStatus | string)[];
|
|
1250
|
+
|
|
1251
|
+
NextToken?: string;
|
|
1252
|
+
|
|
1253
|
+
MaxResults?: number;
|
|
1254
|
+
}
|
|
1255
|
+
export declare namespace DescribeStackResourceDriftsInput {
|
|
1256
|
+
|
|
1257
|
+
const filterSensitiveLog: (obj: DescribeStackResourceDriftsInput) => any;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface PhysicalResourceIdContextKeyValuePair {
|
|
1261
|
+
|
|
1262
|
+
Key: string | undefined;
|
|
1263
|
+
|
|
1264
|
+
Value: string | undefined;
|
|
1265
|
+
}
|
|
1266
|
+
export declare namespace PhysicalResourceIdContextKeyValuePair {
|
|
1267
|
+
|
|
1268
|
+
const filterSensitiveLog: (obj: PhysicalResourceIdContextKeyValuePair) => any;
|
|
1269
|
+
}
|
|
1270
|
+
export declare enum DifferenceType {
|
|
1271
|
+
ADD = "ADD",
|
|
1272
|
+
NOT_EQUAL = "NOT_EQUAL",
|
|
1273
|
+
REMOVE = "REMOVE"
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export interface PropertyDifference {
|
|
1277
|
+
|
|
1278
|
+
PropertyPath: string | undefined;
|
|
1279
|
+
|
|
1280
|
+
ExpectedValue: string | undefined;
|
|
1281
|
+
|
|
1282
|
+
ActualValue: string | undefined;
|
|
1283
|
+
|
|
1284
|
+
DifferenceType: DifferenceType | string | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export declare namespace PropertyDifference {
|
|
1287
|
+
|
|
1288
|
+
const filterSensitiveLog: (obj: PropertyDifference) => any;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export interface StackResourceDrift {
|
|
1292
|
+
|
|
1293
|
+
StackId: string | undefined;
|
|
1294
|
+
|
|
1295
|
+
LogicalResourceId: string | undefined;
|
|
1296
|
+
|
|
1297
|
+
PhysicalResourceId?: string;
|
|
1298
|
+
|
|
1299
|
+
PhysicalResourceIdContext?: PhysicalResourceIdContextKeyValuePair[];
|
|
1300
|
+
|
|
1301
|
+
ResourceType: string | undefined;
|
|
1302
|
+
|
|
1303
|
+
ExpectedProperties?: string;
|
|
1304
|
+
|
|
1305
|
+
ActualProperties?: string;
|
|
1306
|
+
|
|
1307
|
+
PropertyDifferences?: PropertyDifference[];
|
|
1308
|
+
|
|
1309
|
+
StackResourceDriftStatus: StackResourceDriftStatus | string | undefined;
|
|
1310
|
+
|
|
1311
|
+
Timestamp: Date | undefined;
|
|
1312
|
+
|
|
1313
|
+
ModuleInfo?: ModuleInfo;
|
|
1314
|
+
}
|
|
1315
|
+
export declare namespace StackResourceDrift {
|
|
1316
|
+
|
|
1317
|
+
const filterSensitiveLog: (obj: StackResourceDrift) => any;
|
|
1318
|
+
}
|
|
1319
|
+
export interface DescribeStackResourceDriftsOutput {
|
|
1320
|
+
|
|
1321
|
+
StackResourceDrifts: StackResourceDrift[] | undefined;
|
|
1322
|
+
|
|
1323
|
+
NextToken?: string;
|
|
1324
|
+
}
|
|
1325
|
+
export declare namespace DescribeStackResourceDriftsOutput {
|
|
1326
|
+
|
|
1327
|
+
const filterSensitiveLog: (obj: DescribeStackResourceDriftsOutput) => any;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
export interface DescribeStackResourcesInput {
|
|
1331
|
+
|
|
1332
|
+
StackName?: string;
|
|
1333
|
+
|
|
1334
|
+
LogicalResourceId?: string;
|
|
1335
|
+
|
|
1336
|
+
PhysicalResourceId?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export declare namespace DescribeStackResourcesInput {
|
|
1339
|
+
|
|
1340
|
+
const filterSensitiveLog: (obj: DescribeStackResourcesInput) => any;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
export interface StackResource {
|
|
1344
|
+
|
|
1345
|
+
StackName?: string;
|
|
1346
|
+
|
|
1347
|
+
StackId?: string;
|
|
1348
|
+
|
|
1349
|
+
LogicalResourceId: string | undefined;
|
|
1350
|
+
|
|
1351
|
+
PhysicalResourceId?: string;
|
|
1352
|
+
|
|
1353
|
+
ResourceType: string | undefined;
|
|
1354
|
+
|
|
1355
|
+
Timestamp: Date | undefined;
|
|
1356
|
+
|
|
1357
|
+
ResourceStatus: ResourceStatus | string | undefined;
|
|
1358
|
+
|
|
1359
|
+
ResourceStatusReason?: string;
|
|
1360
|
+
|
|
1361
|
+
Description?: string;
|
|
1362
|
+
|
|
1363
|
+
DriftInformation?: StackResourceDriftInformation;
|
|
1364
|
+
|
|
1365
|
+
ModuleInfo?: ModuleInfo;
|
|
1366
|
+
}
|
|
1367
|
+
export declare namespace StackResource {
|
|
1368
|
+
|
|
1369
|
+
const filterSensitiveLog: (obj: StackResource) => any;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
export interface DescribeStackResourcesOutput {
|
|
1373
|
+
|
|
1374
|
+
StackResources?: StackResource[];
|
|
1375
|
+
}
|
|
1376
|
+
export declare namespace DescribeStackResourcesOutput {
|
|
1377
|
+
|
|
1378
|
+
const filterSensitiveLog: (obj: DescribeStackResourcesOutput) => any;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
export interface DescribeStacksInput {
|
|
1382
|
+
|
|
1383
|
+
StackName?: string;
|
|
1384
|
+
|
|
1385
|
+
NextToken?: string;
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace DescribeStacksInput {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: DescribeStacksInput) => any;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export interface StackDriftInformation {
|
|
1393
|
+
|
|
1394
|
+
StackDriftStatus: StackDriftStatus | string | undefined;
|
|
1395
|
+
|
|
1396
|
+
LastCheckTimestamp?: Date;
|
|
1397
|
+
}
|
|
1398
|
+
export declare namespace StackDriftInformation {
|
|
1399
|
+
|
|
1400
|
+
const filterSensitiveLog: (obj: StackDriftInformation) => any;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
export interface Output {
|
|
1404
|
+
|
|
1405
|
+
OutputKey?: string;
|
|
1406
|
+
|
|
1407
|
+
OutputValue?: string;
|
|
1408
|
+
|
|
1409
|
+
Description?: string;
|
|
1410
|
+
|
|
1411
|
+
ExportName?: string;
|
|
1412
|
+
}
|
|
1413
|
+
export declare namespace Output {
|
|
1414
|
+
|
|
1415
|
+
const filterSensitiveLog: (obj: Output) => any;
|
|
1416
|
+
}
|
|
1417
|
+
export declare enum StackStatus {
|
|
1418
|
+
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
1419
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
1420
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
1421
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
1422
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
1423
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
1424
|
+
IMPORT_COMPLETE = "IMPORT_COMPLETE",
|
|
1425
|
+
IMPORT_IN_PROGRESS = "IMPORT_IN_PROGRESS",
|
|
1426
|
+
IMPORT_ROLLBACK_COMPLETE = "IMPORT_ROLLBACK_COMPLETE",
|
|
1427
|
+
IMPORT_ROLLBACK_FAILED = "IMPORT_ROLLBACK_FAILED",
|
|
1428
|
+
IMPORT_ROLLBACK_IN_PROGRESS = "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
1429
|
+
REVIEW_IN_PROGRESS = "REVIEW_IN_PROGRESS",
|
|
1430
|
+
ROLLBACK_COMPLETE = "ROLLBACK_COMPLETE",
|
|
1431
|
+
ROLLBACK_FAILED = "ROLLBACK_FAILED",
|
|
1432
|
+
ROLLBACK_IN_PROGRESS = "ROLLBACK_IN_PROGRESS",
|
|
1433
|
+
UPDATE_COMPLETE = "UPDATE_COMPLETE",
|
|
1434
|
+
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
1435
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
1436
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
|
|
1437
|
+
UPDATE_ROLLBACK_COMPLETE = "UPDATE_ROLLBACK_COMPLETE",
|
|
1438
|
+
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
1439
|
+
UPDATE_ROLLBACK_FAILED = "UPDATE_ROLLBACK_FAILED",
|
|
1440
|
+
UPDATE_ROLLBACK_IN_PROGRESS = "UPDATE_ROLLBACK_IN_PROGRESS"
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
export interface Stack {
|
|
1444
|
+
|
|
1445
|
+
StackId?: string;
|
|
1446
|
+
|
|
1447
|
+
StackName: string | undefined;
|
|
1448
|
+
|
|
1449
|
+
ChangeSetId?: string;
|
|
1450
|
+
|
|
1451
|
+
Description?: string;
|
|
1452
|
+
|
|
1453
|
+
Parameters?: Parameter[];
|
|
1454
|
+
|
|
1455
|
+
CreationTime: Date | undefined;
|
|
1456
|
+
|
|
1457
|
+
DeletionTime?: Date;
|
|
1458
|
+
|
|
1459
|
+
LastUpdatedTime?: Date;
|
|
1460
|
+
|
|
1461
|
+
RollbackConfiguration?: RollbackConfiguration;
|
|
1462
|
+
|
|
1463
|
+
StackStatus: StackStatus | string | undefined;
|
|
1464
|
+
|
|
1465
|
+
StackStatusReason?: string;
|
|
1466
|
+
|
|
1467
|
+
DisableRollback?: boolean;
|
|
1468
|
+
|
|
1469
|
+
NotificationARNs?: string[];
|
|
1470
|
+
|
|
1471
|
+
TimeoutInMinutes?: number;
|
|
1472
|
+
|
|
1473
|
+
Capabilities?: (Capability | string)[];
|
|
1474
|
+
|
|
1475
|
+
Outputs?: Output[];
|
|
1476
|
+
|
|
1477
|
+
RoleARN?: string;
|
|
1478
|
+
|
|
1479
|
+
Tags?: Tag[];
|
|
1480
|
+
|
|
1481
|
+
EnableTerminationProtection?: boolean;
|
|
1482
|
+
|
|
1483
|
+
ParentId?: string;
|
|
1484
|
+
|
|
1485
|
+
RootId?: string;
|
|
1486
|
+
|
|
1487
|
+
DriftInformation?: StackDriftInformation;
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace Stack {
|
|
1490
|
+
|
|
1491
|
+
const filterSensitiveLog: (obj: Stack) => any;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
export interface DescribeStacksOutput {
|
|
1495
|
+
|
|
1496
|
+
Stacks?: Stack[];
|
|
1497
|
+
|
|
1498
|
+
NextToken?: string;
|
|
1499
|
+
}
|
|
1500
|
+
export declare namespace DescribeStacksOutput {
|
|
1501
|
+
|
|
1502
|
+
const filterSensitiveLog: (obj: DescribeStacksOutput) => any;
|
|
1503
|
+
}
|
|
1504
|
+
export interface DescribeStackSetInput {
|
|
1505
|
+
|
|
1506
|
+
StackSetName: string | undefined;
|
|
1507
|
+
|
|
1508
|
+
CallAs?: CallAs | string;
|
|
1509
|
+
}
|
|
1510
|
+
export declare namespace DescribeStackSetInput {
|
|
1511
|
+
|
|
1512
|
+
const filterSensitiveLog: (obj: DescribeStackSetInput) => any;
|
|
1513
|
+
}
|
|
1514
|
+
export declare enum StackSetDriftDetectionStatus {
|
|
1515
|
+
COMPLETED = "COMPLETED",
|
|
1516
|
+
FAILED = "FAILED",
|
|
1517
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1518
|
+
PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
|
|
1519
|
+
STOPPED = "STOPPED"
|
|
1520
|
+
}
|
|
1521
|
+
export declare enum StackSetDriftStatus {
|
|
1522
|
+
DRIFTED = "DRIFTED",
|
|
1523
|
+
IN_SYNC = "IN_SYNC",
|
|
1524
|
+
NOT_CHECKED = "NOT_CHECKED"
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface StackSetDriftDetectionDetails {
|
|
1528
|
+
|
|
1529
|
+
DriftStatus?: StackSetDriftStatus | string;
|
|
1530
|
+
|
|
1531
|
+
DriftDetectionStatus?: StackSetDriftDetectionStatus | string;
|
|
1532
|
+
|
|
1533
|
+
LastDriftCheckTimestamp?: Date;
|
|
1534
|
+
|
|
1535
|
+
TotalStackInstancesCount?: number;
|
|
1536
|
+
|
|
1537
|
+
DriftedStackInstancesCount?: number;
|
|
1538
|
+
|
|
1539
|
+
InSyncStackInstancesCount?: number;
|
|
1540
|
+
|
|
1541
|
+
InProgressStackInstancesCount?: number;
|
|
1542
|
+
|
|
1543
|
+
FailedStackInstancesCount?: number;
|
|
1544
|
+
}
|
|
1545
|
+
export declare namespace StackSetDriftDetectionDetails {
|
|
1546
|
+
|
|
1547
|
+
const filterSensitiveLog: (obj: StackSetDriftDetectionDetails) => any;
|
|
1548
|
+
}
|
|
1549
|
+
export declare type StackSetStatus = "ACTIVE" | "DELETED";
|
|
1550
|
+
|
|
1551
|
+
export interface StackSet {
|
|
1552
|
+
|
|
1553
|
+
StackSetName?: string;
|
|
1554
|
+
|
|
1555
|
+
StackSetId?: string;
|
|
1556
|
+
|
|
1557
|
+
Description?: string;
|
|
1558
|
+
|
|
1559
|
+
Status?: StackSetStatus | string;
|
|
1560
|
+
|
|
1561
|
+
TemplateBody?: string;
|
|
1562
|
+
|
|
1563
|
+
Parameters?: Parameter[];
|
|
1564
|
+
|
|
1565
|
+
Capabilities?: (Capability | string)[];
|
|
1566
|
+
|
|
1567
|
+
Tags?: Tag[];
|
|
1568
|
+
|
|
1569
|
+
StackSetARN?: string;
|
|
1570
|
+
|
|
1571
|
+
AdministrationRoleARN?: string;
|
|
1572
|
+
|
|
1573
|
+
ExecutionRoleName?: string;
|
|
1574
|
+
|
|
1575
|
+
StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails;
|
|
1576
|
+
|
|
1577
|
+
AutoDeployment?: AutoDeployment;
|
|
1578
|
+
|
|
1579
|
+
PermissionModel?: PermissionModels | string;
|
|
1580
|
+
|
|
1581
|
+
OrganizationalUnitIds?: string[];
|
|
1582
|
+
|
|
1583
|
+
ManagedExecution?: ManagedExecution;
|
|
1584
|
+
}
|
|
1585
|
+
export declare namespace StackSet {
|
|
1586
|
+
|
|
1587
|
+
const filterSensitiveLog: (obj: StackSet) => any;
|
|
1588
|
+
}
|
|
1589
|
+
export interface DescribeStackSetOutput {
|
|
1590
|
+
|
|
1591
|
+
StackSet?: StackSet;
|
|
1592
|
+
}
|
|
1593
|
+
export declare namespace DescribeStackSetOutput {
|
|
1594
|
+
|
|
1595
|
+
const filterSensitiveLog: (obj: DescribeStackSetOutput) => any;
|
|
1596
|
+
}
|
|
1597
|
+
export interface DescribeStackSetOperationInput {
|
|
1598
|
+
|
|
1599
|
+
StackSetName: string | undefined;
|
|
1600
|
+
|
|
1601
|
+
OperationId: string | undefined;
|
|
1602
|
+
|
|
1603
|
+
CallAs?: CallAs | string;
|
|
1604
|
+
}
|
|
1605
|
+
export declare namespace DescribeStackSetOperationInput {
|
|
1606
|
+
|
|
1607
|
+
const filterSensitiveLog: (obj: DescribeStackSetOperationInput) => any;
|
|
1608
|
+
}
|
|
1609
|
+
export declare type StackSetOperationAction = "CREATE" | "DELETE" | "DETECT_DRIFT" | "UPDATE";
|
|
1610
|
+
export declare type StackSetOperationStatus = "FAILED" | "QUEUED" | "RUNNING" | "STOPPED" | "STOPPING" | "SUCCEEDED";
|
|
1611
|
+
|
|
1612
|
+
export interface StackSetOperation {
|
|
1613
|
+
|
|
1614
|
+
OperationId?: string;
|
|
1615
|
+
|
|
1616
|
+
StackSetId?: string;
|
|
1617
|
+
|
|
1618
|
+
Action?: StackSetOperationAction | string;
|
|
1619
|
+
|
|
1620
|
+
Status?: StackSetOperationStatus | string;
|
|
1621
|
+
|
|
1622
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
1623
|
+
|
|
1624
|
+
RetainStacks?: boolean;
|
|
1625
|
+
|
|
1626
|
+
AdministrationRoleARN?: string;
|
|
1627
|
+
|
|
1628
|
+
ExecutionRoleName?: string;
|
|
1629
|
+
|
|
1630
|
+
CreationTimestamp?: Date;
|
|
1631
|
+
|
|
1632
|
+
EndTimestamp?: Date;
|
|
1633
|
+
|
|
1634
|
+
DeploymentTargets?: DeploymentTargets;
|
|
1635
|
+
|
|
1636
|
+
StackSetDriftDetectionDetails?: StackSetDriftDetectionDetails;
|
|
1637
|
+
}
|
|
1638
|
+
export declare namespace StackSetOperation {
|
|
1639
|
+
|
|
1640
|
+
const filterSensitiveLog: (obj: StackSetOperation) => any;
|
|
1641
|
+
}
|
|
1642
|
+
export interface DescribeStackSetOperationOutput {
|
|
1643
|
+
|
|
1644
|
+
StackSetOperation?: StackSetOperation;
|
|
1645
|
+
}
|
|
1646
|
+
export declare namespace DescribeStackSetOperationOutput {
|
|
1647
|
+
|
|
1648
|
+
const filterSensitiveLog: (obj: DescribeStackSetOperationOutput) => any;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
export interface OperationNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1652
|
+
name: "OperationNotFoundException";
|
|
1653
|
+
$fault: "client";
|
|
1654
|
+
Message?: string;
|
|
1655
|
+
}
|
|
1656
|
+
export interface DescribeTypeInput {
|
|
1657
|
+
|
|
1658
|
+
Type?: RegistryType | string;
|
|
1659
|
+
|
|
1660
|
+
TypeName?: string;
|
|
1661
|
+
|
|
1662
|
+
Arn?: string;
|
|
1663
|
+
|
|
1664
|
+
VersionId?: string;
|
|
1665
|
+
|
|
1666
|
+
PublisherId?: string;
|
|
1667
|
+
|
|
1668
|
+
PublicVersionNumber?: string;
|
|
1669
|
+
}
|
|
1670
|
+
export declare namespace DescribeTypeInput {
|
|
1671
|
+
|
|
1672
|
+
const filterSensitiveLog: (obj: DescribeTypeInput) => any;
|
|
1673
|
+
}
|
|
1674
|
+
export declare type DeprecatedStatus = "DEPRECATED" | "LIVE";
|
|
1675
|
+
export declare type ProvisioningType = "FULLY_MUTABLE" | "IMMUTABLE" | "NON_PROVISIONABLE";
|
|
1676
|
+
|
|
1677
|
+
export interface RequiredActivatedType {
|
|
1678
|
+
|
|
1679
|
+
TypeNameAlias?: string;
|
|
1680
|
+
|
|
1681
|
+
OriginalTypeName?: string;
|
|
1682
|
+
|
|
1683
|
+
PublisherId?: string;
|
|
1684
|
+
|
|
1685
|
+
SupportedMajorVersions?: number[];
|
|
1686
|
+
}
|
|
1687
|
+
export declare namespace RequiredActivatedType {
|
|
1688
|
+
|
|
1689
|
+
const filterSensitiveLog: (obj: RequiredActivatedType) => any;
|
|
1690
|
+
}
|
|
1691
|
+
export declare enum TypeTestsStatus {
|
|
1692
|
+
FAILED = "FAILED",
|
|
1693
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1694
|
+
NOT_TESTED = "NOT_TESTED",
|
|
1695
|
+
PASSED = "PASSED"
|
|
1696
|
+
}
|
|
1697
|
+
export declare type Visibility = "PRIVATE" | "PUBLIC";
|
|
1698
|
+
export interface DescribeTypeOutput {
|
|
1699
|
+
|
|
1700
|
+
Arn?: string;
|
|
1701
|
+
|
|
1702
|
+
Type?: RegistryType | string;
|
|
1703
|
+
|
|
1704
|
+
TypeName?: string;
|
|
1705
|
+
|
|
1706
|
+
DefaultVersionId?: string;
|
|
1707
|
+
|
|
1708
|
+
IsDefaultVersion?: boolean;
|
|
1709
|
+
|
|
1710
|
+
TypeTestsStatus?: TypeTestsStatus | string;
|
|
1711
|
+
|
|
1712
|
+
TypeTestsStatusDescription?: string;
|
|
1713
|
+
|
|
1714
|
+
Description?: string;
|
|
1715
|
+
|
|
1716
|
+
Schema?: string;
|
|
1717
|
+
|
|
1718
|
+
ProvisioningType?: ProvisioningType | string;
|
|
1719
|
+
|
|
1720
|
+
DeprecatedStatus?: DeprecatedStatus | string;
|
|
1721
|
+
|
|
1722
|
+
LoggingConfig?: LoggingConfig;
|
|
1723
|
+
|
|
1724
|
+
RequiredActivatedTypes?: RequiredActivatedType[];
|
|
1725
|
+
|
|
1726
|
+
ExecutionRoleArn?: string;
|
|
1727
|
+
|
|
1728
|
+
Visibility?: Visibility | string;
|
|
1729
|
+
|
|
1730
|
+
SourceUrl?: string;
|
|
1731
|
+
|
|
1732
|
+
DocumentationUrl?: string;
|
|
1733
|
+
|
|
1734
|
+
LastUpdated?: Date;
|
|
1735
|
+
|
|
1736
|
+
TimeCreated?: Date;
|
|
1737
|
+
|
|
1738
|
+
ConfigurationSchema?: string;
|
|
1739
|
+
|
|
1740
|
+
PublisherId?: string;
|
|
1741
|
+
|
|
1742
|
+
OriginalTypeName?: string;
|
|
1743
|
+
|
|
1744
|
+
OriginalTypeArn?: string;
|
|
1745
|
+
|
|
1746
|
+
PublicVersionNumber?: string;
|
|
1747
|
+
|
|
1748
|
+
LatestPublicVersion?: string;
|
|
1749
|
+
|
|
1750
|
+
IsActivated?: boolean;
|
|
1751
|
+
|
|
1752
|
+
AutoUpdate?: boolean;
|
|
1753
|
+
}
|
|
1754
|
+
export declare namespace DescribeTypeOutput {
|
|
1755
|
+
|
|
1756
|
+
const filterSensitiveLog: (obj: DescribeTypeOutput) => any;
|
|
1757
|
+
}
|
|
1758
|
+
export interface DescribeTypeRegistrationInput {
|
|
1759
|
+
|
|
1760
|
+
RegistrationToken: string | undefined;
|
|
1761
|
+
}
|
|
1762
|
+
export declare namespace DescribeTypeRegistrationInput {
|
|
1763
|
+
|
|
1764
|
+
const filterSensitiveLog: (obj: DescribeTypeRegistrationInput) => any;
|
|
1765
|
+
}
|
|
1766
|
+
export declare type RegistrationStatus = "COMPLETE" | "FAILED" | "IN_PROGRESS";
|
|
1767
|
+
export interface DescribeTypeRegistrationOutput {
|
|
1768
|
+
|
|
1769
|
+
ProgressStatus?: RegistrationStatus | string;
|
|
1770
|
+
|
|
1771
|
+
Description?: string;
|
|
1772
|
+
|
|
1773
|
+
TypeArn?: string;
|
|
1774
|
+
|
|
1775
|
+
TypeVersionArn?: string;
|
|
1776
|
+
}
|
|
1777
|
+
export declare namespace DescribeTypeRegistrationOutput {
|
|
1778
|
+
|
|
1779
|
+
const filterSensitiveLog: (obj: DescribeTypeRegistrationOutput) => any;
|
|
1780
|
+
}
|
|
1781
|
+
export interface DetectStackDriftInput {
|
|
1782
|
+
|
|
1783
|
+
StackName: string | undefined;
|
|
1784
|
+
|
|
1785
|
+
LogicalResourceIds?: string[];
|
|
1786
|
+
}
|
|
1787
|
+
export declare namespace DetectStackDriftInput {
|
|
1788
|
+
|
|
1789
|
+
const filterSensitiveLog: (obj: DetectStackDriftInput) => any;
|
|
1790
|
+
}
|
|
1791
|
+
export interface DetectStackDriftOutput {
|
|
1792
|
+
|
|
1793
|
+
StackDriftDetectionId: string | undefined;
|
|
1794
|
+
}
|
|
1795
|
+
export declare namespace DetectStackDriftOutput {
|
|
1796
|
+
|
|
1797
|
+
const filterSensitiveLog: (obj: DetectStackDriftOutput) => any;
|
|
1798
|
+
}
|
|
1799
|
+
export interface DetectStackResourceDriftInput {
|
|
1800
|
+
|
|
1801
|
+
StackName: string | undefined;
|
|
1802
|
+
|
|
1803
|
+
LogicalResourceId: string | undefined;
|
|
1804
|
+
}
|
|
1805
|
+
export declare namespace DetectStackResourceDriftInput {
|
|
1806
|
+
|
|
1807
|
+
const filterSensitiveLog: (obj: DetectStackResourceDriftInput) => any;
|
|
1808
|
+
}
|
|
1809
|
+
export interface DetectStackResourceDriftOutput {
|
|
1810
|
+
|
|
1811
|
+
StackResourceDrift: StackResourceDrift | undefined;
|
|
1812
|
+
}
|
|
1813
|
+
export declare namespace DetectStackResourceDriftOutput {
|
|
1814
|
+
|
|
1815
|
+
const filterSensitiveLog: (obj: DetectStackResourceDriftOutput) => any;
|
|
1816
|
+
}
|
|
1817
|
+
export interface DetectStackSetDriftInput {
|
|
1818
|
+
|
|
1819
|
+
StackSetName: string | undefined;
|
|
1820
|
+
|
|
1821
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
1822
|
+
|
|
1823
|
+
OperationId?: string;
|
|
1824
|
+
|
|
1825
|
+
CallAs?: CallAs | string;
|
|
1826
|
+
}
|
|
1827
|
+
export declare namespace DetectStackSetDriftInput {
|
|
1828
|
+
|
|
1829
|
+
const filterSensitiveLog: (obj: DetectStackSetDriftInput) => any;
|
|
1830
|
+
}
|
|
1831
|
+
export interface DetectStackSetDriftOutput {
|
|
1832
|
+
|
|
1833
|
+
OperationId?: string;
|
|
1834
|
+
}
|
|
1835
|
+
export declare namespace DetectStackSetDriftOutput {
|
|
1836
|
+
|
|
1837
|
+
const filterSensitiveLog: (obj: DetectStackSetDriftOutput) => any;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
export interface EstimateTemplateCostInput {
|
|
1841
|
+
|
|
1842
|
+
TemplateBody?: string;
|
|
1843
|
+
|
|
1844
|
+
TemplateURL?: string;
|
|
1845
|
+
|
|
1846
|
+
Parameters?: Parameter[];
|
|
1847
|
+
}
|
|
1848
|
+
export declare namespace EstimateTemplateCostInput {
|
|
1849
|
+
|
|
1850
|
+
const filterSensitiveLog: (obj: EstimateTemplateCostInput) => any;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
export interface EstimateTemplateCostOutput {
|
|
1854
|
+
|
|
1855
|
+
Url?: string;
|
|
1856
|
+
}
|
|
1857
|
+
export declare namespace EstimateTemplateCostOutput {
|
|
1858
|
+
|
|
1859
|
+
const filterSensitiveLog: (obj: EstimateTemplateCostOutput) => any;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
export interface ExecuteChangeSetInput {
|
|
1863
|
+
|
|
1864
|
+
ChangeSetName: string | undefined;
|
|
1865
|
+
|
|
1866
|
+
StackName?: string;
|
|
1867
|
+
|
|
1868
|
+
ClientRequestToken?: string;
|
|
1869
|
+
|
|
1870
|
+
DisableRollback?: boolean;
|
|
1871
|
+
}
|
|
1872
|
+
export declare namespace ExecuteChangeSetInput {
|
|
1873
|
+
|
|
1874
|
+
const filterSensitiveLog: (obj: ExecuteChangeSetInput) => any;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
export interface ExecuteChangeSetOutput {
|
|
1878
|
+
}
|
|
1879
|
+
export declare namespace ExecuteChangeSetOutput {
|
|
1880
|
+
|
|
1881
|
+
const filterSensitiveLog: (obj: ExecuteChangeSetOutput) => any;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
export interface GetStackPolicyInput {
|
|
1885
|
+
|
|
1886
|
+
StackName: string | undefined;
|
|
1887
|
+
}
|
|
1888
|
+
export declare namespace GetStackPolicyInput {
|
|
1889
|
+
|
|
1890
|
+
const filterSensitiveLog: (obj: GetStackPolicyInput) => any;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
export interface GetStackPolicyOutput {
|
|
1894
|
+
|
|
1895
|
+
StackPolicyBody?: string;
|
|
1896
|
+
}
|
|
1897
|
+
export declare namespace GetStackPolicyOutput {
|
|
1898
|
+
|
|
1899
|
+
const filterSensitiveLog: (obj: GetStackPolicyOutput) => any;
|
|
1900
|
+
}
|
|
1901
|
+
export declare enum TemplateStage {
|
|
1902
|
+
Original = "Original",
|
|
1903
|
+
Processed = "Processed"
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
export interface GetTemplateInput {
|
|
1907
|
+
|
|
1908
|
+
StackName?: string;
|
|
1909
|
+
|
|
1910
|
+
ChangeSetName?: string;
|
|
1911
|
+
|
|
1912
|
+
TemplateStage?: TemplateStage | string;
|
|
1913
|
+
}
|
|
1914
|
+
export declare namespace GetTemplateInput {
|
|
1915
|
+
|
|
1916
|
+
const filterSensitiveLog: (obj: GetTemplateInput) => any;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
export interface GetTemplateOutput {
|
|
1920
|
+
|
|
1921
|
+
TemplateBody?: string;
|
|
1922
|
+
|
|
1923
|
+
StagesAvailable?: (TemplateStage | string)[];
|
|
1924
|
+
}
|
|
1925
|
+
export declare namespace GetTemplateOutput {
|
|
1926
|
+
|
|
1927
|
+
const filterSensitiveLog: (obj: GetTemplateOutput) => any;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
export interface GetTemplateSummaryInput {
|
|
1931
|
+
|
|
1932
|
+
TemplateBody?: string;
|
|
1933
|
+
|
|
1934
|
+
TemplateURL?: string;
|
|
1935
|
+
|
|
1936
|
+
StackName?: string;
|
|
1937
|
+
|
|
1938
|
+
StackSetName?: string;
|
|
1939
|
+
|
|
1940
|
+
CallAs?: CallAs | string;
|
|
1941
|
+
}
|
|
1942
|
+
export declare namespace GetTemplateSummaryInput {
|
|
1943
|
+
|
|
1944
|
+
const filterSensitiveLog: (obj: GetTemplateSummaryInput) => any;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
export interface ParameterConstraints {
|
|
1948
|
+
|
|
1949
|
+
AllowedValues?: string[];
|
|
1950
|
+
}
|
|
1951
|
+
export declare namespace ParameterConstraints {
|
|
1952
|
+
|
|
1953
|
+
const filterSensitiveLog: (obj: ParameterConstraints) => any;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
export interface ParameterDeclaration {
|
|
1957
|
+
|
|
1958
|
+
ParameterKey?: string;
|
|
1959
|
+
|
|
1960
|
+
DefaultValue?: string;
|
|
1961
|
+
|
|
1962
|
+
ParameterType?: string;
|
|
1963
|
+
|
|
1964
|
+
NoEcho?: boolean;
|
|
1965
|
+
|
|
1966
|
+
Description?: string;
|
|
1967
|
+
|
|
1968
|
+
ParameterConstraints?: ParameterConstraints;
|
|
1969
|
+
}
|
|
1970
|
+
export declare namespace ParameterDeclaration {
|
|
1971
|
+
|
|
1972
|
+
const filterSensitiveLog: (obj: ParameterDeclaration) => any;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
export interface ResourceIdentifierSummary {
|
|
1976
|
+
|
|
1977
|
+
ResourceType?: string;
|
|
1978
|
+
|
|
1979
|
+
LogicalResourceIds?: string[];
|
|
1980
|
+
|
|
1981
|
+
ResourceIdentifiers?: string[];
|
|
1982
|
+
}
|
|
1983
|
+
export declare namespace ResourceIdentifierSummary {
|
|
1984
|
+
|
|
1985
|
+
const filterSensitiveLog: (obj: ResourceIdentifierSummary) => any;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
export interface GetTemplateSummaryOutput {
|
|
1989
|
+
|
|
1990
|
+
Parameters?: ParameterDeclaration[];
|
|
1991
|
+
|
|
1992
|
+
Description?: string;
|
|
1993
|
+
|
|
1994
|
+
Capabilities?: (Capability | string)[];
|
|
1995
|
+
|
|
1996
|
+
CapabilitiesReason?: string;
|
|
1997
|
+
|
|
1998
|
+
ResourceTypes?: string[];
|
|
1999
|
+
|
|
2000
|
+
Version?: string;
|
|
2001
|
+
|
|
2002
|
+
Metadata?: string;
|
|
2003
|
+
|
|
2004
|
+
DeclaredTransforms?: string[];
|
|
2005
|
+
|
|
2006
|
+
ResourceIdentifierSummaries?: ResourceIdentifierSummary[];
|
|
2007
|
+
}
|
|
2008
|
+
export declare namespace GetTemplateSummaryOutput {
|
|
2009
|
+
|
|
2010
|
+
const filterSensitiveLog: (obj: GetTemplateSummaryOutput) => any;
|
|
2011
|
+
}
|
|
2012
|
+
export interface ImportStacksToStackSetInput {
|
|
2013
|
+
|
|
2014
|
+
StackSetName: string | undefined;
|
|
2015
|
+
|
|
2016
|
+
StackIds?: string[];
|
|
2017
|
+
|
|
2018
|
+
StackIdsUrl?: string;
|
|
2019
|
+
|
|
2020
|
+
OrganizationalUnitIds?: string[];
|
|
2021
|
+
|
|
2022
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
2023
|
+
|
|
2024
|
+
OperationId?: string;
|
|
2025
|
+
|
|
2026
|
+
CallAs?: CallAs | string;
|
|
2027
|
+
}
|
|
2028
|
+
export declare namespace ImportStacksToStackSetInput {
|
|
2029
|
+
|
|
2030
|
+
const filterSensitiveLog: (obj: ImportStacksToStackSetInput) => any;
|
|
2031
|
+
}
|
|
2032
|
+
export interface ImportStacksToStackSetOutput {
|
|
2033
|
+
|
|
2034
|
+
OperationId?: string;
|
|
2035
|
+
}
|
|
2036
|
+
export declare namespace ImportStacksToStackSetOutput {
|
|
2037
|
+
|
|
2038
|
+
const filterSensitiveLog: (obj: ImportStacksToStackSetOutput) => any;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
export interface StackNotFoundException extends __SmithyException, $MetadataBearer {
|
|
2042
|
+
name: "StackNotFoundException";
|
|
2043
|
+
$fault: "client";
|
|
2044
|
+
Message?: string;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
export interface ListChangeSetsInput {
|
|
2048
|
+
|
|
2049
|
+
StackName: string | undefined;
|
|
2050
|
+
|
|
2051
|
+
NextToken?: string;
|
|
2052
|
+
}
|
|
2053
|
+
export declare namespace ListChangeSetsInput {
|
|
2054
|
+
|
|
2055
|
+
const filterSensitiveLog: (obj: ListChangeSetsInput) => any;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
export interface ListChangeSetsOutput {
|
|
2059
|
+
|
|
2060
|
+
Summaries?: ChangeSetSummary[];
|
|
2061
|
+
|
|
2062
|
+
NextToken?: string;
|
|
2063
|
+
}
|
|
2064
|
+
export declare namespace ListChangeSetsOutput {
|
|
2065
|
+
|
|
2066
|
+
const filterSensitiveLog: (obj: ListChangeSetsOutput) => any;
|
|
2067
|
+
}
|
|
2068
|
+
export interface ListExportsInput {
|
|
2069
|
+
|
|
2070
|
+
NextToken?: string;
|
|
2071
|
+
}
|
|
2072
|
+
export declare namespace ListExportsInput {
|
|
2073
|
+
|
|
2074
|
+
const filterSensitiveLog: (obj: ListExportsInput) => any;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
export interface Export {
|
|
2078
|
+
|
|
2079
|
+
ExportingStackId?: string;
|
|
2080
|
+
|
|
2081
|
+
Name?: string;
|
|
2082
|
+
|
|
2083
|
+
Value?: string;
|
|
2084
|
+
}
|
|
2085
|
+
export declare namespace Export {
|
|
2086
|
+
|
|
2087
|
+
const filterSensitiveLog: (obj: Export) => any;
|
|
2088
|
+
}
|
|
2089
|
+
export interface ListExportsOutput {
|
|
2090
|
+
|
|
2091
|
+
Exports?: Export[];
|
|
2092
|
+
|
|
2093
|
+
NextToken?: string;
|
|
2094
|
+
}
|
|
2095
|
+
export declare namespace ListExportsOutput {
|
|
2096
|
+
|
|
2097
|
+
const filterSensitiveLog: (obj: ListExportsOutput) => any;
|
|
2098
|
+
}
|
|
2099
|
+
export interface ListImportsInput {
|
|
2100
|
+
|
|
2101
|
+
ExportName: string | undefined;
|
|
2102
|
+
|
|
2103
|
+
NextToken?: string;
|
|
2104
|
+
}
|
|
2105
|
+
export declare namespace ListImportsInput {
|
|
2106
|
+
|
|
2107
|
+
const filterSensitiveLog: (obj: ListImportsInput) => any;
|
|
2108
|
+
}
|
|
2109
|
+
export interface ListImportsOutput {
|
|
2110
|
+
|
|
2111
|
+
Imports?: string[];
|
|
2112
|
+
|
|
2113
|
+
NextToken?: string;
|
|
2114
|
+
}
|
|
2115
|
+
export declare namespace ListImportsOutput {
|
|
2116
|
+
|
|
2117
|
+
const filterSensitiveLog: (obj: ListImportsOutput) => any;
|
|
2118
|
+
}
|
|
2119
|
+
export declare type StackInstanceFilterName = "DETAILED_STATUS";
|
|
2120
|
+
|
|
2121
|
+
export interface StackInstanceFilter {
|
|
2122
|
+
|
|
2123
|
+
Name?: StackInstanceFilterName | string;
|
|
2124
|
+
|
|
2125
|
+
Values?: string;
|
|
2126
|
+
}
|
|
2127
|
+
export declare namespace StackInstanceFilter {
|
|
2128
|
+
|
|
2129
|
+
const filterSensitiveLog: (obj: StackInstanceFilter) => any;
|
|
2130
|
+
}
|
|
2131
|
+
export interface ListStackInstancesInput {
|
|
2132
|
+
|
|
2133
|
+
StackSetName: string | undefined;
|
|
2134
|
+
|
|
2135
|
+
NextToken?: string;
|
|
2136
|
+
|
|
2137
|
+
MaxResults?: number;
|
|
2138
|
+
|
|
2139
|
+
Filters?: StackInstanceFilter[];
|
|
2140
|
+
|
|
2141
|
+
StackInstanceAccount?: string;
|
|
2142
|
+
|
|
2143
|
+
StackInstanceRegion?: string;
|
|
2144
|
+
|
|
2145
|
+
CallAs?: CallAs | string;
|
|
2146
|
+
}
|
|
2147
|
+
export declare namespace ListStackInstancesInput {
|
|
2148
|
+
|
|
2149
|
+
const filterSensitiveLog: (obj: ListStackInstancesInput) => any;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
export interface StackInstanceSummary {
|
|
2153
|
+
|
|
2154
|
+
StackSetId?: string;
|
|
2155
|
+
|
|
2156
|
+
Region?: string;
|
|
2157
|
+
|
|
2158
|
+
Account?: string;
|
|
2159
|
+
|
|
2160
|
+
StackId?: string;
|
|
2161
|
+
|
|
2162
|
+
Status?: StackInstanceStatus | string;
|
|
2163
|
+
|
|
2164
|
+
StatusReason?: string;
|
|
2165
|
+
|
|
2166
|
+
StackInstanceStatus?: StackInstanceComprehensiveStatus;
|
|
2167
|
+
|
|
2168
|
+
OrganizationalUnitId?: string;
|
|
2169
|
+
|
|
2170
|
+
DriftStatus?: StackDriftStatus | string;
|
|
2171
|
+
|
|
2172
|
+
LastDriftCheckTimestamp?: Date;
|
|
2173
|
+
}
|
|
2174
|
+
export declare namespace StackInstanceSummary {
|
|
2175
|
+
|
|
2176
|
+
const filterSensitiveLog: (obj: StackInstanceSummary) => any;
|
|
2177
|
+
}
|
|
2178
|
+
export interface ListStackInstancesOutput {
|
|
2179
|
+
|
|
2180
|
+
Summaries?: StackInstanceSummary[];
|
|
2181
|
+
|
|
2182
|
+
NextToken?: string;
|
|
2183
|
+
}
|
|
2184
|
+
export declare namespace ListStackInstancesOutput {
|
|
2185
|
+
|
|
2186
|
+
const filterSensitiveLog: (obj: ListStackInstancesOutput) => any;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
export interface ListStackResourcesInput {
|
|
2190
|
+
|
|
2191
|
+
StackName: string | undefined;
|
|
2192
|
+
|
|
2193
|
+
NextToken?: string;
|
|
2194
|
+
}
|
|
2195
|
+
export declare namespace ListStackResourcesInput {
|
|
2196
|
+
|
|
2197
|
+
const filterSensitiveLog: (obj: ListStackResourcesInput) => any;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
export interface StackResourceDriftInformationSummary {
|
|
2201
|
+
|
|
2202
|
+
StackResourceDriftStatus: StackResourceDriftStatus | string | undefined;
|
|
2203
|
+
|
|
2204
|
+
LastCheckTimestamp?: Date;
|
|
2205
|
+
}
|
|
2206
|
+
export declare namespace StackResourceDriftInformationSummary {
|
|
2207
|
+
|
|
2208
|
+
const filterSensitiveLog: (obj: StackResourceDriftInformationSummary) => any;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
export interface StackResourceSummary {
|
|
2212
|
+
|
|
2213
|
+
LogicalResourceId: string | undefined;
|
|
2214
|
+
|
|
2215
|
+
PhysicalResourceId?: string;
|
|
2216
|
+
|
|
2217
|
+
ResourceType: string | undefined;
|
|
2218
|
+
|
|
2219
|
+
LastUpdatedTimestamp: Date | undefined;
|
|
2220
|
+
|
|
2221
|
+
ResourceStatus: ResourceStatus | string | undefined;
|
|
2222
|
+
|
|
2223
|
+
ResourceStatusReason?: string;
|
|
2224
|
+
|
|
2225
|
+
DriftInformation?: StackResourceDriftInformationSummary;
|
|
2226
|
+
|
|
2227
|
+
ModuleInfo?: ModuleInfo;
|
|
2228
|
+
}
|
|
2229
|
+
export declare namespace StackResourceSummary {
|
|
2230
|
+
|
|
2231
|
+
const filterSensitiveLog: (obj: StackResourceSummary) => any;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
export interface ListStackResourcesOutput {
|
|
2235
|
+
|
|
2236
|
+
StackResourceSummaries?: StackResourceSummary[];
|
|
2237
|
+
|
|
2238
|
+
NextToken?: string;
|
|
2239
|
+
}
|
|
2240
|
+
export declare namespace ListStackResourcesOutput {
|
|
2241
|
+
|
|
2242
|
+
const filterSensitiveLog: (obj: ListStackResourcesOutput) => any;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
export interface ListStacksInput {
|
|
2246
|
+
|
|
2247
|
+
NextToken?: string;
|
|
2248
|
+
|
|
2249
|
+
StackStatusFilter?: (StackStatus | string)[];
|
|
2250
|
+
}
|
|
2251
|
+
export declare namespace ListStacksInput {
|
|
2252
|
+
|
|
2253
|
+
const filterSensitiveLog: (obj: ListStacksInput) => any;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
export interface StackDriftInformationSummary {
|
|
2257
|
+
|
|
2258
|
+
StackDriftStatus: StackDriftStatus | string | undefined;
|
|
2259
|
+
|
|
2260
|
+
LastCheckTimestamp?: Date;
|
|
2261
|
+
}
|
|
2262
|
+
export declare namespace StackDriftInformationSummary {
|
|
2263
|
+
|
|
2264
|
+
const filterSensitiveLog: (obj: StackDriftInformationSummary) => any;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
export interface StackSummary {
|
|
2268
|
+
|
|
2269
|
+
StackId?: string;
|
|
2270
|
+
|
|
2271
|
+
StackName: string | undefined;
|
|
2272
|
+
|
|
2273
|
+
TemplateDescription?: string;
|
|
2274
|
+
|
|
2275
|
+
CreationTime: Date | undefined;
|
|
2276
|
+
|
|
2277
|
+
LastUpdatedTime?: Date;
|
|
2278
|
+
|
|
2279
|
+
DeletionTime?: Date;
|
|
2280
|
+
|
|
2281
|
+
StackStatus: StackStatus | string | undefined;
|
|
2282
|
+
|
|
2283
|
+
StackStatusReason?: string;
|
|
2284
|
+
|
|
2285
|
+
ParentId?: string;
|
|
2286
|
+
|
|
2287
|
+
RootId?: string;
|
|
2288
|
+
|
|
2289
|
+
DriftInformation?: StackDriftInformationSummary;
|
|
2290
|
+
}
|
|
2291
|
+
export declare namespace StackSummary {
|
|
2292
|
+
|
|
2293
|
+
const filterSensitiveLog: (obj: StackSummary) => any;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
export interface ListStacksOutput {
|
|
2297
|
+
|
|
2298
|
+
StackSummaries?: StackSummary[];
|
|
2299
|
+
|
|
2300
|
+
NextToken?: string;
|
|
2301
|
+
}
|
|
2302
|
+
export declare namespace ListStacksOutput {
|
|
2303
|
+
|
|
2304
|
+
const filterSensitiveLog: (obj: ListStacksOutput) => any;
|
|
2305
|
+
}
|
|
2306
|
+
export interface ListStackSetOperationResultsInput {
|
|
2307
|
+
|
|
2308
|
+
StackSetName: string | undefined;
|
|
2309
|
+
|
|
2310
|
+
OperationId: string | undefined;
|
|
2311
|
+
|
|
2312
|
+
NextToken?: string;
|
|
2313
|
+
|
|
2314
|
+
MaxResults?: number;
|
|
2315
|
+
|
|
2316
|
+
CallAs?: CallAs | string;
|
|
2317
|
+
}
|
|
2318
|
+
export declare namespace ListStackSetOperationResultsInput {
|
|
2319
|
+
|
|
2320
|
+
const filterSensitiveLog: (obj: ListStackSetOperationResultsInput) => any;
|
|
2321
|
+
}
|
|
2322
|
+
export declare type StackSetOperationResultStatus = "CANCELLED" | "FAILED" | "PENDING" | "RUNNING" | "SUCCEEDED";
|
|
2323
|
+
|
|
2324
|
+
export interface StackSetOperationResultSummary {
|
|
2325
|
+
|
|
2326
|
+
Account?: string;
|
|
2327
|
+
|
|
2328
|
+
Region?: string;
|
|
2329
|
+
|
|
2330
|
+
Status?: StackSetOperationResultStatus | string;
|
|
2331
|
+
|
|
2332
|
+
StatusReason?: string;
|
|
2333
|
+
|
|
2334
|
+
AccountGateResult?: AccountGateResult;
|
|
2335
|
+
|
|
2336
|
+
OrganizationalUnitId?: string;
|
|
2337
|
+
}
|
|
2338
|
+
export declare namespace StackSetOperationResultSummary {
|
|
2339
|
+
|
|
2340
|
+
const filterSensitiveLog: (obj: StackSetOperationResultSummary) => any;
|
|
2341
|
+
}
|
|
2342
|
+
export interface ListStackSetOperationResultsOutput {
|
|
2343
|
+
|
|
2344
|
+
Summaries?: StackSetOperationResultSummary[];
|
|
2345
|
+
|
|
2346
|
+
NextToken?: string;
|
|
2347
|
+
}
|
|
2348
|
+
export declare namespace ListStackSetOperationResultsOutput {
|
|
2349
|
+
|
|
2350
|
+
const filterSensitiveLog: (obj: ListStackSetOperationResultsOutput) => any;
|
|
2351
|
+
}
|
|
2352
|
+
export interface ListStackSetOperationsInput {
|
|
2353
|
+
|
|
2354
|
+
StackSetName: string | undefined;
|
|
2355
|
+
|
|
2356
|
+
NextToken?: string;
|
|
2357
|
+
|
|
2358
|
+
MaxResults?: number;
|
|
2359
|
+
|
|
2360
|
+
CallAs?: CallAs | string;
|
|
2361
|
+
}
|
|
2362
|
+
export declare namespace ListStackSetOperationsInput {
|
|
2363
|
+
|
|
2364
|
+
const filterSensitiveLog: (obj: ListStackSetOperationsInput) => any;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
export interface StackSetOperationSummary {
|
|
2368
|
+
|
|
2369
|
+
OperationId?: string;
|
|
2370
|
+
|
|
2371
|
+
Action?: StackSetOperationAction | string;
|
|
2372
|
+
|
|
2373
|
+
Status?: StackSetOperationStatus | string;
|
|
2374
|
+
|
|
2375
|
+
CreationTimestamp?: Date;
|
|
2376
|
+
|
|
2377
|
+
EndTimestamp?: Date;
|
|
2378
|
+
}
|
|
2379
|
+
export declare namespace StackSetOperationSummary {
|
|
2380
|
+
|
|
2381
|
+
const filterSensitiveLog: (obj: StackSetOperationSummary) => any;
|
|
2382
|
+
}
|
|
2383
|
+
export interface ListStackSetOperationsOutput {
|
|
2384
|
+
|
|
2385
|
+
Summaries?: StackSetOperationSummary[];
|
|
2386
|
+
|
|
2387
|
+
NextToken?: string;
|
|
2388
|
+
}
|
|
2389
|
+
export declare namespace ListStackSetOperationsOutput {
|
|
2390
|
+
|
|
2391
|
+
const filterSensitiveLog: (obj: ListStackSetOperationsOutput) => any;
|
|
2392
|
+
}
|
|
2393
|
+
export interface ListStackSetsInput {
|
|
2394
|
+
|
|
2395
|
+
NextToken?: string;
|
|
2396
|
+
|
|
2397
|
+
MaxResults?: number;
|
|
2398
|
+
|
|
2399
|
+
Status?: StackSetStatus | string;
|
|
2400
|
+
|
|
2401
|
+
CallAs?: CallAs | string;
|
|
2402
|
+
}
|
|
2403
|
+
export declare namespace ListStackSetsInput {
|
|
2404
|
+
|
|
2405
|
+
const filterSensitiveLog: (obj: ListStackSetsInput) => any;
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
export interface StackSetSummary {
|
|
2409
|
+
|
|
2410
|
+
StackSetName?: string;
|
|
2411
|
+
|
|
2412
|
+
StackSetId?: string;
|
|
2413
|
+
|
|
2414
|
+
Description?: string;
|
|
2415
|
+
|
|
2416
|
+
Status?: StackSetStatus | string;
|
|
2417
|
+
|
|
2418
|
+
AutoDeployment?: AutoDeployment;
|
|
2419
|
+
|
|
2420
|
+
PermissionModel?: PermissionModels | string;
|
|
2421
|
+
|
|
2422
|
+
DriftStatus?: StackDriftStatus | string;
|
|
2423
|
+
|
|
2424
|
+
LastDriftCheckTimestamp?: Date;
|
|
2425
|
+
|
|
2426
|
+
ManagedExecution?: ManagedExecution;
|
|
2427
|
+
}
|
|
2428
|
+
export declare namespace StackSetSummary {
|
|
2429
|
+
|
|
2430
|
+
const filterSensitiveLog: (obj: StackSetSummary) => any;
|
|
2431
|
+
}
|
|
2432
|
+
export interface ListStackSetsOutput {
|
|
2433
|
+
|
|
2434
|
+
Summaries?: StackSetSummary[];
|
|
2435
|
+
|
|
2436
|
+
NextToken?: string;
|
|
2437
|
+
}
|
|
2438
|
+
export declare namespace ListStackSetsOutput {
|
|
2439
|
+
|
|
2440
|
+
const filterSensitiveLog: (obj: ListStackSetsOutput) => any;
|
|
2441
|
+
}
|
|
2442
|
+
export interface ListTypeRegistrationsInput {
|
|
2443
|
+
|
|
2444
|
+
Type?: RegistryType | string;
|
|
2445
|
+
|
|
2446
|
+
TypeName?: string;
|
|
2447
|
+
|
|
2448
|
+
TypeArn?: string;
|
|
2449
|
+
|
|
2450
|
+
RegistrationStatusFilter?: RegistrationStatus | string;
|
|
2451
|
+
|
|
2452
|
+
MaxResults?: number;
|
|
2453
|
+
|
|
2454
|
+
NextToken?: string;
|
|
2455
|
+
}
|
|
2456
|
+
export declare namespace ListTypeRegistrationsInput {
|
|
2457
|
+
|
|
2458
|
+
const filterSensitiveLog: (obj: ListTypeRegistrationsInput) => any;
|
|
2459
|
+
}
|
|
2460
|
+
export interface ListTypeRegistrationsOutput {
|
|
2461
|
+
|
|
2462
|
+
RegistrationTokenList?: string[];
|
|
2463
|
+
|
|
2464
|
+
NextToken?: string;
|
|
2465
|
+
}
|
|
2466
|
+
export declare namespace ListTypeRegistrationsOutput {
|
|
2467
|
+
|
|
2468
|
+
const filterSensitiveLog: (obj: ListTypeRegistrationsOutput) => any;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
export interface TypeFilters {
|
|
2472
|
+
|
|
2473
|
+
Category?: Category | string;
|
|
2474
|
+
|
|
2475
|
+
PublisherId?: string;
|
|
2476
|
+
|
|
2477
|
+
TypeNamePrefix?: string;
|
|
2478
|
+
}
|
|
2479
|
+
export declare namespace TypeFilters {
|
|
2480
|
+
|
|
2481
|
+
const filterSensitiveLog: (obj: TypeFilters) => any;
|
|
2482
|
+
}
|
|
2483
|
+
export interface ListTypesInput {
|
|
2484
|
+
|
|
2485
|
+
Visibility?: Visibility | string;
|
|
2486
|
+
|
|
2487
|
+
ProvisioningType?: ProvisioningType | string;
|
|
2488
|
+
|
|
2489
|
+
DeprecatedStatus?: DeprecatedStatus | string;
|
|
2490
|
+
|
|
2491
|
+
Type?: RegistryType | string;
|
|
2492
|
+
|
|
2493
|
+
Filters?: TypeFilters;
|
|
2494
|
+
|
|
2495
|
+
MaxResults?: number;
|
|
2496
|
+
|
|
2497
|
+
NextToken?: string;
|
|
2498
|
+
}
|
|
2499
|
+
export declare namespace ListTypesInput {
|
|
2500
|
+
|
|
2501
|
+
const filterSensitiveLog: (obj: ListTypesInput) => any;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
export interface TypeSummary {
|
|
2505
|
+
|
|
2506
|
+
Type?: RegistryType | string;
|
|
2507
|
+
|
|
2508
|
+
TypeName?: string;
|
|
2509
|
+
|
|
2510
|
+
DefaultVersionId?: string;
|
|
2511
|
+
|
|
2512
|
+
TypeArn?: string;
|
|
2513
|
+
|
|
2514
|
+
LastUpdated?: Date;
|
|
2515
|
+
|
|
2516
|
+
Description?: string;
|
|
2517
|
+
|
|
2518
|
+
PublisherId?: string;
|
|
2519
|
+
|
|
2520
|
+
OriginalTypeName?: string;
|
|
2521
|
+
|
|
2522
|
+
PublicVersionNumber?: string;
|
|
2523
|
+
|
|
2524
|
+
LatestPublicVersion?: string;
|
|
2525
|
+
|
|
2526
|
+
PublisherIdentity?: IdentityProvider | string;
|
|
2527
|
+
|
|
2528
|
+
PublisherName?: string;
|
|
2529
|
+
|
|
2530
|
+
IsActivated?: boolean;
|
|
2531
|
+
}
|
|
2532
|
+
export declare namespace TypeSummary {
|
|
2533
|
+
|
|
2534
|
+
const filterSensitiveLog: (obj: TypeSummary) => any;
|
|
2535
|
+
}
|
|
2536
|
+
export interface ListTypesOutput {
|
|
2537
|
+
|
|
2538
|
+
TypeSummaries?: TypeSummary[];
|
|
2539
|
+
|
|
2540
|
+
NextToken?: string;
|
|
2541
|
+
}
|
|
2542
|
+
export declare namespace ListTypesOutput {
|
|
2543
|
+
|
|
2544
|
+
const filterSensitiveLog: (obj: ListTypesOutput) => any;
|
|
2545
|
+
}
|
|
2546
|
+
export interface ListTypeVersionsInput {
|
|
2547
|
+
|
|
2548
|
+
Type?: RegistryType | string;
|
|
2549
|
+
|
|
2550
|
+
TypeName?: string;
|
|
2551
|
+
|
|
2552
|
+
Arn?: string;
|
|
2553
|
+
|
|
2554
|
+
MaxResults?: number;
|
|
2555
|
+
|
|
2556
|
+
NextToken?: string;
|
|
2557
|
+
|
|
2558
|
+
DeprecatedStatus?: DeprecatedStatus | string;
|
|
2559
|
+
|
|
2560
|
+
PublisherId?: string;
|
|
2561
|
+
}
|
|
2562
|
+
export declare namespace ListTypeVersionsInput {
|
|
2563
|
+
|
|
2564
|
+
const filterSensitiveLog: (obj: ListTypeVersionsInput) => any;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
export interface TypeVersionSummary {
|
|
2568
|
+
|
|
2569
|
+
Type?: RegistryType | string;
|
|
2570
|
+
|
|
2571
|
+
TypeName?: string;
|
|
2572
|
+
|
|
2573
|
+
VersionId?: string;
|
|
2574
|
+
|
|
2575
|
+
IsDefaultVersion?: boolean;
|
|
2576
|
+
|
|
2577
|
+
Arn?: string;
|
|
2578
|
+
|
|
2579
|
+
TimeCreated?: Date;
|
|
2580
|
+
|
|
2581
|
+
Description?: string;
|
|
2582
|
+
|
|
2583
|
+
PublicVersionNumber?: string;
|
|
2584
|
+
}
|
|
2585
|
+
export declare namespace TypeVersionSummary {
|
|
2586
|
+
|
|
2587
|
+
const filterSensitiveLog: (obj: TypeVersionSummary) => any;
|
|
2588
|
+
}
|
|
2589
|
+
export interface ListTypeVersionsOutput {
|
|
2590
|
+
|
|
2591
|
+
TypeVersionSummaries?: TypeVersionSummary[];
|
|
2592
|
+
|
|
2593
|
+
NextToken?: string;
|
|
2594
|
+
}
|
|
2595
|
+
export declare namespace ListTypeVersionsOutput {
|
|
2596
|
+
|
|
2597
|
+
const filterSensitiveLog: (obj: ListTypeVersionsOutput) => any;
|
|
2598
|
+
}
|
|
2599
|
+
export interface PublishTypeInput {
|
|
2600
|
+
|
|
2601
|
+
Type?: ThirdPartyType | string;
|
|
2602
|
+
|
|
2603
|
+
Arn?: string;
|
|
2604
|
+
|
|
2605
|
+
TypeName?: string;
|
|
2606
|
+
|
|
2607
|
+
PublicVersionNumber?: string;
|
|
2608
|
+
}
|
|
2609
|
+
export declare namespace PublishTypeInput {
|
|
2610
|
+
|
|
2611
|
+
const filterSensitiveLog: (obj: PublishTypeInput) => any;
|
|
2612
|
+
}
|
|
2613
|
+
export interface PublishTypeOutput {
|
|
2614
|
+
|
|
2615
|
+
PublicTypeArn?: string;
|
|
2616
|
+
}
|
|
2617
|
+
export declare namespace PublishTypeOutput {
|
|
2618
|
+
|
|
2619
|
+
const filterSensitiveLog: (obj: PublishTypeOutput) => any;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
export interface InvalidStateTransitionException extends __SmithyException, $MetadataBearer {
|
|
2623
|
+
name: "InvalidStateTransitionException";
|
|
2624
|
+
$fault: "client";
|
|
2625
|
+
Message?: string;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
export interface OperationStatusCheckFailedException extends __SmithyException, $MetadataBearer {
|
|
2629
|
+
name: "OperationStatusCheckFailedException";
|
|
2630
|
+
$fault: "client";
|
|
2631
|
+
Message?: string;
|
|
2632
|
+
}
|
|
2633
|
+
export declare enum OperationStatus {
|
|
2634
|
+
FAILED = "FAILED",
|
|
2635
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
2636
|
+
PENDING = "PENDING",
|
|
2637
|
+
SUCCESS = "SUCCESS"
|
|
2638
|
+
}
|
|
2639
|
+
export declare enum HandlerErrorCode {
|
|
2640
|
+
AccessDenied = "AccessDenied",
|
|
2641
|
+
AlreadyExists = "AlreadyExists",
|
|
2642
|
+
GeneralServiceException = "GeneralServiceException",
|
|
2643
|
+
InternalFailure = "InternalFailure",
|
|
2644
|
+
InvalidCredentials = "InvalidCredentials",
|
|
2645
|
+
InvalidRequest = "InvalidRequest",
|
|
2646
|
+
InvalidTypeConfiguration = "InvalidTypeConfiguration",
|
|
2647
|
+
NetworkFailure = "NetworkFailure",
|
|
2648
|
+
NotFound = "NotFound",
|
|
2649
|
+
NotUpdatable = "NotUpdatable",
|
|
2650
|
+
ResourceConflict = "ResourceConflict",
|
|
2651
|
+
ServiceInternalError = "ServiceInternalError",
|
|
2652
|
+
ServiceLimitExceeded = "ServiceLimitExceeded",
|
|
2653
|
+
ServiceTimeout = "NotStabilized",
|
|
2654
|
+
Throttling = "Throttling"
|
|
2655
|
+
}
|
|
2656
|
+
export interface RecordHandlerProgressInput {
|
|
2657
|
+
|
|
2658
|
+
BearerToken: string | undefined;
|
|
2659
|
+
|
|
2660
|
+
OperationStatus: OperationStatus | string | undefined;
|
|
2661
|
+
|
|
2662
|
+
CurrentOperationStatus?: OperationStatus | string;
|
|
2663
|
+
|
|
2664
|
+
StatusMessage?: string;
|
|
2665
|
+
|
|
2666
|
+
ErrorCode?: HandlerErrorCode | string;
|
|
2667
|
+
|
|
2668
|
+
ResourceModel?: string;
|
|
2669
|
+
|
|
2670
|
+
ClientRequestToken?: string;
|
|
2671
|
+
}
|
|
2672
|
+
export declare namespace RecordHandlerProgressInput {
|
|
2673
|
+
|
|
2674
|
+
const filterSensitiveLog: (obj: RecordHandlerProgressInput) => any;
|
|
2675
|
+
}
|
|
2676
|
+
export interface RecordHandlerProgressOutput {
|
|
2677
|
+
}
|
|
2678
|
+
export declare namespace RecordHandlerProgressOutput {
|
|
2679
|
+
|
|
2680
|
+
const filterSensitiveLog: (obj: RecordHandlerProgressOutput) => any;
|
|
2681
|
+
}
|
|
2682
|
+
export interface RegisterPublisherInput {
|
|
2683
|
+
|
|
2684
|
+
AcceptTermsAndConditions?: boolean;
|
|
2685
|
+
|
|
2686
|
+
ConnectionArn?: string;
|
|
2687
|
+
}
|
|
2688
|
+
export declare namespace RegisterPublisherInput {
|
|
2689
|
+
|
|
2690
|
+
const filterSensitiveLog: (obj: RegisterPublisherInput) => any;
|
|
2691
|
+
}
|
|
2692
|
+
export interface RegisterPublisherOutput {
|
|
2693
|
+
|
|
2694
|
+
PublisherId?: string;
|
|
2695
|
+
}
|
|
2696
|
+
export declare namespace RegisterPublisherOutput {
|
|
2697
|
+
|
|
2698
|
+
const filterSensitiveLog: (obj: RegisterPublisherOutput) => any;
|
|
2699
|
+
}
|
|
2700
|
+
export interface RegisterTypeInput {
|
|
2701
|
+
|
|
2702
|
+
Type?: RegistryType | string;
|
|
2703
|
+
|
|
2704
|
+
TypeName: string | undefined;
|
|
2705
|
+
|
|
2706
|
+
SchemaHandlerPackage: string | undefined;
|
|
2707
|
+
|
|
2708
|
+
LoggingConfig?: LoggingConfig;
|
|
2709
|
+
|
|
2710
|
+
ExecutionRoleArn?: string;
|
|
2711
|
+
|
|
2712
|
+
ClientRequestToken?: string;
|
|
2713
|
+
}
|
|
2714
|
+
export declare namespace RegisterTypeInput {
|
|
2715
|
+
|
|
2716
|
+
const filterSensitiveLog: (obj: RegisterTypeInput) => any;
|
|
2717
|
+
}
|
|
2718
|
+
export interface RegisterTypeOutput {
|
|
2719
|
+
|
|
2720
|
+
RegistrationToken?: string;
|
|
2721
|
+
}
|
|
2722
|
+
export declare namespace RegisterTypeOutput {
|
|
2723
|
+
|
|
2724
|
+
const filterSensitiveLog: (obj: RegisterTypeOutput) => any;
|
|
2725
|
+
}
|
|
2726
|
+
export interface RollbackStackInput {
|
|
2727
|
+
|
|
2728
|
+
StackName: string | undefined;
|
|
2729
|
+
|
|
2730
|
+
RoleARN?: string;
|
|
2731
|
+
|
|
2732
|
+
ClientRequestToken?: string;
|
|
2733
|
+
}
|
|
2734
|
+
export declare namespace RollbackStackInput {
|
|
2735
|
+
|
|
2736
|
+
const filterSensitiveLog: (obj: RollbackStackInput) => any;
|
|
2737
|
+
}
|
|
2738
|
+
export interface RollbackStackOutput {
|
|
2739
|
+
|
|
2740
|
+
StackId?: string;
|
|
2741
|
+
}
|
|
2742
|
+
export declare namespace RollbackStackOutput {
|
|
2743
|
+
|
|
2744
|
+
const filterSensitiveLog: (obj: RollbackStackOutput) => any;
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
export interface SetStackPolicyInput {
|
|
2748
|
+
|
|
2749
|
+
StackName: string | undefined;
|
|
2750
|
+
|
|
2751
|
+
StackPolicyBody?: string;
|
|
2752
|
+
|
|
2753
|
+
StackPolicyURL?: string;
|
|
2754
|
+
}
|
|
2755
|
+
export declare namespace SetStackPolicyInput {
|
|
2756
|
+
|
|
2757
|
+
const filterSensitiveLog: (obj: SetStackPolicyInput) => any;
|
|
2758
|
+
}
|
|
2759
|
+
export interface SetTypeConfigurationInput {
|
|
2760
|
+
|
|
2761
|
+
TypeArn?: string;
|
|
2762
|
+
|
|
2763
|
+
Configuration: string | undefined;
|
|
2764
|
+
|
|
2765
|
+
ConfigurationAlias?: string;
|
|
2766
|
+
|
|
2767
|
+
TypeName?: string;
|
|
2768
|
+
|
|
2769
|
+
Type?: ThirdPartyType | string;
|
|
2770
|
+
}
|
|
2771
|
+
export declare namespace SetTypeConfigurationInput {
|
|
2772
|
+
|
|
2773
|
+
const filterSensitiveLog: (obj: SetTypeConfigurationInput) => any;
|
|
2774
|
+
}
|
|
2775
|
+
export interface SetTypeConfigurationOutput {
|
|
2776
|
+
|
|
2777
|
+
ConfigurationArn?: string;
|
|
2778
|
+
}
|
|
2779
|
+
export declare namespace SetTypeConfigurationOutput {
|
|
2780
|
+
|
|
2781
|
+
const filterSensitiveLog: (obj: SetTypeConfigurationOutput) => any;
|
|
2782
|
+
}
|
|
2783
|
+
export interface SetTypeDefaultVersionInput {
|
|
2784
|
+
|
|
2785
|
+
Arn?: string;
|
|
2786
|
+
|
|
2787
|
+
Type?: RegistryType | string;
|
|
2788
|
+
|
|
2789
|
+
TypeName?: string;
|
|
2790
|
+
|
|
2791
|
+
VersionId?: string;
|
|
2792
|
+
}
|
|
2793
|
+
export declare namespace SetTypeDefaultVersionInput {
|
|
2794
|
+
|
|
2795
|
+
const filterSensitiveLog: (obj: SetTypeDefaultVersionInput) => any;
|
|
2796
|
+
}
|
|
2797
|
+
export interface SetTypeDefaultVersionOutput {
|
|
2798
|
+
}
|
|
2799
|
+
export declare namespace SetTypeDefaultVersionOutput {
|
|
2800
|
+
|
|
2801
|
+
const filterSensitiveLog: (obj: SetTypeDefaultVersionOutput) => any;
|
|
2802
|
+
}
|
|
2803
|
+
export declare enum ResourceSignalStatus {
|
|
2804
|
+
FAILURE = "FAILURE",
|
|
2805
|
+
SUCCESS = "SUCCESS"
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
export interface SignalResourceInput {
|
|
2809
|
+
|
|
2810
|
+
StackName: string | undefined;
|
|
2811
|
+
|
|
2812
|
+
LogicalResourceId: string | undefined;
|
|
2813
|
+
|
|
2814
|
+
UniqueId: string | undefined;
|
|
2815
|
+
|
|
2816
|
+
Status: ResourceSignalStatus | string | undefined;
|
|
2817
|
+
}
|
|
2818
|
+
export declare namespace SignalResourceInput {
|
|
2819
|
+
|
|
2820
|
+
const filterSensitiveLog: (obj: SignalResourceInput) => any;
|
|
2821
|
+
}
|
|
2822
|
+
export interface StopStackSetOperationInput {
|
|
2823
|
+
|
|
2824
|
+
StackSetName: string | undefined;
|
|
2825
|
+
|
|
2826
|
+
OperationId: string | undefined;
|
|
2827
|
+
|
|
2828
|
+
CallAs?: CallAs | string;
|
|
2829
|
+
}
|
|
2830
|
+
export declare namespace StopStackSetOperationInput {
|
|
2831
|
+
|
|
2832
|
+
const filterSensitiveLog: (obj: StopStackSetOperationInput) => any;
|
|
2833
|
+
}
|
|
2834
|
+
export interface StopStackSetOperationOutput {
|
|
2835
|
+
}
|
|
2836
|
+
export declare namespace StopStackSetOperationOutput {
|
|
2837
|
+
|
|
2838
|
+
const filterSensitiveLog: (obj: StopStackSetOperationOutput) => any;
|
|
2839
|
+
}
|
|
2840
|
+
export interface TestTypeInput {
|
|
2841
|
+
|
|
2842
|
+
Arn?: string;
|
|
2843
|
+
|
|
2844
|
+
Type?: ThirdPartyType | string;
|
|
2845
|
+
|
|
2846
|
+
TypeName?: string;
|
|
2847
|
+
|
|
2848
|
+
VersionId?: string;
|
|
2849
|
+
|
|
2850
|
+
LogDeliveryBucket?: string;
|
|
2851
|
+
}
|
|
2852
|
+
export declare namespace TestTypeInput {
|
|
2853
|
+
|
|
2854
|
+
const filterSensitiveLog: (obj: TestTypeInput) => any;
|
|
2855
|
+
}
|
|
2856
|
+
export interface TestTypeOutput {
|
|
2857
|
+
|
|
2858
|
+
TypeVersionArn?: string;
|
|
2859
|
+
}
|
|
2860
|
+
export declare namespace TestTypeOutput {
|
|
2861
|
+
|
|
2862
|
+
const filterSensitiveLog: (obj: TestTypeOutput) => any;
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
export interface UpdateStackInput {
|
|
2866
|
+
|
|
2867
|
+
StackName: string | undefined;
|
|
2868
|
+
|
|
2869
|
+
TemplateBody?: string;
|
|
2870
|
+
|
|
2871
|
+
TemplateURL?: string;
|
|
2872
|
+
|
|
2873
|
+
UsePreviousTemplate?: boolean;
|
|
2874
|
+
|
|
2875
|
+
StackPolicyDuringUpdateBody?: string;
|
|
2876
|
+
|
|
2877
|
+
StackPolicyDuringUpdateURL?: string;
|
|
2878
|
+
|
|
2879
|
+
Parameters?: Parameter[];
|
|
2880
|
+
|
|
2881
|
+
Capabilities?: (Capability | string)[];
|
|
2882
|
+
|
|
2883
|
+
ResourceTypes?: string[];
|
|
2884
|
+
|
|
2885
|
+
RoleARN?: string;
|
|
2886
|
+
|
|
2887
|
+
RollbackConfiguration?: RollbackConfiguration;
|
|
2888
|
+
|
|
2889
|
+
StackPolicyBody?: string;
|
|
2890
|
+
|
|
2891
|
+
StackPolicyURL?: string;
|
|
2892
|
+
|
|
2893
|
+
NotificationARNs?: string[];
|
|
2894
|
+
|
|
2895
|
+
Tags?: Tag[];
|
|
2896
|
+
|
|
2897
|
+
DisableRollback?: boolean;
|
|
2898
|
+
|
|
2899
|
+
ClientRequestToken?: string;
|
|
2900
|
+
}
|
|
2901
|
+
export declare namespace UpdateStackInput {
|
|
2902
|
+
|
|
2903
|
+
const filterSensitiveLog: (obj: UpdateStackInput) => any;
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
export interface UpdateStackOutput {
|
|
2907
|
+
|
|
2908
|
+
StackId?: string;
|
|
2909
|
+
}
|
|
2910
|
+
export declare namespace UpdateStackOutput {
|
|
2911
|
+
|
|
2912
|
+
const filterSensitiveLog: (obj: UpdateStackOutput) => any;
|
|
2913
|
+
}
|
|
2914
|
+
export interface UpdateStackInstancesInput {
|
|
2915
|
+
|
|
2916
|
+
StackSetName: string | undefined;
|
|
2917
|
+
|
|
2918
|
+
Accounts?: string[];
|
|
2919
|
+
|
|
2920
|
+
DeploymentTargets?: DeploymentTargets;
|
|
2921
|
+
|
|
2922
|
+
Regions: string[] | undefined;
|
|
2923
|
+
|
|
2924
|
+
ParameterOverrides?: Parameter[];
|
|
2925
|
+
|
|
2926
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
2927
|
+
|
|
2928
|
+
OperationId?: string;
|
|
2929
|
+
|
|
2930
|
+
CallAs?: CallAs | string;
|
|
2931
|
+
}
|
|
2932
|
+
export declare namespace UpdateStackInstancesInput {
|
|
2933
|
+
|
|
2934
|
+
const filterSensitiveLog: (obj: UpdateStackInstancesInput) => any;
|
|
2935
|
+
}
|
|
2936
|
+
export interface UpdateStackInstancesOutput {
|
|
2937
|
+
|
|
2938
|
+
OperationId?: string;
|
|
2939
|
+
}
|
|
2940
|
+
export declare namespace UpdateStackInstancesOutput {
|
|
2941
|
+
|
|
2942
|
+
const filterSensitiveLog: (obj: UpdateStackInstancesOutput) => any;
|
|
2943
|
+
}
|
|
2944
|
+
export interface UpdateStackSetInput {
|
|
2945
|
+
|
|
2946
|
+
StackSetName: string | undefined;
|
|
2947
|
+
|
|
2948
|
+
Description?: string;
|
|
2949
|
+
|
|
2950
|
+
TemplateBody?: string;
|
|
2951
|
+
|
|
2952
|
+
TemplateURL?: string;
|
|
2953
|
+
|
|
2954
|
+
UsePreviousTemplate?: boolean;
|
|
2955
|
+
|
|
2956
|
+
Parameters?: Parameter[];
|
|
2957
|
+
|
|
2958
|
+
Capabilities?: (Capability | string)[];
|
|
2959
|
+
|
|
2960
|
+
Tags?: Tag[];
|
|
2961
|
+
|
|
2962
|
+
OperationPreferences?: StackSetOperationPreferences;
|
|
2963
|
+
|
|
2964
|
+
AdministrationRoleARN?: string;
|
|
2965
|
+
|
|
2966
|
+
ExecutionRoleName?: string;
|
|
2967
|
+
|
|
2968
|
+
DeploymentTargets?: DeploymentTargets;
|
|
2969
|
+
|
|
2970
|
+
PermissionModel?: PermissionModels | string;
|
|
2971
|
+
|
|
2972
|
+
AutoDeployment?: AutoDeployment;
|
|
2973
|
+
|
|
2974
|
+
OperationId?: string;
|
|
2975
|
+
|
|
2976
|
+
Accounts?: string[];
|
|
2977
|
+
|
|
2978
|
+
Regions?: string[];
|
|
2979
|
+
|
|
2980
|
+
CallAs?: CallAs | string;
|
|
2981
|
+
|
|
2982
|
+
ManagedExecution?: ManagedExecution;
|
|
2983
|
+
}
|
|
2984
|
+
export declare namespace UpdateStackSetInput {
|
|
2985
|
+
|
|
2986
|
+
const filterSensitiveLog: (obj: UpdateStackSetInput) => any;
|
|
2987
|
+
}
|
|
2988
|
+
export interface UpdateStackSetOutput {
|
|
2989
|
+
|
|
2990
|
+
OperationId?: string;
|
|
2991
|
+
}
|
|
2992
|
+
export declare namespace UpdateStackSetOutput {
|
|
2993
|
+
|
|
2994
|
+
const filterSensitiveLog: (obj: UpdateStackSetOutput) => any;
|
|
2995
|
+
}
|
|
2996
|
+
export interface UpdateTerminationProtectionInput {
|
|
2997
|
+
|
|
2998
|
+
EnableTerminationProtection: boolean | undefined;
|
|
2999
|
+
|
|
3000
|
+
StackName: string | undefined;
|
|
3001
|
+
}
|
|
3002
|
+
export declare namespace UpdateTerminationProtectionInput {
|
|
3003
|
+
|
|
3004
|
+
const filterSensitiveLog: (obj: UpdateTerminationProtectionInput) => any;
|
|
3005
|
+
}
|
|
3006
|
+
export interface UpdateTerminationProtectionOutput {
|
|
3007
|
+
|
|
3008
|
+
StackId?: string;
|
|
3009
|
+
}
|
|
3010
|
+
export declare namespace UpdateTerminationProtectionOutput {
|
|
3011
|
+
|
|
3012
|
+
const filterSensitiveLog: (obj: UpdateTerminationProtectionOutput) => any;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
export interface ValidateTemplateInput {
|
|
3016
|
+
|
|
3017
|
+
TemplateBody?: string;
|
|
3018
|
+
|
|
3019
|
+
TemplateURL?: string;
|
|
3020
|
+
}
|
|
3021
|
+
export declare namespace ValidateTemplateInput {
|
|
3022
|
+
|
|
3023
|
+
const filterSensitiveLog: (obj: ValidateTemplateInput) => any;
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
export interface TemplateParameter {
|
|
3027
|
+
|
|
3028
|
+
ParameterKey?: string;
|
|
3029
|
+
|
|
3030
|
+
DefaultValue?: string;
|
|
3031
|
+
|
|
3032
|
+
NoEcho?: boolean;
|
|
3033
|
+
|
|
3034
|
+
Description?: string;
|
|
3035
|
+
}
|
|
3036
|
+
export declare namespace TemplateParameter {
|
|
3037
|
+
|
|
3038
|
+
const filterSensitiveLog: (obj: TemplateParameter) => any;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
export interface ValidateTemplateOutput {
|
|
3042
|
+
|
|
3043
|
+
Parameters?: TemplateParameter[];
|
|
3044
|
+
|
|
3045
|
+
Description?: string;
|
|
3046
|
+
|
|
3047
|
+
Capabilities?: (Capability | string)[];
|
|
3048
|
+
|
|
3049
|
+
CapabilitiesReason?: string;
|
|
3050
|
+
|
|
3051
|
+
DeclaredTransforms?: string[];
|
|
3052
|
+
}
|
|
3053
|
+
export declare namespace ValidateTemplateOutput {
|
|
3054
|
+
|
|
3055
|
+
const filterSensitiveLog: (obj: ValidateTemplateOutput) => any;
|
|
3056
|
+
}
|