@aws-sdk/client-cloudformation 3.296.0 → 3.297.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 (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +130 -755
  2. package/dist-es/protocols/Aws_query.js +130 -755
  3. package/dist-types/CloudFormation.d.ts +67 -0
  4. package/dist-types/CloudFormationClient.d.ts +24 -4
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  39. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  43. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  55. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  58. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  59. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  60. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  63. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  65. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  70. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  71. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +543 -7
  73. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  90. package/package.json +3 -3
@@ -1,17 +1,24 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AccountFilterType {
4
7
  DIFFERENCE = "DIFFERENCE",
5
8
  INTERSECTION = "INTERSECTION",
6
9
  NONE = "NONE",
7
10
  UNION = "UNION"
8
11
  }
12
+ /**
13
+ * @public
14
+ */
9
15
  export declare enum AccountGateStatus {
10
16
  FAILED = "FAILED",
11
17
  SKIPPED = "SKIPPED",
12
18
  SUCCEEDED = "SUCCEEDED"
13
19
  }
14
20
  /**
21
+ * @public
15
22
  * <p>Structure that contains the results of the account gate function which CloudFormation invokes, if present, before proceeding with a stack set operation in an account and
16
23
  * Region.</p>
17
24
  * <p>For each account and Region, CloudFormation lets you specify a Lambda
@@ -73,6 +80,7 @@ export interface AccountGateResult {
73
80
  StatusReason?: string;
74
81
  }
75
82
  /**
83
+ * @public
76
84
  * <p>The AccountLimit data type.</p>
77
85
  * <p>CloudFormation has the following limits per account:</p>
78
86
  * <ul>
@@ -104,6 +112,7 @@ export interface AccountLimit {
104
112
  Value?: number;
105
113
  }
106
114
  /**
115
+ * @public
107
116
  * <p>Contains logging configuration information for an extension.</p>
108
117
  */
109
118
  export interface LoggingConfig {
@@ -118,15 +127,24 @@ export interface LoggingConfig {
118
127
  */
119
128
  LogGroupName: string | undefined;
120
129
  }
130
+ /**
131
+ * @public
132
+ */
121
133
  export declare enum ThirdPartyType {
122
134
  HOOK = "HOOK",
123
135
  MODULE = "MODULE",
124
136
  RESOURCE = "RESOURCE"
125
137
  }
138
+ /**
139
+ * @public
140
+ */
126
141
  export declare enum VersionBump {
127
142
  MAJOR = "MAJOR",
128
143
  MINOR = "MINOR"
129
144
  }
145
+ /**
146
+ * @public
147
+ */
130
148
  export interface ActivateTypeInput {
131
149
  /**
132
150
  * <p>The extension type.</p>
@@ -205,6 +223,9 @@ export interface ActivateTypeInput {
205
223
  */
206
224
  MajorVersion?: number;
207
225
  }
226
+ /**
227
+ * @public
228
+ */
208
229
  export interface ActivateTypeOutput {
209
230
  /**
210
231
  * <p>The Amazon Resource Name (ARN) of the activated extension, in this account and
@@ -213,6 +234,7 @@ export interface ActivateTypeOutput {
213
234
  Arn?: string;
214
235
  }
215
236
  /**
237
+ * @public
216
238
  * <p>An error occurred during a CloudFormation registry operation.</p>
217
239
  */
218
240
  export declare class CFNRegistryException extends __BaseException {
@@ -225,6 +247,7 @@ export declare class CFNRegistryException extends __BaseException {
225
247
  constructor(opts: __ExceptionOptionType<CFNRegistryException, __BaseException>);
226
248
  }
227
249
  /**
250
+ * @public
228
251
  * <p>The specified extension doesn't exist in the CloudFormation registry.</p>
229
252
  */
230
253
  export declare class TypeNotFoundException extends __BaseException {
@@ -237,6 +260,7 @@ export declare class TypeNotFoundException extends __BaseException {
237
260
  constructor(opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>);
238
261
  }
239
262
  /**
263
+ * @public
240
264
  * <p>The resource with the name requested already exists.</p>
241
265
  */
242
266
  export declare class AlreadyExistsException extends __BaseException {
@@ -249,6 +273,7 @@ export declare class AlreadyExistsException extends __BaseException {
249
273
  constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
250
274
  }
251
275
  /**
276
+ * @public
252
277
  * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to
253
278
  * Organizations accounts that are added to a target organization or organizational
254
279
  * unit (OU).</p>
@@ -269,6 +294,7 @@ export interface AutoDeployment {
269
294
  RetainStacksOnAccountRemoval?: boolean;
270
295
  }
271
296
  /**
297
+ * @public
272
298
  * <p>Identifying information for the configuration of a CloudFormation
273
299
  * extension.</p>
274
300
  */
@@ -297,6 +323,9 @@ export interface TypeConfigurationIdentifier {
297
323
  */
298
324
  TypeName?: string;
299
325
  }
326
+ /**
327
+ * @public
328
+ */
300
329
  export interface BatchDescribeTypeConfigurationsInput {
301
330
  /**
302
331
  * <p>The list of identifiers for the desired extension configurations.</p>
@@ -304,6 +333,7 @@ export interface BatchDescribeTypeConfigurationsInput {
304
333
  TypeConfigurationIdentifiers: TypeConfigurationIdentifier[] | undefined;
305
334
  }
306
335
  /**
336
+ * @public
307
337
  * <p>Detailed information concerning an error generated during the setting of configuration
308
338
  * data for a CloudFormation extension.</p>
309
339
  */
@@ -323,6 +353,7 @@ export interface BatchDescribeTypeConfigurationsError {
323
353
  TypeConfigurationIdentifier?: TypeConfigurationIdentifier;
324
354
  }
325
355
  /**
356
+ * @public
326
357
  * <p>Detailed information concerning the specification of a CloudFormation extension
327
358
  * in a given account and region.</p>
328
359
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
@@ -343,7 +374,7 @@ export interface TypeConfigurationDetails {
343
374
  * <p>A JSON string specifying the configuration data for the extension, in this account and
344
375
  * region.</p>
345
376
  * <p>If a configuration hasn't been set for a specified extension, CloudFormation
346
- * returns <code>{}</code>.</p>
377
+ * returns <code>\{\}</code>.</p>
347
378
  */
348
379
  Configuration?: string;
349
380
  /**
@@ -367,6 +398,9 @@ export interface TypeConfigurationDetails {
367
398
  */
368
399
  IsDefaultConfiguration?: boolean;
369
400
  }
401
+ /**
402
+ * @public
403
+ */
370
404
  export interface BatchDescribeTypeConfigurationsOutput {
371
405
  /**
372
406
  * <p>A list of information concerning any errors generated during the setting of the
@@ -385,6 +419,7 @@ export interface BatchDescribeTypeConfigurationsOutput {
385
419
  TypeConfigurations?: TypeConfigurationDetails[];
386
420
  }
387
421
  /**
422
+ * @public
388
423
  * <p>The specified extension configuration can't be found.</p>
389
424
  */
390
425
  export declare class TypeConfigurationNotFoundException extends __BaseException {
@@ -396,11 +431,15 @@ export declare class TypeConfigurationNotFoundException extends __BaseException
396
431
  */
397
432
  constructor(opts: __ExceptionOptionType<TypeConfigurationNotFoundException, __BaseException>);
398
433
  }
434
+ /**
435
+ * @public
436
+ */
399
437
  export declare enum CallAs {
400
438
  DELEGATED_ADMIN = "DELEGATED_ADMIN",
401
439
  SELF = "SELF"
402
440
  }
403
441
  /**
442
+ * @public
404
443
  * <p>The input for the <a>CancelUpdateStack</a> action.</p>
405
444
  */
406
445
  export interface CancelUpdateStackInput {
@@ -418,6 +457,7 @@ export interface CancelUpdateStackInput {
418
457
  ClientRequestToken?: string;
419
458
  }
420
459
  /**
460
+ * @public
421
461
  * <p>A client request token already exists.</p>
422
462
  */
423
463
  export declare class TokenAlreadyExistsException extends __BaseException {
@@ -429,17 +469,26 @@ export declare class TokenAlreadyExistsException extends __BaseException {
429
469
  */
430
470
  constructor(opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>);
431
471
  }
472
+ /**
473
+ * @public
474
+ */
432
475
  export declare enum Capability {
433
476
  CAPABILITY_AUTO_EXPAND = "CAPABILITY_AUTO_EXPAND",
434
477
  CAPABILITY_IAM = "CAPABILITY_IAM",
435
478
  CAPABILITY_NAMED_IAM = "CAPABILITY_NAMED_IAM"
436
479
  }
480
+ /**
481
+ * @public
482
+ */
437
483
  export declare enum Category {
438
484
  ACTIVATED = "ACTIVATED",
439
485
  AWS_TYPES = "AWS_TYPES",
440
486
  REGISTERED = "REGISTERED",
441
487
  THIRD_PARTY = "THIRD_PARTY"
442
488
  }
489
+ /**
490
+ * @public
491
+ */
443
492
  export declare enum ChangeAction {
444
493
  Add = "Add",
445
494
  Dynamic = "Dynamic",
@@ -447,6 +496,9 @@ export declare enum ChangeAction {
447
496
  Modify = "Modify",
448
497
  Remove = "Remove"
449
498
  }
499
+ /**
500
+ * @public
501
+ */
450
502
  export declare enum ChangeSource {
451
503
  Automatic = "Automatic",
452
504
  DirectModification = "DirectModification",
@@ -454,10 +506,16 @@ export declare enum ChangeSource {
454
506
  ResourceAttribute = "ResourceAttribute",
455
507
  ResourceReference = "ResourceReference"
456
508
  }
509
+ /**
510
+ * @public
511
+ */
457
512
  export declare enum EvaluationType {
458
513
  Dynamic = "Dynamic",
459
514
  Static = "Static"
460
515
  }
516
+ /**
517
+ * @public
518
+ */
461
519
  export declare enum ResourceAttribute {
462
520
  CreationPolicy = "CreationPolicy",
463
521
  DeletionPolicy = "DeletionPolicy",
@@ -466,12 +524,16 @@ export declare enum ResourceAttribute {
466
524
  Tags = "Tags",
467
525
  UpdatePolicy = "UpdatePolicy"
468
526
  }
527
+ /**
528
+ * @public
529
+ */
469
530
  export declare enum RequiresRecreation {
470
531
  Always = "Always",
471
532
  Conditionally = "Conditionally",
472
533
  Never = "Never"
473
534
  }
474
535
  /**
536
+ * @public
475
537
  * <p>The field that CloudFormation will change, such as the name of a resource's
476
538
  * property, and whether the resource will be recreated.</p>
477
539
  */
@@ -497,6 +559,7 @@ export interface ResourceTargetDefinition {
497
559
  RequiresRecreation?: RequiresRecreation | string;
498
560
  }
499
561
  /**
562
+ * @public
500
563
  * <p>For a resource with <code>Modify</code> as the action, the <code>ResourceChange</code>
501
564
  * structure describes the changes CloudFormation will make to that resource.</p>
502
565
  */
@@ -529,20 +592,20 @@ export interface ResourceChangeDetail {
529
592
  * <li>
530
593
  * <p>
531
594
  * <code>ResourceReference</code> entities are <code>Ref</code> intrinsic functions that
532
- * refer to resources in the template, such as <code>{ "Ref" : "MyEC2InstanceResource"
533
- * }</code>.</p>
595
+ * refer to resources in the template, such as <code>\{ "Ref" : "MyEC2InstanceResource"
596
+ * \}</code>.</p>
534
597
  * </li>
535
598
  * <li>
536
599
  * <p>
537
600
  * <code>ParameterReference</code> entities are <code>Ref</code> intrinsic functions
538
- * that get template parameter values, such as <code>{ "Ref" : "MyPasswordParameter"
539
- * }</code>.</p>
601
+ * that get template parameter values, such as <code>\{ "Ref" : "MyPasswordParameter"
602
+ * \}</code>.</p>
540
603
  * </li>
541
604
  * <li>
542
605
  * <p>
543
606
  * <code>ResourceAttribute</code> entities are <code>Fn::GetAtt</code> intrinsic
544
- * functions that get resource attribute values, such as <code>{ "Fn::GetAtt" : [
545
- * "MyEC2InstanceResource", "PublicDnsName" ] }</code>.</p>
607
+ * functions that get resource attribute values, such as <code>\{ "Fn::GetAtt" : [
608
+ * "MyEC2InstanceResource", "PublicDnsName" ] \}</code>.</p>
546
609
  * </li>
547
610
  * <li>
548
611
  * <p>
@@ -572,6 +635,7 @@ export interface ResourceChangeDetail {
572
635
  CausingEntity?: string;
573
636
  }
574
637
  /**
638
+ * @public
575
639
  * <p>Contains information about the module from which the resource was created, if the
576
640
  * resource was created from a module included in the stack template.</p>
577
641
  * <p>For more information about modules, see <a href="AWSCloudFormation/latest/UserGuide/modules.html">Using modules to encapsulate and
@@ -606,12 +670,16 @@ export interface ModuleInfo {
606
670
  */
607
671
  LogicalIdHierarchy?: string;
608
672
  }
673
+ /**
674
+ * @public
675
+ */
609
676
  export declare enum Replacement {
610
677
  Conditional = "Conditional",
611
678
  False = "False",
612
679
  True = "True"
613
680
  }
614
681
  /**
682
+ * @public
615
683
  * <p>The <code>ResourceChange</code> structure describes the resource and the action that
616
684
  * CloudFormation will perform on it if you execute this change set.</p>
617
685
  */
@@ -674,10 +742,14 @@ export interface ResourceChange {
674
742
  */
675
743
  ModuleInfo?: ModuleInfo;
676
744
  }
745
+ /**
746
+ * @public
747
+ */
677
748
  export declare enum ChangeType {
678
749
  Resource = "Resource"
679
750
  }
680
751
  /**
752
+ * @public
681
753
  * <p>The <code>Change</code> structure describes the changes CloudFormation will perform
682
754
  * if you execute the change set.</p>
683
755
  */
@@ -698,14 +770,21 @@ export interface Change {
698
770
  */
699
771
  ResourceChange?: ResourceChange;
700
772
  }
773
+ /**
774
+ * @public
775
+ */
701
776
  export declare enum HookFailureMode {
702
777
  FAIL = "FAIL",
703
778
  WARN = "WARN"
704
779
  }
780
+ /**
781
+ * @public
782
+ */
705
783
  export declare enum HookInvocationPoint {
706
784
  PRE_PROVISION = "PRE_PROVISION"
707
785
  }
708
786
  /**
787
+ * @public
709
788
  * <p>Specifies <code>RESOURCE</code> type target details for activated hooks.</p>
710
789
  */
711
790
  export interface ChangeSetHookResourceTargetDetails {
@@ -722,10 +801,14 @@ export interface ChangeSetHookResourceTargetDetails {
722
801
  */
723
802
  ResourceAction?: ChangeAction | string;
724
803
  }
804
+ /**
805
+ * @public
806
+ */
725
807
  export declare enum HookTargetType {
726
808
  RESOURCE = "RESOURCE"
727
809
  }
728
810
  /**
811
+ * @public
729
812
  * <p>Specifies target details for an activated hook.</p>
730
813
  */
731
814
  export interface ChangeSetHookTargetDetails {
@@ -739,6 +822,7 @@ export interface ChangeSetHookTargetDetails {
739
822
  ResourceTargetDetails?: ChangeSetHookResourceTargetDetails;
740
823
  }
741
824
  /**
825
+ * @public
742
826
  * <p>Specifies the resource, the hook, and the hook version to be invoked.</p>
743
827
  */
744
828
  export interface ChangeSetHook {
@@ -819,12 +903,16 @@ export interface ChangeSetHook {
819
903
  */
820
904
  TargetDetails?: ChangeSetHookTargetDetails;
821
905
  }
906
+ /**
907
+ * @public
908
+ */
822
909
  export declare enum ChangeSetHooksStatus {
823
910
  PLANNED = "PLANNED",
824
911
  PLANNING = "PLANNING",
825
912
  UNAVAILABLE = "UNAVAILABLE"
826
913
  }
827
914
  /**
915
+ * @public
828
916
  * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack,
829
917
  * use the <code>ListChangeSets</code> operation.</p>
830
918
  */
@@ -837,6 +925,9 @@ export declare class ChangeSetNotFoundException extends __BaseException {
837
925
  */
838
926
  constructor(opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>);
839
927
  }
928
+ /**
929
+ * @public
930
+ */
840
931
  export declare enum ChangeSetStatus {
841
932
  CREATE_COMPLETE = "CREATE_COMPLETE",
842
933
  CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
@@ -847,6 +938,9 @@ export declare enum ChangeSetStatus {
847
938
  DELETE_PENDING = "DELETE_PENDING",
848
939
  FAILED = "FAILED"
849
940
  }
941
+ /**
942
+ * @public
943
+ */
850
944
  export declare enum ExecutionStatus {
851
945
  AVAILABLE = "AVAILABLE",
852
946
  EXECUTE_COMPLETE = "EXECUTE_COMPLETE",
@@ -856,6 +950,7 @@ export declare enum ExecutionStatus {
856
950
  UNAVAILABLE = "UNAVAILABLE"
857
951
  }
858
952
  /**
953
+ * @public
859
954
  * <p>The <code>ChangeSetSummary</code> structure describes a change set, its status, and the
860
955
  * stack with which it's associated.</p>
861
956
  */
@@ -916,12 +1011,16 @@ export interface ChangeSetSummary {
916
1011
  */
917
1012
  RootChangeSetId?: string;
918
1013
  }
1014
+ /**
1015
+ * @public
1016
+ */
919
1017
  export declare enum ChangeSetType {
920
1018
  CREATE = "CREATE",
921
1019
  IMPORT = "IMPORT",
922
1020
  UPDATE = "UPDATE"
923
1021
  }
924
1022
  /**
1023
+ * @public
925
1024
  * <p>The input for the <a>ContinueUpdateRollback</a> action.</p>
926
1025
  */
927
1026
  export interface ContinueUpdateRollbackInput {
@@ -989,11 +1088,13 @@ export interface ContinueUpdateRollbackInput {
989
1088
  ClientRequestToken?: string;
990
1089
  }
991
1090
  /**
1091
+ * @public
992
1092
  * <p>The output for a <a>ContinueUpdateRollback</a> operation.</p>
993
1093
  */
994
1094
  export interface ContinueUpdateRollbackOutput {
995
1095
  }
996
1096
  /**
1097
+ * @public
997
1098
  * <p>The Parameter data type.</p>
998
1099
  */
999
1100
  export interface Parameter {
@@ -1022,6 +1123,7 @@ export interface Parameter {
1022
1123
  ResolvedValue?: string;
1023
1124
  }
1024
1125
  /**
1126
+ * @public
1025
1127
  * <p>Describes the target resource of an import operation.</p>
1026
1128
  */
1027
1129
  export interface ResourceToImport {
@@ -1042,6 +1144,7 @@ export interface ResourceToImport {
1042
1144
  ResourceIdentifier: Record<string, string> | undefined;
1043
1145
  }
1044
1146
  /**
1147
+ * @public
1045
1148
  * <p>A rollback trigger CloudFormation monitors during creation and updating of stacks. If any of the
1046
1149
  * alarms you specify goes to ALARM state during the stack operation or within the specified
1047
1150
  * monitoring period afterwards, CloudFormation rolls back the entire stack
@@ -1060,6 +1163,7 @@ export interface RollbackTrigger {
1060
1163
  Type: string | undefined;
1061
1164
  }
1062
1165
  /**
1166
+ * @public
1063
1167
  * <p>Structure containing the rollback triggers for CloudFormation to monitor during stack creation
1064
1168
  * and updating operations, and for the specified monitoring period afterwards.</p>
1065
1169
  * <p>Rollback triggers enable you to have CloudFormation monitor the state of your application during
@@ -1111,6 +1215,7 @@ export interface RollbackConfiguration {
1111
1215
  MonitoringTimeInMinutes?: number;
1112
1216
  }
1113
1217
  /**
1218
+ * @public
1114
1219
  * <p>The Tag type enables you to specify a key-value pair that can be used to store
1115
1220
  * information about an CloudFormation stack.</p>
1116
1221
  */
@@ -1129,6 +1234,7 @@ export interface Tag {
1129
1234
  Value: string | undefined;
1130
1235
  }
1131
1236
  /**
1237
+ * @public
1132
1238
  * <p>The input for the <a>CreateChangeSet</a> action.</p>
1133
1239
  */
1134
1240
  export interface CreateChangeSetInput {
@@ -1348,6 +1454,7 @@ export interface CreateChangeSetInput {
1348
1454
  IncludeNestedStacks?: boolean;
1349
1455
  }
1350
1456
  /**
1457
+ * @public
1351
1458
  * <p>The output for the <a>CreateChangeSet</a> action.</p>
1352
1459
  */
1353
1460
  export interface CreateChangeSetOutput {
@@ -1361,6 +1468,7 @@ export interface CreateChangeSetOutput {
1361
1468
  StackId?: string;
1362
1469
  }
1363
1470
  /**
1471
+ * @public
1364
1472
  * <p>The template contains resources with capabilities that weren't specified in the
1365
1473
  * Capabilities parameter.</p>
1366
1474
  */
@@ -1374,6 +1482,7 @@ export declare class InsufficientCapabilitiesException extends __BaseException {
1374
1482
  constructor(opts: __ExceptionOptionType<InsufficientCapabilitiesException, __BaseException>);
1375
1483
  }
1376
1484
  /**
1485
+ * @public
1377
1486
  * <p>The quota for the resource has already been reached.</p>
1378
1487
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
1379
1488
  * quotas</a> in the <i>CloudFormation User Guide</i>.</p>
@@ -1387,12 +1496,16 @@ export declare class LimitExceededException extends __BaseException {
1387
1496
  */
1388
1497
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1389
1498
  }
1499
+ /**
1500
+ * @public
1501
+ */
1390
1502
  export declare enum OnFailure {
1391
1503
  DELETE = "DELETE",
1392
1504
  DO_NOTHING = "DO_NOTHING",
1393
1505
  ROLLBACK = "ROLLBACK"
1394
1506
  }
1395
1507
  /**
1508
+ * @public
1396
1509
  * <p>The input for <a>CreateStack</a> action.</p>
1397
1510
  */
1398
1511
  export interface CreateStackInput {
@@ -1648,6 +1761,7 @@ export interface CreateStackInput {
1648
1761
  EnableTerminationProtection?: boolean;
1649
1762
  }
1650
1763
  /**
1764
+ * @public
1651
1765
  * <p>The output for a <a>CreateStack</a> action.</p>
1652
1766
  */
1653
1767
  export interface CreateStackOutput {
@@ -1657,6 +1771,7 @@ export interface CreateStackOutput {
1657
1771
  StackId?: string;
1658
1772
  }
1659
1773
  /**
1774
+ * @public
1660
1775
  * <p>[Service-managed permissions] The Organizations accounts to which StackSets
1661
1776
  * deploys. StackSets doesn't deploy stack instances to the organization management account, even if the organization management account is in
1662
1777
  * your organization or in an OU in your organization.</p>
@@ -1712,11 +1827,15 @@ export interface DeploymentTargets {
1712
1827
  */
1713
1828
  AccountFilterType?: AccountFilterType | string;
1714
1829
  }
1830
+ /**
1831
+ * @public
1832
+ */
1715
1833
  export declare enum RegionConcurrencyType {
1716
1834
  PARALLEL = "PARALLEL",
1717
1835
  SEQUENTIAL = "SEQUENTIAL"
1718
1836
  }
1719
1837
  /**
1838
+ * @public
1720
1839
  * <p>The user-specified preferences for how CloudFormation performs a stack set
1721
1840
  * operation.</p>
1722
1841
  * <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">Stack set operation options</a>.</p>
@@ -1777,6 +1896,9 @@ export interface StackSetOperationPreferences {
1777
1896
  */
1778
1897
  MaxConcurrentPercentage?: number;
1779
1898
  }
1899
+ /**
1900
+ * @public
1901
+ */
1780
1902
  export interface CreateStackInstancesInput {
1781
1903
  /**
1782
1904
  * <p>The name or unique ID of the stack set that you want to create stack instances
@@ -1870,6 +1992,9 @@ export interface CreateStackInstancesInput {
1870
1992
  */
1871
1993
  CallAs?: CallAs | string;
1872
1994
  }
1995
+ /**
1996
+ * @public
1997
+ */
1873
1998
  export interface CreateStackInstancesOutput {
1874
1999
  /**
1875
2000
  * <p>The unique identifier for this stack set operation.</p>
@@ -1877,6 +2002,7 @@ export interface CreateStackInstancesOutput {
1877
2002
  OperationId?: string;
1878
2003
  }
1879
2004
  /**
2005
+ * @public
1880
2006
  * <p>The specified operation isn't valid.</p>
1881
2007
  */
1882
2008
  export declare class InvalidOperationException extends __BaseException {
@@ -1889,6 +2015,7 @@ export declare class InvalidOperationException extends __BaseException {
1889
2015
  constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
1890
2016
  }
1891
2017
  /**
2018
+ * @public
1892
2019
  * <p>The specified operation ID already exists.</p>
1893
2020
  */
1894
2021
  export declare class OperationIdAlreadyExistsException extends __BaseException {
@@ -1901,6 +2028,7 @@ export declare class OperationIdAlreadyExistsException extends __BaseException {
1901
2028
  constructor(opts: __ExceptionOptionType<OperationIdAlreadyExistsException, __BaseException>);
1902
2029
  }
1903
2030
  /**
2031
+ * @public
1904
2032
  * <p>Another operation is currently in progress for this stack set. Only one operation can be
1905
2033
  * performed for a stack set at a given time.</p>
1906
2034
  */
@@ -1914,6 +2042,7 @@ export declare class OperationInProgressException extends __BaseException {
1914
2042
  constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
1915
2043
  }
1916
2044
  /**
2045
+ * @public
1917
2046
  * <p>The specified stack set doesn't exist.</p>
1918
2047
  */
1919
2048
  export declare class StackSetNotFoundException extends __BaseException {
@@ -1926,6 +2055,7 @@ export declare class StackSetNotFoundException extends __BaseException {
1926
2055
  constructor(opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>);
1927
2056
  }
1928
2057
  /**
2058
+ * @public
1929
2059
  * <p>Another operation has been performed on this stack set since the specified operation was
1930
2060
  * performed.</p>
1931
2061
  */
@@ -1939,6 +2069,7 @@ export declare class StaleRequestException extends __BaseException {
1939
2069
  constructor(opts: __ExceptionOptionType<StaleRequestException, __BaseException>);
1940
2070
  }
1941
2071
  /**
2072
+ * @public
1942
2073
  * <p>The specified resource exists, but has been changed.</p>
1943
2074
  */
1944
2075
  export declare class CreatedButModifiedException extends __BaseException {
@@ -1951,6 +2082,7 @@ export declare class CreatedButModifiedException extends __BaseException {
1951
2082
  constructor(opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>);
1952
2083
  }
1953
2084
  /**
2085
+ * @public
1954
2086
  * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
1955
2087
  * conflicting operations.</p>
1956
2088
  */
@@ -1970,10 +2102,16 @@ export interface ManagedExecution {
1970
2102
  */
1971
2103
  Active?: boolean;
1972
2104
  }
2105
+ /**
2106
+ * @public
2107
+ */
1973
2108
  export declare enum PermissionModels {
1974
2109
  SELF_MANAGED = "SELF_MANAGED",
1975
2110
  SERVICE_MANAGED = "SERVICE_MANAGED"
1976
2111
  }
2112
+ /**
2113
+ * @public
2114
+ */
1977
2115
  export interface CreateStackSetInput {
1978
2116
  /**
1979
2117
  * <p>The name to associate with the stack set. The name must be unique in the Region where
@@ -2199,6 +2337,9 @@ export interface CreateStackSetInput {
2199
2337
  */
2200
2338
  ManagedExecution?: ManagedExecution;
2201
2339
  }
2340
+ /**
2341
+ * @public
2342
+ */
2202
2343
  export interface CreateStackSetOutput {
2203
2344
  /**
2204
2345
  * <p>The ID of the stack set that you're creating.</p>
@@ -2206,6 +2347,7 @@ export interface CreateStackSetOutput {
2206
2347
  StackSetId?: string;
2207
2348
  }
2208
2349
  /**
2350
+ * @public
2209
2351
  * <p>The specified name is already in use.</p>
2210
2352
  */
2211
2353
  export declare class NameAlreadyExistsException extends __BaseException {
@@ -2217,6 +2359,9 @@ export declare class NameAlreadyExistsException extends __BaseException {
2217
2359
  */
2218
2360
  constructor(opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>);
2219
2361
  }
2362
+ /**
2363
+ * @public
2364
+ */
2220
2365
  export interface DeactivateTypeInput {
2221
2366
  /**
2222
2367
  * <p>The type name of the extension, in this account and region. If you specified a type name
@@ -2238,9 +2383,13 @@ export interface DeactivateTypeInput {
2238
2383
  */
2239
2384
  Arn?: string;
2240
2385
  }
2386
+ /**
2387
+ * @public
2388
+ */
2241
2389
  export interface DeactivateTypeOutput {
2242
2390
  }
2243
2391
  /**
2392
+ * @public
2244
2393
  * <p>The input for the <a>DeleteChangeSet</a> action.</p>
2245
2394
  */
2246
2395
  export interface DeleteChangeSetInput {
@@ -2255,11 +2404,13 @@ export interface DeleteChangeSetInput {
2255
2404
  StackName?: string;
2256
2405
  }
2257
2406
  /**
2407
+ * @public
2258
2408
  * <p>The output for the <a>DeleteChangeSet</a> action.</p>
2259
2409
  */
2260
2410
  export interface DeleteChangeSetOutput {
2261
2411
  }
2262
2412
  /**
2413
+ * @public
2263
2414
  * <p>The specified change set can't be used to update the stack. For example, the change set
2264
2415
  * status might be <code>CREATE_IN_PROGRESS</code>, or the stack status might be
2265
2416
  * <code>UPDATE_IN_PROGRESS</code>.</p>
@@ -2274,6 +2425,7 @@ export declare class InvalidChangeSetStatusException extends __BaseException {
2274
2425
  constructor(opts: __ExceptionOptionType<InvalidChangeSetStatusException, __BaseException>);
2275
2426
  }
2276
2427
  /**
2428
+ * @public
2277
2429
  * <p>The input for <a>DeleteStack</a> action.</p>
2278
2430
  */
2279
2431
  export interface DeleteStackInput {
@@ -2316,6 +2468,9 @@ export interface DeleteStackInput {
2316
2468
  */
2317
2469
  ClientRequestToken?: string;
2318
2470
  }
2471
+ /**
2472
+ * @public
2473
+ */
2319
2474
  export interface DeleteStackInstancesInput {
2320
2475
  /**
2321
2476
  * <p>The name or unique ID of the stack set that you want to delete stack instances
@@ -2382,12 +2537,18 @@ export interface DeleteStackInstancesInput {
2382
2537
  */
2383
2538
  CallAs?: CallAs | string;
2384
2539
  }
2540
+ /**
2541
+ * @public
2542
+ */
2385
2543
  export interface DeleteStackInstancesOutput {
2386
2544
  /**
2387
2545
  * <p>The unique identifier for this stack set operation.</p>
2388
2546
  */
2389
2547
  OperationId?: string;
2390
2548
  }
2549
+ /**
2550
+ * @public
2551
+ */
2391
2552
  export interface DeleteStackSetInput {
2392
2553
  /**
2393
2554
  * <p>The name or unique ID of the stack set that you're deleting. You can obtain this value
@@ -2415,9 +2576,13 @@ export interface DeleteStackSetInput {
2415
2576
  */
2416
2577
  CallAs?: CallAs | string;
2417
2578
  }
2579
+ /**
2580
+ * @public
2581
+ */
2418
2582
  export interface DeleteStackSetOutput {
2419
2583
  }
2420
2584
  /**
2585
+ * @public
2421
2586
  * <p>You can't yet delete this stack set, because it still contains one or more stack
2422
2587
  * instances. Delete all stack instances from the stack set before deleting the stack
2423
2588
  * set.</p>
@@ -2431,11 +2596,17 @@ export declare class StackSetNotEmptyException extends __BaseException {
2431
2596
  */
2432
2597
  constructor(opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>);
2433
2598
  }
2599
+ /**
2600
+ * @public
2601
+ */
2434
2602
  export declare enum RegistryType {
2435
2603
  HOOK = "HOOK",
2436
2604
  MODULE = "MODULE",
2437
2605
  RESOURCE = "RESOURCE"
2438
2606
  }
2607
+ /**
2608
+ * @public
2609
+ */
2439
2610
  export interface DeregisterTypeInput {
2440
2611
  /**
2441
2612
  * <p>The Amazon Resource Name (ARN) of the extension.</p>
@@ -2462,9 +2633,13 @@ export interface DeregisterTypeInput {
2462
2633
  */
2463
2634
  VersionId?: string;
2464
2635
  }
2636
+ /**
2637
+ * @public
2638
+ */
2465
2639
  export interface DeregisterTypeOutput {
2466
2640
  }
2467
2641
  /**
2642
+ * @public
2468
2643
  * <p>The input for the <a>DescribeAccountLimits</a> action.</p>
2469
2644
  */
2470
2645
  export interface DescribeAccountLimitsInput {
@@ -2474,6 +2649,7 @@ export interface DescribeAccountLimitsInput {
2474
2649
  NextToken?: string;
2475
2650
  }
2476
2651
  /**
2652
+ * @public
2477
2653
  * <p>The output for the <a>DescribeAccountLimits</a> action.</p>
2478
2654
  */
2479
2655
  export interface DescribeAccountLimitsOutput {
@@ -2489,6 +2665,7 @@ export interface DescribeAccountLimitsOutput {
2489
2665
  NextToken?: string;
2490
2666
  }
2491
2667
  /**
2668
+ * @public
2492
2669
  * <p>The input for the <a>DescribeChangeSet</a> action.</p>
2493
2670
  */
2494
2671
  export interface DescribeChangeSetInput {
@@ -2509,6 +2686,7 @@ export interface DescribeChangeSetInput {
2509
2686
  NextToken?: string;
2510
2687
  }
2511
2688
  /**
2689
+ * @public
2512
2690
  * <p>The output for the <a>DescribeChangeSet</a> action.</p>
2513
2691
  */
2514
2692
  export interface DescribeChangeSetOutput {
@@ -2604,6 +2782,9 @@ export interface DescribeChangeSetOutput {
2604
2782
  */
2605
2783
  RootChangeSetId?: string;
2606
2784
  }
2785
+ /**
2786
+ * @public
2787
+ */
2607
2788
  export interface DescribeChangeSetHooksInput {
2608
2789
  /**
2609
2790
  * <p>The name or Amazon Resource Name (ARN) of the change set that you want to
@@ -2626,6 +2807,9 @@ export interface DescribeChangeSetHooksInput {
2626
2807
  */
2627
2808
  LogicalResourceId?: string;
2628
2809
  }
2810
+ /**
2811
+ * @public
2812
+ */
2629
2813
  export interface DescribeChangeSetHooksOutput {
2630
2814
  /**
2631
2815
  * <p>The change set identifier (stack ID).</p>
@@ -2656,6 +2840,9 @@ export interface DescribeChangeSetHooksOutput {
2656
2840
  */
2657
2841
  StackName?: string;
2658
2842
  }
2843
+ /**
2844
+ * @public
2845
+ */
2659
2846
  export interface DescribePublisherInput {
2660
2847
  /**
2661
2848
  * <p>The ID of the extension publisher.</p>
@@ -2665,15 +2852,24 @@ export interface DescribePublisherInput {
2665
2852
  */
2666
2853
  PublisherId?: string;
2667
2854
  }
2855
+ /**
2856
+ * @public
2857
+ */
2668
2858
  export declare enum IdentityProvider {
2669
2859
  AWS_Marketplace = "AWS_Marketplace",
2670
2860
  Bitbucket = "Bitbucket",
2671
2861
  GitHub = "GitHub"
2672
2862
  }
2863
+ /**
2864
+ * @public
2865
+ */
2673
2866
  export declare enum PublisherStatus {
2674
2867
  UNVERIFIED = "UNVERIFIED",
2675
2868
  VERIFIED = "VERIFIED"
2676
2869
  }
2870
+ /**
2871
+ * @public
2872
+ */
2677
2873
  export interface DescribePublisherOutput {
2678
2874
  /**
2679
2875
  * <p>The ID of the extension publisher.</p>
@@ -2694,6 +2890,9 @@ export interface DescribePublisherOutput {
2694
2890
  */
2695
2891
  PublisherProfile?: string;
2696
2892
  }
2893
+ /**
2894
+ * @public
2895
+ */
2697
2896
  export interface DescribeStackDriftDetectionStatusInput {
2698
2897
  /**
2699
2898
  * <p>The ID of the drift detection results of this operation.</p>
@@ -2703,17 +2902,26 @@ export interface DescribeStackDriftDetectionStatusInput {
2703
2902
  */
2704
2903
  StackDriftDetectionId: string | undefined;
2705
2904
  }
2905
+ /**
2906
+ * @public
2907
+ */
2706
2908
  export declare enum StackDriftDetectionStatus {
2707
2909
  DETECTION_COMPLETE = "DETECTION_COMPLETE",
2708
2910
  DETECTION_FAILED = "DETECTION_FAILED",
2709
2911
  DETECTION_IN_PROGRESS = "DETECTION_IN_PROGRESS"
2710
2912
  }
2913
+ /**
2914
+ * @public
2915
+ */
2711
2916
  export declare enum StackDriftStatus {
2712
2917
  DRIFTED = "DRIFTED",
2713
2918
  IN_SYNC = "IN_SYNC",
2714
2919
  NOT_CHECKED = "NOT_CHECKED",
2715
2920
  UNKNOWN = "UNKNOWN"
2716
2921
  }
2922
+ /**
2923
+ * @public
2924
+ */
2717
2925
  export interface DescribeStackDriftDetectionStatusOutput {
2718
2926
  /**
2719
2927
  * <p>The ID of the stack.</p>
@@ -2795,6 +3003,7 @@ export interface DescribeStackDriftDetectionStatusOutput {
2795
3003
  Timestamp: Date | undefined;
2796
3004
  }
2797
3005
  /**
3006
+ * @public
2798
3007
  * <p>The input for <a>DescribeStackEvents</a> action.</p>
2799
3008
  */
2800
3009
  export interface DescribeStackEventsInput {
@@ -2818,12 +3027,18 @@ export interface DescribeStackEventsInput {
2818
3027
  */
2819
3028
  NextToken?: string;
2820
3029
  }
3030
+ /**
3031
+ * @public
3032
+ */
2821
3033
  export declare enum HookStatus {
2822
3034
  HOOK_COMPLETE_FAILED = "HOOK_COMPLETE_FAILED",
2823
3035
  HOOK_COMPLETE_SUCCEEDED = "HOOK_COMPLETE_SUCCEEDED",
2824
3036
  HOOK_FAILED = "HOOK_FAILED",
2825
3037
  HOOK_IN_PROGRESS = "HOOK_IN_PROGRESS"
2826
3038
  }
3039
+ /**
3040
+ * @public
3041
+ */
2827
3042
  export declare enum ResourceStatus {
2828
3043
  CREATE_COMPLETE = "CREATE_COMPLETE",
2829
3044
  CREATE_FAILED = "CREATE_FAILED",
@@ -2849,6 +3064,7 @@ export declare enum ResourceStatus {
2849
3064
  UPDATE_ROLLBACK_IN_PROGRESS = "UPDATE_ROLLBACK_IN_PROGRESS"
2850
3065
  }
2851
3066
  /**
3067
+ * @public
2852
3068
  * <p>The StackEvent data type.</p>
2853
3069
  */
2854
3070
  export interface StackEvent {
@@ -2940,6 +3156,7 @@ export interface StackEvent {
2940
3156
  HookFailureMode?: HookFailureMode | string;
2941
3157
  }
2942
3158
  /**
3159
+ * @public
2943
3160
  * <p>The output for a <a>DescribeStackEvents</a> action.</p>
2944
3161
  */
2945
3162
  export interface DescribeStackEventsOutput {
@@ -2953,6 +3170,9 @@ export interface DescribeStackEventsOutput {
2953
3170
  */
2954
3171
  NextToken?: string;
2955
3172
  }
3173
+ /**
3174
+ * @public
3175
+ */
2956
3176
  export interface DescribeStackInstanceInput {
2957
3177
  /**
2958
3178
  * <p>The name or the unique stack ID of the stack set that you want to get stack instance
@@ -2989,6 +3209,9 @@ export interface DescribeStackInstanceInput {
2989
3209
  */
2990
3210
  CallAs?: CallAs | string;
2991
3211
  }
3212
+ /**
3213
+ * @public
3214
+ */
2992
3215
  export declare enum StackInstanceDetailedStatus {
2993
3216
  CANCELLED = "CANCELLED",
2994
3217
  FAILED = "FAILED",
@@ -2998,6 +3221,7 @@ export declare enum StackInstanceDetailedStatus {
2998
3221
  SUCCEEDED = "SUCCEEDED"
2999
3222
  }
3000
3223
  /**
3224
+ * @public
3001
3225
  * <p>The detailed status of the stack instance.</p>
3002
3226
  */
3003
3227
  export interface StackInstanceComprehensiveStatus {
@@ -3043,12 +3267,16 @@ export interface StackInstanceComprehensiveStatus {
3043
3267
  */
3044
3268
  DetailedStatus?: StackInstanceDetailedStatus | string;
3045
3269
  }
3270
+ /**
3271
+ * @public
3272
+ */
3046
3273
  export declare enum StackInstanceStatus {
3047
3274
  CURRENT = "CURRENT",
3048
3275
  INOPERABLE = "INOPERABLE",
3049
3276
  OUTDATED = "OUTDATED"
3050
3277
  }
3051
3278
  /**
3279
+ * @public
3052
3280
  * <p>An CloudFormation stack, in a specific account and Region, that's part of a stack
3053
3281
  * set operation. A stack instance is a reference to an attempted or actual stack in a given
3054
3282
  * account within a given Region. A stack instance can exist without a stack—for example, if
@@ -3170,6 +3398,9 @@ export interface StackInstance {
3170
3398
  */
3171
3399
  LastOperationId?: string;
3172
3400
  }
3401
+ /**
3402
+ * @public
3403
+ */
3173
3404
  export interface DescribeStackInstanceOutput {
3174
3405
  /**
3175
3406
  * <p>The stack instance that matches the specified request parameters.</p>
@@ -3177,6 +3408,7 @@ export interface DescribeStackInstanceOutput {
3177
3408
  StackInstance?: StackInstance;
3178
3409
  }
3179
3410
  /**
3411
+ * @public
3180
3412
  * <p>The specified stack instance doesn't exist.</p>
3181
3413
  */
3182
3414
  export declare class StackInstanceNotFoundException extends __BaseException {
@@ -3189,6 +3421,7 @@ export declare class StackInstanceNotFoundException extends __BaseException {
3189
3421
  constructor(opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>);
3190
3422
  }
3191
3423
  /**
3424
+ * @public
3192
3425
  * <p>The input for <a>DescribeStackResource</a> action.</p>
3193
3426
  */
3194
3427
  export interface DescribeStackResourceInput {
@@ -3213,6 +3446,9 @@ export interface DescribeStackResourceInput {
3213
3446
  */
3214
3447
  LogicalResourceId: string | undefined;
3215
3448
  }
3449
+ /**
3450
+ * @public
3451
+ */
3216
3452
  export declare enum StackResourceDriftStatus {
3217
3453
  DELETED = "DELETED",
3218
3454
  IN_SYNC = "IN_SYNC",
@@ -3220,6 +3456,7 @@ export declare enum StackResourceDriftStatus {
3220
3456
  NOT_CHECKED = "NOT_CHECKED"
3221
3457
  }
3222
3458
  /**
3459
+ * @public
3223
3460
  * <p>Contains information about whether the resource's actual configuration differs, or has
3224
3461
  * <i>drifted</i>, from its expected configuration.</p>
3225
3462
  */
@@ -3260,6 +3497,7 @@ export interface StackResourceDriftInformation {
3260
3497
  LastCheckTimestamp?: Date;
3261
3498
  }
3262
3499
  /**
3500
+ * @public
3263
3501
  * <p>Contains detailed information about the specified stack resource.</p>
3264
3502
  */
3265
3503
  export interface StackResourceDetail {
@@ -3320,6 +3558,7 @@ export interface StackResourceDetail {
3320
3558
  ModuleInfo?: ModuleInfo;
3321
3559
  }
3322
3560
  /**
3561
+ * @public
3323
3562
  * <p>The output for a <a>DescribeStackResource</a> action.</p>
3324
3563
  */
3325
3564
  export interface DescribeStackResourceOutput {
@@ -3329,6 +3568,9 @@ export interface DescribeStackResourceOutput {
3329
3568
  */
3330
3569
  StackResourceDetail?: StackResourceDetail;
3331
3570
  }
3571
+ /**
3572
+ * @public
3573
+ */
3332
3574
  export interface DescribeStackResourceDriftsInput {
3333
3575
  /**
3334
3576
  * <p>The name of the stack for which you want drift information.</p>
@@ -3373,6 +3615,7 @@ export interface DescribeStackResourceDriftsInput {
3373
3615
  MaxResults?: number;
3374
3616
  }
3375
3617
  /**
3618
+ * @public
3376
3619
  * <p>Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses
3377
3620
  * context key-value pairs in cases where a resource's logical and physical IDs aren't enough
3378
3621
  * to uniquely identify that resource. Each context key-value pair specifies a resource that
@@ -3388,12 +3631,16 @@ export interface PhysicalResourceIdContextKeyValuePair {
3388
3631
  */
3389
3632
  Value: string | undefined;
3390
3633
  }
3634
+ /**
3635
+ * @public
3636
+ */
3391
3637
  export declare enum DifferenceType {
3392
3638
  ADD = "ADD",
3393
3639
  NOT_EQUAL = "NOT_EQUAL",
3394
3640
  REMOVE = "REMOVE"
3395
3641
  }
3396
3642
  /**
3643
+ * @public
3397
3644
  * <p>Information about a resource property whose actual value differs from its expected
3398
3645
  * value, as defined in the stack template and any values specified as template parameters.
3399
3646
  * These will be present only for resources whose <code>StackResourceDriftStatus</code> is
@@ -3438,6 +3685,7 @@ export interface PropertyDifference {
3438
3685
  DifferenceType: DifferenceType | string | undefined;
3439
3686
  }
3440
3687
  /**
3688
+ * @public
3441
3689
  * <p>Contains the drift information for a resource that has been checked for drift. This
3442
3690
  * includes actual and expected property values for resources in which CloudFormation has detected
3443
3691
  * drift. Only resource properties explicitly defined in the stack template are checked for
@@ -3532,6 +3780,9 @@ export interface StackResourceDrift {
3532
3780
  */
3533
3781
  ModuleInfo?: ModuleInfo;
3534
3782
  }
3783
+ /**
3784
+ * @public
3785
+ */
3535
3786
  export interface DescribeStackResourceDriftsOutput {
3536
3787
  /**
3537
3788
  * <p>Drift information for the resources that have been checked for drift in the specified
@@ -3553,6 +3804,7 @@ export interface DescribeStackResourceDriftsOutput {
3553
3804
  NextToken?: string;
3554
3805
  }
3555
3806
  /**
3807
+ * @public
3556
3808
  * <p>The input for <a>DescribeStackResources</a> action.</p>
3557
3809
  */
3558
3810
  export interface DescribeStackResourcesInput {
@@ -3592,6 +3844,7 @@ export interface DescribeStackResourcesInput {
3592
3844
  PhysicalResourceId?: string;
3593
3845
  }
3594
3846
  /**
3847
+ * @public
3595
3848
  * <p>The StackResource data type.</p>
3596
3849
  */
3597
3850
  export interface StackResource {
@@ -3647,6 +3900,7 @@ export interface StackResource {
3647
3900
  ModuleInfo?: ModuleInfo;
3648
3901
  }
3649
3902
  /**
3903
+ * @public
3650
3904
  * <p>The output for a <a>DescribeStackResources</a> action.</p>
3651
3905
  */
3652
3906
  export interface DescribeStackResourcesOutput {
@@ -3656,6 +3910,7 @@ export interface DescribeStackResourcesOutput {
3656
3910
  StackResources?: StackResource[];
3657
3911
  }
3658
3912
  /**
3913
+ * @public
3659
3914
  * <p>The input for <a>DescribeStacks</a> action.</p>
3660
3915
  */
3661
3916
  export interface DescribeStacksInput {
@@ -3680,6 +3935,7 @@ export interface DescribeStacksInput {
3680
3935
  NextToken?: string;
3681
3936
  }
3682
3937
  /**
3938
+ * @public
3683
3939
  * <p>Contains information about whether the stack's actual configuration differs, or has
3684
3940
  * <i>drifted</i>, from its expected configuration, as defined in the stack
3685
3941
  * template and any values specified as template parameters. A stack is considered to have
@@ -3720,6 +3976,7 @@ export interface StackDriftInformation {
3720
3976
  LastCheckTimestamp?: Date;
3721
3977
  }
3722
3978
  /**
3979
+ * @public
3723
3980
  * <p>The Output data type.</p>
3724
3981
  */
3725
3982
  export interface Output {
@@ -3740,6 +3997,9 @@ export interface Output {
3740
3997
  */
3741
3998
  ExportName?: string;
3742
3999
  }
4000
+ /**
4001
+ * @public
4002
+ */
3743
4003
  export declare enum StackStatus {
3744
4004
  CREATE_COMPLETE = "CREATE_COMPLETE",
3745
4005
  CREATE_FAILED = "CREATE_FAILED",
@@ -3766,6 +4026,7 @@ export declare enum StackStatus {
3766
4026
  UPDATE_ROLLBACK_IN_PROGRESS = "UPDATE_ROLLBACK_IN_PROGRESS"
3767
4027
  }
3768
4028
  /**
4029
+ * @public
3769
4030
  * <p>The Stack data type.</p>
3770
4031
  */
3771
4032
  export interface Stack {
@@ -3886,6 +4147,7 @@ export interface Stack {
3886
4147
  DriftInformation?: StackDriftInformation;
3887
4148
  }
3888
4149
  /**
4150
+ * @public
3889
4151
  * <p>The output for a <a>DescribeStacks</a> action.</p>
3890
4152
  */
3891
4153
  export interface DescribeStacksOutput {
@@ -3899,6 +4161,9 @@ export interface DescribeStacksOutput {
3899
4161
  */
3900
4162
  NextToken?: string;
3901
4163
  }
4164
+ /**
4165
+ * @public
4166
+ */
3902
4167
  export interface DescribeStackSetInput {
3903
4168
  /**
3904
4169
  * <p>The name or unique ID of the stack set whose description you want.</p>
@@ -3925,6 +4190,9 @@ export interface DescribeStackSetInput {
3925
4190
  */
3926
4191
  CallAs?: CallAs | string;
3927
4192
  }
4193
+ /**
4194
+ * @public
4195
+ */
3928
4196
  export declare enum StackSetDriftDetectionStatus {
3929
4197
  COMPLETED = "COMPLETED",
3930
4198
  FAILED = "FAILED",
@@ -3932,12 +4200,16 @@ export declare enum StackSetDriftDetectionStatus {
3932
4200
  PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
3933
4201
  STOPPED = "STOPPED"
3934
4202
  }
4203
+ /**
4204
+ * @public
4205
+ */
3935
4206
  export declare enum StackSetDriftStatus {
3936
4207
  DRIFTED = "DRIFTED",
3937
4208
  IN_SYNC = "IN_SYNC",
3938
4209
  NOT_CHECKED = "NOT_CHECKED"
3939
4210
  }
3940
4211
  /**
4212
+ * @public
3941
4213
  * <p>Detailed information about the drift status of the stack set.</p>
3942
4214
  * <p>For stack sets, contains information about the last <i>completed</i> drift
3943
4215
  * operation performed on the stack set. Information about drift operations in-progress isn't
@@ -4049,11 +4321,15 @@ export interface StackSetDriftDetectionDetails {
4049
4321
  */
4050
4322
  FailedStackInstancesCount?: number;
4051
4323
  }
4324
+ /**
4325
+ * @public
4326
+ */
4052
4327
  export declare enum StackSetStatus {
4053
4328
  ACTIVE = "ACTIVE",
4054
4329
  DELETED = "DELETED"
4055
4330
  }
4056
4331
  /**
4332
+ * @public
4057
4333
  * <p>A structure that contains information about a stack set. A stack set enables you to
4058
4334
  * provision stacks into Amazon Web Services accounts and across Regions by using a single
4059
4335
  * CloudFormation template. In the stack set, you specify the template to use, in
@@ -4161,12 +4437,18 @@ export interface StackSet {
4161
4437
  ManagedExecution?: ManagedExecution;
4162
4438
  Regions?: string[];
4163
4439
  }
4440
+ /**
4441
+ * @public
4442
+ */
4164
4443
  export interface DescribeStackSetOutput {
4165
4444
  /**
4166
4445
  * <p>The specified stack set.</p>
4167
4446
  */
4168
4447
  StackSet?: StackSet;
4169
4448
  }
4449
+ /**
4450
+ * @public
4451
+ */
4170
4452
  export interface DescribeStackSetOperationInput {
4171
4453
  /**
4172
4454
  * <p>The name or the unique stack ID of the stack set for the stack operation.</p>
@@ -4197,12 +4479,18 @@ export interface DescribeStackSetOperationInput {
4197
4479
  */
4198
4480
  CallAs?: CallAs | string;
4199
4481
  }
4482
+ /**
4483
+ * @public
4484
+ */
4200
4485
  export declare enum StackSetOperationAction {
4201
4486
  CREATE = "CREATE",
4202
4487
  DELETE = "DELETE",
4203
4488
  DETECT_DRIFT = "DETECT_DRIFT",
4204
4489
  UPDATE = "UPDATE"
4205
4490
  }
4491
+ /**
4492
+ * @public
4493
+ */
4206
4494
  export declare enum StackSetOperationStatus {
4207
4495
  FAILED = "FAILED",
4208
4496
  QUEUED = "QUEUED",
@@ -4212,6 +4500,7 @@ export declare enum StackSetOperationStatus {
4212
4500
  SUCCEEDED = "SUCCEEDED"
4213
4501
  }
4214
4502
  /**
4503
+ * @public
4215
4504
  * <p>Detailed information about the StackSet operation.</p>
4216
4505
  */
4217
4506
  export interface StackSetOperationStatusDetails {
@@ -4221,6 +4510,7 @@ export interface StackSetOperationStatusDetails {
4221
4510
  FailedStackInstancesCount?: number;
4222
4511
  }
4223
4512
  /**
4513
+ * @public
4224
4514
  * <p>The structure that contains information about a stack set operation.</p>
4225
4515
  */
4226
4516
  export interface StackSetOperation {
@@ -4342,6 +4632,9 @@ export interface StackSetOperation {
4342
4632
  */
4343
4633
  StatusDetails?: StackSetOperationStatusDetails;
4344
4634
  }
4635
+ /**
4636
+ * @public
4637
+ */
4345
4638
  export interface DescribeStackSetOperationOutput {
4346
4639
  /**
4347
4640
  * <p>The specified stack set operation.</p>
@@ -4349,6 +4642,7 @@ export interface DescribeStackSetOperationOutput {
4349
4642
  StackSetOperation?: StackSetOperation;
4350
4643
  }
4351
4644
  /**
4645
+ * @public
4352
4646
  * <p>The specified ID refers to an operation that doesn't exist.</p>
4353
4647
  */
4354
4648
  export declare class OperationNotFoundException extends __BaseException {
@@ -4360,6 +4654,9 @@ export declare class OperationNotFoundException extends __BaseException {
4360
4654
  */
4361
4655
  constructor(opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>);
4362
4656
  }
4657
+ /**
4658
+ * @public
4659
+ */
4363
4660
  export interface DescribeTypeInput {
4364
4661
  /**
4365
4662
  * <p>The kind of extension.</p>
@@ -4398,16 +4695,23 @@ export interface DescribeTypeInput {
4398
4695
  */
4399
4696
  PublicVersionNumber?: string;
4400
4697
  }
4698
+ /**
4699
+ * @public
4700
+ */
4401
4701
  export declare enum DeprecatedStatus {
4402
4702
  DEPRECATED = "DEPRECATED",
4403
4703
  LIVE = "LIVE"
4404
4704
  }
4705
+ /**
4706
+ * @public
4707
+ */
4405
4708
  export declare enum ProvisioningType {
4406
4709
  FULLY_MUTABLE = "FULLY_MUTABLE",
4407
4710
  IMMUTABLE = "IMMUTABLE",
4408
4711
  NON_PROVISIONABLE = "NON_PROVISIONABLE"
4409
4712
  }
4410
4713
  /**
4714
+ * @public
4411
4715
  * <p>For extensions that are modules, a public third-party extension that must be activated
4412
4716
  * in your account in order for the module itself to be activated.</p>
4413
4717
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/modules.html#module-enabling">Activating public
@@ -4440,16 +4744,25 @@ export interface RequiredActivatedType {
4440
4744
  */
4441
4745
  SupportedMajorVersions?: number[];
4442
4746
  }
4747
+ /**
4748
+ * @public
4749
+ */
4443
4750
  export declare enum TypeTestsStatus {
4444
4751
  FAILED = "FAILED",
4445
4752
  IN_PROGRESS = "IN_PROGRESS",
4446
4753
  NOT_TESTED = "NOT_TESTED",
4447
4754
  PASSED = "PASSED"
4448
4755
  }
4756
+ /**
4757
+ * @public
4758
+ */
4449
4759
  export declare enum Visibility {
4450
4760
  PRIVATE = "PRIVATE",
4451
4761
  PUBLIC = "PUBLIC"
4452
4762
  }
4763
+ /**
4764
+ * @public
4765
+ */
4453
4766
  export interface DescribeTypeOutput {
4454
4767
  /**
4455
4768
  * <p>The Amazon Resource Name (ARN) of the extension.</p>
@@ -4717,6 +5030,9 @@ export interface DescribeTypeOutput {
4717
5030
  */
4718
5031
  AutoUpdate?: boolean;
4719
5032
  }
5033
+ /**
5034
+ * @public
5035
+ */
4720
5036
  export interface DescribeTypeRegistrationInput {
4721
5037
  /**
4722
5038
  * <p>The identifier for this registration request.</p>
@@ -4727,11 +5043,17 @@ export interface DescribeTypeRegistrationInput {
4727
5043
  */
4728
5044
  RegistrationToken: string | undefined;
4729
5045
  }
5046
+ /**
5047
+ * @public
5048
+ */
4730
5049
  export declare enum RegistrationStatus {
4731
5050
  COMPLETE = "COMPLETE",
4732
5051
  FAILED = "FAILED",
4733
5052
  IN_PROGRESS = "IN_PROGRESS"
4734
5053
  }
5054
+ /**
5055
+ * @public
5056
+ */
4735
5057
  export interface DescribeTypeRegistrationOutput {
4736
5058
  /**
4737
5059
  * <p>The current status of the extension registration request.</p>
@@ -4755,6 +5077,9 @@ export interface DescribeTypeRegistrationOutput {
4755
5077
  */
4756
5078
  TypeVersionArn?: string;
4757
5079
  }
5080
+ /**
5081
+ * @public
5082
+ */
4758
5083
  export interface DetectStackDriftInput {
4759
5084
  /**
4760
5085
  * <p>The name of the stack for which you want to detect drift.</p>
@@ -4765,6 +5090,9 @@ export interface DetectStackDriftInput {
4765
5090
  */
4766
5091
  LogicalResourceIds?: string[];
4767
5092
  }
5093
+ /**
5094
+ * @public
5095
+ */
4768
5096
  export interface DetectStackDriftOutput {
4769
5097
  /**
4770
5098
  * <p>The ID of the drift detection results of this operation.</p>
@@ -4774,6 +5102,9 @@ export interface DetectStackDriftOutput {
4774
5102
  */
4775
5103
  StackDriftDetectionId: string | undefined;
4776
5104
  }
5105
+ /**
5106
+ * @public
5107
+ */
4777
5108
  export interface DetectStackResourceDriftInput {
4778
5109
  /**
4779
5110
  * <p>The name of the stack to which the resource belongs.</p>
@@ -4784,6 +5115,9 @@ export interface DetectStackResourceDriftInput {
4784
5115
  */
4785
5116
  LogicalResourceId: string | undefined;
4786
5117
  }
5118
+ /**
5119
+ * @public
5120
+ */
4787
5121
  export interface DetectStackResourceDriftOutput {
4788
5122
  /**
4789
5123
  * <p>Information about whether the resource's actual configuration has drifted from its
@@ -4792,6 +5126,9 @@ export interface DetectStackResourceDriftOutput {
4792
5126
  */
4793
5127
  StackResourceDrift: StackResourceDrift | undefined;
4794
5128
  }
5129
+ /**
5130
+ * @public
5131
+ */
4795
5132
  export interface DetectStackSetDriftInput {
4796
5133
  /**
4797
5134
  * <p>The name of the stack set on which to perform the drift detection operation.</p>
@@ -4830,6 +5167,9 @@ export interface DetectStackSetDriftInput {
4830
5167
  */
4831
5168
  CallAs?: CallAs | string;
4832
5169
  }
5170
+ /**
5171
+ * @public
5172
+ */
4833
5173
  export interface DetectStackSetDriftOutput {
4834
5174
  /**
4835
5175
  * <p>The ID of the drift detection stack set operation.</p>
@@ -4840,6 +5180,7 @@ export interface DetectStackSetDriftOutput {
4840
5180
  OperationId?: string;
4841
5181
  }
4842
5182
  /**
5183
+ * @public
4843
5184
  * <p>The input for an <a>EstimateTemplateCost</a> action.</p>
4844
5185
  */
4845
5186
  export interface EstimateTemplateCostInput {
@@ -4866,6 +5207,7 @@ export interface EstimateTemplateCostInput {
4866
5207
  Parameters?: Parameter[];
4867
5208
  }
4868
5209
  /**
5210
+ * @public
4869
5211
  * <p>The output for a <a>EstimateTemplateCost</a> action.</p>
4870
5212
  */
4871
5213
  export interface EstimateTemplateCostOutput {
@@ -4876,6 +5218,7 @@ export interface EstimateTemplateCostOutput {
4876
5218
  Url?: string;
4877
5219
  }
4878
5220
  /**
5221
+ * @public
4879
5222
  * <p>The input for the <a>ExecuteChangeSet</a> action.</p>
4880
5223
  */
4881
5224
  export interface ExecuteChangeSetInput {
@@ -4905,11 +5248,13 @@ export interface ExecuteChangeSetInput {
4905
5248
  DisableRollback?: boolean;
4906
5249
  }
4907
5250
  /**
5251
+ * @public
4908
5252
  * <p>The output for the <a>ExecuteChangeSet</a> action.</p>
4909
5253
  */
4910
5254
  export interface ExecuteChangeSetOutput {
4911
5255
  }
4912
5256
  /**
5257
+ * @public
4913
5258
  * <p>The input for the <a>GetStackPolicy</a> action.</p>
4914
5259
  */
4915
5260
  export interface GetStackPolicyInput {
@@ -4920,6 +5265,7 @@ export interface GetStackPolicyInput {
4920
5265
  StackName: string | undefined;
4921
5266
  }
4922
5267
  /**
5268
+ * @public
4923
5269
  * <p>The output for the <a>GetStackPolicy</a> action.</p>
4924
5270
  */
4925
5271
  export interface GetStackPolicyOutput {
@@ -4929,11 +5275,15 @@ export interface GetStackPolicyOutput {
4929
5275
  */
4930
5276
  StackPolicyBody?: string;
4931
5277
  }
5278
+ /**
5279
+ * @public
5280
+ */
4932
5281
  export declare enum TemplateStage {
4933
5282
  Original = "Original",
4934
5283
  Processed = "Processed"
4935
5284
  }
4936
5285
  /**
5286
+ * @public
4937
5287
  * <p>The input for a <a>GetTemplate</a> action.</p>
4938
5288
  */
4939
5289
  export interface GetTemplateInput {
@@ -4969,6 +5319,7 @@ export interface GetTemplateInput {
4969
5319
  TemplateStage?: TemplateStage | string;
4970
5320
  }
4971
5321
  /**
5322
+ * @public
4972
5323
  * <p>The output for <a>GetTemplate</a> action.</p>
4973
5324
  */
4974
5325
  export interface GetTemplateOutput {
@@ -4988,6 +5339,7 @@ export interface GetTemplateOutput {
4988
5339
  StagesAvailable?: (TemplateStage | string)[];
4989
5340
  }
4990
5341
  /**
5342
+ * @public
4991
5343
  * <p>The input for the <a>GetTemplateSummary</a> action.</p>
4992
5344
  */
4993
5345
  export interface GetTemplateSummaryInput {
@@ -5047,6 +5399,7 @@ export interface GetTemplateSummaryInput {
5047
5399
  CallAs?: CallAs | string;
5048
5400
  }
5049
5401
  /**
5402
+ * @public
5050
5403
  * <p>A set of criteria that CloudFormation uses to validate parameter values. Although
5051
5404
  * other constraints might be defined in the stack template, CloudFormation returns only
5052
5405
  * the <code>AllowedValues</code> property.</p>
@@ -5058,6 +5411,7 @@ export interface ParameterConstraints {
5058
5411
  AllowedValues?: string[];
5059
5412
  }
5060
5413
  /**
5414
+ * @public
5061
5415
  * <p>The ParameterDeclaration data type.</p>
5062
5416
  */
5063
5417
  export interface ParameterDeclaration {
@@ -5088,6 +5442,7 @@ export interface ParameterDeclaration {
5088
5442
  ParameterConstraints?: ParameterConstraints;
5089
5443
  }
5090
5444
  /**
5445
+ * @public
5091
5446
  * <p>Describes the target resources of a specific type in your import template (for example,
5092
5447
  * all <code>AWS::S3::Bucket</code> resources) and the properties you can provide during the
5093
5448
  * import to identify resources of that type.</p>
@@ -5111,6 +5466,7 @@ export interface ResourceIdentifierSummary {
5111
5466
  ResourceIdentifiers?: string[];
5112
5467
  }
5113
5468
  /**
5469
+ * @public
5114
5470
  * <p>The output for the <a>GetTemplateSummary</a> action.</p>
5115
5471
  */
5116
5472
  export interface GetTemplateSummaryOutput {
@@ -5165,6 +5521,9 @@ export interface GetTemplateSummaryOutput {
5165
5521
  */
5166
5522
  ResourceIdentifierSummaries?: ResourceIdentifierSummary[];
5167
5523
  }
5524
+ /**
5525
+ * @public
5526
+ */
5168
5527
  export interface ImportStacksToStackSetInput {
5169
5528
  /**
5170
5529
  * <p>The name of the stack set. The name must be unique in the Region where you create your
@@ -5212,6 +5571,9 @@ export interface ImportStacksToStackSetInput {
5212
5571
  */
5213
5572
  CallAs?: CallAs | string;
5214
5573
  }
5574
+ /**
5575
+ * @public
5576
+ */
5215
5577
  export interface ImportStacksToStackSetOutput {
5216
5578
  /**
5217
5579
  * <p>The unique identifier for the stack set operation.</p>
@@ -5219,6 +5581,7 @@ export interface ImportStacksToStackSetOutput {
5219
5581
  OperationId?: string;
5220
5582
  }
5221
5583
  /**
5584
+ * @public
5222
5585
  * <p>The specified stack ARN doesn't exist or stack doesn't exist corresponding to the ARN in
5223
5586
  * input.</p>
5224
5587
  */
@@ -5232,6 +5595,7 @@ export declare class StackNotFoundException extends __BaseException {
5232
5595
  constructor(opts: __ExceptionOptionType<StackNotFoundException, __BaseException>);
5233
5596
  }
5234
5597
  /**
5598
+ * @public
5235
5599
  * <p>The input for the <a>ListChangeSets</a> action.</p>
5236
5600
  */
5237
5601
  export interface ListChangeSetsInput {
@@ -5247,6 +5611,7 @@ export interface ListChangeSetsInput {
5247
5611
  NextToken?: string;
5248
5612
  }
5249
5613
  /**
5614
+ * @public
5250
5615
  * <p>The output for the <a>ListChangeSets</a> action.</p>
5251
5616
  */
5252
5617
  export interface ListChangeSetsOutput {
@@ -5261,6 +5626,9 @@ export interface ListChangeSetsOutput {
5261
5626
  */
5262
5627
  NextToken?: string;
5263
5628
  }
5629
+ /**
5630
+ * @public
5631
+ */
5264
5632
  export interface ListExportsInput {
5265
5633
  /**
5266
5634
  * <p>A string (provided by the <a>ListExports</a> response output) that identifies
@@ -5269,6 +5637,7 @@ export interface ListExportsInput {
5269
5637
  NextToken?: string;
5270
5638
  }
5271
5639
  /**
5640
+ * @public
5272
5641
  * <p>The <code>Export</code> structure describes the exported output values for a
5273
5642
  * stack.</p>
5274
5643
  */
@@ -5290,6 +5659,9 @@ export interface Export {
5290
5659
  */
5291
5660
  Value?: string;
5292
5661
  }
5662
+ /**
5663
+ * @public
5664
+ */
5293
5665
  export interface ListExportsOutput {
5294
5666
  /**
5295
5667
  * <p>The output for the <a>ListExports</a> action.</p>
@@ -5301,6 +5673,9 @@ export interface ListExportsOutput {
5301
5673
  */
5302
5674
  NextToken?: string;
5303
5675
  }
5676
+ /**
5677
+ * @public
5678
+ */
5304
5679
  export interface ListImportsInput {
5305
5680
  /**
5306
5681
  * <p>The name of the exported output value. CloudFormation returns the stack names that
@@ -5313,6 +5688,9 @@ export interface ListImportsInput {
5313
5688
  */
5314
5689
  NextToken?: string;
5315
5690
  }
5691
+ /**
5692
+ * @public
5693
+ */
5316
5694
  export interface ListImportsOutput {
5317
5695
  /**
5318
5696
  * <p>A list of stack names that are importing the specified exported output value.</p>
@@ -5324,11 +5702,15 @@ export interface ListImportsOutput {
5324
5702
  */
5325
5703
  NextToken?: string;
5326
5704
  }
5705
+ /**
5706
+ * @public
5707
+ */
5327
5708
  export declare enum StackInstanceFilterName {
5328
5709
  DETAILED_STATUS = "DETAILED_STATUS",
5329
5710
  LAST_OPERATION_ID = "LAST_OPERATION_ID"
5330
5711
  }
5331
5712
  /**
5713
+ * @public
5332
5714
  * <p>The filter to apply to stack instances</p>
5333
5715
  */
5334
5716
  export interface StackInstanceFilter {
@@ -5341,6 +5723,9 @@ export interface StackInstanceFilter {
5341
5723
  */
5342
5724
  Values?: string;
5343
5725
  }
5726
+ /**
5727
+ * @public
5728
+ */
5344
5729
  export interface ListStackInstancesInput {
5345
5730
  /**
5346
5731
  * <p>The name or unique ID of the stack set that you want to list stack instances for.</p>
@@ -5396,6 +5781,7 @@ export interface ListStackInstancesInput {
5396
5781
  CallAs?: CallAs | string;
5397
5782
  }
5398
5783
  /**
5784
+ * @public
5399
5785
  * <p>The structure that contains summary information about a stack instance.</p>
5400
5786
  */
5401
5787
  export interface StackInstanceSummary {
@@ -5506,6 +5892,9 @@ export interface StackInstanceSummary {
5506
5892
  */
5507
5893
  LastOperationId?: string;
5508
5894
  }
5895
+ /**
5896
+ * @public
5897
+ */
5509
5898
  export interface ListStackInstancesOutput {
5510
5899
  /**
5511
5900
  * <p>A list of <code>StackInstanceSummary</code> structures that contain information about
@@ -5521,6 +5910,7 @@ export interface ListStackInstancesOutput {
5521
5910
  NextToken?: string;
5522
5911
  }
5523
5912
  /**
5913
+ * @public
5524
5914
  * <p>The input for the <a>ListStackResource</a> action.</p>
5525
5915
  */
5526
5916
  export interface ListStackResourcesInput {
@@ -5546,6 +5936,7 @@ export interface ListStackResourcesInput {
5546
5936
  NextToken?: string;
5547
5937
  }
5548
5938
  /**
5939
+ * @public
5549
5940
  * <p>Summarizes information about whether the resource's actual configuration differs, or has
5550
5941
  * <i>drifted</i>, from its expected configuration.</p>
5551
5942
  */
@@ -5588,6 +5979,7 @@ export interface StackResourceDriftInformationSummary {
5588
5979
  LastCheckTimestamp?: Date;
5589
5980
  }
5590
5981
  /**
5982
+ * @public
5591
5983
  * <p>Contains high-level information about the specified stack resource.</p>
5592
5984
  */
5593
5985
  export interface StackResourceSummary {
@@ -5630,6 +6022,7 @@ export interface StackResourceSummary {
5630
6022
  ModuleInfo?: ModuleInfo;
5631
6023
  }
5632
6024
  /**
6025
+ * @public
5633
6026
  * <p>The output for a <a>ListStackResources</a> action.</p>
5634
6027
  */
5635
6028
  export interface ListStackResourcesOutput {
@@ -5644,6 +6037,7 @@ export interface ListStackResourcesOutput {
5644
6037
  NextToken?: string;
5645
6038
  }
5646
6039
  /**
6040
+ * @public
5647
6041
  * <p>The input for <a>ListStacks</a> action.</p>
5648
6042
  */
5649
6043
  export interface ListStacksInput {
@@ -5659,6 +6053,7 @@ export interface ListStacksInput {
5659
6053
  StackStatusFilter?: (StackStatus | string)[];
5660
6054
  }
5661
6055
  /**
6056
+ * @public
5662
6057
  * <p>Contains information about whether the stack's actual configuration differs, or has
5663
6058
  * <i>drifted</i>, from its expected configuration, as defined in the stack
5664
6059
  * template and any values specified as template parameters. A stack is considered to have
@@ -5699,6 +6094,7 @@ export interface StackDriftInformationSummary {
5699
6094
  LastCheckTimestamp?: Date;
5700
6095
  }
5701
6096
  /**
6097
+ * @public
5702
6098
  * <p>The StackSummary Data Type</p>
5703
6099
  */
5704
6100
  export interface StackSummary {
@@ -5757,6 +6153,7 @@ export interface StackSummary {
5757
6153
  DriftInformation?: StackDriftInformationSummary;
5758
6154
  }
5759
6155
  /**
6156
+ * @public
5760
6157
  * <p>The output for <a>ListStacks</a> action.</p>
5761
6158
  */
5762
6159
  export interface ListStacksOutput {
@@ -5771,10 +6168,14 @@ export interface ListStacksOutput {
5771
6168
  */
5772
6169
  NextToken?: string;
5773
6170
  }
6171
+ /**
6172
+ * @public
6173
+ */
5774
6174
  export declare enum OperationResultFilterName {
5775
6175
  OPERATION_RESULT_STATUS = "OPERATION_RESULT_STATUS"
5776
6176
  }
5777
6177
  /**
6178
+ * @public
5778
6179
  * <p>The status that operation results are filtered by.</p>
5779
6180
  */
5780
6181
  export interface OperationResultFilter {
@@ -5787,6 +6188,9 @@ export interface OperationResultFilter {
5787
6188
  */
5788
6189
  Values?: string;
5789
6190
  }
6191
+ /**
6192
+ * @public
6193
+ */
5790
6194
  export interface ListStackSetOperationResultsInput {
5791
6195
  /**
5792
6196
  * <p>The name or unique ID of the stack set that you want to get operation results
@@ -5838,6 +6242,9 @@ export interface ListStackSetOperationResultsInput {
5838
6242
  */
5839
6243
  Filters?: OperationResultFilter[];
5840
6244
  }
6245
+ /**
6246
+ * @public
6247
+ */
5841
6248
  export declare enum StackSetOperationResultStatus {
5842
6249
  CANCELLED = "CANCELLED",
5843
6250
  FAILED = "FAILED",
@@ -5846,6 +6253,7 @@ export declare enum StackSetOperationResultStatus {
5846
6253
  SUCCEEDED = "SUCCEEDED"
5847
6254
  }
5848
6255
  /**
6256
+ * @public
5849
6257
  * <p>The structure that contains information about a specified operation's results for a
5850
6258
  * given account in a given Region.</p>
5851
6259
  */
@@ -5909,6 +6317,9 @@ export interface StackSetOperationResultSummary {
5909
6317
  */
5910
6318
  OrganizationalUnitId?: string;
5911
6319
  }
6320
+ /**
6321
+ * @public
6322
+ */
5912
6323
  export interface ListStackSetOperationResultsOutput {
5913
6324
  /**
5914
6325
  * <p>A list of <code>StackSetOperationResultSummary</code> structures that contain
@@ -5923,6 +6334,9 @@ export interface ListStackSetOperationResultsOutput {
5923
6334
  */
5924
6335
  NextToken?: string;
5925
6336
  }
6337
+ /**
6338
+ * @public
6339
+ */
5926
6340
  export interface ListStackSetOperationsInput {
5927
6341
  /**
5928
6342
  * <p>The name or unique ID of the stack set that you want to get operation summaries
@@ -5967,6 +6381,7 @@ export interface ListStackSetOperationsInput {
5967
6381
  CallAs?: CallAs | string;
5968
6382
  }
5969
6383
  /**
6384
+ * @public
5970
6385
  * <p>The structures that contain summary information about the specified operation.</p>
5971
6386
  */
5972
6387
  export interface StackSetOperationSummary {
@@ -6050,6 +6465,9 @@ export interface StackSetOperationSummary {
6050
6465
  */
6051
6466
  OperationPreferences?: StackSetOperationPreferences;
6052
6467
  }
6468
+ /**
6469
+ * @public
6470
+ */
6053
6471
  export interface ListStackSetOperationsOutput {
6054
6472
  /**
6055
6473
  * <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
@@ -6064,6 +6482,9 @@ export interface ListStackSetOperationsOutput {
6064
6482
  */
6065
6483
  NextToken?: string;
6066
6484
  }
6485
+ /**
6486
+ * @public
6487
+ */
6067
6488
  export interface ListStackSetsInput {
6068
6489
  /**
6069
6490
  * <p>If the previous paginated request didn't return all the remaining results, the response
@@ -6106,6 +6527,7 @@ export interface ListStackSetsInput {
6106
6527
  CallAs?: CallAs | string;
6107
6528
  }
6108
6529
  /**
6530
+ * @public
6109
6531
  * <p>The structures that contain summary information about the specified stack set.</p>
6110
6532
  */
6111
6533
  export interface StackSetSummary {
@@ -6190,6 +6612,9 @@ export interface StackSetSummary {
6190
6612
  */
6191
6613
  ManagedExecution?: ManagedExecution;
6192
6614
  }
6615
+ /**
6616
+ * @public
6617
+ */
6193
6618
  export interface ListStackSetsOutput {
6194
6619
  /**
6195
6620
  * <p>A list of <code>StackSetSummary</code> structures that contain information about the
@@ -6204,6 +6629,9 @@ export interface ListStackSetsOutput {
6204
6629
  */
6205
6630
  NextToken?: string;
6206
6631
  }
6632
+ /**
6633
+ * @public
6634
+ */
6207
6635
  export interface ListTypeRegistrationsInput {
6208
6636
  /**
6209
6637
  * <p>The kind of extension.</p>
@@ -6244,6 +6672,9 @@ export interface ListTypeRegistrationsInput {
6244
6672
  */
6245
6673
  NextToken?: string;
6246
6674
  }
6675
+ /**
6676
+ * @public
6677
+ */
6247
6678
  export interface ListTypeRegistrationsOutput {
6248
6679
  /**
6249
6680
  * <p>A list of extension registration tokens.</p>
@@ -6262,6 +6693,7 @@ export interface ListTypeRegistrationsOutput {
6262
6693
  NextToken?: string;
6263
6694
  }
6264
6695
  /**
6696
+ * @public
6265
6697
  * <p>Filter criteria to use in determining which extensions to return.</p>
6266
6698
  */
6267
6699
  export interface TypeFilters {
@@ -6310,6 +6742,9 @@ export interface TypeFilters {
6310
6742
  */
6311
6743
  TypeNamePrefix?: string;
6312
6744
  }
6745
+ /**
6746
+ * @public
6747
+ */
6313
6748
  export interface ListTypesInput {
6314
6749
  /**
6315
6750
  * <p>The scope at which the extensions are visible and usable in CloudFormation
@@ -6412,6 +6847,7 @@ export interface ListTypesInput {
6412
6847
  NextToken?: string;
6413
6848
  }
6414
6849
  /**
6850
+ * @public
6415
6851
  * <p>Contains summary information about the specified CloudFormation
6416
6852
  * extension.</p>
6417
6853
  */
@@ -6513,6 +6949,9 @@ export interface TypeSummary {
6513
6949
  */
6514
6950
  IsActivated?: boolean;
6515
6951
  }
6952
+ /**
6953
+ * @public
6954
+ */
6516
6955
  export interface ListTypesOutput {
6517
6956
  /**
6518
6957
  * <p>A list of <code>TypeSummary</code> structures that contain information about the
@@ -6527,6 +6966,9 @@ export interface ListTypesOutput {
6527
6966
  */
6528
6967
  NextToken?: string;
6529
6968
  }
6969
+ /**
6970
+ * @public
6971
+ */
6530
6972
  export interface ListTypeVersionsInput {
6531
6973
  /**
6532
6974
  * <p>The kind of the extension.</p>
@@ -6588,6 +7030,7 @@ export interface ListTypeVersionsInput {
6588
7030
  PublisherId?: string;
6589
7031
  }
6590
7032
  /**
7033
+ * @public
6591
7034
  * <p>Contains summary information about a specific version of a CloudFormation
6592
7035
  * extension.</p>
6593
7036
  */
@@ -6636,6 +7079,9 @@ export interface TypeVersionSummary {
6636
7079
  */
6637
7080
  PublicVersionNumber?: string;
6638
7081
  }
7082
+ /**
7083
+ * @public
7084
+ */
6639
7085
  export interface ListTypeVersionsOutput {
6640
7086
  /**
6641
7087
  * <p>A list of <code>TypeVersionSummary</code> structures that contain information about the
@@ -6650,6 +7096,9 @@ export interface ListTypeVersionsOutput {
6650
7096
  */
6651
7097
  NextToken?: string;
6652
7098
  }
7099
+ /**
7100
+ * @public
7101
+ */
6653
7102
  export interface PublishTypeInput {
6654
7103
  /**
6655
7104
  * <p>The type of the extension.</p>
@@ -6685,6 +7134,9 @@ export interface PublishTypeInput {
6685
7134
  */
6686
7135
  PublicVersionNumber?: string;
6687
7136
  }
7137
+ /**
7138
+ * @public
7139
+ */
6688
7140
  export interface PublishTypeOutput {
6689
7141
  /**
6690
7142
  * <p>The Amazon Resource Name (ARN) assigned to the public extension upon publication.</p>
@@ -6692,6 +7144,7 @@ export interface PublishTypeOutput {
6692
7144
  PublicTypeArn?: string;
6693
7145
  }
6694
7146
  /**
7147
+ * @public
6695
7148
  * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't return this error to
6696
7149
  * users.</p>
6697
7150
  */
@@ -6705,6 +7158,7 @@ export declare class InvalidStateTransitionException extends __BaseException {
6705
7158
  constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
6706
7159
  }
6707
7160
  /**
7161
+ * @public
6708
7162
  * <p>Error reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. CloudFormation doesn't return this error to
6709
7163
  * users.</p>
6710
7164
  */
@@ -6717,12 +7171,18 @@ export declare class OperationStatusCheckFailedException extends __BaseException
6717
7171
  */
6718
7172
  constructor(opts: __ExceptionOptionType<OperationStatusCheckFailedException, __BaseException>);
6719
7173
  }
7174
+ /**
7175
+ * @public
7176
+ */
6720
7177
  export declare enum OperationStatus {
6721
7178
  FAILED = "FAILED",
6722
7179
  IN_PROGRESS = "IN_PROGRESS",
6723
7180
  PENDING = "PENDING",
6724
7181
  SUCCESS = "SUCCESS"
6725
7182
  }
7183
+ /**
7184
+ * @public
7185
+ */
6726
7186
  export declare enum HandlerErrorCode {
6727
7187
  AccessDenied = "AccessDenied",
6728
7188
  AlreadyExists = "AlreadyExists",
@@ -6744,6 +7204,9 @@ export declare enum HandlerErrorCode {
6744
7204
  Unknown = "Unknown",
6745
7205
  UnsupportedTarget = "UnsupportedTarget"
6746
7206
  }
7207
+ /**
7208
+ * @public
7209
+ */
6747
7210
  export interface RecordHandlerProgressInput {
6748
7211
  /**
6749
7212
  * <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>.</p>
@@ -6774,8 +7237,14 @@ export interface RecordHandlerProgressInput {
6774
7237
  */
6775
7238
  ClientRequestToken?: string;
6776
7239
  }
7240
+ /**
7241
+ * @public
7242
+ */
6777
7243
  export interface RecordHandlerProgressOutput {
6778
7244
  }
7245
+ /**
7246
+ * @public
7247
+ */
6779
7248
  export interface RegisterPublisherInput {
6780
7249
  /**
6781
7250
  * <p>Whether you accept the <a href="https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf">Terms and Conditions</a> for publishing extensions in the CloudFormation
@@ -6793,6 +7262,9 @@ export interface RegisterPublisherInput {
6793
7262
  */
6794
7263
  ConnectionArn?: string;
6795
7264
  }
7265
+ /**
7266
+ * @public
7267
+ */
6796
7268
  export interface RegisterPublisherOutput {
6797
7269
  /**
6798
7270
  * <p>The ID assigned this account by CloudFormation for publishing
@@ -6800,6 +7272,9 @@ export interface RegisterPublisherOutput {
6800
7272
  */
6801
7273
  PublisherId?: string;
6802
7274
  }
7275
+ /**
7276
+ * @public
7277
+ */
6803
7278
  export interface RegisterTypeInput {
6804
7279
  /**
6805
7280
  * <p>The kind of extension.</p>
@@ -6905,6 +7380,9 @@ export interface RegisterTypeInput {
6905
7380
  */
6906
7381
  ClientRequestToken?: string;
6907
7382
  }
7383
+ /**
7384
+ * @public
7385
+ */
6908
7386
  export interface RegisterTypeOutput {
6909
7387
  /**
6910
7388
  * <p>The identifier for this registration request.</p>
@@ -6915,6 +7393,9 @@ export interface RegisterTypeOutput {
6915
7393
  */
6916
7394
  RegistrationToken?: string;
6917
7395
  }
7396
+ /**
7397
+ * @public
7398
+ */
6918
7399
  export interface RollbackStackInput {
6919
7400
  /**
6920
7401
  * <p>The name that's associated with the stack.</p>
@@ -6930,6 +7411,9 @@ export interface RollbackStackInput {
6930
7411
  */
6931
7412
  ClientRequestToken?: string;
6932
7413
  }
7414
+ /**
7415
+ * @public
7416
+ */
6933
7417
  export interface RollbackStackOutput {
6934
7418
  /**
6935
7419
  * <p>Unique identifier of the stack.</p>
@@ -6937,6 +7421,7 @@ export interface RollbackStackOutput {
6937
7421
  StackId?: string;
6938
7422
  }
6939
7423
  /**
7424
+ * @public
6940
7425
  * <p>The input for the <a>SetStackPolicy</a> action.</p>
6941
7426
  */
6942
7427
  export interface SetStackPolicyInput {
@@ -6959,6 +7444,9 @@ export interface SetStackPolicyInput {
6959
7444
  */
6960
7445
  StackPolicyURL?: string;
6961
7446
  }
7447
+ /**
7448
+ * @public
7449
+ */
6962
7450
  export interface SetTypeConfigurationInput {
6963
7451
  /**
6964
7452
  * <p>The Amazon Resource Name (ARN) for the extension, in this account and region.</p>
@@ -6994,6 +7482,9 @@ export interface SetTypeConfigurationInput {
6994
7482
  */
6995
7483
  Type?: ThirdPartyType | string;
6996
7484
  }
7485
+ /**
7486
+ * @public
7487
+ */
6997
7488
  export interface SetTypeConfigurationOutput {
6998
7489
  /**
6999
7490
  * <p>The Amazon Resource Name (ARN) for the configuration data, in this account and
@@ -7003,6 +7494,9 @@ export interface SetTypeConfigurationOutput {
7003
7494
  */
7004
7495
  ConfigurationArn?: string;
7005
7496
  }
7497
+ /**
7498
+ * @public
7499
+ */
7006
7500
  export interface SetTypeDefaultVersionInput {
7007
7501
  /**
7008
7502
  * <p>The Amazon Resource Name (ARN) of the extension for which you want version summary
@@ -7030,13 +7524,20 @@ export interface SetTypeDefaultVersionInput {
7030
7524
  */
7031
7525
  VersionId?: string;
7032
7526
  }
7527
+ /**
7528
+ * @public
7529
+ */
7033
7530
  export interface SetTypeDefaultVersionOutput {
7034
7531
  }
7532
+ /**
7533
+ * @public
7534
+ */
7035
7535
  export declare enum ResourceSignalStatus {
7036
7536
  FAILURE = "FAILURE",
7037
7537
  SUCCESS = "SUCCESS"
7038
7538
  }
7039
7539
  /**
7540
+ * @public
7040
7541
  * <p>The input for the <a>SignalResource</a> action.</p>
7041
7542
  */
7042
7543
  export interface SignalResourceInput {
@@ -7062,6 +7563,9 @@ export interface SignalResourceInput {
7062
7563
  */
7063
7564
  Status: ResourceSignalStatus | string | undefined;
7064
7565
  }
7566
+ /**
7567
+ * @public
7568
+ */
7065
7569
  export interface StopStackSetOperationInput {
7066
7570
  /**
7067
7571
  * <p>The name or unique ID of the stack set that you want to stop the operation for.</p>
@@ -7092,8 +7596,14 @@ export interface StopStackSetOperationInput {
7092
7596
  */
7093
7597
  CallAs?: CallAs | string;
7094
7598
  }
7599
+ /**
7600
+ * @public
7601
+ */
7095
7602
  export interface StopStackSetOperationOutput {
7096
7603
  }
7604
+ /**
7605
+ * @public
7606
+ */
7097
7607
  export interface TestTypeInput {
7098
7608
  /**
7099
7609
  * <p>The Amazon Resource Name (ARN) of the extension.</p>
@@ -7147,6 +7657,9 @@ export interface TestTypeInput {
7147
7657
  */
7148
7658
  LogDeliveryBucket?: string;
7149
7659
  }
7660
+ /**
7661
+ * @public
7662
+ */
7150
7663
  export interface TestTypeOutput {
7151
7664
  /**
7152
7665
  * <p>The Amazon Resource Name (ARN) of the extension.</p>
@@ -7154,6 +7667,7 @@ export interface TestTypeOutput {
7154
7667
  TypeVersionArn?: string;
7155
7668
  }
7156
7669
  /**
7670
+ * @public
7157
7671
  * <p>The input for an <a>UpdateStack</a> action.</p>
7158
7672
  */
7159
7673
  export interface UpdateStackInput {
@@ -7402,6 +7916,7 @@ export interface UpdateStackInput {
7402
7916
  ClientRequestToken?: string;
7403
7917
  }
7404
7918
  /**
7919
+ * @public
7405
7920
  * <p>The output for an <a>UpdateStack</a> action.</p>
7406
7921
  */
7407
7922
  export interface UpdateStackOutput {
@@ -7410,6 +7925,9 @@ export interface UpdateStackOutput {
7410
7925
  */
7411
7926
  StackId?: string;
7412
7927
  }
7928
+ /**
7929
+ * @public
7930
+ */
7413
7931
  export interface UpdateStackInstancesInput {
7414
7932
  /**
7415
7933
  * <p>The name or unique ID of the stack set associated with the stack instances.</p>
@@ -7509,12 +8027,18 @@ export interface UpdateStackInstancesInput {
7509
8027
  */
7510
8028
  CallAs?: CallAs | string;
7511
8029
  }
8030
+ /**
8031
+ * @public
8032
+ */
7512
8033
  export interface UpdateStackInstancesOutput {
7513
8034
  /**
7514
8035
  * <p>The unique identifier for this stack set operation.</p>
7515
8036
  */
7516
8037
  OperationId?: string;
7517
8038
  }
8039
+ /**
8040
+ * @public
8041
+ */
7518
8042
  export interface UpdateStackSetInput {
7519
8043
  /**
7520
8044
  * <p>The name or unique ID of the stack set that you want to update.</p>
@@ -7820,12 +8344,18 @@ export interface UpdateStackSetInput {
7820
8344
  */
7821
8345
  ManagedExecution?: ManagedExecution;
7822
8346
  }
8347
+ /**
8348
+ * @public
8349
+ */
7823
8350
  export interface UpdateStackSetOutput {
7824
8351
  /**
7825
8352
  * <p>The unique ID for this stack set operation.</p>
7826
8353
  */
7827
8354
  OperationId?: string;
7828
8355
  }
8356
+ /**
8357
+ * @public
8358
+ */
7829
8359
  export interface UpdateTerminationProtectionInput {
7830
8360
  /**
7831
8361
  * <p>Whether to enable termination protection on the specified stack.</p>
@@ -7837,6 +8367,9 @@ export interface UpdateTerminationProtectionInput {
7837
8367
  */
7838
8368
  StackName: string | undefined;
7839
8369
  }
8370
+ /**
8371
+ * @public
8372
+ */
7840
8373
  export interface UpdateTerminationProtectionOutput {
7841
8374
  /**
7842
8375
  * <p>The unique ID of the stack.</p>
@@ -7844,6 +8377,7 @@ export interface UpdateTerminationProtectionOutput {
7844
8377
  StackId?: string;
7845
8378
  }
7846
8379
  /**
8380
+ * @public
7847
8381
  * <p>The input for <a>ValidateTemplate</a> action.</p>
7848
8382
  */
7849
8383
  export interface ValidateTemplateInput {
@@ -7866,6 +8400,7 @@ export interface ValidateTemplateInput {
7866
8400
  TemplateURL?: string;
7867
8401
  }
7868
8402
  /**
8403
+ * @public
7869
8404
  * <p>The TemplateParameter data type.</p>
7870
8405
  */
7871
8406
  export interface TemplateParameter {
@@ -7888,6 +8423,7 @@ export interface TemplateParameter {
7888
8423
  Description?: string;
7889
8424
  }
7890
8425
  /**
8426
+ * @public
7891
8427
  * <p>The output for <a>ValidateTemplate</a> action.</p>
7892
8428
  */
7893
8429
  export interface ValidateTemplateOutput {