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