@aws-sdk/client-cloudformation 3.39.0 → 3.43.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 +41 -0
- package/README.md +11 -11
- package/dist-cjs/endpoints.js +130 -19
- package/dist-cjs/models/models_0.js +10 -4
- package/dist-cjs/protocols/Aws_query.js +48 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +130 -19
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_query.js +51 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CloudFormation.d.ts +114 -117
- package/dist-types/CloudFormationClient.d.ts +19 -11
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +3 -3
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
- package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -8
- package/dist-types/commands/CreateStackCommand.d.ts +3 -3
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -2
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStackCommand.d.ts +4 -4
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +9 -10
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +4 -5
- package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +7 -7
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +3 -3
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -1
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -4
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/GetStackPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +7 -9
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -3
- package/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -4
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +2 -3
- package/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- 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 +9 -4
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +5 -5
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +7 -7
- package/dist-types/commands/UpdateStackSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +3 -3
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +657 -635
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
|
@@ -10,11 +10,12 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
10
10
|
* <p>Creates a list of changes that will be applied to a stack so that you can review the
|
|
11
11
|
* changes before executing them. You can create a change set for a stack that doesn't exist
|
|
12
12
|
* or an existing stack. If you create a change set for a stack that doesn't exist, the change
|
|
13
|
-
* set shows all of the resources that CloudFormation will create. If you create a
|
|
14
|
-
* set for an existing stack, CloudFormation compares the stack's information
|
|
15
|
-
* information that you submit in the change set and lists the differences. Use
|
|
16
|
-
* understand which resources CloudFormation will create or change, and
|
|
17
|
-
* resources in an existing stack, before you create or update a
|
|
13
|
+
* set shows all of the resources that CloudFormation will create. If you create a
|
|
14
|
+
* change set for an existing stack, CloudFormation compares the stack's information
|
|
15
|
+
* with the information that you submit in the change set and lists the differences. Use
|
|
16
|
+
* change sets to understand which resources CloudFormation will create or change, and
|
|
17
|
+
* how it will change resources in an existing stack, before you create or update a
|
|
18
|
+
* stack.</p>
|
|
18
19
|
* <p>To create a change set for a stack that doesn't exist, for the
|
|
19
20
|
* <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
|
|
20
21
|
* set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
|
|
@@ -23,8 +24,8 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
23
24
|
* successfully completes, CloudFormation starts creating the change set. To check the
|
|
24
25
|
* status of the change set or to review it, use the <a>DescribeChangeSet</a>
|
|
25
26
|
* action.</p>
|
|
26
|
-
* <p>When you are satisfied with the changes the change set will make, execute the change
|
|
27
|
-
*
|
|
27
|
+
* <p>When you are satisfied with the changes the change set will make, execute the change set
|
|
28
|
+
* by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
|
|
28
29
|
* changes until you execute the change set.</p>
|
|
29
30
|
* <p>To create a change set for the entire stack hierachy, set
|
|
30
31
|
* <code>IncludeNestedStacks</code> to <code>True</code>.</p>
|
|
@@ -40,7 +41,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
40
41
|
*
|
|
41
42
|
* @see {@link CreateChangeSetCommandInput} for command's `input` shape.
|
|
42
43
|
* @see {@link CreateChangeSetCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
44
45
|
*
|
|
45
46
|
*/
|
|
46
47
|
export declare class CreateChangeSetCommand extends $Command<CreateChangeSetCommandInput, CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,8 +7,8 @@ export interface CreateStackCommandInput extends CreateStackInput {
|
|
|
7
7
|
export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a stack as specified in the template. After the call completes successfully,
|
|
11
|
-
*
|
|
10
|
+
* <p>Creates a stack as specified in the template. After the call completes successfully, the
|
|
11
|
+
* stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -21,7 +21,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateStackCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateStackCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -8,7 +8,9 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates stack instances for the specified accounts, within the specified Regions. A
|
|
11
|
-
* stack instance refers to a stack in a specific account and Region. You must specify at
|
|
11
|
+
* stack instance refers to a stack in a specific account and Region. You must specify at
|
|
12
|
+
* least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you
|
|
13
|
+
* must specify at least one value for <code>Regions</code>.</p>
|
|
12
14
|
* @example
|
|
13
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
16
|
* ```javascript
|
|
@@ -21,7 +23,7 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
|
|
|
21
23
|
*
|
|
22
24
|
* @see {@link CreateStackInstancesCommandInput} for command's `input` shape.
|
|
23
25
|
* @see {@link CreateStackInstancesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
27
|
*
|
|
26
28
|
*/
|
|
27
29
|
export declare class CreateStackInstancesCommand extends $Command<CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateStackSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateStackSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateStackSetCommand extends $Command<CreateStackSetCommandInput, CreateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeactivateTypeCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeactivateTypeCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeactivateTypeCommand extends $Command<DeactivateTypeCommandInput, DeactivateTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,8 +7,8 @@ export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {
|
|
|
7
7
|
export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes the specified change set. Deleting change sets ensures that no one executes
|
|
11
|
-
*
|
|
10
|
+
* <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
|
|
11
|
+
* wrong change set.</p>
|
|
12
12
|
* <p>If the call successfully completes, CloudFormation successfully deleted the
|
|
13
13
|
* change set.</p>
|
|
14
14
|
* <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
|
|
@@ -27,7 +27,7 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DeleteChangeSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DeleteChangeSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DeleteChangeSetCommand extends $Command<DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,9 +7,9 @@ export interface DeleteStackCommandInput extends DeleteStackInput {
|
|
|
7
7
|
export interface DeleteStackCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes a specified stack. Once the call completes successfully, stack deletion
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
|
|
11
|
+
* Deleted stacks do not show up in the <a>DescribeStacks</a> API if the deletion
|
|
12
|
+
* has been completed successfully.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -22,7 +22,7 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteStackCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteStackCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteStackInstancesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteStackInstancesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteStackInstancesCommand extends $Command<DeleteStackInstancesCommandInput, DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteStackSetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteStackSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteStackSetCommand extends $Command<DeleteStackSetCommandInput, DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeregisterTypeCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeregisterTypeCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeregisterTypeCommand extends $Command<DeregisterTypeCommandInput, DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -9,8 +9,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of
|
|
11
11
|
* stacks that you can create in your account. For more information about account limits, see
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
|
|
13
|
-
* Limits</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Limits</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
14
13
|
* @example
|
|
15
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
15
|
* ```javascript
|
|
@@ -23,7 +22,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
27
26
|
*
|
|
28
27
|
*/
|
|
29
28
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeChangeSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeChangeSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeChangeSetCommand extends $Command<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link DescribePublisherCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link DescribePublisherCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class DescribePublisherCommand extends $Command<DescribePublisherCommandInput, DescribePublisherCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link DescribeStackDriftDetectionStatusCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link DescribeStackDriftDetectionStatusCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class DescribeStackDriftDetectionStatusCommand extends $Command<DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,8 +7,9 @@ export interface DescribeStackEventsCommandInput extends DescribeStackEventsInpu
|
|
|
7
7
|
export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns all stack related events for a specified stack in reverse chronological
|
|
11
|
-
*
|
|
10
|
+
* <p>Returns all stack related events for a specified stack in reverse chronological order.
|
|
11
|
+
* For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the
|
|
12
|
+
* CloudFormation User Guide.</p>
|
|
12
13
|
* <note>
|
|
13
14
|
* <p>You can list events for stacks that have failed to create or have been deleted by
|
|
14
15
|
* specifying the unique stack identifier (stack ID).</p>
|
|
@@ -25,7 +26,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
|
|
|
25
26
|
*
|
|
26
27
|
* @see {@link DescribeStackEventsCommandInput} for command's `input` shape.
|
|
27
28
|
* @see {@link DescribeStackEventsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
30
|
*
|
|
30
31
|
*/
|
|
31
32
|
export declare class DescribeStackEventsCommand extends $Command<DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -8,8 +8,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
|
|
11
|
-
* <p>For a list of stack instances that are associated with a specific stack set, use
|
|
12
|
-
* <a>ListStackInstances</a>.</p>
|
|
11
|
+
* <p>For a list of stack instances that are associated with a specific stack set, use <a>ListStackInstances</a>.</p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -22,7 +21,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link DescribeStackInstanceCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link DescribeStackInstanceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class DescribeStackInstanceCommand extends $Command<DescribeStackInstanceCommandInput, DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -8,8 +8,8 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns a description of the specified resource in the specified stack.</p>
|
|
11
|
-
* <p>For deleted stacks, DescribeStackResource returns resource information for up to 90
|
|
12
|
-
*
|
|
11
|
+
* <p>For deleted stacks, DescribeStackResource returns resource information for up to 90 days
|
|
12
|
+
* after the stack has been deleted.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -22,7 +22,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeStackResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeStackResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeStackResourceCommand extends $Command<DescribeStackResourceCommandInput, DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -14,9 +14,9 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
14
14
|
* resource that has been checked for drift. Resources that haven't yet been checked for drift
|
|
15
15
|
* are not included. Resources that do not currently support drift detection are not checked,
|
|
16
16
|
* 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
|
-
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
18
|
-
*
|
|
19
|
-
*
|
|
17
|
+
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources,
|
|
18
|
+
* or <a>DetectStackDrift</a> to detect drift on all supported resources for a
|
|
19
|
+
* given stack.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -29,7 +29,7 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DescribeStackResourceDriftsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DescribeStackResourceDriftsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DescribeStackResourceDriftsCommand extends $Command<DescribeStackResourceDriftsCommandInput, DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -12,20 +12,19 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
|
|
|
12
12
|
* stack are returned. If <code>PhysicalResourceId</code> is specified, the associated
|
|
13
13
|
* resources of the stack that the resource belongs to are returned.</p>
|
|
14
14
|
* <note>
|
|
15
|
-
* <p>Only the first 100 resources will be returned. If your stack has more resources
|
|
16
|
-
*
|
|
15
|
+
* <p>Only the first 100 resources will be returned. If your stack has more resources than
|
|
16
|
+
* this, you should use <code>ListStackResources</code> instead.</p>
|
|
17
17
|
* </note>
|
|
18
|
-
* <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information
|
|
19
|
-
*
|
|
20
|
-
* <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>,
|
|
21
|
-
*
|
|
18
|
+
* <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for
|
|
19
|
+
* up to 90 days after the stack has been deleted.</p>
|
|
20
|
+
* <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>, but
|
|
21
|
+
* not both. In addition, you can specify <code>LogicalResourceId</code> to filter the
|
|
22
22
|
* returned result. For more information about resources, the <code>LogicalResourceId</code>
|
|
23
23
|
* and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User
|
|
24
24
|
* Guide</a>.</p>
|
|
25
25
|
* <note>
|
|
26
|
-
* <p>A <code>ValidationError</code> is returned if you specify both
|
|
27
|
-
*
|
|
28
|
-
* request.</p>
|
|
26
|
+
* <p>A <code>ValidationError</code> is returned if you specify both <code>StackName</code>
|
|
27
|
+
* and <code>PhysicalResourceId</code> in the same request.</p>
|
|
29
28
|
* </note>
|
|
30
29
|
* @example
|
|
31
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -39,7 +38,7 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
|
|
|
39
38
|
*
|
|
40
39
|
* @see {@link DescribeStackResourcesCommandInput} for command's `input` shape.
|
|
41
40
|
* @see {@link DescribeStackResourcesCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
43
42
|
*
|
|
44
43
|
*/
|
|
45
44
|
export declare class DescribeStackResourcesCommand extends $Command<DescribeStackResourcesCommandInput, DescribeStackResourcesCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeStackSetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeStackSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeStackSetCommand extends $Command<DescribeStackSetCommandInput, DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeStackSetOperationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeStackSetOperationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeStackSetOperationCommand extends $Command<DescribeStackSetOperationCommandInput, DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,11 +7,10 @@ export interface DescribeStacksCommandInput extends DescribeStacksInput {
|
|
|
7
7
|
export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the description for the specified stack; if no stack name was specified, then
|
|
11
|
-
*
|
|
10
|
+
* <p>Returns the description for the specified stack; if no stack name was specified, then it
|
|
11
|
+
* returns the description for all the stacks created.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>If the stack does not exist, an <code>ValidationError</code> is
|
|
14
|
-
* returned.</p>
|
|
13
|
+
* <p>If the stack does not exist, an <code>ValidationError</code> is returned.</p>
|
|
15
14
|
* </note>
|
|
16
15
|
* @example
|
|
17
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,7 +24,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
25
24
|
*
|
|
26
25
|
* @see {@link DescribeStacksCommandInput} for command's `input` shape.
|
|
27
26
|
* @see {@link DescribeStacksCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
29
28
|
*
|
|
30
29
|
*/
|
|
31
30
|
export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeTypeCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeTypeCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeTypeCommand extends $Command<DescribeTypeCommandInput, DescribeTypeCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DescribeTypeRegistrationCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DescribeTypeRegistrationCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DescribeTypeRegistrationCommand extends $Command<DescribeTypeRegistrationCommandInput, DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -16,15 +16,15 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
16
16
|
* of its resources differ from their expected template configurations. For more information,
|
|
17
17
|
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
|
|
18
18
|
* Unregulated Configuration Changes to Stacks and Resources</a>.</p>
|
|
19
|
-
* <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a
|
|
20
|
-
*
|
|
19
|
+
* <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a given
|
|
20
|
+
* stack, or <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
21
21
|
* resources.</p>
|
|
22
22
|
* <p>For a list of stack resources that currently 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>
|
|
23
23
|
* <p>
|
|
24
|
-
* <code>DetectStackDrift</code> can take up to several minutes, depending on the number
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* its resources.</p>
|
|
24
|
+
* <code>DetectStackDrift</code> can take up to several minutes, depending on the number of
|
|
25
|
+
* resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack drift operation. Once the drift detection
|
|
26
|
+
* operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift
|
|
27
|
+
* information about the stack and its resources.</p>
|
|
28
28
|
* <p>When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks
|
|
29
29
|
* belonging to that stack. Perform <code>DetectStackDrift</code> directly on the nested stack
|
|
30
30
|
* itself.</p>
|
|
@@ -40,7 +40,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DetectStackDriftCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DetectStackDriftCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DetectStackDriftCommand extends $Command<DetectStackDriftCommandInput, DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -17,8 +17,8 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
17
17
|
* <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or
|
|
18
18
|
* <a>DetectStackDrift</a> to detect drift on all resources in a given stack
|
|
19
19
|
* that support drift detection.</p>
|
|
20
|
-
* <p>Resources that do not currently support drift detection cannot be checked. For a list
|
|
21
|
-
*
|
|
20
|
+
* <p>Resources that do not currently support drift detection cannot be checked. For a list of
|
|
21
|
+
* 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>
|
|
22
22
|
* @example
|
|
23
23
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
24
|
* ```javascript
|
|
@@ -31,7 +31,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DetectStackResourceDriftCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DetectStackResourceDriftCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DetectStackResourceDriftCommand extends $Command<DetectStackResourceDriftCommandInput, DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link DetectStackSetDriftCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link DetectStackSetDriftCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class DetectStackSetDriftCommand extends $Command<DetectStackSetDriftCommandInput, DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,9 +7,8 @@ export interface EstimateTemplateCostCommandInput extends EstimateTemplateCostIn
|
|
|
7
7
|
export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple
|
|
11
|
-
*
|
|
12
|
-
* template.</p>
|
|
10
|
+
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple Monthly Calculator URL with a query string that describes the
|
|
11
|
+
* resources required to run the template.</p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -22,7 +21,7 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link EstimateTemplateCostCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link EstimateTemplateCostCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class EstimateTemplateCostCommand extends $Command<EstimateTemplateCostCommandInput, EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,8 +7,8 @@ export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {
|
|
|
7
7
|
export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates a stack using the input information that was provided when the specified
|
|
11
|
-
*
|
|
10
|
+
* <p>Updates a stack using the input information that was provided when the specified change
|
|
11
|
+
* set was created. After the call successfully completes, CloudFormation starts
|
|
12
12
|
* updating the stack. Use the <a>DescribeStacks</a> action to view the status of
|
|
13
13
|
* the update.</p>
|
|
14
14
|
* <p>When you execute a change set, CloudFormation deletes all other change sets
|
|
@@ -30,7 +30,7 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link ExecuteChangeSetCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link ExecuteChangeSetCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class ExecuteChangeSetCommand extends $Command<ExecuteChangeSetCommandInput, ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,8 +7,8 @@ export interface GetStackPolicyCommandInput extends GetStackPolicyInput {
|
|
|
7
7
|
export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a
|
|
11
|
-
*
|
|
10
|
+
* <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null
|
|
11
|
+
* value is returned.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -21,7 +21,7 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetStackPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetStackPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetStackPolicyCommand extends $Command<GetStackPolicyCommandInput, GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -7,10 +7,10 @@ export interface GetTemplateCommandInput extends GetTemplateInput {
|
|
|
7
7
|
export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the template body for a specified stack. You can get the template for running
|
|
11
|
-
*
|
|
12
|
-
* <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the
|
|
13
|
-
*
|
|
10
|
+
* <p>Returns the template body for a specified stack. You can get the template for running or
|
|
11
|
+
* deleted stacks.</p>
|
|
12
|
+
* <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack
|
|
13
|
+
* has been deleted.</p>
|
|
14
14
|
* <note>
|
|
15
15
|
* <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
|
|
16
16
|
* </note>
|
|
@@ -26,7 +26,7 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, CloudFormationClientResolvedConfig> {
|
|
@@ -13,8 +13,8 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
13
13
|
* stack set.</p>
|
|
14
14
|
* <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or
|
|
15
15
|
* you can get template information for a stack set, or a running or deleted stack.</p>
|
|
16
|
-
* <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information
|
|
17
|
-
*
|
|
16
|
+
* <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for
|
|
17
|
+
* up to 90 days after the stack has been deleted. If the template does not exist, a
|
|
18
18
|
* <code>ValidationError</code> is returned.</p>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +28,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetTemplateSummaryCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetTemplateSummaryCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetTemplateSummaryCommand extends $Command<GetTemplateSummaryCommandInput, GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig> {
|