@aws-sdk/client-cloudformation 3.131.0 → 3.137.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 (138) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/ActivateTypeCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
  4. package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -1
  5. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChangeSetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStackCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStackInstancesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateStackSetCommand.js +2 -2
  10. package/dist-cjs/commands/DeactivateTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteChangeSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteStackCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteStackInstancesCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteStackSetCommand.js +2 -2
  15. package/dist-cjs/commands/DeregisterTypeCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +2 -2
  19. package/dist-cjs/commands/DescribePublisherCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeStackEventsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeStackInstanceCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStackResourceCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeStackResourcesCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeStackSetCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTypeCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +2 -2
  31. package/dist-cjs/commands/DetectStackDriftCommand.js +2 -2
  32. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +2 -2
  33. package/dist-cjs/commands/DetectStackSetDriftCommand.js +2 -2
  34. package/dist-cjs/commands/EstimateTemplateCostCommand.js +2 -2
  35. package/dist-cjs/commands/ExecuteChangeSetCommand.js +2 -2
  36. package/dist-cjs/commands/GetStackPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  38. package/dist-cjs/commands/GetTemplateSummaryCommand.js +2 -2
  39. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +2 -2
  40. package/dist-cjs/commands/ListChangeSetsCommand.js +2 -2
  41. package/dist-cjs/commands/ListExportsCommand.js +2 -2
  42. package/dist-cjs/commands/ListImportsCommand.js +2 -2
  43. package/dist-cjs/commands/ListStackInstancesCommand.js +2 -2
  44. package/dist-cjs/commands/ListStackResourcesCommand.js +2 -2
  45. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +2 -2
  46. package/dist-cjs/commands/ListStackSetOperationsCommand.js +2 -2
  47. package/dist-cjs/commands/ListStackSetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListStacksCommand.js +2 -2
  49. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTypeVersionsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  52. package/dist-cjs/commands/PublishTypeCommand.js +2 -2
  53. package/dist-cjs/commands/RecordHandlerProgressCommand.js +2 -2
  54. package/dist-cjs/commands/RegisterPublisherCommand.js +2 -2
  55. package/dist-cjs/commands/RegisterTypeCommand.js +2 -2
  56. package/dist-cjs/commands/RollbackStackCommand.js +2 -2
  57. package/dist-cjs/commands/SetStackPolicyCommand.js +1 -1
  58. package/dist-cjs/commands/SetTypeConfigurationCommand.js +2 -2
  59. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +2 -2
  60. package/dist-cjs/commands/SignalResourceCommand.js +1 -1
  61. package/dist-cjs/commands/StopStackSetOperationCommand.js +2 -2
  62. package/dist-cjs/commands/TestTypeCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateStackCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateStackInstancesCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateStackSetCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +2 -2
  67. package/dist-cjs/commands/ValidateTemplateCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +745 -1115
  69. package/dist-es/commands/ActivateTypeCommand.js +3 -3
  70. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  71. package/dist-es/commands/CancelUpdateStackCommand.js +2 -2
  72. package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -3
  73. package/dist-es/commands/CreateChangeSetCommand.js +3 -3
  74. package/dist-es/commands/CreateStackCommand.js +3 -3
  75. package/dist-es/commands/CreateStackInstancesCommand.js +3 -3
  76. package/dist-es/commands/CreateStackSetCommand.js +3 -3
  77. package/dist-es/commands/DeactivateTypeCommand.js +3 -3
  78. package/dist-es/commands/DeleteChangeSetCommand.js +3 -3
  79. package/dist-es/commands/DeleteStackCommand.js +2 -2
  80. package/dist-es/commands/DeleteStackInstancesCommand.js +3 -3
  81. package/dist-es/commands/DeleteStackSetCommand.js +3 -3
  82. package/dist-es/commands/DeregisterTypeCommand.js +3 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  84. package/dist-es/commands/DescribeChangeSetCommand.js +3 -3
  85. package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -3
  86. package/dist-es/commands/DescribePublisherCommand.js +3 -3
  87. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  88. package/dist-es/commands/DescribeStackEventsCommand.js +3 -3
  89. package/dist-es/commands/DescribeStackInstanceCommand.js +3 -3
  90. package/dist-es/commands/DescribeStackResourceCommand.js +3 -3
  91. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -3
  92. package/dist-es/commands/DescribeStackResourcesCommand.js +3 -3
  93. package/dist-es/commands/DescribeStackSetCommand.js +3 -3
  94. package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -3
  95. package/dist-es/commands/DescribeStacksCommand.js +3 -3
  96. package/dist-es/commands/DescribeTypeCommand.js +3 -3
  97. package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -3
  98. package/dist-es/commands/DetectStackDriftCommand.js +3 -3
  99. package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -3
  100. package/dist-es/commands/DetectStackSetDriftCommand.js +3 -3
  101. package/dist-es/commands/EstimateTemplateCostCommand.js +3 -3
  102. package/dist-es/commands/ExecuteChangeSetCommand.js +3 -3
  103. package/dist-es/commands/GetStackPolicyCommand.js +3 -3
  104. package/dist-es/commands/GetTemplateCommand.js +3 -3
  105. package/dist-es/commands/GetTemplateSummaryCommand.js +3 -3
  106. package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -3
  107. package/dist-es/commands/ListChangeSetsCommand.js +3 -3
  108. package/dist-es/commands/ListExportsCommand.js +3 -3
  109. package/dist-es/commands/ListImportsCommand.js +3 -3
  110. package/dist-es/commands/ListStackInstancesCommand.js +3 -3
  111. package/dist-es/commands/ListStackResourcesCommand.js +3 -3
  112. package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -3
  113. package/dist-es/commands/ListStackSetOperationsCommand.js +3 -3
  114. package/dist-es/commands/ListStackSetsCommand.js +3 -3
  115. package/dist-es/commands/ListStacksCommand.js +3 -3
  116. package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -3
  117. package/dist-es/commands/ListTypeVersionsCommand.js +3 -3
  118. package/dist-es/commands/ListTypesCommand.js +3 -3
  119. package/dist-es/commands/PublishTypeCommand.js +3 -3
  120. package/dist-es/commands/RecordHandlerProgressCommand.js +3 -3
  121. package/dist-es/commands/RegisterPublisherCommand.js +3 -3
  122. package/dist-es/commands/RegisterTypeCommand.js +3 -3
  123. package/dist-es/commands/RollbackStackCommand.js +3 -3
  124. package/dist-es/commands/SetStackPolicyCommand.js +2 -2
  125. package/dist-es/commands/SetTypeConfigurationCommand.js +3 -3
  126. package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -3
  127. package/dist-es/commands/SignalResourceCommand.js +2 -2
  128. package/dist-es/commands/StopStackSetOperationCommand.js +3 -3
  129. package/dist-es/commands/TestTypeCommand.js +3 -3
  130. package/dist-es/commands/UpdateStackCommand.js +3 -3
  131. package/dist-es/commands/UpdateStackInstancesCommand.js +3 -3
  132. package/dist-es/commands/UpdateStackSetCommand.js +3 -3
  133. package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -3
  134. package/dist-es/commands/ValidateTemplateCommand.js +3 -3
  135. package/dist-es/models/models_0.js +185 -740
  136. package/dist-types/models/models_0.d.ts +740 -1110
  137. package/dist-types/ts3.4/models/models_0.d.ts +370 -740
  138. package/package.json +6 -6
@@ -14,10 +14,6 @@ export interface AccountGateResult {
14
14
 
15
15
  StatusReason?: string;
16
16
  }
17
- export declare namespace AccountGateResult {
18
-
19
- const filterSensitiveLog: (obj: AccountGateResult) => any;
20
- }
21
17
 
22
18
  export interface AccountLimit {
23
19
 
@@ -25,10 +21,6 @@ export interface AccountLimit {
25
21
 
26
22
  Value?: number;
27
23
  }
28
- export declare namespace AccountLimit {
29
-
30
- const filterSensitiveLog: (obj: AccountLimit) => any;
31
- }
32
24
 
33
25
  export interface LoggingConfig {
34
26
 
@@ -36,10 +28,6 @@ export interface LoggingConfig {
36
28
 
37
29
  LogGroupName: string | undefined;
38
30
  }
39
- export declare namespace LoggingConfig {
40
-
41
- const filterSensitiveLog: (obj: LoggingConfig) => any;
42
- }
43
31
  export declare enum ThirdPartyType {
44
32
  HOOK = "HOOK",
45
33
  MODULE = "MODULE",
@@ -71,18 +59,10 @@ export interface ActivateTypeInput {
71
59
 
72
60
  MajorVersion?: number;
73
61
  }
74
- export declare namespace ActivateTypeInput {
75
-
76
- const filterSensitiveLog: (obj: ActivateTypeInput) => any;
77
- }
78
62
  export interface ActivateTypeOutput {
79
63
 
80
64
  Arn?: string;
81
65
  }
82
- export declare namespace ActivateTypeOutput {
83
-
84
- const filterSensitiveLog: (obj: ActivateTypeOutput) => any;
85
- }
86
66
 
87
67
  export declare class CFNRegistryException extends __BaseException {
88
68
  readonly name: "CFNRegistryException";
@@ -114,10 +94,6 @@ export interface AutoDeployment {
114
94
 
115
95
  RetainStacksOnAccountRemoval?: boolean;
116
96
  }
117
- export declare namespace AutoDeployment {
118
-
119
- const filterSensitiveLog: (obj: AutoDeployment) => any;
120
- }
121
97
 
122
98
  export interface TypeConfigurationIdentifier {
123
99
 
@@ -131,18 +107,10 @@ export interface TypeConfigurationIdentifier {
131
107
 
132
108
  TypeName?: string;
133
109
  }
134
- export declare namespace TypeConfigurationIdentifier {
135
-
136
- const filterSensitiveLog: (obj: TypeConfigurationIdentifier) => any;
137
- }
138
110
  export interface BatchDescribeTypeConfigurationsInput {
139
111
 
140
112
  TypeConfigurationIdentifiers: TypeConfigurationIdentifier[] | undefined;
141
113
  }
142
- export declare namespace BatchDescribeTypeConfigurationsInput {
143
-
144
- const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsInput) => any;
145
- }
146
114
 
147
115
  export interface BatchDescribeTypeConfigurationsError {
148
116
 
@@ -152,10 +120,6 @@ export interface BatchDescribeTypeConfigurationsError {
152
120
 
153
121
  TypeConfigurationIdentifier?: TypeConfigurationIdentifier;
154
122
  }
155
- export declare namespace BatchDescribeTypeConfigurationsError {
156
-
157
- const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsError) => any;
158
- }
159
123
 
160
124
  export interface TypeConfigurationDetails {
161
125
 
@@ -173,10 +137,6 @@ export interface TypeConfigurationDetails {
173
137
 
174
138
  IsDefaultConfiguration?: boolean;
175
139
  }
176
- export declare namespace TypeConfigurationDetails {
177
-
178
- const filterSensitiveLog: (obj: TypeConfigurationDetails) => any;
179
- }
180
140
  export interface BatchDescribeTypeConfigurationsOutput {
181
141
 
182
142
  Errors?: BatchDescribeTypeConfigurationsError[];
@@ -185,10 +145,6 @@ export interface BatchDescribeTypeConfigurationsOutput {
185
145
 
186
146
  TypeConfigurations?: TypeConfigurationDetails[];
187
147
  }
188
- export declare namespace BatchDescribeTypeConfigurationsOutput {
189
-
190
- const filterSensitiveLog: (obj: BatchDescribeTypeConfigurationsOutput) => any;
191
- }
192
148
 
193
149
  export declare class TypeConfigurationNotFoundException extends __BaseException {
194
150
  readonly name: "TypeConfigurationNotFoundException";
@@ -208,10 +164,6 @@ export interface CancelUpdateStackInput {
208
164
 
209
165
  ClientRequestToken?: string;
210
166
  }
211
- export declare namespace CancelUpdateStackInput {
212
-
213
- const filterSensitiveLog: (obj: CancelUpdateStackInput) => any;
214
- }
215
167
 
216
168
  export declare class TokenAlreadyExistsException extends __BaseException {
217
169
  readonly name: "TokenAlreadyExistsException";
@@ -271,10 +223,6 @@ export interface ResourceTargetDefinition {
271
223
 
272
224
  RequiresRecreation?: RequiresRecreation | string;
273
225
  }
274
- export declare namespace ResourceTargetDefinition {
275
-
276
- const filterSensitiveLog: (obj: ResourceTargetDefinition) => any;
277
- }
278
226
 
279
227
  export interface ResourceChangeDetail {
280
228
 
@@ -286,10 +234,6 @@ export interface ResourceChangeDetail {
286
234
 
287
235
  CausingEntity?: string;
288
236
  }
289
- export declare namespace ResourceChangeDetail {
290
-
291
- const filterSensitiveLog: (obj: ResourceChangeDetail) => any;
292
- }
293
237
 
294
238
  export interface ModuleInfo {
295
239
 
@@ -297,10 +241,6 @@ export interface ModuleInfo {
297
241
 
298
242
  LogicalIdHierarchy?: string;
299
243
  }
300
- export declare namespace ModuleInfo {
301
-
302
- const filterSensitiveLog: (obj: ModuleInfo) => any;
303
- }
304
244
  export declare enum Replacement {
305
245
  Conditional = "Conditional",
306
246
  False = "False",
@@ -327,10 +267,6 @@ export interface ResourceChange {
327
267
 
328
268
  ModuleInfo?: ModuleInfo;
329
269
  }
330
- export declare namespace ResourceChange {
331
-
332
- const filterSensitiveLog: (obj: ResourceChange) => any;
333
- }
334
270
  export declare enum ChangeType {
335
271
  Resource = "Resource"
336
272
  }
@@ -343,10 +279,6 @@ export interface Change {
343
279
 
344
280
  ResourceChange?: ResourceChange;
345
281
  }
346
- export declare namespace Change {
347
-
348
- const filterSensitiveLog: (obj: Change) => any;
349
- }
350
282
  export declare enum HookFailureMode {
351
283
  FAIL = "FAIL",
352
284
  WARN = "WARN"
@@ -363,10 +295,6 @@ export interface ChangeSetHookResourceTargetDetails {
363
295
 
364
296
  ResourceAction?: ChangeAction | string;
365
297
  }
366
- export declare namespace ChangeSetHookResourceTargetDetails {
367
-
368
- const filterSensitiveLog: (obj: ChangeSetHookResourceTargetDetails) => any;
369
- }
370
298
  export declare enum HookTargetType {
371
299
  RESOURCE = "RESOURCE"
372
300
  }
@@ -377,10 +305,6 @@ export interface ChangeSetHookTargetDetails {
377
305
 
378
306
  ResourceTargetDetails?: ChangeSetHookResourceTargetDetails;
379
307
  }
380
- export declare namespace ChangeSetHookTargetDetails {
381
-
382
- const filterSensitiveLog: (obj: ChangeSetHookTargetDetails) => any;
383
- }
384
308
 
385
309
  export interface ChangeSetHook {
386
310
 
@@ -396,10 +320,6 @@ export interface ChangeSetHook {
396
320
 
397
321
  TargetDetails?: ChangeSetHookTargetDetails;
398
322
  }
399
- export declare namespace ChangeSetHook {
400
-
401
- const filterSensitiveLog: (obj: ChangeSetHook) => any;
402
- }
403
323
  export declare enum ChangeSetHooksStatus {
404
324
  PLANNED = "PLANNED",
405
325
  PLANNING = "PLANNING",
@@ -458,10 +378,6 @@ export interface ChangeSetSummary {
458
378
 
459
379
  RootChangeSetId?: string;
460
380
  }
461
- export declare namespace ChangeSetSummary {
462
-
463
- const filterSensitiveLog: (obj: ChangeSetSummary) => any;
464
- }
465
381
  export declare enum ChangeSetType {
466
382
  CREATE = "CREATE",
467
383
  IMPORT = "IMPORT",
@@ -478,17 +394,9 @@ export interface ContinueUpdateRollbackInput {
478
394
 
479
395
  ClientRequestToken?: string;
480
396
  }
481
- export declare namespace ContinueUpdateRollbackInput {
482
-
483
- const filterSensitiveLog: (obj: ContinueUpdateRollbackInput) => any;
484
- }
485
397
 
486
398
  export interface ContinueUpdateRollbackOutput {
487
399
  }
488
- export declare namespace ContinueUpdateRollbackOutput {
489
-
490
- const filterSensitiveLog: (obj: ContinueUpdateRollbackOutput) => any;
491
- }
492
400
 
493
401
  export interface Parameter {
494
402
 
@@ -500,10 +408,6 @@ export interface Parameter {
500
408
 
501
409
  ResolvedValue?: string;
502
410
  }
503
- export declare namespace Parameter {
504
-
505
- const filterSensitiveLog: (obj: Parameter) => any;
506
- }
507
411
 
508
412
  export interface ResourceToImport {
509
413
 
@@ -513,10 +417,6 @@ export interface ResourceToImport {
513
417
 
514
418
  ResourceIdentifier: Record<string, string> | undefined;
515
419
  }
516
- export declare namespace ResourceToImport {
517
-
518
- const filterSensitiveLog: (obj: ResourceToImport) => any;
519
- }
520
420
 
521
421
  export interface RollbackTrigger {
522
422
 
@@ -524,10 +424,6 @@ export interface RollbackTrigger {
524
424
 
525
425
  Type: string | undefined;
526
426
  }
527
- export declare namespace RollbackTrigger {
528
-
529
- const filterSensitiveLog: (obj: RollbackTrigger) => any;
530
- }
531
427
 
532
428
  export interface RollbackConfiguration {
533
429
 
@@ -535,10 +431,6 @@ export interface RollbackConfiguration {
535
431
 
536
432
  MonitoringTimeInMinutes?: number;
537
433
  }
538
- export declare namespace RollbackConfiguration {
539
-
540
- const filterSensitiveLog: (obj: RollbackConfiguration) => any;
541
- }
542
434
 
543
435
  export interface Tag {
544
436
 
@@ -546,10 +438,6 @@ export interface Tag {
546
438
 
547
439
  Value: string | undefined;
548
440
  }
549
- export declare namespace Tag {
550
-
551
- const filterSensitiveLog: (obj: Tag) => any;
552
- }
553
441
 
554
442
  export interface CreateChangeSetInput {
555
443
 
@@ -587,10 +475,6 @@ export interface CreateChangeSetInput {
587
475
 
588
476
  IncludeNestedStacks?: boolean;
589
477
  }
590
- export declare namespace CreateChangeSetInput {
591
-
592
- const filterSensitiveLog: (obj: CreateChangeSetInput) => any;
593
- }
594
478
 
595
479
  export interface CreateChangeSetOutput {
596
480
 
@@ -598,10 +482,6 @@ export interface CreateChangeSetOutput {
598
482
 
599
483
  StackId?: string;
600
484
  }
601
- export declare namespace CreateChangeSetOutput {
602
-
603
- const filterSensitiveLog: (obj: CreateChangeSetOutput) => any;
604
- }
605
485
 
606
486
  export declare class InsufficientCapabilitiesException extends __BaseException {
607
487
  readonly name: "InsufficientCapabilitiesException";
@@ -660,19 +540,11 @@ export interface CreateStackInput {
660
540
 
661
541
  EnableTerminationProtection?: boolean;
662
542
  }
663
- export declare namespace CreateStackInput {
664
-
665
- const filterSensitiveLog: (obj: CreateStackInput) => any;
666
- }
667
543
 
668
544
  export interface CreateStackOutput {
669
545
 
670
546
  StackId?: string;
671
547
  }
672
- export declare namespace CreateStackOutput {
673
-
674
- const filterSensitiveLog: (obj: CreateStackOutput) => any;
675
- }
676
548
 
677
549
  export interface DeploymentTargets {
678
550
 
@@ -684,10 +556,6 @@ export interface DeploymentTargets {
684
556
 
685
557
  AccountFilterType?: AccountFilterType | string;
686
558
  }
687
- export declare namespace DeploymentTargets {
688
-
689
- const filterSensitiveLog: (obj: DeploymentTargets) => any;
690
- }
691
559
  export declare enum RegionConcurrencyType {
692
560
  PARALLEL = "PARALLEL",
693
561
  SEQUENTIAL = "SEQUENTIAL"
@@ -707,10 +575,6 @@ export interface StackSetOperationPreferences {
707
575
 
708
576
  MaxConcurrentPercentage?: number;
709
577
  }
710
- export declare namespace StackSetOperationPreferences {
711
-
712
- const filterSensitiveLog: (obj: StackSetOperationPreferences) => any;
713
- }
714
578
  export interface CreateStackInstancesInput {
715
579
 
716
580
  StackSetName: string | undefined;
@@ -729,18 +593,10 @@ export interface CreateStackInstancesInput {
729
593
 
730
594
  CallAs?: CallAs | string;
731
595
  }
732
- export declare namespace CreateStackInstancesInput {
733
-
734
- const filterSensitiveLog: (obj: CreateStackInstancesInput) => any;
735
- }
736
596
  export interface CreateStackInstancesOutput {
737
597
 
738
598
  OperationId?: string;
739
599
  }
740
- export declare namespace CreateStackInstancesOutput {
741
-
742
- const filterSensitiveLog: (obj: CreateStackInstancesOutput) => any;
743
- }
744
600
 
745
601
  export declare class InvalidOperationException extends __BaseException {
746
602
  readonly name: "InvalidOperationException";
@@ -794,10 +650,6 @@ export interface ManagedExecution {
794
650
 
795
651
  Active?: boolean;
796
652
  }
797
- export declare namespace ManagedExecution {
798
-
799
- const filterSensitiveLog: (obj: ManagedExecution) => any;
800
- }
801
653
  export declare type PermissionModels = "SELF_MANAGED" | "SERVICE_MANAGED";
802
654
  export interface CreateStackSetInput {
803
655
 
@@ -831,18 +683,10 @@ export interface CreateStackSetInput {
831
683
 
832
684
  ManagedExecution?: ManagedExecution;
833
685
  }
834
- export declare namespace CreateStackSetInput {
835
-
836
- const filterSensitiveLog: (obj: CreateStackSetInput) => any;
837
- }
838
686
  export interface CreateStackSetOutput {
839
687
 
840
688
  StackSetId?: string;
841
689
  }
842
- export declare namespace CreateStackSetOutput {
843
-
844
- const filterSensitiveLog: (obj: CreateStackSetOutput) => any;
845
- }
846
690
 
847
691
  export declare class NameAlreadyExistsException extends __BaseException {
848
692
  readonly name: "NameAlreadyExistsException";
@@ -859,16 +703,8 @@ export interface DeactivateTypeInput {
859
703
 
860
704
  Arn?: string;
861
705
  }
862
- export declare namespace DeactivateTypeInput {
863
-
864
- const filterSensitiveLog: (obj: DeactivateTypeInput) => any;
865
- }
866
706
  export interface DeactivateTypeOutput {
867
707
  }
868
- export declare namespace DeactivateTypeOutput {
869
-
870
- const filterSensitiveLog: (obj: DeactivateTypeOutput) => any;
871
- }
872
708
 
873
709
  export interface DeleteChangeSetInput {
874
710
 
@@ -876,17 +712,9 @@ export interface DeleteChangeSetInput {
876
712
 
877
713
  StackName?: string;
878
714
  }
879
- export declare namespace DeleteChangeSetInput {
880
-
881
- const filterSensitiveLog: (obj: DeleteChangeSetInput) => any;
882
- }
883
715
 
884
716
  export interface DeleteChangeSetOutput {
885
717
  }
886
- export declare namespace DeleteChangeSetOutput {
887
-
888
- const filterSensitiveLog: (obj: DeleteChangeSetOutput) => any;
889
- }
890
718
 
891
719
  export declare class InvalidChangeSetStatusException extends __BaseException {
892
720
  readonly name: "InvalidChangeSetStatusException";
@@ -906,10 +734,6 @@ export interface DeleteStackInput {
906
734
 
907
735
  ClientRequestToken?: string;
908
736
  }
909
- export declare namespace DeleteStackInput {
910
-
911
- const filterSensitiveLog: (obj: DeleteStackInput) => any;
912
- }
913
737
  export interface DeleteStackInstancesInput {
914
738
 
915
739
  StackSetName: string | undefined;
@@ -928,34 +752,18 @@ export interface DeleteStackInstancesInput {
928
752
 
929
753
  CallAs?: CallAs | string;
930
754
  }
931
- export declare namespace DeleteStackInstancesInput {
932
-
933
- const filterSensitiveLog: (obj: DeleteStackInstancesInput) => any;
934
- }
935
755
  export interface DeleteStackInstancesOutput {
936
756
 
937
757
  OperationId?: string;
938
758
  }
939
- export declare namespace DeleteStackInstancesOutput {
940
-
941
- const filterSensitiveLog: (obj: DeleteStackInstancesOutput) => any;
942
- }
943
759
  export interface DeleteStackSetInput {
944
760
 
945
761
  StackSetName: string | undefined;
946
762
 
947
763
  CallAs?: CallAs | string;
948
764
  }
949
- export declare namespace DeleteStackSetInput {
950
-
951
- const filterSensitiveLog: (obj: DeleteStackSetInput) => any;
952
- }
953
765
  export interface DeleteStackSetOutput {
954
766
  }
955
- export declare namespace DeleteStackSetOutput {
956
-
957
- const filterSensitiveLog: (obj: DeleteStackSetOutput) => any;
958
- }
959
767
 
960
768
  export declare class StackSetNotEmptyException extends __BaseException {
961
769
  readonly name: "StackSetNotEmptyException";
@@ -975,25 +783,13 @@ export interface DeregisterTypeInput {
975
783
 
976
784
  VersionId?: string;
977
785
  }
978
- export declare namespace DeregisterTypeInput {
979
-
980
- const filterSensitiveLog: (obj: DeregisterTypeInput) => any;
981
- }
982
786
  export interface DeregisterTypeOutput {
983
787
  }
984
- export declare namespace DeregisterTypeOutput {
985
-
986
- const filterSensitiveLog: (obj: DeregisterTypeOutput) => any;
987
- }
988
788
 
989
789
  export interface DescribeAccountLimitsInput {
990
790
 
991
791
  NextToken?: string;
992
792
  }
993
- export declare namespace DescribeAccountLimitsInput {
994
-
995
- const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
996
- }
997
793
 
998
794
  export interface DescribeAccountLimitsOutput {
999
795
 
@@ -1001,10 +797,6 @@ export interface DescribeAccountLimitsOutput {
1001
797
 
1002
798
  NextToken?: string;
1003
799
  }
1004
- export declare namespace DescribeAccountLimitsOutput {
1005
-
1006
- const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
1007
- }
1008
800
 
1009
801
  export interface DescribeChangeSetInput {
1010
802
 
@@ -1014,10 +806,6 @@ export interface DescribeChangeSetInput {
1014
806
 
1015
807
  NextToken?: string;
1016
808
  }
1017
- export declare namespace DescribeChangeSetInput {
1018
-
1019
- const filterSensitiveLog: (obj: DescribeChangeSetInput) => any;
1020
- }
1021
809
 
1022
810
  export interface DescribeChangeSetOutput {
1023
811
 
@@ -1059,10 +847,6 @@ export interface DescribeChangeSetOutput {
1059
847
 
1060
848
  RootChangeSetId?: string;
1061
849
  }
1062
- export declare namespace DescribeChangeSetOutput {
1063
-
1064
- const filterSensitiveLog: (obj: DescribeChangeSetOutput) => any;
1065
- }
1066
850
  export interface DescribeChangeSetHooksInput {
1067
851
 
1068
852
  ChangeSetName: string | undefined;
@@ -1073,10 +857,6 @@ export interface DescribeChangeSetHooksInput {
1073
857
 
1074
858
  LogicalResourceId?: string;
1075
859
  }
1076
- export declare namespace DescribeChangeSetHooksInput {
1077
-
1078
- const filterSensitiveLog: (obj: DescribeChangeSetHooksInput) => any;
1079
- }
1080
860
  export interface DescribeChangeSetHooksOutput {
1081
861
 
1082
862
  ChangeSetId?: string;
@@ -1093,18 +873,10 @@ export interface DescribeChangeSetHooksOutput {
1093
873
 
1094
874
  StackName?: string;
1095
875
  }
1096
- export declare namespace DescribeChangeSetHooksOutput {
1097
-
1098
- const filterSensitiveLog: (obj: DescribeChangeSetHooksOutput) => any;
1099
- }
1100
876
  export interface DescribePublisherInput {
1101
877
 
1102
878
  PublisherId?: string;
1103
879
  }
1104
- export declare namespace DescribePublisherInput {
1105
-
1106
- const filterSensitiveLog: (obj: DescribePublisherInput) => any;
1107
- }
1108
880
  export declare enum IdentityProvider {
1109
881
  AWS_Marketplace = "AWS_Marketplace",
1110
882
  Bitbucket = "Bitbucket",
@@ -1124,18 +896,10 @@ export interface DescribePublisherOutput {
1124
896
 
1125
897
  PublisherProfile?: string;
1126
898
  }
1127
- export declare namespace DescribePublisherOutput {
1128
-
1129
- const filterSensitiveLog: (obj: DescribePublisherOutput) => any;
1130
- }
1131
899
  export interface DescribeStackDriftDetectionStatusInput {
1132
900
 
1133
901
  StackDriftDetectionId: string | undefined;
1134
902
  }
1135
- export declare namespace DescribeStackDriftDetectionStatusInput {
1136
-
1137
- const filterSensitiveLog: (obj: DescribeStackDriftDetectionStatusInput) => any;
1138
- }
1139
903
  export declare enum StackDriftDetectionStatus {
1140
904
  DETECTION_COMPLETE = "DETECTION_COMPLETE",
1141
905
  DETECTION_FAILED = "DETECTION_FAILED",
@@ -1163,10 +927,6 @@ export interface DescribeStackDriftDetectionStatusOutput {
1163
927
 
1164
928
  Timestamp: Date | undefined;
1165
929
  }
1166
- export declare namespace DescribeStackDriftDetectionStatusOutput {
1167
-
1168
- const filterSensitiveLog: (obj: DescribeStackDriftDetectionStatusOutput) => any;
1169
- }
1170
930
 
1171
931
  export interface DescribeStackEventsInput {
1172
932
 
@@ -1174,10 +934,6 @@ export interface DescribeStackEventsInput {
1174
934
 
1175
935
  NextToken?: string;
1176
936
  }
1177
- export declare namespace DescribeStackEventsInput {
1178
-
1179
- const filterSensitiveLog: (obj: DescribeStackEventsInput) => any;
1180
- }
1181
937
  export declare enum HookStatus {
1182
938
  HOOK_COMPLETE_FAILED = "HOOK_COMPLETE_FAILED",
1183
939
  HOOK_COMPLETE_SUCCEEDED = "HOOK_COMPLETE_SUCCEEDED",
@@ -1243,10 +999,6 @@ export interface StackEvent {
1243
999
 
1244
1000
  HookFailureMode?: HookFailureMode | string;
1245
1001
  }
1246
- export declare namespace StackEvent {
1247
-
1248
- const filterSensitiveLog: (obj: StackEvent) => any;
1249
- }
1250
1002
 
1251
1003
  export interface DescribeStackEventsOutput {
1252
1004
 
@@ -1254,10 +1006,6 @@ export interface DescribeStackEventsOutput {
1254
1006
 
1255
1007
  NextToken?: string;
1256
1008
  }
1257
- export declare namespace DescribeStackEventsOutput {
1258
-
1259
- const filterSensitiveLog: (obj: DescribeStackEventsOutput) => any;
1260
- }
1261
1009
  export interface DescribeStackInstanceInput {
1262
1010
 
1263
1011
  StackSetName: string | undefined;
@@ -1268,20 +1016,12 @@ export interface DescribeStackInstanceInput {
1268
1016
 
1269
1017
  CallAs?: CallAs | string;
1270
1018
  }
1271
- export declare namespace DescribeStackInstanceInput {
1272
-
1273
- const filterSensitiveLog: (obj: DescribeStackInstanceInput) => any;
1274
- }
1275
1019
  export declare type StackInstanceDetailedStatus = "CANCELLED" | "FAILED" | "INOPERABLE" | "PENDING" | "RUNNING" | "SUCCEEDED";
1276
1020
 
1277
1021
  export interface StackInstanceComprehensiveStatus {
1278
1022
 
1279
1023
  DetailedStatus?: StackInstanceDetailedStatus | string;
1280
1024
  }
1281
- export declare namespace StackInstanceComprehensiveStatus {
1282
-
1283
- const filterSensitiveLog: (obj: StackInstanceComprehensiveStatus) => any;
1284
- }
1285
1025
  export declare type StackInstanceStatus = "CURRENT" | "INOPERABLE" | "OUTDATED";
1286
1026
 
1287
1027
  export interface StackInstance {
@@ -1308,18 +1048,10 @@ export interface StackInstance {
1308
1048
 
1309
1049
  LastDriftCheckTimestamp?: Date;
1310
1050
  }
1311
- export declare namespace StackInstance {
1312
-
1313
- const filterSensitiveLog: (obj: StackInstance) => any;
1314
- }
1315
1051
  export interface DescribeStackInstanceOutput {
1316
1052
 
1317
1053
  StackInstance?: StackInstance;
1318
1054
  }
1319
- export declare namespace DescribeStackInstanceOutput {
1320
-
1321
- const filterSensitiveLog: (obj: DescribeStackInstanceOutput) => any;
1322
- }
1323
1055
 
1324
1056
  export declare class StackInstanceNotFoundException extends __BaseException {
1325
1057
  readonly name: "StackInstanceNotFoundException";
@@ -1335,10 +1067,6 @@ export interface DescribeStackResourceInput {
1335
1067
 
1336
1068
  LogicalResourceId: string | undefined;
1337
1069
  }
1338
- export declare namespace DescribeStackResourceInput {
1339
-
1340
- const filterSensitiveLog: (obj: DescribeStackResourceInput) => any;
1341
- }
1342
1070
  export declare enum StackResourceDriftStatus {
1343
1071
  DELETED = "DELETED",
1344
1072
  IN_SYNC = "IN_SYNC",
@@ -1352,10 +1080,6 @@ export interface StackResourceDriftInformation {
1352
1080
 
1353
1081
  LastCheckTimestamp?: Date;
1354
1082
  }
1355
- export declare namespace StackResourceDriftInformation {
1356
-
1357
- const filterSensitiveLog: (obj: StackResourceDriftInformation) => any;
1358
- }
1359
1083
 
1360
1084
  export interface StackResourceDetail {
1361
1085
 
@@ -1383,19 +1107,11 @@ export interface StackResourceDetail {
1383
1107
 
1384
1108
  ModuleInfo?: ModuleInfo;
1385
1109
  }
1386
- export declare namespace StackResourceDetail {
1387
-
1388
- const filterSensitiveLog: (obj: StackResourceDetail) => any;
1389
- }
1390
1110
 
1391
1111
  export interface DescribeStackResourceOutput {
1392
1112
 
1393
1113
  StackResourceDetail?: StackResourceDetail;
1394
1114
  }
1395
- export declare namespace DescribeStackResourceOutput {
1396
-
1397
- const filterSensitiveLog: (obj: DescribeStackResourceOutput) => any;
1398
- }
1399
1115
  export interface DescribeStackResourceDriftsInput {
1400
1116
 
1401
1117
  StackName: string | undefined;
@@ -1406,10 +1122,6 @@ export interface DescribeStackResourceDriftsInput {
1406
1122
 
1407
1123
  MaxResults?: number;
1408
1124
  }
1409
- export declare namespace DescribeStackResourceDriftsInput {
1410
-
1411
- const filterSensitiveLog: (obj: DescribeStackResourceDriftsInput) => any;
1412
- }
1413
1125
 
1414
1126
  export interface PhysicalResourceIdContextKeyValuePair {
1415
1127
 
@@ -1417,10 +1129,6 @@ export interface PhysicalResourceIdContextKeyValuePair {
1417
1129
 
1418
1130
  Value: string | undefined;
1419
1131
  }
1420
- export declare namespace PhysicalResourceIdContextKeyValuePair {
1421
-
1422
- const filterSensitiveLog: (obj: PhysicalResourceIdContextKeyValuePair) => any;
1423
- }
1424
1132
  export declare enum DifferenceType {
1425
1133
  ADD = "ADD",
1426
1134
  NOT_EQUAL = "NOT_EQUAL",
@@ -1437,10 +1145,6 @@ export interface PropertyDifference {
1437
1145
 
1438
1146
  DifferenceType: DifferenceType | string | undefined;
1439
1147
  }
1440
- export declare namespace PropertyDifference {
1441
-
1442
- const filterSensitiveLog: (obj: PropertyDifference) => any;
1443
- }
1444
1148
 
1445
1149
  export interface StackResourceDrift {
1446
1150
 
@@ -1466,20 +1170,12 @@ export interface StackResourceDrift {
1466
1170
 
1467
1171
  ModuleInfo?: ModuleInfo;
1468
1172
  }
1469
- export declare namespace StackResourceDrift {
1470
-
1471
- const filterSensitiveLog: (obj: StackResourceDrift) => any;
1472
- }
1473
1173
  export interface DescribeStackResourceDriftsOutput {
1474
1174
 
1475
1175
  StackResourceDrifts: StackResourceDrift[] | undefined;
1476
1176
 
1477
1177
  NextToken?: string;
1478
1178
  }
1479
- export declare namespace DescribeStackResourceDriftsOutput {
1480
-
1481
- const filterSensitiveLog: (obj: DescribeStackResourceDriftsOutput) => any;
1482
- }
1483
1179
 
1484
1180
  export interface DescribeStackResourcesInput {
1485
1181
 
@@ -1489,10 +1185,6 @@ export interface DescribeStackResourcesInput {
1489
1185
 
1490
1186
  PhysicalResourceId?: string;
1491
1187
  }
1492
- export declare namespace DescribeStackResourcesInput {
1493
-
1494
- const filterSensitiveLog: (obj: DescribeStackResourcesInput) => any;
1495
- }
1496
1188
 
1497
1189
  export interface StackResource {
1498
1190
 
@@ -1518,19 +1210,11 @@ export interface StackResource {
1518
1210
 
1519
1211
  ModuleInfo?: ModuleInfo;
1520
1212
  }
1521
- export declare namespace StackResource {
1522
-
1523
- const filterSensitiveLog: (obj: StackResource) => any;
1524
- }
1525
1213
 
1526
1214
  export interface DescribeStackResourcesOutput {
1527
1215
 
1528
1216
  StackResources?: StackResource[];
1529
1217
  }
1530
- export declare namespace DescribeStackResourcesOutput {
1531
-
1532
- const filterSensitiveLog: (obj: DescribeStackResourcesOutput) => any;
1533
- }
1534
1218
 
1535
1219
  export interface DescribeStacksInput {
1536
1220
 
@@ -1538,10 +1222,6 @@ export interface DescribeStacksInput {
1538
1222
 
1539
1223
  NextToken?: string;
1540
1224
  }
1541
- export declare namespace DescribeStacksInput {
1542
-
1543
- const filterSensitiveLog: (obj: DescribeStacksInput) => any;
1544
- }
1545
1225
 
1546
1226
  export interface StackDriftInformation {
1547
1227
 
@@ -1549,10 +1229,6 @@ export interface StackDriftInformation {
1549
1229
 
1550
1230
  LastCheckTimestamp?: Date;
1551
1231
  }
1552
- export declare namespace StackDriftInformation {
1553
-
1554
- const filterSensitiveLog: (obj: StackDriftInformation) => any;
1555
- }
1556
1232
 
1557
1233
  export interface Output {
1558
1234
 
@@ -1564,10 +1240,6 @@ export interface Output {
1564
1240
 
1565
1241
  ExportName?: string;
1566
1242
  }
1567
- export declare namespace Output {
1568
-
1569
- const filterSensitiveLog: (obj: Output) => any;
1570
- }
1571
1243
  export declare enum StackStatus {
1572
1244
  CREATE_COMPLETE = "CREATE_COMPLETE",
1573
1245
  CREATE_FAILED = "CREATE_FAILED",
@@ -1640,10 +1312,6 @@ export interface Stack {
1640
1312
 
1641
1313
  DriftInformation?: StackDriftInformation;
1642
1314
  }
1643
- export declare namespace Stack {
1644
-
1645
- const filterSensitiveLog: (obj: Stack) => any;
1646
- }
1647
1315
 
1648
1316
  export interface DescribeStacksOutput {
1649
1317
 
@@ -1651,20 +1319,12 @@ export interface DescribeStacksOutput {
1651
1319
 
1652
1320
  NextToken?: string;
1653
1321
  }
1654
- export declare namespace DescribeStacksOutput {
1655
-
1656
- const filterSensitiveLog: (obj: DescribeStacksOutput) => any;
1657
- }
1658
1322
  export interface DescribeStackSetInput {
1659
1323
 
1660
1324
  StackSetName: string | undefined;
1661
1325
 
1662
1326
  CallAs?: CallAs | string;
1663
1327
  }
1664
- export declare namespace DescribeStackSetInput {
1665
-
1666
- const filterSensitiveLog: (obj: DescribeStackSetInput) => any;
1667
- }
1668
1328
  export declare enum StackSetDriftDetectionStatus {
1669
1329
  COMPLETED = "COMPLETED",
1670
1330
  FAILED = "FAILED",
@@ -1696,10 +1356,6 @@ export interface StackSetDriftDetectionDetails {
1696
1356
 
1697
1357
  FailedStackInstancesCount?: number;
1698
1358
  }
1699
- export declare namespace StackSetDriftDetectionDetails {
1700
-
1701
- const filterSensitiveLog: (obj: StackSetDriftDetectionDetails) => any;
1702
- }
1703
1359
  export declare type StackSetStatus = "ACTIVE" | "DELETED";
1704
1360
 
1705
1361
  export interface StackSet {
@@ -1736,18 +1392,10 @@ export interface StackSet {
1736
1392
 
1737
1393
  ManagedExecution?: ManagedExecution;
1738
1394
  }
1739
- export declare namespace StackSet {
1740
-
1741
- const filterSensitiveLog: (obj: StackSet) => any;
1742
- }
1743
1395
  export interface DescribeStackSetOutput {
1744
1396
 
1745
1397
  StackSet?: StackSet;
1746
1398
  }
1747
- export declare namespace DescribeStackSetOutput {
1748
-
1749
- const filterSensitiveLog: (obj: DescribeStackSetOutput) => any;
1750
- }
1751
1399
  export interface DescribeStackSetOperationInput {
1752
1400
 
1753
1401
  StackSetName: string | undefined;
@@ -1756,10 +1404,6 @@ export interface DescribeStackSetOperationInput {
1756
1404
 
1757
1405
  CallAs?: CallAs | string;
1758
1406
  }
1759
- export declare namespace DescribeStackSetOperationInput {
1760
-
1761
- const filterSensitiveLog: (obj: DescribeStackSetOperationInput) => any;
1762
- }
1763
1407
  export declare type StackSetOperationAction = "CREATE" | "DELETE" | "DETECT_DRIFT" | "UPDATE";
1764
1408
  export declare type StackSetOperationStatus = "FAILED" | "QUEUED" | "RUNNING" | "STOPPED" | "STOPPING" | "SUCCEEDED";
1765
1409
 
@@ -1791,18 +1435,10 @@ export interface StackSetOperation {
1791
1435
 
1792
1436
  StatusReason?: string;
1793
1437
  }
1794
- export declare namespace StackSetOperation {
1795
-
1796
- const filterSensitiveLog: (obj: StackSetOperation) => any;
1797
- }
1798
1438
  export interface DescribeStackSetOperationOutput {
1799
1439
 
1800
1440
  StackSetOperation?: StackSetOperation;
1801
1441
  }
1802
- export declare namespace DescribeStackSetOperationOutput {
1803
-
1804
- const filterSensitiveLog: (obj: DescribeStackSetOperationOutput) => any;
1805
- }
1806
1442
 
1807
1443
  export declare class OperationNotFoundException extends __BaseException {
1808
1444
  readonly name: "OperationNotFoundException";
@@ -1825,10 +1461,6 @@ export interface DescribeTypeInput {
1825
1461
 
1826
1462
  PublicVersionNumber?: string;
1827
1463
  }
1828
- export declare namespace DescribeTypeInput {
1829
-
1830
- const filterSensitiveLog: (obj: DescribeTypeInput) => any;
1831
- }
1832
1464
  export declare type DeprecatedStatus = "DEPRECATED" | "LIVE";
1833
1465
  export declare type ProvisioningType = "FULLY_MUTABLE" | "IMMUTABLE" | "NON_PROVISIONABLE";
1834
1466
 
@@ -1842,10 +1474,6 @@ export interface RequiredActivatedType {
1842
1474
 
1843
1475
  SupportedMajorVersions?: number[];
1844
1476
  }
1845
- export declare namespace RequiredActivatedType {
1846
-
1847
- const filterSensitiveLog: (obj: RequiredActivatedType) => any;
1848
- }
1849
1477
  export declare enum TypeTestsStatus {
1850
1478
  FAILED = "FAILED",
1851
1479
  IN_PROGRESS = "IN_PROGRESS",
@@ -1909,18 +1537,10 @@ export interface DescribeTypeOutput {
1909
1537
 
1910
1538
  AutoUpdate?: boolean;
1911
1539
  }
1912
- export declare namespace DescribeTypeOutput {
1913
-
1914
- const filterSensitiveLog: (obj: DescribeTypeOutput) => any;
1915
- }
1916
1540
  export interface DescribeTypeRegistrationInput {
1917
1541
 
1918
1542
  RegistrationToken: string | undefined;
1919
1543
  }
1920
- export declare namespace DescribeTypeRegistrationInput {
1921
-
1922
- const filterSensitiveLog: (obj: DescribeTypeRegistrationInput) => any;
1923
- }
1924
1544
  export declare type RegistrationStatus = "COMPLETE" | "FAILED" | "IN_PROGRESS";
1925
1545
  export interface DescribeTypeRegistrationOutput {
1926
1546
 
@@ -1932,46 +1552,26 @@ export interface DescribeTypeRegistrationOutput {
1932
1552
 
1933
1553
  TypeVersionArn?: string;
1934
1554
  }
1935
- export declare namespace DescribeTypeRegistrationOutput {
1936
-
1937
- const filterSensitiveLog: (obj: DescribeTypeRegistrationOutput) => any;
1938
- }
1939
1555
  export interface DetectStackDriftInput {
1940
1556
 
1941
1557
  StackName: string | undefined;
1942
1558
 
1943
1559
  LogicalResourceIds?: string[];
1944
1560
  }
1945
- export declare namespace DetectStackDriftInput {
1946
-
1947
- const filterSensitiveLog: (obj: DetectStackDriftInput) => any;
1948
- }
1949
1561
  export interface DetectStackDriftOutput {
1950
1562
 
1951
1563
  StackDriftDetectionId: string | undefined;
1952
1564
  }
1953
- export declare namespace DetectStackDriftOutput {
1954
-
1955
- const filterSensitiveLog: (obj: DetectStackDriftOutput) => any;
1956
- }
1957
1565
  export interface DetectStackResourceDriftInput {
1958
1566
 
1959
1567
  StackName: string | undefined;
1960
1568
 
1961
1569
  LogicalResourceId: string | undefined;
1962
1570
  }
1963
- export declare namespace DetectStackResourceDriftInput {
1964
-
1965
- const filterSensitiveLog: (obj: DetectStackResourceDriftInput) => any;
1966
- }
1967
1571
  export interface DetectStackResourceDriftOutput {
1968
1572
 
1969
1573
  StackResourceDrift: StackResourceDrift | undefined;
1970
1574
  }
1971
- export declare namespace DetectStackResourceDriftOutput {
1972
-
1973
- const filterSensitiveLog: (obj: DetectStackResourceDriftOutput) => any;
1974
- }
1975
1575
  export interface DetectStackSetDriftInput {
1976
1576
 
1977
1577
  StackSetName: string | undefined;
@@ -1982,18 +1582,10 @@ export interface DetectStackSetDriftInput {
1982
1582
 
1983
1583
  CallAs?: CallAs | string;
1984
1584
  }
1985
- export declare namespace DetectStackSetDriftInput {
1986
-
1987
- const filterSensitiveLog: (obj: DetectStackSetDriftInput) => any;
1988
- }
1989
1585
  export interface DetectStackSetDriftOutput {
1990
1586
 
1991
1587
  OperationId?: string;
1992
1588
  }
1993
- export declare namespace DetectStackSetDriftOutput {
1994
-
1995
- const filterSensitiveLog: (obj: DetectStackSetDriftOutput) => any;
1996
- }
1997
1589
 
1998
1590
  export interface EstimateTemplateCostInput {
1999
1591
 
@@ -2003,19 +1595,11 @@ export interface EstimateTemplateCostInput {
2003
1595
 
2004
1596
  Parameters?: Parameter[];
2005
1597
  }
2006
- export declare namespace EstimateTemplateCostInput {
2007
-
2008
- const filterSensitiveLog: (obj: EstimateTemplateCostInput) => any;
2009
- }
2010
1598
 
2011
1599
  export interface EstimateTemplateCostOutput {
2012
1600
 
2013
1601
  Url?: string;
2014
1602
  }
2015
- export declare namespace EstimateTemplateCostOutput {
2016
-
2017
- const filterSensitiveLog: (obj: EstimateTemplateCostOutput) => any;
2018
- }
2019
1603
 
2020
1604
  export interface ExecuteChangeSetInput {
2021
1605
 
@@ -2027,35 +1611,19 @@ export interface ExecuteChangeSetInput {
2027
1611
 
2028
1612
  DisableRollback?: boolean;
2029
1613
  }
2030
- export declare namespace ExecuteChangeSetInput {
2031
-
2032
- const filterSensitiveLog: (obj: ExecuteChangeSetInput) => any;
2033
- }
2034
1614
 
2035
1615
  export interface ExecuteChangeSetOutput {
2036
1616
  }
2037
- export declare namespace ExecuteChangeSetOutput {
2038
-
2039
- const filterSensitiveLog: (obj: ExecuteChangeSetOutput) => any;
2040
- }
2041
1617
 
2042
1618
  export interface GetStackPolicyInput {
2043
1619
 
2044
1620
  StackName: string | undefined;
2045
1621
  }
2046
- export declare namespace GetStackPolicyInput {
2047
-
2048
- const filterSensitiveLog: (obj: GetStackPolicyInput) => any;
2049
- }
2050
1622
 
2051
1623
  export interface GetStackPolicyOutput {
2052
1624
 
2053
1625
  StackPolicyBody?: string;
2054
1626
  }
2055
- export declare namespace GetStackPolicyOutput {
2056
-
2057
- const filterSensitiveLog: (obj: GetStackPolicyOutput) => any;
2058
- }
2059
1627
  export declare enum TemplateStage {
2060
1628
  Original = "Original",
2061
1629
  Processed = "Processed"
@@ -2069,10 +1637,6 @@ export interface GetTemplateInput {
2069
1637
 
2070
1638
  TemplateStage?: TemplateStage | string;
2071
1639
  }
2072
- export declare namespace GetTemplateInput {
2073
-
2074
- const filterSensitiveLog: (obj: GetTemplateInput) => any;
2075
- }
2076
1640
 
2077
1641
  export interface GetTemplateOutput {
2078
1642
 
@@ -2080,10 +1644,6 @@ export interface GetTemplateOutput {
2080
1644
 
2081
1645
  StagesAvailable?: (TemplateStage | string)[];
2082
1646
  }
2083
- export declare namespace GetTemplateOutput {
2084
-
2085
- const filterSensitiveLog: (obj: GetTemplateOutput) => any;
2086
- }
2087
1647
 
2088
1648
  export interface GetTemplateSummaryInput {
2089
1649
 
@@ -2097,19 +1657,11 @@ export interface GetTemplateSummaryInput {
2097
1657
 
2098
1658
  CallAs?: CallAs | string;
2099
1659
  }
2100
- export declare namespace GetTemplateSummaryInput {
2101
-
2102
- const filterSensitiveLog: (obj: GetTemplateSummaryInput) => any;
2103
- }
2104
1660
 
2105
1661
  export interface ParameterConstraints {
2106
1662
 
2107
1663
  AllowedValues?: string[];
2108
1664
  }
2109
- export declare namespace ParameterConstraints {
2110
-
2111
- const filterSensitiveLog: (obj: ParameterConstraints) => any;
2112
- }
2113
1665
 
2114
1666
  export interface ParameterDeclaration {
2115
1667
 
@@ -2125,10 +1677,6 @@ export interface ParameterDeclaration {
2125
1677
 
2126
1678
  ParameterConstraints?: ParameterConstraints;
2127
1679
  }
2128
- export declare namespace ParameterDeclaration {
2129
-
2130
- const filterSensitiveLog: (obj: ParameterDeclaration) => any;
2131
- }
2132
1680
 
2133
1681
  export interface ResourceIdentifierSummary {
2134
1682
 
@@ -2138,10 +1686,6 @@ export interface ResourceIdentifierSummary {
2138
1686
 
2139
1687
  ResourceIdentifiers?: string[];
2140
1688
  }
2141
- export declare namespace ResourceIdentifierSummary {
2142
-
2143
- const filterSensitiveLog: (obj: ResourceIdentifierSummary) => any;
2144
- }
2145
1689
 
2146
1690
  export interface GetTemplateSummaryOutput {
2147
1691
 
@@ -2163,10 +1707,6 @@ export interface GetTemplateSummaryOutput {
2163
1707
 
2164
1708
  ResourceIdentifierSummaries?: ResourceIdentifierSummary[];
2165
1709
  }
2166
- export declare namespace GetTemplateSummaryOutput {
2167
-
2168
- const filterSensitiveLog: (obj: GetTemplateSummaryOutput) => any;
2169
- }
2170
1710
  export interface ImportStacksToStackSetInput {
2171
1711
 
2172
1712
  StackSetName: string | undefined;
@@ -2183,18 +1723,10 @@ export interface ImportStacksToStackSetInput {
2183
1723
 
2184
1724
  CallAs?: CallAs | string;
2185
1725
  }
2186
- export declare namespace ImportStacksToStackSetInput {
2187
-
2188
- const filterSensitiveLog: (obj: ImportStacksToStackSetInput) => any;
2189
- }
2190
1726
  export interface ImportStacksToStackSetOutput {
2191
1727
 
2192
1728
  OperationId?: string;
2193
1729
  }
2194
- export declare namespace ImportStacksToStackSetOutput {
2195
-
2196
- const filterSensitiveLog: (obj: ImportStacksToStackSetOutput) => any;
2197
- }
2198
1730
 
2199
1731
  export declare class StackNotFoundException extends __BaseException {
2200
1732
  readonly name: "StackNotFoundException";
@@ -2210,10 +1742,6 @@ export interface ListChangeSetsInput {
2210
1742
 
2211
1743
  NextToken?: string;
2212
1744
  }
2213
- export declare namespace ListChangeSetsInput {
2214
-
2215
- const filterSensitiveLog: (obj: ListChangeSetsInput) => any;
2216
- }
2217
1745
 
2218
1746
  export interface ListChangeSetsOutput {
2219
1747
 
@@ -2221,18 +1749,10 @@ export interface ListChangeSetsOutput {
2221
1749
 
2222
1750
  NextToken?: string;
2223
1751
  }
2224
- export declare namespace ListChangeSetsOutput {
2225
-
2226
- const filterSensitiveLog: (obj: ListChangeSetsOutput) => any;
2227
- }
2228
1752
  export interface ListExportsInput {
2229
1753
 
2230
1754
  NextToken?: string;
2231
1755
  }
2232
- export declare namespace ListExportsInput {
2233
-
2234
- const filterSensitiveLog: (obj: ListExportsInput) => any;
2235
- }
2236
1756
 
2237
1757
  export interface Export {
2238
1758
 
@@ -2242,40 +1762,24 @@ export interface Export {
2242
1762
 
2243
1763
  Value?: string;
2244
1764
  }
2245
- export declare namespace Export {
2246
-
2247
- const filterSensitiveLog: (obj: Export) => any;
2248
- }
2249
1765
  export interface ListExportsOutput {
2250
1766
 
2251
1767
  Exports?: Export[];
2252
1768
 
2253
1769
  NextToken?: string;
2254
1770
  }
2255
- export declare namespace ListExportsOutput {
2256
-
2257
- const filterSensitiveLog: (obj: ListExportsOutput) => any;
2258
- }
2259
1771
  export interface ListImportsInput {
2260
1772
 
2261
1773
  ExportName: string | undefined;
2262
1774
 
2263
1775
  NextToken?: string;
2264
1776
  }
2265
- export declare namespace ListImportsInput {
2266
-
2267
- const filterSensitiveLog: (obj: ListImportsInput) => any;
2268
- }
2269
1777
  export interface ListImportsOutput {
2270
1778
 
2271
1779
  Imports?: string[];
2272
1780
 
2273
1781
  NextToken?: string;
2274
1782
  }
2275
- export declare namespace ListImportsOutput {
2276
-
2277
- const filterSensitiveLog: (obj: ListImportsOutput) => any;
2278
- }
2279
1783
  export declare type StackInstanceFilterName = "DETAILED_STATUS";
2280
1784
 
2281
1785
  export interface StackInstanceFilter {
@@ -2284,10 +1788,6 @@ export interface StackInstanceFilter {
2284
1788
 
2285
1789
  Values?: string;
2286
1790
  }
2287
- export declare namespace StackInstanceFilter {
2288
-
2289
- const filterSensitiveLog: (obj: StackInstanceFilter) => any;
2290
- }
2291
1791
  export interface ListStackInstancesInput {
2292
1792
 
2293
1793
  StackSetName: string | undefined;
@@ -2304,10 +1804,6 @@ export interface ListStackInstancesInput {
2304
1804
 
2305
1805
  CallAs?: CallAs | string;
2306
1806
  }
2307
- export declare namespace ListStackInstancesInput {
2308
-
2309
- const filterSensitiveLog: (obj: ListStackInstancesInput) => any;
2310
- }
2311
1807
 
2312
1808
  export interface StackInstanceSummary {
2313
1809
 
@@ -2331,20 +1827,12 @@ export interface StackInstanceSummary {
2331
1827
 
2332
1828
  LastDriftCheckTimestamp?: Date;
2333
1829
  }
2334
- export declare namespace StackInstanceSummary {
2335
-
2336
- const filterSensitiveLog: (obj: StackInstanceSummary) => any;
2337
- }
2338
1830
  export interface ListStackInstancesOutput {
2339
1831
 
2340
1832
  Summaries?: StackInstanceSummary[];
2341
1833
 
2342
1834
  NextToken?: string;
2343
1835
  }
2344
- export declare namespace ListStackInstancesOutput {
2345
-
2346
- const filterSensitiveLog: (obj: ListStackInstancesOutput) => any;
2347
- }
2348
1836
 
2349
1837
  export interface ListStackResourcesInput {
2350
1838
 
@@ -2352,10 +1840,6 @@ export interface ListStackResourcesInput {
2352
1840
 
2353
1841
  NextToken?: string;
2354
1842
  }
2355
- export declare namespace ListStackResourcesInput {
2356
-
2357
- const filterSensitiveLog: (obj: ListStackResourcesInput) => any;
2358
- }
2359
1843
 
2360
1844
  export interface StackResourceDriftInformationSummary {
2361
1845
 
@@ -2363,10 +1847,6 @@ export interface StackResourceDriftInformationSummary {
2363
1847
 
2364
1848
  LastCheckTimestamp?: Date;
2365
1849
  }
2366
- export declare namespace StackResourceDriftInformationSummary {
2367
-
2368
- const filterSensitiveLog: (obj: StackResourceDriftInformationSummary) => any;
2369
- }
2370
1850
 
2371
1851
  export interface StackResourceSummary {
2372
1852
 
@@ -2386,10 +1866,6 @@ export interface StackResourceSummary {
2386
1866
 
2387
1867
  ModuleInfo?: ModuleInfo;
2388
1868
  }
2389
- export declare namespace StackResourceSummary {
2390
-
2391
- const filterSensitiveLog: (obj: StackResourceSummary) => any;
2392
- }
2393
1869
 
2394
1870
  export interface ListStackResourcesOutput {
2395
1871
 
@@ -2397,10 +1873,6 @@ export interface ListStackResourcesOutput {
2397
1873
 
2398
1874
  NextToken?: string;
2399
1875
  }
2400
- export declare namespace ListStackResourcesOutput {
2401
-
2402
- const filterSensitiveLog: (obj: ListStackResourcesOutput) => any;
2403
- }
2404
1876
 
2405
1877
  export interface ListStacksInput {
2406
1878
 
@@ -2408,10 +1880,6 @@ export interface ListStacksInput {
2408
1880
 
2409
1881
  StackStatusFilter?: (StackStatus | string)[];
2410
1882
  }
2411
- export declare namespace ListStacksInput {
2412
-
2413
- const filterSensitiveLog: (obj: ListStacksInput) => any;
2414
- }
2415
1883
 
2416
1884
  export interface StackDriftInformationSummary {
2417
1885
 
@@ -2419,10 +1887,6 @@ export interface StackDriftInformationSummary {
2419
1887
 
2420
1888
  LastCheckTimestamp?: Date;
2421
1889
  }
2422
- export declare namespace StackDriftInformationSummary {
2423
-
2424
- const filterSensitiveLog: (obj: StackDriftInformationSummary) => any;
2425
- }
2426
1890
 
2427
1891
  export interface StackSummary {
2428
1892
 
@@ -2448,10 +1912,6 @@ export interface StackSummary {
2448
1912
 
2449
1913
  DriftInformation?: StackDriftInformationSummary;
2450
1914
  }
2451
- export declare namespace StackSummary {
2452
-
2453
- const filterSensitiveLog: (obj: StackSummary) => any;
2454
- }
2455
1915
 
2456
1916
  export interface ListStacksOutput {
2457
1917
 
@@ -2459,10 +1919,6 @@ export interface ListStacksOutput {
2459
1919
 
2460
1920
  NextToken?: string;
2461
1921
  }
2462
- export declare namespace ListStacksOutput {
2463
-
2464
- const filterSensitiveLog: (obj: ListStacksOutput) => any;
2465
- }
2466
1922
  export interface ListStackSetOperationResultsInput {
2467
1923
 
2468
1924
  StackSetName: string | undefined;
@@ -2475,10 +1931,6 @@ export interface ListStackSetOperationResultsInput {
2475
1931
 
2476
1932
  CallAs?: CallAs | string;
2477
1933
  }
2478
- export declare namespace ListStackSetOperationResultsInput {
2479
-
2480
- const filterSensitiveLog: (obj: ListStackSetOperationResultsInput) => any;
2481
- }
2482
1934
  export declare type StackSetOperationResultStatus = "CANCELLED" | "FAILED" | "PENDING" | "RUNNING" | "SUCCEEDED";
2483
1935
 
2484
1936
  export interface StackSetOperationResultSummary {
@@ -2495,20 +1947,12 @@ export interface StackSetOperationResultSummary {
2495
1947
 
2496
1948
  OrganizationalUnitId?: string;
2497
1949
  }
2498
- export declare namespace StackSetOperationResultSummary {
2499
-
2500
- const filterSensitiveLog: (obj: StackSetOperationResultSummary) => any;
2501
- }
2502
1950
  export interface ListStackSetOperationResultsOutput {
2503
1951
 
2504
1952
  Summaries?: StackSetOperationResultSummary[];
2505
1953
 
2506
1954
  NextToken?: string;
2507
1955
  }
2508
- export declare namespace ListStackSetOperationResultsOutput {
2509
-
2510
- const filterSensitiveLog: (obj: ListStackSetOperationResultsOutput) => any;
2511
- }
2512
1956
  export interface ListStackSetOperationsInput {
2513
1957
 
2514
1958
  StackSetName: string | undefined;
@@ -2519,10 +1963,6 @@ export interface ListStackSetOperationsInput {
2519
1963
 
2520
1964
  CallAs?: CallAs | string;
2521
1965
  }
2522
- export declare namespace ListStackSetOperationsInput {
2523
-
2524
- const filterSensitiveLog: (obj: ListStackSetOperationsInput) => any;
2525
- }
2526
1966
 
2527
1967
  export interface StackSetOperationSummary {
2528
1968
 
@@ -2538,20 +1978,12 @@ export interface StackSetOperationSummary {
2538
1978
 
2539
1979
  StatusReason?: string;
2540
1980
  }
2541
- export declare namespace StackSetOperationSummary {
2542
-
2543
- const filterSensitiveLog: (obj: StackSetOperationSummary) => any;
2544
- }
2545
1981
  export interface ListStackSetOperationsOutput {
2546
1982
 
2547
1983
  Summaries?: StackSetOperationSummary[];
2548
1984
 
2549
1985
  NextToken?: string;
2550
1986
  }
2551
- export declare namespace ListStackSetOperationsOutput {
2552
-
2553
- const filterSensitiveLog: (obj: ListStackSetOperationsOutput) => any;
2554
- }
2555
1987
  export interface ListStackSetsInput {
2556
1988
 
2557
1989
  NextToken?: string;
@@ -2562,10 +1994,6 @@ export interface ListStackSetsInput {
2562
1994
 
2563
1995
  CallAs?: CallAs | string;
2564
1996
  }
2565
- export declare namespace ListStackSetsInput {
2566
-
2567
- const filterSensitiveLog: (obj: ListStackSetsInput) => any;
2568
- }
2569
1997
 
2570
1998
  export interface StackSetSummary {
2571
1999
 
@@ -2587,20 +2015,12 @@ export interface StackSetSummary {
2587
2015
 
2588
2016
  ManagedExecution?: ManagedExecution;
2589
2017
  }
2590
- export declare namespace StackSetSummary {
2591
-
2592
- const filterSensitiveLog: (obj: StackSetSummary) => any;
2593
- }
2594
2018
  export interface ListStackSetsOutput {
2595
2019
 
2596
2020
  Summaries?: StackSetSummary[];
2597
2021
 
2598
2022
  NextToken?: string;
2599
2023
  }
2600
- export declare namespace ListStackSetsOutput {
2601
-
2602
- const filterSensitiveLog: (obj: ListStackSetsOutput) => any;
2603
- }
2604
2024
  export interface ListTypeRegistrationsInput {
2605
2025
 
2606
2026
  Type?: RegistryType | string;
@@ -2615,20 +2035,12 @@ export interface ListTypeRegistrationsInput {
2615
2035
 
2616
2036
  NextToken?: string;
2617
2037
  }
2618
- export declare namespace ListTypeRegistrationsInput {
2619
-
2620
- const filterSensitiveLog: (obj: ListTypeRegistrationsInput) => any;
2621
- }
2622
2038
  export interface ListTypeRegistrationsOutput {
2623
2039
 
2624
2040
  RegistrationTokenList?: string[];
2625
2041
 
2626
2042
  NextToken?: string;
2627
2043
  }
2628
- export declare namespace ListTypeRegistrationsOutput {
2629
-
2630
- const filterSensitiveLog: (obj: ListTypeRegistrationsOutput) => any;
2631
- }
2632
2044
 
2633
2045
  export interface TypeFilters {
2634
2046
 
@@ -2638,10 +2050,6 @@ export interface TypeFilters {
2638
2050
 
2639
2051
  TypeNamePrefix?: string;
2640
2052
  }
2641
- export declare namespace TypeFilters {
2642
-
2643
- const filterSensitiveLog: (obj: TypeFilters) => any;
2644
- }
2645
2053
  export interface ListTypesInput {
2646
2054
 
2647
2055
  Visibility?: Visibility | string;
@@ -2658,10 +2066,6 @@ export interface ListTypesInput {
2658
2066
 
2659
2067
  NextToken?: string;
2660
2068
  }
2661
- export declare namespace ListTypesInput {
2662
-
2663
- const filterSensitiveLog: (obj: ListTypesInput) => any;
2664
- }
2665
2069
 
2666
2070
  export interface TypeSummary {
2667
2071
 
@@ -2691,20 +2095,12 @@ export interface TypeSummary {
2691
2095
 
2692
2096
  IsActivated?: boolean;
2693
2097
  }
2694
- export declare namespace TypeSummary {
2695
-
2696
- const filterSensitiveLog: (obj: TypeSummary) => any;
2697
- }
2698
2098
  export interface ListTypesOutput {
2699
2099
 
2700
2100
  TypeSummaries?: TypeSummary[];
2701
2101
 
2702
2102
  NextToken?: string;
2703
2103
  }
2704
- export declare namespace ListTypesOutput {
2705
-
2706
- const filterSensitiveLog: (obj: ListTypesOutput) => any;
2707
- }
2708
2104
  export interface ListTypeVersionsInput {
2709
2105
 
2710
2106
  Type?: RegistryType | string;
@@ -2721,10 +2117,6 @@ export interface ListTypeVersionsInput {
2721
2117
 
2722
2118
  PublisherId?: string;
2723
2119
  }
2724
- export declare namespace ListTypeVersionsInput {
2725
-
2726
- const filterSensitiveLog: (obj: ListTypeVersionsInput) => any;
2727
- }
2728
2120
 
2729
2121
  export interface TypeVersionSummary {
2730
2122
 
@@ -2744,20 +2136,12 @@ export interface TypeVersionSummary {
2744
2136
 
2745
2137
  PublicVersionNumber?: string;
2746
2138
  }
2747
- export declare namespace TypeVersionSummary {
2748
-
2749
- const filterSensitiveLog: (obj: TypeVersionSummary) => any;
2750
- }
2751
2139
  export interface ListTypeVersionsOutput {
2752
2140
 
2753
2141
  TypeVersionSummaries?: TypeVersionSummary[];
2754
2142
 
2755
2143
  NextToken?: string;
2756
2144
  }
2757
- export declare namespace ListTypeVersionsOutput {
2758
-
2759
- const filterSensitiveLog: (obj: ListTypeVersionsOutput) => any;
2760
- }
2761
2145
  export interface PublishTypeInput {
2762
2146
 
2763
2147
  Type?: ThirdPartyType | string;
@@ -2768,18 +2152,10 @@ export interface PublishTypeInput {
2768
2152
 
2769
2153
  PublicVersionNumber?: string;
2770
2154
  }
2771
- export declare namespace PublishTypeInput {
2772
-
2773
- const filterSensitiveLog: (obj: PublishTypeInput) => any;
2774
- }
2775
2155
  export interface PublishTypeOutput {
2776
2156
 
2777
2157
  PublicTypeArn?: string;
2778
2158
  }
2779
- export declare namespace PublishTypeOutput {
2780
-
2781
- const filterSensitiveLog: (obj: PublishTypeOutput) => any;
2782
- }
2783
2159
 
2784
2160
  export declare class InvalidStateTransitionException extends __BaseException {
2785
2161
  readonly name: "InvalidStateTransitionException";
@@ -2838,34 +2214,18 @@ export interface RecordHandlerProgressInput {
2838
2214
 
2839
2215
  ClientRequestToken?: string;
2840
2216
  }
2841
- export declare namespace RecordHandlerProgressInput {
2842
-
2843
- const filterSensitiveLog: (obj: RecordHandlerProgressInput) => any;
2844
- }
2845
2217
  export interface RecordHandlerProgressOutput {
2846
2218
  }
2847
- export declare namespace RecordHandlerProgressOutput {
2848
-
2849
- const filterSensitiveLog: (obj: RecordHandlerProgressOutput) => any;
2850
- }
2851
2219
  export interface RegisterPublisherInput {
2852
2220
 
2853
2221
  AcceptTermsAndConditions?: boolean;
2854
2222
 
2855
2223
  ConnectionArn?: string;
2856
2224
  }
2857
- export declare namespace RegisterPublisherInput {
2858
-
2859
- const filterSensitiveLog: (obj: RegisterPublisherInput) => any;
2860
- }
2861
2225
  export interface RegisterPublisherOutput {
2862
2226
 
2863
2227
  PublisherId?: string;
2864
2228
  }
2865
- export declare namespace RegisterPublisherOutput {
2866
-
2867
- const filterSensitiveLog: (obj: RegisterPublisherOutput) => any;
2868
- }
2869
2229
  export interface RegisterTypeInput {
2870
2230
 
2871
2231
  Type?: RegistryType | string;
@@ -2880,18 +2240,10 @@ export interface RegisterTypeInput {
2880
2240
 
2881
2241
  ClientRequestToken?: string;
2882
2242
  }
2883
- export declare namespace RegisterTypeInput {
2884
-
2885
- const filterSensitiveLog: (obj: RegisterTypeInput) => any;
2886
- }
2887
2243
  export interface RegisterTypeOutput {
2888
2244
 
2889
2245
  RegistrationToken?: string;
2890
2246
  }
2891
- export declare namespace RegisterTypeOutput {
2892
-
2893
- const filterSensitiveLog: (obj: RegisterTypeOutput) => any;
2894
- }
2895
2247
  export interface RollbackStackInput {
2896
2248
 
2897
2249
  StackName: string | undefined;
@@ -2900,18 +2252,10 @@ export interface RollbackStackInput {
2900
2252
 
2901
2253
  ClientRequestToken?: string;
2902
2254
  }
2903
- export declare namespace RollbackStackInput {
2904
-
2905
- const filterSensitiveLog: (obj: RollbackStackInput) => any;
2906
- }
2907
2255
  export interface RollbackStackOutput {
2908
2256
 
2909
2257
  StackId?: string;
2910
2258
  }
2911
- export declare namespace RollbackStackOutput {
2912
-
2913
- const filterSensitiveLog: (obj: RollbackStackOutput) => any;
2914
- }
2915
2259
 
2916
2260
  export interface SetStackPolicyInput {
2917
2261
 
@@ -2921,10 +2265,6 @@ export interface SetStackPolicyInput {
2921
2265
 
2922
2266
  StackPolicyURL?: string;
2923
2267
  }
2924
- export declare namespace SetStackPolicyInput {
2925
-
2926
- const filterSensitiveLog: (obj: SetStackPolicyInput) => any;
2927
- }
2928
2268
  export interface SetTypeConfigurationInput {
2929
2269
 
2930
2270
  TypeArn?: string;
@@ -2937,18 +2277,10 @@ export interface SetTypeConfigurationInput {
2937
2277
 
2938
2278
  Type?: ThirdPartyType | string;
2939
2279
  }
2940
- export declare namespace SetTypeConfigurationInput {
2941
-
2942
- const filterSensitiveLog: (obj: SetTypeConfigurationInput) => any;
2943
- }
2944
2280
  export interface SetTypeConfigurationOutput {
2945
2281
 
2946
2282
  ConfigurationArn?: string;
2947
2283
  }
2948
- export declare namespace SetTypeConfigurationOutput {
2949
-
2950
- const filterSensitiveLog: (obj: SetTypeConfigurationOutput) => any;
2951
- }
2952
2284
  export interface SetTypeDefaultVersionInput {
2953
2285
 
2954
2286
  Arn?: string;
@@ -2959,16 +2291,8 @@ export interface SetTypeDefaultVersionInput {
2959
2291
 
2960
2292
  VersionId?: string;
2961
2293
  }
2962
- export declare namespace SetTypeDefaultVersionInput {
2963
-
2964
- const filterSensitiveLog: (obj: SetTypeDefaultVersionInput) => any;
2965
- }
2966
2294
  export interface SetTypeDefaultVersionOutput {
2967
2295
  }
2968
- export declare namespace SetTypeDefaultVersionOutput {
2969
-
2970
- const filterSensitiveLog: (obj: SetTypeDefaultVersionOutput) => any;
2971
- }
2972
2296
  export declare enum ResourceSignalStatus {
2973
2297
  FAILURE = "FAILURE",
2974
2298
  SUCCESS = "SUCCESS"
@@ -2984,10 +2308,6 @@ export interface SignalResourceInput {
2984
2308
 
2985
2309
  Status: ResourceSignalStatus | string | undefined;
2986
2310
  }
2987
- export declare namespace SignalResourceInput {
2988
-
2989
- const filterSensitiveLog: (obj: SignalResourceInput) => any;
2990
- }
2991
2311
  export interface StopStackSetOperationInput {
2992
2312
 
2993
2313
  StackSetName: string | undefined;
@@ -2996,16 +2316,8 @@ export interface StopStackSetOperationInput {
2996
2316
 
2997
2317
  CallAs?: CallAs | string;
2998
2318
  }
2999
- export declare namespace StopStackSetOperationInput {
3000
-
3001
- const filterSensitiveLog: (obj: StopStackSetOperationInput) => any;
3002
- }
3003
2319
  export interface StopStackSetOperationOutput {
3004
2320
  }
3005
- export declare namespace StopStackSetOperationOutput {
3006
-
3007
- const filterSensitiveLog: (obj: StopStackSetOperationOutput) => any;
3008
- }
3009
2321
  export interface TestTypeInput {
3010
2322
 
3011
2323
  Arn?: string;
@@ -3018,18 +2330,10 @@ export interface TestTypeInput {
3018
2330
 
3019
2331
  LogDeliveryBucket?: string;
3020
2332
  }
3021
- export declare namespace TestTypeInput {
3022
-
3023
- const filterSensitiveLog: (obj: TestTypeInput) => any;
3024
- }
3025
2333
  export interface TestTypeOutput {
3026
2334
 
3027
2335
  TypeVersionArn?: string;
3028
2336
  }
3029
- export declare namespace TestTypeOutput {
3030
-
3031
- const filterSensitiveLog: (obj: TestTypeOutput) => any;
3032
- }
3033
2337
 
3034
2338
  export interface UpdateStackInput {
3035
2339
 
@@ -3067,19 +2371,11 @@ export interface UpdateStackInput {
3067
2371
 
3068
2372
  ClientRequestToken?: string;
3069
2373
  }
3070
- export declare namespace UpdateStackInput {
3071
-
3072
- const filterSensitiveLog: (obj: UpdateStackInput) => any;
3073
- }
3074
2374
 
3075
2375
  export interface UpdateStackOutput {
3076
2376
 
3077
2377
  StackId?: string;
3078
2378
  }
3079
- export declare namespace UpdateStackOutput {
3080
-
3081
- const filterSensitiveLog: (obj: UpdateStackOutput) => any;
3082
- }
3083
2379
  export interface UpdateStackInstancesInput {
3084
2380
 
3085
2381
  StackSetName: string | undefined;
@@ -3098,18 +2394,10 @@ export interface UpdateStackInstancesInput {
3098
2394
 
3099
2395
  CallAs?: CallAs | string;
3100
2396
  }
3101
- export declare namespace UpdateStackInstancesInput {
3102
-
3103
- const filterSensitiveLog: (obj: UpdateStackInstancesInput) => any;
3104
- }
3105
2397
  export interface UpdateStackInstancesOutput {
3106
2398
 
3107
2399
  OperationId?: string;
3108
2400
  }
3109
- export declare namespace UpdateStackInstancesOutput {
3110
-
3111
- const filterSensitiveLog: (obj: UpdateStackInstancesOutput) => any;
3112
- }
3113
2401
  export interface UpdateStackSetInput {
3114
2402
 
3115
2403
  StackSetName: string | undefined;
@@ -3150,36 +2438,20 @@ export interface UpdateStackSetInput {
3150
2438
 
3151
2439
  ManagedExecution?: ManagedExecution;
3152
2440
  }
3153
- export declare namespace UpdateStackSetInput {
3154
-
3155
- const filterSensitiveLog: (obj: UpdateStackSetInput) => any;
3156
- }
3157
2441
  export interface UpdateStackSetOutput {
3158
2442
 
3159
2443
  OperationId?: string;
3160
2444
  }
3161
- export declare namespace UpdateStackSetOutput {
3162
-
3163
- const filterSensitiveLog: (obj: UpdateStackSetOutput) => any;
3164
- }
3165
2445
  export interface UpdateTerminationProtectionInput {
3166
2446
 
3167
2447
  EnableTerminationProtection: boolean | undefined;
3168
2448
 
3169
2449
  StackName: string | undefined;
3170
2450
  }
3171
- export declare namespace UpdateTerminationProtectionInput {
3172
-
3173
- const filterSensitiveLog: (obj: UpdateTerminationProtectionInput) => any;
3174
- }
3175
2451
  export interface UpdateTerminationProtectionOutput {
3176
2452
 
3177
2453
  StackId?: string;
3178
2454
  }
3179
- export declare namespace UpdateTerminationProtectionOutput {
3180
-
3181
- const filterSensitiveLog: (obj: UpdateTerminationProtectionOutput) => any;
3182
- }
3183
2455
 
3184
2456
  export interface ValidateTemplateInput {
3185
2457
 
@@ -3187,10 +2459,6 @@ export interface ValidateTemplateInput {
3187
2459
 
3188
2460
  TemplateURL?: string;
3189
2461
  }
3190
- export declare namespace ValidateTemplateInput {
3191
-
3192
- const filterSensitiveLog: (obj: ValidateTemplateInput) => any;
3193
- }
3194
2462
 
3195
2463
  export interface TemplateParameter {
3196
2464
 
@@ -3202,10 +2470,6 @@ export interface TemplateParameter {
3202
2470
 
3203
2471
  Description?: string;
3204
2472
  }
3205
- export declare namespace TemplateParameter {
3206
-
3207
- const filterSensitiveLog: (obj: TemplateParameter) => any;
3208
- }
3209
2473
 
3210
2474
  export interface ValidateTemplateOutput {
3211
2475
 
@@ -3219,7 +2483,373 @@ export interface ValidateTemplateOutput {
3219
2483
 
3220
2484
  DeclaredTransforms?: string[];
3221
2485
  }
3222
- export declare namespace ValidateTemplateOutput {
3223
-
3224
- const filterSensitiveLog: (obj: ValidateTemplateOutput) => any;
3225
- }
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;