@aws-sdk/client-cloudformation 3.39.0 → 3.43.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 (89) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +11 -11
  3. package/dist-cjs/endpoints.js +130 -19
  4. package/dist-cjs/models/models_0.js +10 -4
  5. package/dist-cjs/protocols/Aws_query.js +48 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +130 -19
  9. package/dist-es/models/models_0.js +4 -0
  10. package/dist-es/protocols/Aws_query.js +51 -0
  11. package/dist-es/runtimeConfig.browser.js +3 -2
  12. package/dist-es/runtimeConfig.js +3 -3
  13. package/dist-types/CloudFormation.d.ts +114 -117
  14. package/dist-types/CloudFormationClient.d.ts +19 -11
  15. package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  17. package/dist-types/commands/CancelUpdateStackCommand.d.ts +3 -3
  18. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
  19. package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -8
  20. package/dist-types/commands/CreateStackCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -2
  22. package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteChangeSetCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteStackCommand.d.ts +4 -4
  26. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
  30. package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
  34. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -3
  35. package/dist-types/commands/DescribeStackResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +4 -4
  37. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +9 -10
  38. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeStacksCommand.d.ts +4 -5
  41. package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  43. package/dist-types/commands/DetectStackDriftCommand.d.ts +7 -7
  44. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +3 -3
  45. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
  46. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -4
  47. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +3 -3
  48. package/dist-types/commands/GetStackPolicyCommand.d.ts +3 -3
  49. package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
  50. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
  51. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +7 -9
  52. package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -3
  53. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -4
  56. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
  60. package/dist-types/commands/ListStacksCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  64. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  65. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  66. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  67. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  68. package/dist-types/commands/RollbackStackCommand.d.ts +9 -4
  69. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  70. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  72. package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
  73. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  74. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateStackCommand.d.ts +5 -5
  76. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +7 -7
  77. package/dist-types/commands/UpdateStackSetCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +3 -3
  79. package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  80. package/dist-types/models/models_0.d.ts +657 -635
  81. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  82. package/dist-types/runtimeConfig.d.ts +2 -0
  83. package/dist-types/runtimeConfig.native.d.ts +2 -0
  84. package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +22 -1
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  89. package/package.json +24 -24
@@ -7,14 +7,12 @@ export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackS
7
7
  export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Import existing stacks into a new stack sets. Use the stack import operation to import
11
- * up to 10 stacks into a new stack set in the same account as the source stack or in a
12
- * different administrator account and Region, by specifying the stack ID of the stack you
13
- * intend to import.</p>
14
- * <note>
15
- * <p>
16
- * <code>ImportStacksToStackSet</code> is only supported by self-managed permissions.</p>
17
- * </note>
10
+ * <p>Use the stack import operations for self-managed or service-managed StackSets. For
11
+ * self-managed StackSets, the import operation can import stacks in the administrator account
12
+ * or in different target accounts and Amazon Web Services Regions. For service-managed
13
+ * StackSets, the import operation can import any stack in the same AWS Organizations as the
14
+ * management account. The import operation can import up to 10 stacks using inline stack IDs
15
+ * or up to 10,000 stacks using an Amazon S3 object.</p>
18
16
  * @example
19
17
  * Use a bare-bones client and the command you need to make an API call.
20
18
  * ```javascript
@@ -27,7 +25,7 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
27
25
  *
28
26
  * @see {@link ImportStacksToStackSetCommandInput} for command's `input` shape.
29
27
  * @see {@link ImportStacksToStackSetCommandOutput} for command's `response` shape.
30
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
31
29
  *
32
30
  */
33
31
  export declare class ImportStacksToStackSetCommand extends $Command<ImportStacksToStackSetCommandInput, ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,8 +7,7 @@ export interface ListChangeSetsCommandInput extends ListChangeSetsInput {
7
7
  export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the ID and status of each active change set for a stack. For example,
11
- * CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
10
+ * <p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
12
11
  * <code>CREATE_PENDING</code> state.</p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -22,7 +21,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
22
21
  *
23
22
  * @see {@link ListChangeSetsCommandInput} for command's `input` shape.
24
23
  * @see {@link ListChangeSetsCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
25
  *
27
26
  */
28
27
  export declare class ListChangeSetsCommand extends $Command<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
26
26
  *
27
27
  * @see {@link ListExportsCommandInput} for command's `input` shape.
28
28
  * @see {@link ListExportsCommandOutput} for command's `response` shape.
29
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
25
25
  *
26
26
  * @see {@link ListImportsCommandInput} for command's `input` shape.
27
27
  * @see {@link ListImportsCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,9 +7,8 @@ export interface ListStackInstancesCommandInput extends ListStackInstancesInput
7
7
  export interface ListStackInstancesCommandOutput extends ListStackInstancesOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns summary information about stack instances that are associated with the
11
- * specified stack set. You can filter for stack instances that are associated with a specific
12
- * Amazon Web Services account name or Region, or that have a specific status.</p>
10
+ * <p>Returns summary information about stack instances that are associated with the specified
11
+ * stack set. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.</p>
13
12
  * @example
14
13
  * Use a bare-bones client and the command you need to make an API call.
15
14
  * ```javascript
@@ -22,7 +21,7 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
22
21
  *
23
22
  * @see {@link ListStackInstancesCommandInput} for command's `input` shape.
24
23
  * @see {@link ListStackInstancesCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
25
  *
27
26
  */
28
27
  export declare class ListStackInstancesCommand extends $Command<ListStackInstancesCommandInput, ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
22
22
  *
23
23
  * @see {@link ListStackResourcesCommandInput} for command's `input` shape.
24
24
  * @see {@link ListStackResourcesCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListStackResourcesCommand extends $Command<ListStackResourcesCommandInput, ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
20
20
  *
21
21
  * @see {@link ListStackSetOperationResultsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListStackSetOperationResultsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListStackSetOperationResultsCommand extends $Command<ListStackSetOperationResultsCommandInput, ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
20
20
  *
21
21
  * @see {@link ListStackSetOperationsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListStackSetOperationsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListStackSetOperationsCommand extends $Command<ListStackSetOperationsCommandInput, ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,8 +7,7 @@ export interface ListStackSetsCommandInput extends ListStackSetsInput {
7
7
  export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns summary information about stack sets that are associated with the
11
- * user.</p>
10
+ * <p>Returns summary information about stack sets that are associated with the user.</p>
12
11
  * <ul>
13
12
  * <li>
14
13
  * <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to
@@ -40,7 +39,7 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
40
39
  *
41
40
  * @see {@link ListStackSetsCommandInput} for command's `input` shape.
42
41
  * @see {@link ListStackSetsCommandOutput} for command's `response` shape.
43
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
44
43
  *
45
44
  */
46
45
  export declare class ListStackSetsCommand extends $Command<ListStackSetsCommandInput, ListStackSetsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea
24
24
  *
25
25
  * @see {@link ListStacksCommandInput} for command's `input` shape.
26
26
  * @see {@link ListStacksCommandOutput} for command's `response` shape.
27
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListStacksCommand extends $Command<ListStacksCommandInput, ListStacksCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration
20
20
  *
21
21
  * @see {@link ListTypeRegistrationsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTypeRegistrationsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTypeRegistrationsCommand extends $Command<ListTypeRegistrationsCommandInput, ListTypeRegistrationsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _
20
20
  *
21
21
  * @see {@link ListTypeVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTypeVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTypeVersionsCommand extends $Command<ListTypeVersionsCommandInput, ListTypeVersionsCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListTypesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTypesCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
25
25
  *
26
26
  * @see {@link PublishTypeCommandInput} for command's `input` shape.
27
27
  * @see {@link PublishTypeCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class PublishTypeCommand extends $Command<PublishTypeCommandInput, PublishTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
21
21
  *
22
22
  * @see {@link RecordHandlerProgressCommandInput} for command's `input` shape.
23
23
  * @see {@link RecordHandlerProgressCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RecordHandlerProgressCommand extends $Command<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
26
26
  *
27
27
  * @see {@link RegisterPublisherCommandInput} for command's `input` shape.
28
28
  * @see {@link RegisterPublisherCommandOutput} for command's `response` shape.
29
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class RegisterPublisherCommand extends $Command<RegisterPublisherCommandInput, RegisterPublisherCommandOutput, CloudFormationClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
47
47
  *
48
48
  * @see {@link RegisterTypeCommandInput} for command's `input` shape.
49
49
  * @see {@link RegisterTypeCommandOutput} for command's `response` shape.
50
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class RegisterTypeCommand extends $Command<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,9 +7,14 @@ export interface RollbackStackCommandInput extends RollbackStackInput {
7
7
  export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the <a>DescribeStacks</a> API.</p>
11
- * <p>Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
12
- * <p>This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state includes any status in a <code>*_COMPLETE</code>. This includes the following stack statuses.</p>
10
+ * <p>When specifying <code>RollbackStack</code>, you preserve the state of previously
11
+ * provisioned resources when an operation fails. You can check the status of the stack
12
+ * through the <a>DescribeStacks</a> API.</p>
13
+ * <p>Rolls back the specified stack to the last known stable state from
14
+ * <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
15
+ * <p>This operation will delete a stack if it doesn't contain a last known stable state. A
16
+ * last known stable state includes any status in a <code>*_COMPLETE</code>. This includes the
17
+ * following stack statuses.</p>
13
18
  * <ul>
14
19
  * <li>
15
20
  * <p>
@@ -49,7 +54,7 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
49
54
  *
50
55
  * @see {@link RollbackStackCommandInput} for command's `input` shape.
51
56
  * @see {@link RollbackStackCommandOutput} for command's `response` shape.
52
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
53
58
  *
54
59
  */
55
60
  export declare class RollbackStackCommand extends $Command<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link SetStackPolicyCommandInput} for command's `input` shape.
22
22
  * @see {@link SetStackPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SetStackPolicyCommand extends $Command<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
32
32
  *
33
33
  * @see {@link SetTypeConfigurationCommandInput} for command's `input` shape.
34
34
  * @see {@link SetTypeConfigurationCommandOutput} for command's `response` shape.
35
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class SetTypeConfigurationCommand extends $Command<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
21
21
  *
22
22
  * @see {@link SetTypeDefaultVersionCommandInput} for command's `input` shape.
23
23
  * @see {@link SetTypeDefaultVersionCommandOutput} for command's `response` shape.
24
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class SetTypeDefaultVersionCommand extends $Command<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,10 +7,9 @@ export interface SignalResourceCommandInput extends SignalResourceInput {
7
7
  export interface SignalResourceCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Sends a signal to the specified resource with a success or failure status. You can
11
- * use the SignalResource API in conjunction with a creation policy or update policy.
12
- * CloudFormation doesn't proceed with a stack creation or update until resources receive the
13
- * required number of signals or the timeout period is exceeded. The SignalResource API is
10
+ * <p>Sends a signal to the specified resource with a success or failure status. You can use
11
+ * the SignalResource API in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive
12
+ * the required number of signals or the timeout period is exceeded. The SignalResource API is
14
13
  * useful in cases where you want to send signals from anywhere other than an Amazon EC2
15
14
  * instance.</p>
16
15
  * @example
@@ -25,7 +24,7 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
25
24
  *
26
25
  * @see {@link SignalResourceCommandInput} for command's `input` shape.
27
26
  * @see {@link SignalResourceCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
28
  *
30
29
  */
31
30
  export declare class SignalResourceCommand extends $Command<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
20
20
  *
21
21
  * @see {@link StopStackSetOperationCommandInput} for command's `input` shape.
22
22
  * @see {@link StopStackSetOperationCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopStackSetOperationCommand extends $Command<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
43
43
  *
44
44
  * @see {@link TestTypeCommandInput} for command's `input` shape.
45
45
  * @see {@link TestTypeCommandOutput} for command's `response` shape.
46
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class TestTypeCommand extends $Command<TestTypeCommandInput, TestTypeCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,11 +7,11 @@ export interface UpdateStackCommandInput extends UpdateStackInput {
7
7
  export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates a stack as specified in the template. After the call completes successfully,
11
- * the stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action.</p>
10
+ * <p>Updates a stack as specified in the template. After the call completes successfully, the
11
+ * stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action.</p>
12
12
  * <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
13
- * <p>For more information about creating an update template, updating a stack, and
14
- * monitoring the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
13
+ * <p>For more information about creating an update template, updating a stack, and monitoring
14
+ * the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
15
15
  * Stack</a>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +25,7 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
25
25
  *
26
26
  * @see {@link UpdateStackCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateStackCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,14 +7,14 @@ export interface UpdateStackInstancesCommandInput extends UpdateStackInstancesIn
7
7
  export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates the parameter values for stack instances for the specified accounts, within
11
- * the specified Regions. A stack instance refers to a stack in a specific account and Region. </p>
12
- * <p>You can only update stack instances in Regions and accounts where they already exist;
13
- * to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>. </p>
10
+ * <p>Updates the parameter values for stack instances for the specified accounts, within the
11
+ * specified Regions. A stack instance refers to a stack in a specific account and Region. </p>
12
+ * <p>You can only update stack instances in Regions and accounts where they already exist; to
13
+ * create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>. </p>
14
14
  * <p>During stack set updates, any parameters overridden for a stack instance are not
15
15
  * updated, but retain their overridden value.</p>
16
- * <p>You can only update the parameter <i>values</i> that are specified in
17
- * the stack set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set template. If you add a parameter to a
16
+ * <p>You can only update the parameter <i>values</i> that are specified in the
17
+ * stack set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set template. If you add a parameter to a
18
18
  * template, before you can override the parameter value specified in the stack set you must
19
19
  * first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack instances with the updated template and
20
20
  * parameter value specified in the stack set. Once a stack instance has been updated with the
@@ -32,7 +32,7 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
32
32
  *
33
33
  * @see {@link UpdateStackInstancesCommandInput} for command's `input` shape.
34
34
  * @see {@link UpdateStackInstancesCommandOutput} for command's `response` shape.
35
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class UpdateStackInstancesCommand extends $Command<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
@@ -9,8 +9,8 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
9
9
  /**
10
10
  * <p>Updates the stack set, and associated stack instances in the specified accounts and
11
11
  * Regions.</p>
12
- * <p>Even if the stack set operation created by updating the stack set fails (completely
13
- * or partially, below or above a specified failure tolerance), the stack set is updated with
12
+ * <p>Even if the stack set operation created by updating the stack set fails (completely or
13
+ * partially, below or above a specified failure tolerance), the stack set is updated with
14
14
  * your changes. Subsequent <a>CreateStackInstances</a> calls on the specified
15
15
  * stack set use the updated stack set.</p>
16
16
  * @example
@@ -25,7 +25,7 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
25
25
  *
26
26
  * @see {@link UpdateStackSetCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateStackSetCommandOutput} for command's `response` shape.
28
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateStackSetCommand extends $Command<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
@@ -7,8 +7,8 @@ export interface UpdateTerminationProtectionCommandInput extends UpdateTerminati
7
7
  export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminationProtectionOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates termination protection for the specified stack. If a user attempts to delete
11
- * a stack with termination protection enabled, the operation fails and the stack remains
10
+ * <p>Updates termination protection for the specified stack. If a user attempts to delete a
11
+ * stack with termination protection enabled, the operation fails and the stack remains
12
12
  * unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
13
13
  * Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
14
14
  * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
@@ -26,7 +26,7 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
26
26
  *
27
27
  * @see {@link UpdateTerminationProtectionCommandInput} for command's `input` shape.
28
28
  * @see {@link UpdateTerminationProtectionCommandOutput} for command's `response` shape.
29
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class UpdateTerminationProtectionCommand extends $Command<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig> {
@@ -8,8 +8,8 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
8
8
  }
9
9
  /**
10
10
  * <p>Validates a specified template. CloudFormation first checks if the template is
11
- * valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
12
- * these checks fail, CloudFormation returns a template validation error.</p>
11
+ * valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If
12
+ * both these checks fail, CloudFormation returns a template validation error.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -22,7 +22,7 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
22
22
  *
23
23
  * @see {@link ValidateTemplateCommandInput} for command's `input` shape.
24
24
  * @see {@link ValidateTemplateCommandOutput} for command's `response` shape.
25
- * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ValidateTemplateCommand extends $Command<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig> {