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
feat(client-cloudformation): AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
Copy file name to clipboardexpand all lines: clients/client-cloudformation/README.md
+39-20
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,15 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
8
8
9
9
<fullname>CloudFormation</fullname>
10
10
11
-
<p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
12
-
deployments predictably and repeatedly. You can use CloudFormation to leverage
13
-
Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
14
-
Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
15
-
reliable, highly scalable, cost-effective applications without creating or configuring the
16
-
underlying Amazon Web Services infrastructure.</p>
17
-
<p>With CloudFormation, you declare all your resources and dependencies in a template
18
-
file. The template defines a collection of resources as a single unit called a stack.
19
-
CloudFormation creates and deletes all member resources of the stack together and
20
-
manages all dependencies between the resources for you.</p>
11
+
<p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
12
+
and 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
13
+
highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
14
+
<p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
15
+
defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
16
+
resources of the stack together and manages all dependencies between the resources for you.</p>
21
17
<p>For more information about CloudFormation, see the <ahref="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
22
-
<p>CloudFormation makes use of other Amazon Web Services products. If you need
23
-
additional technical information about a specific Amazon Web Services product, you can find
24
-
the product's technical documentation at <ahref="https://docs.aws.amazon.com/">
18
+
<p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
19
+
about a specific Amazon Web Services product, you can find the product's technical documentation at <ahref="https://docs.aws.amazon.com/">
25
20
<code>docs.aws.amazon.com</code>
26
21
</a>.</p>
27
22
@@ -40,16 +35,16 @@ using your favorite package manager:
40
35
41
36
The AWS SDK is modulized by clients and commands.
42
37
To send a request, you only need to import the `CloudFormationClient` and
43
-
the commands you need, for example `ActivateTypeCommand`:
38
+
the commands you need, for example `ActivateOrganizationsAccessCommand`:
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
1368
-
* deployments predictably and repeatedly. You can use CloudFormation to leverage
1369
-
* Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
1370
-
* Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
1371
-
* reliable, highly scalable, cost-effective applications without creating or configuring the
1372
-
* underlying Amazon Web Services infrastructure.</p>
1373
-
* <p>With CloudFormation, you declare all your resources and dependencies in a template
1374
-
* file. The template defines a collection of resources as a single unit called a stack.
1375
-
* CloudFormation creates and deletes all member resources of the stack together and
1376
-
* manages all dependencies between the resources for you.</p>
1436
+
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
1437
+
* and 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
1438
+
* highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
1439
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
1440
+
* defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
1441
+
* resources of the stack together and manages all dependencies between the resources for you.</p>
1377
1442
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
1378
-
* <p>CloudFormation makes use of other Amazon Web Services products. If you need
1379
-
* additional technical information about a specific Amazon Web Services product, you can find
1380
-
* the product's technical documentation at <a href="https://docs.aws.amazon.com/">
1443
+
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
1444
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">
0 commit comments