@aws-sdk/client-cloudformation 3.1060.0 → 3.1062.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 CHANGED
@@ -9,7 +9,7 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
9
9
  <fullname>CloudFormation</fullname>
10
10
  <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
11
11
  repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
12
- Amazon Simple Notification Service, ELB, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
12
+ Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
13
13
  applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
14
14
  <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
15
15
  template defines a collection of resources as a single unit called a stack. CloudFormation creates
@@ -898,7 +898,7 @@ export interface CloudFormation {
898
898
  * <fullname>CloudFormation</fullname>
899
899
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
900
900
  * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
901
- * Amazon Simple Notification Service, ELB, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
901
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
902
902
  * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
903
903
  * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
904
904
  * template defines a collection of resources as a single unit called a stack. CloudFormation creates
@@ -261,7 +261,7 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
261
261
  * <fullname>CloudFormation</fullname>
262
262
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
263
263
  * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
264
- * Amazon Simple Notification Service, ELB, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
264
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
265
265
  * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
266
266
  * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
267
267
  * template defines a collection of resources as a single unit called a stack. CloudFormation creates
@@ -2,7 +2,7 @@
2
2
  * <fullname>CloudFormation</fullname>
3
3
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
4
4
  * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
5
- * Amazon Simple Notification Service, ELB, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
5
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
6
6
  * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
7
7
  * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
8
8
  * template defines a collection of resources as a single unit called a stack. CloudFormation creates
@@ -10307,7 +10307,7 @@ export interface SignalResourceInput {
10307
10307
  */
10308
10308
  LogicalResourceId: string | undefined;
10309
10309
  /**
10310
- * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Amazon EC2 Auto Scaling groups, specify the
10310
+ * <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
10311
10311
  * instance ID that you are signaling as the unique ID. If you send multiple signals to a single
10312
10312
  * resource (such as signaling a wait condition), each signal requires a different unique
10313
10313
  * ID.</p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.1060.0",
4
+ "version": "3.1062.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "^3.974.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.50",
27
+ "@aws-sdk/credential-provider-node": "^3.972.51",
28
28
  "@aws-sdk/types": "^3.973.10",
29
29
  "@smithy/core": "^3.24.6",
30
30
  "@smithy/fetch-http-handler": "^5.4.6",