@aws-sdk/client-cloudformation 3.28.0 → 3.32.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 (184) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/CloudFormation.ts +126 -61
  3. package/CloudFormationClient.ts +14 -11
  4. package/README.md +11 -11
  5. package/commands/ContinueUpdateRollbackCommand.ts +6 -5
  6. package/commands/CreateChangeSetCommand.ts +7 -8
  7. package/commands/CreateStackInstancesCommand.ts +1 -3
  8. package/commands/DeleteStackInstancesCommand.ts +1 -1
  9. package/commands/DeleteStackSetCommand.ts +1 -1
  10. package/commands/DescribeAccountLimitsCommand.ts +2 -2
  11. package/commands/DescribeChangeSetCommand.ts +2 -1
  12. package/commands/DescribeStackInstanceCommand.ts +1 -1
  13. package/commands/DescribeStackResourceDriftsCommand.ts +3 -4
  14. package/commands/DescribeStacksCommand.ts +1 -1
  15. package/commands/EstimateTemplateCostCommand.ts +3 -2
  16. package/commands/ExecuteChangeSetCommand.ts +3 -3
  17. package/commands/GetTemplateCommand.ts +1 -2
  18. package/commands/ListChangeSetsCommand.ts +2 -1
  19. package/commands/ListExportsCommand.ts +1 -1
  20. package/commands/ListImportsCommand.ts +2 -2
  21. package/commands/ListStackInstancesCommand.ts +1 -1
  22. package/commands/ListStackSetsCommand.ts +2 -2
  23. package/commands/RegisterPublisherCommand.ts +1 -1
  24. package/commands/RegisterTypeCommand.ts +1 -1
  25. package/commands/RollbackStackCommand.ts +123 -0
  26. package/commands/SignalResourceCommand.ts +3 -2
  27. package/commands/UpdateTerminationProtectionCommand.ts +1 -1
  28. package/commands/ValidateTemplateCommand.ts +3 -4
  29. package/dist/cjs/CloudFormation.js +26 -11
  30. package/dist/cjs/CloudFormation.js.map +1 -1
  31. package/dist/cjs/CloudFormationClient.js +11 -11
  32. package/dist/cjs/CloudFormationClient.js.map +1 -1
  33. package/dist/cjs/commands/ContinueUpdateRollbackCommand.js +6 -5
  34. package/dist/cjs/commands/ContinueUpdateRollbackCommand.js.map +1 -1
  35. package/dist/cjs/commands/CreateChangeSetCommand.js +7 -8
  36. package/dist/cjs/commands/CreateChangeSetCommand.js.map +1 -1
  37. package/dist/cjs/commands/CreateStackInstancesCommand.js +1 -3
  38. package/dist/cjs/commands/CreateStackInstancesCommand.js.map +1 -1
  39. package/dist/cjs/commands/DeleteStackInstancesCommand.js +1 -1
  40. package/dist/cjs/commands/DeleteStackSetCommand.js +1 -1
  41. package/dist/cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  42. package/dist/cjs/commands/DescribeChangeSetCommand.js +2 -1
  43. package/dist/cjs/commands/DescribeChangeSetCommand.js.map +1 -1
  44. package/dist/cjs/commands/DescribeStackInstanceCommand.js +1 -1
  45. package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js +3 -4
  46. package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js.map +1 -1
  47. package/dist/cjs/commands/DescribeStacksCommand.js +1 -1
  48. package/dist/cjs/commands/EstimateTemplateCostCommand.js +3 -2
  49. package/dist/cjs/commands/EstimateTemplateCostCommand.js.map +1 -1
  50. package/dist/cjs/commands/ExecuteChangeSetCommand.js +3 -3
  51. package/dist/cjs/commands/GetTemplateCommand.js +1 -2
  52. package/dist/cjs/commands/GetTemplateCommand.js.map +1 -1
  53. package/dist/cjs/commands/ListChangeSetsCommand.js +2 -1
  54. package/dist/cjs/commands/ListChangeSetsCommand.js.map +1 -1
  55. package/dist/cjs/commands/ListExportsCommand.js +1 -1
  56. package/dist/cjs/commands/ListImportsCommand.js +2 -2
  57. package/dist/cjs/commands/ListStackInstancesCommand.js +1 -1
  58. package/dist/cjs/commands/ListStackSetsCommand.js +2 -2
  59. package/dist/cjs/commands/RegisterPublisherCommand.js +1 -1
  60. package/dist/cjs/commands/RegisterTypeCommand.js +1 -1
  61. package/dist/cjs/commands/RollbackStackCommand.js +90 -0
  62. package/dist/cjs/commands/RollbackStackCommand.js.map +1 -0
  63. package/dist/cjs/commands/SignalResourceCommand.js +3 -2
  64. package/dist/cjs/commands/SignalResourceCommand.js.map +1 -1
  65. package/dist/cjs/commands/UpdateTerminationProtectionCommand.js +1 -1
  66. package/dist/cjs/commands/ValidateTemplateCommand.js +3 -4
  67. package/dist/cjs/commands/ValidateTemplateCommand.js.map +1 -1
  68. package/dist/cjs/index.js +1 -0
  69. package/dist/cjs/index.js.map +1 -1
  70. package/dist/cjs/models/models_0.js +26 -1
  71. package/dist/cjs/models/models_0.js.map +1 -1
  72. package/dist/cjs/package.json +32 -32
  73. package/dist/cjs/protocols/Aws_query.js +135 -47
  74. package/dist/cjs/protocols/Aws_query.js.map +1 -1
  75. package/dist/es/CloudFormation.js +26 -11
  76. package/dist/es/CloudFormation.js.map +1 -1
  77. package/dist/es/CloudFormationClient.js +11 -11
  78. package/dist/es/CloudFormationClient.js.map +1 -1
  79. package/dist/es/commands/ContinueUpdateRollbackCommand.js +6 -5
  80. package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +1 -1
  81. package/dist/es/commands/CreateChangeSetCommand.js +7 -8
  82. package/dist/es/commands/CreateChangeSetCommand.js.map +1 -1
  83. package/dist/es/commands/CreateStackInstancesCommand.js +1 -3
  84. package/dist/es/commands/CreateStackInstancesCommand.js.map +1 -1
  85. package/dist/es/commands/DeleteStackInstancesCommand.js +1 -1
  86. package/dist/es/commands/DeleteStackSetCommand.js +1 -1
  87. package/dist/es/commands/DescribeAccountLimitsCommand.js +2 -2
  88. package/dist/es/commands/DescribeChangeSetCommand.js +2 -1
  89. package/dist/es/commands/DescribeChangeSetCommand.js.map +1 -1
  90. package/dist/es/commands/DescribeStackInstanceCommand.js +1 -1
  91. package/dist/es/commands/DescribeStackResourceDriftsCommand.js +3 -4
  92. package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +1 -1
  93. package/dist/es/commands/DescribeStacksCommand.js +1 -1
  94. package/dist/es/commands/EstimateTemplateCostCommand.js +3 -2
  95. package/dist/es/commands/EstimateTemplateCostCommand.js.map +1 -1
  96. package/dist/es/commands/ExecuteChangeSetCommand.js +3 -3
  97. package/dist/es/commands/GetTemplateCommand.js +1 -2
  98. package/dist/es/commands/GetTemplateCommand.js.map +1 -1
  99. package/dist/es/commands/ListChangeSetsCommand.js +2 -1
  100. package/dist/es/commands/ListChangeSetsCommand.js.map +1 -1
  101. package/dist/es/commands/ListExportsCommand.js +1 -1
  102. package/dist/es/commands/ListImportsCommand.js +2 -2
  103. package/dist/es/commands/ListStackInstancesCommand.js +1 -1
  104. package/dist/es/commands/ListStackSetsCommand.js +2 -2
  105. package/dist/es/commands/RegisterPublisherCommand.js +1 -1
  106. package/dist/es/commands/RegisterTypeCommand.js +1 -1
  107. package/dist/es/commands/RollbackStackCommand.js +94 -0
  108. package/dist/es/commands/RollbackStackCommand.js.map +1 -0
  109. package/dist/es/commands/SignalResourceCommand.js +3 -2
  110. package/dist/es/commands/SignalResourceCommand.js.map +1 -1
  111. package/dist/es/commands/UpdateTerminationProtectionCommand.js +1 -1
  112. package/dist/es/commands/ValidateTemplateCommand.js +3 -4
  113. package/dist/es/commands/ValidateTemplateCommand.js.map +1 -1
  114. package/dist/es/endpoints.js +1 -2
  115. package/dist/es/endpoints.js.map +1 -1
  116. package/dist/es/index.js +1 -0
  117. package/dist/es/index.js.map +1 -1
  118. package/dist/es/models/models_0.js +21 -0
  119. package/dist/es/models/models_0.js.map +1 -1
  120. package/dist/es/package.json +32 -32
  121. package/dist/es/protocols/Aws_query.js +140 -46
  122. package/dist/es/protocols/Aws_query.js.map +1 -1
  123. package/dist/types/CloudFormation.d.ts +96 -61
  124. package/dist/types/CloudFormationClient.d.ts +14 -13
  125. package/dist/types/commands/ContinueUpdateRollbackCommand.d.ts +6 -5
  126. package/dist/types/commands/CreateChangeSetCommand.d.ts +7 -8
  127. package/dist/types/commands/CreateStackInstancesCommand.d.ts +1 -3
  128. package/dist/types/commands/DeleteStackInstancesCommand.d.ts +1 -1
  129. package/dist/types/commands/DeleteStackSetCommand.d.ts +1 -1
  130. package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  131. package/dist/types/commands/DescribeChangeSetCommand.d.ts +2 -1
  132. package/dist/types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  133. package/dist/types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -4
  134. package/dist/types/commands/DescribeStacksCommand.d.ts +1 -1
  135. package/dist/types/commands/EstimateTemplateCostCommand.d.ts +3 -2
  136. package/dist/types/commands/ExecuteChangeSetCommand.d.ts +3 -3
  137. package/dist/types/commands/GetTemplateCommand.d.ts +1 -2
  138. package/dist/types/commands/ListChangeSetsCommand.d.ts +2 -1
  139. package/dist/types/commands/ListExportsCommand.d.ts +1 -1
  140. package/dist/types/commands/ListImportsCommand.d.ts +2 -2
  141. package/dist/types/commands/ListStackInstancesCommand.d.ts +1 -1
  142. package/dist/types/commands/ListStackSetsCommand.d.ts +2 -2
  143. package/dist/types/commands/RegisterPublisherCommand.d.ts +1 -1
  144. package/dist/types/commands/RegisterTypeCommand.d.ts +1 -1
  145. package/dist/types/commands/RollbackStackCommand.d.ts +64 -0
  146. package/dist/types/commands/SignalResourceCommand.d.ts +3 -2
  147. package/dist/types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  148. package/dist/types/commands/ValidateTemplateCommand.d.ts +3 -4
  149. package/dist/types/index.d.ts +1 -0
  150. package/dist/types/models/models_0.d.ts +424 -376
  151. package/dist/types/protocols/Aws_query.d.ts +3 -0
  152. package/dist/types/ts3.4/CloudFormation.d.ts +96 -61
  153. package/dist/types/ts3.4/CloudFormationClient.d.ts +14 -13
  154. package/dist/types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +6 -5
  155. package/dist/types/ts3.4/commands/CreateChangeSetCommand.d.ts +7 -8
  156. package/dist/types/ts3.4/commands/CreateStackInstancesCommand.d.ts +1 -3
  157. package/dist/types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +1 -1
  158. package/dist/types/ts3.4/commands/DeleteStackSetCommand.d.ts +1 -1
  159. package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  160. package/dist/types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -1
  161. package/dist/types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +1 -1
  162. package/dist/types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +3 -4
  163. package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +1 -1
  164. package/dist/types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +3 -2
  165. package/dist/types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +3 -3
  166. package/dist/types/ts3.4/commands/GetTemplateCommand.d.ts +1 -2
  167. package/dist/types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -1
  168. package/dist/types/ts3.4/commands/ListExportsCommand.d.ts +1 -1
  169. package/dist/types/ts3.4/commands/ListImportsCommand.d.ts +2 -2
  170. package/dist/types/ts3.4/commands/ListStackInstancesCommand.d.ts +1 -1
  171. package/dist/types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -2
  172. package/dist/types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  173. package/dist/types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  174. package/dist/types/ts3.4/commands/RollbackStackCommand.d.ts +64 -0
  175. package/dist/types/ts3.4/commands/SignalResourceCommand.d.ts +3 -2
  176. package/dist/types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  177. package/dist/types/ts3.4/commands/ValidateTemplateCommand.d.ts +3 -4
  178. package/dist/types/ts3.4/index.d.ts +1 -0
  179. package/dist/types/ts3.4/models/models_0.d.ts +424 -376
  180. package/dist/types/ts3.4/protocols/Aws_query.d.ts +3 -0
  181. package/index.ts +1 -0
  182. package/models/models_0.ts +435 -375
  183. package/package.json +32 -32
  184. package/protocols/Aws_query.ts +151 -46
@@ -12,8 +12,7 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
12
12
  * <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the
13
13
  * stack has been deleted.</p>
14
14
  * <note>
15
- * <p> If the template does not exist, a <code>ValidationError</code> is returned.
16
- * </p>
15
+ * <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
17
16
  * </note>
18
17
  * @example
19
18
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,8 @@ 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, 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,
11
+ * CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
11
12
  * <code>CREATE_PENDING</code> state.</p>
12
13
  * @example
13
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -11,7 +11,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
11
11
  * action. Use this action to see the exported output values that you can import into other
12
12
  * stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
13
13
  * <code>Fn::ImportValue</code>
14
- * </a> function. </p>
14
+ * </a> function.</p>
15
15
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
16
16
  * CloudFormation Export Stack Output Values</a>.</p>
17
17
  * @example
@@ -9,10 +9,10 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
9
9
  /**
10
10
  * <p>Lists all stacks that are importing an exported output value. To modify or remove an
11
11
  * exported output value, first use this action to see which stacks are using it. To see the
12
- * exported output values in your account, see <a>ListExports</a>. </p>
12
+ * exported output values in your account, see <a>ListExports</a>.</p>
13
13
  * <p>For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
14
14
  * <code>Fn::ImportValue</code>
15
- * </a> function. </p>
15
+ * </a> function.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -9,7 +9,7 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
9
9
  /**
10
10
  * <p>Returns summary information about stack instances that are associated with the
11
11
  * specified stack set. You can filter for stack instances that are associated with a specific
12
- * account name or Region, or that have a specific status.</p>
12
+ * Amazon Web Services account name or Region, or that have a specific status.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -12,8 +12,8 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
12
12
  * <ul>
13
13
  * <li>
14
14
  * <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to
15
- * <code>SELF</code> while signed in to your account,
16
- * <code>ListStackSets</code> returns all self-managed stack sets in your account.</p>
15
+ * <code>SELF</code> while signed in to your Amazon Web Services account,
16
+ * <code>ListStackSets</code> returns all self-managed stack sets in your Amazon Web Services account.</p>
17
17
  * </li>
18
18
  * <li>
19
19
  * <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
@@ -9,7 +9,7 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
9
9
  /**
10
10
  * <p>Registers your account as a publisher of public extensions in the CloudFormation
11
11
  * registry. Public extensions are available for use by all CloudFormation users. This
12
- * publisher ID applies to your account in all Regions.</p>
12
+ * publisher ID applies to your account in all Amazon Web Services Regions.</p>
13
13
  * <p>For information on requirements for registering as a public extension publisher, see
14
14
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation
15
15
  * extensions</a> in the <i>CloudFormation CLI User Guide</i>.</p>
@@ -8,7 +8,7 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
8
8
  }
9
9
  /**
10
10
  * <p>Registers an extension with the CloudFormation service. Registering an
11
- * extension makes it available for use in CloudFormation templates in your account, and includes:</p>
11
+ * extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
12
12
  * <ul>
13
13
  * <li>
14
14
  * <p>Validating the extension schema</p>
@@ -0,0 +1,64 @@
1
+ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
2
+ import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
+ export interface RollbackStackCommandInput extends RollbackStackInput {
6
+ }
7
+ export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {
8
+ }
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>
13
+ * <ul>
14
+ * <li>
15
+ * <p>
16
+ * <code>CREATE_COMPLETE</code>
17
+ * </p>
18
+ * </li>
19
+ * <li>
20
+ * <p>
21
+ * <code>UPDATE_COMPLETE</code>
22
+ * </p>
23
+ * </li>
24
+ * <li>
25
+ * <p>
26
+ * <code>UPDATE_ROLLBACK_COMPLETE</code>
27
+ * </p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <code>IMPORT_COMPLETE</code>
32
+ * </p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>IMPORT_ROLLBACK_COMPLETE</code>
37
+ * </p>
38
+ * </li>
39
+ * </ul>
40
+ * @example
41
+ * Use a bare-bones client and the command you need to make an API call.
42
+ * ```javascript
43
+ * import { CloudFormationClient, RollbackStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
44
+ * // const { CloudFormationClient, RollbackStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
45
+ * const client = new CloudFormationClient(config);
46
+ * const command = new RollbackStackCommand(input);
47
+ * const response = await client.send(command);
48
+ * ```
49
+ *
50
+ * @see {@link RollbackStackCommandInput} for command's `input` shape.
51
+ * @see {@link RollbackStackCommandOutput} for command's `response` shape.
52
+ * @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
53
+ *
54
+ */
55
+ export declare class RollbackStackCommand extends $Command<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig> {
56
+ readonly input: RollbackStackCommandInput;
57
+ constructor(input: RollbackStackCommandInput);
58
+ /**
59
+ * @internal
60
+ */
61
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RollbackStackCommandInput, RollbackStackCommandOutput>;
62
+ private serialize;
63
+ private deserialize;
64
+ }
@@ -8,8 +8,9 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
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. 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
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
13
14
  * useful in cases where you want to send signals from anywhere other than an Amazon EC2
14
15
  * instance.</p>
15
16
  * @example
@@ -11,7 +11,7 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
11
11
  * a 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
- * <p> For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
14
+ * <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
15
15
  * stacks</a>, termination protection is set on the root stack and cannot be changed
16
16
  * directly on the nested stack.</p>
17
17
  * @example
@@ -7,10 +7,9 @@ export interface ValidateTemplateCommandInput extends ValidateTemplateInput {
7
7
  export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Validates a specified template. CloudFormation first checks if the template
11
- * is 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
13
- * error.</p>
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>
14
13
  * @example
15
14
  * Use a bare-bones client and the command you need to make an API call.
16
15
  * ```javascript
@@ -77,6 +77,7 @@ export * from "./commands/PublishTypeCommand";
77
77
  export * from "./commands/RecordHandlerProgressCommand";
78
78
  export * from "./commands/RegisterPublisherCommand";
79
79
  export * from "./commands/RegisterTypeCommand";
80
+ export * from "./commands/RollbackStackCommand";
80
81
  export * from "./commands/SetStackPolicyCommand";
81
82
  export * from "./commands/SetTypeConfigurationCommand";
82
83
  export * from "./commands/SetTypeDefaultVersionCommand";