You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-cloudformation/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
9
9
<fullname>CloudFormation</fullname>
10
10
11
11
<p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
12
-
repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
12
+
repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
13
+
Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
13
14
scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
14
15
infrastructure.</p>
15
16
<p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
1764
-
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
1764
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
1765
+
* Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
1765
1766
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
1766
1767
* infrastructure.</p>
1767
1768
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
620
-
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
620
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service,
621
+
* Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
621
622
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
622
623
* infrastructure.</p>
623
624
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
* <p>Activates a public third-party extension, making it available for use in stack templates. For more information,
32
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
33
-
* extensions</a> in the <i>CloudFormation User Guide</i>.</p>
34
-
* <p>Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For more information, see
35
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration">Configuring extensions at
36
-
* the account level</a> in the <i>CloudFormation User Guide</i>.</p>
31
+
* <p>Activates a public third-party extension, making it available for use in stack templates.
32
+
* Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
33
+
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
34
+
* extensions</a> in the <i>CloudFormation User Guide</i>.</p>
37
35
* @example
38
36
* Use a bare-bones client and the command you need to make an API call.
* <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry
37
-
* for the account and Region.</p>
38
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration">Configuring extensions at
39
-
* the account level</a> in the <i>CloudFormation User Guide</i>.</p>
36
+
* <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation
37
+
* registry for the account and Region.</p>
38
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
39
+
* data for extensions in your account</a> in the
40
+
* <i>CloudFormation User Guide</i>.</p>
40
41
* @example
41
42
* Use a bare-bones client and the command you need to make an API call.
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues rolling it back to the
32
-
* <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the
33
-
* error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state
34
-
* (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try to update the stack again.</p>
35
-
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after
36
-
* a failed stack update. For example, you might have a stack that's rolling back to an old database instance that was
37
-
* deleted outside of CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes that the database instance
38
-
* still exists and attempts to roll back to it, causing the update rollback to fail.</p>
31
+
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
32
+
* rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of
33
+
* the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can
34
+
* return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
35
+
* then try to update the stack again.</p>
36
+
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll
37
+
* back all changes after a failed stack update. For example, you might have a stack that's
38
+
* rolling back to an old database instance that was deleted outside of CloudFormation. Because
39
+
* CloudFormation doesn't know the database was deleted, it assumes that the database instance still
40
+
* exists and attempts to roll back to it, causing the update rollback to fail.</p>
39
41
* @example
40
42
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a list of changes that will be applied to a stack so that you can review the changes before executing
32
-
* them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for
33
-
* a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you create a change
34
-
* set for an existing stack, CloudFormation compares the stack's information with the information that you submit in the change
35
-
* set and lists the differences. Use change sets to understand which resources CloudFormation will create or
36
-
* change, and how it will change resources in an existing stack, before you create or update a stack.</p>
37
-
* <p>To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code> parameter, specify
38
-
* <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code> for the
39
-
* <code>ChangeSetType</code> parameter. To create a change set for an import operation, specify <code>IMPORT</code> for
40
-
* the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call successfully completes, CloudFormation starts creating the change set. To check the status of the change set or to review it, use the <a>DescribeChangeSet</a> action.</p>
41
-
* <p>When you are satisfied with the changes the change set will make, execute the change set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until you execute the change set.</p>
42
-
* <p>To create a change set for the entire stack hierarchy, set <code>IncludeNestedStacks</code> to
43
-
* <code>True</code>.</p>
31
+
* <p>Creates a list of changes that will be applied to a stack so that you can review the
32
+
* changes before executing them. You can create a change set for a stack that doesn't exist or
33
+
* an existing stack. If you create a change set for a stack that doesn't exist, the change set
34
+
* shows all of the resources that CloudFormation will create. If you create a change set for an
35
+
* existing stack, CloudFormation compares the stack's information with the information that you
36
+
* submit in the change set and lists the differences. Use change sets to understand which
37
+
* resources CloudFormation will create or change, and how it will change resources in an existing
38
+
* stack, before you create or update a stack.</p>
39
+
* <p>To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code>
40
+
* parameter, specify <code>CREATE</code>. To create a change set for an existing stack, specify
41
+
* <code>UPDATE</code> for the <code>ChangeSetType</code> parameter. To create a change set for
42
+
* an import operation, specify <code>IMPORT</code> for the <code>ChangeSetType</code> parameter.
43
+
* After the <code>CreateChangeSet</code> call successfully completes, CloudFormation starts creating
44
+
* the change set. To check the status of the change set or to review it, use the <a>DescribeChangeSet</a> action.</p>
45
+
* <p>When you are satisfied with the changes the change set will make, execute the change set
46
+
* by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until
47
+
* you execute the change set.</p>
48
+
* <p>To create a change set for the entire stack hierarchy, set
49
+
* <code>IncludeNestedStacks</code> to <code>True</code>.</p>
44
50
* @example
45
51
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a stack as specified in the template. After the call completes successfully, the stack creation starts.
32
-
* You can check the status of the stack through the <a>DescribeStacks</a> operation.</p>
31
+
* <p>Creates a stack as specified in the template. After the call completes successfully, the
32
+
* stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a> operation.</p>
33
+
* <p>For more information about creating a stack and monitoring stack progress, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Managing Amazon Web Services
34
+
* resources as a single unit with CloudFormation stacks</a> in the
35
+
* <i>CloudFormation User Guide</i>.</p>
33
36
* @example
34
37
* Use a bare-bones client and the command you need to make an API call.
* <p>Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your
37
-
* organization.</p>
36
+
* <p>Deactivates trusted access with Organizations. If trusted access is deactivated,
37
+
* the management account does not have permissions to create and manage
38
+
* service-managed StackSets for your organization.</p>
38
39
* @example
39
40
* Use a bare-bones client and the command you need to make an API call.
0 commit comments