@aws-sdk/client-cloudformation 3.525.0 → 3.529.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.
- package/README.md +11 -9
- package/dist-cjs/index.js +93 -111
- package/dist-es/models/models_0.js +5 -13
- package/dist-es/models/models_1.js +14 -1
- package/dist-es/protocols/Aws_query.js +10 -35
- package/dist-types/CloudFormation.d.ts +11 -9
- package/dist-types/CloudFormationClient.d.ts +11 -9
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
- package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
- package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +7 -6
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
- package/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/SignalResourceCommand.d.ts +3 -3
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +12 -8
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +11 -9
- package/dist-types/models/models_0.d.ts +1083 -1066
- package/dist-types/models/models_1.d.ts +201 -149
- package/dist-types/ts3.4/models/models_0.d.ts +9 -11
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -8,15 +8,17 @@ 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 deployments predictably
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<p>
|
|
19
|
-
|
|
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
|
|
13
|
+
scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
|
|
14
|
+
infrastructure.</p>
|
|
15
|
+
<p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
|
|
16
|
+
collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
|
|
17
|
+
together and manages all dependencies between the resources for you.</p>
|
|
18
|
+
<p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
|
|
19
|
+
product page</a>.</p>
|
|
20
|
+
<p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
|
|
21
|
+
specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
20
22
|
|
|
21
23
|
## Installing
|
|
22
24
|
|