diff --git a/clients/client-cloudformation/README.md b/clients/client-cloudformation/README.md index 370908423a11..6baae09f8c6e 100644 --- a/clients/client-cloudformation/README.md +++ b/clients/client-cloudformation/README.md @@ -9,7 +9,8 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati CloudFormation

CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and -repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly +repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, +Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.

With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a diff --git a/clients/client-cloudformation/src/CloudFormation.ts b/clients/client-cloudformation/src/CloudFormation.ts index ec5d233e6d76..51066787a5ce 100644 --- a/clients/client-cloudformation/src/CloudFormation.ts +++ b/clients/client-cloudformation/src/CloudFormation.ts @@ -1761,7 +1761,8 @@ export interface CloudFormation { /** * CloudFormation *

CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and - * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly + * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, + * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services * infrastructure.

*

With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a diff --git a/clients/client-cloudformation/src/CloudFormationClient.ts b/clients/client-cloudformation/src/CloudFormationClient.ts index ceae031c1d38..687dd0941e73 100644 --- a/clients/client-cloudformation/src/CloudFormationClient.ts +++ b/clients/client-cloudformation/src/CloudFormationClient.ts @@ -617,7 +617,8 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient /** * CloudFormation *

CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and - * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly + * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, + * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services * infrastructure.

*

With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a diff --git a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts index c43f20d7961e..378fbbfc7e5b 100644 --- a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts @@ -28,9 +28,9 @@ export interface ActivateOrganizationsAccessCommandInput extends ActivateOrganiz export interface ActivateOrganizationsAccessCommandOutput extends ActivateOrganizationsAccessOutput, __MetadataBearer {} /** - *

Activate trusted access with Organizations. With trusted access between StackSets and Organizations - * activated, the management account has permissions to create and manage StackSets for your - * organization.

+ *

Activate trusted access with Organizations. With trusted access between StackSets + * and Organizations activated, the management account has permissions to create + * and manage StackSets for your organization.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts index 32a15513c0d7..d3e0807fe67b 100644 --- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts @@ -28,12 +28,10 @@ export interface ActivateTypeCommandInput extends ActivateTypeInput {} export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __MetadataBearer {} /** - *

Activates a public third-party extension, making it available for use in stack templates. For more information, - * see Using public - * extensions in the CloudFormation User Guide.

- *

Once you have activated a public third-party extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see - * Configuring extensions at - * the account level in the CloudFormation User Guide.

+ *

Activates a public third-party extension, making it available for use in stack templates. + * Once you have activated a public third-party extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For + * more information, see Using public + * extensions in the CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts index db047b7a853d..69426f59690e 100644 --- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts +++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts @@ -33,10 +33,11 @@ export interface BatchDescribeTypeConfigurationsCommandOutput __MetadataBearer {} /** - *

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry - * for the account and Region.

- *

For more information, see Configuring extensions at - * the account level in the CloudFormation User Guide.

+ *

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation + * registry for the account and Region.

+ *

For more information, see Edit configuration + * data for extensions in your account in the + * CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts index fb2a768c921d..1baff102ebe3 100644 --- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts @@ -28,8 +28,8 @@ export interface CancelUpdateStackCommandInput extends CancelUpdateStackInput {} export interface CancelUpdateStackCommandOutput extends __MetadataBearer {} /** - *

Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update - * and reverts to the previous stack configuration.

+ *

Cancels an update on the specified stack. If the call completes successfully, the stack + * rolls back the update and reverts to the previous stack configuration.

* *

You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.

*
diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts index 0188138e6a9a..d985c4459969 100644 --- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts @@ -28,14 +28,16 @@ export interface ContinueUpdateRollbackCommandInput extends ContinueUpdateRollba export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollbackOutput, __MetadataBearer {} /** - *

For a specified stack that's in the UPDATE_ROLLBACK_FAILED state, continues rolling it back to the - * UPDATE_ROLLBACK_COMPLETE state. Depending on the cause of the failure, you can manually fix the - * error and continue the rollback. By continuing the rollback, you can return your stack to a working state - * (the UPDATE_ROLLBACK_COMPLETE state), and then try to update the stack again.

- *

A stack goes into the UPDATE_ROLLBACK_FAILED state when CloudFormation can't roll back all changes after - * a failed stack update. For example, you might have a stack that's rolling back to an old database instance that was - * deleted outside of CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes that the database instance - * still exists and attempts to roll back to it, causing the update rollback to fail.

+ *

For a specified stack that's in the UPDATE_ROLLBACK_FAILED state, continues + * rolling it back to the UPDATE_ROLLBACK_COMPLETE state. Depending on the cause of + * the failure, you can manually fix the error and continue the rollback. By continuing the rollback, you can + * return your stack to a working state (the UPDATE_ROLLBACK_COMPLETE state), and + * then try to update the stack again.

+ *

A stack goes into the UPDATE_ROLLBACK_FAILED state when CloudFormation can't roll + * back all changes after a failed stack update. For example, you might have a stack that's + * rolling back to an old database instance that was deleted outside of CloudFormation. Because + * CloudFormation doesn't know the database was deleted, it assumes that the database instance still + * exists and attempts to roll back to it, causing the update rollback to fail.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts index e18ef1750227..5f7112299ed8 100644 --- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts @@ -28,19 +28,25 @@ export interface CreateChangeSetCommandInput extends CreateChangeSetInput {} export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __MetadataBearer {} /** - *

Creates a list of changes that will be applied to a stack so that you can review the changes before executing - * them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for - * a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you create a change - * set for an existing stack, CloudFormation compares the stack's information with the information that you submit in the change - * set and lists the differences. Use change sets to understand which resources CloudFormation will create or - * change, and how it will change resources in an existing stack, before you create or update a stack.

- *

To create a change set for a stack that doesn't exist, for the ChangeSetType parameter, specify - * CREATE. To create a change set for an existing stack, specify UPDATE for the - * ChangeSetType parameter. To create a change set for an import operation, specify IMPORT for - * the ChangeSetType parameter. After the CreateChangeSet call successfully completes, CloudFormation starts creating the change set. To check the status of the change set or to review it, use the DescribeChangeSet action.

- *

When you are satisfied with the changes the change set will make, execute the change set by using the ExecuteChangeSet action. CloudFormation doesn't make changes until you execute the change set.

- *

To create a change set for the entire stack hierarchy, set IncludeNestedStacks to - * True.

+ *

Creates a list of changes that will be applied to a stack so that you can review the + * changes before executing them. You can create a change set for a stack that doesn't exist or + * an existing stack. If you create a change set for a stack that doesn't exist, the change set + * shows all of the resources that CloudFormation will create. If you create a change set for an + * existing stack, CloudFormation compares the stack's information with the information that you + * submit in the change set and lists the differences. Use change sets to understand which + * resources CloudFormation will create or change, and how it will change resources in an existing + * stack, before you create or update a stack.

+ *

To create a change set for a stack that doesn't exist, for the ChangeSetType + * parameter, specify CREATE. To create a change set for an existing stack, specify + * UPDATE for the ChangeSetType parameter. To create a change set for + * an import operation, specify IMPORT for the ChangeSetType parameter. + * After the CreateChangeSet call successfully completes, CloudFormation starts creating + * the change set. To check the status of the change set or to review it, use the DescribeChangeSet action.

+ *

When you are satisfied with the changes the change set will make, execute the change set + * by using the ExecuteChangeSet action. CloudFormation doesn't make changes until + * you execute the change set.

+ *

To create a change set for the entire stack hierarchy, set + * IncludeNestedStacks to True.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts index bb9885365234..825a03982611 100644 --- a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts @@ -28,8 +28,9 @@ export interface CreateGeneratedTemplateCommandInput extends CreateGeneratedTemp export interface CreateGeneratedTemplateCommandOutput extends CreateGeneratedTemplateOutput, __MetadataBearer {} /** - *

Creates a template from existing resources that are not already managed with CloudFormation. You can check the status of - * the template generation using the DescribeGeneratedTemplate API action.

+ *

Creates a template from existing resources that are not already managed with CloudFormation. + * You can check the status of the template generation using the + * DescribeGeneratedTemplate API action.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts index b62659b0aa97..6de79089eda7 100644 --- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts @@ -28,8 +28,11 @@ export interface CreateStackCommandInput extends CreateStackInput {} export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataBearer {} /** - *

Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. - * You can check the status of the stack through the DescribeStacks operation.

+ *

Creates a stack as specified in the template. After the call completes successfully, the + * stack creation starts. You can check the status of the stack through the DescribeStacks operation.

+ *

For more information about creating a stack and monitoring stack progress, see Managing Amazon Web Services + * resources as a single unit with CloudFormation stacks in the + * CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts index 33f8ef935486..99ab8ee9e0fc 100644 --- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts @@ -28,10 +28,10 @@ export interface CreateStackInstancesCommandInput extends CreateStackInstancesIn export interface CreateStackInstancesCommandOutput extends CreateStackInstancesOutput, __MetadataBearer {} /** - *

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. You must specify at least one value for either - * Accounts or DeploymentTargets, and you must specify at least one value for - * Regions.

+ *

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. You must specify at least + * one value for either Accounts or DeploymentTargets, and you must + * specify at least one value for Regions.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts index 78a495722985..b0735f1e2705 100644 --- a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts @@ -33,8 +33,9 @@ export interface DeactivateOrganizationsAccessCommandOutput __MetadataBearer {} /** - *

Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your - * organization.

+ *

Deactivates trusted access with Organizations. If trusted access is deactivated, + * the management account does not have permissions to create and manage + * service-managed StackSets for your organization.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts index 680cef312299..4c523966d757 100644 --- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts @@ -28,10 +28,12 @@ export interface DeactivateTypeCommandInput extends DeactivateTypeInput {} export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __MetadataBearer {} /** - *

Deactivates a public extension that was previously activated in this account and Region.

- *

Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations - * where the stack template includes the extension, even if no updates are being made to the extension. In addition, - * deactivated extensions aren't automatically updated if a new version of the extension is released.

+ *

Deactivates a public extension that was previously activated in this account and + * Region.

+ *

Once deactivated, an extension can't be used in any CloudFormation operation. This includes + * stack update operations where the stack template includes the extension, even if no updates + * are being made to the extension. In addition, deactivated extensions aren't automatically + * updated if a new version of the extension is released.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts index 49143df4a583..02021c038037 100644 --- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts @@ -28,11 +28,13 @@ export interface DeleteChangeSetCommandInput extends DeleteChangeSetInput {} export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __MetadataBearer {} /** - *

Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.

+ *

Deletes the specified change set. Deleting change sets ensures that no one executes the + * wrong change set.

*

If the call successfully completes, CloudFormation successfully deleted the change set.

- *

If IncludeNestedStacks specifies True during the creation of the nested change set, - * then DeleteChangeSet will delete all change sets that belong to the stacks hierarchy and will also - * delete all change sets for nested stacks with the status of REVIEW_IN_PROGRESS.

+ *

If IncludeNestedStacks specifies True during the creation of the + * nested change set, then DeleteChangeSet will delete all change sets that belong + * to the stacks hierarchy and will also delete all change sets for nested stacks with the status + * of REVIEW_IN_PROGRESS.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts index f842217f208c..1eabb017b253 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts @@ -28,8 +28,11 @@ export interface DeleteStackCommandInput extends DeleteStackInput {} export interface DeleteStackCommandOutput extends __MetadataBearer {} /** - *

Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks don't - * show up in the DescribeStacks operation if the deletion has been completed successfully.

+ *

Deletes a specified stack. Once the call completes successfully, stack deletion starts. + * Deleted stacks don't show up in the DescribeStacks operation if the deletion + * has been completed successfully.

+ *

For more information about deleting a stack, see Delete a stack from + * the CloudFormation console in the CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts index 2edb136a371d..c6a4311f80f7 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts @@ -28,8 +28,8 @@ export interface DeleteStackSetCommandInput extends DeleteStackSetInput {} export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __MetadataBearer {} /** - *

Deletes a stack set. Before you can delete a stack set, all its member stack instances must be deleted. For more - * information about how to complete this, see DeleteStackInstances.

+ *

Deletes a stack set. Before you can delete a stack set, all its member stack instances + * must be deleted. For more information about how to complete this, see DeleteStackInstances.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts index 124432a2d6d4..f79ef93e7829 100644 --- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts @@ -28,14 +28,16 @@ export interface DeregisterTypeCommandInput extends DeregisterTypeInput {} export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __MetadataBearer {} /** - *

Marks an extension or extension version as DEPRECATED in the CloudFormation registry, removing it from - * active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.

- *

To deregister an entire extension, you must individually deregister all active versions of that extension. If an - * extension has only a single active version, deregistering that version results in the extension itself being - * deregistered and marked as deprecated in the registry.

- *

You can't deregister the default version of an extension if there are other active version of that extension. If - * you do deregister the default version of an extension, the extension type itself is deregistered as well and marked - * as deprecated.

+ *

Marks an extension or extension version as DEPRECATED in the CloudFormation + * registry, removing it from active use. Deprecated extensions or extension versions cannot be + * used in CloudFormation operations.

+ *

To deregister an entire extension, you must individually deregister all active versions of + * that extension. If an extension has only a single active version, deregistering that version + * results in the extension itself being deregistered and marked as deprecated in the + * registry.

+ *

You can't deregister the default version of an extension if there are other active version + * of that extension. If you do deregister the default version of an extension, the extension + * type itself is deregistered as well and marked as deprecated.

*

To view the deprecation status of an extension or extension version, use DescribeType.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts index f3c6beb7abf9..69339a6dbfba 100644 --- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts @@ -28,9 +28,8 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {} /** - *

Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in your account. - * For more information about account limits, see CloudFormation Quotas in the - * CloudFormation User Guide.

+ *

Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you + * can create in your account. For more information about account limits, see Understand CloudFormation quotas in the CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts index c28404579166..d4de02616e6d 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts @@ -28,9 +28,10 @@ export interface DescribeChangeSetCommandInput extends DescribeChangeSetInput {} export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput, __MetadataBearer {} /** - *

Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set. - * For more information, see Updating Stacks Using Change - * Sets in the CloudFormation User Guide.

+ *

Returns the inputs for the change set and a list of changes that CloudFormation will make if + * you execute the change set. For more information, see Update + * CloudFormation stacks using change sets in the + * CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts index 95e7bbbcef99..25e9ca33fdae 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts @@ -28,8 +28,8 @@ export interface DescribeChangeSetHooksCommandInput extends DescribeChangeSetHoo export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHooksOutput, __MetadataBearer {} /** - *

Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the - * change set.

+ *

Returns hook-related information for the change set and a list of changes that CloudFormation + * makes when you run the change set.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts index 75f0df747a5e..ce23988c443d 100644 --- a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts @@ -28,9 +28,10 @@ export interface DescribeGeneratedTemplateCommandInput extends DescribeGenerated export interface DescribeGeneratedTemplateCommandOutput extends DescribeGeneratedTemplateOutput, __MetadataBearer {} /** - *

Describes a generated template. The output includes details about the progress of the creation of a generated - * template started by a CreateGeneratedTemplate API action or the update of a generated template started - * with an UpdateGeneratedTemplate API action.

+ *

Describes a generated template. The output includes details about the progress of the + * creation of a generated template started by a CreateGeneratedTemplate API action + * or the update of a generated template started with an UpdateGeneratedTemplate API + * action.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts index 2d2a073741ed..5d23be6854f7 100644 --- a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts @@ -28,9 +28,10 @@ export interface DescribeOrganizationsAccessCommandInput extends DescribeOrganiz export interface DescribeOrganizationsAccessCommandOutput extends DescribeOrganizationsAccessOutput, __MetadataBearer {} /** - *

Retrieves information about the account's OrganizationAccess status. This API can be called either - * by the management account or the delegated administrator by using the CallAs parameter. This API can - * also be called without the CallAs parameter by the management account.

+ *

Retrieves information about the account's OrganizationAccess status. This API + * can be called either by the management account or the delegated administrator by using the + * CallAs parameter. This API can also be called without the CallAs + * parameter by the management account.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts index 4389043ef51e..ecab1e7427c6 100644 --- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts @@ -29,8 +29,9 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput, /** *

Returns information about a CloudFormation extension publisher.

- *

If you don't supply a PublisherId, and you have registered as an extension publisher, - * DescribePublisher returns information about your own publisher account.

+ *

If you don't supply a PublisherId, and you have registered as an extension + * publisher, DescribePublisher returns information about your own publisher + * account.

*

For more information about registering as a publisher, see:

* diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts index 2c07b0a36c2a..e685311b6cfc 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -33,15 +33,18 @@ export interface DescribeStackDriftDetectionStatusCommandOutput __MetadataBearer {} /** - *

Returns information about a stack drift detection operation. A stack drift detection operation detects whether a - * stack's actual configuration differs, or has drifted, from its expected configuration, as - * defined in the stack template and any values specified as template parameters. A stack is considered to have drifted - * if one or more of its resources have drifted. For more information about stack and resource drift, see Detecting Unregulated - * Configuration Changes to Stacks and Resources.

+ *

Returns information about a stack drift detection operation. A stack drift detection + * operation detects whether a stack's actual configuration differs, or has + * drifted, from its expected configuration, as defined in the stack + * template and any values specified as template parameters. A stack is considered to have + * drifted if one or more of its resources have drifted. For more information about stack and + * resource drift, see Detect unmanaged + * configuration changes to stacks and resources with drift detection.

*

Use DetectStackDrift to initiate a stack drift detection operation. - * DetectStackDrift returns a StackDriftDetectionId you can use to monitor the progress of the - * operation using DescribeStackDriftDetectionStatus. Once the drift detection operation has completed, use - * DescribeStackResourceDrifts to return drift information about the stack and its resources.

+ * DetectStackDrift returns a StackDriftDetectionId you can use to + * monitor the progress of the operation using DescribeStackDriftDetectionStatus. + * Once the drift detection operation has completed, use DescribeStackResourceDrifts to return drift information about the stack and its + * resources.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts index d3c8d297251a..10ec35e8cc45 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts @@ -28,12 +28,12 @@ export interface DescribeStackEventsCommandInput extends DescribeStackEventsInpu export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOutput, __MetadataBearer {} /** - *

Returns all stack related events for a specified stack in reverse chronological order. For more information - * about a stack's event history, see CloudFormation stack creation - * events in the CloudFormation User Guide.

+ *

Returns all stack related events for a specified stack in reverse chronological order. For + * more information about a stack's event history, see Understand CloudFormation stack creation events in the + * CloudFormation User Guide.

* - *

You can list events for stacks that have failed to create or have been deleted by specifying the unique stack - * identifier (stack ID).

+ *

You can list events for stacks that have failed to create or have been deleted by + * specifying the unique stack identifier (stack ID).

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts index 9f5a094afbe0..c087a0f4a1fe 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts @@ -28,8 +28,8 @@ export interface DescribeStackInstanceCommandInput extends DescribeStackInstance export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanceOutput, __MetadataBearer {} /** - *

Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and - * Amazon Web Services Region.

+ *

Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, + * and Amazon Web Services Region.

*

For a list of stack instances that are associated with a specific StackSet, use ListStackInstances.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts index 1976e641cba5..dcbd402d27ba 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts @@ -29,8 +29,8 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc /** *

Returns a description of the specified resource in the specified stack.

- *

For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has - * been deleted.

+ *

For deleted stacks, DescribeStackResource returns resource information for up to 90 days + * after the stack has been deleted.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts index 5d1729383f01..48a1b7f253b3 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts @@ -28,13 +28,17 @@ export interface DescribeStackResourceDriftsCommandInput extends DescribeStackRe export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackResourceDriftsOutput, __MetadataBearer {} /** - *

Returns drift information for the resources that have been checked for drift in the specified stack. This - * includes actual and expected configuration values for resources where CloudFormation detects configuration drift.

- *

For a given stack, there will be one StackResourceDrift for each stack resource that has been - * checked for drift. Resources that haven't yet been checked for drift aren't included. Resources that don't currently - * support drift detection aren't checked, and so not included. For a list of resources that support drift detection, - * see Resources that Support Drift Detection.

- *

Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all supported resources for a given stack.

+ *

Returns drift information for the resources that have been checked for drift in the + * specified stack. This includes actual and expected configuration values for resources where + * CloudFormation detects configuration drift.

+ *

For a given stack, there will be one StackResourceDrift for each stack + * resource that has been checked for drift. Resources that haven't yet been checked for drift + * aren't included. Resources that don't currently support drift detection aren't checked, and so + * not included. For a list of resources that support drift detection, see Resource + * type support for imports and drift detection.

+ *

Use DetectStackResourceDrift to detect drift on individual resources, or + * DetectStackDrift to detect drift on all supported resources for a given + * stack.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts index 07aeeee4f16c..839bf8f0b167 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts @@ -28,21 +28,23 @@ export interface DescribeStackResourcesCommandInput extends DescribeStackResourc export interface DescribeStackResourcesCommandOutput extends DescribeStackResourcesOutput, __MetadataBearer {} /** - *

Returns Amazon Web Services resource descriptions for running and deleted stacks. If StackName is - * specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId - * is specified, the associated resources of the stack that the resource belongs to are returned.

+ *

Returns Amazon Web Services resource descriptions for running and deleted stacks. If + * StackName is specified, all the associated resources that are part of the stack + * are returned. If PhysicalResourceId is specified, the associated resources of the + * stack that the resource belongs to are returned.

* - *

Only the first 100 resources will be returned. If your stack has more resources than this, you should use - * ListStackResources instead.

+ *

Only the first 100 resources will be returned. If your stack has more resources than + * this, you should use ListStackResources instead.

*
- *

For deleted stacks, DescribeStackResources returns resource information for up to 90 days after the - * stack has been deleted.

- *

You must specify either StackName or PhysicalResourceId, but not both. In addition, - * you can specify LogicalResourceId to filter the returned result. For more information about resources, - * the LogicalResourceId and PhysicalResourceId, go to the CloudFormation User Guide.

+ *

For deleted stacks, DescribeStackResources returns resource information for + * up to 90 days after the stack has been deleted.

+ *

You must specify either StackName or PhysicalResourceId, but not + * both. In addition, you can specify LogicalResourceId to filter the returned + * result. For more information about resources, the LogicalResourceId and + * PhysicalResourceId, see the CloudFormation User Guide.

* - *

A ValidationError is returned if you specify both StackName and - * PhysicalResourceId in the same request.

+ *

A ValidationError is returned if you specify both StackName + * and PhysicalResourceId in the same request.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts index 0994a687a884..cb2ce61762ff 100644 --- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts @@ -28,9 +28,10 @@ export interface DescribeStacksCommandInput extends DescribeStacksInput {} export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __MetadataBearer {} /** - *

Returns the description for the specified stack; if no stack name was specified, then it returns the description - * for all the stacks created. For more information about a stack's event history, see CloudFormation stack creation - * events in the CloudFormation User Guide.

+ *

Returns the description for the specified stack; if no stack name was specified, then it + * returns the description for all the stacks created. For more information about a stack's event + * history, see Understand CloudFormation stack creation events in the + * CloudFormation User Guide.

* *

If the stack doesn't exist, a ValidationError is returned.

*
diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts index ff128ef4abfd..8931769d748d 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts @@ -29,8 +29,9 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat /** *

Returns detailed information about an extension that has been registered.

- *

If you specify a VersionId, DescribeType returns information about that specific - * extension version. Otherwise, it returns information about the default extension version.

+ *

If you specify a VersionId, DescribeType returns information + * about that specific extension version. Otherwise, it returns information about the default + * extension version.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts index d09d3e416256..cf97db01c683 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts @@ -28,11 +28,13 @@ export interface DescribeTypeRegistrationCommandInput extends DescribeTypeRegist export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegistrationOutput, __MetadataBearer {} /** - *

Returns information about an extension's registration, including its current status and type and version - * identifiers.

- *

When you initiate a registration request using RegisterType, you can then use DescribeTypeRegistration to monitor the progress of that registration request.

- *

Once the registration request has completed, use DescribeType to return detailed information - * about an extension.

+ *

Returns information about an extension's registration, including its current status and + * type and version identifiers.

+ *

When you initiate a registration request using RegisterType, you can + * then use DescribeTypeRegistration to monitor the progress of that + * registration request.

+ *

Once the registration request has completed, use DescribeType to return + * detailed information about an extension.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts index d93ab0f2a5f0..40d5c51afd15 100644 --- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts @@ -28,23 +28,28 @@ export interface DetectStackDriftCommandInput extends DetectStackDriftInput {} export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, __MetadataBearer {} /** - *

Detects whether a stack's actual configuration differs, or has drifted, from its expected - * configuration, as defined in the stack template and any values specified as template parameters. For each resource in - * the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected - * template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A - * stack is considered to have drifted if one or more of its resources differ from their expected template - * configurations. For more information, see Detecting Unregulated Configuration Changes to - * Stacks and Resources.

- *

Use DetectStackDrift to detect drift on all supported resources for a given stack, or DetectStackResourceDrift to detect drift on individual resources.

- *

For a list of stack resources that currently support drift detection, see Resources that Support Drift - * Detection.

+ *

Detects whether a stack's actual configuration differs, or has + * drifted, from its expected configuration, as defined in the stack + * template and any values specified as template parameters. For each resource in the stack that + * supports drift detection, CloudFormation compares the actual configuration of the resource with + * its expected template configuration. Only resource properties explicitly defined in the stack + * template are checked for drift. A stack is considered to have drifted if one or more of its + * resources differ from their expected template configurations. For more information, see Detect unmanaged configuration changes to stacks and resources with drift + * detection.

+ *

Use DetectStackDrift to detect drift on all supported resources for a given + * stack, or DetectStackResourceDrift to detect drift on individual + * resources.

+ *

For a list of stack resources that currently support drift detection, see Resource + * type support for imports and drift detection.

*

- * DetectStackDrift can take up to several minutes, depending on the number of resources contained - * within the stack. Use DescribeStackDriftDetectionStatus to monitor the progress of a detect stack - * drift operation. Once the drift detection operation has completed, use DescribeStackResourceDrifts - * to return drift information about the stack and its resources.

- *

When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks belonging to that stack. - * Perform DetectStackDrift directly on the nested stack itself.

+ * DetectStackDrift can take up to several minutes, depending on the number of + * resources contained within the stack. Use DescribeStackDriftDetectionStatus + * to monitor the progress of a detect stack drift operation. Once the drift detection operation + * has completed, use DescribeStackResourceDrifts to return drift information + * about the stack and its resources.

+ *

When detecting drift on a stack, CloudFormation doesn't detect drift on any nested stacks + * belonging to that stack. Perform DetectStackDrift directly on the nested stack + * itself.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts index 1b9c52f00320..1270265f0a12 100644 --- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts @@ -29,15 +29,18 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour /** *

Returns information about whether a resource's actual configuration differs, or has - * drifted, from its expected configuration, as defined in the stack template and any values - * specified as template parameters. This information includes actual and expected property values for resources in - * which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. - * For more information about stack and resource drift, see Detecting Unregulated Configuration Changes to - * Stacks and Resources.

- *

Use DetectStackResourceDrift to detect drift on individual resources, or DetectStackDrift to detect drift on all resources in a given stack that support drift detection.

- *

Resources that don't currently support drift detection can't be checked. For a list of resources that support - * drift detection, see Resources that Support Drift - * Detection.

+ * drifted, from its expected configuration, as defined in the stack + * template and any values specified as template parameters. This information includes actual and + * expected property values for resources in which CloudFormation detects drift. Only resource + * properties explicitly defined in the stack template are checked for drift. For more + * information about stack and resource drift, see Detect unmanaged + * configuration changes to stacks and resources with drift detection.

+ *

Use DetectStackResourceDrift to detect drift on individual resources, or + * DetectStackDrift to detect drift on all resources in a given stack that + * support drift detection.

+ *

Resources that don't currently support drift detection can't be checked. For a list of + * resources that support drift detection, see Resource + * type support for imports and drift detection.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts index 89cee8cea170..9e2bc30c29ff 100644 --- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts @@ -28,33 +28,39 @@ export interface DetectStackSetDriftCommandInput extends DetectStackSetDriftInpu export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOutput, __MetadataBearer {} /** - *

Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it performs drift - * detection on the stack associated with each stack instance in the stack set. For more information, see How CloudFormation performs drift - * detection on a stack set.

+ *

Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it + * performs drift detection on the stack associated with each stack instance in the stack set. + * For more information, see How CloudFormation performs drift + * detection on a stack set.

*

- * DetectStackSetDrift returns the OperationId of the stack set drift detection - * operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the - * drift detection operation. The drift detection operation may take some time, depending on the number of stack - * instances included in the stack set, in addition to the number of resources included in each stack.

- *

Once the operation has completed, use the following actions to return drift information:

+ * DetectStackSetDrift returns the OperationId of the stack set + * drift detection operation. Use this operation id with DescribeStackSetOperation to monitor the progress of the drift detection + * operation. The drift detection operation may take some time, depending on the number of stack + * instances included in the stack set, in addition to the number of resources included in each + * stack.

+ *

Once the operation has completed, use the following actions to return drift + * information:

* - *

For more information about performing a drift detection operation on a stack set, see Detecting unmanaged changes in - * stack sets.

- *

You can only run a single drift detection operation on a given stack set at one time.

+ *

For more information about performing a drift detection operation on a stack set, see + * Detecting unmanaged changes in stack sets.

+ *

You can only run a single drift detection operation on a given stack set at one + * time.

*

To stop a drift detection stack set operation, use StopStackSetOperation.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts index fda5777ecc68..2758b32ac107 100644 --- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts @@ -28,8 +28,9 @@ export interface EstimateTemplateCostCommandInput extends EstimateTemplateCostIn export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostOutput, __MetadataBearer {} /** - *

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 resources required to run the template.

+ *

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 resources required to run the + * template.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts index 72b662981646..fffdc177406d 100644 --- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts @@ -28,15 +28,15 @@ export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {} export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, __MetadataBearer {} /** - *

Updates a stack using the input information that was provided when the specified change set was created. After - * the call successfully completes, CloudFormation starts updating the stack. Use the DescribeStacks action to - * view the status of the update.

- *

When you execute a change set, CloudFormation deletes all other change sets associated with the stack because they aren't - * valid for the updated stack.

- *

If a stack policy is associated with the stack, CloudFormation enforces the policy during the update. You can't specify a - * temporary stack policy that overrides the current policy.

- *

To create a change set for the entire stack hierarchy, IncludeNestedStacks must have been set to - * True.

+ *

Updates a stack using the input information that was provided when the specified change + * set was created. After the call successfully completes, CloudFormation starts updating the stack. + * Use the DescribeStacks action to view the status of the update.

+ *

When you execute a change set, CloudFormation deletes all other change sets associated with + * the stack because they aren't valid for the updated stack.

+ *

If a stack policy is associated with the stack, CloudFormation enforces the policy during the + * update. You can't specify a temporary stack policy that overrides the current policy.

+ *

To create a change set for the entire stack hierarchy, IncludeNestedStacks + * must have been set to True.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts index 500af1041681..7e55d44e1004 100644 --- a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts @@ -28,9 +28,10 @@ export interface GetGeneratedTemplateCommandInput extends GetGeneratedTemplateIn export interface GetGeneratedTemplateCommandOutput extends GetGeneratedTemplateOutput, __MetadataBearer {} /** - *

Retrieves a generated template. If the template is in an InProgress or Pending status - * then the template returned will be the template when the template was last in a Complete status. If the - * template has not yet been in a Complete status then an empty template will be returned.

+ *

Retrieves a generated template. If the template is in an InProgress or + * Pending status then the template returned will be the template when the + * template was last in a Complete status. If the template has not yet been in a + * Complete status then an empty template will be returned.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts index 0cdd944fbcc0..629e085193a0 100644 --- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts @@ -28,8 +28,8 @@ export interface GetStackPolicyCommandInput extends GetStackPolicyInput {} export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __MetadataBearer {} /** - *

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is - * returned.

+ *

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null + * value is returned.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts index 7eaa36a22aaf..a7fa67e17b24 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts @@ -28,9 +28,10 @@ export interface GetTemplateCommandInput extends GetTemplateInput {} export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataBearer {} /** - *

Returns the template body for a specified stack. You can get the template for running or deleted stacks.

- *

For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been - * deleted.

+ *

Returns the template body for a specified stack. You can get the template for running or + * deleted stacks.

+ *

For deleted stacks, GetTemplate returns the template for up to 90 days after + * the stack has been deleted.

* *

If the template doesn't exist, a ValidationError is returned.

*
diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts index 611729b7fa10..7dd0a18d461e 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts @@ -28,13 +28,14 @@ export interface GetTemplateSummaryCommandInput extends GetTemplateSummaryInput export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutput, __MetadataBearer {} /** - *

Returns information about a new or existing template. The GetTemplateSummary action is useful for - * viewing parameter information, such as default parameter values and parameter types, before you create or update a - * stack or stack set.

- *

You can use the GetTemplateSummary action when you submit a template, or you can get template - * information for a stack set, or a running or deleted stack.

- *

For deleted stacks, GetTemplateSummary returns the template information for up to 90 days after the - * stack has been deleted. If the template doesn't exist, a ValidationError is returned.

+ *

Returns information about a new or existing template. The GetTemplateSummary + * action is useful for viewing parameter information, such as default parameter values and + * parameter types, before you create or update a stack or stack set.

+ *

You can use the GetTemplateSummary action when you submit a template, or you + * can get template information for a stack set, or a running or deleted stack.

+ *

For deleted stacks, GetTemplateSummary returns the template information for + * up to 90 days after the stack has been deleted. If the template doesn't exist, a + * ValidationError is returned.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts index 4ff110c73c04..7f2446b4cc17 100644 --- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts @@ -28,9 +28,10 @@ export interface ImportStacksToStackSetCommandInput extends ImportStacksToStackS export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStackSetOutput, __MetadataBearer {} /** - *

Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a - * new stack set in the same account as the source stack or in a different administrator account and Region, by - * specifying the stack ID of the stack you intend to import.

+ *

Import existing stacks into a new stack sets. Use the stack import operation to import up + * to 10 stacks into a new stack set in the same account as the source stack or in a different + * administrator account and Region, by specifying the stack ID of the stack you intend to + * import.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts index 7a522c1109a5..fffdb85ad9a8 100644 --- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts @@ -28,8 +28,9 @@ export interface ListChangeSetsCommandInput extends ListChangeSetsInput {} export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __MetadataBearer {} /** - *

Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are - * in the CREATE_IN_PROGRESS or CREATE_PENDING state.

+ *

Returns the ID and status of each active change set for a stack. For example, CloudFormation + * lists change sets that are in the CREATE_IN_PROGRESS or + * CREATE_PENDING state.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts index 1f9e113195f4..1660f283c7d9 100644 --- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts @@ -28,11 +28,11 @@ export interface ListExportsCommandInput extends ListExportsInput {} export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataBearer {} /** - *

Lists all exported output values in the account and Region in which you call this action. Use this action to see - * the exported output values that you can import into other stacks. To import values, use the - * Fn::ImportValue function.

- *

For more information, see CloudFormation export stack output - * values.

+ *

Lists all exported output values in the account and Region in which you call this action. + * Use this action to see the exported output values that you can import into other stacks. To + * import values, use the + * Fn::ImportValue function.

+ *

For more information, see Get exported outputs from a deployed CloudFormation stack.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts index fad7e1e263fb..973873f7448e 100644 --- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts @@ -28,10 +28,10 @@ export interface ListImportsCommandInput extends ListImportsInput {} export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataBearer {} /** - *

Lists all stacks that are importing an exported output value. To modify or remove an exported output value, - * first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports.

- *

For more information about importing an exported output value, see the Fn::ImportValue - * function.

+ *

Lists all stacks that are importing an exported output value. To modify or remove an + * exported output value, first use this action to see which stacks are using it. To see the + * exported output values in your account, see ListExports.

+ *

For more information about importing an exported output value, see the Fn::ImportValue function.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts index 2e2aca6de56c..26d9c1167640 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts @@ -33,8 +33,8 @@ export interface ListResourceScanRelatedResourcesCommandOutput __MetadataBearer {} /** - *

Lists the related resources for a list of resources from a resource scan. The response indicates whether each - * returned resource is already managed by CloudFormation.

+ *

Lists the related resources for a list of resources from a resource scan. The response + * indicates whether each returned resource is already managed by CloudFormation.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts index f5b9d7554c7e..f2144392cccf 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts @@ -28,9 +28,10 @@ export interface ListResourceScanResourcesCommandInput extends ListResourceScanR export interface ListResourceScanResourcesCommandOutput extends ListResourceScanResourcesOutput, __MetadataBearer {} /** - *

Lists the resources from a resource scan. The results can be filtered by resource identifier, resource type - * prefix, tag key, and tag value. Only resources that match all specified filters are returned. The response indicates - * whether each returned resource is already managed by CloudFormation.

+ *

Lists the resources from a resource scan. The results can be filtered by resource + * identifier, resource type prefix, tag key, and tag value. Only resources that match all + * specified filters are returned. The response indicates whether each returned resource is + * already managed by CloudFormation.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts index 49947721f9ab..142e9ef72351 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts @@ -28,7 +28,8 @@ export interface ListResourceScansCommandInput extends ListResourceScansInput {} export interface ListResourceScansCommandOutput extends ListResourceScansOutput, __MetadataBearer {} /** - *

List the resource scans from newest to oldest. By default it will return up to 10 resource scans.

+ *

List the resource scans from newest to oldest. By default it will return up to 10 resource + * scans.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts index 20f856e91cef..9cc3c8803a36 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts @@ -36,8 +36,9 @@ export interface ListStackInstanceResourceDriftsCommandOutput *

Returns drift information for resources in a stack instance.

* *

- * ListStackInstanceResourceDrifts returns drift information for the most recent drift detection - * operation. If an operation is in progress, it may only return partial results.

+ * ListStackInstanceResourceDrifts returns drift information for the most + * recent drift detection operation. If an operation is in progress, it may only return partial + * results.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts index c64a994339d3..683b28e73ae3 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts @@ -28,9 +28,9 @@ export interface ListStackInstancesCommandInput extends ListStackInstancesInput export interface ListStackInstancesCommandOutput extends ListStackInstancesOutput, __MetadataBearer {} /** - *

Returns summary information about stack instances that are associated with the specified stack set. You can - * filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that - * have a specific status.

+ *

Returns summary information about stack instances that are associated with the specified + * stack set. You can filter for stack instances that are associated with a specific + * Amazon Web Services account name or Region, or that have a specific status.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts index de9f2a804930..ea516db0e07c 100644 --- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts @@ -29,8 +29,8 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu /** *

Returns descriptions of all resources of the specified stack.

- *

For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been - * deleted.

+ *

For deleted stacks, ListStackResources returns resource information for up to 90 days + * after the stack has been deleted.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts index 9f0e87e0f2ba..a66699eb78c3 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts @@ -31,18 +31,20 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad *

Returns summary information about stack sets that are associated with the user.

* * @example diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts index 14c1c95cdc1f..ff3915ad8a62 100644 --- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts @@ -28,10 +28,10 @@ export interface ListStacksCommandInput extends ListStacksInput {} export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBearer {} /** - *

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary - * information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter - * is specified, summary information for all stacks is returned (including existing stacks and stacks that have been - * deleted).

+ *

Returns the summary information for stacks whose status matches the specified + * StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days + * after the stack is deleted. If no StackStatusFilter is specified, summary information for all + * stacks is returned (including existing stacks and stacks that have been deleted).

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts index e6c944d8d1b1..ac5f5345e61e 100644 --- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts @@ -28,7 +28,8 @@ export interface ListTypesCommandInput extends ListTypesInput {} export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBearer {} /** - *

Returns summary information about extension that have been registered with CloudFormation.

+ *

Returns summary information about extension that have been registered with + * CloudFormation.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts index 333daec8ac18..1e72e6b95b47 100644 --- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts @@ -28,11 +28,13 @@ export interface PublishTypeCommandInput extends PublishTypeInput {} export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataBearer {} /** - *

Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public - * extensions are available for use by all CloudFormation users. For more information about publishing extensions, see - * Publishing extensions to - * make them available for public use in the CloudFormation CLI User Guide.

- *

To publish an extension, you must be registered as a publisher with CloudFormation. For more information, see RegisterPublisher.

+ *

Publishes the specified extension to the CloudFormation registry as a public extension in this + * Region. Public extensions are available for use by all CloudFormation users. For more information + * about publishing extensions, see Publishing extensions to + * make them available for public use in the + * CloudFormation Command Line Interface (CLI) User Guide.

+ *

To publish an extension, you must be registered as a publisher with CloudFormation. For more + * information, see RegisterPublisher.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts index 8e794679a8ab..7378bf221e8b 100644 --- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts @@ -29,8 +29,8 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres /** *

Reports progress of a resource handler to CloudFormation.

- *

Reserved for use by the CloudFormation CLI. Don't use this API - * in your code.

+ *

Reserved for use by the CloudFormation + * CLI. Don't use this API in your code.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts index a0734fe621b1..c0c93eeb57fa 100644 --- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts @@ -28,10 +28,12 @@ export interface RegisterPublisherCommandInput extends RegisterPublisherInput {} export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput, __MetadataBearer {} /** - *

Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are - * available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.

- *

For information about requirements for registering as a public extension publisher, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User - * Guide.

+ *

Registers your account as a publisher of public extensions in the CloudFormation registry. + * Public extensions are available for use by all CloudFormation users. This publisher ID applies to + * your account in all Amazon Web Services Regions.

+ *

For information about requirements for registering as a public extension publisher, see + * Prerequisite: Registering your account to publish CloudFormation extensions in the + * CloudFormation Command Line Interface (CLI) User Guide.

*

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts index e52cc42f4c81..dab9ddc73891 100644 --- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts @@ -28,8 +28,8 @@ export interface RegisterTypeCommandInput extends RegisterTypeInput {} export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __MetadataBearer {} /** - *

Registers an extension with the CloudFormation service. Registering an extension makes it available for use in - * CloudFormation templates in your Amazon Web Services account, and includes:

+ *

Registers an extension with the CloudFormation service. Registering an extension makes it + * available for use in CloudFormation templates in your Amazon Web Services account, and includes:

* - *

For more information about how to develop extensions and ready them for registration, see Creating Resource - * Providers in the CloudFormation CLI User Guide.

- *

You can have a maximum of 50 resource extension versions registered at a time. This maximum is per account and - * per Region. Use DeregisterType to deregister specific extension versions if necessary.

- *

Once you have initiated a registration request using RegisterType, you can use DescribeTypeRegistration to monitor the progress of the registration request.

- *

Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify - * configuration properties for the extension. For more information, see Configuring extensions at - * the account level in the CloudFormation User Guide.

+ *

For more information about how to develop extensions and ready them for registration, see + * Creating resource types using the CloudFormation CLI in the + * CloudFormation Command Line Interface (CLI) User Guide.

+ *

You can have a maximum of 50 resource extension versions registered at a time. This + * maximum is per account and per Region. Use DeregisterType + * to deregister specific extension versions if necessary.

+ *

Once you have initiated a registration request using RegisterType, you + * can use DescribeTypeRegistration to monitor the progress of the registration + * request.

+ *

Once you have registered a private extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For + * more information, see Edit configuration + * data for extensions in your account in the + * CloudFormation User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts index c7546acdcb67..42e9b22f12a4 100644 --- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts +++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts @@ -28,12 +28,14 @@ export interface RollbackStackCommandInput extends RollbackStackInput {} export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {} /** - *

When specifying RollbackStack, you preserve the state of previously provisioned resources when an - * operation fails. You can check the status of the stack through the DescribeStacks operation.

- *

Rolls back the specified stack to the last known stable state from CREATE_FAILED or - * UPDATE_FAILED stack statuses.

- *

This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state - * includes any status in a *_COMPLETE. This includes the following stack statuses.

+ *

When specifying RollbackStack, you preserve the state of previously + * provisioned resources when an operation fails. You can check the status of the stack through + * the DescribeStacks operation.

+ *

Rolls back the specified stack to the last known stable state from + * CREATE_FAILED or UPDATE_FAILED stack statuses.

+ *

This operation will delete a stack if it doesn't contain a last known stable state. A last + * known stable state includes any status in a *_COMPLETE. This includes the + * following stack statuses.

* - *

For more information about these account limits, and other CloudFormation limits, see CloudFormation quotas in the - * CloudFormation User Guide.

+ *

For more information about these account limits, and other CloudFormation limits, see Understand CloudFormation quotas in the CloudFormation User Guide.

* @public */ export interface AccountLimit { /** *

The name of the account limit.

- *

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit + *

Values: ConcurrentResourcesLimit | StackLimit | + * StackOutputsLimit *

* @public */ @@ -188,7 +188,8 @@ export class OperationNotFoundException extends __BaseException { */ export interface LoggingConfig { /** - *

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

+ *

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log + * entries to CloudWatch Logs.

* @public */ LogRoleArn: string | undefined; @@ -236,50 +237,52 @@ export type VersionBump = (typeof VersionBump)[keyof typeof VersionBump]; export interface ActivateTypeInput { /** *

The extension type.

- *

Conditional: You must specify PublicTypeArn, or TypeName, Type, and - * PublisherId.

+ *

Conditional: You must specify PublicTypeArn, or TypeName, + * Type, and PublisherId.

* @public */ Type?: ThirdPartyType; /** *

The Amazon Resource Name (ARN) of the public extension.

- *

Conditional: You must specify PublicTypeArn, or TypeName, Type, and - * PublisherId.

+ *

Conditional: You must specify PublicTypeArn, or TypeName, + * Type, and PublisherId.

* @public */ PublicTypeArn?: string; /** *

The ID of the extension publisher.

- *

Conditional: You must specify PublicTypeArn, or TypeName, Type, and - * PublisherId.

+ *

Conditional: You must specify PublicTypeArn, or TypeName, + * Type, and PublisherId.

* @public */ PublisherId?: string; /** *

The name of the extension.

- *

Conditional: You must specify PublicTypeArn, or TypeName, Type, and - * PublisherId.

+ *

Conditional: You must specify PublicTypeArn, or TypeName, + * Type, and PublisherId.

* @public */ TypeName?: string; /** - *

An alias to assign to the public extension, in this account and Region. If you specify an alias for the - * extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the - * alias to refer to the extension in your templates, API calls, and CloudFormation console.

- *

An extension alias must be unique within a given account and Region. You can activate the same public resource - * multiple times in the same account and Region, using different type name aliases.

+ *

An alias to assign to the public extension, in this account and Region. If you specify an + * alias for the extension, CloudFormation treats the alias as the extension type name within this + * account and Region. You must use the alias to refer to the extension in your templates, API + * calls, and CloudFormation console.

+ *

An extension alias must be unique within a given account and Region. You can activate the + * same public resource multiple times in the same account and Region, using different type name + * aliases.

* @public */ TypeNameAlias?: string; /** - *

Whether to automatically update the extension in this account and Region when a new minor - * version is published by the extension publisher. Major versions released by the publisher must be manually - * updated.

+ *

Whether to automatically update the extension in this account and Region when a new + * minor version is published by the extension publisher. Major versions + * released by the publisher must be manually updated.

*

The default is true.

* @public */ @@ -298,16 +301,19 @@ export interface ActivateTypeInput { ExecutionRoleArn?: string; /** - *

Manually updates a previously-activated type to a new major or minor version, if available. You can also use - * this parameter to update the value of AutoUpdate.

+ *

Manually updates a previously-activated type to a new major or minor version, if + * available. You can also use this parameter to update the value of + * AutoUpdate.

* * @public @@ -315,10 +321,11 @@ export interface ActivateTypeInput { VersionBump?: VersionBump; /** - *

The major version of this extension you want to activate, if multiple major versions are available. The default - * is the latest major version. CloudFormation uses the latest available minor version of the major - * version selected.

- *

You can specify MajorVersion or VersionBump, but not both.

+ *

The major version of this extension you want to activate, if multiple major versions are + * available. The default is the latest major version. CloudFormation uses the latest available + * minor version of the major version selected.

+ *

You can specify MajorVersion or VersionBump, but not + * both.

* @public */ MajorVersion?: number; @@ -329,7 +336,8 @@ export interface ActivateTypeInput { */ export interface ActivateTypeOutput { /** - *

The Amazon Resource Name (ARN) of the activated extension, in this account and Region.

+ *

The Amazon Resource Name (ARN) of the activated extension, in this account and + * Region.

* @public */ Arn?: string; @@ -343,7 +351,7 @@ export class CFNRegistryException extends __BaseException { readonly name: "CFNRegistryException" = "CFNRegistryException"; readonly $fault: "client" = "client"; /** - *

An message with details about the error that occurred.

+ *

A message with details about the error that occurred.

* @public */ Message?: string; @@ -369,7 +377,7 @@ export class TypeNotFoundException extends __BaseException { readonly name: "TypeNotFoundException" = "TypeNotFoundException"; readonly $fault: "client" = "client"; /** - *

An message with details about the error that occurred.

+ *

A message with details about the error that occurred.

* @public */ Message?: string; @@ -455,15 +463,16 @@ export interface AutoDeployment { export interface TypeConfigurationIdentifier { /** *

The Amazon Resource Name (ARN) for the extension, in this account and Region.

- *

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account - * and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account - * and Region.

+ *

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this + * will be the ARN assigned when you call the RegisterType API + * operation in this account and Region.

* @public */ TypeArn?: string; /** - *

The alias specified for this configuration, if one was specified when the configuration was set.

+ *

The alias specified for this configuration, if one was specified when the configuration was + * set.

* @public */ TypeConfigurationAlias?: string; @@ -499,7 +508,8 @@ export interface BatchDescribeTypeConfigurationsInput { } /** - *

Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.

+ *

Detailed information concerning an error generated during the setting of configuration data + * for a CloudFormation extension.

* @public */ export interface BatchDescribeTypeConfigurationsError { @@ -523,44 +533,49 @@ export interface BatchDescribeTypeConfigurationsError { } /** - *

Detailed information concerning the specification of a CloudFormation extension in a given account and - * Region.

- *

For more information, see Configuring extensions at - * the account level in the CloudFormation User Guide.

+ *

Detailed information concerning the specification of a CloudFormation extension in a given + * account and Region.

+ *

For more information, see Edit configuration data + * for extensions in your account in the CloudFormation User Guide.

* @public */ export interface TypeConfigurationDetails { /** - *

The Amazon Resource Name (ARN) for the configuration data, in this account and Region.

+ *

The Amazon Resource Name (ARN) for the configuration data, in this account and + * Region.

* @public */ Arn?: string; /** - *

The alias specified for this configuration, if one was specified when the configuration was set.

+ *

The alias specified for this configuration, if one was specified when the configuration was + * set.

* @public */ Alias?: string; /** - *

A JSON string specifying the configuration data for the extension, in this account and Region.

- *

If a configuration hasn't been set for a specified extension, CloudFormation returns \{\}.

+ *

A JSON string specifying the configuration data for the extension, in this account and + * Region.

+ *

If a configuration hasn't been set for a specified extension, CloudFormation returns + * \{\}.

* @public */ Configuration?: string; /** *

When the configuration data was last updated for this extension.

- *

If a configuration hasn't been set for a specified extension, CloudFormation returns null.

+ *

If a configuration hasn't been set for a specified extension, CloudFormation returns + * null.

* @public */ LastUpdated?: Date; /** *

The Amazon Resource Name (ARN) for the extension, in this account and Region.

- *

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account - * and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account - * and Region.

+ *

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this + * will be the ARN assigned when you call the RegisterType API + * operation in this account and Region.

* @public */ TypeArn?: string; @@ -583,19 +598,22 @@ export interface TypeConfigurationDetails { */ export interface BatchDescribeTypeConfigurationsOutput { /** - *

A list of information concerning any errors generated during the setting of the specified configurations.

+ *

A list of information concerning any errors generated during the setting of the specified + * configurations.

* @public */ Errors?: BatchDescribeTypeConfigurationsError[]; /** - *

A list of any of the specified extension configurations that CloudFormation could not process for any reason.

+ *

A list of any of the specified extension configurations that CloudFormation could not process + * for any reason.

* @public */ UnprocessedTypeConfigurations?: TypeConfigurationIdentifier[]; /** - *

A list of any of the specified extension configurations from the CloudFormation registry.

+ *

A list of any of the specified extension configurations from the CloudFormation + * registry.

* @public */ TypeConfigurations?: TypeConfigurationDetails[]; @@ -609,7 +627,7 @@ export class TypeConfigurationNotFoundException extends __BaseException { readonly name: "TypeConfigurationNotFoundException" = "TypeConfigurationNotFoundException"; readonly $fault: "client" = "client"; /** - *

An message with details about the error that occurred.

+ *

A message with details about the error that occurred.

* @public */ Message?: string; @@ -648,13 +666,15 @@ export type CallAs = (typeof CallAs)[keyof typeof CallAs]; export interface CancelUpdateStackInput { /** * - *

If you don't pass a parameter to StackName, the API returns a response that describes all - * resources in the account.

- *

The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and - * avoid returning a response when no parameter is sent in the request:

+ *

If you don't pass a parameter to StackName, the API returns a response that + * describes all resources in the account.

+ *

The IAM policy below can be added to IAM policies when you want to limit + * resource-level permissions and avoid returning a response when no parameter is sent in the + * request:

*

- * \{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", - * "NotResource": "arn:aws:cloudformation:*:*:stack/*\/*" \}] \} + * \{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny", "Action": + * "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/*\/*" \}] + * \} *

*
*

The name or the unique stack ID that's associated with the stack.

@@ -663,9 +683,10 @@ export interface CancelUpdateStackInput { StackName: string | undefined; /** - *

A unique identifier for this CancelUpdateStack request. Specify this token if you plan to retry - * requests so that CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might - * retry CancelUpdateStack requests to ensure that CloudFormation successfully received them.

+ *

A unique identifier for this CancelUpdateStack request. Specify this token if + * you plan to retry requests so that CloudFormation knows that you're not attempting to cancel an + * update on a stack with the same name. You might retry CancelUpdateStack requests + * to ensure that CloudFormation successfully received them.

* @public */ ClientRequestToken?: string; @@ -807,31 +828,31 @@ export const RequiresRecreation = { export type RequiresRecreation = (typeof RequiresRecreation)[keyof typeof RequiresRecreation]; /** - *

The field that CloudFormation will change, such as the name of a resource's property, and whether the resource will be - * recreated.

+ *

The field that CloudFormation will change, such as the name of a resource's property, and + * whether the resource will be recreated.

* @public */ export interface ResourceTargetDefinition { /** - *

Indicates which resource attribute is triggering this update, such as a change in the resource attribute's - * Metadata, Properties, or Tags.

+ *

Indicates which resource attribute is triggering this update, such as a change in the + * resource attribute's Metadata, Properties, or Tags.

* @public */ Attribute?: ResourceAttribute; /** - *

If the Attribute value is Properties, the name of the property. For all other - * attributes, the value is null.

+ *

If the Attribute value is Properties, the name of the property. + * For all other attributes, the value is null.

* @public */ Name?: string; /** - *

If the Attribute value is Properties, indicates whether a change to this property - * causes the resource to be recreated. The value can be Never, Always, or - * Conditionally. To determine the conditions for a Conditionally recreation, see the update - * behavior for that property in the - * CloudFormation User Guide.

+ *

If the Attribute value is Properties, indicates whether a change + * to this property causes the resource to be recreated. The value can be Never, + * Always, or Conditionally. To determine the conditions for a + * Conditionally recreation, see the update behavior for that property in the Amazon Web Services resource and + * property types reference in the CloudFormation User Guide.

* @public */ RequiresRecreation?: RequiresRecreation; @@ -843,13 +864,15 @@ export interface ResourceTargetDefinition { Path?: string; /** - *

The value of the property before the change is executed. Large values can be truncated.

+ *

The value of the property before the change is executed. Large values can be + * truncated.

* @public */ BeforeValue?: string; /** - *

The value of the property after the change is executed. Large values can be truncated.

+ *

The value of the property after the change is executed. Large values can be + * truncated.

* @public */ AfterValue?: string; @@ -876,62 +899,68 @@ export interface ResourceTargetDefinition { } /** - *

For a resource with Modify as the action, the ResourceChange structure describes the - * changes CloudFormation will make to that resource.

+ *

For a resource with Modify as the action, the ResourceChange + * structure describes the changes CloudFormation will make to that resource.

* @public */ export interface ResourceChangeDetail { /** - *

A ResourceTargetDefinition structure that describes the field that CloudFormation will change and whether - * the resource will be recreated.

+ *

A ResourceTargetDefinition structure that describes the field that CloudFormation + * will change and whether the resource will be recreated.

* @public */ Target?: ResourceTargetDefinition; /** - *

Indicates whether CloudFormation can determine the target value, and whether the target value will change before you - * execute a change set.

- *

For Static evaluations, CloudFormation can determine that the target value will change, and its value. For - * example, if you directly modify the InstanceType property of an EC2 instance, CloudFormation knows - * that this property value will change, and its value, so this is a Static evaluation.

- *

For Dynamic evaluations, can't determine the target value because it depends on the result of an - * intrinsic function, such as a Ref or Fn::GetAtt intrinsic function, when the stack is - * updated. For example, if your template includes a reference to a resource that's conditionally recreated, the value - * of the reference (the physical ID of the resource) might change, depending on if the resource is recreated. If the - * resource is recreated, it will have a new physical ID, so all references to that resource will also be - * updated.

+ *

Indicates whether CloudFormation can determine the target value, and whether the target value + * will change before you execute a change set.

+ *

For Static evaluations, CloudFormation can determine that the target value will + * change, and its value. For example, if you directly modify the InstanceType property + * of an EC2 instance, CloudFormation knows that this property value will change, and its value, so this + * is a Static evaluation.

+ *

For Dynamic evaluations, can't determine the target value because it depends on + * the result of an intrinsic function, such as a Ref or Fn::GetAtt + * intrinsic function, when the stack is updated. For example, if your template includes a reference + * to a resource that's conditionally recreated, the value of the reference (the physical ID of the + * resource) might change, depending on if the resource is recreated. If the resource is recreated, + * it will have a new physical ID, so all references to that resource will also be updated.

* @public */ Evaluation?: EvaluationType; /** - *

The group to which the CausingEntity value belongs. There are five entity groups:

+ *

The group to which the CausingEntity value belongs. There are five entity + * groups:

* * @public @@ -939,30 +968,32 @@ export interface ResourceChangeDetail { ChangeSource?: ChangeSource; /** - *

The identity of the entity that triggered this change. This entity is a member of the group that's specified by - * the ChangeSource field. For example, if you modified the value of the KeyPairName - * parameter, the CausingEntity is the name of the parameter (KeyPairName).

- *

If the ChangeSource value is DirectModification, no value is given for - * CausingEntity.

+ *

The identity of the entity that triggered this change. This entity is a member of the group + * that's specified by the ChangeSource field. For example, if you modified the value + * of the KeyPairName parameter, the CausingEntity is the name of the + * parameter (KeyPairName).

+ *

If the ChangeSource value is DirectModification, no value is given + * for CausingEntity.

* @public */ CausingEntity?: string; } /** - *

Contains information about the module from which the resource was created, if the resource was created from a - * module included in the stack template.

- *

For more information about modules, see Using modules to encapsulate and reuse resource - * configurations in the CloudFormation User Guide.

+ *

Contains information about the module from which the resource was created, if the resource + * was created from a module included in the stack template.

+ *

For more information about modules, see Create reusable resource configurations + * that can be included across templates with CloudFormation modules in the + * CloudFormation User Guide.

* @public */ export interface ModuleInfo { /** - *

A concatenated list of the module type or types containing the resource. Module types are listed starting with - * the inner-most nested module, and separated by /.

+ *

A concatenated list of the module type or types containing the resource. Module types are + * listed starting with the inner-most nested module, and separated by /.

*

In the following example, the resource was created from a module of type - * AWS::First::Example::MODULE, that's nested inside a parent module of type - * AWS::Second::Example::MODULE.

+ * AWS::First::Example::MODULE, that's nested inside a parent module of type + * AWS::Second::Example::MODULE.

*

* AWS::First::Example::MODULE/AWS::Second::Example::MODULE *

@@ -971,15 +1002,16 @@ export interface ModuleInfo { TypeHierarchy?: string; /** - *

A concatenated list of the logical IDs of the module or modules containing the resource. Modules are listed - * starting with the inner-most nested module, and separated by /.

- *

In the following example, the resource was created from a module, moduleA, that's nested inside a - * parent module, moduleB.

+ *

A concatenated list of the logical IDs of the module or modules containing the resource. + * Modules are listed starting with the inner-most nested module, and separated by + * /.

+ *

In the following example, the resource was created from a module, moduleA, + * that's nested inside a parent module, moduleB.

*

* moduleA/moduleB *

- *

For more information, see Referencing resources in a module - * in the CloudFormation User Guide.

+ *

For more information, see Reference module resources in + * CloudFormation templates in the CloudFormation User Guide.

* @public */ LogicalIdHierarchy?: string; @@ -1019,13 +1051,14 @@ export const Replacement = { export type Replacement = (typeof Replacement)[keyof typeof Replacement]; /** - *

The ResourceChange structure describes the resource and the action that CloudFormation will perform on it if - * you execute this change set.

+ *

The ResourceChange structure describes the resource and the action that + * CloudFormation will perform on it if you execute this change set.

* @public */ export interface ResourceChange { /** - *

The action that will be taken on the physical resource when the change set is executed.

+ *

The action that will be taken on the physical resource when the change set is + * executed.

* * @public @@ -1057,9 +1091,10 @@ export interface ResourceChange { PolicyAction?: PolicyAction; /** - *

The action that CloudFormation takes on the resource, such as Add (adds a new resource), Modify - * (changes a resource), Remove (deletes a resource), Import (imports a resource), or - * Dynamic (exact action for the resource can't be determined).

+ *

The action that CloudFormation takes on the resource, such as Add (adds a new + * resource), Modify (changes a resource), Remove (deletes a resource), + * Import (imports a resource), or Dynamic (exact action for the resource + * can't be determined).

* @public */ Action?: ChangeAction; @@ -1071,8 +1106,8 @@ export interface ResourceChange { LogicalResourceId?: string; /** - *

The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they - * haven't been created.

+ *

The resource's physical ID (resource name). Resources that you are adding don't have + * physical IDs because they haven't been created.

* @public */ PhysicalResourceId?: string; @@ -1084,29 +1119,33 @@ export interface ResourceChange { ResourceType?: string; /** - *

For the Modify action, indicates whether CloudFormation will replace the resource by creating a new one and - * deleting the old one. This value depends on the value of the RequiresRecreation property in the - * ResourceTargetDefinition structure. For example, if the RequiresRecreation field is - * Always and the Evaluation field is Static, Replacement is - * True. If the RequiresRecreation field is Always and the - * Evaluation field is Dynamic, Replacement is Conditionally.

- *

If you have multiple changes with different RequiresRecreation values, the Replacement - * value depends on the change with the most impact. A RequiresRecreation value of Always has - * the most impact, followed by Conditionally, and then Never.

+ *

For the Modify action, indicates whether CloudFormation will replace the resource + * by creating a new one and deleting the old one. This value depends on the value of the + * RequiresRecreation property in the ResourceTargetDefinition structure. + * For example, if the RequiresRecreation field is Always and the + * Evaluation field is Static, Replacement is + * True. If the RequiresRecreation field is Always and the + * Evaluation field is Dynamic, Replacement is + * Conditional.

+ *

If you have multiple changes with different RequiresRecreation values, the + * Replacement value depends on the change with the most impact. A + * RequiresRecreation value of Always has the most impact, followed by + * Conditional, and then Never.

* @public */ Replacement?: Replacement; /** - *

For the Modify action, indicates which resource attribute is triggering this update, such as a - * change in the resource attribute's Metadata, Properties, or Tags.

+ *

For the Modify action, indicates which resource attribute is triggering this + * update, such as a change in the resource attribute's Metadata, + * Properties, or Tags.

* @public */ Scope?: ResourceAttribute[]; /** - *

For the Modify action, a list of ResourceChangeDetail structures that describes the - * changes that CloudFormation will make to the resource.

+ *

For the Modify action, a list of ResourceChangeDetail structures + * that describes the changes that CloudFormation will make to the resource.

* @public */ Details?: ResourceChangeDetail[]; @@ -1118,20 +1157,22 @@ export interface ResourceChange { ChangeSetId?: string; /** - *

Contains information about the module from which the resource was created, if the resource was created from a - * module included in the stack template.

+ *

Contains information about the module from which the resource was created, if the resource + * was created from a module included in the stack template.

* @public */ ModuleInfo?: ModuleInfo; /** - *

An encoded JSON string containing the context of the resource before the change is executed.

+ *

An encoded JSON string containing the context of the resource before the change is + * executed.

* @public */ BeforeContext?: string; /** - *

An encoded JSON string containing the context of the resource after the change is executed.

+ *

An encoded JSON string containing the context of the resource after the change is + * executed.

* @public */ AfterContext?: string; @@ -1151,7 +1192,8 @@ export const ChangeType = { export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType]; /** - *

The Change structure describes the changes CloudFormation will perform if you execute the change set.

+ *

The Change structure describes the changes CloudFormation will perform if you + * execute the change set.

* @public */ export interface Change { @@ -1168,14 +1210,15 @@ export interface Change { Type?: ChangeType; /** - *

Is either null, if no hooks invoke for the resource, or contains the number of hooks that will - * invoke for the resource.

+ *

Is either null, if no hooks invoke for the resource, or contains the number of + * hooks that will invoke for the resource.

* @public */ HookInvocationCount?: number; /** - *

A ResourceChange structure that describes the resource and action that CloudFormation will perform.

+ *

A ResourceChange structure that describes the resource and action that + * CloudFormation will perform.

* @public */ ResourceChange?: ResourceChange; @@ -1291,10 +1334,11 @@ export interface ChangeSetHook { FailureMode?: HookFailureMode; /** - *

The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of - * Organization::Service::Hook.

+ *

The unique name for your hook. Specifies a three-part namespace for your hook, with a + * recommended pattern of Organization::Service::Hook.

* - *

The following organization namespaces are reserved and can't be used in your hook type names:

+ *

The following organization namespaces are reserved and can't be used in your hook type + * names:

*