{ "version": "2.0", "metadata": { "apiVersion": "2010-05-15", "endpointPrefix": "cloudformation", "protocol": "query", "protocols": [ "query" ], "serviceFullName": "AWS CloudFormation", "serviceId": "CloudFormation", "signatureVersion": "v4", "uid": "cloudformation-2010-05-15", "xmlNamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/" }, "operations": { "ActivateOrganizationsAccess": { "name": "ActivateOrganizationsAccess", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ActivateOrganizationsAccessInput" }, "output": { "shape": "ActivateOrganizationsAccessOutput", "resultWrapper": "ActivateOrganizationsAccessResult" }, "errors": [ { "shape": "InvalidOperationException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

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.

" }, "ActivateType": { "name": "ActivateType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ActivateTypeInput" }, "output": { "shape": "ActivateTypeOutput", "resultWrapper": "ActivateTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

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.

", "idempotent": true }, "BatchDescribeTypeConfigurations": { "name": "BatchDescribeTypeConfigurations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchDescribeTypeConfigurationsInput" }, "output": { "shape": "BatchDescribeTypeConfigurationsOutput", "resultWrapper": "BatchDescribeTypeConfigurationsResult" }, "errors": [ { "shape": "TypeConfigurationNotFoundException" }, { "shape": "CFNRegistryException" } ], "documentation": "

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.

" }, "CancelUpdateStack": { "name": "CancelUpdateStack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelUpdateStackInput" }, "errors": [ { "shape": "TokenAlreadyExistsException" } ], "documentation": "

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.

" }, "ContinueUpdateRollback": { "name": "ContinueUpdateRollback", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ContinueUpdateRollbackInput" }, "output": { "shape": "ContinueUpdateRollbackOutput", "resultWrapper": "ContinueUpdateRollbackResult" }, "errors": [ { "shape": "TokenAlreadyExistsException" } ], "documentation": "

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.

" }, "CreateChangeSet": { "name": "CreateChangeSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateChangeSetInput" }, "output": { "shape": "CreateChangeSetOutput", "resultWrapper": "CreateChangeSetResult" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InsufficientCapabilitiesException" }, { "shape": "LimitExceededException" } ], "documentation": "

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.

" }, "CreateGeneratedTemplate": { "name": "CreateGeneratedTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateGeneratedTemplateInput" }, "output": { "shape": "CreateGeneratedTemplateOutput", "resultWrapper": "CreateGeneratedTemplateResult" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "LimitExceededException" }, { "shape": "ConcurrentResourcesLimitExceededException" } ], "documentation": "

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.

" }, "CreateStack": { "name": "CreateStack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateStackInput" }, "output": { "shape": "CreateStackOutput", "resultWrapper": "CreateStackResult" }, "errors": [ { "shape": "LimitExceededException" }, { "shape": "AlreadyExistsException" }, { "shape": "TokenAlreadyExistsException" }, { "shape": "InsufficientCapabilitiesException" } ], "documentation": "

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.

" }, "CreateStackInstances": { "name": "CreateStackInstances", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateStackInstancesInput" }, "output": { "shape": "CreateStackInstancesOutput", "resultWrapper": "CreateStackInstancesResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationInProgressException" }, { "shape": "OperationIdAlreadyExistsException" }, { "shape": "StaleRequestException" }, { "shape": "InvalidOperationException" }, { "shape": "LimitExceededException" } ], "documentation": "

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.

" }, "CreateStackSet": { "name": "CreateStackSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateStackSetInput" }, "output": { "shape": "CreateStackSetOutput", "resultWrapper": "CreateStackSetResult" }, "errors": [ { "shape": "NameAlreadyExistsException" }, { "shape": "CreatedButModifiedException" }, { "shape": "LimitExceededException" } ], "documentation": "

Creates a stack set.

" }, "DeactivateOrganizationsAccess": { "name": "DeactivateOrganizationsAccess", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeactivateOrganizationsAccessInput" }, "output": { "shape": "DeactivateOrganizationsAccessOutput", "resultWrapper": "DeactivateOrganizationsAccessResult" }, "errors": [ { "shape": "InvalidOperationException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

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.

" }, "DeactivateType": { "name": "DeactivateType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeactivateTypeInput" }, "output": { "shape": "DeactivateTypeOutput", "resultWrapper": "DeactivateTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

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.

", "idempotent": true }, "DeleteChangeSet": { "name": "DeleteChangeSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteChangeSetInput" }, "output": { "shape": "DeleteChangeSetOutput", "resultWrapper": "DeleteChangeSetResult" }, "errors": [ { "shape": "InvalidChangeSetStatusException" } ], "documentation": "

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.

" }, "DeleteGeneratedTemplate": { "name": "DeleteGeneratedTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteGeneratedTemplateInput" }, "errors": [ { "shape": "GeneratedTemplateNotFoundException" }, { "shape": "ConcurrentResourcesLimitExceededException" } ], "documentation": "

Deleted a generated template.

" }, "DeleteStack": { "name": "DeleteStack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteStackInput" }, "errors": [ { "shape": "TokenAlreadyExistsException" } ], "documentation": "

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.

" }, "DeleteStackInstances": { "name": "DeleteStackInstances", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteStackInstancesInput" }, "output": { "shape": "DeleteStackInstancesOutput", "resultWrapper": "DeleteStackInstancesResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationInProgressException" }, { "shape": "OperationIdAlreadyExistsException" }, { "shape": "StaleRequestException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.

" }, "DeleteStackSet": { "name": "DeleteStackSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteStackSetInput" }, "output": { "shape": "DeleteStackSetOutput", "resultWrapper": "DeleteStackSetResult" }, "errors": [ { "shape": "StackSetNotEmptyException" }, { "shape": "OperationInProgressException" } ], "documentation": "

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.

" }, "DeregisterType": { "name": "DeregisterType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeregisterTypeInput" }, "output": { "shape": "DeregisterTypeOutput", "resultWrapper": "DeregisterTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

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.

", "idempotent": true }, "DescribeAccountLimits": { "name": "DescribeAccountLimits", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeAccountLimitsInput" }, "output": { "shape": "DescribeAccountLimitsOutput", "resultWrapper": "DescribeAccountLimitsResult" }, "documentation": "

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.

" }, "DescribeChangeSet": { "name": "DescribeChangeSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeChangeSetInput" }, "output": { "shape": "DescribeChangeSetOutput", "resultWrapper": "DescribeChangeSetResult" }, "errors": [ { "shape": "ChangeSetNotFoundException" } ], "documentation": "

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.

" }, "DescribeChangeSetHooks": { "name": "DescribeChangeSetHooks", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeChangeSetHooksInput" }, "output": { "shape": "DescribeChangeSetHooksOutput", "resultWrapper": "DescribeChangeSetHooksResult" }, "errors": [ { "shape": "ChangeSetNotFoundException" } ], "documentation": "

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

" }, "DescribeGeneratedTemplate": { "name": "DescribeGeneratedTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeGeneratedTemplateInput" }, "output": { "shape": "DescribeGeneratedTemplateOutput", "resultWrapper": "DescribeGeneratedTemplateResult" }, "errors": [ { "shape": "GeneratedTemplateNotFoundException" } ], "documentation": "

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.

" }, "DescribeOrganizationsAccess": { "name": "DescribeOrganizationsAccess", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeOrganizationsAccessInput" }, "output": { "shape": "DescribeOrganizationsAccessOutput", "resultWrapper": "DescribeOrganizationsAccessResult" }, "errors": [ { "shape": "InvalidOperationException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

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.

" }, "DescribePublisher": { "name": "DescribePublisher", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribePublisherInput" }, "output": { "shape": "DescribePublisherOutput", "resultWrapper": "DescribePublisherResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

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.

For more information about registering as a publisher, see:

", "idempotent": true }, "DescribeResourceScan": { "name": "DescribeResourceScan", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeResourceScanInput" }, "output": { "shape": "DescribeResourceScanOutput", "resultWrapper": "DescribeResourceScanResult" }, "errors": [ { "shape": "ResourceScanNotFoundException" } ], "documentation": "

Describes details of a resource scan.

" }, "DescribeStackDriftDetectionStatus": { "name": "DescribeStackDriftDetectionStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackDriftDetectionStatusInput" }, "output": { "shape": "DescribeStackDriftDetectionStatusOutput", "resultWrapper": "DescribeStackDriftDetectionStatusResult" }, "documentation": "

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.

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.

" }, "DescribeStackEvents": { "name": "DescribeStackEvents", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackEventsInput" }, "output": { "shape": "DescribeStackEventsOutput", "resultWrapper": "DescribeStackEventsResult" }, "documentation": "

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.

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

" }, "DescribeStackInstance": { "name": "DescribeStackInstance", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackInstanceInput" }, "output": { "shape": "DescribeStackInstanceOutput", "resultWrapper": "DescribeStackInstanceResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "StackInstanceNotFoundException" } ], "documentation": "

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.

" }, "DescribeStackResource": { "name": "DescribeStackResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackResourceInput" }, "output": { "shape": "DescribeStackResourceOutput", "resultWrapper": "DescribeStackResourceResult" }, "documentation": "

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.

" }, "DescribeStackResourceDrifts": { "name": "DescribeStackResourceDrifts", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackResourceDriftsInput" }, "output": { "shape": "DescribeStackResourceDriftsOutput", "resultWrapper": "DescribeStackResourceDriftsResult" }, "documentation": "

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.

" }, "DescribeStackResources": { "name": "DescribeStackResources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackResourcesInput" }, "output": { "shape": "DescribeStackResourcesOutput", "resultWrapper": "DescribeStackResourcesResult" }, "documentation": "

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.

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.

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

" }, "DescribeStackSet": { "name": "DescribeStackSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackSetInput" }, "output": { "shape": "DescribeStackSetOutput", "resultWrapper": "DescribeStackSetResult" }, "errors": [ { "shape": "StackSetNotFoundException" } ], "documentation": "

Returns the description of the specified StackSet.

" }, "DescribeStackSetOperation": { "name": "DescribeStackSetOperation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStackSetOperationInput" }, "output": { "shape": "DescribeStackSetOperationOutput", "resultWrapper": "DescribeStackSetOperationResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

Returns the description of the specified StackSet operation.

" }, "DescribeStacks": { "name": "DescribeStacks", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeStacksInput" }, "output": { "shape": "DescribeStacksOutput", "resultWrapper": "DescribeStacksResult" }, "documentation": "

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.

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

" }, "DescribeType": { "name": "DescribeType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeTypeInput" }, "output": { "shape": "DescribeTypeOutput", "resultWrapper": "DescribeTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

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.

", "idempotent": true }, "DescribeTypeRegistration": { "name": "DescribeTypeRegistration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeTypeRegistrationInput" }, "output": { "shape": "DescribeTypeRegistrationOutput", "resultWrapper": "DescribeTypeRegistrationResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

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.

", "idempotent": true }, "DetectStackDrift": { "name": "DetectStackDrift", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DetectStackDriftInput" }, "output": { "shape": "DetectStackDriftOutput", "resultWrapper": "DetectStackDriftResult" }, "documentation": "

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.

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.

" }, "DetectStackResourceDrift": { "name": "DetectStackResourceDrift", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DetectStackResourceDriftInput" }, "output": { "shape": "DetectStackResourceDriftOutput", "resultWrapper": "DetectStackResourceDriftResult" }, "documentation": "

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.

" }, "DetectStackSetDrift": { "name": "DetectStackSetDrift", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DetectStackSetDriftInput" }, "output": { "shape": "DetectStackSetDriftOutput", "resultWrapper": "DetectStackSetDriftResult" }, "errors": [ { "shape": "InvalidOperationException" }, { "shape": "OperationInProgressException" }, { "shape": "StackSetNotFoundException" } ], "documentation": "

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:

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.

" }, "EstimateTemplateCost": { "name": "EstimateTemplateCost", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "EstimateTemplateCostInput" }, "output": { "shape": "EstimateTemplateCostOutput", "resultWrapper": "EstimateTemplateCostResult" }, "documentation": "

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.

" }, "ExecuteChangeSet": { "name": "ExecuteChangeSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ExecuteChangeSetInput" }, "output": { "shape": "ExecuteChangeSetOutput", "resultWrapper": "ExecuteChangeSetResult" }, "errors": [ { "shape": "InvalidChangeSetStatusException" }, { "shape": "ChangeSetNotFoundException" }, { "shape": "InsufficientCapabilitiesException" }, { "shape": "TokenAlreadyExistsException" } ], "documentation": "

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.

" }, "GetGeneratedTemplate": { "name": "GetGeneratedTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetGeneratedTemplateInput" }, "output": { "shape": "GetGeneratedTemplateOutput", "resultWrapper": "GetGeneratedTemplateResult" }, "errors": [ { "shape": "GeneratedTemplateNotFoundException" } ], "documentation": "

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.

" }, "GetStackPolicy": { "name": "GetStackPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetStackPolicyInput" }, "output": { "shape": "GetStackPolicyOutput", "resultWrapper": "GetStackPolicyResult" }, "documentation": "

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

" }, "GetTemplate": { "name": "GetTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTemplateInput" }, "output": { "shape": "GetTemplateOutput", "resultWrapper": "GetTemplateResult" }, "errors": [ { "shape": "ChangeSetNotFoundException" } ], "documentation": "

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.

" }, "GetTemplateSummary": { "name": "GetTemplateSummary", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTemplateSummaryInput" }, "output": { "shape": "GetTemplateSummaryOutput", "resultWrapper": "GetTemplateSummaryResult" }, "errors": [ { "shape": "StackSetNotFoundException" } ], "documentation": "

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.

" }, "ImportStacksToStackSet": { "name": "ImportStacksToStackSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ImportStacksToStackSetInput" }, "output": { "shape": "ImportStacksToStackSetOutput", "resultWrapper": "ImportStacksToStackSetResult" }, "errors": [ { "shape": "LimitExceededException" }, { "shape": "StackSetNotFoundException" }, { "shape": "InvalidOperationException" }, { "shape": "OperationInProgressException" }, { "shape": "OperationIdAlreadyExistsException" }, { "shape": "StackNotFoundException" }, { "shape": "StaleRequestException" } ], "documentation": "

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.

" }, "ListChangeSets": { "name": "ListChangeSets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListChangeSetsInput" }, "output": { "shape": "ListChangeSetsOutput", "resultWrapper": "ListChangeSetsResult" }, "documentation": "

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.

" }, "ListExports": { "name": "ListExports", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListExportsInput" }, "output": { "shape": "ListExportsOutput", "resultWrapper": "ListExportsResult" }, "documentation": "

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.

" }, "ListGeneratedTemplates": { "name": "ListGeneratedTemplates", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListGeneratedTemplatesInput" }, "output": { "shape": "ListGeneratedTemplatesOutput", "resultWrapper": "ListGeneratedTemplatesResult" }, "documentation": "

Lists your generated templates in this Region.

" }, "ListImports": { "name": "ListImports", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListImportsInput" }, "output": { "shape": "ListImportsOutput", "resultWrapper": "ListImportsResult" }, "documentation": "

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.

" }, "ListResourceScanRelatedResources": { "name": "ListResourceScanRelatedResources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListResourceScanRelatedResourcesInput" }, "output": { "shape": "ListResourceScanRelatedResourcesOutput", "resultWrapper": "ListResourceScanRelatedResourcesResult" }, "errors": [ { "shape": "ResourceScanNotFoundException" }, { "shape": "ResourceScanInProgressException" } ], "documentation": "

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.

" }, "ListResourceScanResources": { "name": "ListResourceScanResources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListResourceScanResourcesInput" }, "output": { "shape": "ListResourceScanResourcesOutput", "resultWrapper": "ListResourceScanResourcesResult" }, "errors": [ { "shape": "ResourceScanNotFoundException" }, { "shape": "ResourceScanInProgressException" } ], "documentation": "

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.

" }, "ListResourceScans": { "name": "ListResourceScans", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListResourceScansInput" }, "output": { "shape": "ListResourceScansOutput", "resultWrapper": "ListResourceScansResult" }, "documentation": "

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

" }, "ListStackInstanceResourceDrifts": { "name": "ListStackInstanceResourceDrifts", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackInstanceResourceDriftsInput" }, "output": { "shape": "ListStackInstanceResourceDriftsOutput", "resultWrapper": "ListStackInstanceResourceDriftsResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "StackInstanceNotFoundException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

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.

" }, "ListStackInstances": { "name": "ListStackInstances", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackInstancesInput" }, "output": { "shape": "ListStackInstancesOutput", "resultWrapper": "ListStackInstancesResult" }, "errors": [ { "shape": "StackSetNotFoundException" } ], "documentation": "

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.

" }, "ListStackResources": { "name": "ListStackResources", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackResourcesInput" }, "output": { "shape": "ListStackResourcesOutput", "resultWrapper": "ListStackResourcesResult" }, "documentation": "

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.

" }, "ListStackSetAutoDeploymentTargets": { "name": "ListStackSetAutoDeploymentTargets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackSetAutoDeploymentTargetsInput" }, "output": { "shape": "ListStackSetAutoDeploymentTargetsOutput", "resultWrapper": "ListStackSetAutoDeploymentTargetsResult" }, "errors": [ { "shape": "StackSetNotFoundException" } ], "documentation": "

Returns summary information about deployment targets for a stack set.

" }, "ListStackSetOperationResults": { "name": "ListStackSetOperationResults", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackSetOperationResultsInput" }, "output": { "shape": "ListStackSetOperationResultsOutput", "resultWrapper": "ListStackSetOperationResultsResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationNotFoundException" } ], "documentation": "

Returns summary information about the results of a stack set operation.

" }, "ListStackSetOperations": { "name": "ListStackSetOperations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackSetOperationsInput" }, "output": { "shape": "ListStackSetOperationsOutput", "resultWrapper": "ListStackSetOperationsResult" }, "errors": [ { "shape": "StackSetNotFoundException" } ], "documentation": "

Returns summary information about operations performed on a stack set.

" }, "ListStackSets": { "name": "ListStackSets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStackSetsInput" }, "output": { "shape": "ListStackSetsOutput", "resultWrapper": "ListStackSetsResult" }, "documentation": "

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

" }, "ListStacks": { "name": "ListStacks", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStacksInput" }, "output": { "shape": "ListStacksOutput", "resultWrapper": "ListStacksResult" }, "documentation": "

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).

" }, "ListTypeRegistrations": { "name": "ListTypeRegistrations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTypeRegistrationsInput" }, "output": { "shape": "ListTypeRegistrationsOutput", "resultWrapper": "ListTypeRegistrationsResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

Returns a list of registration tokens for the specified extension(s).

", "idempotent": true }, "ListTypeVersions": { "name": "ListTypeVersions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTypeVersionsInput" }, "output": { "shape": "ListTypeVersionsOutput", "resultWrapper": "ListTypeVersionsResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

Returns summary information about the versions of an extension.

", "idempotent": true }, "ListTypes": { "name": "ListTypes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTypesInput" }, "output": { "shape": "ListTypesOutput", "resultWrapper": "ListTypesResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

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

", "idempotent": true }, "PublishType": { "name": "PublishType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PublishTypeInput" }, "output": { "shape": "PublishTypeOutput", "resultWrapper": "PublishTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

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.

", "idempotent": true }, "RecordHandlerProgress": { "name": "RecordHandlerProgress", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RecordHandlerProgressInput" }, "output": { "shape": "RecordHandlerProgressOutput", "resultWrapper": "RecordHandlerProgressResult" }, "errors": [ { "shape": "InvalidStateTransitionException" }, { "shape": "OperationStatusCheckFailedException" } ], "documentation": "

Reports progress of a resource handler to CloudFormation.

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

", "idempotent": true }, "RegisterPublisher": { "name": "RegisterPublisher", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RegisterPublisherInput" }, "output": { "shape": "RegisterPublisherOutput", "resultWrapper": "RegisterPublisherResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

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.

", "idempotent": true }, "RegisterType": { "name": "RegisterType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RegisterTypeInput" }, "output": { "shape": "RegisterTypeOutput", "resultWrapper": "RegisterTypeResult" }, "errors": [ { "shape": "CFNRegistryException" } ], "documentation": "

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.

", "idempotent": true }, "RollbackStack": { "name": "RollbackStack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RollbackStackInput" }, "output": { "shape": "RollbackStackOutput", "resultWrapper": "RollbackStackResult" }, "errors": [ { "shape": "TokenAlreadyExistsException" } ], "documentation": "

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.

" }, "SetStackPolicy": { "name": "SetStackPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "SetStackPolicyInput" }, "documentation": "

Sets a stack policy for a specified stack.

" }, "SetTypeConfiguration": { "name": "SetTypeConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "SetTypeConfigurationInput" }, "output": { "shape": "SetTypeConfigurationOutput", "resultWrapper": "SetTypeConfigurationResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.

To view the current configuration data for an extension, refer to the ConfigurationSchema element of DescribeType. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

It's strongly recommended that you use dynamic references to restrict sensitive configuration definitions, such as third-party credentials. For more details on dynamic references, see Using dynamic references to specify template values in the CloudFormation User Guide.

" }, "SetTypeDefaultVersion": { "name": "SetTypeDefaultVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "SetTypeDefaultVersionInput" }, "output": { "shape": "SetTypeDefaultVersionOutput", "resultWrapper": "SetTypeDefaultVersionResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.

", "idempotent": true }, "SignalResource": { "name": "SignalResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "SignalResourceInput" }, "documentation": "

Sends a signal to the specified resource with a success or failure status. You can use the SignalResource operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource operation is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.

" }, "StartResourceScan": { "name": "StartResourceScan", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartResourceScanInput" }, "output": { "shape": "StartResourceScanOutput", "resultWrapper": "StartResourceScanResult" }, "errors": [ { "shape": "ResourceScanInProgressException" }, { "shape": "ResourceScanLimitExceededException" } ], "documentation": "

Starts a scan of the resources in this account in this Region. You can the status of a scan using the ListResourceScans API action.

" }, "StopStackSetOperation": { "name": "StopStackSetOperation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopStackSetOperationInput" }, "output": { "shape": "StopStackSetOperationOutput", "resultWrapper": "StopStackSetOperationResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationNotFoundException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Stops an in-progress operation on a stack set and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.

" }, "TestType": { "name": "TestType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TestTypeInput" }, "output": { "shape": "TestTypeOutput", "resultWrapper": "TestTypeResult" }, "errors": [ { "shape": "CFNRegistryException" }, { "shape": "TypeNotFoundException" } ], "documentation": "

Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.

For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide.

If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.

To perform testing, CloudFormation assumes the execution role specified when the type was registered. For more information, see RegisterType.

Once you've initiated testing on an extension using TestType, you can pass the returned TypeVersionArn into DescribeType to monitor the current test status and test status description for the extension.

An extension must have a test status of PASSED before it can be published. For more information, see Publishing extensions to make them available for public use in the CloudFormation CLI User Guide.

", "idempotent": true }, "UpdateGeneratedTemplate": { "name": "UpdateGeneratedTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateGeneratedTemplateInput" }, "output": { "shape": "UpdateGeneratedTemplateOutput", "resultWrapper": "UpdateGeneratedTemplateResult" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "GeneratedTemplateNotFoundException" }, { "shape": "LimitExceededException" } ], "documentation": "

Updates a generated template. This can be used to change the name, add and remove resources, refresh resources, and change the DeletionPolicy and UpdateReplacePolicy settings. You can check the status of the update to the generated template using the DescribeGeneratedTemplate API action.

" }, "UpdateStack": { "name": "UpdateStack", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateStackInput" }, "output": { "shape": "UpdateStackOutput", "resultWrapper": "UpdateStackResult" }, "errors": [ { "shape": "InsufficientCapabilitiesException" }, { "shape": "TokenAlreadyExistsException" } ], "documentation": "

Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack through the DescribeStacks action.

To get a copy of the template for an existing stack, you can use the GetTemplate action.

For more information about creating an update template, updating a stack, and monitoring the progress of the update, see Updating a Stack.

" }, "UpdateStackInstances": { "name": "UpdateStackInstances", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateStackInstancesInput" }, "output": { "shape": "UpdateStackInstancesOutput", "resultWrapper": "UpdateStackInstancesResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "StackInstanceNotFoundException" }, { "shape": "OperationInProgressException" }, { "shape": "OperationIdAlreadyExistsException" }, { "shape": "StaleRequestException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Updates the parameter values for 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 can only update stack instances in Amazon Web Services Regions and accounts where they already exist; to create additional stack instances, use CreateStackInstances.

During stack set updates, any parameters overridden for a stack instance aren't updated, but retain their overridden value.

You can only update the parameter values that are specified in the stack set; to add or delete a parameter itself, use UpdateStackSet to update the stack set template. If you add a parameter to a template, before you can override the parameter value specified in the stack set you must first use UpdateStackSet to update all stack instances with the updated template and parameter value specified in the stack set. Once a stack instance has been updated with the new parameter, you can then override the parameter value using UpdateStackInstances.

" }, "UpdateStackSet": { "name": "UpdateStackSet", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateStackSetInput" }, "output": { "shape": "UpdateStackSetOutput", "resultWrapper": "UpdateStackSetResult" }, "errors": [ { "shape": "StackSetNotFoundException" }, { "shape": "OperationInProgressException" }, { "shape": "OperationIdAlreadyExistsException" }, { "shape": "StaleRequestException" }, { "shape": "InvalidOperationException" }, { "shape": "StackInstanceNotFoundException" } ], "documentation": "

Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.

Even if the stack set operation created by updating the stack set fails (completely or partially, below or above a specified failure tolerance), the stack set is updated with your changes. Subsequent CreateStackInstances calls on the specified stack set use the updated stack set.

" }, "UpdateTerminationProtection": { "name": "UpdateTerminationProtection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateTerminationProtectionInput" }, "output": { "shape": "UpdateTerminationProtectionOutput", "resultWrapper": "UpdateTerminationProtectionResult" }, "documentation": "

Updates termination protection for the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack.

" }, "ValidateTemplate": { "name": "ValidateTemplate", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ValidateTemplateInput" }, "output": { "shape": "ValidateTemplateOutput", "resultWrapper": "ValidateTemplateResult" }, "documentation": "

Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation error.

" } }, "shapes": { "AcceptTermsAndConditions": { "type": "boolean" }, "Account": { "type": "string", "pattern": "^[0-9]{12}$" }, "AccountFilterType": { "type": "string", "enum": [ "NONE", "INTERSECTION", "DIFFERENCE", "UNION" ] }, "AccountGateResult": { "type": "structure", "members": { "Status": { "shape": "AccountGateStatus", "documentation": "

The status of the account gate function.

" }, "StatusReason": { "shape": "AccountGateStatusReason", "documentation": "

The reason for the account gate status assigned to this account and Region for the stack set operation.

" } }, "documentation": "

Structure that contains the results of the account gate function which CloudFormation invokes, if present, before proceeding with a stack set operation in an account and Region.

For each account and Region, CloudFormation lets you specify a Lambda function that encapsulates any requirements that must be met before CloudFormation can proceed with a stack set operation in that account and Region. CloudFormation invokes the function each time a stack set operation is requested for that account and Region; if the function returns FAILED, CloudFormation cancels the operation in that account and Region, and sets the stack set operation result status for that account and Region to FAILED.

For more information, see Configuring a target account gate.

" }, "AccountGateStatus": { "type": "string", "enum": [ "SUCCEEDED", "FAILED", "SKIPPED" ] }, "AccountGateStatusReason": { "type": "string" }, "AccountLimit": { "type": "structure", "members": { "Name": { "shape": "LimitName", "documentation": "

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

" }, "Value": { "shape": "LimitValue", "documentation": "

The value that's associated with the account limit name.

" } }, "documentation": "

The AccountLimit data type.

CloudFormation has the following limits per account:

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

" }, "AccountLimitList": { "type": "list", "member": { "shape": "AccountLimit" } }, "AccountList": { "type": "list", "member": { "shape": "Account" } }, "AccountsUrl": { "type": "string", "max": 5120, "min": 1, "pattern": "(s3://|http(s?)://).+" }, "ActivateOrganizationsAccessInput": { "type": "structure", "members": {} }, "ActivateOrganizationsAccessOutput": { "type": "structure", "members": {} }, "ActivateTypeInput": { "type": "structure", "members": { "Type": { "shape": "ThirdPartyType", "documentation": "

The extension type.

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

" }, "PublicTypeArn": { "shape": "ThirdPartyTypeArn", "documentation": "

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

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

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The ID of the extension publisher.

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

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

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

" }, "TypeNameAlias": { "shape": "TypeName", "documentation": "

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.

" }, "AutoUpdate": { "shape": "AutoUpdate", "documentation": "

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.

" }, "LoggingConfig": { "shape": "LoggingConfig", "documentation": "

Contains logging configuration information for an extension.

" }, "ExecutionRoleArn": { "shape": "RoleArn", "documentation": "

The name of the IAM execution role to use to activate the extension.

" }, "VersionBump": { "shape": "VersionBump", "documentation": "

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.

" }, "MajorVersion": { "shape": "MajorVersion", "documentation": "

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.

" } } }, "ActivateTypeOutput": { "type": "structure", "members": { "Arn": { "shape": "PrivateTypeArn", "documentation": "

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

" } } }, "AfterContext": { "type": "string" }, "AfterValue": { "type": "string" }, "AllowedValue": { "type": "string" }, "AllowedValues": { "type": "list", "member": { "shape": "AllowedValue" } }, "Arn": { "type": "string" }, "AttributeChangeType": { "type": "string", "enum": [ "Add", "Remove", "Modify" ] }, "AutoDeployment": { "type": "structure", "members": { "Enabled": { "shape": "AutoDeploymentNullable", "documentation": "

If set to true, StackSets automatically deploys additional stack instances to Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.

" }, "RetainStacksOnAccountRemoval": { "shape": "RetainStacksOnAccountRemovalNullable", "documentation": "

If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.

" } }, "documentation": "

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).

" }, "AutoDeploymentNullable": { "type": "boolean" }, "AutoUpdate": { "type": "boolean" }, "BatchDescribeTypeConfigurationsError": { "type": "structure", "members": { "ErrorCode": { "shape": "ErrorCode", "documentation": "

The error code.

" }, "ErrorMessage": { "shape": "ErrorMessage", "documentation": "

The error message.

" }, "TypeConfigurationIdentifier": { "shape": "TypeConfigurationIdentifier", "documentation": "

Identifying information for the configuration of a CloudFormation extension.

" } }, "documentation": "

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

" }, "BatchDescribeTypeConfigurationsErrors": { "type": "list", "member": { "shape": "BatchDescribeTypeConfigurationsError" } }, "BatchDescribeTypeConfigurationsInput": { "type": "structure", "required": [ "TypeConfigurationIdentifiers" ], "members": { "TypeConfigurationIdentifiers": { "shape": "TypeConfigurationIdentifiers", "documentation": "

The list of identifiers for the desired extension configurations.

" } } }, "BatchDescribeTypeConfigurationsOutput": { "type": "structure", "members": { "Errors": { "shape": "BatchDescribeTypeConfigurationsErrors", "documentation": "

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

" }, "UnprocessedTypeConfigurations": { "shape": "UnprocessedTypeConfigurations", "documentation": "

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

" }, "TypeConfigurations": { "shape": "TypeConfigurationDetailsList", "documentation": "

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

" } } }, "BeforeContext": { "type": "string" }, "BeforeValue": { "type": "string" }, "BoxedInteger": { "type": "integer", "box": true }, "BoxedMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "CallAs": { "type": "string", "enum": [ "SELF", "DELEGATED_ADMIN" ] }, "CancelUpdateStackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

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/*/*\" }] }

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

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

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.

" } }, "documentation": "

The input for the CancelUpdateStack action.

" }, "Capabilities": { "type": "list", "member": { "shape": "Capability" } }, "CapabilitiesReason": { "type": "string" }, "Capability": { "type": "string", "enum": [ "CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND" ] }, "Category": { "type": "string", "enum": [ "REGISTERED", "ACTIVATED", "THIRD_PARTY", "AWS_TYPES" ] }, "CausingEntity": { "type": "string" }, "Change": { "type": "structure", "members": { "Type": { "shape": "ChangeType", "documentation": "

The type of entity that CloudFormation changes.

" }, "HookInvocationCount": { "shape": "HookInvocationCount", "documentation": "

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

" }, "ResourceChange": { "shape": "ResourceChange", "documentation": "

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

" } }, "documentation": "

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

" }, "ChangeAction": { "type": "string", "enum": [ "Add", "Modify", "Remove", "Import", "Dynamic" ] }, "ChangeSetHook": { "type": "structure", "members": { "InvocationPoint": { "shape": "HookInvocationPoint", "documentation": "

Specifies the points in provisioning logic where a hook is invoked.

" }, "FailureMode": { "shape": "HookFailureMode", "documentation": "

Specify the hook failure mode for non-compliant resources in the followings ways.

" }, "TypeName": { "shape": "HookTypeName", "documentation": "

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:

" }, "TypeVersionId": { "shape": "HookTypeVersionId", "documentation": "

The version ID of the type specified.

" }, "TypeConfigurationVersionId": { "shape": "HookTypeConfigurationVersionId", "documentation": "

The version ID of the type configuration.

" }, "TargetDetails": { "shape": "ChangeSetHookTargetDetails", "documentation": "

Specifies details about the target that the hook will run against.

" } }, "documentation": "

Specifies the resource, the hook, and the hook version to be invoked.

" }, "ChangeSetHookResourceTargetDetails": { "type": "structure", "members": { "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The resource's logical ID, which is defined in the stack's template.

" }, "ResourceType": { "shape": "HookTargetTypeName", "documentation": "

The type of CloudFormation resource, such as AWS::S3::Bucket.

" }, "ResourceAction": { "shape": "ChangeAction", "documentation": "

Specifies the action of the resource.

" } }, "documentation": "

Specifies RESOURCE type target details for activated hooks.

" }, "ChangeSetHookTargetDetails": { "type": "structure", "members": { "TargetType": { "shape": "HookTargetType", "documentation": "

The name of the type.

" }, "ResourceTargetDetails": { "shape": "ChangeSetHookResourceTargetDetails", "documentation": "

Required if TargetType is RESOURCE.

" } }, "documentation": "

Specifies target details for an activated hook.

" }, "ChangeSetHooks": { "type": "list", "member": { "shape": "ChangeSetHook" } }, "ChangeSetHooksStatus": { "type": "string", "enum": [ "PLANNING", "PLANNED", "UNAVAILABLE" ] }, "ChangeSetId": { "type": "string", "min": 1, "pattern": "arn:[-a-zA-Z0-9:/]*" }, "ChangeSetName": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z][-a-zA-Z0-9]*" }, "ChangeSetNameOrId": { "type": "string", "max": 1600, "min": 1, "pattern": "[a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/]*" }, "ChangeSetStatus": { "type": "string", "enum": [ "CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "FAILED" ] }, "ChangeSetStatusReason": { "type": "string" }, "ChangeSetSummaries": { "type": "list", "member": { "shape": "ChangeSetSummary" } }, "ChangeSetSummary": { "type": "structure", "members": { "StackId": { "shape": "StackId", "documentation": "

The ID of the stack with which the change set is associated.

" }, "StackName": { "shape": "StackName", "documentation": "

The name of the stack with which the change set is associated.

" }, "ChangeSetId": { "shape": "ChangeSetId", "documentation": "

The ID of the change set.

" }, "ChangeSetName": { "shape": "ChangeSetName", "documentation": "

The name of the change set.

" }, "ExecutionStatus": { "shape": "ExecutionStatus", "documentation": "

If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

" }, "Status": { "shape": "ChangeSetStatus", "documentation": "

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

" }, "StatusReason": { "shape": "ChangeSetStatusReason", "documentation": "

A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The start time when the change set was created, in UTC.

" }, "Description": { "shape": "Description", "documentation": "

Descriptive information about the change set.

" }, "IncludeNestedStacks": { "shape": "IncludeNestedStacks", "documentation": "

Specifies the current setting of IncludeNestedStacks for the change set.

" }, "ParentChangeSetId": { "shape": "ChangeSetId", "documentation": "

The parent change set ID.

" }, "RootChangeSetId": { "shape": "ChangeSetId", "documentation": "

The root change set ID.

" }, "ImportExistingResources": { "shape": "ImportExistingResources", "documentation": "

Indicates if the change set imports resources that already exist.

" } }, "documentation": "

The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.

" }, "ChangeSetType": { "type": "string", "enum": [ "CREATE", "UPDATE", "IMPORT" ] }, "ChangeSource": { "type": "string", "enum": [ "ResourceReference", "ParameterReference", "ResourceAttribute", "DirectModification", "Automatic" ] }, "ChangeType": { "type": "string", "enum": [ "Resource" ] }, "Changes": { "type": "list", "member": { "shape": "Change" } }, "ClientRequestToken": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z0-9][-a-zA-Z0-9]*" }, "ClientToken": { "type": "string", "max": 128, "min": 1 }, "ConcurrencyMode": { "type": "string", "enum": [ "STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE" ] }, "ConfigurationSchema": { "type": "string", "max": 60000, "min": 1, "pattern": "[\\s\\S]+" }, "ConnectionArn": { "type": "string", "max": 256, "min": 1, "pattern": "arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+" }, "ContinueUpdateRollbackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name or the unique ID of the stack that you want to continue rolling back.

Don't specify the name of a nested stack (a stack that was created by using the AWS::CloudFormation::Stack resource). Instead, use this operation on the parent stack (the stack that contains the AWS::CloudFormation::Stack resource).

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to roll back the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least permission.

If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.

" }, "ResourcesToSkip": { "shape": "ResourcesToSkip", "documentation": "

A list of the logical IDs of the resources that CloudFormation skips during the continue update rollback operation. You can specify only resources that are in the UPDATE_FAILED state because a rollback failed. You can't specify resources that are in the UPDATE_FAILED state for other reasons, for example, because an update was canceled. To check why a resource update failed, use the DescribeStackResources action, and view the resource status reason.

Specify this property to skip rolling back resources that CloudFormation can't successfully roll back. We recommend that you troubleshoot resources before skipping them. CloudFormation sets the status of the specified resources to UPDATE_COMPLETE and continues to roll back the stack. After the rollback is complete, the state of the skipped resources will be inconsistent with the state of the resources in the stack template. Before performing another stack update, you must update the stack or resources to be consistent with each other. If you don't, subsequent stack updates might fail, and the stack will become unrecoverable.

Specify the minimum number of resources required to successfully roll back your stack. For example, a failed resource update might cause dependent resources to fail. In this case, it might not be necessary to skip the dependent resources.

To skip resources that are part of nested stacks, use the following format: NestedStackName.ResourceLogicalID. If you want to specify the logical ID of a stack resource (Type: AWS::CloudFormation::Stack) in the ResourcesToSkip list, then its corresponding embedded stack must be in one of the following states: DELETE_IN_PROGRESS, DELETE_COMPLETE, or DELETE_FAILED.

Don't confuse a child stack's name with its corresponding logical ID defined in the parent stack. For an example of a continue update rollback operation with nested stacks, see Using ResourcesToSkip to recover a nested stacks hierarchy.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this ContinueUpdateRollback request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to continue the rollback to a stack with the same name. You might retry ContinueUpdateRollback requests to ensure that CloudFormation successfully received them.

" } }, "documentation": "

The input for the ContinueUpdateRollback action.

" }, "ContinueUpdateRollbackOutput": { "type": "structure", "members": {}, "documentation": "

The output for a ContinueUpdateRollback operation.

" }, "CreateChangeSetInput": { "type": "structure", "required": [ "StackName", "ChangeSetName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name or the unique ID of the stack for which you are creating a change set. CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes. CloudFormation generates the change set by comparing this template with the template of the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. CloudFormation generates the change set by comparing this template with the stack that you specified. The location for an Amazon S3 bucket must start with https://.

Conditional: You must specify only TemplateBody or TemplateURL.

" }, "UsePreviousTemplate": { "shape": "UsePreviousTemplate", "documentation": "

Whether to reuse the template that's associated with the stack to create the change set.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "ResourceTypes": { "shape": "ResourceTypes", "documentation": "

The template resource types that you have permissions to work with if you execute this change set, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource type that you're updating, the stack update fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for condition keys in IAM policies for CloudFormation. For more information, see Controlling access with Identity and Access Management in the CloudFormation User Guide.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes when executing the change set. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least permission.

If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that is generated from your user credentials.

" }, "RollbackConfiguration": { "shape": "RollbackConfiguration", "documentation": "

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

" }, "NotificationARNs": { "shape": "NotificationARNs", "documentation": "

The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that CloudFormation associates with the stack. To remove all associated notification topics, specify an empty list.

" }, "Tags": { "shape": "Tags", "documentation": "

Key-value pairs to associate with this stack. CloudFormation also propagates these tags to resources in the stack. You can specify a maximum of 50 tags.

" }, "ChangeSetName": { "shape": "ChangeSetName", "documentation": "

The name of the change set. The name must be unique among all change sets that are associated with the specified stack.

A change set name can contain only alphanumeric, case sensitive characters, and hyphens. It must start with an alphabetical character and can't exceed 128 characters.

" }, "ClientToken": { "shape": "ClientToken", "documentation": "

A unique identifier for this CreateChangeSet request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to create another change set with the same name. You might retry CreateChangeSet requests to ensure that CloudFormation successfully received them.

" }, "Description": { "shape": "Description", "documentation": "

A description to help you identify this change set.

" }, "ChangeSetType": { "shape": "ChangeSetType", "documentation": "

The type of change set operation. To create a change set for a new stack, specify CREATE. To create a change set for an existing stack, specify UPDATE. To create a change set for an import operation, specify IMPORT.

If you create a change set for a new stack, CloudFormation creates a stack with a unique stack ID, but no template or resources. The stack will be in the REVIEW_IN_PROGRESS state until you execute the change set.

By default, CloudFormation specifies UPDATE. You can't use the UPDATE type to create a change set for a new stack or the CREATE type to create a change set for an existing stack.

" }, "ResourcesToImport": { "shape": "ResourcesToImport", "documentation": "

The resources to import into your stack.

" }, "IncludeNestedStacks": { "shape": "IncludeNestedStacks", "documentation": "

Creates a change set for the all nested stacks specified in the template. The default behavior of this action is set to False. To include nested sets in a change set, specify True.

" }, "OnStackFailure": { "shape": "OnStackFailure", "documentation": "

Determines what action will be taken if stack creation fails. If this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:

For nested stacks, when the OnStackFailure parameter is set to DELETE for the change set for the parent stack, any failure in a child stack will cause the parent stack creation to fail and all stacks to be deleted.

" }, "ImportExistingResources": { "shape": "ImportExistingResources", "documentation": "

Indicates if the change set imports resources that already exist.

This parameter can only import resources that have custom names in templates. For more information, see name type in the CloudFormation User Guide. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead. For more information, see Bringing existing resources into CloudFormation management in the CloudFormation User Guide.

" } }, "documentation": "

The input for the CreateChangeSet action.

" }, "CreateChangeSetOutput": { "type": "structure", "members": { "Id": { "shape": "ChangeSetId", "documentation": "

The Amazon Resource Name (ARN) of the change set.

" }, "StackId": { "shape": "StackId", "documentation": "

The unique ID of the stack.

" } }, "documentation": "

The output for the CreateChangeSet action.

" }, "CreateGeneratedTemplateInput": { "type": "structure", "required": [ "GeneratedTemplateName" ], "members": { "Resources": { "shape": "ResourceDefinitions", "documentation": "

An optional list of resources to be included in the generated template.

If no resources are specified,the template will be created without any resources. Resources can be added to the template using the UpdateGeneratedTemplate API action.

" }, "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name assigned to the generated template.

" }, "StackName": { "shape": "StackName", "documentation": "

An optional name or ARN of a stack to use as the base stack for the generated template.

" }, "TemplateConfiguration": { "shape": "TemplateConfiguration", "documentation": "

The configuration details of the generated template, including the DeletionPolicy and UpdateReplacePolicy.

" } } }, "CreateGeneratedTemplateOutput": { "type": "structure", "members": { "GeneratedTemplateId": { "shape": "GeneratedTemplateId", "documentation": "

The ID of the generated template.

" } } }, "CreateStackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name that's associated with the stack. The name must be unique in the Region in which you are creating the stack.

A stack name can contain only alphanumeric characters (case sensitive) and hyphens. It must start with an alphabetical character and can't be longer than 128 characters.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template anatomy in the CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to the Template anatomy in the CloudFormation User Guide. The location for an Amazon S3 bucket must start with https://.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

" }, "DisableRollback": { "shape": "DisableRollback", "documentation": "

Set to true to disable rollback of the stack if stack creation failed. You can specify either DisableRollback or OnFailure, but not both.

Default: false

" }, "RollbackConfiguration": { "shape": "RollbackConfiguration", "documentation": "

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

" }, "TimeoutInMinutes": { "shape": "TimeoutMinutes", "documentation": "

The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.

" }, "NotificationARNs": { "shape": "NotificationARNs", "documentation": "

The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "ResourceTypes": { "shape": "ResourceTypes", "documentation": "

The template resource types that you have permissions to work with for this create stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance. Use the following syntax to describe template resource types: AWS::* (for all Amazon Web Services resources), Custom::* (for all custom resources), Custom::logical_ID (for a specific custom resource), AWS::service_name::* (for all resources of a particular Amazon Web Services service), and AWS::service_name::resource_logical_ID (for a specific Amazon Web Services resource).

If the list of resource types doesn't include a resource that you're creating, the stack creation fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with Identity and Access Management.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to create the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.

" }, "OnFailure": { "shape": "OnFailure", "documentation": "

Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either OnFailure or DisableRollback, but not both.

Default: ROLLBACK

" }, "StackPolicyBody": { "shape": "StackPolicyBody", "documentation": "

Structure containing the stack policy body. For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

" }, "StackPolicyURL": { "shape": "StackPolicyURL", "documentation": "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with https://. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

" }, "Tags": { "shape": "Tags", "documentation": "

Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this CreateStack request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to create a stack with the same name. You might retry CreateStack requests to ensure that CloudFormation successfully received them.

All events initiated by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a CreateStack operation with the token token1, then all the StackEvents generated by that operation will have ClientRequestToken set as token1.

In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format: Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002.

" }, "EnableTerminationProtection": { "shape": "EnableTerminationProtection", "documentation": "

Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide. Termination protection is deactivated on stacks by default.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack.

" }, "RetainExceptOnCreate": { "shape": "RetainExceptOnCreate", "documentation": "

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

" } }, "documentation": "

The input for CreateStack action.

" }, "CreateStackInstancesInput": { "type": "structure", "required": [ "StackSetName", "Regions" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to create stack instances from.

" }, "Accounts": { "shape": "AccountList", "documentation": "

[Self-managed permissions] The names of one or more Amazon Web Services accounts that you want to create stack instances in the specified Region(s) for.

You can specify Accounts or DeploymentTargets, but not both.

" }, "DeploymentTargets": { "shape": "DeploymentTargets", "documentation": "

[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified Amazon Web Services Regions.

You can specify Accounts or DeploymentTargets, but not both.

" }, "Regions": { "shape": "RegionList", "documentation": "

The names of one or more Amazon Web Services Regions where you want to create stack instances using the specified Amazon Web Services accounts.

" }, "ParameterOverrides": { "shape": "Parameters", "documentation": "

A list of stack set parameters whose values you want to override in the selected stack instances.

Any overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values during stack instance operations:

During stack set updates, any parameter values overridden for a stack instance aren't updated, but retain their overridden value.

You can only override the parameter values that are specified in the stack set; to add or delete a parameter itself, use UpdateStackSet to update the stack set template.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

Preferences for how CloudFormation performs this stack set operation.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that CloudFormation successfully received them.

If you don't specify an operation ID, the SDK generates one automatically.

Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED.

", "idempotencyToken": true }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "CreateStackInstancesOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

" } } }, "CreateStackOutput": { "type": "structure", "members": { "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" } }, "documentation": "

The output for a CreateStack action.

" }, "CreateStackSetInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name to associate with the stack set. The name must be unique in the Region where you create your stack set.

A stack name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and can't be longer than 128 characters.

" }, "Description": { "shape": "Description", "documentation": "

A description of the stack set. You can use the description to identify the stack set's purpose or other important information.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, see Template Anatomy in the CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

The location of the file that contains the template body. The URL must point to a template (maximum size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. For more information, see Template Anatomy in the CloudFormation User Guide.

Conditional: You must specify either the TemplateBody or the TemplateURL parameter, but not both.

" }, "StackId": { "shape": "StackId", "documentation": "

The stack ID you are importing into a new stack set. Specify the Amazon Resource Name (ARN) of the stack.

" }, "Parameters": { "shape": "Parameters", "documentation": "

The input parameters for the stack set template.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set and related stack instances.

" }, "Tags": { "shape": "Tags", "documentation": "

The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also propagates these tags to supported resources that are created in the stacks. A maximum number of 50 tags can be specified.

If you specify tags as part of a CreateStackSet action, CloudFormation checks to see if you have the required IAM permission to tag resources. If you don't, the entire CreateStackSet action fails with an access denied error, and the stack set is not created.

" }, "AdministrationRoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.

Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the CloudFormation User Guide.

" }, "ExecutionRoleName": { "shape": "ExecutionRoleName", "documentation": "

The name of the IAM execution role to use to create the stack set. If you do not specify an execution role, CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.

Specify an IAM role only if you are using customized execution roles to control which stack resources users and groups can include in their stack sets.

" }, "PermissionModel": { "shape": "PermissionModels", "documentation": "

Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.

" }, "AutoDeployment": { "shape": "AutoDeployment", "documentation": "

Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU). Specify only if PermissionModel is SERVICE_MANAGED.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this CreateStackSet request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to create another stack set with the same name. You might retry CreateStackSet requests to ensure that CloudFormation successfully received them.

If you don't specify an operation ID, the SDK generates one automatically.

", "idempotencyToken": true }, "ManagedExecution": { "shape": "ManagedExecution", "documentation": "

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

" } } }, "CreateStackSetOutput": { "type": "structure", "members": { "StackSetId": { "shape": "StackSetId", "documentation": "

The ID of the stack set that you're creating.

" } } }, "CreationTime": { "type": "timestamp" }, "DeactivateOrganizationsAccessInput": { "type": "structure", "members": {} }, "DeactivateOrganizationsAccessOutput": { "type": "structure", "members": {} }, "DeactivateTypeInput": { "type": "structure", "members": { "TypeName": { "shape": "TypeName", "documentation": "

The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

Conditional: You must specify either Arn, or TypeName and Type.

" }, "Type": { "shape": "ThirdPartyType", "documentation": "

The extension type.

Conditional: You must specify either Arn, or TypeName and Type.

" }, "Arn": { "shape": "PrivateTypeArn", "documentation": "

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

Conditional: You must specify either Arn, or TypeName and Type.

" } } }, "DeactivateTypeOutput": { "type": "structure", "members": {} }, "DeleteChangeSetInput": { "type": "structure", "required": [ "ChangeSetName" ], "members": { "ChangeSetName": { "shape": "ChangeSetNameOrId", "documentation": "

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.

" } }, "documentation": "

The input for the DeleteChangeSet action.

" }, "DeleteChangeSetOutput": { "type": "structure", "members": {}, "documentation": "

The output for the DeleteChangeSet action.

" }, "DeleteGeneratedTemplateInput": { "type": "structure", "required": [ "GeneratedTemplateName" ], "members": { "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name or Amazon Resource Name (ARN) of a generated template.

" } } }, "DeleteStackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

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

" }, "RetainResources": { "shape": "RetainResources", "documentation": "

For stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, CloudFormation deletes the stack but doesn't delete the retained resources.

Retaining resources is useful when you can't delete a resource, such as a non-empty S3 bucket, but you want to delete the stack.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to delete the stack. CloudFormation uses the role's credentials to make calls on your behalf.

If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this DeleteStack request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to delete a stack with the same name. You might retry DeleteStack requests to ensure that CloudFormation successfully received them.

All events initiated by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a CreateStack operation with the token token1, then all the StackEvents generated by that operation will have ClientRequestToken set as token1.

In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format: Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002.

" }, "DeletionMode": { "shape": "DeletionMode", "documentation": "

Specifies the deletion mode for the stack. Possible values are:

" } }, "documentation": "

The input for DeleteStack action.

" }, "DeleteStackInstancesInput": { "type": "structure", "required": [ "StackSetName", "Regions", "RetainStacks" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to delete stack instances for.

" }, "Accounts": { "shape": "AccountList", "documentation": "

[Self-managed permissions] The names of the Amazon Web Services accounts that you want to delete stack instances for.

You can specify Accounts or DeploymentTargets, but not both.

" }, "DeploymentTargets": { "shape": "DeploymentTargets", "documentation": "

[Service-managed permissions] The Organizations accounts from which to delete stack instances.

You can specify Accounts or DeploymentTargets, but not both.

" }, "Regions": { "shape": "RegionList", "documentation": "

The Amazon Web Services Regions where you want to delete stack set instances.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

Preferences for how CloudFormation performs this stack set operation.

" }, "RetainStacks": { "shape": "RetainStacks", "documentation": "

Removes the stack instances from the specified stack set, but doesn't delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set.

For more information, see Stack set operation options.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

If you don't specify an operation ID, the SDK generates one automatically.

The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You can retry stack set operation requests to ensure that CloudFormation successfully received them.

Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED.

", "idempotencyToken": true }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DeleteStackInstancesOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

" } } }, "DeleteStackSetInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DeleteStackSetOutput": { "type": "structure", "members": {} }, "DeletionMode": { "type": "string", "enum": [ "STANDARD", "FORCE_DELETE_STACK" ] }, "DeletionTime": { "type": "timestamp" }, "DeploymentTargets": { "type": "structure", "members": { "Accounts": { "shape": "AccountList", "documentation": "

The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

" }, "AccountsUrl": { "shape": "AccountsUrl", "documentation": "

Returns the value of the AccountsUrl property.

" }, "OrganizationalUnitIds": { "shape": "OrganizationalUnitIdList", "documentation": "

The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

" }, "AccountFilterType": { "shape": "AccountFilterType", "documentation": "

Limit deployment targets to individual accounts or include additional accounts with provided OUs.

The following is a list of possible values for the AccountFilterType operation.

" } }, "documentation": "

[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets doesn't deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.

For update operations, you can specify either Accounts or OrganizationalUnitIds. For create and delete operations, specify OrganizationalUnitIds.

" }, "DeprecatedStatus": { "type": "string", "enum": [ "LIVE", "DEPRECATED" ] }, "DeregisterTypeInput": { "type": "structure", "members": { "Arn": { "shape": "PrivateTypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "VersionId": { "shape": "TypeVersionId", "documentation": "

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

" } } }, "DeregisterTypeOutput": { "type": "structure", "members": {} }, "DescribeAccountLimitsInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of limits that you want to retrieve.

" } }, "documentation": "

The input for the DescribeAccountLimits action.

" }, "DescribeAccountLimitsOutput": { "type": "structure", "members": { "AccountLimits": { "shape": "AccountLimitList", "documentation": "

An account limit structure that contain a list of CloudFormation account limits and their values.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

" } }, "documentation": "

The output for the DescribeAccountLimits action.

" }, "DescribeChangeSetHooksInput": { "type": "structure", "required": [ "ChangeSetName" ], "members": { "ChangeSetName": { "shape": "ChangeSetNameOrId", "documentation": "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

If specified, lists only the hooks related to the specified LogicalResourceId.

" } } }, "DescribeChangeSetHooksOutput": { "type": "structure", "members": { "ChangeSetId": { "shape": "ChangeSetId", "documentation": "

The change set identifier (stack ID).

" }, "ChangeSetName": { "shape": "ChangeSetName", "documentation": "

The change set name.

" }, "Hooks": { "shape": "ChangeSetHooks", "documentation": "

List of hook objects.

" }, "Status": { "shape": "ChangeSetHooksStatus", "documentation": "

Provides the status of the change set hook.

" }, "NextToken": { "shape": "NextToken", "documentation": "

Pagination token, null or empty if no more results.

" }, "StackId": { "shape": "StackId", "documentation": "

The stack identifier (stack ID).

" }, "StackName": { "shape": "StackName", "documentation": "

The stack name.

" } } }, "DescribeChangeSetInput": { "type": "structure", "required": [ "ChangeSetName" ], "members": { "ChangeSetName": { "shape": "ChangeSetNameOrId", "documentation": "

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

" }, "IncludePropertyValues": { "shape": "IncludePropertyValues", "documentation": "

If true, the returned changes include detailed changes in the property values.

" } }, "documentation": "

The input for the DescribeChangeSet action.

" }, "DescribeChangeSetOutput": { "type": "structure", "members": { "ChangeSetName": { "shape": "ChangeSetName", "documentation": "

The name of the change set.

" }, "ChangeSetId": { "shape": "ChangeSetId", "documentation": "

The Amazon Resource Name (ARN) of the change set.

" }, "StackId": { "shape": "StackId", "documentation": "

The Amazon Resource Name (ARN) of the stack that's associated with the change set.

" }, "StackName": { "shape": "StackName", "documentation": "

The name of the stack that's associated with the change set.

" }, "Description": { "shape": "Description", "documentation": "

Information about the change set.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The start time when the change set was created, in UTC.

" }, "ExecutionStatus": { "shape": "ExecutionStatus", "documentation": "

If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

" }, "Status": { "shape": "ChangeSetStatus", "documentation": "

The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

" }, "StatusReason": { "shape": "ChangeSetStatusReason", "documentation": "

A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.

" }, "NotificationARNs": { "shape": "NotificationARNs", "documentation": "

The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

" }, "RollbackConfiguration": { "shape": "RollbackConfiguration", "documentation": "

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

" }, "Tags": { "shape": "Tags", "documentation": "

If you execute the change set, the tags that will be associated with the stack.

" }, "Changes": { "shape": "Changes", "documentation": "

A list of Change structures that describes the resources CloudFormation changes if you execute the change set.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.

" }, "IncludeNestedStacks": { "shape": "IncludeNestedStacks", "documentation": "

Verifies if IncludeNestedStacks is set to True.

" }, "ParentChangeSetId": { "shape": "ChangeSetId", "documentation": "

Specifies the change set ID of the parent change set in the current nested change set hierarchy.

" }, "RootChangeSetId": { "shape": "ChangeSetId", "documentation": "

Specifies the change set ID of the root change set in the current nested change set hierarchy.

" }, "OnStackFailure": { "shape": "OnStackFailure", "documentation": "

Determines what action will be taken if stack creation fails. When this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:

" }, "ImportExistingResources": { "shape": "ImportExistingResources", "documentation": "

Indicates if the change set imports resources that already exist.

This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.

" } }, "documentation": "

The output for the DescribeChangeSet action.

" }, "DescribeGeneratedTemplateInput": { "type": "structure", "required": [ "GeneratedTemplateName" ], "members": { "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name or Amazon Resource Name (ARN) of a generated template.

" } } }, "DescribeGeneratedTemplateOutput": { "type": "structure", "members": { "GeneratedTemplateId": { "shape": "GeneratedTemplateId", "documentation": "

The Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example, arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc .

" }, "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name of the generated template.

" }, "Resources": { "shape": "ResourceDetails", "documentation": "

A list of objects describing the details of the resources in the template generation.

" }, "Status": { "shape": "GeneratedTemplateStatus", "documentation": "

The status of the template generation. Supported values are:

" }, "StatusReason": { "shape": "TemplateStatusReason", "documentation": "

The reason for the current template generation status. This will provide more details if a failure happened.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The time the generated template was created.

" }, "LastUpdatedTime": { "shape": "LastUpdatedTime", "documentation": "

The time the generated template was last updated.

" }, "Progress": { "shape": "TemplateProgress", "documentation": "

An object describing the progress of the template generation.

" }, "StackId": { "shape": "StackId", "documentation": "

The stack ARN of the base stack if a base stack was provided when generating the template.

" }, "TemplateConfiguration": { "shape": "TemplateConfiguration", "documentation": "

The configuration details of the generated template, including the DeletionPolicy and UpdateReplacePolicy.

" }, "TotalWarnings": { "shape": "TotalWarnings", "documentation": "

The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.

" } } }, "DescribeOrganizationsAccessInput": { "type": "structure", "members": { "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified.

" } } }, "DescribeOrganizationsAccessOutput": { "type": "structure", "members": { "Status": { "shape": "OrganizationStatus", "documentation": "

Presents the status of the OrganizationAccess.

" } } }, "DescribePublisherInput": { "type": "structure", "members": { "PublisherId": { "shape": "PublisherId", "documentation": "

The ID of the 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.

" } } }, "DescribePublisherOutput": { "type": "structure", "members": { "PublisherId": { "shape": "PublisherId", "documentation": "

The ID of the extension publisher.

" }, "PublisherStatus": { "shape": "PublisherStatus", "documentation": "

Whether the publisher is verified. Currently, all registered publishers are verified.

" }, "IdentityProvider": { "shape": "IdentityProvider", "documentation": "

The type of account used as the identity provider when registering this publisher with CloudFormation.

" }, "PublisherProfile": { "shape": "PublisherProfile", "documentation": "

The URL to the publisher's profile with the identity provider.

" } } }, "DescribeResourceScanInput": { "type": "structure", "required": [ "ResourceScanId" ], "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan.

" } } }, "DescribeResourceScanOutput": { "type": "structure", "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan. The format is arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example is arn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772 .

" }, "Status": { "shape": "ResourceScanStatus", "documentation": "

Status of the resource scan.

INPROGRESS

The resource scan is still in progress.

COMPLETE

The resource scan is complete.

EXPIRED

The resource scan has expired.

FAILED

The resource scan has failed.

" }, "StatusReason": { "shape": "ResourceScanStatusReason", "documentation": "

The reason for the resource scan status, providing more information if a failure happened.

" }, "StartTime": { "shape": "Timestamp", "documentation": "

The time that the resource scan was started.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The time that the resource scan was finished.

" }, "PercentageCompleted": { "shape": "PercentageCompleted", "documentation": "

The percentage of the resource scan that has been completed.

" }, "ResourceTypes": { "shape": "ResourceTypes", "documentation": "

The list of resource types for the specified scan. Resource types are only available for scans with a Status set to COMPLETE or FAILED .

" }, "ResourcesScanned": { "shape": "ResourcesScanned", "documentation": "

The number of resources that were listed. This is only available for scans with a Status set to COMPLETE, EXPIRED, or FAILED .

" }, "ResourcesRead": { "shape": "ResourcesRead", "documentation": "

The number of resources that were read. This is only available for scans with a Status set to COMPLETE, EXPIRED, or FAILED .

This field may be 0 if the resource scan failed with a ResourceScanLimitExceededException.

" } } }, "DescribeStackDriftDetectionStatusInput": { "type": "structure", "required": [ "StackDriftDetectionId" ], "members": { "StackDriftDetectionId": { "shape": "StackDriftDetectionId", "documentation": "

The ID of the drift detection results of this operation.

CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.

" } } }, "DescribeStackDriftDetectionStatusOutput": { "type": "structure", "required": [ "StackId", "StackDriftDetectionId", "DetectionStatus", "Timestamp" ], "members": { "StackId": { "shape": "StackId", "documentation": "

The ID of the stack.

" }, "StackDriftDetectionId": { "shape": "StackDriftDetectionId", "documentation": "

The ID of the drift detection results of this operation.

CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports CloudFormation retains for any given stack, and for how long, may vary.

" }, "StackDriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack's actual configuration compared to its expected configuration.

" }, "DetectionStatus": { "shape": "StackDriftDetectionStatus", "documentation": "

The status of the stack drift detection operation.

" }, "DetectionStatusReason": { "shape": "StackDriftDetectionStatusReason", "documentation": "

The reason the stack drift detection operation has its current status.

" }, "DriftedStackResourceCount": { "shape": "BoxedInteger", "documentation": "

Total number of stack resources that have drifted. This is NULL until the drift detection operation reaches a status of DETECTION_COMPLETE. This value will be 0 for stacks whose drift status is IN_SYNC.

" }, "Timestamp": { "shape": "Timestamp", "documentation": "

Time at which the stack drift detection operation was initiated.

" } } }, "DescribeStackEventsInput": { "type": "structure", "members": { "StackName": { "shape": "StackName", "documentation": "

The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:

Default: There is no default value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of events that you want to retrieve.

" } }, "documentation": "

The input for DescribeStackEvents action.

" }, "DescribeStackEventsOutput": { "type": "structure", "members": { "StackEvents": { "shape": "StackEvents", "documentation": "

A list of StackEvents structures.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.

" } }, "documentation": "

The output for a DescribeStackEvents action.

" }, "DescribeStackInstanceInput": { "type": "structure", "required": [ "StackSetName", "StackInstanceAccount", "StackInstanceRegion" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or the unique stack ID of the stack set that you want to get stack instance information for.

" }, "StackInstanceAccount": { "shape": "Account", "documentation": "

The ID of an Amazon Web Services account that's associated with this stack instance.

" }, "StackInstanceRegion": { "shape": "Region", "documentation": "

The name of a Region that's associated with this stack instance.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DescribeStackInstanceOutput": { "type": "structure", "members": { "StackInstance": { "shape": "StackInstance", "documentation": "

The stack instance that matches the specified request parameters.

" } } }, "DescribeStackResourceDriftsInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name of the stack for which you want drift information.

" }, "StackResourceDriftStatusFilters": { "shape": "StackResourceDriftStatusFilters", "documentation": "

The resource drift status values to use as filters for the resource drift results returned.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of stack resource drift results.

" }, "MaxResults": { "shape": "BoxedMaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" } } }, "DescribeStackResourceDriftsOutput": { "type": "structure", "required": [ "StackResourceDrifts" ], "members": { "StackResourceDrifts": { "shape": "StackResourceDrifts", "documentation": "

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 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 do not 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.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call DescribeStackResourceDrifts again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "DescribeStackResourceInput": { "type": "structure", "required": [ "StackName", "LogicalResourceId" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:

Default: There is no default value.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource as specified in the template.

Default: There is no default value.

" } }, "documentation": "

The input for DescribeStackResource action.

" }, "DescribeStackResourceOutput": { "type": "structure", "members": { "StackResourceDetail": { "shape": "StackResourceDetail", "documentation": "

A StackResourceDetail structure containing the description of the specified resource in the specified stack.

" } }, "documentation": "

The output for a DescribeStackResource action.

" }, "DescribeStackResourcesInput": { "type": "structure", "members": { "StackName": { "shape": "StackName", "documentation": "

The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:

Default: There is no default value.

Required: Conditional. If you don't specify StackName, you must specify PhysicalResourceId.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource as specified in the template.

Default: There is no default value.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the stack.

Required: Conditional. If you don't specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

" } }, "documentation": "

The input for DescribeStackResources action.

" }, "DescribeStackResourcesOutput": { "type": "structure", "members": { "StackResources": { "shape": "StackResources", "documentation": "

A list of StackResource structures.

" } }, "documentation": "

The output for a DescribeStackResources action.

" }, "DescribeStackSetInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set whose description you want.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DescribeStackSetOperationInput": { "type": "structure", "required": [ "StackSetName", "OperationId" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or the unique stack ID of the stack set for the stack operation.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID of the stack set operation.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DescribeStackSetOperationOutput": { "type": "structure", "members": { "StackSetOperation": { "shape": "StackSetOperation", "documentation": "

The specified stack set operation.

" } } }, "DescribeStackSetOutput": { "type": "structure", "members": { "StackSet": { "shape": "StackSet", "documentation": "

The specified stack set.

" } } }, "DescribeStacksInput": { "type": "structure", "members": { "StackName": { "shape": "StackName", "documentation": "

If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account, which can impact performance. This requires ListStacks and DescribeStacks permissions.

Consider using the ListStacks API if you're not passing a parameter to StackName.

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/*/*\" }] }

The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:

Default: There is no default value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of stacks that you want to retrieve.

" } }, "documentation": "

The input for DescribeStacks action.

" }, "DescribeStacksOutput": { "type": "structure", "members": { "Stacks": { "shape": "Stacks", "documentation": "

A list of stack structures.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

" } }, "documentation": "

The output for a DescribeStacks action.

" }, "DescribeTypeInput": { "type": "structure", "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "Arn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "VersionId": { "shape": "TypeVersionId", "documentation": "

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

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

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The publisher ID of the extension publisher.

Extensions provided by Amazon Web Services are not assigned a publisher ID.

" }, "PublicVersionNumber": { "shape": "PublicVersionNumber", "documentation": "

The version number of a public third-party extension.

" } } }, "DescribeTypeOutput": { "type": "structure", "members": { "Arn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

" }, "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

If the extension is a public third-party type you have activated with a type name alias, CloudFormation returns the type name alias. For more information, see ActivateType.

" }, "DefaultVersionId": { "shape": "TypeVersionId", "documentation": "

The ID of the default version of the extension. The default version is used when the extension version isn't specified.

This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns null. For more information, see RegisterType.

To set the default version of an extension, use SetTypeDefaultVersion.

" }, "IsDefaultVersion": { "shape": "IsDefaultVersion", "documentation": "

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon Web Services. For public third-party extensions, whether they are activated in your account, CloudFormation returns null.

" }, "TypeTestsStatus": { "shape": "TypeTestsStatus", "documentation": "

The contract test status of the registered extension version. To return the extension test status of a specific extension version, you must specify VersionId.

This applies only to registered private extension versions. CloudFormation doesn't return this information for public extensions, whether they are activated in your account.

" }, "TypeTestsStatusDescription": { "shape": "TypeTestsStatusDescription", "documentation": "

The description of the test status. To return the extension test status of a specific extension version, you must specify VersionId.

This applies only to registered private extension versions. CloudFormation doesn't return this information for public extensions, whether they are activated in your account.

" }, "Description": { "shape": "Description", "documentation": "

The description of the extension.

" }, "Schema": { "shape": "TypeSchema", "documentation": "

The schema that defines the extension.

For more information about extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.

" }, "ProvisioningType": { "shape": "ProvisioningType", "documentation": "

For resource type extensions, the provisioning behavior of the resource type. CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.

Valid values include:

" }, "DeprecatedStatus": { "shape": "DeprecatedStatus", "documentation": "

The deprecation status of the extension version.

Valid values include:

For public third-party extensions, CloudFormation returns null.

" }, "LoggingConfig": { "shape": "LoggingConfig", "documentation": "

Contains logging configuration information for private extensions. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns null. For more information, see RegisterType.

" }, "RequiredActivatedTypes": { "shape": "RequiredActivatedTypes", "documentation": "

For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.

" }, "ExecutionRoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. This applies only to private extensions you have registered in your account. For more information, see RegisterType.

If the registered extension calls any Amazon Web Services APIs, you must create an IAM execution role that includes the necessary permissions to call those Amazon Web Services APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your extension with the appropriate credentials.

" }, "Visibility": { "shape": "Visibility", "documentation": "

The scope at which the extension is visible and usable in CloudFormation operations.

Valid values include:

" }, "SourceUrl": { "shape": "OptionalSecureUrl", "documentation": "

The URL of the source code for the extension.

" }, "DocumentationUrl": { "shape": "OptionalSecureUrl", "documentation": "

The URL of a page providing detailed documentation for this extension.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

When the specified extension version was registered. This applies only to:

" }, "TimeCreated": { "shape": "Timestamp", "documentation": "

When the specified private extension version was registered or activated in your account.

" }, "ConfigurationSchema": { "shape": "ConfigurationSchema", "documentation": "

A JSON string that represent the current configuration data for the extension in this account and Region.

To set the configuration data for an extension, use SetTypeConfiguration. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The publisher ID of the extension publisher.

This applies only to public third-party extensions. For private registered extensions, and extensions provided by Amazon Web Services, CloudFormation returns null.

" }, "OriginalTypeName": { "shape": "TypeName", "documentation": "

For public extensions that have been activated for this account and Region, the type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.

" }, "OriginalTypeArn": { "shape": "TypeArn", "documentation": "

For public extensions that have been activated for this account and Region, the Amazon Resource Name (ARN) of the public extension.

" }, "PublicVersionNumber": { "shape": "PublicVersionNumber", "documentation": "

The version number of a public third-party extension.

This applies only if you specify a public extension you have activated in your account, or specify a public extension without specifying a version. For all other extensions, CloudFormation returns null.

" }, "LatestPublicVersion": { "shape": "PublicVersionNumber", "documentation": "

The latest version of a public extension that is available for use.

This only applies if you specify a public extension, and you don't specify a version. For all other requests, CloudFormation returns null.

" }, "IsActivated": { "shape": "IsActivated", "documentation": "

Whether the extension is activated in the account and Region.

This only applies to public third-party extensions. For all other extensions, CloudFormation returns null.

" }, "AutoUpdate": { "shape": "AutoUpdate", "documentation": "

Whether CloudFormation automatically updates 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. For more information, see Activating public extensions for use in your account in the CloudFormation User Guide.

" } } }, "DescribeTypeRegistrationInput": { "type": "structure", "required": [ "RegistrationToken" ], "members": { "RegistrationToken": { "shape": "RegistrationToken", "documentation": "

The identifier for this registration request.

This registration token is generated by CloudFormation when you initiate a registration request using RegisterType.

" } } }, "DescribeTypeRegistrationOutput": { "type": "structure", "members": { "ProgressStatus": { "shape": "RegistrationStatus", "documentation": "

The current status of the extension registration request.

" }, "Description": { "shape": "Description", "documentation": "

The description of the extension registration request.

" }, "TypeArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

" }, "TypeVersionArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of this specific version of the extension being registered.

For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

" } } }, "Description": { "type": "string", "max": 1024, "min": 1 }, "DetailedStatus": { "type": "string", "enum": [ "CONFIGURATION_COMPLETE", "VALIDATION_FAILED" ] }, "DetectStackDriftInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name of the stack for which you want to detect drift.

" }, "LogicalResourceIds": { "shape": "LogicalResourceIds", "documentation": "

The logical names of any resources you want to use as filters.

" } } }, "DetectStackDriftOutput": { "type": "structure", "required": [ "StackDriftDetectionId" ], "members": { "StackDriftDetectionId": { "shape": "StackDriftDetectionId", "documentation": "

The ID of the drift detection results of this operation.

CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.

" } } }, "DetectStackResourceDriftInput": { "type": "structure", "required": [ "StackName", "LogicalResourceId" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name of the stack to which the resource belongs.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource for which to return drift information.

" } } }, "DetectStackResourceDriftOutput": { "type": "structure", "required": [ "StackResourceDrift" ], "members": { "StackResourceDrift": { "shape": "StackResourceDrift", "documentation": "

Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.

" } } }, "DetectStackSetDriftInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name of the stack set on which to perform the drift detection operation.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

The user-specified preferences for how CloudFormation performs a stack set operation.

For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The ID of the stack set operation.

", "idempotencyToken": true }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "DetectStackSetDriftOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The ID of the drift detection stack set operation.

You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.

" } } }, "DifferenceType": { "type": "string", "enum": [ "ADD", "REMOVE", "NOT_EQUAL" ] }, "DisableRollback": { "type": "boolean" }, "DriftedStackInstancesCount": { "type": "integer", "min": 0 }, "EnableTerminationProtection": { "type": "boolean" }, "ErrorCode": { "type": "string", "max": 3, "min": 3 }, "ErrorMessage": { "type": "string", "max": 255, "min": 1 }, "EstimateTemplateCostInput": { "type": "structure", "members": { "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only TemplateBody is used.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to Template Anatomy in the CloudFormation User Guide. The location for an Amazon S3 bucket must start with https://.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures that specify input parameters.

" } }, "documentation": "

The input for an EstimateTemplateCost action.

" }, "EstimateTemplateCostOutput": { "type": "structure", "members": { "Url": { "shape": "Url", "documentation": "

An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

" } }, "documentation": "

The output for a EstimateTemplateCost action.

" }, "EvaluationType": { "type": "string", "enum": [ "Static", "Dynamic" ] }, "EventId": { "type": "string" }, "ExecuteChangeSetInput": { "type": "structure", "required": [ "ChangeSetName" ], "members": { "ChangeSetName": { "shape": "ChangeSetNameOrId", "documentation": "

The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's associated with the change set you want to execute.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this ExecuteChangeSet request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to execute a change set to update a stack with the same name. You might retry ExecuteChangeSet requests to ensure that CloudFormation successfully received them.

" }, "DisableRollback": { "shape": "DisableRollback", "documentation": "

Preserves the state of previously provisioned resources when an operation fails. This parameter can't be specified when the OnStackFailure parameter to the CreateChangeSet API operation was specified.

Default: True

" }, "RetainExceptOnCreate": { "shape": "RetainExceptOnCreate", "documentation": "

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

" } }, "documentation": "

The input for the ExecuteChangeSet action.

" }, "ExecuteChangeSetOutput": { "type": "structure", "members": {}, "documentation": "

The output for the ExecuteChangeSet action.

" }, "ExecutionRoleName": { "type": "string", "max": 64, "min": 1, "pattern": "[a-zA-Z_0-9+=,.@-]+" }, "ExecutionStatus": { "type": "string", "enum": [ "UNAVAILABLE", "AVAILABLE", "EXECUTE_IN_PROGRESS", "EXECUTE_COMPLETE", "EXECUTE_FAILED", "OBSOLETE" ] }, "Export": { "type": "structure", "members": { "ExportingStackId": { "shape": "StackId", "documentation": "

The stack that contains the exported output name and value.

" }, "Name": { "shape": "ExportName", "documentation": "

The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

" }, "Value": { "shape": "ExportValue", "documentation": "

The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

" } }, "documentation": "

The Export structure describes the exported output values for a stack.

" }, "ExportName": { "type": "string" }, "ExportValue": { "type": "string" }, "Exports": { "type": "list", "member": { "shape": "Export" } }, "FailedStackInstancesCount": { "type": "integer", "min": 0 }, "FailureToleranceCount": { "type": "integer", "min": 0 }, "FailureTolerancePercentage": { "type": "integer", "max": 100, "min": 0 }, "GeneratedTemplateDeletionPolicy": { "type": "string", "enum": [ "DELETE", "RETAIN" ] }, "GeneratedTemplateId": { "type": "string", "max": 256, "min": 1 }, "GeneratedTemplateName": { "type": "string", "max": 128, "min": 1 }, "GeneratedTemplateResourceStatus": { "type": "string", "enum": [ "PENDING", "IN_PROGRESS", "FAILED", "COMPLETE" ] }, "GeneratedTemplateStatus": { "type": "string", "enum": [ "CREATE_PENDING", "UPDATE_PENDING", "DELETE_PENDING", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "FAILED", "COMPLETE" ] }, "GeneratedTemplateUpdateReplacePolicy": { "type": "string", "enum": [ "DELETE", "RETAIN" ] }, "GetGeneratedTemplateInput": { "type": "structure", "required": [ "GeneratedTemplateName" ], "members": { "Format": { "shape": "TemplateFormat", "documentation": "

The language to use to retrieve for the generated template. Supported values are:

" }, "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name or Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example, arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc .

" } } }, "GetGeneratedTemplateOutput": { "type": "structure", "members": { "Status": { "shape": "GeneratedTemplateStatus", "documentation": "

The status of the template generation. Supported values are:

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

The template body of the generated template, in the language specified by the Language parameter.

" } } }, "GetStackPolicyInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name or unique stack ID that's associated with the stack whose policy you want to get.

" } }, "documentation": "

The input for the GetStackPolicy action.

" }, "GetStackPolicyOutput": { "type": "structure", "members": { "StackPolicyBody": { "shape": "StackPolicyBody", "documentation": "

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.)

" } }, "documentation": "

The output for the GetStackPolicy action.

" }, "GetTemplateInput": { "type": "structure", "members": { "StackName": { "shape": "StackName", "documentation": "

The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:

Default: There is no default value.

" }, "ChangeSetName": { "shape": "ChangeSetNameOrId", "documentation": "

The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template. If you specify a name, you must also specify the StackName.

" }, "TemplateStage": { "shape": "TemplateStage", "documentation": "

For templates that include transforms, the stage of the template that CloudFormation returns. To get the user-submitted template, specify Original. To get the template after CloudFormation has processed all transforms, specify Processed.

If the template doesn't include transforms, Original and Processed return the same template. By default, CloudFormation specifies Processed.

" } }, "documentation": "

The input for a GetTemplate action.

" }, "GetTemplateOutput": { "type": "structure", "members": { "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

CloudFormation returns the same template that was used when the stack was created.

" }, "StagesAvailable": { "shape": "StageList", "documentation": "

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.

" } }, "documentation": "

The output for GetTemplate action.

" }, "GetTemplateSummaryInput": { "type": "structure", "members": { "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template anatomy in the CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: StackName, StackSetName, TemplateBody, or TemplateURL.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket or a Systems Manager document. For more information about templates, see Template anatomy in the CloudFormation User Guide. The location for an Amazon S3 bucket must start with https://.

Conditional: You must specify only one of the following parameters: StackName, StackSetName, TemplateBody, or TemplateURL.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

The name or the stack ID that's associated with the stack, which aren't always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.

Conditional: You must specify only one of the following parameters: StackName, StackSetName, TemplateBody, or TemplateURL.

" }, "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name or unique ID of the stack set from which the stack was created.

Conditional: You must specify only one of the following parameters: StackName, StackSetName, TemplateBody, or TemplateURL.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" }, "TemplateSummaryConfig": { "shape": "TemplateSummaryConfig", "documentation": "

Specifies options for the GetTemplateSummary API action.

" } }, "documentation": "

The input for the GetTemplateSummary action.

" }, "GetTemplateSummaryOutput": { "type": "structure", "members": { "Parameters": { "shape": "ParameterDeclarations", "documentation": "

A list of parameter declarations that describe various properties for each parameter.

" }, "Description": { "shape": "Description", "documentation": "

The value that's defined in the Description property of the template.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in CloudFormation Templates.

" }, "CapabilitiesReason": { "shape": "CapabilitiesReason", "documentation": "

The list of resources that generated the values in the Capabilities response element.

" }, "ResourceTypes": { "shape": "ResourceTypes", "documentation": "

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

" }, "Version": { "shape": "Version", "documentation": "

The Amazon Web Services template format version, which identifies the capabilities of the template.

" }, "Metadata": { "shape": "Metadata", "documentation": "

The value that's defined for the Metadata property of the template.

" }, "DeclaredTransforms": { "shape": "TransformsList", "documentation": "

A list of the transforms that are declared in the template.

" }, "ResourceIdentifierSummaries": { "shape": "ResourceIdentifierSummaries", "documentation": "

A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

" }, "Warnings": { "shape": "Warnings", "documentation": "

An object containing any warnings returned.

" } }, "documentation": "

The output for the GetTemplateSummary action.

" }, "HandlerErrorCode": { "type": "string", "enum": [ "NotUpdatable", "InvalidRequest", "AccessDenied", "InvalidCredentials", "AlreadyExists", "NotFound", "ResourceConflict", "Throttling", "ServiceLimitExceeded", "NotStabilized", "GeneralServiceException", "ServiceInternalError", "NetworkFailure", "InternalFailure", "InvalidTypeConfiguration", "HandlerInternalFailure", "NonCompliant", "Unknown", "UnsupportedTarget" ] }, "HookFailureMode": { "type": "string", "enum": [ "FAIL", "WARN" ] }, "HookInvocationCount": { "type": "integer", "max": 100, "min": 1 }, "HookInvocationPoint": { "type": "string", "enum": [ "PRE_PROVISION" ] }, "HookStatus": { "type": "string", "enum": [ "HOOK_IN_PROGRESS", "HOOK_COMPLETE_SUCCEEDED", "HOOK_COMPLETE_FAILED", "HOOK_FAILED" ] }, "HookStatusReason": { "type": "string", "max": 1024, "min": 1 }, "HookTargetType": { "type": "string", "enum": [ "RESOURCE" ] }, "HookTargetTypeName": { "type": "string", "max": 256, "min": 1, "pattern": "^[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}$" }, "HookType": { "type": "string", "max": 255, "min": 1 }, "HookTypeConfigurationVersionId": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Za-z0-9-]+" }, "HookTypeName": { "type": "string", "max": 196, "min": 10 }, "HookTypeVersionId": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Za-z0-9-]+" }, "IdentityProvider": { "type": "string", "enum": [ "AWS_Marketplace", "GitHub", "Bitbucket" ] }, "ImportExistingResources": { "type": "boolean" }, "ImportStacksToStackSetInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name of the stack set. The name must be unique in the Region where you create your stack set.

" }, "StackIds": { "shape": "StackIdList", "documentation": "

The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.

Specify either StackIds or StackIdsUrl.

" }, "StackIdsUrl": { "shape": "StackIdsUrl", "documentation": "

The Amazon S3 URL which contains list of stack ids to be inputted.

Specify either StackIds or StackIdsUrl.

" }, "OrganizationalUnitIds": { "shape": "OrganizationalUnitIdList", "documentation": "

The list of OU ID's to which the stacks being imported has to be mapped as deployment target.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

The user-specified preferences for how CloudFormation performs a stack set operation.

For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

A unique, user defined, identifier for the stack set operation.

", "idempotencyToken": true }, "CallAs": { "shape": "CallAs", "documentation": "

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "ImportStacksToStackSetOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for the stack set operation.

" } } }, "Imports": { "type": "list", "member": { "shape": "StackName" } }, "InProgressStackInstancesCount": { "type": "integer", "min": 0 }, "InSyncStackInstancesCount": { "type": "integer", "min": 0 }, "IncludeNestedStacks": { "type": "boolean" }, "IncludePropertyValues": { "type": "boolean" }, "IsActivated": { "type": "boolean" }, "IsDefaultConfiguration": { "type": "boolean" }, "IsDefaultVersion": { "type": "boolean" }, "JazzLogicalResourceIds": { "type": "list", "member": { "shape": "LogicalResourceId" }, "max": 500, "min": 1 }, "JazzResourceIdentifierProperties": { "type": "map", "key": { "shape": "JazzResourceIdentifierPropertyKey" }, "value": { "shape": "JazzResourceIdentifierPropertyValue" } }, "JazzResourceIdentifierPropertyKey": { "type": "string" }, "JazzResourceIdentifierPropertyValue": { "type": "string" }, "Key": { "type": "string" }, "LastUpdatedTime": { "type": "timestamp" }, "LimitName": { "type": "string" }, "LimitValue": { "type": "integer" }, "ListChangeSetsInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

" } }, "documentation": "

The input for the ListChangeSets action.

" }, "ListChangeSetsOutput": { "type": "structure", "members": { "Summaries": { "shape": "ChangeSetSummaries", "documentation": "

A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.

" } }, "documentation": "

The output for the ListChangeSets action.

" }, "ListExportsInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

" } } }, "ListExportsOutput": { "type": "structure", "members": { "Exports": { "shape": "Exports", "documentation": "

The output for the ListExports action.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.

" } } }, "ListGeneratedTemplatesInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of resource scan results.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. By default the ListGeneratedTemplates API action will return at most 50 results in each response. The maximum value is 100.

" } } }, "ListGeneratedTemplatesOutput": { "type": "structure", "members": { "Summaries": { "shape": "TemplateSummaries", "documentation": "

A list of summaries of the generated templates.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListGeneratedTemplates again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.

" } } }, "ListImportsInput": { "type": "structure", "required": [ "ExportName" ], "members": { "ExportName": { "shape": "ExportName", "documentation": "

The name of the exported output value. CloudFormation returns the stack names that are importing this value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

" } } }, "ListImportsOutput": { "type": "structure", "members": { "Imports": { "shape": "Imports", "documentation": "

A list of stack names that are importing the specified exported output value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of exports. If there is no additional page, this value is null.

" } } }, "ListResourceScanRelatedResourcesInput": { "type": "structure", "required": [ "ResourceScanId", "Resources" ], "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan.

" }, "Resources": { "shape": "ScannedResourceIdentifiers", "documentation": "

The list of resources for which you want to get the related resources. Up to 100 resources can be provided.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of resource scan results.

" }, "MaxResults": { "shape": "BoxedMaxResults", "documentation": "

If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. By default the ListResourceScanRelatedResources API action will return up to 100 results in each response. The maximum value is 100.

" } } }, "ListResourceScanRelatedResourcesOutput": { "type": "structure", "members": { "RelatedResources": { "shape": "RelatedResources", "documentation": "

List of up to MaxResults resources in the specified resource scan related to the specified resources.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResourceScanRelatedResources again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.

" } } }, "ListResourceScanResourcesInput": { "type": "structure", "required": [ "ResourceScanId" ], "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan.

" }, "ResourceIdentifier": { "shape": "ResourceIdentifier", "documentation": "

If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).

" }, "ResourceTypePrefix": { "shape": "ResourceTypePrefix", "documentation": "

If specified, the returned resources will be of any of the resource types with the specified prefix.

" }, "TagKey": { "shape": "TagKey", "documentation": "

If specified, the returned resources will have a matching tag key.

" }, "TagValue": { "shape": "TagValue", "documentation": "

If specified, the returned resources will have a matching tag value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of resource scan results.

" }, "MaxResults": { "shape": "ResourceScannerMaxResults", "documentation": "

If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. By default the ListResourceScanResources API action will return at most 100 results in each response. The maximum value is 100.

" } } }, "ListResourceScanResourcesOutput": { "type": "structure", "members": { "Resources": { "shape": "ScannedResources", "documentation": "

List of up to MaxResults resources in the specified resource scan that match all of the specified filters.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResourceScanResources again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.

" } } }, "ListResourceScansInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of resource scan results.

" }, "MaxResults": { "shape": "ResourceScannerMaxResults", "documentation": "

If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.

" } } }, "ListResourceScansOutput": { "type": "structure", "members": { "ResourceScanSummaries": { "shape": "ResourceScanSummaries", "documentation": "

The list of scans returned.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResourceScans again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.

" } } }, "ListStackInstanceResourceDriftsInput": { "type": "structure", "required": [ "StackSetName", "StackInstanceAccount", "StackInstanceRegion", "OperationId" ], "members": { "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name or unique ID of the stack set that you want to list drifted resources for.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "StackInstanceResourceDriftStatuses": { "shape": "StackResourceDriftStatusFilters", "documentation": "

The resource drift status of the stack instance.

" }, "StackInstanceAccount": { "shape": "Account", "documentation": "

The name of the Amazon Web Services account that you want to list resource drifts for.

" }, "StackInstanceRegion": { "shape": "Region", "documentation": "

The name of the Region where you want to list resource drifts.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID of the drift operation.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "ListStackInstanceResourceDriftsOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackInstanceResourceDriftsSummaries", "documentation": "

A list of StackInstanceResourceDriftsSummary structures that contain information about the specified stack instances.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListStackInstancesInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to list stack instances for.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous request didn't return all the remaining results, the response's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "Filters": { "shape": "StackInstanceFilters", "documentation": "

The filter to apply to stack instances

" }, "StackInstanceAccount": { "shape": "Account", "documentation": "

The name of the Amazon Web Services account that you want to list stack instances for.

" }, "StackInstanceRegion": { "shape": "Region", "documentation": "

The name of the Region where you want to list stack instances.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "ListStackInstancesOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackInstanceSummaries", "documentation": "

A list of StackInstanceSummary structures that contain information about the specified stack instances.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "ListStackResourcesInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:

Default: There is no default value.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of stack resources that you want to retrieve.

" } }, "documentation": "

The input for the ListStackResource action.

" }, "ListStackResourcesOutput": { "type": "structure", "members": { "StackResourceSummaries": { "shape": "StackResourceSummaries", "documentation": "

A list of StackResourceSummary structures.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.

" } }, "documentation": "

The output for a ListStackResources action.

" }, "ListStackSetAutoDeploymentTargetsInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name or unique ID of the stack set that you want to get automatic deployment targets for.

" }, "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of stack set deployment targets that you want to retrieve.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "CallAs": { "shape": "CallAs", "documentation": "

Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for StackSets with self-managed permissions.

" } } }, "ListStackSetAutoDeploymentTargetsOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackSetAutoDeploymentTargetSummaries", "documentation": "

An array of summaries of the deployment targets for the stack set.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string.

" } } }, "ListStackSetOperationResultsInput": { "type": "structure", "required": [ "StackSetName", "OperationId" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to get operation results for.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The ID of the stack set operation.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous request didn't return all the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSetOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" }, "Filters": { "shape": "OperationResultFilters", "documentation": "

The filter to apply to operation results.

" } } }, "ListStackSetOperationResultsOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackSetOperationResultSummaries", "documentation": "

A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null.

" } } }, "ListStackSetOperationsInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to get operation summaries for.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSetOperations again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "ListStackSetOperationsOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackSetOperationSummaries", "documentation": "

A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all results, NextToken is set to a token. To retrieve the next set of results, call ListOperationResults again and assign that token to the request object's NextToken parameter. If there are no remaining results, NextToken is set to null.

" } } }, "ListStackSetsInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call ListStackSets again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "Status": { "shape": "StackSetStatus", "documentation": "

The status of the stack sets that you want to get summary information about.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "ListStackSetsOutput": { "type": "structure", "members": { "Summaries": { "shape": "StackSetSummaries", "documentation": "

A list of StackSetSummary structures that contain information about the user's stack sets.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackInstances again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "ListStacksInput": { "type": "structure", "members": { "NextToken": { "shape": "NextToken", "documentation": "

A string that identifies the next page of stacks that you want to retrieve.

" }, "StackStatusFilter": { "shape": "StackStatusFilter", "documentation": "

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

" } }, "documentation": "

The input for ListStacks action.

" }, "ListStacksOutput": { "type": "structure", "members": { "StackSummaries": { "shape": "StackSummaries", "documentation": "

A list of StackSummary structures containing information about the specified stacks.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

" } }, "documentation": "

The output for ListStacks action.

" }, "ListTypeRegistrationsInput": { "type": "structure", "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "RegistrationStatusFilter": { "shape": "RegistrationStatus", "documentation": "

The current status of the extension registration request.

The default is IN_PROGRESS.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListTypeRegistrationsOutput": { "type": "structure", "members": { "RegistrationTokenList": { "shape": "RegistrationTokenList", "documentation": "

A list of extension registration tokens.

Use DescribeTypeRegistration to return detailed information about a type registration request.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "ListTypeVersionsInput": { "type": "structure", "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension for which you want version summary information.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "Arn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" }, "DeprecatedStatus": { "shape": "DeprecatedStatus", "documentation": "

The deprecation status of the extension versions that you want to get summary information about.

Valid values include:

The default is LIVE.

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The publisher ID of the extension publisher.

Extensions published by Amazon aren't assigned a publisher ID.

" } } }, "ListTypeVersionsOutput": { "type": "structure", "members": { "TypeVersionSummaries": { "shape": "TypeVersionSummaries", "documentation": "

A list of TypeVersionSummary structures that contain information about the specified extension's versions.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "ListTypesInput": { "type": "structure", "members": { "Visibility": { "shape": "Visibility", "documentation": "

The scope at which the extensions are visible and usable in CloudFormation operations.

Valid values include:

The default is PRIVATE.

" }, "ProvisioningType": { "shape": "ProvisioningType", "documentation": "

For resource types, the provisioning behavior of the resource type. CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.

Valid values include:

The default is FULLY_MUTABLE.

" }, "DeprecatedStatus": { "shape": "DeprecatedStatus", "documentation": "

The deprecation status of the extension that you want to get summary information about.

Valid values include:

" }, "Type": { "shape": "RegistryType", "documentation": "

The type of extension.

" }, "Filters": { "shape": "TypeFilters", "documentation": "

Filter criteria to use in determining which extensions to return.

Filters must be compatible with Visibility to return valid results. For example, specifying AWS_TYPES for Category and PRIVATE for Visibility returns an empty list of types, but specifying PUBLIC for Visibility returns the desired list.

" }, "MaxResults": { "shape": "MaxResults", "documentation": "

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the previous paginated request didn't return all the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

" } } }, "ListTypesOutput": { "type": "structure", "members": { "TypeSummaries": { "shape": "TypeSummaries", "documentation": "

A list of TypeSummary structures that contain information about the specified extensions.

" }, "NextToken": { "shape": "NextToken", "documentation": "

If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

" } } }, "LogGroupName": { "type": "string", "max": 512, "min": 1, "pattern": "[\\.\\-_/#A-Za-z0-9]+" }, "LoggingConfig": { "type": "structure", "required": [ "LogRoleArn", "LogGroupName" ], "members": { "LogRoleArn": { "shape": "RoleArn", "documentation": "

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

" }, "LogGroupName": { "shape": "LogGroupName", "documentation": "

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

" } }, "documentation": "

Contains logging configuration information for an extension.

" }, "LogicalIdHierarchy": { "type": "string" }, "LogicalResourceId": { "type": "string" }, "LogicalResourceIds": { "type": "list", "member": { "shape": "LogicalResourceId" }, "max": 200, "min": 1 }, "MajorVersion": { "type": "long", "max": 100000, "min": 1 }, "ManagedByStack": { "type": "boolean" }, "ManagedExecution": { "type": "structure", "members": { "Active": { "shape": "ManagedExecutionNullable", "documentation": "

When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.

You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.

When false (default), StackSets performs one operation at a time in request order.

" } }, "documentation": "

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

" }, "ManagedExecutionNullable": { "type": "boolean" }, "MaxConcurrentCount": { "type": "integer", "min": 1 }, "MaxConcurrentPercentage": { "type": "integer", "max": 100, "min": 1 }, "MaxResults": { "type": "integer", "max": 100, "min": 1 }, "Metadata": { "type": "string" }, "ModuleInfo": { "type": "structure", "members": { "TypeHierarchy": { "shape": "TypeHierarchy", "documentation": "

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/AWS::Second::Example::MODULE

" }, "LogicalIdHierarchy": { "shape": "LogicalIdHierarchy", "documentation": "

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.

" } }, "documentation": "

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.

" }, "MonitoringTimeInMinutes": { "type": "integer", "max": 180, "min": 0 }, "NextToken": { "type": "string", "max": 1024, "min": 1 }, "NoEcho": { "type": "boolean" }, "NotificationARN": { "type": "string" }, "NotificationARNs": { "type": "list", "member": { "shape": "NotificationARN" }, "max": 5 }, "NumberOfResources": { "type": "integer", "min": 0 }, "OnFailure": { "type": "string", "enum": [ "DO_NOTHING", "ROLLBACK", "DELETE" ] }, "OnStackFailure": { "type": "string", "enum": [ "DO_NOTHING", "ROLLBACK", "DELETE" ] }, "OperationResultFilter": { "type": "structure", "members": { "Name": { "shape": "OperationResultFilterName", "documentation": "

The type of filter to apply.

" }, "Values": { "shape": "OperationResultFilterValues", "documentation": "

The value to filter by.

" } }, "documentation": "

The status that operation results are filtered by.

" }, "OperationResultFilterName": { "type": "string", "enum": [ "OPERATION_RESULT_STATUS" ] }, "OperationResultFilterValues": { "type": "string", "max": 9, "min": 6, "pattern": "^\\S{6,9}$" }, "OperationResultFilters": { "type": "list", "member": { "shape": "OperationResultFilter" }, "max": 1 }, "OperationStatus": { "type": "string", "enum": [ "PENDING", "IN_PROGRESS", "SUCCESS", "FAILED" ] }, "OptionalSecureUrl": { "type": "string", "max": 4096 }, "OrganizationStatus": { "type": "string", "enum": [ "ENABLED", "DISABLED", "DISABLED_PERMANENTLY" ] }, "OrganizationalUnitId": { "type": "string", "pattern": "^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$" }, "OrganizationalUnitIdList": { "type": "list", "member": { "shape": "OrganizationalUnitId" } }, "Output": { "type": "structure", "members": { "OutputKey": { "shape": "OutputKey", "documentation": "

The key associated with the output.

" }, "OutputValue": { "shape": "OutputValue", "documentation": "

The value associated with the output.

" }, "Description": { "shape": "Description", "documentation": "

User defined description associated with the output.

" }, "ExportName": { "shape": "ExportName", "documentation": "

The name of the export associated with the output.

" } }, "documentation": "

The Output data type.

" }, "OutputKey": { "type": "string" }, "OutputValue": { "type": "string" }, "Outputs": { "type": "list", "member": { "shape": "Output" } }, "Parameter": { "type": "structure", "members": { "ParameterKey": { "shape": "ParameterKey", "documentation": "

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

" }, "ParameterValue": { "shape": "ParameterValue", "documentation": "

The input value associated with the parameter.

" }, "UsePreviousValue": { "shape": "UsePreviousValue", "documentation": "

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

" }, "ResolvedValue": { "shape": "ParameterValue", "documentation": "

Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.

" } }, "documentation": "

The Parameter data type.

" }, "ParameterConstraints": { "type": "structure", "members": { "AllowedValues": { "shape": "AllowedValues", "documentation": "

A list of values that are permitted for a parameter.

" } }, "documentation": "

A set of criteria that CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, CloudFormation returns only the AllowedValues property.

" }, "ParameterDeclaration": { "type": "structure", "members": { "ParameterKey": { "shape": "ParameterKey", "documentation": "

The name that's associated with the parameter.

" }, "DefaultValue": { "shape": "ParameterValue", "documentation": "

The default value of the parameter.

" }, "ParameterType": { "shape": "ParameterType", "documentation": "

The type of parameter.

" }, "NoEcho": { "shape": "NoEcho", "documentation": "

Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

" }, "Description": { "shape": "Description", "documentation": "

The description that's associate with the parameter.

" }, "ParameterConstraints": { "shape": "ParameterConstraints", "documentation": "

The criteria that CloudFormation uses to validate parameter values.

" } }, "documentation": "

The ParameterDeclaration data type.

" }, "ParameterDeclarations": { "type": "list", "member": { "shape": "ParameterDeclaration" } }, "ParameterKey": { "type": "string" }, "ParameterType": { "type": "string" }, "ParameterValue": { "type": "string" }, "Parameters": { "type": "list", "member": { "shape": "Parameter" } }, "PercentageCompleted": { "type": "double" }, "PermissionModels": { "type": "string", "enum": [ "SERVICE_MANAGED", "SELF_MANAGED" ] }, "PhysicalResourceId": { "type": "string" }, "PhysicalResourceIdContext": { "type": "list", "member": { "shape": "PhysicalResourceIdContextKeyValuePair" }, "max": 5 }, "PhysicalResourceIdContextKeyValuePair": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "Key", "documentation": "

The resource context key.

" }, "Value": { "shape": "Value", "documentation": "

The resource context value.

" } }, "documentation": "

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

" }, "PolicyAction": { "type": "string", "enum": [ "Delete", "Retain", "Snapshot", "ReplaceAndDelete", "ReplaceAndRetain", "ReplaceAndSnapshot" ] }, "PrivateTypeArn": { "type": "string", "max": 1024, "pattern": "arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:[0-9]{12}:type/.+" }, "Properties": { "type": "string" }, "PropertyDescription": { "type": "string" }, "PropertyDifference": { "type": "structure", "required": [ "PropertyPath", "ExpectedValue", "ActualValue", "DifferenceType" ], "members": { "PropertyPath": { "shape": "PropertyPath", "documentation": "

The fully-qualified path to the resource property.

" }, "ExpectedValue": { "shape": "PropertyValue", "documentation": "

The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.

" }, "ActualValue": { "shape": "PropertyValue", "documentation": "

The actual property value of the resource property.

" }, "DifferenceType": { "shape": "DifferenceType", "documentation": "

The type of property difference.

" } }, "documentation": "

Information about a resource property whose actual value differs from its expected value, as defined in the stack template and any values specified as template parameters. These will be present only for resources whose StackResourceDriftStatus is MODIFIED. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" }, "PropertyDifferences": { "type": "list", "member": { "shape": "PropertyDifference" } }, "PropertyName": { "type": "string" }, "PropertyPath": { "type": "string" }, "PropertyValue": { "type": "string" }, "ProvisioningType": { "type": "string", "enum": [ "NON_PROVISIONABLE", "IMMUTABLE", "FULLY_MUTABLE" ] }, "PublicVersionNumber": { "type": "string", "min": 5, "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(.*)$" }, "PublishTypeInput": { "type": "structure", "members": { "Type": { "shape": "ThirdPartyType", "documentation": "

The type of the extension.

Conditional: You must specify Arn, or TypeName and Type.

" }, "Arn": { "shape": "PrivateTypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify Arn, or TypeName and Type.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify Arn, or TypeName and Type.

" }, "PublicVersionNumber": { "shape": "PublicVersionNumber", "documentation": "

The version number to assign to this version of the extension.

Use the following format, and adhere to semantic versioning when assigning a version number to your extension:

MAJOR.MINOR.PATCH

For more information, see Semantic Versioning 2.0.0.

If you don't specify a version number, CloudFormation increments the version number by one minor version release.

You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be 1.0.0.

" } } }, "PublishTypeOutput": { "type": "structure", "members": { "PublicTypeArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) assigned to the public extension upon publication.

" } } }, "PublisherId": { "type": "string", "max": 40, "min": 1, "pattern": "[0-9a-zA-Z]{12,40}" }, "PublisherName": { "type": "string", "max": 100, "min": 1, "pattern": "[\\s\\S]+" }, "PublisherProfile": { "type": "string", "max": 1024, "pattern": "(http:|https:)+[^\\s]+[\\w]" }, "PublisherStatus": { "type": "string", "enum": [ "VERIFIED", "UNVERIFIED" ] }, "Reason": { "type": "string" }, "RecordHandlerProgressInput": { "type": "structure", "required": [ "BearerToken", "OperationStatus" ], "members": { "BearerToken": { "shape": "ClientToken", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "OperationStatus": { "shape": "OperationStatus", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "CurrentOperationStatus": { "shape": "OperationStatus", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "StatusMessage": { "shape": "StatusMessage", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "ErrorCode": { "shape": "HandlerErrorCode", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "ResourceModel": { "shape": "ResourceModel", "documentation": "

Reserved for use by the CloudFormation CLI.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

Reserved for use by the CloudFormation CLI.

" } } }, "RecordHandlerProgressOutput": { "type": "structure", "members": {} }, "RefreshAllResources": { "type": "boolean" }, "Region": { "type": "string", "pattern": "^[a-zA-Z0-9-]{1,128}$" }, "RegionConcurrencyType": { "type": "string", "enum": [ "SEQUENTIAL", "PARALLEL" ] }, "RegionList": { "type": "list", "member": { "shape": "Region" } }, "RegisterPublisherInput": { "type": "structure", "members": { "AcceptTermsAndConditions": { "shape": "AcceptTermsAndConditions", "documentation": "

Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.

The default is false.

" }, "ConnectionArn": { "shape": "ConnectionArn", "documentation": "

If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.

For more information, see Registering your account to publish CloudFormation extensions in the CloudFormation CLI User Guide.

" } } }, "RegisterPublisherOutput": { "type": "structure", "members": { "PublisherId": { "shape": "PublisherId", "documentation": "

The ID assigned this account by CloudFormation for publishing extensions.

" } } }, "RegisterTypeInput": { "type": "structure", "required": [ "TypeName", "SchemaHandlerPackage" ], "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension being registered.

We suggest that extension names adhere to the following patterns:

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

" }, "SchemaHandlerPackage": { "shape": "S3Url", "documentation": "

A URL to the S3 bucket containing the extension project package that contains the necessary files for the extension you want to register.

For information about generating a schema handler package for the extension you want to register, see submit in the CloudFormation CLI User Guide.

The user registering the extension must be able to access the package in the S3 bucket. That's, the user needs to have GetObject permissions for the schema handler package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Identity and Access Management User Guide.

" }, "LoggingConfig": { "shape": "LoggingConfig", "documentation": "

Specifies logging configuration information for an extension.

" }, "ExecutionRoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the extension.

For CloudFormation to assume the specified execution role, the role must contain a trust relationship with the CloudFormation service principal (resources.cloudformation.amazonaws.com). For more information about adding trust relationships, see Modifying a role trust policy in the Identity and Access Management User Guide.

If your extension calls Amazon Web Services APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those Amazon Web Services APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.

" }, "ClientRequestToken": { "shape": "RequestToken", "documentation": "

A unique identifier that acts as an idempotency key for this registration request. Specifying a client request token prevents CloudFormation from generating more than one version of an extension from the same registration request, even if the request is submitted multiple times.

" } } }, "RegisterTypeOutput": { "type": "structure", "members": { "RegistrationToken": { "shape": "RegistrationToken", "documentation": "

The identifier for this registration request.

Use this registration token when calling DescribeTypeRegistration, which returns information about the status and IDs of the extension registration.

" } } }, "RegistrationStatus": { "type": "string", "enum": [ "COMPLETE", "IN_PROGRESS", "FAILED" ] }, "RegistrationToken": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z0-9][-a-zA-Z0-9]*" }, "RegistrationTokenList": { "type": "list", "member": { "shape": "RegistrationToken" } }, "RegistryType": { "type": "string", "enum": [ "RESOURCE", "MODULE", "HOOK" ] }, "RelatedResources": { "type": "list", "member": { "shape": "ScannedResource" } }, "Replacement": { "type": "string", "enum": [ "True", "False", "Conditional" ] }, "RequestToken": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z0-9][-a-zA-Z0-9]*" }, "RequiredActivatedType": { "type": "structure", "members": { "TypeNameAlias": { "shape": "TypeName", "documentation": "

An alias assigned 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.

" }, "OriginalTypeName": { "shape": "TypeName", "documentation": "

The type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The publisher ID of the extension publisher.

" }, "SupportedMajorVersions": { "shape": "SupportedMajorVersions", "documentation": "

A list of the major versions of the extension type that the macro supports.

" } }, "documentation": "

For extensions that are modules, a public third-party extension that must be activated in your account in order for the module itself to be activated.

For more information, see Activating public modules for use in your account in the CloudFormation User Guide.

" }, "RequiredActivatedTypes": { "type": "list", "member": { "shape": "RequiredActivatedType" } }, "RequiredProperty": { "type": "boolean" }, "RequiresRecreation": { "type": "string", "enum": [ "Never", "Conditionally", "Always" ] }, "ResourceAttribute": { "type": "string", "enum": [ "Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "UpdateReplacePolicy", "Tags" ] }, "ResourceChange": { "type": "structure", "members": { "PolicyAction": { "shape": "PolicyAction", "documentation": "

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

" }, "Action": { "shape": "ChangeAction", "documentation": "

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).

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The resource's logical ID, which is defined in the stack's template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

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

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

The type of CloudFormation resource, such as AWS::S3::Bucket.

" }, "Replacement": { "shape": "Replacement", "documentation": "

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.

" }, "Scope": { "shape": "Scope", "documentation": "

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.

" }, "Details": { "shape": "ResourceChangeDetails", "documentation": "

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

" }, "ChangeSetId": { "shape": "ChangeSetId", "documentation": "

The change set ID of the nested change set.

" }, "ModuleInfo": { "shape": "ModuleInfo", "documentation": "

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

" }, "BeforeContext": { "shape": "BeforeContext", "documentation": "

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

" }, "AfterContext": { "shape": "AfterContext", "documentation": "

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

" } }, "documentation": "

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

" }, "ResourceChangeDetail": { "type": "structure", "members": { "Target": { "shape": "ResourceTargetDefinition", "documentation": "

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

" }, "Evaluation": { "shape": "EvaluationType", "documentation": "

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.

" }, "ChangeSource": { "shape": "ChangeSource", "documentation": "

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

" }, "CausingEntity": { "shape": "CausingEntity", "documentation": "

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.

" } }, "documentation": "

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

" }, "ResourceChangeDetails": { "type": "list", "member": { "shape": "ResourceChangeDetail" } }, "ResourceDefinition": { "type": "structure", "required": [ "ResourceType", "ResourceIdentifier" ], "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource, such as AWS::DynamoDB::Table. For the list of supported resources, see IaC generator supported resource types in the CloudFormation User Guide

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical resource id for this resource in the generated template.

" }, "ResourceIdentifier": { "shape": "ResourceIdentifierProperties", "documentation": "

A list of up to 256 key-value pairs that identifies the scanned resource. The key is the name of one of the primary identifiers for the resource. (Primary identifiers are specified in the primaryIdentifier list in the resource schema.) The value is the value of that primary identifier. For example, for a AWS::DynamoDB::Table resource, the primary identifiers is TableName so the key-value pair could be \"TableName\": \"MyDDBTable\". For more information, see primaryIdentifier in the CloudFormation Command Line Interface User guide for extension development.

" } }, "documentation": "

A resource included in a generated template. This data type is used with the CreateGeneratedTemplate and UpdateGeneratedTemplate API actions.

" }, "ResourceDefinitions": { "type": "list", "member": { "shape": "ResourceDefinition" }, "max": 500, "min": 1 }, "ResourceDetail": { "type": "structure", "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource, such as AWS::DynamoDB::Table. For the list of supported resources, see IaC generator supported resource types In the CloudFormation User Guide

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical id for this resource in the final generated template.

" }, "ResourceIdentifier": { "shape": "ResourceIdentifierProperties", "documentation": "

A list of up to 256 key-value pairs that identifies the resource in the generated template. The key is the name of one of the primary identifiers for the resource. (Primary identifiers are specified in the primaryIdentifier list in the resource schema.) The value is the value of that primary identifier. For example, for a AWS::DynamoDB::Table resource, the primary identifiers is TableName so the key-value pair could be \"TableName\": \"MyDDBTable\". For more information, see primaryIdentifier in the CloudFormation Command Line Interface User guide for extension development.

" }, "ResourceStatus": { "shape": "GeneratedTemplateResourceStatus", "documentation": "

Status of the processing of a resource in a generated template.

InProgress

The resource processing is still in progress.

Complete

The resource processing is complete.

Pending

The resource processing is pending.

Failed

The resource processing has failed.

" }, "ResourceStatusReason": { "shape": "ResourceStatusReason", "documentation": "

The reason for the resource detail, providing more information if a failure happened.

" }, "Warnings": { "shape": "WarningDetails", "documentation": "

The warnings generated for this resource.

" } }, "documentation": "

Details about a resource in a generated template

" }, "ResourceDetails": { "type": "list", "member": { "shape": "ResourceDetail" }, "max": 500, "min": 1 }, "ResourceIdentifier": { "type": "string" }, "ResourceIdentifierProperties": { "type": "map", "key": { "shape": "ResourceIdentifierPropertyKey" }, "value": { "shape": "ResourceIdentifierPropertyValue" }, "max": 256, "min": 1 }, "ResourceIdentifierPropertyKey": { "type": "string", "max": 2048, "min": 1 }, "ResourceIdentifierPropertyValue": { "type": "string", "max": 2048, "min": 1 }, "ResourceIdentifierSummaries": { "type": "list", "member": { "shape": "ResourceIdentifierSummary" } }, "ResourceIdentifierSummary": { "type": "structure", "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The template resource type of the target resources, such as AWS::S3::Bucket.

" }, "LogicalResourceIds": { "shape": "LogicalResourceIds", "documentation": "

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

" }, "ResourceIdentifiers": { "shape": "ResourceIdentifiers", "documentation": "

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

" } }, "documentation": "

Describes the target resources of a specific type in your import template (for example, all AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of that type.

" }, "ResourceIdentifiers": { "type": "list", "member": { "shape": "ResourceIdentifierPropertyKey" } }, "ResourceModel": { "type": "string", "max": 16384, "min": 1 }, "ResourceProperties": { "type": "string" }, "ResourcePropertyPath": { "type": "string" }, "ResourceScanId": { "type": "string" }, "ResourceScanStatus": { "type": "string", "enum": [ "IN_PROGRESS", "FAILED", "COMPLETE", "EXPIRED" ] }, "ResourceScanStatusReason": { "type": "string" }, "ResourceScanSummaries": { "type": "list", "member": { "shape": "ResourceScanSummary" } }, "ResourceScanSummary": { "type": "structure", "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan.

" }, "Status": { "shape": "ResourceScanStatus", "documentation": "

Status of the resource scan.

INPROGRESS

The resource scan is still in progress.

COMPLETE

The resource scan is complete.

EXPIRED

The resource scan has expired.

FAILED

The resource scan has failed.

" }, "StatusReason": { "shape": "ResourceScanStatusReason", "documentation": "

The reason for the resource scan status, providing more information if a failure happened.

" }, "StartTime": { "shape": "Timestamp", "documentation": "

The time that the resource scan was started.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The time that the resource scan was finished.

" }, "PercentageCompleted": { "shape": "PercentageCompleted", "documentation": "

The percentage of the resource scan that has been completed.

" } }, "documentation": "

A summary of the resource scan. This is returned by the ListResourceScan API action.

" }, "ResourceScannerMaxResults": { "type": "integer", "box": true }, "ResourceSignalStatus": { "type": "string", "enum": [ "SUCCESS", "FAILURE" ] }, "ResourceSignalUniqueId": { "type": "string", "max": 64, "min": 1 }, "ResourceStatus": { "type": "string", "enum": [ "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED" ] }, "ResourceStatusReason": { "type": "string" }, "ResourceTargetDefinition": { "type": "structure", "members": { "Attribute": { "shape": "ResourceAttribute", "documentation": "

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

" }, "Name": { "shape": "PropertyName", "documentation": "

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

" }, "RequiresRecreation": { "shape": "RequiresRecreation", "documentation": "

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.

" }, "Path": { "shape": "ResourcePropertyPath", "documentation": "

The property path of the property.

" }, "BeforeValue": { "shape": "BeforeValue", "documentation": "

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

" }, "AfterValue": { "shape": "AfterValue", "documentation": "

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

" }, "AttributeChangeType": { "shape": "AttributeChangeType", "documentation": "

The type of change to be made to the property if the change is executed.

" } }, "documentation": "

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

" }, "ResourceToImport": { "type": "structure", "required": [ "ResourceType", "LogicalResourceId", "ResourceIdentifier" ], "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of supported resource types, see Resources that support import operations in the CloudFormation User Guide.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical ID of the target resource as specified in the template.

" }, "ResourceIdentifier": { "shape": "ResourceIdentifierProperties", "documentation": "

A key-value pair that identifies the target resource. The key is an identifier property (for example, BucketName for AWS::S3::Bucket resources) and the value is the actual property value (for example, MyS3Bucket).

" } }, "documentation": "

Describes the target resource of an import operation.

" }, "ResourceToSkip": { "type": "string", "pattern": "[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+" }, "ResourceType": { "type": "string", "max": 256, "min": 1 }, "ResourceTypePrefix": { "type": "string" }, "ResourceTypes": { "type": "list", "member": { "shape": "ResourceType" } }, "ResourcesFailed": { "type": "integer", "min": 0 }, "ResourcesPending": { "type": "integer", "min": 0 }, "ResourcesProcessing": { "type": "integer", "min": 0 }, "ResourcesRead": { "type": "integer" }, "ResourcesScanned": { "type": "integer" }, "ResourcesSucceeded": { "type": "integer", "min": 0 }, "ResourcesToImport": { "type": "list", "member": { "shape": "ResourceToImport" }, "max": 200 }, "ResourcesToSkip": { "type": "list", "member": { "shape": "ResourceToSkip" } }, "RetainExceptOnCreate": { "type": "boolean" }, "RetainResources": { "type": "list", "member": { "shape": "LogicalResourceId" } }, "RetainStacks": { "type": "boolean" }, "RetainStacksNullable": { "type": "boolean" }, "RetainStacksOnAccountRemovalNullable": { "type": "boolean" }, "RoleARN": { "type": "string", "max": 2048, "min": 20 }, "RoleArn": { "type": "string", "max": 256, "min": 1, "pattern": "arn:.+:iam::[0-9]{12}:role/.+" }, "RollbackConfiguration": { "type": "structure", "members": { "RollbackTriggers": { "shape": "RollbackTriggers", "documentation": "

The triggers to monitor during stack creation or update actions.

By default, CloudFormation saves the rollback triggers specified for a stack and applies them to any subsequent update operations for the stack, unless you specify otherwise. If you do specify rollback triggers for this parameter, those triggers replace any list of triggers previously specified for the stack. This means:

If a specified trigger is missing, the entire stack operation fails and is rolled back.

" }, "MonitoringTimeInMinutes": { "shape": "MonitoringTimeInMinutes", "documentation": "

The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.

The default is 0 minutes.

If you specify a monitoring period but don't specify any rollback triggers, CloudFormation still waits the specified period of time before cleaning up old resources after update operations. You can use this monitoring period to perform any manual stack validation desired, and manually cancel the stack creation or update (using CancelUpdateStack, for example) as necessary.

If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack creation and update operations. Then, for update operations, it begins disposing of old resources immediately once the operation completes.

" } }, "documentation": "

Structure containing the rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

Rollback triggers enable you to have CloudFormation monitor the state of your application during stack creation and updating, and to roll back that operation if the application breaches the threshold of any of the alarms you've specified. For more information, see Monitor and Roll Back Stack Operations.

" }, "RollbackStackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The name that's associated with the stack.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this RollbackStack request.

" }, "RetainExceptOnCreate": { "shape": "RetainExceptOnCreate", "documentation": "

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

" } } }, "RollbackStackOutput": { "type": "structure", "members": { "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" } } }, "RollbackTrigger": { "type": "structure", "required": [ "Arn", "Type" ], "members": { "Arn": { "shape": "Arn", "documentation": "

The Amazon Resource Name (ARN) of the rollback trigger.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

" }, "Type": { "shape": "Type", "documentation": "

The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.

" } }, "documentation": "

A rollback trigger CloudFormation monitors during creation and updating of stacks. If any of the alarms you specify goes to ALARM state during the stack operation or within the specified monitoring period afterwards, CloudFormation rolls back the entire stack operation.

" }, "RollbackTriggers": { "type": "list", "member": { "shape": "RollbackTrigger" }, "max": 5 }, "S3Bucket": { "type": "string", "max": 63, "min": 3, "pattern": "[\\s\\S]+" }, "S3Url": { "type": "string", "max": 4096, "min": 1 }, "ScannedResource": { "type": "structure", "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource, such as AWS::DynamoDB::Table. For the list of supported resources, see Resource type support In the CloudFormation User Guide

" }, "ResourceIdentifier": { "shape": "JazzResourceIdentifierProperties", "documentation": "

A list of up to 256 key-value pairs that identifies for the scanned resource. The key is the name of one of the primary identifiers for the resource. (Primary identifiers are specified in the primaryIdentifier list in the resource schema.) The value is the value of that primary identifier. For example, for a AWS::DynamoDB::Table resource, the primary identifiers is TableName so the key-value pair could be \"TableName\": \"MyDDBTable\". For more information, see primaryIdentifier in the CloudFormation Command Line Interface User guide for extension development.

" }, "ManagedByStack": { "shape": "ManagedByStack", "documentation": "

If true, the resource is managed by a CloudFormation stack.

" } }, "documentation": "

A scanned resource returned by ListResourceScanResources or ListResourceScanRelatedResources.

" }, "ScannedResourceIdentifier": { "type": "structure", "required": [ "ResourceType", "ResourceIdentifier" ], "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource, such as AWS::DynamoDB::Table. For the list of supported resources, see IaC generator supported resource types In the CloudFormation User Guide.

" }, "ResourceIdentifier": { "shape": "JazzResourceIdentifierProperties", "documentation": "

A list of up to 256 key-value pairs that identifies the scanned resource. The key is the name of one of the primary identifiers for the resource. (Primary identifiers are specified in the primaryIdentifier list in the resource schema.) The value is the value of that primary identifier. For example, for a AWS::DynamoDB::Table resource, the primary identifiers is TableName so the key-value pair could be \"TableName\": \"MyDDBTable\". For more information, see primaryIdentifier in the CloudFormation Command Line Interface User guide for extension development.

" } }, "documentation": "

Identifies a scanned resource. This is used with the ListResourceScanRelatedResources API action.

" }, "ScannedResourceIdentifiers": { "type": "list", "member": { "shape": "ScannedResourceIdentifier" } }, "ScannedResources": { "type": "list", "member": { "shape": "ScannedResource" } }, "Scope": { "type": "list", "member": { "shape": "ResourceAttribute" } }, "SetStackPolicyInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name or unique stack ID that you want to associate a policy with.

" }, "StackPolicyBody": { "shape": "StackPolicyBody", "documentation": "

Structure containing the stack policy body. For more information, go to Prevent updates to stack resources in the CloudFormation User Guide. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

" }, "StackPolicyURL": { "shape": "StackPolicyURL", "documentation": "

Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an Amazon S3 bucket in the same Amazon Web Services Region as the stack. The location for an Amazon S3 bucket must start with https://. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

" } }, "documentation": "

The input for the SetStackPolicy action.

" }, "SetTypeConfigurationInput": { "type": "structure", "required": [ "Configuration" ], "members": { "TypeArn": { "shape": "TypeArn", "documentation": "

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.

Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.

" }, "Configuration": { "shape": "TypeConfiguration", "documentation": "

The configuration data for the extension, in this account and Region.

The configuration data must be formatted as JSON, and validate against the schema returned in the ConfigurationSchema response element of DescribeType. For more information, see Defining account-level configuration data for an extension in the CloudFormation CLI User Guide.

" }, "ConfigurationAlias": { "shape": "TypeConfigurationAlias", "documentation": "

An alias by which to refer to this extension configuration data.

Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

" }, "Type": { "shape": "ThirdPartyType", "documentation": "

The type of extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

" } } }, "SetTypeConfigurationOutput": { "type": "structure", "members": { "ConfigurationArn": { "shape": "TypeConfigurationArn", "documentation": "

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

Conditional: You must specify ConfigurationArn, or Type and TypeName.

" } } }, "SetTypeDefaultVersionInput": { "type": "structure", "members": { "Arn": { "shape": "PrivateTypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

" }, "VersionId": { "shape": "TypeVersionId", "documentation": "

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

" } } }, "SetTypeDefaultVersionOutput": { "type": "structure", "members": {} }, "SignalResourceInput": { "type": "structure", "required": [ "StackName", "LogicalResourceId", "UniqueId", "Status" ], "members": { "StackName": { "shape": "StackNameOrId", "documentation": "

The stack name or unique stack ID that includes the resource that you want to signal.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

" }, "UniqueId": { "shape": "ResourceSignalUniqueId", "documentation": "

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.

" }, "Status": { "shape": "ResourceSignalStatus", "documentation": "

The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately fail the stack creation or update.

" } }, "documentation": "

The input for the SignalResource action.

" }, "Stack": { "type": "structure", "required": [ "StackName", "CreationTime", "StackStatus" ], "members": { "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" }, "StackName": { "shape": "StackName", "documentation": "

The name associated with the stack.

" }, "ChangeSetId": { "shape": "ChangeSetId", "documentation": "

The unique ID of the change set.

" }, "Description": { "shape": "Description", "documentation": "

A user-defined description associated with the stack.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The time at which the stack was created.

" }, "DeletionTime": { "shape": "DeletionTime", "documentation": "

The time the stack was deleted.

" }, "LastUpdatedTime": { "shape": "LastUpdatedTime", "documentation": "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

" }, "RollbackConfiguration": { "shape": "RollbackConfiguration", "documentation": "

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

" }, "StackStatus": { "shape": "StackStatus", "documentation": "

Current status of the stack.

" }, "StackStatusReason": { "shape": "StackStatusReason", "documentation": "

Success/failure message associated with the stack status.

" }, "DisableRollback": { "shape": "DisableRollback", "documentation": "

Boolean to enable or disable rollback on stack creation failures:

" }, "NotificationARNs": { "shape": "NotificationARNs", "documentation": "

Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.

" }, "TimeoutInMinutes": { "shape": "TimeoutMinutes", "documentation": "

The amount of time within which stack creation should complete.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

The capabilities allowed in the stack.

" }, "Outputs": { "shape": "Outputs", "documentation": "

A list of output structures.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

" }, "Tags": { "shape": "Tags", "documentation": "

A list of Tags that specify information about the stack.

" }, "EnableTerminationProtection": { "shape": "EnableTerminationProtection", "documentation": "

Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

" }, "ParentId": { "shape": "StackId", "documentation": "

For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

" }, "RootId": { "shape": "StackId", "documentation": "

For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

" }, "DriftInformation": { "shape": "StackDriftInformation", "documentation": "

Information about 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 more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" }, "RetainExceptOnCreate": { "shape": "RetainExceptOnCreate", "documentation": "

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

" }, "DeletionMode": { "shape": "DeletionMode", "documentation": "

Specifies the deletion mode for the stack. Possible values are:

" }, "DetailedStatus": { "shape": "DetailedStatus", "documentation": "

The detailed status of the resource or stack. If CONFIGURATION_COMPLETE is present, the resource or resource configuration phase has completed and the stabilization of the resources is in progress. The stack sets CONFIGURATION_COMPLETE when all of the resources in the stack have reached that event. For more information, see CloudFormation stack deployment in the CloudFormation User Guide.

" } }, "documentation": "

The Stack data type.

" }, "StackDriftDetectionId": { "type": "string", "max": 36, "min": 1 }, "StackDriftDetectionStatus": { "type": "string", "enum": [ "DETECTION_IN_PROGRESS", "DETECTION_FAILED", "DETECTION_COMPLETE" ] }, "StackDriftDetectionStatusReason": { "type": "string" }, "StackDriftInformation": { "type": "structure", "required": [ "StackDriftStatus" ], "members": { "StackDriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack's actual configuration compared to its expected template configuration.

" }, "LastCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

" } }, "documentation": "

Contains information about whether the 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.

" }, "StackDriftInformationSummary": { "type": "structure", "required": [ "StackDriftStatus" ], "members": { "StackDriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack's actual configuration compared to its expected template configuration.

" }, "LastCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

" } }, "documentation": "

Contains information about whether the 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.

" }, "StackDriftStatus": { "type": "string", "enum": [ "DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED" ] }, "StackEvent": { "type": "structure", "required": [ "StackId", "EventId", "StackName", "Timestamp" ], "members": { "StackId": { "shape": "StackId", "documentation": "

The unique ID name of the instance of the stack.

" }, "EventId": { "shape": "EventId", "documentation": "

The unique ID of this event.

" }, "StackName": { "shape": "StackName", "documentation": "

The name associated with a stack.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier associated with the physical instance of the resource.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

" }, "Timestamp": { "shape": "Timestamp", "documentation": "

Time the status was updated.

" }, "ResourceStatus": { "shape": "ResourceStatus", "documentation": "

Current status of the resource.

" }, "ResourceStatusReason": { "shape": "ResourceStatusReason", "documentation": "

Success/failure message associated with the resource.

" }, "ResourceProperties": { "shape": "ResourceProperties", "documentation": "

BLOB of the properties used to create the resource.

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

The token passed to the operation that generated this event.

All events triggered by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a CreateStack operation with the token token1, then all the StackEvents generated by that operation will have ClientRequestToken set as token1.

In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format: Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002.

" }, "HookType": { "shape": "HookType", "documentation": "

The name of the hook.

" }, "HookStatus": { "shape": "HookStatus", "documentation": "

Provides the status of the change set hook.

" }, "HookStatusReason": { "shape": "HookStatusReason", "documentation": "

Provides the reason for the hook status.

" }, "HookInvocationPoint": { "shape": "HookInvocationPoint", "documentation": "

Invocation points are points in provisioning logic where hooks are initiated.

" }, "HookFailureMode": { "shape": "HookFailureMode", "documentation": "

Specify the hook failure mode for non-compliant resources in the followings ways.

" }, "DetailedStatus": { "shape": "DetailedStatus", "documentation": "

An optional field containing information about the detailed status of the stack event.

" } }, "documentation": "

The StackEvent data type.

" }, "StackEvents": { "type": "list", "member": { "shape": "StackEvent" } }, "StackId": { "type": "string" }, "StackIdList": { "type": "list", "member": { "shape": "StackId" } }, "StackIdsUrl": { "type": "string", "max": 5120, "min": 1, "pattern": "(s3://|http(s?)://).+" }, "StackInstance": { "type": "structure", "members": { "StackSetId": { "shape": "StackSetId", "documentation": "

The name or unique ID of the stack set that the stack instance is associated with.

" }, "Region": { "shape": "Region", "documentation": "

The name of the Amazon Web Services Region that the stack instance is associated with.

" }, "Account": { "shape": "Account", "documentation": "

[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.

" }, "StackId": { "shape": "StackId", "documentation": "

The ID of the stack instance.

" }, "ParameterOverrides": { "shape": "Parameters", "documentation": "

A list of parameters from the stack set template whose values have been overridden in this stack instance.

" }, "Status": { "shape": "StackInstanceStatus", "documentation": "

The status of the stack instance, in terms of its synchronization with its associated stack set.

" }, "StackInstanceStatus": { "shape": "StackInstanceComprehensiveStatus", "documentation": "

The detailed status of the stack instance.

" }, "StatusReason": { "shape": "Reason", "documentation": "

The explanation for the specific status code that's assigned to this stack instance.

" }, "OrganizationalUnitId": { "shape": "OrganizationalUnitId", "documentation": "

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

" }, "DriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.

" }, "LastDriftCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

" }, "LastOperationId": { "shape": "ClientRequestToken", "documentation": "

The last unique ID of a StackSet operation performed on a stack instance.

" } }, "documentation": "

An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, in addition to the ID of the actual stack and the stack status.

" }, "StackInstanceComprehensiveStatus": { "type": "structure", "members": { "DetailedStatus": { "shape": "StackInstanceDetailedStatus", "documentation": "" } }, "documentation": "

The detailed status of the stack instance.

" }, "StackInstanceDetailedStatus": { "type": "string", "enum": [ "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED", "INOPERABLE", "SKIPPED_SUSPENDED_ACCOUNT", "FAILED_IMPORT" ] }, "StackInstanceFilter": { "type": "structure", "members": { "Name": { "shape": "StackInstanceFilterName", "documentation": "

The type of filter to apply.

" }, "Values": { "shape": "StackInstanceFilterValues", "documentation": "

The status to filter by.

" } }, "documentation": "

The filter to apply to stack instances

" }, "StackInstanceFilterName": { "type": "string", "enum": [ "DETAILED_STATUS", "LAST_OPERATION_ID", "DRIFT_STATUS" ] }, "StackInstanceFilterValues": { "type": "string", "max": 128, "min": 1, "pattern": "^\\S{1,128}$" }, "StackInstanceFilters": { "type": "list", "member": { "shape": "StackInstanceFilter" }, "max": 3 }, "StackInstanceResourceDriftsSummaries": { "type": "list", "member": { "shape": "StackInstanceResourceDriftsSummary" } }, "StackInstanceResourceDriftsSummary": { "type": "structure", "required": [ "StackId", "LogicalResourceId", "ResourceType", "StackResourceDriftStatus", "Timestamp" ], "members": { "StackId": { "shape": "StackId", "documentation": "

The ID of the stack instance.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

" }, "PhysicalResourceIdContext": { "shape": "PhysicalResourceIdContext", "documentation": "

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

" }, "PropertyDifferences": { "shape": "PropertyDifferences", "documentation": "

Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.

" }, "StackResourceDriftStatus": { "shape": "StackResourceDriftStatus", "documentation": "

The drift status of the resource in a stack instance.

" }, "Timestamp": { "shape": "Timestamp", "documentation": "

Time at which the stack instance drift detection operation was initiated.

" } }, "documentation": "

The structure containing summary information about resource drifts for a stack instance.

" }, "StackInstanceStatus": { "type": "string", "enum": [ "CURRENT", "OUTDATED", "INOPERABLE" ] }, "StackInstanceSummaries": { "type": "list", "member": { "shape": "StackInstanceSummary" } }, "StackInstanceSummary": { "type": "structure", "members": { "StackSetId": { "shape": "StackSetId", "documentation": "

The name or unique ID of the stack set that the stack instance is associated with.

" }, "Region": { "shape": "Region", "documentation": "

The name of the Amazon Web Services Region that the stack instance is associated with.

" }, "Account": { "shape": "Account", "documentation": "

[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.

" }, "StackId": { "shape": "StackId", "documentation": "

The ID of the stack instance.

" }, "Status": { "shape": "StackInstanceStatus", "documentation": "

The status of the stack instance, in terms of its synchronization with its associated stack set.

" }, "StatusReason": { "shape": "Reason", "documentation": "

The explanation for the specific status code assigned to this stack instance.

" }, "StackInstanceStatus": { "shape": "StackInstanceComprehensiveStatus", "documentation": "

The detailed status of the stack instance.

" }, "OrganizationalUnitId": { "shape": "OrganizationalUnitId", "documentation": "

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

" }, "DriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.

" }, "LastDriftCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

" }, "LastOperationId": { "shape": "ClientRequestToken", "documentation": "

The last unique ID of a StackSet operation performed on a stack instance.

" } }, "documentation": "

The structure that contains summary information about a stack instance.

" }, "StackName": { "type": "string" }, "StackNameOrId": { "type": "string", "min": 1, "pattern": "([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)" }, "StackPolicyBody": { "type": "string", "max": 16384, "min": 1 }, "StackPolicyDuringUpdateBody": { "type": "string", "max": 16384, "min": 1 }, "StackPolicyDuringUpdateURL": { "type": "string", "max": 1350, "min": 1 }, "StackPolicyURL": { "type": "string", "max": 1350, "min": 1 }, "StackResource": { "type": "structure", "required": [ "LogicalResourceId", "ResourceType", "Timestamp", "ResourceStatus" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name associated with the stack.

" }, "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

" }, "Timestamp": { "shape": "Timestamp", "documentation": "

Time the status was updated.

" }, "ResourceStatus": { "shape": "ResourceStatus", "documentation": "

Current status of the resource.

" }, "ResourceStatusReason": { "shape": "ResourceStatusReason", "documentation": "

Success/failure message associated with the resource.

" }, "Description": { "shape": "Description", "documentation": "

User defined description associated with the resource.

" }, "DriftInformation": { "shape": "StackResourceDriftInformation", "documentation": "

Information about whether the 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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" }, "ModuleInfo": { "shape": "ModuleInfo", "documentation": "

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

" } }, "documentation": "

The StackResource data type.

" }, "StackResourceDetail": { "type": "structure", "required": [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name associated with the stack.

" }, "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

" }, "LastUpdatedTimestamp": { "shape": "Timestamp", "documentation": "

Time the status was updated.

" }, "ResourceStatus": { "shape": "ResourceStatus", "documentation": "

Current status of the resource.

" }, "ResourceStatusReason": { "shape": "ResourceStatusReason", "documentation": "

Success/failure message associated with the resource.

" }, "Description": { "shape": "Description", "documentation": "

User defined description associated with the resource.

" }, "Metadata": { "shape": "Metadata", "documentation": "

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

" }, "DriftInformation": { "shape": "StackResourceDriftInformation", "documentation": "

Information about whether the 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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" }, "ModuleInfo": { "shape": "ModuleInfo", "documentation": "

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

" } }, "documentation": "

Contains detailed information about the specified stack resource.

" }, "StackResourceDrift": { "type": "structure", "required": [ "StackId", "LogicalResourceId", "ResourceType", "StackResourceDriftStatus", "Timestamp" ], "members": { "StackId": { "shape": "StackId", "documentation": "

The ID of the stack.

" }, "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

" }, "PhysicalResourceIdContext": { "shape": "PhysicalResourceIdContext", "documentation": "

Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource.

" }, "ExpectedProperties": { "shape": "Properties", "documentation": "

A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.

For resources whose StackResourceDriftStatus is DELETED, this structure will not be present.

" }, "ActualProperties": { "shape": "Properties", "documentation": "

A JSON structure containing the actual property values of the stack resource.

For resources whose StackResourceDriftStatus is DELETED, this structure will not be present.

" }, "PropertyDifferences": { "shape": "PropertyDifferences", "documentation": "

A collection of the resource properties whose actual values differ from their expected values. These will be present only for resources whose StackResourceDriftStatus is MODIFIED.

" }, "StackResourceDriftStatus": { "shape": "StackResourceDriftStatus", "documentation": "

Status of the resource's actual configuration compared to its expected configuration.

" }, "Timestamp": { "shape": "Timestamp", "documentation": "

Time at which CloudFormation performed drift detection on the stack resource.

" }, "ModuleInfo": { "shape": "ModuleInfo", "documentation": "

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

" } }, "documentation": "

Contains the drift information for a resource that has been checked for drift. This includes actual and expected property values for resources in which CloudFormation has detected drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

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.

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

" }, "StackResourceDriftInformation": { "type": "structure", "required": [ "StackResourceDriftStatus" ], "members": { "StackResourceDriftStatus": { "shape": "StackResourceDriftStatus", "documentation": "

Status of the resource's actual configuration compared to its expected configuration

" }, "LastCheckTimestamp": { "shape": "Timestamp", "documentation": "

When CloudFormation last checked if the resource had drifted from its expected configuration.

" } }, "documentation": "

Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

" }, "StackResourceDriftInformationSummary": { "type": "structure", "required": [ "StackResourceDriftStatus" ], "members": { "StackResourceDriftStatus": { "shape": "StackResourceDriftStatus", "documentation": "

Status of the resource's actual configuration compared to its expected configuration.

" }, "LastCheckTimestamp": { "shape": "Timestamp", "documentation": "

When CloudFormation last checked if the resource had drifted from its expected configuration.

" } }, "documentation": "

Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

" }, "StackResourceDriftStatus": { "type": "string", "enum": [ "IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED" ] }, "StackResourceDriftStatusFilters": { "type": "list", "member": { "shape": "StackResourceDriftStatus" }, "max": 4, "min": 1 }, "StackResourceDrifts": { "type": "list", "member": { "shape": "StackResourceDrift" } }, "StackResourceSummaries": { "type": "list", "member": { "shape": "StackResourceSummary" } }, "StackResourceSummary": { "type": "structure", "required": [ "LogicalResourceId", "ResourceType", "LastUpdatedTimestamp", "ResourceStatus" ], "members": { "LogicalResourceId": { "shape": "LogicalResourceId", "documentation": "

The logical name of the resource specified in the template.

" }, "PhysicalResourceId": { "shape": "PhysicalResourceId", "documentation": "

The name or unique identifier that corresponds to a physical instance ID of the resource.

" }, "ResourceType": { "shape": "ResourceType", "documentation": "

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

" }, "LastUpdatedTimestamp": { "shape": "Timestamp", "documentation": "

Time the status was updated.

" }, "ResourceStatus": { "shape": "ResourceStatus", "documentation": "

Current status of the resource.

" }, "ResourceStatusReason": { "shape": "ResourceStatusReason", "documentation": "

Success/failure message associated with the resource.

" }, "DriftInformation": { "shape": "StackResourceDriftInformationSummary", "documentation": "

Information about whether the 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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" }, "ModuleInfo": { "shape": "ModuleInfo", "documentation": "

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

" } }, "documentation": "

Contains high-level information about the specified stack resource.

" }, "StackResources": { "type": "list", "member": { "shape": "StackResource" } }, "StackSet": { "type": "structure", "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name that's associated with the stack set.

" }, "StackSetId": { "shape": "StackSetId", "documentation": "

The ID of the stack set.

" }, "Description": { "shape": "Description", "documentation": "

A description of the stack set that you specify when the stack set is created or updated.

" }, "Status": { "shape": "StackSetStatus", "documentation": "

The status of the stack set.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

The structure that contains the body of the template that was used to create or update the stack set.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of input parameters for a stack set.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your Amazon Web Services account—for example, by creating new Identity and Access Management (IAM) users. For more information, see Acknowledging IAM Resources in CloudFormation Templates.

" }, "Tags": { "shape": "Tags", "documentation": "

A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.

" }, "StackSetARN": { "shape": "StackSetARN", "documentation": "

The Amazon Resource Name (ARN) of the stack set.

" }, "AdministrationRoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the CloudFormation User Guide.

" }, "ExecutionRoleName": { "shape": "ExecutionRoleName", "documentation": "

The name of the IAM execution role used to create or update the stack set.

Use customized execution roles to control which stack resources users and groups can include in their stack sets.

" }, "StackSetDriftDetectionDetails": { "shape": "StackSetDriftDetectionDetails", "documentation": "

Detailed information about the drift status of the stack set.

For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations currently in progress isn't included.

" }, "AutoDeployment": { "shape": "AutoDeployment", "documentation": "

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).

" }, "PermissionModel": { "shape": "PermissionModels", "documentation": "

Describes how the IAM roles required for stack set operations are created.

" }, "OrganizationalUnitIds": { "shape": "OrganizationalUnitIdList", "documentation": "

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

" }, "ManagedExecution": { "shape": "ManagedExecution", "documentation": "

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

" }, "Regions": { "shape": "RegionList", "documentation": "

Returns a list of all Amazon Web Services Regions the given StackSet has stack instances deployed in. The Amazon Web Services Regions list output is in no particular order.

" } }, "documentation": "

A structure that contains information about a stack set. A stack set enables you to provision stacks into Amazon Web Services accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.

" }, "StackSetARN": { "type": "string" }, "StackSetAutoDeploymentTargetSummaries": { "type": "list", "member": { "shape": "StackSetAutoDeploymentTargetSummary" } }, "StackSetAutoDeploymentTargetSummary": { "type": "structure", "members": { "OrganizationalUnitId": { "shape": "OrganizationalUnitId", "documentation": "

The organization root ID or organizational unit (OU) IDs where the stack set is targeted.

" }, "Regions": { "shape": "RegionList", "documentation": "

The list of Regions targeted for this organization or OU.

" } }, "documentation": "

One of the targets for the stack set. Returned by the ListStackSetAutoDeploymentTargets API operation.

" }, "StackSetDriftDetectionDetails": { "type": "structure", "members": { "DriftStatus": { "shape": "StackSetDriftStatus", "documentation": "

Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.

" }, "DriftDetectionStatus": { "shape": "StackSetDriftDetectionStatus", "documentation": "

The status of the stack set drift detection operation.

" }, "LastDriftCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

" }, "TotalStackInstancesCount": { "shape": "TotalStackInstancesCount", "documentation": "

The total number of stack instances belonging to this stack set.

The total number of stack instances is equal to the total of:

" }, "DriftedStackInstancesCount": { "shape": "DriftedStackInstancesCount", "documentation": "

The number of stack instances that have drifted from the expected template and parameter configuration of the stack set. A stack instance is considered to have drifted if one or more of the resources in the associated stack don't match their expected configuration.

" }, "InSyncStackInstancesCount": { "shape": "InSyncStackInstancesCount", "documentation": "

The number of stack instances which match the expected template and parameter configuration of the stack set.

" }, "InProgressStackInstancesCount": { "shape": "InProgressStackInstancesCount", "documentation": "

The number of stack instances that are currently being checked for drift.

" }, "FailedStackInstancesCount": { "shape": "FailedStackInstancesCount", "documentation": "

The number of stack instances for which the drift detection operation failed.

" } }, "documentation": "

Detailed information about the drift status of the stack set.

For stack sets, contains information about the last completed drift operation performed on the stack set. Information about drift operations in-progress isn't included.

For stack set operations, includes information about drift operations currently being performed on the stack set.

For more information, see Detecting unmanaged changes in stack sets in the CloudFormation User Guide.

" }, "StackSetDriftDetectionStatus": { "type": "string", "enum": [ "COMPLETED", "FAILED", "PARTIAL_SUCCESS", "IN_PROGRESS", "STOPPED" ] }, "StackSetDriftStatus": { "type": "string", "enum": [ "DRIFTED", "IN_SYNC", "NOT_CHECKED" ] }, "StackSetId": { "type": "string" }, "StackSetName": { "type": "string" }, "StackSetNameOrId": { "type": "string", "pattern": "[a-zA-Z][-a-zA-Z0-9]*(?::[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12})?" }, "StackSetOperation": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID of a stack set operation.

" }, "StackSetId": { "shape": "StackSetId", "documentation": "

The ID of the stack set.

" }, "Action": { "shape": "StackSetOperationAction", "documentation": "

The type of stack set operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack set instances that are associated with the specified stack set. Update operations affect both the stack set itself, in addition to all associated stack set instances.

" }, "Status": { "shape": "StackSetOperationStatus", "documentation": "

The status of the operation.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

The preferences for how CloudFormation performs this stack set operation.

" }, "RetainStacks": { "shape": "RetainStacksNullable", "documentation": "

For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an existing, saved stack to a new stack set.

" }, "AdministrationRoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.

" }, "ExecutionRoleName": { "shape": "ExecutionRoleName", "documentation": "

The name of the IAM execution role used to create or update the stack set.

Use customized execution roles to control which stack resources users and groups can include in their stack sets.

" }, "CreationTimestamp": { "shape": "Timestamp", "documentation": "

The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.

" }, "EndTimestamp": { "shape": "Timestamp", "documentation": "

The time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.

" }, "DeploymentTargets": { "shape": "DeploymentTargets", "documentation": "

[Service-managed permissions] The Organizations accounts affected by the stack operation.

" }, "StackSetDriftDetectionDetails": { "shape": "StackSetDriftDetectionDetails", "documentation": "

Detailed information about the drift status of the stack set. This includes information about drift operations currently being performed on the stack set.

This information will only be present for stack set operations whose Action type is DETECT_DRIFT.

For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.

" }, "StatusReason": { "shape": "StackSetOperationStatusReason", "documentation": "

The status of the operation in details.

" }, "StatusDetails": { "shape": "StackSetOperationStatusDetails", "documentation": "

Detailed information about the StackSet operation.

" } }, "documentation": "

The structure that contains information about a stack set operation.

" }, "StackSetOperationAction": { "type": "string", "enum": [ "CREATE", "UPDATE", "DELETE", "DETECT_DRIFT" ] }, "StackSetOperationPreferences": { "type": "structure", "members": { "RegionConcurrencyType": { "shape": "RegionConcurrencyType", "documentation": "

The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.

" }, "RegionOrder": { "shape": "RegionList", "documentation": "

The order of the Regions where you want to perform the stack operation.

RegionOrder isn't followed if AutoDeployment is enabled.

" }, "FailureToleranceCount": { "shape": "FailureToleranceCount", "documentation": "

The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.

Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage (but not both).

By default, 0 is specified.

" }, "FailureTolerancePercentage": { "shape": "FailureTolerancePercentage", "documentation": "

The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.

When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.

Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage, but not both.

By default, 0 is specified.

" }, "MaxConcurrentCount": { "shape": "MaxConcurrentCount", "documentation": "

The maximum number of accounts in which to perform this operation at one time. This can depend on the value of FailureToleranceCount depending on your ConcurrencyMode. MaxConcurrentCount is at most one more than the FailureToleranceCount if you're using STRICT_FAILURE_TOLERANCE.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage, but not both.

By default, 1 is specified.

" }, "MaxConcurrentPercentage": { "shape": "MaxConcurrentPercentage", "documentation": "

The maximum percentage of accounts in which to perform this operation at one time.

When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Conditional: You must specify either MaxConcurrentCount or MaxConcurrentPercentage, but not both.

By default, 1 is specified.

" }, "ConcurrencyMode": { "shape": "ConcurrencyMode", "documentation": "

Specifies how the concurrency level behaves during the operation execution.

" } }, "documentation": "

The user-specified preferences for how CloudFormation performs a stack set operation.

For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.

" }, "StackSetOperationResultStatus": { "type": "string", "enum": [ "PENDING", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLED" ] }, "StackSetOperationResultSummaries": { "type": "list", "member": { "shape": "StackSetOperationResultSummary" } }, "StackSetOperationResultSummary": { "type": "structure", "members": { "Account": { "shape": "Account", "documentation": "

[Self-managed permissions] The name of the Amazon Web Services account for this operation result.

" }, "Region": { "shape": "Region", "documentation": "

The name of the Amazon Web Services Region for this operation result.

" }, "Status": { "shape": "StackSetOperationResultStatus", "documentation": "

The result status of the stack set operation for the given account in the given Region.

" }, "StatusReason": { "shape": "Reason", "documentation": "

The reason for the assigned result status.

" }, "AccountGateResult": { "shape": "AccountGateResult", "documentation": "

The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.

" }, "OrganizationalUnitId": { "shape": "OrganizationalUnitId", "documentation": "

[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

" } }, "documentation": "

The structure that contains information about a specified operation's results for a given account in a given Region.

" }, "StackSetOperationStatus": { "type": "string", "enum": [ "RUNNING", "SUCCEEDED", "FAILED", "STOPPING", "STOPPED", "QUEUED" ] }, "StackSetOperationStatusDetails": { "type": "structure", "members": { "FailedStackInstancesCount": { "shape": "FailedStackInstancesCount", "documentation": "

The number of stack instances for which the StackSet operation failed.

" } }, "documentation": "

Detailed information about the StackSet operation.

" }, "StackSetOperationStatusReason": { "type": "string" }, "StackSetOperationSummaries": { "type": "list", "member": { "shape": "StackSetOperationSummary" } }, "StackSetOperationSummary": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID of the stack set operation.

" }, "Action": { "shape": "StackSetOperationAction", "documentation": "

The type of operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack instances that are associated with the specified stack set. Update operations affect both the stack set itself and all associated stack set instances.

" }, "Status": { "shape": "StackSetOperationStatus", "documentation": "

The overall status of the operation.

" }, "CreationTimestamp": { "shape": "Timestamp", "documentation": "

The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.

" }, "EndTimestamp": { "shape": "Timestamp", "documentation": "

The time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.

" }, "StatusReason": { "shape": "StackSetOperationStatusReason", "documentation": "

The status of the operation in details.

" }, "StatusDetails": { "shape": "StackSetOperationStatusDetails", "documentation": "

Detailed information about the stack set operation.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

The user-specified preferences for how CloudFormation performs a stack set operation.

For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.

" } }, "documentation": "

The structures that contain summary information about the specified operation.

" }, "StackSetStatus": { "type": "string", "enum": [ "ACTIVE", "DELETED" ] }, "StackSetSummaries": { "type": "list", "member": { "shape": "StackSetSummary" } }, "StackSetSummary": { "type": "structure", "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name of the stack set.

" }, "StackSetId": { "shape": "StackSetId", "documentation": "

The ID of the stack set.

" }, "Description": { "shape": "Description", "documentation": "

A description of the stack set that you specify when the stack set is created or updated.

" }, "Status": { "shape": "StackSetStatus", "documentation": "

The status of the stack set.

" }, "AutoDeployment": { "shape": "AutoDeployment", "documentation": "

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).

" }, "PermissionModel": { "shape": "PermissionModels", "documentation": "

Describes how the IAM roles required for stack set operations are created.

" }, "DriftStatus": { "shape": "StackDriftStatus", "documentation": "

Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.

" }, "LastDriftCheckTimestamp": { "shape": "Timestamp", "documentation": "

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

" }, "ManagedExecution": { "shape": "ManagedExecution", "documentation": "

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

" } }, "documentation": "

The structures that contain summary information about the specified stack set.

" }, "StackStatus": { "type": "string", "enum": [ "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE" ] }, "StackStatusFilter": { "type": "list", "member": { "shape": "StackStatus" } }, "StackStatusReason": { "type": "string" }, "StackSummaries": { "type": "list", "member": { "shape": "StackSummary" } }, "StackSummary": { "type": "structure", "required": [ "StackName", "CreationTime", "StackStatus" ], "members": { "StackId": { "shape": "StackId", "documentation": "

Unique stack identifier.

" }, "StackName": { "shape": "StackName", "documentation": "

The name associated with the stack.

" }, "TemplateDescription": { "shape": "TemplateDescription", "documentation": "

The template description of the template used to create the stack.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The time the stack was created.

" }, "LastUpdatedTime": { "shape": "LastUpdatedTime", "documentation": "

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

" }, "DeletionTime": { "shape": "DeletionTime", "documentation": "

The time the stack was deleted.

" }, "StackStatus": { "shape": "StackStatus", "documentation": "

The current status of the stack.

" }, "StackStatusReason": { "shape": "StackStatusReason", "documentation": "

Success/Failure message associated with the stack status.

" }, "ParentId": { "shape": "StackId", "documentation": "

For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

" }, "RootId": { "shape": "StackId", "documentation": "

For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

" }, "DriftInformation": { "shape": "StackDriftInformationSummary", "documentation": "

Summarizes information about 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 more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

" } }, "documentation": "

The StackSummary Data Type

" }, "Stacks": { "type": "list", "member": { "shape": "Stack" } }, "StageList": { "type": "list", "member": { "shape": "TemplateStage" } }, "StartResourceScanInput": { "type": "structure", "members": { "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

A unique identifier for this StartResourceScan request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.

" } } }, "StartResourceScanOutput": { "type": "structure", "members": { "ResourceScanId": { "shape": "ResourceScanId", "documentation": "

The Amazon Resource Name (ARN) of the resource scan. The format is arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example is arn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772 .

" } } }, "StatusMessage": { "type": "string", "max": 1024 }, "StopStackSetOperationInput": { "type": "structure", "required": [ "StackSetName", "OperationId" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to stop the operation for.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The ID of the stack operation.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "StopStackSetOperationOutput": { "type": "structure", "members": {} }, "SupportedMajorVersion": { "type": "integer", "max": 65535, "min": 1 }, "SupportedMajorVersions": { "type": "list", "member": { "shape": "SupportedMajorVersion" } }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (Amazon Web Services) have the reserved prefix: aws:.

" }, "Value": { "shape": "TagValue", "documentation": "

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

" } }, "documentation": "

The Tag type enables you to specify a key-value pair that can be used to store information about an CloudFormation stack.

" }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagValue": { "type": "string", "max": 256, "min": 1 }, "Tags": { "type": "list", "member": { "shape": "Tag" }, "max": 50 }, "TemplateBody": { "type": "string", "min": 1 }, "TemplateConfiguration": { "type": "structure", "members": { "DeletionPolicy": { "shape": "GeneratedTemplateDeletionPolicy", "documentation": "

The DeletionPolicy assigned to resources in the generated template. Supported values are:

For more information, see DeletionPolicy attribute in the CloudFormation User Guide.

" }, "UpdateReplacePolicy": { "shape": "GeneratedTemplateUpdateReplacePolicy", "documentation": "

The UpdateReplacePolicy assigned to resources in the generated template. Supported values are:

For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.

" } }, "documentation": "

The configuration details of a generated template.

" }, "TemplateDescription": { "type": "string" }, "TemplateFormat": { "type": "string", "enum": [ "JSON", "YAML" ] }, "TemplateParameter": { "type": "structure", "members": { "ParameterKey": { "shape": "ParameterKey", "documentation": "

The name associated with the parameter.

" }, "DefaultValue": { "shape": "ParameterValue", "documentation": "

The default value associated with the parameter.

" }, "NoEcho": { "shape": "NoEcho", "documentation": "

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

" }, "Description": { "shape": "Description", "documentation": "

User defined description associated with the parameter.

" } }, "documentation": "

The TemplateParameter data type.

" }, "TemplateParameters": { "type": "list", "member": { "shape": "TemplateParameter" } }, "TemplateProgress": { "type": "structure", "members": { "ResourcesSucceeded": { "shape": "ResourcesSucceeded", "documentation": "

The number of resources that succeeded the template generation.

" }, "ResourcesFailed": { "shape": "ResourcesFailed", "documentation": "

The number of resources that failed the template generation.

" }, "ResourcesProcessing": { "shape": "ResourcesProcessing", "documentation": "

The number of resources that are in-process for the template generation.

" }, "ResourcesPending": { "shape": "ResourcesPending", "documentation": "

The number of resources that are still pending the template generation.

" } }, "documentation": "

A summary of the progress of the template generation.

" }, "TemplateStage": { "type": "string", "enum": [ "Original", "Processed" ] }, "TemplateStatusReason": { "type": "string", "max": 256, "min": 1 }, "TemplateSummaries": { "type": "list", "member": { "shape": "TemplateSummary" } }, "TemplateSummary": { "type": "structure", "members": { "GeneratedTemplateId": { "shape": "GeneratedTemplateId", "documentation": "

The Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example, arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc .

" }, "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name of the generated template.

" }, "Status": { "shape": "GeneratedTemplateStatus", "documentation": "

The status of the template generation. Supported values are:

" }, "StatusReason": { "shape": "TemplateStatusReason", "documentation": "

The reason for the current template generation status. This will provide more details if a failure happened.

" }, "CreationTime": { "shape": "CreationTime", "documentation": "

The time the generated template was created.

" }, "LastUpdatedTime": { "shape": "LastUpdatedTime", "documentation": "

The time the generated template was last updated.

" }, "NumberOfResources": { "shape": "NumberOfResources", "documentation": "

The number of resources in the generated template. This is a total of resources in pending, in-progress, completed, and failed states.

" } }, "documentation": "

The summary of a generated template.

" }, "TemplateSummaryConfig": { "type": "structure", "members": { "TreatUnrecognizedResourceTypesAsWarnings": { "shape": "TreatUnrecognizedResourceTypesAsWarnings", "documentation": "

If set to True, any unrecognized resource types generate warnings and not an error. Any unrecognized resource types are returned in the Warnings output parameter.

" } }, "documentation": "

Options for the GetTemplateSummary API action.

" }, "TemplateURL": { "type": "string", "max": 1024, "min": 1 }, "TestTypeInput": { "type": "structure", "members": { "Arn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify Arn, or TypeName and Type.

" }, "Type": { "shape": "ThirdPartyType", "documentation": "

The type of the extension to test.

Conditional: You must specify Arn, or TypeName and Type.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension to test.

Conditional: You must specify Arn, or TypeName and Type.

" }, "VersionId": { "shape": "TypeVersionId", "documentation": "

The version of the extension to test.

You can specify the version id with either Arn, or with TypeName and Type.

If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.

" }, "LogDeliveryBucket": { "shape": "S3Bucket", "documentation": "

The S3 bucket to which CloudFormation delivers the contract test execution logs.

CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a test type status of PASSED or FAILED.

The user calling TestType must be able to access items in the specified S3 bucket. Specifically, the user needs the following permissions:

For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.

" } } }, "TestTypeOutput": { "type": "structure", "members": { "TypeVersionArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

" } } }, "ThirdPartyType": { "type": "string", "enum": [ "RESOURCE", "MODULE", "HOOK" ] }, "ThirdPartyTypeArn": { "type": "string", "max": 1024, "pattern": "arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}::type/.+/[0-9a-zA-Z]{12,40}/.+" }, "TimeoutMinutes": { "type": "integer", "min": 1 }, "Timestamp": { "type": "timestamp" }, "TotalStackInstancesCount": { "type": "integer", "min": 0 }, "TotalWarnings": { "type": "integer", "min": 0 }, "TransformName": { "type": "string" }, "TransformsList": { "type": "list", "member": { "shape": "TransformName" } }, "TreatUnrecognizedResourceTypesAsWarnings": { "type": "boolean" }, "Type": { "type": "string" }, "TypeArn": { "type": "string", "max": 1024, "pattern": "arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/.+" }, "TypeConfiguration": { "type": "string", "max": 204800, "min": 1, "pattern": "[\\s\\S]+" }, "TypeConfigurationAlias": { "type": "string", "max": 256, "min": 1, "pattern": "^[a-zA-Z0-9]{1,256}$" }, "TypeConfigurationArn": { "type": "string", "max": 1024, "pattern": "arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type-configuration/.+" }, "TypeConfigurationDetails": { "type": "structure", "members": { "Arn": { "shape": "TypeConfigurationArn", "documentation": "

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

" }, "Alias": { "shape": "TypeConfigurationAlias", "documentation": "

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

" }, "Configuration": { "shape": "TypeConfiguration", "documentation": "

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 {}.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

When the configuration data was last updated for this extension.

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

" }, "TypeArn": { "shape": "TypeArn", "documentation": "

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.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

" }, "IsDefaultConfiguration": { "shape": "IsDefaultConfiguration", "documentation": "

Whether this configuration data is the default configuration for the extension.

" } }, "documentation": "

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.

" }, "TypeConfigurationDetailsList": { "type": "list", "member": { "shape": "TypeConfigurationDetails" } }, "TypeConfigurationIdentifier": { "type": "structure", "members": { "TypeArn": { "shape": "TypeArn", "documentation": "

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.

" }, "TypeConfigurationAlias": { "shape": "TypeConfigurationAlias", "documentation": "

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

" }, "TypeConfigurationArn": { "shape": "TypeConfigurationArn", "documentation": "

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

" }, "Type": { "shape": "ThirdPartyType", "documentation": "

The type of extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension type to which this configuration applies.

" } }, "documentation": "

Identifying information for the configuration of a CloudFormation extension.

" }, "TypeConfigurationIdentifiers": { "type": "list", "member": { "shape": "TypeConfigurationIdentifier" }, "min": 1 }, "TypeFilters": { "type": "structure", "members": { "Category": { "shape": "Category", "documentation": "

The category of extensions to return.

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The id of the publisher of the extension.

Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

" }, "TypeNamePrefix": { "shape": "TypeNamePrefix", "documentation": "

A prefix to use as a filter for results.

" } }, "documentation": "

Filter criteria to use in determining which extensions to return.

" }, "TypeHierarchy": { "type": "string" }, "TypeName": { "type": "string", "max": 204, "min": 10, "pattern": "[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}(::MODULE){0,1}" }, "TypeNamePrefix": { "type": "string", "max": 204, "min": 1, "pattern": "([A-Za-z0-9]{2,64}::){0,2}([A-Za-z0-9]{2,64}:?){0,1}" }, "TypeSchema": { "type": "string", "max": 16777216, "min": 1 }, "TypeSummaries": { "type": "list", "member": { "shape": "TypeSummary" } }, "TypeSummary": { "type": "structure", "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

If you specified a TypeNameAlias when you call the ActivateType API operation in your account and Region, CloudFormation considers that alias as the type name.

" }, "DefaultVersionId": { "shape": "TypeVersionId", "documentation": "

The ID of the default version of the extension. The default version is used when the extension version isn't specified.

This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon and published by third parties, CloudFormation returns null. For more information, see RegisterType.

To set the default version of an extension, use SetTypeDefaultVersion.

" }, "TypeArn": { "shape": "TypeArn", "documentation": "

The Amazon Resource Name (ARN) of the extension.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

When the specified extension version was registered. This applies only to:

For all other extension types, CloudFormation returns null.

" }, "Description": { "shape": "Description", "documentation": "

The description of the extension.

" }, "PublisherId": { "shape": "PublisherId", "documentation": "

The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon don't return a publisher ID.

" }, "OriginalTypeName": { "shape": "TypeName", "documentation": "

For public extensions that have been activated for this account and Region, the type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.

" }, "PublicVersionNumber": { "shape": "PublicVersionNumber", "documentation": "

For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

" }, "LatestPublicVersion": { "shape": "PublicVersionNumber", "documentation": "

For public extensions that have been activated for this account and Region, the latest version of the public extension that is available. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

" }, "PublisherIdentity": { "shape": "IdentityProvider", "documentation": "

The service used to verify the publisher identity.

For more information, see Registering your account to publish CloudFormation extensions in the CFN-CLI User Guide for Extension Development.

" }, "PublisherName": { "shape": "PublisherName", "documentation": "

The publisher name, as defined in the public profile for that publisher in the service used to verify the publisher identity.

" }, "IsActivated": { "shape": "IsActivated", "documentation": "

Whether the extension is activated for this account and Region.

This applies only to third-party public extensions. Extensions published by Amazon are activated by default.

" } }, "documentation": "

Contains summary information about the specified CloudFormation extension.

" }, "TypeTestsStatus": { "type": "string", "enum": [ "PASSED", "FAILED", "IN_PROGRESS", "NOT_TESTED" ] }, "TypeTestsStatusDescription": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\s\\S]+" }, "TypeVersionId": { "type": "string", "max": 128, "min": 1, "pattern": "[A-Za-z0-9-]+" }, "TypeVersionSummaries": { "type": "list", "member": { "shape": "TypeVersionSummary" } }, "TypeVersionSummary": { "type": "structure", "members": { "Type": { "shape": "RegistryType", "documentation": "

The kind of extension.

" }, "TypeName": { "shape": "TypeName", "documentation": "

The name of the extension.

" }, "VersionId": { "shape": "TypeVersionId", "documentation": "

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it's registered.

" }, "IsDefaultVersion": { "shape": "IsDefaultVersion", "documentation": "

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, CloudFormation returns null.

" }, "Arn": { "shape": "TypeArn", "documentation": "

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

" }, "TimeCreated": { "shape": "Timestamp", "documentation": "

When the version was registered.

" }, "Description": { "shape": "Description", "documentation": "

The description of the extension version.

" }, "PublicVersionNumber": { "shape": "PublicVersionNumber", "documentation": "

For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

" } }, "documentation": "

Contains summary information about a specific version of a CloudFormation extension.

" }, "UnprocessedTypeConfigurations": { "type": "list", "member": { "shape": "TypeConfigurationIdentifier" } }, "UpdateGeneratedTemplateInput": { "type": "structure", "required": [ "GeneratedTemplateName" ], "members": { "GeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

The name or Amazon Resource Name (ARN) of a generated template.

" }, "NewGeneratedTemplateName": { "shape": "GeneratedTemplateName", "documentation": "

An optional new name to assign to the generated template.

" }, "AddResources": { "shape": "ResourceDefinitions", "documentation": "

An optional list of resources to be added to the generated template.

" }, "RemoveResources": { "shape": "JazzLogicalResourceIds", "documentation": "

A list of logical ids for resources to remove from the generated template.

" }, "RefreshAllResources": { "shape": "RefreshAllResources", "documentation": "

If true, update the resource properties in the generated template with their current live state. This feature is useful when the resource properties in your generated a template does not reflect the live state of the resource properties. This happens when a user update the resource properties after generating a template.

" }, "TemplateConfiguration": { "shape": "TemplateConfiguration", "documentation": "

The configuration details of the generated template, including the DeletionPolicy and UpdateReplacePolicy.

" } } }, "UpdateGeneratedTemplateOutput": { "type": "structure", "members": { "GeneratedTemplateId": { "shape": "GeneratedTemplateId", "documentation": "

The Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example, arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc .

" } } }, "UpdateStackInput": { "type": "structure", "required": [ "StackName" ], "members": { "StackName": { "shape": "StackName", "documentation": "

The name or unique stack ID of the stack to update.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the CloudFormation User Guide.)

Conditional: You must specify only one of the following parameters: TemplateBody, TemplateURL, or set the UsePreviousTemplate to true.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to Template Anatomy in the CloudFormation User Guide. The location for an Amazon S3 bucket must start with https://.

Conditional: You must specify only one of the following parameters: TemplateBody, TemplateURL, or set the UsePreviousTemplate to true.

" }, "UsePreviousTemplate": { "shape": "UsePreviousTemplate", "documentation": "

Reuse the existing template that is associated with the stack that you are updating.

Conditional: You must specify only one of the following parameters: TemplateBody, TemplateURL, or set the UsePreviousTemplate to true.

" }, "StackPolicyDuringUpdateBody": { "shape": "StackPolicyDuringUpdateBody", "documentation": "

Structure containing the temporary overriding stack policy body. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you don't specify a stack policy, the current policy that is associated with the stack will be used.

" }, "StackPolicyDuringUpdateURL": { "shape": "StackPolicyDuringUpdateURL", "documentation": "

Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with https://. You can specify either the StackPolicyDuringUpdateBody or the StackPolicyDuringUpdateURL parameter, but not both.

If you want to update protected resources, specify a temporary overriding stack policy during this update. If you don't specify a stack policy, the current policy that is associated with the stack will be used.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "ResourceTypes": { "shape": "ResourceTypes", "documentation": "

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

If the list of resource types doesn't include a resource that you're updating, the stack update fails. By default, CloudFormation grants permissions to all resource types. Identity and Access Management (IAM) uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see Controlling Access with Identity and Access Management.

Only one of the Capabilities and ResourceType parameters can be specified.

" }, "RoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to update the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.

If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that is generated from your user credentials.

" }, "RollbackConfiguration": { "shape": "RollbackConfiguration", "documentation": "

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

" }, "StackPolicyBody": { "shape": "StackPolicyBody", "documentation": "

Structure containing a new stack policy body. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you don't specify a stack policy, the current policy that is associated with the stack is unchanged.

" }, "StackPolicyURL": { "shape": "StackPolicyURL", "documentation": "

Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with https://. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

You might update the stack policy, for example, in order to protect a new resource that you created during a stack update. If you don't specify a stack policy, the current policy that is associated with the stack is unchanged.

" }, "NotificationARNs": { "shape": "NotificationARNs", "documentation": "

Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

" }, "Tags": { "shape": "Tags", "documentation": "

Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags.

If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.

" }, "DisableRollback": { "shape": "DisableRollback", "documentation": "

Preserve the state of previously provisioned resources when an operation fails.

Default: False

" }, "ClientRequestToken": { "shape": "ClientRequestToken", "documentation": "

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

All events triggered by a given stack operation are assigned the same client request token, which you can use to track operations. For example, if you execute a CreateStack operation with the token token1, then all the StackEvents generated by that operation will have ClientRequestToken set as token1.

In the console, stack operations display the client request token on the Events tab. Stack operations that are initiated from the console use the token format Console-StackOperation-ID, which helps you easily identify the stack operation . For example, if you create a stack using the console, each stack event would be assigned the same token in the following format: Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002.

" }, "RetainExceptOnCreate": { "shape": "RetainExceptOnCreate", "documentation": "

When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

Default: false

" } }, "documentation": "

The input for an UpdateStack action.

" }, "UpdateStackInstancesInput": { "type": "structure", "required": [ "StackSetName", "Regions" ], "members": { "StackSetName": { "shape": "StackSetNameOrId", "documentation": "

The name or unique ID of the stack set associated with the stack instances.

" }, "Accounts": { "shape": "AccountList", "documentation": "

[Self-managed permissions] The names of one or more Amazon Web Services accounts for which you want to update parameter values for stack instances. The overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions.

You can specify Accounts or DeploymentTargets, but not both.

" }, "DeploymentTargets": { "shape": "DeploymentTargets", "documentation": "

[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack instances. If your update targets OUs, the overridden parameter values only apply to the accounts that are currently in the target OUs and their child OUs. Accounts added to the target OUs and their child OUs in the future won't use the overridden values.

You can specify Accounts or DeploymentTargets, but not both.

" }, "Regions": { "shape": "RegionList", "documentation": "

The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack instances. The overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions.

" }, "ParameterOverrides": { "shape": "Parameters", "documentation": "

A list of input parameters whose values you want to update for the specified stack instances.

Any overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values during stack instance update operations:

During stack set updates, any parameter values overridden for a stack instance aren't updated, but retain their overridden value.

You can only override the parameter values that are specified in the stack set; to add or delete a parameter itself, use UpdateStackSet to update the stack set template. If you add a parameter to a template, before you can override the parameter value specified in the stack set you must first use UpdateStackSet to update all stack instances with the updated template and parameter value specified in the stack set. Once a stack instance has been updated with the new parameter, you can then override the parameter value using UpdateStackInstances.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

Preferences for how CloudFormation performs this stack set operation.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that CloudFormation successfully received them.

If you don't specify an operation ID, the SDK generates one automatically.

", "idempotencyToken": true }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" } } }, "UpdateStackInstancesOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique identifier for this stack set operation.

" } } }, "UpdateStackOutput": { "type": "structure", "members": { "StackId": { "shape": "StackId", "documentation": "

Unique identifier of the stack.

" } }, "documentation": "

The output for an UpdateStack action.

" }, "UpdateStackSetInput": { "type": "structure", "required": [ "StackSetName" ], "members": { "StackSetName": { "shape": "StackSetName", "documentation": "

The name or unique ID of the stack set that you want to update.

" }, "Description": { "shape": "Description", "documentation": "

A brief description of updates that you are making.

" }, "TemplateBody": { "shape": "TemplateBody", "documentation": "

The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, see Template Anatomy in the CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: TemplateBody or TemplateURL—or set UsePreviousTemplate to true.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

The location of the file that contains the template body. The URL must point to a template (maximum size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information, see Template Anatomy in the CloudFormation User Guide.

Conditional: You must specify only one of the following parameters: TemplateBody or TemplateURL—or set UsePreviousTemplate to true.

" }, "UsePreviousTemplate": { "shape": "UsePreviousTemplate", "documentation": "

Use the existing template that's associated with the stack set that you're updating.

Conditional: You must specify only one of the following parameters: TemplateBody or TemplateURL—or set UsePreviousTemplate to true.

" }, "Parameters": { "shape": "Parameters", "documentation": "

A list of input parameters for the stack set template.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack set and its associated stack instances.

" }, "Tags": { "shape": "Tags", "documentation": "

The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also propagates these tags to supported resources that are created in the stacks. You can specify a maximum number of 50 tags.

If you specify tags for this parameter, those tags replace any list of tags that are currently associated with this stack set. This means:

If you specify new tags as part of an UpdateStackSet action, CloudFormation checks to see if you have the required IAM permission to tag resources. If you omit tags that are currently associated with the stack set from the list of tags you specify, CloudFormation assumes that you want to remove those tags from the stack set, and checks to see if you have permission to untag resources. If you don't have the necessary permission(s), the entire UpdateStackSet action fails with an access denied error, and the stack set is not updated.

" }, "OperationPreferences": { "shape": "StackSetOperationPreferences", "documentation": "

Preferences for how CloudFormation performs this stack set operation.

" }, "AdministrationRoleARN": { "shape": "RoleARN", "documentation": "

The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.

Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Granting Permissions for Stack Set Operations in the CloudFormation User Guide.

If you specified a customized administrator role when you created the stack set, you must specify a customized administrator role, even if it is the same customized administrator role used with this stack set previously.

" }, "ExecutionRoleName": { "shape": "ExecutionRoleName", "documentation": "

The name of the IAM execution role to use to update the stack set. If you do not specify an execution role, CloudFormation uses the AWSCloudFormationStackSetExecutionRole role for the stack set operation.

Specify an IAM role only if you are using customized execution roles to control which stack resources users and groups can include in their stack sets.

If you specify a customized execution role, CloudFormation uses that role to update the stack. If you do not specify a customized execution role, CloudFormation performs the update using the role previously associated with the stack set, so long as you have permissions to perform operations on the stack set.

" }, "DeploymentTargets": { "shape": "DeploymentTargets", "documentation": "

[Service-managed permissions] The Organizations accounts in which to update associated stack instances.

To update all the stack instances associated with this stack set, do not specify DeploymentTargets or Regions.

If the stack set update includes changes to the template (that is, if TemplateBody or TemplateURL is specified), or the Parameters, CloudFormation marks all stack instances with a status of OUTDATED prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack instance status.

" }, "PermissionModel": { "shape": "PermissionModels", "documentation": "

Describes how the IAM roles required for stack set operations are created. You cannot modify PermissionModel if there are stack instances associated with your stack set.

" }, "AutoDeployment": { "shape": "AutoDeployment", "documentation": "

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).

If you specify AutoDeployment, don't specify DeploymentTargets or Regions.

" }, "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID for this stack set operation.

The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that CloudFormation successfully received them.

If you don't specify an operation ID, CloudFormation generates one automatically.

Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED.

", "idempotencyToken": true }, "Accounts": { "shape": "AccountList", "documentation": "

[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts, you must also specify the Amazon Web Services Regions in which to update stack set instances.

To update all the stack instances associated with this stack set, don't specify the Accounts or Regions properties.

If the stack set update includes changes to the template (that is, if the TemplateBody or TemplateURL properties are specified), or the Parameters property, CloudFormation marks all stack instances with a status of OUTDATED prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack instances with their existing stack instance status.

" }, "Regions": { "shape": "RegionList", "documentation": "

The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must also specify accounts in which to update stack set instances.

To update all the stack instances associated with this stack set, do not specify the Accounts or Regions properties.

If the stack set update includes changes to the template (that is, if the TemplateBody or TemplateURL properties are specified), or the Parameters property, CloudFormation marks all stack instances with a status of OUTDATED prior to updating the stack instances in the specified accounts and Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack instance status.

" }, "CallAs": { "shape": "CallAs", "documentation": "

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

" }, "ManagedExecution": { "shape": "ManagedExecution", "documentation": "

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

" } } }, "UpdateStackSetOutput": { "type": "structure", "members": { "OperationId": { "shape": "ClientRequestToken", "documentation": "

The unique ID for this stack set operation.

" } } }, "UpdateTerminationProtectionInput": { "type": "structure", "required": [ "EnableTerminationProtection", "StackName" ], "members": { "EnableTerminationProtection": { "shape": "EnableTerminationProtection", "documentation": "

Whether to enable termination protection on the specified stack.

" }, "StackName": { "shape": "StackNameOrId", "documentation": "

The name or unique ID of the stack for which you want to set termination protection.

" } } }, "UpdateTerminationProtectionOutput": { "type": "structure", "members": { "StackId": { "shape": "StackId", "documentation": "

The unique ID of the stack.

" } } }, "Url": { "type": "string" }, "UsePreviousTemplate": { "type": "boolean" }, "UsePreviousValue": { "type": "boolean" }, "ValidateTemplateInput": { "type": "structure", "members": { "TemplateBody": { "shape": "TemplateBody", "documentation": "

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the CloudFormation User Guide.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

" }, "TemplateURL": { "shape": "TemplateURL", "documentation": "

Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information, go to Template Anatomy in the CloudFormation User Guide. The location for an Amazon S3 bucket must start with https://.

Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only TemplateBody is used.

" } }, "documentation": "

The input for ValidateTemplate action.

" }, "ValidateTemplateOutput": { "type": "structure", "members": { "Parameters": { "shape": "TemplateParameters", "documentation": "

A list of TemplateParameter structures.

" }, "Description": { "shape": "Description", "documentation": "

The description found within the template.

" }, "Capabilities": { "shape": "Capabilities", "documentation": "

The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.

For more information, see Acknowledging IAM Resources in CloudFormation Templates.

" }, "CapabilitiesReason": { "shape": "CapabilitiesReason", "documentation": "

The list of resources that generated the values in the Capabilities response element.

" }, "DeclaredTransforms": { "shape": "TransformsList", "documentation": "

A list of the transforms that are declared in the template.

" } }, "documentation": "

The output for ValidateTemplate action.

" }, "Value": { "type": "string" }, "Version": { "type": "string" }, "VersionBump": { "type": "string", "enum": [ "MAJOR", "MINOR" ] }, "Visibility": { "type": "string", "enum": [ "PUBLIC", "PRIVATE" ] }, "WarningDetail": { "type": "structure", "members": { "Type": { "shape": "WarningType", "documentation": "

The type of this warning. For more information, see IaC generator and write-only properties in the CloudFormation User Guide.

Currently the resource and property reference documentation does not indicate if a property uses a type of oneOf or anyOf. You need to look at the resource provider schema.

" }, "Properties": { "shape": "WarningProperties", "documentation": "

The properties of the resource that are impacted by this warning.

" } }, "documentation": "

The warnings generated for a specific resource for this generated template.

" }, "WarningDetails": { "type": "list", "member": { "shape": "WarningDetail" } }, "WarningProperties": { "type": "list", "member": { "shape": "WarningProperty" } }, "WarningProperty": { "type": "structure", "members": { "PropertyPath": { "shape": "PropertyPath", "documentation": "

The path of the property. For example, if this is for the S3Bucket member of the Code property, the property path would be Code/S3Bucket.

" }, "Required": { "shape": "RequiredProperty", "documentation": "

If true, the specified property is required.

" }, "Description": { "shape": "PropertyDescription", "documentation": "

The description of the property from the resource provider schema.

" } }, "documentation": "

A specific property that is impacted by a warning.

" }, "WarningType": { "type": "string", "enum": [ "MUTUALLY_EXCLUSIVE_PROPERTIES", "UNSUPPORTED_PROPERTIES", "MUTUALLY_EXCLUSIVE_TYPES" ] }, "Warnings": { "type": "structure", "members": { "UnrecognizedResourceTypes": { "shape": "ResourceTypes", "documentation": "

A list of all of the unrecognized resource types. This is only returned if the TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning configuration set to True.

" } }, "documentation": "

Contains any warnings returned by the GetTemplateSummary API action.

" } }, "documentation": "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 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 collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.

For more information about CloudFormation, see the CloudFormation product page.

CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a specific Amazon Web Services product, you can find the product's technical documentation at docs.aws.amazon.com.

" }