@aws-sdk/client-cloudformation 3.28.0 → 3.32.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/CHANGELOG.md +38 -0
- package/CloudFormation.ts +126 -61
- package/CloudFormationClient.ts +14 -11
- package/README.md +11 -11
- package/commands/ContinueUpdateRollbackCommand.ts +6 -5
- package/commands/CreateChangeSetCommand.ts +7 -8
- package/commands/CreateStackInstancesCommand.ts +1 -3
- package/commands/DeleteStackInstancesCommand.ts +1 -1
- package/commands/DeleteStackSetCommand.ts +1 -1
- package/commands/DescribeAccountLimitsCommand.ts +2 -2
- package/commands/DescribeChangeSetCommand.ts +2 -1
- package/commands/DescribeStackInstanceCommand.ts +1 -1
- package/commands/DescribeStackResourceDriftsCommand.ts +3 -4
- package/commands/DescribeStacksCommand.ts +1 -1
- package/commands/EstimateTemplateCostCommand.ts +3 -2
- package/commands/ExecuteChangeSetCommand.ts +3 -3
- package/commands/GetTemplateCommand.ts +1 -2
- package/commands/ListChangeSetsCommand.ts +2 -1
- package/commands/ListExportsCommand.ts +1 -1
- package/commands/ListImportsCommand.ts +2 -2
- package/commands/ListStackInstancesCommand.ts +1 -1
- package/commands/ListStackSetsCommand.ts +2 -2
- package/commands/RegisterPublisherCommand.ts +1 -1
- package/commands/RegisterTypeCommand.ts +1 -1
- package/commands/RollbackStackCommand.ts +123 -0
- package/commands/SignalResourceCommand.ts +3 -2
- package/commands/UpdateTerminationProtectionCommand.ts +1 -1
- package/commands/ValidateTemplateCommand.ts +3 -4
- package/dist/cjs/CloudFormation.js +26 -11
- package/dist/cjs/CloudFormation.js.map +1 -1
- package/dist/cjs/CloudFormationClient.js +11 -11
- package/dist/cjs/CloudFormationClient.js.map +1 -1
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js +6 -5
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js.map +1 -1
- package/dist/cjs/commands/CreateChangeSetCommand.js +7 -8
- package/dist/cjs/commands/CreateChangeSetCommand.js.map +1 -1
- package/dist/cjs/commands/CreateStackInstancesCommand.js +1 -3
- package/dist/cjs/commands/CreateStackInstancesCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteStackInstancesCommand.js +1 -1
- package/dist/cjs/commands/DeleteStackSetCommand.js +1 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist/cjs/commands/DescribeChangeSetCommand.js +2 -1
- package/dist/cjs/commands/DescribeChangeSetCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeStackInstanceCommand.js +1 -1
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js +3 -4
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeStacksCommand.js +1 -1
- package/dist/cjs/commands/EstimateTemplateCostCommand.js +3 -2
- package/dist/cjs/commands/EstimateTemplateCostCommand.js.map +1 -1
- package/dist/cjs/commands/ExecuteChangeSetCommand.js +3 -3
- package/dist/cjs/commands/GetTemplateCommand.js +1 -2
- package/dist/cjs/commands/GetTemplateCommand.js.map +1 -1
- package/dist/cjs/commands/ListChangeSetsCommand.js +2 -1
- package/dist/cjs/commands/ListChangeSetsCommand.js.map +1 -1
- package/dist/cjs/commands/ListExportsCommand.js +1 -1
- package/dist/cjs/commands/ListImportsCommand.js +2 -2
- package/dist/cjs/commands/ListStackInstancesCommand.js +1 -1
- package/dist/cjs/commands/ListStackSetsCommand.js +2 -2
- package/dist/cjs/commands/RegisterPublisherCommand.js +1 -1
- package/dist/cjs/commands/RegisterTypeCommand.js +1 -1
- package/dist/cjs/commands/RollbackStackCommand.js +90 -0
- package/dist/cjs/commands/RollbackStackCommand.js.map +1 -0
- package/dist/cjs/commands/SignalResourceCommand.js +3 -2
- package/dist/cjs/commands/SignalResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateTerminationProtectionCommand.js +1 -1
- package/dist/cjs/commands/ValidateTemplateCommand.js +3 -4
- package/dist/cjs/commands/ValidateTemplateCommand.js.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +26 -1
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +32 -32
- package/dist/cjs/protocols/Aws_query.js +135 -47
- package/dist/cjs/protocols/Aws_query.js.map +1 -1
- package/dist/es/CloudFormation.js +26 -11
- package/dist/es/CloudFormation.js.map +1 -1
- package/dist/es/CloudFormationClient.js +11 -11
- package/dist/es/CloudFormationClient.js.map +1 -1
- package/dist/es/commands/ContinueUpdateRollbackCommand.js +6 -5
- package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +1 -1
- package/dist/es/commands/CreateChangeSetCommand.js +7 -8
- package/dist/es/commands/CreateChangeSetCommand.js.map +1 -1
- package/dist/es/commands/CreateStackInstancesCommand.js +1 -3
- package/dist/es/commands/CreateStackInstancesCommand.js.map +1 -1
- package/dist/es/commands/DeleteStackInstancesCommand.js +1 -1
- package/dist/es/commands/DeleteStackSetCommand.js +1 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist/es/commands/DescribeChangeSetCommand.js +2 -1
- package/dist/es/commands/DescribeChangeSetCommand.js.map +1 -1
- package/dist/es/commands/DescribeStackInstanceCommand.js +1 -1
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js +3 -4
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +1 -1
- package/dist/es/commands/DescribeStacksCommand.js +1 -1
- package/dist/es/commands/EstimateTemplateCostCommand.js +3 -2
- package/dist/es/commands/EstimateTemplateCostCommand.js.map +1 -1
- package/dist/es/commands/ExecuteChangeSetCommand.js +3 -3
- package/dist/es/commands/GetTemplateCommand.js +1 -2
- package/dist/es/commands/GetTemplateCommand.js.map +1 -1
- package/dist/es/commands/ListChangeSetsCommand.js +2 -1
- package/dist/es/commands/ListChangeSetsCommand.js.map +1 -1
- package/dist/es/commands/ListExportsCommand.js +1 -1
- package/dist/es/commands/ListImportsCommand.js +2 -2
- package/dist/es/commands/ListStackInstancesCommand.js +1 -1
- package/dist/es/commands/ListStackSetsCommand.js +2 -2
- package/dist/es/commands/RegisterPublisherCommand.js +1 -1
- package/dist/es/commands/RegisterTypeCommand.js +1 -1
- package/dist/es/commands/RollbackStackCommand.js +94 -0
- package/dist/es/commands/RollbackStackCommand.js.map +1 -0
- package/dist/es/commands/SignalResourceCommand.js +3 -2
- package/dist/es/commands/SignalResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateTerminationProtectionCommand.js +1 -1
- package/dist/es/commands/ValidateTemplateCommand.js +3 -4
- package/dist/es/commands/ValidateTemplateCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/models_0.js +21 -0
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +32 -32
- package/dist/es/protocols/Aws_query.js +140 -46
- package/dist/es/protocols/Aws_query.js.map +1 -1
- package/dist/types/CloudFormation.d.ts +96 -61
- package/dist/types/CloudFormationClient.d.ts +14 -13
- package/dist/types/commands/ContinueUpdateRollbackCommand.d.ts +6 -5
- package/dist/types/commands/CreateChangeSetCommand.d.ts +7 -8
- package/dist/types/commands/CreateStackInstancesCommand.d.ts +1 -3
- package/dist/types/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist/types/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist/types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/dist/types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist/types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -4
- package/dist/types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist/types/commands/EstimateTemplateCostCommand.d.ts +3 -2
- package/dist/types/commands/ExecuteChangeSetCommand.d.ts +3 -3
- package/dist/types/commands/GetTemplateCommand.d.ts +1 -2
- package/dist/types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/dist/types/commands/ListExportsCommand.d.ts +1 -1
- package/dist/types/commands/ListImportsCommand.d.ts +2 -2
- package/dist/types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist/types/commands/ListStackSetsCommand.d.ts +2 -2
- package/dist/types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist/types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist/types/commands/RollbackStackCommand.d.ts +64 -0
- package/dist/types/commands/SignalResourceCommand.d.ts +3 -2
- package/dist/types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist/types/commands/ValidateTemplateCommand.d.ts +3 -4
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/models_0.d.ts +424 -376
- package/dist/types/protocols/Aws_query.d.ts +3 -0
- package/dist/types/ts3.4/CloudFormation.d.ts +96 -61
- package/dist/types/ts3.4/CloudFormationClient.d.ts +14 -13
- package/dist/types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +6 -5
- package/dist/types/ts3.4/commands/CreateChangeSetCommand.d.ts +7 -8
- package/dist/types/ts3.4/commands/CreateStackInstancesCommand.d.ts +1 -3
- package/dist/types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/dist/types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +3 -4
- package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +3 -2
- package/dist/types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +3 -3
- package/dist/types/ts3.4/commands/GetTemplateCommand.d.ts +1 -2
- package/dist/types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -1
- package/dist/types/ts3.4/commands/ListExportsCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListImportsCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/RollbackStackCommand.d.ts +64 -0
- package/dist/types/ts3.4/commands/SignalResourceCommand.d.ts +3 -2
- package/dist/types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/ValidateTemplateCommand.d.ts +3 -4
- package/dist/types/ts3.4/index.d.ts +1 -0
- package/dist/types/ts3.4/models/models_0.d.ts +424 -376
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/index.ts +1 -0
- package/models/models_0.ts +435 -375
- package/package.json +32 -32
- package/protocols/Aws_query.ts +151 -46
|
@@ -9,12 +9,11 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
9
9
|
* <p>Creates a list of changes that will be applied to a stack so that you can review the
|
|
10
10
|
* changes before executing them. You can create a change set for a stack that doesn't exist
|
|
11
11
|
* or an existing stack. If you create a change set for a stack that doesn't exist, the change
|
|
12
|
-
* set shows all of the resources that CloudFormation will create. If you create a
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* stack.</p>
|
|
12
|
+
* set shows all of the resources that CloudFormation will create. If you create a change
|
|
13
|
+
* set for an existing stack, CloudFormation compares the stack's information with the
|
|
14
|
+
* information that you submit in the change set and lists the differences. Use change sets to
|
|
15
|
+
* understand which resources CloudFormation will create or change, and how it will change
|
|
16
|
+
* resources in an existing stack, before you create or update a stack.</p>
|
|
18
17
|
* <p>To create a change set for a stack that doesn't exist, for the
|
|
19
18
|
* <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
|
|
20
19
|
* set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
|
|
@@ -24,8 +23,8 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
24
23
|
* status of the change set or to review it, use the <a>DescribeChangeSet</a>
|
|
25
24
|
* action.</p>
|
|
26
25
|
* <p>When you are satisfied with the changes the change set will make, execute the change
|
|
27
|
-
* set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't
|
|
28
|
-
*
|
|
26
|
+
* set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
|
|
27
|
+
* changes until you execute the change set.</p>
|
|
29
28
|
* <p>To create a change set for the entire stack hierachy, set
|
|
30
29
|
* <code>IncludeNestedStacks</code> to <code>True</code>.</p>
|
|
31
30
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChangeSetCommand.js","sourceRoot":"","sources":["../../../commands/CreateChangeSetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"CreateChangeSetCommand.js","sourceRoot":"","sources":["../../../commands/CreateChangeSetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,gCAAqB,CAAC,kBAAkB;SACnE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,oDAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,wDAsDC"}
|
|
@@ -7,9 +7,7 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates stack instances for the specified accounts, within the specified Regions. A
|
|
10
|
-
* stack instance refers to a stack in a specific account and Region. You must specify at
|
|
11
|
-
* least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you
|
|
12
|
-
* must specify at least one value for <code>Regions</code>.</p>
|
|
10
|
+
* stack instance refers to a stack in a specific account and Region. You must specify at least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for <code>Regions</code>.</p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateStackInstancesCommand.js","sourceRoot":"","sources":["../../../commands/CreateStackInstancesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"CreateStackInstancesCommand.js","sourceRoot":"","sources":["../../../commands/CreateStackInstancesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,2BAA4B,SAAQ,uBAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAuC;QAC1D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAkC;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAuC,EAAE,OAAuB;QAChF,OAAO,yDAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,kEAsDC"}
|
|
@@ -6,7 +6,7 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Deletes stack instances for the specified accounts, in the specified Regions
|
|
9
|
+
* <p>Deletes stack instances for the specified accounts, in the specified Regions.</p>
|
|
10
10
|
* @example
|
|
11
11
|
* Use a bare-bones client and the command you need to make an API call.
|
|
12
12
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a stack set. Before you can delete a stack set, all of its member stack
|
|
10
|
-
* instances must be deleted. For more information about how to do this, see <a>DeleteStackInstances</a
|
|
10
|
+
* instances must be deleted. For more information about how to do this, see <a>DeleteStackInstances</a>.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -8,8 +8,8 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of
|
|
10
10
|
* stacks that you can create in your account. For more information about account limits, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
|
|
12
|
-
*
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
|
|
12
|
+
* Limits</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -6,7 +6,8 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Returns the inputs for the change set and a list of changes that CloudFormation
|
|
9
|
+
* <p>Returns the inputs for the change set and a list of changes that CloudFormation
|
|
10
|
+
* will make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User
|
|
10
11
|
* Guide.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeChangeSetCommand.js","sourceRoot":"","sources":["../../../commands/DescribeChangeSetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"DescribeChangeSetCommand.js","sourceRoot":"","sources":["../../../commands/DescribeChangeSetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,sDAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,wDAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,4DAsDC"}
|
|
@@ -6,7 +6,7 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Returns the stack instance that's associated with the specified stack set, account, and Region.</p>
|
|
9
|
+
* <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
|
|
10
10
|
* <p>For a list of stack instances that are associated with a specific stack set, use
|
|
11
11
|
* <a>ListStackInstances</a>.</p>
|
|
12
12
|
* @example
|
|
@@ -10,10 +10,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
10
10
|
* specified stack. This includes actual and expected configuration values for resources where
|
|
11
11
|
* CloudFormation detects configuration drift.</p>
|
|
12
12
|
* <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
|
|
13
|
-
* resource that has been checked for drift. Resources that
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
13
|
+
* resource that has been checked for drift. Resources that haven't yet been checked for drift
|
|
14
|
+
* are not included. Resources that do not currently support drift detection are not checked,
|
|
15
|
+
* and so not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
17
16
|
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
18
17
|
* resources, or <a>DetectStackDrift</a> to detect drift on all supported resources
|
|
19
18
|
* for a given stack.</p>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackResourceDriftsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackResourceDriftsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyG;AACzG,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"DescribeStackResourceDriftsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackResourceDriftsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyG;AACzG,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,kCAAmC,SAAQ,uBAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8C;QACjE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyC;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,2CAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,4CAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8C,EAAE,OAAuB;QACvF,OAAO,gEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,kEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAzDD,gFAyDC"}
|
|
@@ -9,7 +9,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
9
9
|
* <p>Returns the description for the specified stack; if no stack name was specified, then
|
|
10
10
|
* it returns the description for all the stacks created.</p>
|
|
11
11
|
* <note>
|
|
12
|
-
* <p>If the stack does not exist, an <code>
|
|
12
|
+
* <p>If the stack does not exist, an <code>ValidationError</code> is
|
|
13
13
|
* returned.</p>
|
|
14
14
|
* </note>
|
|
15
15
|
* @example
|
|
@@ -6,8 +6,9 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple
|
|
10
|
-
* resources required to run the
|
|
9
|
+
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple
|
|
10
|
+
* Monthly Calculator URL with a query string that describes the resources required to run the
|
|
11
|
+
* template.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EstimateTemplateCostCommand.js","sourceRoot":"","sources":["../../../commands/EstimateTemplateCostCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"EstimateTemplateCostCommand.js","sourceRoot":"","sources":["../../../commands/EstimateTemplateCostCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,2BAA4B,SAAQ,uBAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAuC;QAC1D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAkC;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAuC,EAAE,OAAuB;QAChF,OAAO,yDAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,kEAsDC"}
|
|
@@ -7,9 +7,9 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates a stack using the input information that was provided when the specified
|
|
10
|
-
* change set was created. After the call successfully completes, CloudFormation
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* change set was created. After the call successfully completes, CloudFormation starts
|
|
11
|
+
* updating the stack. Use the <a>DescribeStacks</a> action to view the status of
|
|
12
|
+
* the update.</p>
|
|
13
13
|
* <p>When you execute a change set, CloudFormation deletes all other change sets
|
|
14
14
|
* associated with the stack because they aren't valid for the updated stack.</p>
|
|
15
15
|
* <p>If a stack policy is associated with the stack, CloudFormation enforces the
|
|
@@ -11,8 +11,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
11
11
|
* <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the
|
|
12
12
|
* stack has been deleted.</p>
|
|
13
13
|
* <note>
|
|
14
|
-
* <p>
|
|
15
|
-
* </p>
|
|
14
|
+
* <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
|
|
16
15
|
* </note>
|
|
17
16
|
* @example
|
|
18
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetTemplateCommand.js","sourceRoot":"","sources":["../../../commands/GetTemplateCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyE;AACzE,sDAAsH;AACtH,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"GetTemplateCommand.js","sourceRoot":"","sources":["../../../commands/GetTemplateCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyE;AACzE,sDAAsH;AACtH,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,2BAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,4BAAiB,CAAC,kBAAkB;SAC/D,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,gDAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;CAIF;AAtDD,gDAsDC"}
|
|
@@ -6,7 +6,8 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Returns the ID and status of each active change set for a stack. For example,
|
|
9
|
+
* <p>Returns the ID and status of each active change set for a stack. For example,
|
|
10
|
+
* CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
|
|
10
11
|
* <code>CREATE_PENDING</code> state.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListChangeSetsCommand.js","sourceRoot":"","sources":["../../../commands/ListChangeSetsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"ListChangeSetsCommand.js","sourceRoot":"","sources":["../../../commands/ListChangeSetsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,mDAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -10,7 +10,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
10
10
|
* action. Use this action to see the exported output values that you can import into other
|
|
11
11
|
* stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
12
12
|
* <code>Fn::ImportValue</code>
|
|
13
|
-
* </a> function
|
|
13
|
+
* </a> function.</p>
|
|
14
14
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
|
|
15
15
|
* CloudFormation Export Stack Output Values</a>.</p>
|
|
16
16
|
* @example
|
|
@@ -8,10 +8,10 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all stacks that are importing an exported output value. To modify or remove an
|
|
10
10
|
* exported output value, first use this action to see which stacks are using it. To see the
|
|
11
|
-
* exported output values in your account, see <a>ListExports</a
|
|
11
|
+
* exported output values in your account, see <a>ListExports</a>.</p>
|
|
12
12
|
* <p>For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
13
13
|
* <code>Fn::ImportValue</code>
|
|
14
|
-
* </a> function
|
|
14
|
+
* </a> function.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -8,7 +8,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns summary information about stack instances that are associated with the
|
|
10
10
|
* specified stack set. You can filter for stack instances that are associated with a specific
|
|
11
|
-
*
|
|
11
|
+
* Amazon Web Services account name or Region, or that have a specific status.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -11,8 +11,8 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
11
11
|
* <ul>
|
|
12
12
|
* <li>
|
|
13
13
|
* <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
14
|
-
* <code>SELF</code> while signed in to your account,
|
|
15
|
-
* <code>ListStackSets</code> returns all self-managed stack sets in your account.</p>
|
|
14
|
+
* <code>SELF</code> while signed in to your Amazon Web Services account,
|
|
15
|
+
* <code>ListStackSets</code> returns all self-managed stack sets in your Amazon Web Services account.</p>
|
|
16
16
|
* </li>
|
|
17
17
|
* <li>
|
|
18
18
|
* <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
@@ -8,7 +8,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
/**
|
|
9
9
|
* <p>Registers your account as a publisher of public extensions in the CloudFormation
|
|
10
10
|
* registry. Public extensions are available for use by all CloudFormation users. This
|
|
11
|
-
* publisher ID applies to your account in all Regions.</p>
|
|
11
|
+
* publisher ID applies to your account in all Amazon Web Services Regions.</p>
|
|
12
12
|
* <p>For information on requirements for registering as a public extension publisher, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation
|
|
14
14
|
* extensions</a> in the <i>CloudFormation CLI User Guide</i>.</p>
|
|
@@ -7,7 +7,7 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Registers an extension with the CloudFormation service. Registering an
|
|
10
|
-
* extension makes it available for use in CloudFormation templates in your account, and includes:</p>
|
|
10
|
+
* extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
|
|
11
11
|
* <ul>
|
|
12
12
|
* <li>
|
|
13
13
|
* <p>Validating the extension schema</p>
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RollbackStackCommand = void 0;
|
|
4
|
+
const models_0_1 = require("../models/models_0");
|
|
5
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
+
/**
|
|
9
|
+
* <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the <a>DescribeStacks</a> API.</p>
|
|
10
|
+
* <p>Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
|
|
11
|
+
* <p>This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state includes any status in a <code>*_COMPLETE</code>. This includes the following stack statuses.</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>
|
|
15
|
+
* <code>CREATE_COMPLETE</code>
|
|
16
|
+
* </p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <code>UPDATE_COMPLETE</code>
|
|
21
|
+
* </p>
|
|
22
|
+
* </li>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>
|
|
25
|
+
* <code>UPDATE_ROLLBACK_COMPLETE</code>
|
|
26
|
+
* </p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <code>IMPORT_COMPLETE</code>
|
|
31
|
+
* </p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>IMPORT_ROLLBACK_COMPLETE</code>
|
|
36
|
+
* </p>
|
|
37
|
+
* </li>
|
|
38
|
+
* </ul>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { CloudFormationClient, RollbackStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
43
|
+
* // const { CloudFormationClient, RollbackStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
44
|
+
* const client = new CloudFormationClient(config);
|
|
45
|
+
* const command = new RollbackStackCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @see {@link RollbackStackCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link RollbackStackCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
class RollbackStackCommand extends smithy_client_1.Command {
|
|
55
|
+
// Start section: command_properties
|
|
56
|
+
// End section: command_properties
|
|
57
|
+
constructor(input) {
|
|
58
|
+
// Start section: command_constructor
|
|
59
|
+
super();
|
|
60
|
+
this.input = input;
|
|
61
|
+
// End section: command_constructor
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
67
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
+
const { logger } = configuration;
|
|
70
|
+
const clientName = "CloudFormationClient";
|
|
71
|
+
const commandName = "RollbackStackCommand";
|
|
72
|
+
const handlerExecutionContext = {
|
|
73
|
+
logger,
|
|
74
|
+
clientName,
|
|
75
|
+
commandName,
|
|
76
|
+
inputFilterSensitiveLog: models_0_1.RollbackStackInput.filterSensitiveLog,
|
|
77
|
+
outputFilterSensitiveLog: models_0_1.RollbackStackOutput.filterSensitiveLog,
|
|
78
|
+
};
|
|
79
|
+
const { requestHandler } = configuration;
|
|
80
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
81
|
+
}
|
|
82
|
+
serialize(input, context) {
|
|
83
|
+
return Aws_query_1.serializeAws_queryRollbackStackCommand(input, context);
|
|
84
|
+
}
|
|
85
|
+
deserialize(output, context) {
|
|
86
|
+
return Aws_query_1.deserializeAws_queryRollbackStackCommand(output, context);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.RollbackStackCommand = RollbackStackCommand;
|
|
90
|
+
//# sourceMappingURL=RollbackStackCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RollbackStackCommand.js","sourceRoot":"","sources":["../../../commands/RollbackStackCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,kDAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;CAIF;AAtDD,oDAsDC"}
|
|
@@ -7,8 +7,9 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Sends a signal to the specified resource with a success or failure status. You can
|
|
10
|
-
* use the SignalResource API in conjunction with a creation policy or update policy.
|
|
11
|
-
*
|
|
10
|
+
* use the SignalResource API in conjunction with a creation policy or update policy.
|
|
11
|
+
* CloudFormation doesn't proceed with a stack creation or update until resources receive the
|
|
12
|
+
* required number of signals or the timeout period is exceeded. The SignalResource API is
|
|
12
13
|
* useful in cases where you want to send signals from anywhere other than an Amazon EC2
|
|
13
14
|
* instance.</p>
|
|
14
15
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SignalResourceCommand.js","sourceRoot":"","sources":["../../../commands/SignalResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyD;AACzD,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"SignalResourceCommand.js","sourceRoot":"","sources":["../../../commands/SignalResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyD;AACzD,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,mDAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -10,7 +10,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
10
10
|
* a stack with termination protection enabled, the operation fails and the stack remains
|
|
11
11
|
* unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
|
|
12
12
|
* Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
13
|
-
* <p>
|
|
13
|
+
* <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
|
|
14
14
|
* stacks</a>, termination protection is set on the root stack and cannot be changed
|
|
15
15
|
* directly on the nested stack.</p>
|
|
16
16
|
* @example
|
|
@@ -6,10 +6,9 @@ const Aws_query_1 = require("../protocols/Aws_query");
|
|
|
6
6
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
/**
|
|
9
|
-
* <p>Validates a specified template. CloudFormation first checks if the template
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* error.</p>
|
|
9
|
+
* <p>Validates a specified template. CloudFormation first checks if the template is
|
|
10
|
+
* valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
|
|
11
|
+
* these checks fail, CloudFormation returns a template validation error.</p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValidateTemplateCommand.js","sourceRoot":"","sources":["../../../commands/ValidateTemplateCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmF;AACnF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D
|
|
1
|
+
{"version":3,"file":"ValidateTemplateCommand.js","sourceRoot":"","sources":["../../../commands/ValidateTemplateCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmF;AACnF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gCAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,iCAAsB,CAAC,kBAAkB;SACpE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,qDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,0DAsDC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -80,6 +80,7 @@ tslib_1.__exportStar(require("./commands/PublishTypeCommand"), exports);
|
|
|
80
80
|
tslib_1.__exportStar(require("./commands/RecordHandlerProgressCommand"), exports);
|
|
81
81
|
tslib_1.__exportStar(require("./commands/RegisterPublisherCommand"), exports);
|
|
82
82
|
tslib_1.__exportStar(require("./commands/RegisterTypeCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./commands/RollbackStackCommand"), exports);
|
|
83
84
|
tslib_1.__exportStar(require("./commands/SetStackPolicyCommand"), exports);
|
|
84
85
|
tslib_1.__exportStar(require("./commands/SetTypeConfigurationCommand"), exports);
|
|
85
86
|
tslib_1.__exportStar(require("./commands/SetTypeDefaultVersionCommand"), exports);
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC;AACvC,2DAAiC;AACjC,yEAA+C;AAC/C,4FAAkE;AAClE,8EAAoD;AACpD,mFAAyD;AACzD,4EAAkD;AAClD,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,2EAAiD;AACjD,4EAAkD;AAClD,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,2EAAiD;AACjD,kFAAwD;AACxD,sFAA4D;AAC5D,8EAAoD;AACpD,mFAAyD;AACzD,8EAAoD;AACpD,8FAAoE;AACpE,gFAAsD;AACtD,oFAA0D;AAC1D,kFAAwD;AACxD,kFAAwD;AACxD,wFAA8D;AAC9D,4FAAkE;AAClE,mFAAyD;AACzD,2EAAiD;AACjD,+EAAqD;AACrD,+EAAqD;AACrD,+EAAqD;AACrD,uEAA6C;AAC7C,+EAAqD;AACrD,iFAAuD;AACvD,+EAAqD;AACrD,6EAAmD;AACnD,sFAA4D;AAC5D,yEAA+C;AAC/C,qFAA2D;AAC3D,oFAA0D;AAC1D,6EAAmD;AACnD,qFAA2D;AAC3D,gFAAsD;AACtD,iFAAuD;AACvD,6EAAmD;AACnD,2EAAiD;AACjD,wEAA8C;AAC9C,+EAAqD;AACrD,mFAAyD;AACzD,2EAAiD;AACjD,+EAAqD;AACrD,wEAA8C;AAC9C,4EAAkD;AAClD,wEAA8C;AAC9C,4EAAkD;AAClD,+EAAqD;AACrD,mFAAyD;AACzD,+EAAqD;AACrD,mFAAyD;AACzD,uEAA6C;AAC7C,2EAAiD;AACjD,yFAA+D;AAC/D,6FAAmE;AACnE,mFAAyD;AACzD,uFAA6D;AAC7D,0EAAgD;AAChD,8EAAoD;AACpD,kFAAwD;AACxD,sFAA4D;AAC5D,sEAA4C;AAC5C,0EAAgD;AAChD,6EAAmD;AACnD,iFAAuD;AACvD,wEAA8C;AAC9C,kFAAwD;AACxD,8EAAoD;AACpD,yEAA+C;AAC/C,2EAAiD;AACjD,iFAAuD;AACvD,kFAAwD;AACxD,2EAAiD;AACjD,kFAAwD;AACxD,qEAA2C;AAC3C,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,wFAA8D;AAC9D,6EAAmD;AACnD,kEAAwC;AACxC,yDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC;AACvC,2DAAiC;AACjC,yEAA+C;AAC/C,4FAAkE;AAClE,8EAAoD;AACpD,mFAAyD;AACzD,4EAAkD;AAClD,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,2EAAiD;AACjD,4EAAkD;AAClD,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,2EAAiD;AACjD,kFAAwD;AACxD,sFAA4D;AAC5D,8EAAoD;AACpD,mFAAyD;AACzD,8EAAoD;AACpD,8FAAoE;AACpE,gFAAsD;AACtD,oFAA0D;AAC1D,kFAAwD;AACxD,kFAAwD;AACxD,wFAA8D;AAC9D,4FAAkE;AAClE,mFAAyD;AACzD,2EAAiD;AACjD,+EAAqD;AACrD,+EAAqD;AACrD,+EAAqD;AACrD,uEAA6C;AAC7C,+EAAqD;AACrD,iFAAuD;AACvD,+EAAqD;AACrD,6EAAmD;AACnD,sFAA4D;AAC5D,yEAA+C;AAC/C,qFAA2D;AAC3D,oFAA0D;AAC1D,6EAAmD;AACnD,qFAA2D;AAC3D,gFAAsD;AACtD,iFAAuD;AACvD,6EAAmD;AACnD,2EAAiD;AACjD,wEAA8C;AAC9C,+EAAqD;AACrD,mFAAyD;AACzD,2EAAiD;AACjD,+EAAqD;AACrD,wEAA8C;AAC9C,4EAAkD;AAClD,wEAA8C;AAC9C,4EAAkD;AAClD,+EAAqD;AACrD,mFAAyD;AACzD,+EAAqD;AACrD,mFAAyD;AACzD,uEAA6C;AAC7C,2EAAiD;AACjD,yFAA+D;AAC/D,6FAAmE;AACnE,mFAAyD;AACzD,uFAA6D;AAC7D,0EAAgD;AAChD,8EAAoD;AACpD,kFAAwD;AACxD,sFAA4D;AAC5D,sEAA4C;AAC5C,0EAAgD;AAChD,6EAAmD;AACnD,iFAAuD;AACvD,wEAA8C;AAC9C,kFAAwD;AACxD,8EAAoD;AACpD,yEAA+C;AAC/C,0EAAgD;AAChD,2EAAiD;AACjD,iFAAuD;AACvD,kFAAwD;AACxD,2EAAiD;AACjD,kFAAwD;AACxD,qEAA2C;AAC3C,wEAA8C;AAC9C,iFAAuD;AACvD,2EAAiD;AACjD,wFAA8D;AAC9D,6EAAmD;AACnD,kEAAwC;AACxC,yDAA+B"}
|
|
@@ -4,7 +4,7 @@ exports.LimitExceededException = exports.InsufficientCapabilitiesException = exp
|
|
|
4
4
|
exports.DescribeStackInstanceOutput = exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
|
|
5
5
|
exports.TemplateStage = exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = void 0;
|
|
6
6
|
exports.InvalidStateTransitionException = exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = void 0;
|
|
7
|
-
exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
|
|
7
|
+
exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
|
|
8
8
|
var AccountGateResult;
|
|
9
9
|
(function (AccountGateResult) {
|
|
10
10
|
/**
|
|
@@ -803,9 +803,15 @@ var ResourceStatus;
|
|
|
803
803
|
ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
|
|
804
804
|
ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
|
|
805
805
|
ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
806
|
+
ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
|
|
807
|
+
ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
|
|
808
|
+
ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
806
809
|
ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
807
810
|
ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
808
811
|
ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
812
|
+
ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
813
|
+
ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
|
|
814
|
+
ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
809
815
|
})(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
|
|
810
816
|
var StackEvent;
|
|
811
817
|
(function (StackEvent) {
|
|
@@ -1037,6 +1043,7 @@ var StackStatus;
|
|
|
1037
1043
|
StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
1038
1044
|
StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
1039
1045
|
StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
1046
|
+
StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
1040
1047
|
StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
1041
1048
|
StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
1042
1049
|
StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
@@ -1850,6 +1857,24 @@ var RegisterTypeOutput;
|
|
|
1850
1857
|
...obj,
|
|
1851
1858
|
});
|
|
1852
1859
|
})(RegisterTypeOutput = exports.RegisterTypeOutput || (exports.RegisterTypeOutput = {}));
|
|
1860
|
+
var RollbackStackInput;
|
|
1861
|
+
(function (RollbackStackInput) {
|
|
1862
|
+
/**
|
|
1863
|
+
* @internal
|
|
1864
|
+
*/
|
|
1865
|
+
RollbackStackInput.filterSensitiveLog = (obj) => ({
|
|
1866
|
+
...obj,
|
|
1867
|
+
});
|
|
1868
|
+
})(RollbackStackInput = exports.RollbackStackInput || (exports.RollbackStackInput = {}));
|
|
1869
|
+
var RollbackStackOutput;
|
|
1870
|
+
(function (RollbackStackOutput) {
|
|
1871
|
+
/**
|
|
1872
|
+
* @internal
|
|
1873
|
+
*/
|
|
1874
|
+
RollbackStackOutput.filterSensitiveLog = (obj) => ({
|
|
1875
|
+
...obj,
|
|
1876
|
+
});
|
|
1877
|
+
})(RollbackStackOutput = exports.RollbackStackOutput || (exports.RollbackStackOutput = {}));
|
|
1853
1878
|
var SetStackPolicyInput;
|
|
1854
1879
|
(function (SetStackPolicyInput) {
|
|
1855
1880
|
/**
|