@aws-sdk/client-cloudformation 3.48.0 → 3.52.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 +35 -0
- package/README.md +10 -10
- package/dist-cjs/CloudFormation.js +15 -0
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -5
- package/dist-cjs/protocols/Aws_query.js +208 -3
- package/dist-es/CloudFormation.js +15 -0
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +50 -0
- package/dist-es/protocols/Aws_query.js +211 -0
- package/dist-types/CloudFormation.d.ts +134 -130
- package/dist-types/CloudFormationClient.d.ts +13 -12
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -8
- package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -7
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +35 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- 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 +1 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +7 -6
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +7 -7
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -6
- package/dist-types/commands/ListExportsCommand.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/PublishTypeCommand.d.ts +4 -6
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
- package/dist-types/commands/RegisterTypeCommand.d.ts +5 -6
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SignalResourceCommand.d.ts +2 -2
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +4 -5
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -5
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1009 -733
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +5 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/package.json +41 -35
|
@@ -22,6 +22,7 @@ import { DeleteStackSetCommandInput, DeleteStackSetCommandOutput } from "./comma
|
|
|
22
22
|
import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "./commands/DeregisterTypeCommand";
|
|
23
23
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
24
24
|
import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "./commands/DescribeChangeSetCommand";
|
|
25
|
+
import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "./commands/DescribeChangeSetHooksCommand";
|
|
25
26
|
import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "./commands/DescribePublisherCommand";
|
|
26
27
|
import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "./commands/DescribeStackDriftDetectionStatusCommand";
|
|
27
28
|
import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "./commands/DescribeStackEventsCommand";
|
|
@@ -71,8 +72,8 @@ import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } f
|
|
|
71
72
|
import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
|
|
72
73
|
import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
73
74
|
import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
74
|
-
export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
75
|
-
export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
75
|
+
export declare type ServiceInputTypes = ActivateTypeCommandInput | BatchDescribeTypeConfigurationsCommandInput | CancelUpdateStackCommandInput | ContinueUpdateRollbackCommandInput | CreateChangeSetCommandInput | CreateStackCommandInput | CreateStackInstancesCommandInput | CreateStackSetCommandInput | DeactivateTypeCommandInput | DeleteChangeSetCommandInput | DeleteStackCommandInput | DeleteStackInstancesCommandInput | DeleteStackSetCommandInput | DeregisterTypeCommandInput | DescribeAccountLimitsCommandInput | DescribeChangeSetCommandInput | DescribeChangeSetHooksCommandInput | DescribePublisherCommandInput | DescribeStackDriftDetectionStatusCommandInput | DescribeStackEventsCommandInput | DescribeStackInstanceCommandInput | DescribeStackResourceCommandInput | DescribeStackResourceDriftsCommandInput | DescribeStackResourcesCommandInput | DescribeStackSetCommandInput | DescribeStackSetOperationCommandInput | DescribeStacksCommandInput | DescribeTypeCommandInput | DescribeTypeRegistrationCommandInput | DetectStackDriftCommandInput | DetectStackResourceDriftCommandInput | DetectStackSetDriftCommandInput | EstimateTemplateCostCommandInput | ExecuteChangeSetCommandInput | GetStackPolicyCommandInput | GetTemplateCommandInput | GetTemplateSummaryCommandInput | ImportStacksToStackSetCommandInput | ListChangeSetsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListStackInstancesCommandInput | ListStackResourcesCommandInput | ListStackSetOperationResultsCommandInput | ListStackSetOperationsCommandInput | ListStackSetsCommandInput | ListStacksCommandInput | ListTypeRegistrationsCommandInput | ListTypeVersionsCommandInput | ListTypesCommandInput | PublishTypeCommandInput | RecordHandlerProgressCommandInput | RegisterPublisherCommandInput | RegisterTypeCommandInput | RollbackStackCommandInput | SetStackPolicyCommandInput | SetTypeConfigurationCommandInput | SetTypeDefaultVersionCommandInput | SignalResourceCommandInput | StopStackSetOperationCommandInput | TestTypeCommandInput | UpdateStackCommandInput | UpdateStackInstancesCommandInput | UpdateStackSetCommandInput | UpdateTerminationProtectionCommandInput | ValidateTemplateCommandInput;
|
|
76
|
+
export declare type ServiceOutputTypes = ActivateTypeCommandOutput | BatchDescribeTypeConfigurationsCommandOutput | CancelUpdateStackCommandOutput | ContinueUpdateRollbackCommandOutput | CreateChangeSetCommandOutput | CreateStackCommandOutput | CreateStackInstancesCommandOutput | CreateStackSetCommandOutput | DeactivateTypeCommandOutput | DeleteChangeSetCommandOutput | DeleteStackCommandOutput | DeleteStackInstancesCommandOutput | DeleteStackSetCommandOutput | DeregisterTypeCommandOutput | DescribeAccountLimitsCommandOutput | DescribeChangeSetCommandOutput | DescribeChangeSetHooksCommandOutput | DescribePublisherCommandOutput | DescribeStackDriftDetectionStatusCommandOutput | DescribeStackEventsCommandOutput | DescribeStackInstanceCommandOutput | DescribeStackResourceCommandOutput | DescribeStackResourceDriftsCommandOutput | DescribeStackResourcesCommandOutput | DescribeStackSetCommandOutput | DescribeStackSetOperationCommandOutput | DescribeStacksCommandOutput | DescribeTypeCommandOutput | DescribeTypeRegistrationCommandOutput | DetectStackDriftCommandOutput | DetectStackResourceDriftCommandOutput | DetectStackSetDriftCommandOutput | EstimateTemplateCostCommandOutput | ExecuteChangeSetCommandOutput | GetStackPolicyCommandOutput | GetTemplateCommandOutput | GetTemplateSummaryCommandOutput | ImportStacksToStackSetCommandOutput | ListChangeSetsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListStackInstancesCommandOutput | ListStackResourcesCommandOutput | ListStackSetOperationResultsCommandOutput | ListStackSetOperationsCommandOutput | ListStackSetsCommandOutput | ListStacksCommandOutput | ListTypeRegistrationsCommandOutput | ListTypeVersionsCommandOutput | ListTypesCommandOutput | PublishTypeCommandOutput | RecordHandlerProgressCommandOutput | RegisterPublisherCommandOutput | RegisterTypeCommandOutput | RollbackStackCommandOutput | SetStackPolicyCommandOutput | SetTypeConfigurationCommandOutput | SetTypeDefaultVersionCommandOutput | SignalResourceCommandOutput | StopStackSetOperationCommandOutput | TestTypeCommandOutput | UpdateStackCommandOutput | UpdateStackInstancesCommandOutput | UpdateStackSetCommandOutput | UpdateTerminationProtectionCommandOutput | ValidateTemplateCommandOutput;
|
|
76
77
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
77
78
|
/**
|
|
78
79
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -191,18 +192,18 @@ declare type CloudFormationClientResolvedConfigType = __SmithyResolvedConfigurat
|
|
|
191
192
|
export interface CloudFormationClientResolvedConfig extends CloudFormationClientResolvedConfigType {
|
|
192
193
|
}
|
|
193
194
|
/**
|
|
194
|
-
* <fullname>
|
|
195
|
+
* <fullname>CloudFormation</fullname>
|
|
195
196
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure
|
|
196
197
|
* deployments predictably and repeatedly. You can use CloudFormation to leverage
|
|
197
|
-
* Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
* <p>With CloudFormation, you declare all
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
|
|
198
|
+
* Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
|
199
|
+
* Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly
|
|
200
|
+
* reliable, highly scalable, cost-effective applications without creating or configuring the
|
|
201
|
+
* underlying Amazon Web Services infrastructure.</p>
|
|
202
|
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template
|
|
203
|
+
* file. The template defines a collection of resources as a single unit called a stack.
|
|
204
|
+
* CloudFormation creates and deletes all member resources of the stack together and
|
|
205
|
+
* manages all dependencies between the resources for you.</p>
|
|
206
|
+
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
206
207
|
* <p>CloudFormation makes use of other Amazon Web Services products. If you need
|
|
207
208
|
* additional technical information about a specific Amazon Web Services product, you can find
|
|
208
209
|
* the product's technical documentation at <a href="https://docs.aws.amazon.com/">
|
|
@@ -12,8 +12,7 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
|
|
|
12
12
|
* public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
13
13
|
* <p>Once you have activated a public third-party extension in your account and region, use
|
|
14
14
|
* <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
|
|
15
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation
|
|
16
|
-
* User Guide</i>.</p>
|
|
15
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
17
16
|
* @example
|
|
18
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
18
|
* ```javascript
|
|
@@ -7,8 +7,8 @@ export interface BatchDescribeTypeConfigurationsCommandInput extends BatchDescri
|
|
|
7
7
|
export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescribeTypeConfigurationsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns configuration data for the specified CloudFormation extensions, from
|
|
11
|
-
* CloudFormation registry for the account and region.</p>
|
|
10
|
+
* <p>Returns configuration data for the specified CloudFormation extensions, from
|
|
11
|
+
* the CloudFormation registry for the account and region.</p>
|
|
12
12
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
|
|
13
13
|
* <i>CloudFormation User Guide</i>.</p>
|
|
14
14
|
* @example
|
|
@@ -10,7 +10,8 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
|
|
|
10
10
|
* <p>Cancels an update on the specified stack. If the call completes successfully, the stack
|
|
11
11
|
* rolls back the update and reverts to the previous stack configuration.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>You can cancel only stacks that are in the UPDATE_IN_PROGRESS
|
|
13
|
+
* <p>You can cancel only stacks that are in the <code>UPDATE_IN_PROGRESS</code>
|
|
14
|
+
* state.</p>
|
|
14
15
|
* </note>
|
|
15
16
|
* @example
|
|
16
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,16 +7,16 @@ export interface ContinueUpdateRollbackCommandInput extends ContinueUpdateRollba
|
|
|
7
7
|
export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollbackOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>For a specified stack that
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
|
|
11
|
+
* rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause
|
|
12
|
+
* of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
|
|
13
13
|
* return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
|
|
14
14
|
* then try to update the stack again.</p>
|
|
15
|
-
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
15
|
+
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after a failed stack update. For example, you
|
|
16
|
+
* might have a stack that's rolling back to an old database instance that was deleted outside
|
|
17
|
+
* of CloudFormation. Because CloudFormation doesn't know the database was deleted, it
|
|
18
|
+
* assumes that the database instance still exists and attempts to roll back to it, causing
|
|
19
|
+
* the update rollback to fail.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -10,12 +10,11 @@ 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
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* stack.</p>
|
|
13
|
+
* set shows all of the resources that CloudFormation will create. If you create a change
|
|
14
|
+
* set for an existing stack, CloudFormation compares the stack's information with the
|
|
15
|
+
* information that you submit in the change set and lists the differences. Use change sets to
|
|
16
|
+
* understand which resources CloudFormation will create or change, and how it will change
|
|
17
|
+
* resources in an existing stack, before you create or update a stack.</p>
|
|
19
18
|
* <p>To create a change set for a stack that doesn't exist, for the
|
|
20
19
|
* <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
|
|
21
20
|
* set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
|
|
@@ -27,7 +26,7 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
27
26
|
* <p>When you are satisfied with the changes the change set will make, execute the change set
|
|
28
27
|
* by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
|
|
29
28
|
* changes until you execute the change set.</p>
|
|
30
|
-
* <p>To create a change set for the entire stack
|
|
29
|
+
* <p>To create a change set for the entire stack hierarchy, set
|
|
31
30
|
* <code>IncludeNestedStacks</code> to <code>True</code>.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
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
|
|
11
|
+
* stack creation starts. You can check the status of the stack through the <a>DescribeStacks</a>operation.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -7,10 +7,10 @@ export interface CreateStackInstancesCommandInput extends CreateStackInstancesIn
|
|
|
7
7
|
export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates stack instances for the specified accounts, within the specified Regions. A
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* <p>Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.
|
|
11
|
+
* You must specify at least one value for either <code>Accounts</code> or
|
|
12
|
+
* <code>DeploymentTargets</code>, and you must specify at least one value for
|
|
13
|
+
* <code>Regions</code>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -9,9 +9,9 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deactivates a public extension that was previously activated in this account and
|
|
11
11
|
* region.</p>
|
|
12
|
-
* <p>Once deactivated, an extension
|
|
13
|
-
* includes stack update operations where the stack template includes the extension, even
|
|
14
|
-
* no updates are being made to the extension. In addition, deactivated extensions
|
|
12
|
+
* <p>Once deactivated, an extension can't be used in any CloudFormation operation.
|
|
13
|
+
* This includes stack update operations where the stack template includes the extension, even
|
|
14
|
+
* if no updates are being made to the extension. In addition, deactivated extensions aren't
|
|
15
15
|
* automatically updated if a new version of the extension is released.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,8 +9,8 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes the specified change set. Deleting change sets ensures that no one executes the
|
|
11
11
|
* wrong change set.</p>
|
|
12
|
-
* <p>If the call successfully completes, CloudFormation successfully deleted the
|
|
13
|
-
*
|
|
12
|
+
* <p>If the call successfully completes, CloudFormation successfully deleted the change
|
|
13
|
+
* set.</p>
|
|
14
14
|
* <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
|
|
15
15
|
* the nested change set, then <code>DeleteChangeSet</code> will delete all change sets that
|
|
16
16
|
* belong to the stacks hierarchy and will also delete all change sets for nested stacks with
|
|
@@ -8,8 +8,8 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a specified stack. Once the call completes successfully, stack deletion starts.
|
|
11
|
-
* Deleted stacks
|
|
12
|
-
* has been completed successfully.</p>
|
|
11
|
+
* Deleted stacks don't show up in the <a>DescribeStacks</a> operation if the
|
|
12
|
+
* deletion 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
|
|
@@ -7,7 +7,7 @@ export interface DeleteStackInstancesCommandInput extends DeleteStackInstancesIn
|
|
|
7
7
|
export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes stack instances for the specified accounts, in the specified Regions.</p>
|
|
10
|
+
* <p>Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -12,10 +12,10 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
|
|
|
12
12
|
* <p>To deregister an entire extension, you must individually deregister all active versions
|
|
13
13
|
* of that extension. If an extension has only a single active version, deregistering that
|
|
14
14
|
* version results in the extension itself being deregistered and marked as deprecated in the
|
|
15
|
-
* registry
|
|
16
|
-
* <p>You
|
|
15
|
+
* registry.</p>
|
|
16
|
+
* <p>You can't deregister the default version of an extension if there are other active
|
|
17
17
|
* version of that extension. If you do deregister the default version of an extension, the
|
|
18
|
-
*
|
|
18
|
+
* extension type itself is deregistered as well and marked as deprecated.</p>
|
|
19
19
|
* <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,9 +7,9 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
|
|
|
7
7
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks
|
|
11
|
+
* that you can create in your account. For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
|
|
12
|
+
* <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
|
|
@@ -7,9 +7,8 @@ export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {
|
|
|
7
7
|
export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the inputs for the change set and a list of changes that CloudFormation
|
|
11
|
-
*
|
|
12
|
-
* Guide.</p>
|
|
10
|
+
* <p>Returns the inputs for the change set and a list of changes that CloudFormation will
|
|
11
|
+
* 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 Guide.</p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
4
|
+
import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHooksInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFormationClient, DescribeChangeSetHooksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
15
|
+
* // const { CloudFormationClient, DescribeChangeSetHooksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
16
|
+
* const client = new CloudFormationClient(config);
|
|
17
|
+
* const command = new DescribeChangeSetHooksCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeChangeSetHooksCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeChangeSetHooksCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeChangeSetHooksCommand extends $Command<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeChangeSetHooksCommandInput;
|
|
28
|
+
constructor(input: DescribeChangeSetHooksCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -8,9 +8,9 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns information about a CloudFormation extension publisher.</p>
|
|
11
|
-
* <p>If you
|
|
11
|
+
* <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension
|
|
12
12
|
* publisher, <code>DescribePublisher</code> returns information about your own publisher
|
|
13
|
-
* account
|
|
13
|
+
* account.</p>
|
|
14
14
|
* <p>For more information on registering as a publisher, see:</p>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
@@ -21,8 +21,7 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
|
|
|
21
21
|
* <li>
|
|
22
22
|
* <p>
|
|
23
23
|
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
|
|
24
|
-
* extensions to make them available for public use</a> in the
|
|
25
|
-
* <i>CloudFormation CLI User Guide</i>
|
|
24
|
+
* extensions to make them available for public use</a> in the <i>CloudFormation CLI User Guide</i>
|
|
26
25
|
* </p>
|
|
27
26
|
* </li>
|
|
28
27
|
* </ul>
|
|
@@ -9,7 +9,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns all stack related events for a specified stack in reverse chronological order.
|
|
11
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
|
-
*
|
|
12
|
+
* CloudFormation User Guide.</p>
|
|
13
13
|
* <note>
|
|
14
14
|
* <p>You can list events for stacks that have failed to create or have been deleted by
|
|
15
15
|
* specifying the unique stack identifier (stack ID).</p>
|
|
@@ -12,8 +12,8 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
12
12
|
* CloudFormation detects configuration drift.</p>
|
|
13
13
|
* <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
|
|
14
14
|
* resource that has been checked for drift. Resources that haven't yet been checked for drift
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* aren't included. Resources that don't currently support drift detection aren't checked, and
|
|
16
|
+
* 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
17
|
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual resources,
|
|
18
18
|
* or <a>DetectStackDrift</a> to detect drift on all supported resources for a
|
|
19
19
|
* given stack.</p>
|
|
@@ -7,7 +7,7 @@ export interface DescribeStackSetCommandInput extends DescribeStackSetInput {
|
|
|
7
7
|
export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the description of the specified stack set
|
|
10
|
+
* <p>Returns the description of the specified stack set.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface DescribeStackSetOperationCommandInput extends DescribeStackSetO
|
|
|
7
7
|
export interface DescribeStackSetOperationCommandOutput extends DescribeStackSetOperationOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the description of the specified stack set operation
|
|
10
|
+
* <p>Returns the description of the specified stack set operation.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -10,7 +10,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
10
10
|
* <p>Returns the description for the specified stack; if no stack name was specified, then it
|
|
11
11
|
* returns the description for all the stacks created.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>If the stack
|
|
13
|
+
* <p>If the stack doesn't exist, an <code>ValidationError</code> is returned.</p>
|
|
14
14
|
* </note>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,7 +25,7 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
25
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
26
|
* operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift
|
|
27
27
|
* information about the stack and its resources.</p>
|
|
28
|
-
* <p>When detecting drift on a stack, CloudFormation
|
|
28
|
+
* <p>When detecting drift on a stack, CloudFormation doesn't 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>
|
|
31
31
|
* @example
|
|
@@ -17,7 +17,7 @@ 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
|
|
20
|
+
* <p>Resources that don't currently support drift detection can't be checked. For a list of
|
|
21
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.
|
|
@@ -9,14 +9,14 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
|
|
11
11
|
* stack set, it performs drift detection on the stack associated with each stack instance in
|
|
12
|
-
* the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation
|
|
12
|
+
* the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation performs drift detection on a stack set</a>.</p>
|
|
13
13
|
* <p>
|
|
14
14
|
* <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
|
|
15
15
|
* drift detection operation. Use this operation id with <code>
|
|
16
16
|
* <a>DescribeStackSetOperation</a>
|
|
17
17
|
* </code> to monitor the progress of the drift
|
|
18
18
|
* detection operation. The drift detection operation may take some time, depending on the
|
|
19
|
-
* number of stack instances included in the stack set,
|
|
19
|
+
* number of stack instances included in the stack set, in addition to the number of resources
|
|
20
20
|
* included in each stack.</p>
|
|
21
21
|
* <p>Once the operation has completed, use the following actions to return drift
|
|
22
22
|
* information:</p>
|
|
@@ -27,7 +27,7 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
27
27
|
* </code> to return detailed information
|
|
28
28
|
* about the stack set, including detailed information about the last
|
|
29
29
|
* <i>completed</i> drift operation performed on the stack set.
|
|
30
|
-
* (Information about drift operations that are in progress
|
|
30
|
+
* (Information about drift operations that are in progress isn't included.)</p>
|
|
31
31
|
* </li>
|
|
32
32
|
* <li>
|
|
33
33
|
* <p>Use <code>
|
|
@@ -45,9 +45,10 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
45
45
|
* </li>
|
|
46
46
|
* </ul>
|
|
47
47
|
* <p>For more information on performing a drift detection operation on a stack set, see
|
|
48
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting
|
|
49
|
-
*
|
|
50
|
-
* <p>You can only run a single drift detection operation on a given stack set at one
|
|
48
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting unmanaged
|
|
49
|
+
* changes in stack sets</a>.</p>
|
|
50
|
+
* <p>You can only run a single drift detection operation on a given stack set at one
|
|
51
|
+
* time.</p>
|
|
51
52
|
* <p>To stop a drift detection stack set operation, use <code>
|
|
52
53
|
* <a>StopStackSetOperation</a>
|
|
53
54
|
* </code>.</p>
|
|
@@ -8,15 +8,15 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
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
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* set was created. After the call successfully completes, CloudFormation starts updating
|
|
12
|
+
* the stack. Use the <a>DescribeStacks</a> action to view the status of the
|
|
13
|
+
* update.</p>
|
|
14
14
|
* <p>When you execute a change set, CloudFormation deletes all other change sets
|
|
15
15
|
* associated with the stack because they aren't valid for the updated stack.</p>
|
|
16
|
-
* <p>If a stack policy is associated with the stack, CloudFormation enforces the
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* <p>To create a change set for the entire stack
|
|
16
|
+
* <p>If a stack policy is associated with the stack, CloudFormation enforces the policy
|
|
17
|
+
* during the update. You can't specify a temporary stack policy that overrides the current
|
|
18
|
+
* policy.</p>
|
|
19
|
+
* <p>To create a change set for the entire stack hierarchy, <code>IncludeNestedStacks</code>
|
|
20
20
|
* must have been set to <code>True</code>.</p>
|
|
21
21
|
* @example
|
|
22
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,10 +9,10 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns the template body for a specified stack. You can get the template for running or
|
|
11
11
|
* deleted stacks.</p>
|
|
12
|
-
* <p>For deleted stacks, GetTemplate returns the template for up to 90 days
|
|
13
|
-
* has been deleted.</p>
|
|
12
|
+
* <p>For deleted stacks, <code>GetTemplate</code> returns the template for up to 90 days
|
|
13
|
+
* after the stack has been deleted.</p>
|
|
14
14
|
* <note>
|
|
15
|
-
* <p>If the template
|
|
15
|
+
* <p>If the template doesn't exist, a <code>ValidationError</code> is returned.</p>
|
|
16
16
|
* </note>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -14,7 +14,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
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
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
|
|
17
|
+
* up to 90 days after the stack has been deleted. If the template doesn't 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.
|
|
@@ -7,12 +7,15 @@ export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackS
|
|
|
7
7
|
export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
10
|
+
* <p>Import existing stacks into a new stack sets. Use the stack import operation to import
|
|
11
|
+
* up to 10 stacks into a new stack set in the same account as the source stack or in a
|
|
12
|
+
* different administrator account and Region, by specifying the stack ID of the stack you
|
|
13
|
+
* intend to import.</p>
|
|
14
|
+
* <note>
|
|
15
|
+
* <p>
|
|
16
|
+
* <code>ImportStacksToStackSet</code> is only supported by self-managed
|
|
17
|
+
* permissions.</p>
|
|
18
|
+
* </note>
|
|
16
19
|
* @example
|
|
17
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
21
|
* ```javascript
|
|
@@ -13,7 +13,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
|
|
|
13
13
|
* <code>Fn::ImportValue</code>
|
|
14
14
|
* </a> function.</p>
|
|
15
15
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
|
|
16
|
-
* CloudFormation
|
|
16
|
+
* CloudFormation export stack output values</a>.</p>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface ListStackSetOperationResultsCommandInput extends ListStackSetOp
|
|
|
7
7
|
export interface ListStackSetOperationResultsCommandOutput extends ListStackSetOperationResultsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns summary information about the results of a stack set operation
|
|
10
|
+
* <p>Returns summary information about the results of a stack set operation.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface ListStackSetOperationsCommandInput extends ListStackSetOperatio
|
|
|
7
7
|
export interface ListStackSetOperationsCommandOutput extends ListStackSetOperationsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns summary information about operations performed on a stack set
|
|
10
|
+
* <p>Returns summary information about operations performed on a stack set.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -16,9 +16,8 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
|
|
|
16
16
|
* </li>
|
|
17
17
|
* <li>
|
|
18
18
|
* <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
19
|
-
* <code>SELF</code> while signed in to the organization's management account,
|
|
20
|
-
*
|
|
21
|
-
* account.</p>
|
|
19
|
+
* <code>SELF</code> while signed in to the organization's management account, <code>ListStackSets</code> returns all stack sets in the
|
|
20
|
+
* management account.</p>
|
|
22
21
|
* </li>
|
|
23
22
|
* <li>
|
|
24
23
|
* <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
|