@aws-sdk/client-cloudformation 3.1061.0 → 3.1063.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,
|
|
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,
|
|
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,
|
|
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
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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,
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.1063.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",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.974.18",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.52",
|
|
28
|
+
"@aws-sdk/types": "^3.973.11",
|
|
29
29
|
"@smithy/core": "^3.24.6",
|
|
30
30
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
31
31
|
"@smithy/node-http-handler": "^4.7.6",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
],
|
|
56
56
|
"author": {
|
|
57
57
|
"name": "AWS SDK for JavaScript Team",
|
|
58
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
58
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
59
59
|
},
|
|
60
60
|
"license": "Apache-2.0",
|
|
61
61
|
"browser": {
|