libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation

Contents

Description

Derived from API version 2010-05-15 of the AWS service descriptions, licensed under Apache 2.0.

AWS 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 of 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 .

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2010-05-15 of the Amazon CloudFormation SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by CloudFormation.

TypeNotFoundException

_TypeNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified extension does not exist in the CloudFormation registry.

CreatedButModifiedException

_CreatedButModifiedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource exists, but has been changed.

ChangeSetNotFoundException

_ChangeSetNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the ListChangeSets action.

OperationInProgressException

_OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Another operation is currently in progress for this stack set. Only one operation can be performed for a stack set at a given time.

InvalidChangeSetStatusException

_InvalidChangeSetStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified change set can't be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS, or the stack status might be UPDATE_IN_PROGRESS.

OperationNotFoundException

_OperationNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified ID refers to an operation that doesn't exist.

OperationIdAlreadyExistsException

_OperationIdAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified operation ID already exists.

TypeConfigurationNotFoundException

_TypeConfigurationNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified extension configuration cannot be found.

InsufficientCapabilitiesException

_InsufficientCapabilitiesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The template contains resources with capabilities that weren't specified in the Capabilities parameter.

TokenAlreadyExistsException

_TokenAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A client request token already exists.

StackNotFoundException

_StackNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified stack ARN doesn’t exist or stack doesn’t exist corresponding to the ARN in input.

StackSetNotFoundException

_StackSetNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified stack set doesn't exist.

StackInstanceNotFoundException

_StackInstanceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified stack instance doesn't exist.

OperationStatusCheckFailedException

_OperationStatusCheckFailedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error reserved for use by the CloudFormation CLI. CloudFormation does not return this error to users.

StackSetNotEmptyException

_StackSetNotEmptyException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You can't yet delete this stack set, because it still contains one or more stack instances. Delete all stack instances from the stack set before deleting the stack set.

InvalidOperationException

_InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified operation isn't valid.

InvalidStateTransitionException

_InvalidStateTransitionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Error reserved for use by the CloudFormation CLI. CloudFormation does not return this error to users.

NameAlreadyExistsException

_NameAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified name is already in use.

CFNRegistryException

_CFNRegistryException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred during a CloudFormation registry operation.

StaleRequestException

_StaleRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Another operation has been performed on this stack set since the specified operation was performed.

AlreadyExistsException

_AlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource with the name requested already exists.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The quota for the resource has already been reached.

For information on resource and stack limitations, see Limits in the CloudFormation User Guide.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

StackImportComplete

newStackImportComplete :: Wait DescribeStacks Source #

Polls DescribeStacks every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

StackCreateComplete

newStackCreateComplete :: Wait DescribeStacks Source #

Polls DescribeStacks every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

StackRollbackComplete

newStackRollbackComplete :: Wait DescribeStacks Source #

Polls DescribeStacks every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

TypeRegistrationComplete

newTypeRegistrationComplete :: Wait DescribeTypeRegistration Source #

Polls DescribeTypeRegistration every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

StackUpdateComplete

newStackUpdateComplete :: Wait DescribeStacks Source #

Polls DescribeStacks every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

StackExists

newStackExists :: Wait DescribeStacks Source #

Polls DescribeStacks every 5 seconds until a successful state is reached. An error is returned after 20 failed checks.

StackDeleteComplete

newStackDeleteComplete :: Wait DescribeStacks Source #

Polls DescribeStacks every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

ChangeSetCreateComplete

newChangeSetCreateComplete :: Wait DescribeChangeSet Source #

Polls DescribeChangeSet every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DescribeStackSetOperation

data DescribeStackSetOperation Source #

See: newDescribeStackSetOperation smart constructor.

Instances

Instances details
Eq DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Read DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperation :: Type -> Type #

NFData DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Hashable DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

AWSRequest DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToHeaders DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToPath DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

ToQuery DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperation = D1 ('MetaData "DescribeStackSetOperation" "Amazonka.CloudFormation.DescribeStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

newDescribeStackSetOperation Source #

Create a value of DescribeStackSetOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:DescribeStackSetOperation', describeStackSetOperation_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DescribeStackSetOperation', describeStackSetOperation_stackSetName - The name or the unique stack ID of the stack set for the stack operation.

$sel:operationId:DescribeStackSetOperation', describeStackSetOperation_operationId - The unique ID of the stack set operation.

data DescribeStackSetOperationResponse Source #

See: newDescribeStackSetOperationResponse smart constructor.

Instances

Instances details
Eq DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Read DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Show DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Generic DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

Associated Types

type Rep DescribeStackSetOperationResponse :: Type -> Type #

NFData DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSetOperation

type Rep DescribeStackSetOperationResponse = D1 ('MetaData "DescribeStackSetOperationResponse" "Amazonka.CloudFormation.DescribeStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSetOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackSetOperationResponse Source #

Create a value of DescribeStackSetOperationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackSetOperation:DescribeStackSetOperationResponse', describeStackSetOperationResponse_stackSetOperation - The specified stack set operation.

$sel:httpStatus:DescribeStackSetOperationResponse', describeStackSetOperationResponse_httpStatus - The response's http status code.

ImportStacksToStackSet

data ImportStacksToStackSet Source #

See: newImportStacksToStackSet smart constructor.

Instances

Instances details
Eq ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Read ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Show ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Generic ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Associated Types

type Rep ImportStacksToStackSet :: Type -> Type #

NFData ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Methods

rnf :: ImportStacksToStackSet -> () #

Hashable ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

AWSRequest ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Associated Types

type AWSResponse ImportStacksToStackSet #

ToHeaders ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

ToPath ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

ToQuery ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

type Rep ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

type Rep ImportStacksToStackSet = D1 ('MetaData "ImportStacksToStackSet" "Amazonka.CloudFormation.ImportStacksToStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ImportStacksToStackSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences))) :*: (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stackIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))
type AWSResponse ImportStacksToStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

newImportStacksToStackSet Source #

Create a value of ImportStacksToStackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:ImportStacksToStackSet', importStacksToStackSet_callAs - By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.
  • For service managed stack sets, specify DELEGATED_ADMIN.

$sel:operationPreferences:ImportStacksToStackSet', importStacksToStackSet_operationPreferences - Undocumented member.

$sel:operationId:ImportStacksToStackSet', importStacksToStackSet_operationId - A unique, user defined, identifier for the stack set operation.

$sel:stackSetName:ImportStacksToStackSet', importStacksToStackSet_stackSetName - The name of the stack set. The name must be unique in the Region where you create your stack set.

$sel:stackIds:ImportStacksToStackSet', importStacksToStackSet_stackIds - The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.

data ImportStacksToStackSetResponse Source #

See: newImportStacksToStackSetResponse smart constructor.

Instances

Instances details
Eq ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Read ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Show ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Generic ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

Associated Types

type Rep ImportStacksToStackSetResponse :: Type -> Type #

NFData ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

type Rep ImportStacksToStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ImportStacksToStackSet

type Rep ImportStacksToStackSetResponse = D1 ('MetaData "ImportStacksToStackSetResponse" "Amazonka.CloudFormation.ImportStacksToStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ImportStacksToStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportStacksToStackSetResponse Source #

Create a value of ImportStacksToStackSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:ImportStacksToStackSet', importStacksToStackSetResponse_operationId - The unique identifier for the stack set operation.

$sel:httpStatus:ImportStacksToStackSetResponse', importStacksToStackSetResponse_httpStatus - The response's http status code.

DeleteStack

data DeleteStack Source #

The input for DeleteStack action.

See: newDeleteStack smart constructor.

Constructors

DeleteStack' (Maybe [Text]) (Maybe Text) (Maybe Text) Text 

Instances

Instances details
Eq DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Read DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Show DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Generic DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Associated Types

type Rep DeleteStack :: Type -> Type #

NFData DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Methods

rnf :: DeleteStack -> () #

Hashable DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

AWSRequest DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Associated Types

type AWSResponse DeleteStack #

ToHeaders DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Methods

toHeaders :: DeleteStack -> [Header] #

ToPath DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

ToQuery DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

type Rep DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

type Rep DeleteStack = D1 ('MetaData "DeleteStack" "Amazonka.CloudFormation.DeleteStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStack'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "retainResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteStack Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

newDeleteStack Source #

Create a value of DeleteStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:retainResources:DeleteStack', deleteStack_retainResources - 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 does not delete the retained resources.

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

$sel:clientRequestToken:DeleteStack', deleteStack_clientRequestToken - 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 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.

$sel:roleARN:DeleteStack', deleteStack_roleARN - 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 is generated from your user credentials.

$sel:stackName:DeleteStack', deleteStack_stackName - The name or the unique stack ID that is associated with the stack.

data DeleteStackResponse Source #

See: newDeleteStackResponse smart constructor.

Constructors

DeleteStackResponse' 

Instances

Instances details
Eq DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Read DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Show DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Generic DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Associated Types

type Rep DeleteStackResponse :: Type -> Type #

NFData DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

Methods

rnf :: DeleteStackResponse -> () #

type Rep DeleteStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStack

type Rep DeleteStackResponse = D1 ('MetaData "DeleteStackResponse" "Amazonka.CloudFormation.DeleteStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStackResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteStackResponse :: DeleteStackResponse Source #

Create a value of DeleteStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateStack

data UpdateStack Source #

The input for an UpdateStack action.

See: newUpdateStack smart constructor.

Instances

Instances details
Eq UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Read UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Show UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Generic UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Associated Types

type Rep UpdateStack :: Type -> Type #

NFData UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Methods

rnf :: UpdateStack -> () #

Hashable UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

AWSRequest UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Associated Types

type AWSResponse UpdateStack #

ToHeaders UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Methods

toHeaders :: UpdateStack -> [Header] #

ToPath UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

ToQuery UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

type Rep UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

type Rep UpdateStack = D1 ('MetaData "UpdateStack" "Amazonka.CloudFormation.UpdateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStack'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "disableRollback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "usePreviousTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "stackPolicyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stackPolicyDuringUpdateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackPolicyDuringUpdateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "stackPolicyURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])))) :*: ((S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)) :*: S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse UpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

newUpdateStack Source #

Create a value of UpdateStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:disableRollback:UpdateStack', updateStack_disableRollback - Preserve the state of previously provisioned resources when an operation fails.

Default: False

$sel:usePreviousTemplate:UpdateStack', updateStack_usePreviousTemplate - 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.

$sel:notificationARNs:UpdateStack', updateStack_notificationARNs - Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack. Specify an empty list to remove all notification topics.

$sel:stackPolicyBody:UpdateStack', updateStack_stackPolicyBody - 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 do not specify a stack policy, the current policy that is associated with the stack is unchanged.

$sel:stackPolicyDuringUpdateBody:UpdateStack', updateStack_stackPolicyDuringUpdateBody - 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 do not specify a stack policy, the current policy that is associated with the stack will be used.

$sel:stackPolicyDuringUpdateURL:UpdateStack', updateStack_stackPolicyDuringUpdateURL - 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. 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 do not specify a stack policy, the current policy that is associated with the stack will be used.

$sel:parameters:UpdateStack', updateStack_parameters - A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

$sel:stackPolicyURL:UpdateStack', updateStack_stackPolicyURL - 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. 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 do not specify a stack policy, the current policy that is associated with the stack is unchanged.

$sel:templateBody:UpdateStack', updateStack_templateBody - 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.

$sel:templateURL:UpdateStack', updateStack_templateURL - Location of file containing the template body. The URL must point to a template 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.

Conditional: You must specify only one of the following parameters: TemplateBody, TemplateURL, or set the UsePreviousTemplate to true.

$sel:clientRequestToken:UpdateStack', updateStack_clientRequestToken - 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.

$sel:capabilities:UpdateStack', updateStack_capabilities - In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack.

  • CAPABILITY_IAM and CAPABILITY_NAMED_IAM

    Some stack 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 those stacks, you must explicitly acknowledge this by specifying one of these capabilities.

    The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability.

    • If you have IAM resources, you can specify either capability.
    • If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
    • If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error.

    If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

    For more information, see Acknowledging IAM Resources in CloudFormation Templates.

  • CAPABILITY_AUTO_EXPAND

    Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually updating the stack. If your stack template contains one or more macros, and you choose to update a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation.

    If you want to update a stack from a stack template that contains macros and nested stacks, you must update the stack directly from the template using this capability.

    You should only update stacks directly from a stack template that contains macros if you know what processing the macro performs.

    Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified.

    For more information, see Using CloudFormation Macros to Perform Custom Processing on Templates.

$sel:rollbackConfiguration:UpdateStack', updateStack_rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

$sel:resourceTypes:UpdateStack', updateStack_resourceTypes - 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.

$sel:tags:UpdateStack', updateStack_tags - 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.

$sel:roleARN:UpdateStack', updateStack_roleARN - 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. As long as 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.

$sel:stackName:UpdateStack', updateStack_stackName - The name or unique stack ID of the stack to update.

data UpdateStackResponse Source #

The output for an UpdateStack action.

See: newUpdateStackResponse smart constructor.

Instances

Instances details
Eq UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Read UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Show UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Generic UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Associated Types

type Rep UpdateStackResponse :: Type -> Type #

NFData UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

Methods

rnf :: UpdateStackResponse -> () #

type Rep UpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStack

type Rep UpdateStackResponse = D1 ('MetaData "UpdateStackResponse" "Amazonka.CloudFormation.UpdateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateStackResponse Source #

Create a value of UpdateStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackId:UpdateStackResponse', updateStackResponse_stackId - Unique identifier of the stack.

$sel:httpStatus:UpdateStackResponse', updateStackResponse_httpStatus - The response's http status code.

BatchDescribeTypeConfigurations

data BatchDescribeTypeConfigurations Source #

See: newBatchDescribeTypeConfigurations smart constructor.

Instances

Instances details
Eq BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Read BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Show BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Generic BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Associated Types

type Rep BatchDescribeTypeConfigurations :: Type -> Type #

NFData BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Hashable BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

AWSRequest BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToHeaders BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToPath BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToQuery BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurations = D1 ('MetaData "BatchDescribeTypeConfigurations" "Amazonka.CloudFormation.BatchDescribeTypeConfigurations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeConfigurationIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TypeConfigurationIdentifier))))
type AWSResponse BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

newBatchDescribeTypeConfigurations Source #

Create a value of BatchDescribeTypeConfigurations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeConfigurationIdentifiers:BatchDescribeTypeConfigurations', batchDescribeTypeConfigurations_typeConfigurationIdentifiers - The list of identifiers for the desired extension configurations.

data BatchDescribeTypeConfigurationsResponse Source #

Instances

Instances details
Eq BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Read BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Show BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Generic BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

NFData BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurationsResponse = D1 ('MetaData "BatchDescribeTypeConfigurationsResponse" "Amazonka.CloudFormation.BatchDescribeTypeConfigurations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "unprocessedTypeConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeConfigurationIdentifier])) :*: S1 ('MetaSel ('Just "typeConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeConfigurationDetails]))) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDescribeTypeConfigurationsError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDescribeTypeConfigurationsResponse Source #

Create a value of BatchDescribeTypeConfigurationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:unprocessedTypeConfigurations:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any reason.

$sel:typeConfigurations:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.

$sel:errors:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_errors - A list of information concerning any errors generated during the setting of the specified configurations.

$sel:httpStatus:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_httpStatus - The response's http status code.

SetTypeConfiguration

data SetTypeConfiguration Source #

See: newSetTypeConfiguration smart constructor.

Instances

Instances details
Eq SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Read SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Show SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Generic SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Associated Types

type Rep SetTypeConfiguration :: Type -> Type #

NFData SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Methods

rnf :: SetTypeConfiguration -> () #

Hashable SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

AWSRequest SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Associated Types

type AWSResponse SetTypeConfiguration #

ToHeaders SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

ToPath SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

ToQuery SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

type Rep SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

type Rep SetTypeConfiguration = D1 ('MetaData "SetTypeConfiguration" "Amazonka.CloudFormation.SetTypeConfiguration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType)) :*: (S1 ('MetaSel ('Just "configurationAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse SetTypeConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

newSetTypeConfiguration Source #

Create a value of SetTypeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:SetTypeConfiguration', setTypeConfiguration_typeName - The name of the extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

$sel:typeArn:SetTypeConfiguration', setTypeConfiguration_typeArn - The Amazon Resource Name (ARN) for the extension, in this account and region.

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type 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.

$sel:type':SetTypeConfiguration', setTypeConfiguration_type - The type of extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

$sel:configurationAlias:SetTypeConfiguration', setTypeConfiguration_configurationAlias - 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.

$sel:configuration:SetTypeConfiguration', setTypeConfiguration_configuration - 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 API_DescribeType. For more information, see Defining account-level configuration data for an extension in the CloudFormation CLI User Guide.

data SetTypeConfigurationResponse Source #

See: newSetTypeConfigurationResponse smart constructor.

Instances

Instances details
Eq SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Read SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Show SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Generic SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

Associated Types

type Rep SetTypeConfigurationResponse :: Type -> Type #

NFData SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

type Rep SetTypeConfigurationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeConfiguration

type Rep SetTypeConfigurationResponse = D1 ('MetaData "SetTypeConfigurationResponse" "Amazonka.CloudFormation.SetTypeConfiguration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetTypeConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetTypeConfigurationResponse Source #

Create a value of SetTypeConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurationArn:SetTypeConfigurationResponse', setTypeConfigurationResponse_configurationArn - The Amazon Resource Name (ARN) for the configuration data, in this account and region.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

$sel:httpStatus:SetTypeConfigurationResponse', setTypeConfigurationResponse_httpStatus - The response's http status code.

GetTemplateSummary

data GetTemplateSummary Source #

The input for the GetTemplateSummary action.

See: newGetTemplateSummary smart constructor.

Instances

Instances details
Eq GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Read GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Show GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Generic GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Associated Types

type Rep GetTemplateSummary :: Type -> Type #

NFData GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Methods

rnf :: GetTemplateSummary -> () #

Hashable GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

AWSRequest GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Associated Types

type AWSResponse GetTemplateSummary #

ToHeaders GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

ToPath GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

ToQuery GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

type Rep GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

type Rep GetTemplateSummary = D1 ('MetaData "GetTemplateSummary" "Amazonka.CloudFormation.GetTemplateSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetTemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse GetTemplateSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

newGetTemplateSummary :: GetTemplateSummary Source #

Create a value of GetTemplateSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:GetTemplateSummary', getTemplateSummary_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:templateBody:GetTemplateSummary', getTemplateSummary_templateBody - 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.

$sel:templateURL:GetTemplateSummary', getTemplateSummary_templateURL - 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 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.

$sel:stackSetName:GetTemplateSummary', getTemplateSummary_stackSetName - 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.

$sel:stackName:GetTemplateSummary', getTemplateSummary_stackName - The name or the stack ID that is associated with the stack, which are not 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.

data GetTemplateSummaryResponse Source #

The output for the GetTemplateSummary action.

See: newGetTemplateSummaryResponse smart constructor.

Instances

Instances details
Eq GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Read GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Show GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Generic GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

Associated Types

type Rep GetTemplateSummaryResponse :: Type -> Type #

NFData GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

type Rep GetTemplateSummaryResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplateSummary

type Rep GetTemplateSummaryResponse = D1 ('MetaData "GetTemplateSummaryResponse" "Amazonka.CloudFormation.GetTemplateSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetTemplateSummaryResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "declaredTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "capabilitiesReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterDeclaration])) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resourceIdentifierSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceIdentifierSummary])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: (S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetTemplateSummaryResponse Source #

Create a value of GetTemplateSummaryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:declaredTransforms:GetTemplateSummaryResponse', getTemplateSummaryResponse_declaredTransforms - A list of the transforms that are declared in the template.

$sel:version:GetTemplateSummaryResponse', getTemplateSummaryResponse_version - The Amazon Web Services template format version, which identifies the capabilities of the template.

$sel:capabilitiesReason:GetTemplateSummaryResponse', getTemplateSummaryResponse_capabilitiesReason - The list of resources that generated the values in the Capabilities response element.

$sel:parameters:GetTemplateSummaryResponse', getTemplateSummaryResponse_parameters - A list of parameter declarations that describe various properties for each parameter.

$sel:metadata:GetTemplateSummaryResponse', getTemplateSummaryResponse_metadata - The value that is defined for the Metadata property of the template.

$sel:resourceIdentifierSummaries:GetTemplateSummaryResponse', getTemplateSummaryResponse_resourceIdentifierSummaries - 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.

$sel:description:GetTemplateSummaryResponse', getTemplateSummaryResponse_description - The value that is defined in the Description property of the template.

$sel:capabilities:GetTemplateSummaryResponse', getTemplateSummaryResponse_capabilities - 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.

$sel:resourceTypes:GetTemplateSummaryResponse', getTemplateSummaryResponse_resourceTypes - 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.

$sel:httpStatus:GetTemplateSummaryResponse', getTemplateSummaryResponse_httpStatus - The response's http status code.

ListChangeSets (Paginated)

data ListChangeSets Source #

The input for the ListChangeSets action.

See: newListChangeSets smart constructor.

Constructors

ListChangeSets' (Maybe Text) Text 

Instances

Instances details
Eq ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Read ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Show ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Generic ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Associated Types

type Rep ListChangeSets :: Type -> Type #

NFData ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Methods

rnf :: ListChangeSets -> () #

Hashable ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

AWSPager ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

AWSRequest ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Associated Types

type AWSResponse ListChangeSets #

ToHeaders ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

ToPath ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

ToQuery ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

type Rep ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

type Rep ListChangeSets = D1 ('MetaData "ListChangeSets" "Amazonka.CloudFormation.ListChangeSets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListChangeSets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListChangeSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

newListChangeSets Source #

Create a value of ListChangeSets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListChangeSets', listChangeSets_nextToken - A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

$sel:stackName:ListChangeSets', listChangeSets_stackName - The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

data ListChangeSetsResponse Source #

The output for the ListChangeSets action.

See: newListChangeSetsResponse smart constructor.

Instances

Instances details
Eq ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Read ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Show ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Generic ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Associated Types

type Rep ListChangeSetsResponse :: Type -> Type #

NFData ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

Methods

rnf :: ListChangeSetsResponse -> () #

type Rep ListChangeSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListChangeSets

type Rep ListChangeSetsResponse = D1 ('MetaData "ListChangeSetsResponse" "Amazonka.CloudFormation.ListChangeSets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListChangeSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChangeSetSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChangeSetsResponse Source #

Create a value of ListChangeSetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListChangeSets', listChangeSetsResponse_nextToken - 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.

$sel:summaries:ListChangeSetsResponse', listChangeSetsResponse_summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set for the specified stack.

$sel:httpStatus:ListChangeSetsResponse', listChangeSetsResponse_httpStatus - The response's http status code.

ListStackResources (Paginated)

data ListStackResources Source #

The input for the ListStackResource action.

See: newListStackResources smart constructor.

Instances

Instances details
Eq ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Read ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Show ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Generic ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Associated Types

type Rep ListStackResources :: Type -> Type #

NFData ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Methods

rnf :: ListStackResources -> () #

Hashable ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

AWSPager ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

AWSRequest ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Associated Types

type AWSResponse ListStackResources #

ToHeaders ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

ToPath ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

ToQuery ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

type Rep ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

type Rep ListStackResources = D1 ('MetaData "ListStackResources" "Amazonka.CloudFormation.ListStackResources" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

newListStackResources Source #

Create a value of ListStackResources with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackResources', listStackResources_nextToken - A string that identifies the next page of stack resources that you want to retrieve.

$sel:stackName:ListStackResources', listStackResources_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

data ListStackResourcesResponse Source #

The output for a ListStackResources action.

See: newListStackResourcesResponse smart constructor.

Instances

Instances details
Eq ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Read ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Show ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Generic ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

Associated Types

type Rep ListStackResourcesResponse :: Type -> Type #

NFData ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

type Rep ListStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackResources

type Rep ListStackResourcesResponse = D1 ('MetaData "ListStackResourcesResponse" "Amazonka.CloudFormation.ListStackResources" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackResourceSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackResourceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStackResourcesResponse Source #

Create a value of ListStackResourcesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackResources', listStackResourcesResponse_nextToken - 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.

$sel:stackResourceSummaries:ListStackResourcesResponse', listStackResourcesResponse_stackResourceSummaries - A list of StackResourceSummary structures.

$sel:httpStatus:ListStackResourcesResponse', listStackResourcesResponse_httpStatus - The response's http status code.

UpdateStackInstances

data UpdateStackInstances Source #

See: newUpdateStackInstances smart constructor.

Instances

Instances details
Eq UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Read UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Show UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Generic UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Associated Types

type Rep UpdateStackInstances :: Type -> Type #

NFData UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Methods

rnf :: UpdateStackInstances -> () #

Hashable UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

AWSRequest UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Associated Types

type AWSResponse UpdateStackInstances #

ToHeaders UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

ToPath UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

ToQuery UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

type Rep UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

type Rep UpdateStackInstances = D1 ('MetaData "UpdateStackInstances" "Amazonka.CloudFormation.UpdateStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStackInstances'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs))) :*: (S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)) :*: S1 ('MetaSel ('Just "parameterOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter]))) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))
type AWSResponse UpdateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

newUpdateStackInstances Source #

Create a value of UpdateStackInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:UpdateStackInstances', updateStackInstances_accounts - [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 Regions.

You can specify Accounts or DeploymentTargets, but not both.

$sel:callAs:UpdateStackInstances', updateStackInstances_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:operationPreferences:UpdateStackInstances', updateStackInstances_operationPreferences - Preferences for how CloudFormation performs this stack set operation.

$sel:operationId:UpdateStackInstances', updateStackInstances_operationId - 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.

$sel:deploymentTargets:UpdateStackInstances', updateStackInstances_deploymentTargets - [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.

$sel:parameterOverrides:UpdateStackInstances', updateStackInstances_parameterOverrides - 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 Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values during stack instance update operations:

  • To override the current value for a parameter, include the parameter and specify its value.
  • To leave an overridden parameter set to its present value, include the parameter and specify UsePreviousValue as true. (You cannot specify both a value and set UsePreviousValue to true.)
  • To set an overridden parameter back to the value specified in the stack set, specify a parameter list but do not include the parameter in the list.
  • To leave all parameters set to their present values, do not specify this property at all.

During stack set updates, any parameter values overridden for a stack instance are not 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.

$sel:stackSetName:UpdateStackInstances', updateStackInstances_stackSetName - The name or unique ID of the stack set associated with the stack instances.

$sel:regions:UpdateStackInstances', updateStackInstances_regions - The names of one or more 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 Regions.

data UpdateStackInstancesResponse Source #

See: newUpdateStackInstancesResponse smart constructor.

Instances

Instances details
Eq UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Read UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Show UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Generic UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

Associated Types

type Rep UpdateStackInstancesResponse :: Type -> Type #

NFData UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

type Rep UpdateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackInstances

type Rep UpdateStackInstancesResponse = D1 ('MetaData "UpdateStackInstancesResponse" "Amazonka.CloudFormation.UpdateStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStackInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateStackInstancesResponse Source #

Create a value of UpdateStackInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:UpdateStackInstances', updateStackInstancesResponse_operationId - The unique identifier for this stack set operation.

$sel:httpStatus:UpdateStackInstancesResponse', updateStackInstancesResponse_httpStatus - The response's http status code.

DeleteStackInstances

data DeleteStackInstances Source #

See: newDeleteStackInstances smart constructor.

Instances

Instances details
Eq DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Read DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Show DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Generic DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Associated Types

type Rep DeleteStackInstances :: Type -> Type #

NFData DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Methods

rnf :: DeleteStackInstances -> () #

Hashable DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

AWSRequest DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Associated Types

type AWSResponse DeleteStackInstances #

ToHeaders DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

ToPath DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

ToQuery DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstances = D1 ('MetaData "DeleteStackInstances" "Amazonka.CloudFormation.DeleteStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStackInstances'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs))) :*: (S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "retainStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))))
type AWSResponse DeleteStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

newDeleteStackInstances Source #

Create a value of DeleteStackInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:DeleteStackInstances', deleteStackInstances_accounts - [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.

$sel:callAs:DeleteStackInstances', deleteStackInstances_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:operationPreferences:DeleteStackInstances', deleteStackInstances_operationPreferences - Preferences for how CloudFormation performs this stack set operation.

$sel:operationId:DeleteStackInstances', deleteStackInstances_operationId - 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.

$sel:deploymentTargets:DeleteStackInstances', deleteStackInstances_deploymentTargets - [Service-managed permissions] The Organizations accounts from which to delete stack instances.

You can specify Accounts or DeploymentTargets, but not both.

$sel:stackSetName:DeleteStackInstances', deleteStackInstances_stackSetName - The name or unique ID of the stack set that you want to delete stack instances for.

$sel:regions:DeleteStackInstances', deleteStackInstances_regions - The Regions where you want to delete stack set instances.

$sel:retainStacks:DeleteStackInstances', deleteStackInstances_retainStacks - 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.

data DeleteStackInstancesResponse Source #

See: newDeleteStackInstancesResponse smart constructor.

Instances

Instances details
Eq DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Read DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Show DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Generic DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

Associated Types

type Rep DeleteStackInstancesResponse :: Type -> Type #

NFData DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackInstances

type Rep DeleteStackInstancesResponse = D1 ('MetaData "DeleteStackInstancesResponse" "Amazonka.CloudFormation.DeleteStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStackInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteStackInstancesResponse Source #

Create a value of DeleteStackInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:DeleteStackInstances', deleteStackInstancesResponse_operationId - The unique identifier for this stack set operation.

$sel:httpStatus:DeleteStackInstancesResponse', deleteStackInstancesResponse_httpStatus - The response's http status code.

DescribeType

data DescribeType Source #

See: newDescribeType smart constructor.

Instances

Instances details
Eq DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Read DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Show DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Generic DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Associated Types

type Rep DescribeType :: Type -> Type #

NFData DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Methods

rnf :: DescribeType -> () #

Hashable DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

AWSRequest DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Associated Types

type AWSResponse DescribeType #

ToHeaders DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

ToPath DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

ToQuery DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

type Rep DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

type Rep DescribeType = D1 ('MetaData "DescribeType" "Amazonka.CloudFormation.DescribeType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse DescribeType Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

newDescribeType :: DescribeType Source #

Create a value of DescribeType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:DescribeType', describeType_versionId - 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.

$sel:typeName:DescribeType', describeType_typeName - The name of the extension.

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

$sel:arn:DescribeType', describeType_arn - The Amazon Resource Name (ARN) of the extension.

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

$sel:publicVersionNumber:DescribeType', describeType_publicVersionNumber - The version number of a public third-party extension.

$sel:type':DescribeType', describeType_type - The kind of extension.

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

$sel:publisherId:DescribeType', describeType_publisherId - The publisher ID of the extension publisher.

Extensions provided by Amazon are not assigned a publisher ID.

data DescribeTypeResponse Source #

See: newDescribeTypeResponse smart constructor.

Instances

Instances details
Eq DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Read DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Show DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Generic DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Associated Types

type Rep DescribeTypeResponse :: Type -> Type #

NFData DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

Methods

rnf :: DescribeTypeResponse -> () #

type Rep DescribeTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeType

type Rep DescribeTypeResponse = D1 ('MetaData "DescribeTypeResponse" "Amazonka.CloudFormation.DescribeType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeTypeResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "typeTestsStatusDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "originalTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "originalTypeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isActivated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "requiredActivatedTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RequiredActivatedType])))))) :*: (((S1 ('MetaSel ('Just "deprecatedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeprecatedStatus)) :*: (S1 ('MetaSel ('Just "timeCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)))) :*: ((S1 ('MetaSel ('Just "latestPublicVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "sourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "documentationUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "provisioningType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningType)) :*: S1 ('MetaSel ('Just "typeTestsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypeTestsStatus))) :*: (S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeTypeResponse Source #

Create a value of DescribeTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeTestsStatusDescription:DescribeTypeResponse', describeTypeResponse_typeTestsStatusDescription - The description of the test status. To return the extension test status of a specifc extension version, you must specify VersionId.

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

$sel:lastUpdated:DescribeTypeResponse', describeTypeResponse_lastUpdated - When the specified extension version was registered. This applies only to:

  • Private extensions you have registered in your account. For more information, see RegisterType.
  • Public extensions you have activated in your account with auto-update specified. For more information, see ActivateType.

$sel:typeName:DescribeType', describeTypeResponse_typeName - 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.

$sel:arn:DescribeType', describeTypeResponse_arn - The Amazon Resource Name (ARN) of the extension.

$sel:publicVersionNumber:DescribeType', describeTypeResponse_publicVersionNumber - 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.

$sel:executionRoleArn:DescribeTypeResponse', describeTypeResponse_executionRoleArn - 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 <https:docs.aws.amazon.comIAMlatestUserGuideid_roles.html 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.

$sel:autoUpdate:DescribeTypeResponse', describeTypeResponse_autoUpdate - 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.

$sel:originalTypeName:DescribeTypeResponse', describeTypeResponse_originalTypeName - 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.

$sel:visibility:DescribeTypeResponse', describeTypeResponse_visibility - The scope at which the extension is visible and usable in CloudFormation operations.

Valid values include:

  • PRIVATE: The extension is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as PRIVATE.
  • PUBLIC: The extension is publically visible and usable within any Amazon account.

$sel:schema:DescribeTypeResponse', describeTypeResponse_schema - The schema that defines the extension.

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

$sel:originalTypeArn:DescribeTypeResponse', describeTypeResponse_originalTypeArn - For public extensions that have been activated for this account and region, the Amazon Resource Name (ARN) of the public extension.

$sel:defaultVersionId:DescribeTypeResponse', describeTypeResponse_defaultVersionId - The ID of the default version of the extension. The default version is used when the extension version is not 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 .

$sel:isActivated:DescribeTypeResponse', describeTypeResponse_isActivated - Whether or not the extension is activated in the account and region.

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

$sel:requiredActivatedTypes:DescribeTypeResponse', describeTypeResponse_requiredActivatedTypes - 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.

$sel:deprecatedStatus:DescribeTypeResponse', describeTypeResponse_deprecatedStatus - The deprecation status of the extension version.

Valid values include:

  • LIVE: The extension is activated or registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope.
  • DEPRECATED: The extension has been deactivated or deregistered and can no longer be used in CloudFormation operations.

For public third-party extensions, CloudFormation returns null.

$sel:timeCreated:DescribeTypeResponse', describeTypeResponse_timeCreated - When the specified private extension version was registered or activated in your account.

$sel:type':DescribeType', describeTypeResponse_type - The kind of extension.

$sel:latestPublicVersion:DescribeTypeResponse', describeTypeResponse_latestPublicVersion - The latest version of a public extension that is available for use.

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

$sel:publisherId:DescribeType', describeTypeResponse_publisherId - The publisher ID of the extension publisher.

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

$sel:isDefaultVersion:DescribeTypeResponse', describeTypeResponse_isDefaultVersion - 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, whether or not they are activated in your account, CloudFormation returns null.

$sel:description:DescribeTypeResponse', describeTypeResponse_description - The description of the extension.

$sel:sourceUrl:DescribeTypeResponse', describeTypeResponse_sourceUrl - The URL of the source code for the extension.

$sel:documentationUrl:DescribeTypeResponse', describeTypeResponse_documentationUrl - The URL of a page providing detailed documentation for this extension.

$sel:configurationSchema:DescribeTypeResponse', describeTypeResponse_configurationSchema - 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.

$sel:provisioningType:DescribeTypeResponse', describeTypeResponse_provisioningType - 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:

  • FULLY_MUTABLE: The resource type includes an update handler to process updates to the type during stack update operations.
  • IMMUTABLE: The resource type does not include an update handler, so the type cannot be updated and must instead be replaced during stack update operations.
  • NON_PROVISIONABLE: The resource type does not include all of the following handlers, and therefore cannot actually be provisioned.

    • create
    • read
    • delete

$sel:typeTestsStatus:DescribeTypeResponse', describeTypeResponse_typeTestsStatus - The contract test status of the registered extension version. To return the extension test status of a specifc extension version, you must specify VersionId.

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

  • PASSED: The extension has passed all its contract tests.

    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 Command Line Interface User Guide.

  • FAILED: The extension has failed one or more contract tests.
  • IN_PROGRESS: Contract tests are currently being performed on the extension.
  • NOT_TESTED: Contract tests have not been performed on the extension.

$sel:loggingConfig:DescribeTypeResponse', describeTypeResponse_loggingConfig - 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 and published by third parties, CloudFormation returns null. For more information, see RegisterType.

$sel:httpStatus:DescribeTypeResponse', describeTypeResponse_httpStatus - The response's http status code.

CreateStackInstances

data CreateStackInstances Source #

See: newCreateStackInstances smart constructor.

Instances

Instances details
Eq CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Read CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Show CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Generic CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Associated Types

type Rep CreateStackInstances :: Type -> Type #

NFData CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Methods

rnf :: CreateStackInstances -> () #

Hashable CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

AWSRequest CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Associated Types

type AWSResponse CreateStackInstances #

ToHeaders CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

ToPath CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

ToQuery CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

type Rep CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

type Rep CreateStackInstances = D1 ('MetaData "CreateStackInstances" "Amazonka.CloudFormation.CreateStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStackInstances'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs))) :*: (S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)) :*: S1 ('MetaSel ('Just "parameterOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter]))) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))
type AWSResponse CreateStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

newCreateStackInstances Source #

Create a value of CreateStackInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:CreateStackInstances', createStackInstances_accounts - [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.

$sel:callAs:CreateStackInstances', createStackInstances_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:operationPreferences:CreateStackInstances', createStackInstances_operationPreferences - Preferences for how CloudFormation performs this stack set operation.

$sel:operationId:CreateStackInstances', createStackInstances_operationId - 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.

$sel:deploymentTargets:CreateStackInstances', createStackInstances_deploymentTargets - [Service-managed permissions] The Organizations accounts for which to create stack instances in the specified Regions.

You can specify Accounts or DeploymentTargets, but not both.

$sel:parameterOverrides:CreateStackInstances', createStackInstances_parameterOverrides - 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 Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values during stack instance operations:

  • To override the current value for a parameter, include the parameter and specify its value.
  • To leave an overridden parameter set to its present value, include the parameter and specify UsePreviousValue as true. (You cannot specify both a value and set UsePreviousValue to true.)
  • To set an overridden parameter back to the value specified in the stack set, specify a parameter list but do not include the parameter in the list.
  • To leave all parameters set to their present values, do not specify this property at all.

During stack set updates, any parameter values overridden for a stack instance are not 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.

$sel:stackSetName:CreateStackInstances', createStackInstances_stackSetName - The name or unique ID of the stack set that you want to create stack instances from.

$sel:regions:CreateStackInstances', createStackInstances_regions - The names of one or more Regions where you want to create stack instances using the specified Amazon Web Services accounts.

data CreateStackInstancesResponse Source #

See: newCreateStackInstancesResponse smart constructor.

Instances

Instances details
Eq CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Read CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Show CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Generic CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

Associated Types

type Rep CreateStackInstancesResponse :: Type -> Type #

NFData CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

type Rep CreateStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackInstances

type Rep CreateStackInstancesResponse = D1 ('MetaData "CreateStackInstancesResponse" "Amazonka.CloudFormation.CreateStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStackInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStackInstancesResponse Source #

Create a value of CreateStackInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:CreateStackInstances', createStackInstancesResponse_operationId - The unique identifier for this stack set operation.

$sel:httpStatus:CreateStackInstancesResponse', createStackInstancesResponse_httpStatus - The response's http status code.

ListTypeRegistrations

data ListTypeRegistrations Source #

See: newListTypeRegistrations smart constructor.

Instances

Instances details
Eq ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Read ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Show ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Generic ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Associated Types

type Rep ListTypeRegistrations :: Type -> Type #

NFData ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Methods

rnf :: ListTypeRegistrations -> () #

Hashable ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

AWSRequest ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Associated Types

type AWSResponse ListTypeRegistrations #

ToHeaders ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

ToPath ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

ToQuery ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

type Rep ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

type Rep ListTypeRegistrations = D1 ('MetaData "ListTypeRegistrations" "Amazonka.CloudFormation.ListTypeRegistrations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListTypeRegistrations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registrationStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListTypeRegistrations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

newListTypeRegistrations :: ListTypeRegistrations Source #

Create a value of ListTypeRegistrations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:ListTypeRegistrations', listTypeRegistrations_typeName - The name of the extension.

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

$sel:registrationStatusFilter:ListTypeRegistrations', listTypeRegistrations_registrationStatusFilter - The current status of the extension registration request.

The default is IN_PROGRESS.

$sel:nextToken:ListTypeRegistrations', listTypeRegistrations_nextToken - 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.

$sel:typeArn:ListTypeRegistrations', listTypeRegistrations_typeArn - The Amazon Resource Name (ARN) of the extension.

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

$sel:type':ListTypeRegistrations', listTypeRegistrations_type - The kind of extension.

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

$sel:maxResults:ListTypeRegistrations', listTypeRegistrations_maxResults - 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.

data ListTypeRegistrationsResponse Source #

See: newListTypeRegistrationsResponse smart constructor.

Instances

Instances details
Eq ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Read ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Show ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Generic ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

Associated Types

type Rep ListTypeRegistrationsResponse :: Type -> Type #

NFData ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

type Rep ListTypeRegistrationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeRegistrations

type Rep ListTypeRegistrationsResponse = D1 ('MetaData "ListTypeRegistrationsResponse" "Amazonka.CloudFormation.ListTypeRegistrations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListTypeRegistrationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registrationTokenList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTypeRegistrationsResponse Source #

Create a value of ListTypeRegistrationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registrationTokenList:ListTypeRegistrationsResponse', listTypeRegistrationsResponse_registrationTokenList - A list of extension registration tokens.

Use DescribeTypeRegistration to return detailed information about a type registration request.

$sel:nextToken:ListTypeRegistrations', listTypeRegistrationsResponse_nextToken - 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.

$sel:httpStatus:ListTypeRegistrationsResponse', listTypeRegistrationsResponse_httpStatus - The response's http status code.

GetStackPolicy

data GetStackPolicy Source #

The input for the GetStackPolicy action.

See: newGetStackPolicy smart constructor.

Constructors

GetStackPolicy' Text 

Instances

Instances details
Eq GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Read GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Show GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Generic GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Associated Types

type Rep GetStackPolicy :: Type -> Type #

NFData GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Methods

rnf :: GetStackPolicy -> () #

Hashable GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

AWSRequest GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Associated Types

type AWSResponse GetStackPolicy #

ToHeaders GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

ToPath GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

ToQuery GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

type Rep GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

type Rep GetStackPolicy = D1 ('MetaData "GetStackPolicy" "Amazonka.CloudFormation.GetStackPolicy" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetStackPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

newGetStackPolicy Source #

Create a value of GetStackPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackName:GetStackPolicy', getStackPolicy_stackName - The name or unique stack ID that is associated with the stack whose policy you want to get.

data GetStackPolicyResponse Source #

The output for the GetStackPolicy action.

See: newGetStackPolicyResponse smart constructor.

Instances

Instances details
Eq GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Read GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Show GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Generic GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Associated Types

type Rep GetStackPolicyResponse :: Type -> Type #

NFData GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

Methods

rnf :: GetStackPolicyResponse -> () #

type Rep GetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetStackPolicy

type Rep GetStackPolicyResponse = D1 ('MetaData "GetStackPolicyResponse" "Amazonka.CloudFormation.GetStackPolicy" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetStackPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackPolicyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStackPolicyResponse Source #

Create a value of GetStackPolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackPolicyBody:GetStackPolicyResponse', getStackPolicyResponse_stackPolicyBody - Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.)

$sel:httpStatus:GetStackPolicyResponse', getStackPolicyResponse_httpStatus - The response's http status code.

DescribeStacks (Paginated)

data DescribeStacks Source #

The input for DescribeStacks action.

See: newDescribeStacks smart constructor.

Constructors

DescribeStacks' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Read DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Show DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Generic DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Associated Types

type Rep DescribeStacks :: Type -> Type #

NFData DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Methods

rnf :: DescribeStacks -> () #

Hashable DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

AWSPager DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

AWSRequest DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Associated Types

type AWSResponse DescribeStacks #

ToHeaders DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

ToPath DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

ToQuery DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

type Rep DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

type Rep DescribeStacks = D1 ('MetaData "DescribeStacks" "Amazonka.CloudFormation.DescribeStacks" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

newDescribeStacks :: DescribeStacks Source #

Create a value of DescribeStacks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStacks', describeStacks_nextToken - A string that identifies the next page of stacks that you want to retrieve.

$sel:stackName:DescribeStacks', describeStacks_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

data DescribeStacksResponse Source #

The output for a DescribeStacks action.

See: newDescribeStacksResponse smart constructor.

Instances

Instances details
Eq DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Read DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Show DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Generic DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Associated Types

type Rep DescribeStacksResponse :: Type -> Type #

NFData DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

Methods

rnf :: DescribeStacksResponse -> () #

type Rep DescribeStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStacks

type Rep DescribeStacksResponse = D1 ('MetaData "DescribeStacksResponse" "Amazonka.CloudFormation.DescribeStacks" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Stack])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeStacksResponse Source #

Create a value of DescribeStacksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStacks', describeStacksResponse_nextToken - 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.

$sel:stacks:DescribeStacksResponse', describeStacksResponse_stacks - A list of stack structures.

$sel:httpStatus:DescribeStacksResponse', describeStacksResponse_httpStatus - The response's http status code.

CreateChangeSet

data CreateChangeSet Source #

The input for the CreateChangeSet action.

See: newCreateChangeSet smart constructor.

Instances

Instances details
Eq CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Read CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Show CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Generic CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Associated Types

type Rep CreateChangeSet :: Type -> Type #

NFData CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Methods

rnf :: CreateChangeSet -> () #

Hashable CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

AWSRequest CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Associated Types

type AWSResponse CreateChangeSet #

ToHeaders CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

ToPath CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

ToQuery CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

type Rep CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

type Rep CreateChangeSet = D1 ('MetaData "CreateChangeSet" "Amazonka.CloudFormation.CreateChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateChangeSet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "changeSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSetType)) :*: S1 ('MetaSel ('Just "usePreviousTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "includeNestedStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resourcesToImport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceToImport]))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)))) :*: ((S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse CreateChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

newCreateChangeSet Source #

Create a value of CreateChangeSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:changeSetType:CreateChangeSet', createChangeSet_changeSetType - 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.

$sel:usePreviousTemplate:CreateChangeSet', createChangeSet_usePreviousTemplate - Whether to reuse the template that is associated with the stack to create the change set.

$sel:clientToken:CreateChangeSet', createChangeSet_clientToken - 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.

$sel:notificationARNs:CreateChangeSet', createChangeSet_notificationARNs - 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.

$sel:includeNestedStacks:CreateChangeSet', createChangeSet_includeNestedStacks - 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.

$sel:resourcesToImport:CreateChangeSet', createChangeSet_resourcesToImport - The resources to import into your stack.

$sel:parameters:CreateChangeSet', createChangeSet_parameters - A list of Parameter structures that specify input parameters for the change set. For more information, see the Parameter data type.

$sel:templateBody:CreateChangeSet', createChangeSet_templateBody - 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.

$sel:templateURL:CreateChangeSet', createChangeSet_templateURL - The location of the file that contains the revised template. The URL must point to a template (max size: 460,800 bytes) that is located in an S3 bucket or a Systems Manager document. CloudFormation generates the change set by comparing this template with the stack that you specified.

Conditional: You must specify only TemplateBody or TemplateURL.

$sel:description:CreateChangeSet', createChangeSet_description - A description to help you identify this change set.

$sel:capabilities:CreateChangeSet', createChangeSet_capabilities - In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.

  • CAPABILITY_IAM and CAPABILITY_NAMED_IAM

    Some stack 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 those stacks, you must explicitly acknowledge this by specifying one of these capabilities.

    The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability.

    • If you have IAM resources, you can specify either capability.
    • If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
    • If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error.

    If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

    For more information, see Acknowledging IAM Resources in CloudFormation Templates.

  • CAPABILITY_AUTO_EXPAND

    Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation.

    This capacity does not apply to creating change sets, and specifying it when creating change sets has no effect.

    If you want to create a stack from a stack template that contains macros and nested stacks, you must create or update the stack directly from the template using the CreateStack or UpdateStack action, and specifying this capability.

    For more information on macros, see Using CloudFormation Macros to Perform Custom Processing on Templates.

$sel:rollbackConfiguration:CreateChangeSet', createChangeSet_rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

$sel:resourceTypes:CreateChangeSet', createChangeSet_resourceTypes - 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.

$sel:tags:CreateChangeSet', createChangeSet_tags - 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.

$sel:roleARN:CreateChangeSet', createChangeSet_roleARN - 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. As long as 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.

$sel:stackName:CreateChangeSet', createChangeSet_stackName - 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.

$sel:changeSetName:CreateChangeSet', createChangeSet_changeSetName - 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 alphabetic character and cannot exceed 128 characters.

data CreateChangeSetResponse Source #

The output for the CreateChangeSet action.

See: newCreateChangeSetResponse smart constructor.

Instances

Instances details
Eq CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Read CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Show CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Generic CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Associated Types

type Rep CreateChangeSetResponse :: Type -> Type #

NFData CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

Methods

rnf :: CreateChangeSetResponse -> () #

type Rep CreateChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateChangeSet

type Rep CreateChangeSetResponse = D1 ('MetaData "CreateChangeSetResponse" "Amazonka.CloudFormation.CreateChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateChangeSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateChangeSetResponse Source #

Create a value of CreateChangeSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:CreateChangeSetResponse', createChangeSetResponse_id - The Amazon Resource Name (ARN) of the change set.

$sel:stackId:CreateChangeSetResponse', createChangeSetResponse_stackId - The unique ID of the stack.

$sel:httpStatus:CreateChangeSetResponse', createChangeSetResponse_httpStatus - The response's http status code.

ListStackSetOperations (Paginated)

data ListStackSetOperations Source #

See: newListStackSetOperations smart constructor.

Instances

Instances details
Eq ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Read ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Show ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Generic ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Associated Types

type Rep ListStackSetOperations :: Type -> Type #

NFData ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Methods

rnf :: ListStackSetOperations -> () #

Hashable ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

AWSPager ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

AWSRequest ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Associated Types

type AWSResponse ListStackSetOperations #

ToHeaders ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

ToPath ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

ToQuery ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperations = D1 ('MetaData "ListStackSetOperations" "Amazonka.CloudFormation.ListStackSetOperations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSetOperations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListStackSetOperations Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

newListStackSetOperations Source #

Create a value of ListStackSetOperations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:ListStackSetOperations', listStackSetOperations_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:nextToken:ListStackSetOperations', listStackSetOperations_nextToken - 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.

$sel:maxResults:ListStackSetOperations', listStackSetOperations_maxResults - 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.

$sel:stackSetName:ListStackSetOperations', listStackSetOperations_stackSetName - The name or unique ID of the stack set that you want to get operation summaries for.

data ListStackSetOperationsResponse Source #

See: newListStackSetOperationsResponse smart constructor.

Instances

Instances details
Eq ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Read ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Show ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Generic ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

Associated Types

type Rep ListStackSetOperationsResponse :: Type -> Type #

NFData ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperations

type Rep ListStackSetOperationsResponse = D1 ('MetaData "ListStackSetOperationsResponse" "Amazonka.CloudFormation.ListStackSetOperations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSetOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackSetOperationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStackSetOperationsResponse Source #

Create a value of ListStackSetOperationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackSetOperations', listStackSetOperationsResponse_nextToken - 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.

$sel:summaries:ListStackSetOperationsResponse', listStackSetOperationsResponse_summaries - A list of StackSetOperationSummary structures that contain summary information about operations for the specified stack set.

$sel:httpStatus:ListStackSetOperationsResponse', listStackSetOperationsResponse_httpStatus - The response's http status code.

ExecuteChangeSet

data ExecuteChangeSet Source #

The input for the ExecuteChangeSet action.

See: newExecuteChangeSet smart constructor.

Instances

Instances details
Eq ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Read ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Show ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Generic ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Associated Types

type Rep ExecuteChangeSet :: Type -> Type #

NFData ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Methods

rnf :: ExecuteChangeSet -> () #

Hashable ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

AWSRequest ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Associated Types

type AWSResponse ExecuteChangeSet #

ToHeaders ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

ToPath ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

ToQuery ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

type Rep ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

type Rep ExecuteChangeSet = D1 ('MetaData "ExecuteChangeSet" "Amazonka.CloudFormation.ExecuteChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ExecuteChangeSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disableRollback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ExecuteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

newExecuteChangeSet Source #

Create a value of ExecuteChangeSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:disableRollback:ExecuteChangeSet', executeChangeSet_disableRollback - Preserves the state of previously provisioned resources when an operation fails.

Default: True

$sel:clientRequestToken:ExecuteChangeSet', executeChangeSet_clientRequestToken - 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.

$sel:stackName:ExecuteChangeSet', executeChangeSet_stackName - If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.

$sel:changeSetName:ExecuteChangeSet', executeChangeSet_changeSetName - The name or ARN of the change set that you want use to update the specified stack.

data ExecuteChangeSetResponse Source #

The output for the ExecuteChangeSet action.

See: newExecuteChangeSetResponse smart constructor.

Instances

Instances details
Eq ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Read ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Show ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Generic ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

Associated Types

type Rep ExecuteChangeSetResponse :: Type -> Type #

NFData ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

type Rep ExecuteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ExecuteChangeSet

type Rep ExecuteChangeSetResponse = D1 ('MetaData "ExecuteChangeSetResponse" "Amazonka.CloudFormation.ExecuteChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ExecuteChangeSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newExecuteChangeSetResponse Source #

Create a value of ExecuteChangeSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ExecuteChangeSetResponse', executeChangeSetResponse_httpStatus - The response's http status code.

DescribePublisher

data DescribePublisher Source #

See: newDescribePublisher smart constructor.

Constructors

DescribePublisher' (Maybe Text) 

Instances

Instances details
Eq DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Read DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Show DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Generic DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Associated Types

type Rep DescribePublisher :: Type -> Type #

NFData DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Methods

rnf :: DescribePublisher -> () #

Hashable DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

AWSRequest DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Associated Types

type AWSResponse DescribePublisher #

ToHeaders DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

ToPath DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

ToQuery DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

type Rep DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

type Rep DescribePublisher = D1 ('MetaData "DescribePublisher" "Amazonka.CloudFormation.DescribePublisher" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribePublisher'" 'PrefixI 'True) (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribePublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

newDescribePublisher :: DescribePublisher Source #

Create a value of DescribePublisher with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:publisherId:DescribePublisher', describePublisher_publisherId - The ID of the extension publisher.

If you do not supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account.

data DescribePublisherResponse Source #

See: newDescribePublisherResponse smart constructor.

Instances

Instances details
Eq DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Read DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Show DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Generic DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

Associated Types

type Rep DescribePublisherResponse :: Type -> Type #

NFData DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

type Rep DescribePublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribePublisher

type Rep DescribePublisherResponse = D1 ('MetaData "DescribePublisherResponse" "Amazonka.CloudFormation.DescribePublisher" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribePublisherResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "publisherStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublisherStatus)) :*: S1 ('MetaSel ('Just "publisherProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "identityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProvider)) :*: (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribePublisherResponse Source #

Create a value of DescribePublisherResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:publisherStatus:DescribePublisherResponse', describePublisherResponse_publisherStatus - Whether the publisher is verified. Currently, all registered publishers are verified.

$sel:publisherProfile:DescribePublisherResponse', describePublisherResponse_publisherProfile - The URL to the publisher's profile with the identity provider.

$sel:identityProvider:DescribePublisherResponse', describePublisherResponse_identityProvider - The type of account used as the identity provider when registering this publisher with CloudFormation.

$sel:publisherId:DescribePublisher', describePublisherResponse_publisherId - The ID of the extension publisher.

$sel:httpStatus:DescribePublisherResponse', describePublisherResponse_httpStatus - The response's http status code.

ListStackInstances (Paginated)

data ListStackInstances Source #

See: newListStackInstances smart constructor.

Instances

Instances details
Eq ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Read ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Show ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Generic ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Associated Types

type Rep ListStackInstances :: Type -> Type #

NFData ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Methods

rnf :: ListStackInstances -> () #

Hashable ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

AWSPager ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

AWSRequest ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Associated Types

type AWSResponse ListStackInstances #

ToHeaders ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

ToPath ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

ToQuery ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

type Rep ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

type Rep ListStackInstances = D1 ('MetaData "ListStackInstances" "Amazonka.CloudFormation.ListStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackInstances'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stackInstanceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackInstanceFilter])))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackInstanceAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListStackInstances Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

newListStackInstances Source #

Create a value of ListStackInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackInstanceRegion:ListStackInstances', listStackInstances_stackInstanceRegion - The name of the Region where you want to list stack instances.

$sel:callAs:ListStackInstances', listStackInstances_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:filters:ListStackInstances', listStackInstances_filters - The status that stack instances are filtered by.

$sel:nextToken:ListStackInstances', listStackInstances_nextToken - If the previous request didn't return all of 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.

$sel:stackInstanceAccount:ListStackInstances', listStackInstances_stackInstanceAccount - The name of the Amazon Web Services account that you want to list stack instances for.

$sel:maxResults:ListStackInstances', listStackInstances_maxResults - 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.

$sel:stackSetName:ListStackInstances', listStackInstances_stackSetName - The name or unique ID of the stack set that you want to list stack instances for.

data ListStackInstancesResponse Source #

See: newListStackInstancesResponse smart constructor.

Instances

Instances details
Eq ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Read ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Show ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Generic ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

Associated Types

type Rep ListStackInstancesResponse :: Type -> Type #

NFData ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

type Rep ListStackInstancesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackInstances

type Rep ListStackInstancesResponse = D1 ('MetaData "ListStackInstancesResponse" "Amazonka.CloudFormation.ListStackInstances" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackInstanceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStackInstancesResponse Source #

Create a value of ListStackInstancesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackInstances', listStackInstancesResponse_nextToken - 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.

$sel:summaries:ListStackInstancesResponse', listStackInstancesResponse_summaries - A list of StackInstanceSummary structures that contain information about the specified stack instances.

$sel:httpStatus:ListStackInstancesResponse', listStackInstancesResponse_httpStatus - The response's http status code.

ContinueUpdateRollback

data ContinueUpdateRollback Source #

The input for the ContinueUpdateRollback action.

See: newContinueUpdateRollback smart constructor.

Instances

Instances details
Eq ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Read ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Show ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Generic ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Associated Types

type Rep ContinueUpdateRollback :: Type -> Type #

NFData ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Methods

rnf :: ContinueUpdateRollback -> () #

Hashable ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

AWSRequest ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Associated Types

type AWSResponse ContinueUpdateRollback #

ToHeaders ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

ToPath ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

ToQuery ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

type Rep ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

type Rep ContinueUpdateRollback = D1 ('MetaData "ContinueUpdateRollback" "Amazonka.CloudFormation.ContinueUpdateRollback" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ContinueUpdateRollback'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourcesToSkip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ContinueUpdateRollback Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

newContinueUpdateRollback Source #

Create a value of ContinueUpdateRollback with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourcesToSkip:ContinueUpdateRollback', continueUpdateRollback_resourcesToSkip - 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 cancelled. 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.

$sel:clientRequestToken:ContinueUpdateRollback', continueUpdateRollback_clientRequestToken - A unique identifier for this ContinueUpdateRollback request. Specify this token if you plan to retry requests so that CloudFormationknows 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.

$sel:roleARN:ContinueUpdateRollback', continueUpdateRollback_roleARN - 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. As long as 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.

$sel:stackName:ContinueUpdateRollback', continueUpdateRollback_stackName - 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).

data ContinueUpdateRollbackResponse Source #

The output for a ContinueUpdateRollback action.

See: newContinueUpdateRollbackResponse smart constructor.

Instances

Instances details
Eq ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Read ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Show ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Generic ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

Associated Types

type Rep ContinueUpdateRollbackResponse :: Type -> Type #

NFData ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

type Rep ContinueUpdateRollbackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ContinueUpdateRollback

type Rep ContinueUpdateRollbackResponse = D1 ('MetaData "ContinueUpdateRollbackResponse" "Amazonka.CloudFormation.ContinueUpdateRollback" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ContinueUpdateRollbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newContinueUpdateRollbackResponse Source #

Create a value of ContinueUpdateRollbackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ContinueUpdateRollbackResponse', continueUpdateRollbackResponse_httpStatus - The response's http status code.

ValidateTemplate

data ValidateTemplate Source #

The input for ValidateTemplate action.

See: newValidateTemplate smart constructor.

Instances

Instances details
Eq ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Read ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Show ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Generic ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Associated Types

type Rep ValidateTemplate :: Type -> Type #

NFData ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Methods

rnf :: ValidateTemplate -> () #

Hashable ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

AWSRequest ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Associated Types

type AWSResponse ValidateTemplate #

ToHeaders ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

ToPath ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

ToQuery ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

type Rep ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

type Rep ValidateTemplate = D1 ('MetaData "ValidateTemplate" "Amazonka.CloudFormation.ValidateTemplate" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ValidateTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ValidateTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

newValidateTemplate :: ValidateTemplate Source #

Create a value of ValidateTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:templateBody:ValidateTemplate', validateTemplate_templateBody - 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.

$sel:templateURL:ValidateTemplate', validateTemplate_templateURL - 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.

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

data ValidateTemplateResponse Source #

The output for ValidateTemplate action.

See: newValidateTemplateResponse smart constructor.

Instances

Instances details
Eq ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Read ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Show ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Generic ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

Associated Types

type Rep ValidateTemplateResponse :: Type -> Type #

NFData ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

type Rep ValidateTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ValidateTemplate

type Rep ValidateTemplateResponse = D1 ('MetaData "ValidateTemplateResponse" "Amazonka.CloudFormation.ValidateTemplate" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ValidateTemplateResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "declaredTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "capabilitiesReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TemplateParameter])))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newValidateTemplateResponse Source #

Create a value of ValidateTemplateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:declaredTransforms:ValidateTemplateResponse', validateTemplateResponse_declaredTransforms - A list of the transforms that are declared in the template.

$sel:capabilitiesReason:ValidateTemplateResponse', validateTemplateResponse_capabilitiesReason - The list of resources that generated the values in the Capabilities response element.

$sel:parameters:ValidateTemplateResponse', validateTemplateResponse_parameters - A list of TemplateParameter structures.

$sel:description:ValidateTemplateResponse', validateTemplateResponse_description - The description found within the template.

$sel:capabilities:ValidateTemplateResponse', validateTemplateResponse_capabilities - 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.

$sel:httpStatus:ValidateTemplateResponse', validateTemplateResponse_httpStatus - The response's http status code.

CancelUpdateStack

data CancelUpdateStack Source #

The input for the CancelUpdateStack action.

See: newCancelUpdateStack smart constructor.

Instances

Instances details
Eq CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Read CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Show CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Generic CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Associated Types

type Rep CancelUpdateStack :: Type -> Type #

NFData CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Methods

rnf :: CancelUpdateStack -> () #

Hashable CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

AWSRequest CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Associated Types

type AWSResponse CancelUpdateStack #

ToHeaders CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

ToPath CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

ToQuery CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

type Rep CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

type Rep CancelUpdateStack = D1 ('MetaData "CancelUpdateStack" "Amazonka.CloudFormation.CancelUpdateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CancelUpdateStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelUpdateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

newCancelUpdateStack Source #

Create a value of CancelUpdateStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CancelUpdateStack', cancelUpdateStack_clientRequestToken - 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.

$sel:stackName:CancelUpdateStack', cancelUpdateStack_stackName - The name or the unique stack ID that is associated with the stack.

data CancelUpdateStackResponse Source #

See: newCancelUpdateStackResponse smart constructor.

Instances

Instances details
Eq CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Read CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Show CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Generic CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

Associated Types

type Rep CancelUpdateStackResponse :: Type -> Type #

NFData CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

type Rep CancelUpdateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CancelUpdateStack

type Rep CancelUpdateStackResponse = D1 ('MetaData "CancelUpdateStackResponse" "Amazonka.CloudFormation.CancelUpdateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CancelUpdateStackResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCancelUpdateStackResponse :: CancelUpdateStackResponse Source #

Create a value of CancelUpdateStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

PublishType

data PublishType Source #

See: newPublishType smart constructor.

Instances

Instances details
Eq PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Read PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Show PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Generic PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Associated Types

type Rep PublishType :: Type -> Type #

NFData PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Methods

rnf :: PublishType -> () #

Hashable PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

AWSRequest PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Associated Types

type AWSResponse PublishType #

ToHeaders PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Methods

toHeaders :: PublishType -> [Header] #

ToPath PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

ToQuery PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

type Rep PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

type Rep PublishType = D1 ('MetaData "PublishType" "Amazonka.CloudFormation.PublishType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "PublishType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType)))))
type AWSResponse PublishType Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

newPublishType :: PublishType Source #

Create a value of PublishType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:PublishType', publishType_typeName - The name of the extension.

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

$sel:arn:PublishType', publishType_arn - The Amazon Resource Number (ARN) of the extension.

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

$sel:publicVersionNumber:PublishType', publishType_publicVersionNumber - 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 do not specify a version number, CloudFormation increments the version number by one minor version release.

The first time you publish a type, CloudFormation sets the version number to 1.0.0, regardless of the value you specify.

$sel:type':PublishType', publishType_type - The type of the extension.

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

data PublishTypeResponse Source #

See: newPublishTypeResponse smart constructor.

Instances

Instances details
Eq PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Read PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Show PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Generic PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Associated Types

type Rep PublishTypeResponse :: Type -> Type #

NFData PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

Methods

rnf :: PublishTypeResponse -> () #

type Rep PublishTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.PublishType

type Rep PublishTypeResponse = D1 ('MetaData "PublishTypeResponse" "Amazonka.CloudFormation.PublishType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "PublishTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "publicTypeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPublishTypeResponse Source #

Create a value of PublishTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:publicTypeArn:PublishTypeResponse', publishTypeResponse_publicTypeArn - The Amazon Resource Number (ARN) assigned to the public extension upon publication.

$sel:httpStatus:PublishTypeResponse', publishTypeResponse_httpStatus - The response's http status code.

ListTypes (Paginated)

data ListTypes Source #

See: newListTypes smart constructor.

Instances

Instances details
Eq ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Read ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Show ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Generic ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Associated Types

type Rep ListTypes :: Type -> Type #

NFData ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Methods

rnf :: ListTypes -> () #

Hashable ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

AWSPager ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

AWSRequest ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Associated Types

type AWSResponse ListTypes #

ToHeaders ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Methods

toHeaders :: ListTypes -> [Header] #

ToPath ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

ToQuery ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

type Rep ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

type AWSResponse ListTypes Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

newListTypes :: ListTypes Source #

Create a value of ListTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListTypes', listTypes_filters - Filter criteria to use in determining which extensions to return.

If you specify a filter, CloudFormation ignores any specified Visibility value when returning the list of types.

$sel:visibility:ListTypes', listTypes_visibility - The scope at which the extensions are visible and usable in CloudFormation operations.

Valid values include:

  • PRIVATE: Extensions that are visible and usable within this account and region. This includes:

    • Private extensions you have registered in this account and region.
    • Public extensions that you have activated in this account and region.
  • PUBLIC: Extensions that are publicly visible and available to be activated within any Amazon account. This includes extensions from Amazon, as well as third-party publishers.

The default is PRIVATE.

$sel:nextToken:ListTypes', listTypes_nextToken - 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.

$sel:deprecatedStatus:ListTypes', listTypes_deprecatedStatus - The deprecation status of the extension that you want to get summary information about.

Valid values include:

  • LIVE: The extension is registered for use in CloudFormation operations.
  • DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation operations.

$sel:type':ListTypes', listTypes_type - The type of extension.

$sel:maxResults:ListTypes', listTypes_maxResults - 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.

$sel:provisioningType:ListTypes', listTypes_provisioningType - 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:

  • FULLY_MUTABLE: The resource type includes an update handler to process updates to the type during stack update operations.
  • IMMUTABLE: The resource type does not include an update handler, so the type cannot be updated and must instead be replaced during stack update operations.
  • NON_PROVISIONABLE: The resource type does not include create, read, and delete handlers, and therefore cannot actually be provisioned.

The default is FULLY_MUTABLE.

data ListTypesResponse Source #

See: newListTypesResponse smart constructor.

Instances

Instances details
Eq ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Read ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Show ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Generic ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Associated Types

type Rep ListTypesResponse :: Type -> Type #

NFData ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

Methods

rnf :: ListTypesResponse -> () #

type Rep ListTypesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypes

type Rep ListTypesResponse = D1 ('MetaData "ListTypesResponse" "Amazonka.CloudFormation.ListTypes" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTypesResponse Source #

Create a value of ListTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeSummaries:ListTypesResponse', listTypesResponse_typeSummaries - A list of TypeSummary structures that contain information about the specified extensions.

$sel:nextToken:ListTypes', listTypesResponse_nextToken - 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.

$sel:httpStatus:ListTypesResponse', listTypesResponse_httpStatus - The response's http status code.

DescribeTypeRegistration

data DescribeTypeRegistration Source #

See: newDescribeTypeRegistration smart constructor.

Instances

Instances details
Eq DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Read DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Show DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Generic DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Associated Types

type Rep DescribeTypeRegistration :: Type -> Type #

NFData DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Hashable DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

AWSRequest DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

ToHeaders DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

ToPath DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

ToQuery DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

type Rep DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

type Rep DescribeTypeRegistration = D1 ('MetaData "DescribeTypeRegistration" "Amazonka.CloudFormation.DescribeTypeRegistration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeTypeRegistration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registrationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeTypeRegistration Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

newDescribeTypeRegistration Source #

Create a value of DescribeTypeRegistration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registrationToken:DescribeTypeRegistration', describeTypeRegistration_registrationToken - The identifier for this registration request.

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

data DescribeTypeRegistrationResponse Source #

See: newDescribeTypeRegistrationResponse smart constructor.

Instances

Instances details
Eq DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Read DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Show DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Generic DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

Associated Types

type Rep DescribeTypeRegistrationResponse :: Type -> Type #

NFData DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

type Rep DescribeTypeRegistrationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeTypeRegistration

type Rep DescribeTypeRegistrationResponse = D1 ('MetaData "DescribeTypeRegistrationResponse" "Amazonka.CloudFormation.DescribeTypeRegistration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeTypeRegistrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus))) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeTypeRegistrationResponse Source #

Create a value of DescribeTypeRegistrationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeVersionArn:DescribeTypeRegistrationResponse', describeTypeRegistrationResponse_typeVersionArn - 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.

$sel:progressStatus:DescribeTypeRegistrationResponse', describeTypeRegistrationResponse_progressStatus - The current status of the extension registration request.

$sel:typeArn:DescribeTypeRegistrationResponse', describeTypeRegistrationResponse_typeArn - The Amazon Resource Name (ARN) of the extension being registered.

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

$sel:description:DescribeTypeRegistrationResponse', describeTypeRegistrationResponse_description - The description of the extension registration request.

$sel:httpStatus:DescribeTypeRegistrationResponse', describeTypeRegistrationResponse_httpStatus - The response's http status code.

DetectStackDrift

data DetectStackDrift Source #

See: newDetectStackDrift smart constructor.

Instances

Instances details
Eq DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Read DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Show DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Generic DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Associated Types

type Rep DetectStackDrift :: Type -> Type #

NFData DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Methods

rnf :: DetectStackDrift -> () #

Hashable DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

AWSRequest DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Associated Types

type AWSResponse DetectStackDrift #

ToHeaders DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

ToPath DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

ToQuery DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

type Rep DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

type Rep DetectStackDrift = D1 ('MetaData "DetectStackDrift" "Amazonka.CloudFormation.DetectStackDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackDrift'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DetectStackDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

newDetectStackDrift Source #

Create a value of DetectStackDrift with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logicalResourceIds:DetectStackDrift', detectStackDrift_logicalResourceIds - The logical names of any resources you want to use as filters.

$sel:stackName:DetectStackDrift', detectStackDrift_stackName - The name of the stack for which you want to detect drift.

data DetectStackDriftResponse Source #

See: newDetectStackDriftResponse smart constructor.

Instances

Instances details
Eq DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Read DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Show DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Generic DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

Associated Types

type Rep DetectStackDriftResponse :: Type -> Type #

NFData DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

type Rep DetectStackDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackDrift

type Rep DetectStackDriftResponse = D1 ('MetaData "DetectStackDriftResponse" "Amazonka.CloudFormation.DetectStackDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackDriftResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "stackDriftDetectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDetectStackDriftResponse Source #

Create a value of DetectStackDriftResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DetectStackDriftResponse', detectStackDriftResponse_httpStatus - The response's http status code.

$sel:stackDriftDetectionId:DetectStackDriftResponse', detectStackDriftResponse_stackDriftDetectionId - 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.

DescribeStackEvents (Paginated)

data DescribeStackEvents Source #

The input for DescribeStackEvents action.

See: newDescribeStackEvents smart constructor.

Instances

Instances details
Eq DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Read DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Show DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Generic DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Associated Types

type Rep DescribeStackEvents :: Type -> Type #

NFData DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Methods

rnf :: DescribeStackEvents -> () #

Hashable DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

AWSPager DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

AWSRequest DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Associated Types

type AWSResponse DescribeStackEvents #

ToHeaders DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

ToPath DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

ToQuery DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

type Rep DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

type Rep DescribeStackEvents = D1 ('MetaData "DescribeStackEvents" "Amazonka.CloudFormation.DescribeStackEvents" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackEvents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeStackEvents Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

newDescribeStackEvents :: DescribeStackEvents Source #

Create a value of DescribeStackEvents with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStackEvents', describeStackEvents_nextToken - A string that identifies the next page of events that you want to retrieve.

$sel:stackName:DescribeStackEvents', describeStackEvents_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

data DescribeStackEventsResponse Source #

The output for a DescribeStackEvents action.

See: newDescribeStackEventsResponse smart constructor.

Instances

Instances details
Eq DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Read DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Show DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Generic DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

Associated Types

type Rep DescribeStackEventsResponse :: Type -> Type #

NFData DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

type Rep DescribeStackEventsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackEvents

type Rep DescribeStackEventsResponse = D1 ('MetaData "DescribeStackEventsResponse" "Amazonka.CloudFormation.DescribeStackEvents" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackEvent])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeStackEventsResponse Source #

Create a value of DescribeStackEventsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStackEvents', describeStackEventsResponse_nextToken - 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.

$sel:stackEvents:DescribeStackEventsResponse', describeStackEventsResponse_stackEvents - A list of StackEvents structures.

$sel:httpStatus:DescribeStackEventsResponse', describeStackEventsResponse_httpStatus - The response's http status code.

SignalResource

data SignalResource Source #

The input for the SignalResource action.

See: newSignalResource smart constructor.

Instances

Instances details
Eq SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Read SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Show SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Generic SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Associated Types

type Rep SignalResource :: Type -> Type #

NFData SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Methods

rnf :: SignalResource -> () #

Hashable SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

AWSRequest SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Associated Types

type AWSResponse SignalResource #

ToHeaders SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

ToPath SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

ToQuery SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

type Rep SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

type Rep SignalResource = D1 ('MetaData "SignalResource" "Amazonka.CloudFormation.SignalResource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SignalResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "uniqueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceSignalStatus))))
type AWSResponse SignalResource Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

newSignalResource Source #

Create a value of SignalResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackName:SignalResource', signalResource_stackName - The stack name or unique stack ID that includes the resource that you want to signal.

$sel:logicalResourceId:SignalResource', signalResource_logicalResourceId - 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.

$sel:uniqueId:SignalResource', signalResource_uniqueId - 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.

$sel:status:SignalResource', signalResource_status - The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately fail the stack creation or update.

data SignalResourceResponse Source #

See: newSignalResourceResponse smart constructor.

Instances

Instances details
Eq SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Read SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Show SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Generic SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Associated Types

type Rep SignalResourceResponse :: Type -> Type #

NFData SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

Methods

rnf :: SignalResourceResponse -> () #

type Rep SignalResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SignalResource

type Rep SignalResourceResponse = D1 ('MetaData "SignalResourceResponse" "Amazonka.CloudFormation.SignalResource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SignalResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSignalResourceResponse :: SignalResourceResponse Source #

Create a value of SignalResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

SetStackPolicy

data SetStackPolicy Source #

The input for the SetStackPolicy action.

See: newSetStackPolicy smart constructor.

Instances

Instances details
Eq SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Read SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Show SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Generic SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Associated Types

type Rep SetStackPolicy :: Type -> Type #

NFData SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Methods

rnf :: SetStackPolicy -> () #

Hashable SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

AWSRequest SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Associated Types

type AWSResponse SetStackPolicy #

ToHeaders SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

ToPath SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

ToQuery SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

type Rep SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

type Rep SetStackPolicy = D1 ('MetaData "SetStackPolicy" "Amazonka.CloudFormation.SetStackPolicy" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetStackPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackPolicyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackPolicyURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SetStackPolicy Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

newSetStackPolicy Source #

Create a value of SetStackPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackPolicyBody:SetStackPolicy', setStackPolicy_stackPolicyBody - 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.

$sel:stackPolicyURL:SetStackPolicy', setStackPolicy_stackPolicyURL - 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. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

$sel:stackName:SetStackPolicy', setStackPolicy_stackName - The name or unique stack ID that you want to associate a policy with.

data SetStackPolicyResponse Source #

See: newSetStackPolicyResponse smart constructor.

Instances

Instances details
Eq SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Read SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Show SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Generic SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Associated Types

type Rep SetStackPolicyResponse :: Type -> Type #

NFData SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

Methods

rnf :: SetStackPolicyResponse -> () #

type Rep SetStackPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetStackPolicy

type Rep SetStackPolicyResponse = D1 ('MetaData "SetStackPolicyResponse" "Amazonka.CloudFormation.SetStackPolicy" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetStackPolicyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSetStackPolicyResponse :: SetStackPolicyResponse Source #

Create a value of SetStackPolicyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListImports (Paginated)

data ListImports Source #

See: newListImports smart constructor.

Constructors

ListImports' (Maybe Text) Text 

Instances

Instances details
Eq ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Read ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Show ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Generic ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Associated Types

type Rep ListImports :: Type -> Type #

NFData ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Methods

rnf :: ListImports -> () #

Hashable ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

AWSPager ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

AWSRequest ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Associated Types

type AWSResponse ListImports #

ToHeaders ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Methods

toHeaders :: ListImports -> [Header] #

ToPath ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

ToQuery ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

type Rep ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

type Rep ListImports = D1 ('MetaData "ListImports" "Amazonka.CloudFormation.ListImports" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListImports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListImports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

newListImports Source #

Create a value of ListImports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListImports', listImports_nextToken - A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

$sel:exportName:ListImports', listImports_exportName - The name of the exported output value. CloudFormation returns the stack names that are importing this value.

data ListImportsResponse Source #

See: newListImportsResponse smart constructor.

Instances

Instances details
Eq ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Read ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Show ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Generic ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Associated Types

type Rep ListImportsResponse :: Type -> Type #

NFData ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

Methods

rnf :: ListImportsResponse -> () #

type Rep ListImportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListImports

type Rep ListImportsResponse = D1 ('MetaData "ListImportsResponse" "Amazonka.CloudFormation.ListImports" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListImportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListImportsResponse Source #

Create a value of ListImportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imports:ListImportsResponse', listImportsResponse_imports - A list of stack names that are importing the specified exported output value.

$sel:nextToken:ListImports', listImportsResponse_nextToken - A string that identifies the next page of exports. If there is no additional page, this value is null.

$sel:httpStatus:ListImportsResponse', listImportsResponse_httpStatus - The response's http status code.

DescribeStackResourceDrifts

data DescribeStackResourceDrifts Source #

See: newDescribeStackResourceDrifts smart constructor.

Instances

Instances details
Eq DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Read DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Show DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Generic DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Associated Types

type Rep DescribeStackResourceDrifts :: Type -> Type #

NFData DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Hashable DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

AWSRequest DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

ToHeaders DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

ToPath DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

ToQuery DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

type Rep DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

type Rep DescribeStackResourceDrifts = D1 ('MetaData "DescribeStackResourceDrifts" "Amazonka.CloudFormation.DescribeStackResourceDrifts" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResourceDrifts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "stackResourceDriftStatusFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StackResourceDriftStatus))) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeStackResourceDrifts Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

newDescribeStackResourceDrifts Source #

Create a value of DescribeStackResourceDrifts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStackResourceDrifts', describeStackResourceDrifts_nextToken - A string that identifies the next page of stack resource drift results.

$sel:maxResults:DescribeStackResourceDrifts', describeStackResourceDrifts_maxResults - 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.

$sel:stackResourceDriftStatusFilters:DescribeStackResourceDrifts', describeStackResourceDrifts_stackResourceDriftStatusFilters - The resource drift status values to use as filters for the resource drift results returned.

  • DELETED: The resource differs from its expected template configuration in that the resource has been deleted.
  • MODIFIED: One or more resource properties differ from their expected template values.
  • IN_SYNC: The resources's actual configuration matches its expected template configuration.
  • NOT_CHECKED: CloudFormation does not currently return this value.

$sel:stackName:DescribeStackResourceDrifts', describeStackResourceDrifts_stackName - The name of the stack for which you want drift information.

data DescribeStackResourceDriftsResponse Source #

Instances

Instances details
Eq DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Read DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Show DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

Generic DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

NFData DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

type Rep DescribeStackResourceDriftsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResourceDrifts

type Rep DescribeStackResourceDriftsResponse = D1 ('MetaData "DescribeStackResourceDriftsResponse" "Amazonka.CloudFormation.DescribeStackResourceDrifts" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResourceDriftsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "stackResourceDrifts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [StackResourceDrift]))))

newDescribeStackResourceDriftsResponse Source #

Create a value of DescribeStackResourceDriftsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeStackResourceDrifts', describeStackResourceDriftsResponse_nextToken - 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 DescribeStackResourceDrifts again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

$sel:httpStatus:DescribeStackResourceDriftsResponse', describeStackResourceDriftsResponse_httpStatus - The response's http status code.

$sel:stackResourceDrifts:DescribeStackResourceDriftsResponse', describeStackResourceDriftsResponse_stackResourceDrifts - 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 have not yet been checked for drift are not included. Resources that do not currently support drift detection are not checked, and so not included. For a list of resources that support drift detection, see Resources that Support Drift Detection.

ListStacks (Paginated)

data ListStacks Source #

The input for ListStacks action.

See: newListStacks smart constructor.

Constructors

ListStacks' (Maybe Text) (Maybe [StackStatus]) 

Instances

Instances details
Eq ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Read ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Show ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Generic ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Associated Types

type Rep ListStacks :: Type -> Type #

NFData ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Methods

rnf :: ListStacks -> () #

Hashable ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

AWSPager ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

AWSRequest ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Associated Types

type AWSResponse ListStacks #

ToHeaders ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Methods

toHeaders :: ListStacks -> [Header] #

ToPath ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

ToQuery ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

type Rep ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

type Rep ListStacks = D1 ('MetaData "ListStacks" "Amazonka.CloudFormation.ListStacks" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStacks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackStatus]))))
type AWSResponse ListStacks Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

newListStacks :: ListStacks Source #

Create a value of ListStacks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStacks', listStacks_nextToken - A string that identifies the next page of stacks that you want to retrieve.

$sel:stackStatusFilter:ListStacks', listStacks_stackStatusFilter - 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.

data ListStacksResponse Source #

The output for ListStacks action.

See: newListStacksResponse smart constructor.

Instances

Instances details
Eq ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Read ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Show ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Generic ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Associated Types

type Rep ListStacksResponse :: Type -> Type #

NFData ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

Methods

rnf :: ListStacksResponse -> () #

type Rep ListStacksResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStacks

type Rep ListStacksResponse = D1 ('MetaData "ListStacksResponse" "Amazonka.CloudFormation.ListStacks" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStacksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStacksResponse Source #

Create a value of ListStacksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStacks', listStacksResponse_nextToken - 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.

$sel:stackSummaries:ListStacksResponse', listStacksResponse_stackSummaries - A list of StackSummary structures containing information about the specified stacks.

$sel:httpStatus:ListStacksResponse', listStacksResponse_httpStatus - The response's http status code.

RegisterPublisher

data RegisterPublisher Source #

See: newRegisterPublisher smart constructor.

Instances

Instances details
Eq RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Read RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Show RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Generic RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Associated Types

type Rep RegisterPublisher :: Type -> Type #

NFData RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Methods

rnf :: RegisterPublisher -> () #

Hashable RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

AWSRequest RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Associated Types

type AWSResponse RegisterPublisher #

ToHeaders RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

ToPath RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

ToQuery RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

type Rep RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

type Rep RegisterPublisher = D1 ('MetaData "RegisterPublisher" "Amazonka.CloudFormation.RegisterPublisher" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RegisterPublisher'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "acceptTermsAndConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))
type AWSResponse RegisterPublisher Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

newRegisterPublisher :: RegisterPublisher Source #

Create a value of RegisterPublisher with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionArn:RegisterPublisher', registerPublisher_connectionArn - 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.

$sel:acceptTermsAndConditions:RegisterPublisher', registerPublisher_acceptTermsAndConditions - 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.

data RegisterPublisherResponse Source #

See: newRegisterPublisherResponse smart constructor.

Instances

Instances details
Eq RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Read RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Show RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Generic RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

Associated Types

type Rep RegisterPublisherResponse :: Type -> Type #

NFData RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

type Rep RegisterPublisherResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterPublisher

type Rep RegisterPublisherResponse = D1 ('MetaData "RegisterPublisherResponse" "Amazonka.CloudFormation.RegisterPublisher" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RegisterPublisherResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterPublisherResponse Source #

Create a value of RegisterPublisherResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:publisherId:RegisterPublisherResponse', registerPublisherResponse_publisherId - The ID assigned this account by CloudFormation for publishing extensions.

$sel:httpStatus:RegisterPublisherResponse', registerPublisherResponse_httpStatus - The response's http status code.

DescribeAccountLimits (Paginated)

data DescribeAccountLimits Source #

The input for the DescribeAccountLimits action.

See: newDescribeAccountLimits smart constructor.

Instances

Instances details
Eq DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Read DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Show DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Generic DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Associated Types

type Rep DescribeAccountLimits :: Type -> Type #

NFData DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Methods

rnf :: DescribeAccountLimits -> () #

Hashable DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

AWSPager DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

AWSRequest DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Associated Types

type AWSResponse DescribeAccountLimits #

ToHeaders DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

ToPath DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

ToQuery DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

type Rep DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

type Rep DescribeAccountLimits = D1 ('MetaData "DescribeAccountLimits" "Amazonka.CloudFormation.DescribeAccountLimits" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeAccountLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DescribeAccountLimits Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

newDescribeAccountLimits :: DescribeAccountLimits Source #

Create a value of DescribeAccountLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeAccountLimits', describeAccountLimits_nextToken - A string that identifies the next page of limits that you want to retrieve.

data DescribeAccountLimitsResponse Source #

The output for the DescribeAccountLimits action.

See: newDescribeAccountLimitsResponse smart constructor.

Instances

Instances details
Eq DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Read DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Show DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Generic DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

Associated Types

type Rep DescribeAccountLimitsResponse :: Type -> Type #

NFData DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

type Rep DescribeAccountLimitsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeAccountLimits

type Rep DescribeAccountLimitsResponse = D1 ('MetaData "DescribeAccountLimitsResponse" "Amazonka.CloudFormation.DescribeAccountLimits" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeAccountLimitsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountLimit])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAccountLimitsResponse Source #

Create a value of DescribeAccountLimitsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeAccountLimits', describeAccountLimitsResponse_nextToken - 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.

$sel:accountLimits:DescribeAccountLimitsResponse', describeAccountLimitsResponse_accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.

$sel:httpStatus:DescribeAccountLimitsResponse', describeAccountLimitsResponse_httpStatus - The response's http status code.

DescribeStackResources

data DescribeStackResources Source #

The input for DescribeStackResources action.

See: newDescribeStackResources smart constructor.

Instances

Instances details
Eq DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Read DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Show DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Generic DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Associated Types

type Rep DescribeStackResources :: Type -> Type #

NFData DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Methods

rnf :: DescribeStackResources -> () #

Hashable DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

AWSRequest DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Associated Types

type AWSResponse DescribeStackResources #

ToHeaders DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

ToPath DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

ToQuery DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

type Rep DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

type Rep DescribeStackResources = D1 ('MetaData "DescribeStackResources" "Amazonka.CloudFormation.DescribeStackResources" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse DescribeStackResources Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

newDescribeStackResources :: DescribeStackResources Source #

Create a value of DescribeStackResources with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logicalResourceId:DescribeStackResources', describeStackResources_logicalResourceId - The logical name of the resource as specified in the template.

Default: There is no default value.

$sel:physicalResourceId:DescribeStackResources', describeStackResources_physicalResourceId - 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 do not specify PhysicalResourceId, you must specify StackName.

Default: There is no default value.

$sel:stackName:DescribeStackResources', describeStackResources_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

Required: Conditional. If you do not specify StackName, you must specify PhysicalResourceId.

data DescribeStackResourcesResponse Source #

The output for a DescribeStackResources action.

See: newDescribeStackResourcesResponse smart constructor.

Instances

Instances details
Eq DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Read DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Show DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Generic DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

Associated Types

type Rep DescribeStackResourcesResponse :: Type -> Type #

NFData DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

type Rep DescribeStackResourcesResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResources

type Rep DescribeStackResourcesResponse = D1 ('MetaData "DescribeStackResourcesResponse" "Amazonka.CloudFormation.DescribeStackResources" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackResource])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackResourcesResponse Source #

Create a value of DescribeStackResourcesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackResources:DescribeStackResourcesResponse', describeStackResourcesResponse_stackResources - A list of StackResource structures.

$sel:httpStatus:DescribeStackResourcesResponse', describeStackResourcesResponse_httpStatus - The response's http status code.

DescribeStackInstance

data DescribeStackInstance Source #

See: newDescribeStackInstance smart constructor.

Instances

Instances details
Eq DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Read DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Show DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Generic DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Associated Types

type Rep DescribeStackInstance :: Type -> Type #

NFData DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Methods

rnf :: DescribeStackInstance -> () #

Hashable DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

AWSRequest DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Associated Types

type AWSResponse DescribeStackInstance #

ToHeaders DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

ToPath DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

ToQuery DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstance = D1 ('MetaData "DescribeStackInstance" "Amazonka.CloudFormation.DescribeStackInstance" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "stackInstanceAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stackInstanceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeStackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

newDescribeStackInstance Source #

Create a value of DescribeStackInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:DescribeStackInstance', describeStackInstance_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DescribeStackInstance', describeStackInstance_stackSetName - The name or the unique stack ID of the stack set that you want to get stack instance information for.

$sel:stackInstanceAccount:DescribeStackInstance', describeStackInstance_stackInstanceAccount - The ID of an Amazon Web Services account that's associated with this stack instance.

$sel:stackInstanceRegion:DescribeStackInstance', describeStackInstance_stackInstanceRegion - The name of a Region that's associated with this stack instance.

data DescribeStackInstanceResponse Source #

See: newDescribeStackInstanceResponse smart constructor.

Instances

Instances details
Eq DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Read DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Show DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Generic DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

Associated Types

type Rep DescribeStackInstanceResponse :: Type -> Type #

NFData DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstanceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackInstance

type Rep DescribeStackInstanceResponse = D1 ('MetaData "DescribeStackInstanceResponse" "Amazonka.CloudFormation.DescribeStackInstance" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackInstanceResponse Source #

Create a value of DescribeStackInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackInstance:DescribeStackInstanceResponse', describeStackInstanceResponse_stackInstance - The stack instance that matches the specified request parameters.

$sel:httpStatus:DescribeStackInstanceResponse', describeStackInstanceResponse_httpStatus - The response's http status code.

CreateStack

data CreateStack Source #

The input for CreateStack action.

See: newCreateStack smart constructor.

Instances

Instances details
Eq CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Read CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Show CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Generic CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Associated Types

type Rep CreateStack :: Type -> Type #

NFData CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Methods

rnf :: CreateStack -> () #

Hashable CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

AWSRequest CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Associated Types

type AWSResponse CreateStack #

ToHeaders CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Methods

toHeaders :: CreateStack -> [Header] #

ToPath CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

ToQuery CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

type Rep CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

type Rep CreateStack = D1 ('MetaData "CreateStack" "Amazonka.CloudFormation.CreateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStack'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "disableRollback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "enableTerminationProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "stackPolicyBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "stackPolicyURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability]))) :*: (S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)) :*: S1 ('MetaSel ('Just "onFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnFailure)))) :*: ((S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse CreateStack Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

newCreateStack Source #

Create a value of CreateStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:disableRollback:CreateStack', createStack_disableRollback - 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

$sel:notificationARNs:CreateStack', createStack_notificationARNs - The Simple Notification Service (SNS) topic ARNs to publish stack related events. You can find your SNS topic ARNs using the SNS console or your Command Line Interface (CLI).

$sel:enableTerminationProtection:CreateStack', createStack_enableTerminationProtection - 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 disabled on stacks by default.

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

$sel:stackPolicyBody:CreateStack', createStack_stackPolicyBody - 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.

$sel:parameters:CreateStack', createStack_parameters - A list of Parameter structures that specify input parameters for the stack. For more information, see the Parameter data type.

$sel:stackPolicyURL:CreateStack', createStack_stackPolicyURL - 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. You can specify either the StackPolicyBody or the StackPolicyURL parameter, but not both.

$sel:templateBody:CreateStack', createStack_templateBody - 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.

$sel:templateURL:CreateStack', createStack_templateURL - 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 the Template Anatomy in the CloudFormation User Guide.

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

$sel:clientRequestToken:CreateStack', createStack_clientRequestToken - 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 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.

$sel:capabilities:CreateStack', createStack_capabilities - In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.

  • CAPABILITY_IAM and CAPABILITY_NAMED_IAM

    Some stack 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 those stacks, you must explicitly acknowledge this by specifying one of these capabilities.

    The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability.

    • If you have IAM resources, you can specify either capability.
    • If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
    • If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error.

    If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

    For more information, see Acknowledging IAM Resources in CloudFormation Templates.

  • CAPABILITY_AUTO_EXPAND

    Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation.

    If you want to create a stack from a stack template that contains macros and nested stacks, you must create the stack directly from the template using this capability.

    You should only create stacks directly from a stack template that contains macros if you know what processing the macro performs.

    Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified.

    For more information, see Using CloudFormation Macros to Perform Custom Processing on Templates.

$sel:rollbackConfiguration:CreateStack', createStack_rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

$sel:onFailure:CreateStack', createStack_onFailure - 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

$sel:resourceTypes:CreateStack', createStack_resourceTypes - 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.

$sel:tags:CreateStack', createStack_tags - 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.

$sel:timeoutInMinutes:CreateStack', createStack_timeoutInMinutes - 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.

$sel:roleARN:CreateStack', createStack_roleARN - 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. As long as 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.

$sel:stackName:CreateStack', createStack_stackName - The name that is 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 cannot be longer than 128 characters.

data CreateStackResponse Source #

The output for a CreateStack action.

See: newCreateStackResponse smart constructor.

Instances

Instances details
Eq CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Read CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Show CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Generic CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Associated Types

type Rep CreateStackResponse :: Type -> Type #

NFData CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

Methods

rnf :: CreateStackResponse -> () #

type Rep CreateStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStack

type Rep CreateStackResponse = D1 ('MetaData "CreateStackResponse" "Amazonka.CloudFormation.CreateStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStackResponse Source #

Create a value of CreateStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackId:CreateStackResponse', createStackResponse_stackId - Unique identifier of the stack.

$sel:httpStatus:CreateStackResponse', createStackResponse_httpStatus - The response's http status code.

UpdateStackSet

data UpdateStackSet Source #

See: newUpdateStackSet smart constructor.

Instances

Instances details
Eq UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Read UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Show UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Generic UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Associated Types

type Rep UpdateStackSet :: Type -> Type #

NFData UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Methods

rnf :: UpdateStackSet -> () #

Hashable UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

AWSRequest UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Associated Types

type AWSResponse UpdateStackSet #

ToHeaders UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

ToPath UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

ToQuery UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

type Rep UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

type Rep UpdateStackSet = D1 ('MetaData "UpdateStackSet" "Amazonka.CloudFormation.UpdateStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStackSet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usePreviousTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)))) :*: ((S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "autoDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoDeployment))) :*: (S1 ('MetaSel ('Just "permissionModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionModels)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)))))) :*: (((S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse UpdateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

newUpdateStackSet Source #

Create a value of UpdateStackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrationRoleARN:UpdateStackSet', updateStackSet_administrationRoleARN - The Amazon Resource Number (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.

$sel:usePreviousTemplate:UpdateStackSet', updateStackSet_usePreviousTemplate - 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.

$sel:accounts:UpdateStackSet', updateStackSet_accounts - [Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts, you must also specify the Regions 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.

$sel:callAs:UpdateStackSet', updateStackSet_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:regions:UpdateStackSet', updateStackSet_regions - The 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.

$sel:autoDeployment:UpdateStackSet', updateStackSet_autoDeployment - [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, do not specify DeploymentTargets or Regions.

$sel:permissionModel:UpdateStackSet', updateStackSet_permissionModel - 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.

$sel:parameters:UpdateStackSet', updateStackSet_parameters - A list of input parameters for the stack set template.

$sel:operationPreferences:UpdateStackSet', updateStackSet_operationPreferences - Preferences for how CloudFormation performs this stack set operation.

$sel:operationId:UpdateStackSet', updateStackSet_operationId - 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.

$sel:templateBody:UpdateStackSet', updateStackSet_templateBody - 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.

$sel:templateURL:UpdateStackSet', updateStackSet_templateURL - 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.

$sel:deploymentTargets:UpdateStackSet', updateStackSet_deploymentTargets - [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 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.

$sel:description:UpdateStackSet', updateStackSet_description - A brief description of updates that you are making.

$sel:capabilities:UpdateStackSet', updateStackSet_capabilities - 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.

  • CAPABILITY_IAM and CAPABILITY_NAMED_IAM

    Some stack 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 those stacks sets, you must explicitly acknowledge this by specifying one of these capabilities.

    The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability.

    • If you have IAM resources, you can specify either capability.
    • If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
    • If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error.

    If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

    For more information, see Acknowledging IAM Resources in CloudFormation Templates.

  • CAPABILITY_AUTO_EXPAND

    Some templates reference macros. If your stack set template references one or more macros, you must update the stack set directly from the processed template, without first reviewing the resulting changes in a change set. To update the stack set directly, you must acknowledge this capability. For more information, see Using CloudFormation Macros to Perform Custom Processing on Templates.

    Stack sets with service-managed permissions do not currently support the use of macros in templates. (This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions, if you reference a macro in your template the stack set operation will fail.

$sel:tags:UpdateStackSet', updateStackSet_tags - 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 don't specify this parameter, CloudFormation doesn't modify the stack's tags.
  • If you specify any tags using this parameter, you must specify all the tags that you want associated with this stack set, even tags you've specifed before (for example, when creating the stack set or during a previous update of the stack set.). Any tags that you don't include in the updated list of tags are removed from the stack set, and therefore from the stacks and resources as well.
  • If you specify an empty value, CloudFormation removes all currently associated tags.

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.

$sel:executionRoleName:UpdateStackSet', updateStackSet_executionRoleName - 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.

$sel:stackSetName:UpdateStackSet', updateStackSet_stackSetName - The name or unique ID of the stack set that you want to update.

data UpdateStackSetResponse Source #

See: newUpdateStackSetResponse smart constructor.

Instances

Instances details
Eq UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Read UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Show UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Generic UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Associated Types

type Rep UpdateStackSetResponse :: Type -> Type #

NFData UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

Methods

rnf :: UpdateStackSetResponse -> () #

type Rep UpdateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateStackSet

type Rep UpdateStackSetResponse = D1 ('MetaData "UpdateStackSetResponse" "Amazonka.CloudFormation.UpdateStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateStackSetResponse Source #

Create a value of UpdateStackSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:UpdateStackSet', updateStackSetResponse_operationId - The unique ID for this stack set operation.

$sel:httpStatus:UpdateStackSetResponse', updateStackSetResponse_httpStatus - The response's http status code.

DeleteStackSet

data DeleteStackSet Source #

See: newDeleteStackSet smart constructor.

Instances

Instances details
Eq DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Read DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Show DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Generic DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Associated Types

type Rep DeleteStackSet :: Type -> Type #

NFData DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Methods

rnf :: DeleteStackSet -> () #

Hashable DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

AWSRequest DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Associated Types

type AWSResponse DeleteStackSet #

ToHeaders DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

ToPath DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

ToQuery DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

type Rep DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

type Rep DeleteStackSet = D1 ('MetaData "DeleteStackSet" "Amazonka.CloudFormation.DeleteStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStackSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

newDeleteStackSet Source #

Create a value of DeleteStackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:DeleteStackSet', deleteStackSet_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DeleteStackSet', deleteStackSet_stackSetName - The name or unique ID of the stack set that you're deleting. You can obtain this value by running ListStackSets.

data DeleteStackSetResponse Source #

See: newDeleteStackSetResponse smart constructor.

Instances

Instances details
Eq DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Read DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Show DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Generic DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Associated Types

type Rep DeleteStackSetResponse :: Type -> Type #

NFData DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

Methods

rnf :: DeleteStackSetResponse -> () #

type Rep DeleteStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteStackSet

type Rep DeleteStackSetResponse = D1 ('MetaData "DeleteStackSetResponse" "Amazonka.CloudFormation.DeleteStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteStackSetResponse Source #

Create a value of DeleteStackSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteStackSetResponse', deleteStackSetResponse_httpStatus - The response's http status code.

EstimateTemplateCost

data EstimateTemplateCost Source #

The input for an EstimateTemplateCost action.

See: newEstimateTemplateCost smart constructor.

Instances

Instances details
Eq EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Read EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Show EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Generic EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Associated Types

type Rep EstimateTemplateCost :: Type -> Type #

NFData EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Methods

rnf :: EstimateTemplateCost -> () #

Hashable EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

AWSRequest EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Associated Types

type AWSResponse EstimateTemplateCost #

ToHeaders EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

ToPath EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

ToQuery EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

type Rep EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

type Rep EstimateTemplateCost = D1 ('MetaData "EstimateTemplateCost" "Amazonka.CloudFormation.EstimateTemplateCost" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "EstimateTemplateCost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse EstimateTemplateCost Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

newEstimateTemplateCost :: EstimateTemplateCost Source #

Create a value of EstimateTemplateCost with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameters:EstimateTemplateCost', estimateTemplateCost_parameters - A list of Parameter structures that specify input parameters.

$sel:templateBody:EstimateTemplateCost', estimateTemplateCost_templateBody - 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.

$sel:templateURL:EstimateTemplateCost', estimateTemplateCost_templateURL - Location of file containing the template body. The URL must point to a template 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.

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

data EstimateTemplateCostResponse Source #

The output for a EstimateTemplateCost action.

See: newEstimateTemplateCostResponse smart constructor.

Instances

Instances details
Eq EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Read EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Show EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Generic EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

Associated Types

type Rep EstimateTemplateCostResponse :: Type -> Type #

NFData EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

type Rep EstimateTemplateCostResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.EstimateTemplateCost

type Rep EstimateTemplateCostResponse = D1 ('MetaData "EstimateTemplateCostResponse" "Amazonka.CloudFormation.EstimateTemplateCost" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "EstimateTemplateCostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEstimateTemplateCostResponse Source #

Create a value of EstimateTemplateCostResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:url:EstimateTemplateCostResponse', estimateTemplateCostResponse_url - An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

$sel:httpStatus:EstimateTemplateCostResponse', estimateTemplateCostResponse_httpStatus - The response's http status code.

DeleteChangeSet

data DeleteChangeSet Source #

The input for the DeleteChangeSet action.

See: newDeleteChangeSet smart constructor.

Instances

Instances details
Eq DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Read DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Show DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Generic DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Associated Types

type Rep DeleteChangeSet :: Type -> Type #

NFData DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Methods

rnf :: DeleteChangeSet -> () #

Hashable DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

AWSRequest DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Associated Types

type AWSResponse DeleteChangeSet #

ToHeaders DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

ToPath DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

ToQuery DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

type Rep DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

type Rep DeleteChangeSet = D1 ('MetaData "DeleteChangeSet" "Amazonka.CloudFormation.DeleteChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteChangeSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

newDeleteChangeSet Source #

Create a value of DeleteChangeSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackName:DeleteChangeSet', deleteChangeSet_stackName - If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.

$sel:changeSetName:DeleteChangeSet', deleteChangeSet_changeSetName - The name or Amazon Resource Name (ARN) of the change set that you want to delete.

data DeleteChangeSetResponse Source #

The output for the DeleteChangeSet action.

See: newDeleteChangeSetResponse smart constructor.

Instances

Instances details
Eq DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Read DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Show DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Generic DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Associated Types

type Rep DeleteChangeSetResponse :: Type -> Type #

NFData DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

Methods

rnf :: DeleteChangeSetResponse -> () #

type Rep DeleteChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeleteChangeSet

type Rep DeleteChangeSetResponse = D1 ('MetaData "DeleteChangeSetResponse" "Amazonka.CloudFormation.DeleteChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeleteChangeSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteChangeSetResponse Source #

Create a value of DeleteChangeSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteChangeSetResponse', deleteChangeSetResponse_httpStatus - The response's http status code.

ListStackSets (Paginated)

data ListStackSets Source #

See: newListStackSets smart constructor.

Instances

Instances details
Eq ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Read ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Show ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Generic ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Associated Types

type Rep ListStackSets :: Type -> Type #

NFData ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Methods

rnf :: ListStackSets -> () #

Hashable ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

AWSPager ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

AWSRequest ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Associated Types

type AWSResponse ListStackSets #

ToHeaders ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

ToPath ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

ToQuery ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

type Rep ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

type Rep ListStackSets = D1 ('MetaData "ListStackSets" "Amazonka.CloudFormation.ListStackSets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetStatus)) :*: S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListStackSets Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

newListStackSets :: ListStackSets Source #

Create a value of ListStackSets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ListStackSets', listStackSets_status - The status of the stack sets that you want to get summary information about.

$sel:callAs:ListStackSets', listStackSets_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:nextToken:ListStackSets', listStackSets_nextToken - 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 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.

$sel:maxResults:ListStackSets', listStackSets_maxResults - 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.

data ListStackSetsResponse Source #

See: newListStackSetsResponse smart constructor.

Instances

Instances details
Eq ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Read ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Show ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Generic ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Associated Types

type Rep ListStackSetsResponse :: Type -> Type #

NFData ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

Methods

rnf :: ListStackSetsResponse -> () #

type Rep ListStackSetsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSets

type Rep ListStackSetsResponse = D1 ('MetaData "ListStackSetsResponse" "Amazonka.CloudFormation.ListStackSets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackSetSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStackSetsResponse Source #

Create a value of ListStackSetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackSets', listStackSetsResponse_nextToken - 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.

$sel:summaries:ListStackSetsResponse', listStackSetsResponse_summaries - A list of StackSetSummary structures that contain information about the user's stack sets.

$sel:httpStatus:ListStackSetsResponse', listStackSetsResponse_httpStatus - The response's http status code.

ListExports (Paginated)

data ListExports Source #

See: newListExports smart constructor.

Constructors

ListExports' (Maybe Text) 

Instances

Instances details
Eq ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Read ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Show ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Generic ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Associated Types

type Rep ListExports :: Type -> Type #

NFData ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Methods

rnf :: ListExports -> () #

Hashable ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

AWSPager ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

AWSRequest ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Associated Types

type AWSResponse ListExports #

ToHeaders ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Methods

toHeaders :: ListExports -> [Header] #

ToPath ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

ToQuery ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

type Rep ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

type Rep ListExports = D1 ('MetaData "ListExports" "Amazonka.CloudFormation.ListExports" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListExports Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

newListExports :: ListExports Source #

Create a value of ListExports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListExports', listExports_nextToken - A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

data ListExportsResponse Source #

See: newListExportsResponse smart constructor.

Instances

Instances details
Eq ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Read ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Show ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Generic ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Associated Types

type Rep ListExportsResponse :: Type -> Type #

NFData ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

Methods

rnf :: ListExportsResponse -> () #

type Rep ListExportsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListExports

type Rep ListExportsResponse = D1 ('MetaData "ListExportsResponse" "Amazonka.CloudFormation.ListExports" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListExportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "exports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Export])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExportsResponse Source #

Create a value of ListExportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListExports', listExportsResponse_nextToken - 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.

$sel:exports:ListExportsResponse', listExportsResponse_exports - The output for the ListExports action.

$sel:httpStatus:ListExportsResponse', listExportsResponse_httpStatus - The response's http status code.

DescribeStackDriftDetectionStatus

data DescribeStackDriftDetectionStatus Source #

See: newDescribeStackDriftDetectionStatus smart constructor.

Instances

Instances details
Eq DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Read DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Show DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Generic DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Associated Types

type Rep DescribeStackDriftDetectionStatus :: Type -> Type #

NFData DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Hashable DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

AWSRequest DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

ToHeaders DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

ToPath DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

ToQuery DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

type Rep DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

type Rep DescribeStackDriftDetectionStatus = D1 ('MetaData "DescribeStackDriftDetectionStatus" "Amazonka.CloudFormation.DescribeStackDriftDetectionStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackDriftDetectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackDriftDetectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

newDescribeStackDriftDetectionStatus Source #

Create a value of DescribeStackDriftDetectionStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackDriftDetectionId:DescribeStackDriftDetectionStatus', describeStackDriftDetectionStatus_stackDriftDetectionId - 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.

data DescribeStackDriftDetectionStatusResponse Source #

Instances

Instances details
Eq DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Read DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Show DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

Generic DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

NFData DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

type Rep DescribeStackDriftDetectionStatusResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackDriftDetectionStatus

type Rep DescribeStackDriftDetectionStatusResponse = D1 ('MetaData "DescribeStackDriftDetectionStatusResponse" "Amazonka.CloudFormation.DescribeStackDriftDetectionStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackDriftDetectionStatusResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stackDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus)) :*: S1 ('MetaSel ('Just "driftedStackResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "detectionStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stackDriftDetectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "detectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackDriftDetectionStatus) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))))

newDescribeStackDriftDetectionStatusResponse Source #

Create a value of DescribeStackDriftDetectionStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackDriftStatus:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_stackDriftStatus - Status of the stack's actual configuration compared to its expected configuration.

  • DRIFTED: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.
  • NOT_CHECKED: CloudFormation has not checked if the stack differs from its expected template configuration.
  • IN_SYNC: The stack's actual configuration matches its expected template configuration.
  • UNKNOWN: This value is reserved for future use.

$sel:driftedStackResourceCount:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_driftedStackResourceCount - 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.

$sel:detectionStatusReason:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_detectionStatusReason - The reason the stack drift detection operation has its current status.

$sel:httpStatus:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_httpStatus - The response's http status code.

$sel:stackId:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_stackId - The ID of the stack.

$sel:stackDriftDetectionId:DescribeStackDriftDetectionStatus', describeStackDriftDetectionStatusResponse_stackDriftDetectionId - 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.

$sel:detectionStatus:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_detectionStatus - The status of the stack drift detection operation.

  • DETECTION_COMPLETE: The stack drift detection operation has successfully completed for all resources in the stack that support drift detection. (Resources that do not currently support stack detection remain unchecked.)

    If you specified logical resource IDs for CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.

  • DETECTION_FAILED: The stack drift detection operation has failed for at least one resource in the stack. Results will be available for resources on which CloudFormation successfully completed drift detection.
  • DETECTION_IN_PROGRESS: The stack drift detection operation is currently in progress.

$sel:timestamp:DescribeStackDriftDetectionStatusResponse', describeStackDriftDetectionStatusResponse_timestamp - Time at which the stack drift detection operation was initiated.

RollbackStack

data RollbackStack Source #

See: newRollbackStack smart constructor.

Instances

Instances details
Eq RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Read RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Show RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Generic RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Associated Types

type Rep RollbackStack :: Type -> Type #

NFData RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Methods

rnf :: RollbackStack -> () #

Hashable RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

AWSRequest RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Associated Types

type AWSResponse RollbackStack #

ToHeaders RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

ToPath RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

ToQuery RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

type Rep RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

type Rep RollbackStack = D1 ('MetaData "RollbackStack" "Amazonka.CloudFormation.RollbackStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RollbackStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RollbackStack Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

newRollbackStack Source #

Create a value of RollbackStack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:RollbackStack', rollbackStack_clientRequestToken - A unique identifier for this RollbackStack request.

$sel:roleARN:RollbackStack', rollbackStack_roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.

$sel:stackName:RollbackStack', rollbackStack_stackName - The name that is associated with the stack.

data RollbackStackResponse Source #

See: newRollbackStackResponse smart constructor.

Instances

Instances details
Eq RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Read RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Show RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Generic RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Associated Types

type Rep RollbackStackResponse :: Type -> Type #

NFData RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

Methods

rnf :: RollbackStackResponse -> () #

type Rep RollbackStackResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RollbackStack

type Rep RollbackStackResponse = D1 ('MetaData "RollbackStackResponse" "Amazonka.CloudFormation.RollbackStack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RollbackStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRollbackStackResponse Source #

Create a value of RollbackStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackId:RollbackStackResponse', rollbackStackResponse_stackId - Unique identifier of the stack.

$sel:httpStatus:RollbackStackResponse', rollbackStackResponse_httpStatus - The response's http status code.

CreateStackSet

data CreateStackSet Source #

See: newCreateStackSet smart constructor.

Instances

Instances details
Eq CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Read CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Show CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Generic CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Associated Types

type Rep CreateStackSet :: Type -> Type #

NFData CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Methods

rnf :: CreateStackSet -> () #

Hashable CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

AWSRequest CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Associated Types

type AWSResponse CreateStackSet #

ToHeaders CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

ToPath CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

ToQuery CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

type Rep CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

type Rep CreateStackSet = D1 ('MetaData "CreateStackSet" "Amazonka.CloudFormation.CreateStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStackSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "autoDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoDeployment)))) :*: ((S1 ('MetaSel ('Just "permissionModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionModels)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter]))) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

newCreateStackSet Source #

Create a value of CreateStackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrationRoleARN:CreateStackSet', createStackSet_administrationRoleARN - The Amazon Resource Number (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.

$sel:callAs:CreateStackSet', createStackSet_callAs - [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.

  • To create a stack set with service-managed permissions while signed in to the management account, specify SELF.
  • To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated admin in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

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

$sel:autoDeployment:CreateStackSet', createStackSet_autoDeployment - 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.

$sel:permissionModel:CreateStackSet', createStackSet_permissionModel - Describes how the IAM roles required for stack set operations are created. By default, SELF-MANAGED is specified.

$sel:parameters:CreateStackSet', createStackSet_parameters - The input parameters for the stack set template.

$sel:templateBody:CreateStackSet', createStackSet_templateBody - 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.

$sel:templateURL:CreateStackSet', createStackSet_templateURL - 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.

$sel:stackId:CreateStackSet', createStackSet_stackId - The stack ID you are importing into a new stack set. Specify the Amazon Resource Number (ARN) of the stack.

$sel:clientRequestToken:CreateStackSet', createStackSet_clientRequestToken - 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.

$sel:description:CreateStackSet', createStackSet_description - A description of the stack set. You can use the description to identify the stack set's purpose or other important information.

$sel:capabilities:CreateStackSet', createStackSet_capabilities - 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.

  • CAPABILITY_IAM and CAPABILITY_NAMED_IAM

    Some stack 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 those stack sets, you must explicitly acknowledge this by specifying one of these capabilities.

    The following IAM resources require you to specify either the CAPABILITY_IAM or CAPABILITY_NAMED_IAM capability.

    • If you have IAM resources, you can specify either capability.
    • If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM.
    • If you don't specify either of these capabilities, CloudFormation returns an InsufficientCapabilities error.

    If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.

    For more information, see Acknowledging IAM Resources in CloudFormation Templates.

  • CAPABILITY_AUTO_EXPAND

    Some templates reference macros. If your stack set template references one or more macros, you must create the stack set directly from the processed template, without first reviewing the resulting changes in a change set. To create the stack set directly, you must acknowledge this capability. For more information, see Using CloudFormation Macros to Perform Custom Processing on Templates.

    Stack sets with service-managed permissions do not currently support the use of macros in templates. (This includes the AWS::Include and AWS::Serverless transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions, if you reference a macro in your template the stack set operation will fail.

$sel:tags:CreateStackSet', createStackSet_tags - 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.

$sel:executionRoleName:CreateStackSet', createStackSet_executionRoleName - 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.

$sel:stackSetName:CreateStackSet', createStackSet_stackSetName - 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.

data CreateStackSetResponse Source #

See: newCreateStackSetResponse smart constructor.

Instances

Instances details
Eq CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Read CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Show CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Generic CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Associated Types

type Rep CreateStackSetResponse :: Type -> Type #

NFData CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

Methods

rnf :: CreateStackSetResponse -> () #

type Rep CreateStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.CreateStackSet

type Rep CreateStackSetResponse = D1 ('MetaData "CreateStackSetResponse" "Amazonka.CloudFormation.CreateStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "CreateStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStackSetResponse Source #

Create a value of CreateStackSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackSetId:CreateStackSetResponse', createStackSetResponse_stackSetId - The ID of the stack set that you're creating.

$sel:httpStatus:CreateStackSetResponse', createStackSetResponse_httpStatus - The response's http status code.

DeregisterType

data DeregisterType Source #

See: newDeregisterType smart constructor.

Instances

Instances details
Eq DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Read DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Show DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Generic DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Associated Types

type Rep DeregisterType :: Type -> Type #

NFData DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Methods

rnf :: DeregisterType -> () #

Hashable DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

AWSRequest DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Associated Types

type AWSResponse DeregisterType #

ToHeaders DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

ToPath DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

ToQuery DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

type Rep DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

type Rep DeregisterType = D1 ('MetaData "DeregisterType" "Amazonka.CloudFormation.DeregisterType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeregisterType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)))))
type AWSResponse DeregisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

newDeregisterType :: DeregisterType Source #

Create a value of DeregisterType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:DeregisterType', deregisterType_versionId - 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.

$sel:typeName:DeregisterType', deregisterType_typeName - The name of the extension.

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

$sel:arn:DeregisterType', deregisterType_arn - The Amazon Resource Name (ARN) of the extension.

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

$sel:type':DeregisterType', deregisterType_type - The kind of extension.

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

data DeregisterTypeResponse Source #

See: newDeregisterTypeResponse smart constructor.

Instances

Instances details
Eq DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Read DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Show DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Generic DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Associated Types

type Rep DeregisterTypeResponse :: Type -> Type #

NFData DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

Methods

rnf :: DeregisterTypeResponse -> () #

type Rep DeregisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeregisterType

type Rep DeregisterTypeResponse = D1 ('MetaData "DeregisterTypeResponse" "Amazonka.CloudFormation.DeregisterType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeregisterTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterTypeResponse Source #

Create a value of DeregisterTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeregisterTypeResponse', deregisterTypeResponse_httpStatus - The response's http status code.

DeactivateType

data DeactivateType Source #

See: newDeactivateType smart constructor.

Instances

Instances details
Eq DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Read DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Show DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Generic DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Associated Types

type Rep DeactivateType :: Type -> Type #

NFData DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Methods

rnf :: DeactivateType -> () #

Hashable DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

AWSRequest DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Associated Types

type AWSResponse DeactivateType #

ToHeaders DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

ToPath DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

ToQuery DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

type Rep DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

type Rep DeactivateType = D1 ('MetaData "DeactivateType" "Amazonka.CloudFormation.DeactivateType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeactivateType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType)))))
type AWSResponse DeactivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

newDeactivateType :: DeactivateType Source #

Create a value of DeactivateType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:DeactivateType', deactivateType_typeName - 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.

$sel:arn:DeactivateType', deactivateType_arn - The Amazon Resource Name (ARN) for the extension, in this account and region.

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

$sel:type':DeactivateType', deactivateType_type - The extension type.

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

data DeactivateTypeResponse Source #

See: newDeactivateTypeResponse smart constructor.

Instances

Instances details
Eq DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Read DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Show DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Generic DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Associated Types

type Rep DeactivateTypeResponse :: Type -> Type #

NFData DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

Methods

rnf :: DeactivateTypeResponse -> () #

type Rep DeactivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DeactivateType

type Rep DeactivateTypeResponse = D1 ('MetaData "DeactivateTypeResponse" "Amazonka.CloudFormation.DeactivateType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeactivateTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeactivateTypeResponse Source #

Create a value of DeactivateTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeactivateTypeResponse', deactivateTypeResponse_httpStatus - The response's http status code.

RecordHandlerProgress

data RecordHandlerProgress Source #

See: newRecordHandlerProgress smart constructor.

Instances

Instances details
Eq RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Read RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Show RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Generic RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Associated Types

type Rep RecordHandlerProgress :: Type -> Type #

NFData RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Methods

rnf :: RecordHandlerProgress -> () #

Hashable RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

AWSRequest RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Associated Types

type AWSResponse RecordHandlerProgress #

ToHeaders RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

ToPath RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

ToQuery RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

type Rep RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

type Rep RecordHandlerProgress = D1 ('MetaData "RecordHandlerProgress" "Amazonka.CloudFormation.RecordHandlerProgress" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RecordHandlerProgress'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HandlerErrorCode)))) :*: ((S1 ('MetaSel ('Just "currentOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationStatus)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bearerToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OperationStatus)))))
type AWSResponse RecordHandlerProgress Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

data RecordHandlerProgressResponse Source #

See: newRecordHandlerProgressResponse smart constructor.

Instances

Instances details
Eq RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Read RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Show RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Generic RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

Associated Types

type Rep RecordHandlerProgressResponse :: Type -> Type #

NFData RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

type Rep RecordHandlerProgressResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RecordHandlerProgress

type Rep RecordHandlerProgressResponse = D1 ('MetaData "RecordHandlerProgressResponse" "Amazonka.CloudFormation.RecordHandlerProgress" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RecordHandlerProgressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRecordHandlerProgressResponse Source #

Create a value of RecordHandlerProgressResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RecordHandlerProgressResponse', recordHandlerProgressResponse_httpStatus - The response's http status code.

ListTypeVersions

data ListTypeVersions Source #

See: newListTypeVersions smart constructor.

Instances

Instances details
Eq ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Read ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Show ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Generic ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Associated Types

type Rep ListTypeVersions :: Type -> Type #

NFData ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Methods

rnf :: ListTypeVersions -> () #

Hashable ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

AWSRequest ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Associated Types

type AWSResponse ListTypeVersions #

ToHeaders ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

ToPath ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

ToQuery ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

type Rep ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

type Rep ListTypeVersions = D1 ('MetaData "ListTypeVersions" "Amazonka.CloudFormation.ListTypeVersions" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListTypeVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deprecatedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeprecatedStatus)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType))) :*: (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListTypeVersions Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

newListTypeVersions :: ListTypeVersions Source #

Create a value of ListTypeVersions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:ListTypeVersions', listTypeVersions_typeName - The name of the extension for which you want version summary information.

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

$sel:arn:ListTypeVersions', listTypeVersions_arn - 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.

$sel:nextToken:ListTypeVersions', listTypeVersions_nextToken - 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.

$sel:deprecatedStatus:ListTypeVersions', listTypeVersions_deprecatedStatus - The deprecation status of the extension versions that you want to get summary information about.

Valid values include:

  • LIVE: The extension version is registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope.
  • DEPRECATED: The extension version has been deregistered and can no longer be used in CloudFormation operations.

The default is LIVE.

$sel:type':ListTypeVersions', listTypeVersions_type - The kind of the extension.

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

$sel:publisherId:ListTypeVersions', listTypeVersions_publisherId - The publisher ID of the extension publisher.

Extensions published by Amazon are not assigned a publisher ID.

$sel:maxResults:ListTypeVersions', listTypeVersions_maxResults - 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.

data ListTypeVersionsResponse Source #

See: newListTypeVersionsResponse smart constructor.

Instances

Instances details
Eq ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Read ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Show ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Generic ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

Associated Types

type Rep ListTypeVersionsResponse :: Type -> Type #

NFData ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

type Rep ListTypeVersionsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListTypeVersions

type Rep ListTypeVersionsResponse = D1 ('MetaData "ListTypeVersionsResponse" "Amazonka.CloudFormation.ListTypeVersions" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListTypeVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeVersionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeVersionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTypeVersionsResponse Source #

Create a value of ListTypeVersionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListTypeVersions', listTypeVersionsResponse_nextToken - 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.

$sel:typeVersionSummaries:ListTypeVersionsResponse', listTypeVersionsResponse_typeVersionSummaries - A list of TypeVersionSummary structures that contain information about the specified extension's versions.

$sel:httpStatus:ListTypeVersionsResponse', listTypeVersionsResponse_httpStatus - The response's http status code.

SetTypeDefaultVersion

data SetTypeDefaultVersion Source #

See: newSetTypeDefaultVersion smart constructor.

Instances

Instances details
Eq SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Read SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Show SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Generic SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Associated Types

type Rep SetTypeDefaultVersion :: Type -> Type #

NFData SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Methods

rnf :: SetTypeDefaultVersion -> () #

Hashable SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

AWSRequest SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Associated Types

type AWSResponse SetTypeDefaultVersion #

ToHeaders SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

ToPath SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

ToQuery SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

type Rep SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

type Rep SetTypeDefaultVersion = D1 ('MetaData "SetTypeDefaultVersion" "Amazonka.CloudFormation.SetTypeDefaultVersion" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetTypeDefaultVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)))))
type AWSResponse SetTypeDefaultVersion Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

newSetTypeDefaultVersion :: SetTypeDefaultVersion Source #

Create a value of SetTypeDefaultVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:SetTypeDefaultVersion', setTypeDefaultVersion_versionId - 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.

$sel:typeName:SetTypeDefaultVersion', setTypeDefaultVersion_typeName - The name of the extension.

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

$sel:arn:SetTypeDefaultVersion', setTypeDefaultVersion_arn - 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.

$sel:type':SetTypeDefaultVersion', setTypeDefaultVersion_type - The kind of extension.

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

data SetTypeDefaultVersionResponse Source #

See: newSetTypeDefaultVersionResponse smart constructor.

Instances

Instances details
Eq SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Read SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Show SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Generic SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

Associated Types

type Rep SetTypeDefaultVersionResponse :: Type -> Type #

NFData SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

type Rep SetTypeDefaultVersionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.SetTypeDefaultVersion

type Rep SetTypeDefaultVersionResponse = D1 ('MetaData "SetTypeDefaultVersionResponse" "Amazonka.CloudFormation.SetTypeDefaultVersion" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "SetTypeDefaultVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetTypeDefaultVersionResponse Source #

Create a value of SetTypeDefaultVersionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SetTypeDefaultVersionResponse', setTypeDefaultVersionResponse_httpStatus - The response's http status code.

UpdateTerminationProtection

data UpdateTerminationProtection Source #

See: newUpdateTerminationProtection smart constructor.

Instances

Instances details
Eq UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Read UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Show UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Generic UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Associated Types

type Rep UpdateTerminationProtection :: Type -> Type #

NFData UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Hashable UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

AWSRequest UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

ToHeaders UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

ToPath UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

ToQuery UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

type Rep UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

type Rep UpdateTerminationProtection = D1 ('MetaData "UpdateTerminationProtection" "Amazonka.CloudFormation.UpdateTerminationProtection" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateTerminationProtection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableTerminationProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateTerminationProtection Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

newUpdateTerminationProtection Source #

Create a value of UpdateTerminationProtection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enableTerminationProtection:UpdateTerminationProtection', updateTerminationProtection_enableTerminationProtection - Whether to enable termination protection on the specified stack.

$sel:stackName:UpdateTerminationProtection', updateTerminationProtection_stackName - The name or unique ID of the stack for which you want to set termination protection.

data UpdateTerminationProtectionResponse Source #

Instances

Instances details
Eq UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Read UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Show UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

Generic UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

NFData UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

type Rep UpdateTerminationProtectionResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.UpdateTerminationProtection

type Rep UpdateTerminationProtectionResponse = D1 ('MetaData "UpdateTerminationProtectionResponse" "Amazonka.CloudFormation.UpdateTerminationProtection" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "UpdateTerminationProtectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTerminationProtectionResponse Source #

Create a value of UpdateTerminationProtectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackId:UpdateTerminationProtectionResponse', updateTerminationProtectionResponse_stackId - The unique ID of the stack.

$sel:httpStatus:UpdateTerminationProtectionResponse', updateTerminationProtectionResponse_httpStatus - The response's http status code.

TestType

data TestType Source #

See: newTestType smart constructor.

Instances

Instances details
Eq TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Read TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Show TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Generic TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Associated Types

type Rep TestType :: Type -> Type #

Methods

from :: TestType -> Rep TestType x #

to :: Rep TestType x -> TestType #

NFData TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Methods

rnf :: TestType -> () #

Hashable TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Methods

hashWithSalt :: Int -> TestType -> Int #

hash :: TestType -> Int #

AWSRequest TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Associated Types

type AWSResponse TestType #

ToHeaders TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Methods

toHeaders :: TestType -> [Header] #

ToPath TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

ToQuery TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

type Rep TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

type Rep TestType = D1 ('MetaData "TestType" "Amazonka.CloudFormation.TestType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TestType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logDeliveryBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType))))))
type AWSResponse TestType Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

newTestType :: TestType Source #

Create a value of TestType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:TestType', testType_versionId - The version of the extension to test.

You can specify the version id with either Arn, or with TypeName and Type.

If you do not specify a version, CloudFormation uses the default version of the extension in this account and region for testing.

$sel:typeName:TestType', testType_typeName - The name of the extension to test.

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

$sel:arn:TestType', testType_arn - The Amazon Resource Number (ARN) of the extension.

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

$sel:logDeliveryBucket:TestType', testType_logDeliveryBucket - 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:

  • GetObject
  • PutObject

For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.

$sel:type':TestType', testType_type - The type of the extension to test.

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

data TestTypeResponse Source #

See: newTestTypeResponse smart constructor.

Instances

Instances details
Eq TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Read TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Show TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Generic TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Associated Types

type Rep TestTypeResponse :: Type -> Type #

NFData TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

Methods

rnf :: TestTypeResponse -> () #

type Rep TestTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.TestType

type Rep TestTypeResponse = D1 ('MetaData "TestTypeResponse" "Amazonka.CloudFormation.TestType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TestTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTestTypeResponse Source #

Create a value of TestTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeVersionArn:TestTypeResponse', testTypeResponse_typeVersionArn - The Amazon Resource Number (ARN) of the extension.

$sel:httpStatus:TestTypeResponse', testTypeResponse_httpStatus - The response's http status code.

GetTemplate

data GetTemplate Source #

The input for a GetTemplate action.

See: newGetTemplate smart constructor.

Instances

Instances details
Eq GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Read GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Show GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Generic GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Associated Types

type Rep GetTemplate :: Type -> Type #

NFData GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Methods

rnf :: GetTemplate -> () #

Hashable GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

AWSRequest GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Associated Types

type AWSResponse GetTemplate #

ToHeaders GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Methods

toHeaders :: GetTemplate -> [Header] #

ToPath GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

ToQuery GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

type Rep GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

type Rep GetTemplate = D1 ('MetaData "GetTemplate" "Amazonka.CloudFormation.GetTemplate" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateStage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateStage)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse GetTemplate Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

newGetTemplate :: GetTemplate Source #

Create a value of GetTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:changeSetName:GetTemplate', getTemplate_changeSetName - 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.

$sel:templateStage:GetTemplate', getTemplate_templateStage - 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.

$sel:stackName:GetTemplate', getTemplate_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

data GetTemplateResponse Source #

The output for GetTemplate action.

See: newGetTemplateResponse smart constructor.

Instances

Instances details
Eq GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Read GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Show GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Generic GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Associated Types

type Rep GetTemplateResponse :: Type -> Type #

NFData GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

Methods

rnf :: GetTemplateResponse -> () #

type Rep GetTemplateResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.GetTemplate

type Rep GetTemplateResponse = D1 ('MetaData "GetTemplateResponse" "Amazonka.CloudFormation.GetTemplate" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "GetTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stagesAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TemplateStage])) :*: (S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetTemplateResponse Source #

Create a value of GetTemplateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stagesAvailable:GetTemplateResponse', getTemplateResponse_stagesAvailable - 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.

$sel:templateBody:GetTemplateResponse', getTemplateResponse_templateBody - 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.

$sel:httpStatus:GetTemplateResponse', getTemplateResponse_httpStatus - The response's http status code.

DetectStackSetDrift

data DetectStackSetDrift Source #

See: newDetectStackSetDrift smart constructor.

Instances

Instances details
Eq DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Read DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Show DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Generic DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Associated Types

type Rep DetectStackSetDrift :: Type -> Type #

NFData DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Methods

rnf :: DetectStackSetDrift -> () #

Hashable DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

AWSRequest DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Associated Types

type AWSResponse DetectStackSetDrift #

ToHeaders DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

ToPath DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

ToQuery DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

type Rep DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

type Rep DetectStackSetDrift = D1 ('MetaData "DetectStackSetDrift" "Amazonka.CloudFormation.DetectStackSetDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackSetDrift'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences))) :*: (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DetectStackSetDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

newDetectStackSetDrift Source #

Create a value of DetectStackSetDrift with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:DetectStackSetDrift', detectStackSetDrift_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:operationPreferences:DetectStackSetDrift', detectStackSetDrift_operationPreferences - Undocumented member.

$sel:operationId:DetectStackSetDrift', detectStackSetDrift_operationId - The ID of the stack set operation.

$sel:stackSetName:DetectStackSetDrift', detectStackSetDrift_stackSetName - The name of the stack set on which to perform the drift detection operation.

data DetectStackSetDriftResponse Source #

See: newDetectStackSetDriftResponse smart constructor.

Instances

Instances details
Eq DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Read DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Show DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Generic DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

Associated Types

type Rep DetectStackSetDriftResponse :: Type -> Type #

NFData DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

type Rep DetectStackSetDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackSetDrift

type Rep DetectStackSetDriftResponse = D1 ('MetaData "DetectStackSetDriftResponse" "Amazonka.CloudFormation.DetectStackSetDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackSetDriftResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDetectStackSetDriftResponse Source #

Create a value of DetectStackSetDriftResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:DetectStackSetDrift', detectStackSetDriftResponse_operationId - 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.

$sel:httpStatus:DetectStackSetDriftResponse', detectStackSetDriftResponse_httpStatus - The response's http status code.

DetectStackResourceDrift

data DetectStackResourceDrift Source #

See: newDetectStackResourceDrift smart constructor.

Instances

Instances details
Eq DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Read DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Show DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Generic DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Associated Types

type Rep DetectStackResourceDrift :: Type -> Type #

NFData DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Hashable DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

AWSRequest DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

ToHeaders DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

ToPath DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

ToQuery DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

type Rep DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

type Rep DetectStackResourceDrift = D1 ('MetaData "DetectStackResourceDrift" "Amazonka.CloudFormation.DetectStackResourceDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackResourceDrift'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DetectStackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

newDetectStackResourceDrift Source #

Create a value of DetectStackResourceDrift with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackName:DetectStackResourceDrift', detectStackResourceDrift_stackName - The name of the stack to which the resource belongs.

$sel:logicalResourceId:DetectStackResourceDrift', detectStackResourceDrift_logicalResourceId - The logical name of the resource for which to return drift information.

data DetectStackResourceDriftResponse Source #

See: newDetectStackResourceDriftResponse smart constructor.

Instances

Instances details
Eq DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Read DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Show DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Generic DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

Associated Types

type Rep DetectStackResourceDriftResponse :: Type -> Type #

NFData DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

type Rep DetectStackResourceDriftResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DetectStackResourceDrift

type Rep DetectStackResourceDriftResponse = D1 ('MetaData "DetectStackResourceDriftResponse" "Amazonka.CloudFormation.DetectStackResourceDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DetectStackResourceDriftResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "stackResourceDrift") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackResourceDrift)))

newDetectStackResourceDriftResponse Source #

Create a value of DetectStackResourceDriftResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DetectStackResourceDriftResponse', detectStackResourceDriftResponse_httpStatus - The response's http status code.

$sel:stackResourceDrift:DetectStackResourceDriftResponse', detectStackResourceDriftResponse_stackResourceDrift - 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.

DescribeChangeSet (Paginated)

data DescribeChangeSet Source #

The input for the DescribeChangeSet action.

See: newDescribeChangeSet smart constructor.

Instances

Instances details
Eq DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Read DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Show DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Generic DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Associated Types

type Rep DescribeChangeSet :: Type -> Type #

NFData DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Methods

rnf :: DescribeChangeSet -> () #

Hashable DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

AWSPager DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

AWSRequest DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Associated Types

type AWSResponse DescribeChangeSet #

ToHeaders DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

ToPath DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

ToQuery DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

type Rep DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

type Rep DescribeChangeSet = D1 ('MetaData "DescribeChangeSet" "Amazonka.CloudFormation.DescribeChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeChangeSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeChangeSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

newDescribeChangeSet Source #

Create a value of DescribeChangeSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeChangeSet', describeChangeSet_nextToken - A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

$sel:stackName:DescribeChangeSet', describeChangeSet_stackName - If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

$sel:changeSetName:DescribeChangeSet', describeChangeSet_changeSetName - The name or Amazon Resource Name (ARN) of the change set that you want to describe.

data DescribeChangeSetResponse Source #

The output for the DescribeChangeSet action.

See: newDescribeChangeSetResponse smart constructor.

Instances

Instances details
Eq DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Read DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Show DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Generic DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

Associated Types

type Rep DescribeChangeSetResponse :: Type -> Type #

NFData DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

type Rep DescribeChangeSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeChangeSet

type Rep DescribeChangeSetResponse = D1 ('MetaData "DescribeChangeSetResponse" "Amazonka.CloudFormation.DescribeChangeSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeChangeSetResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "parentChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "changes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Change])) :*: (S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "executionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "includeNestedStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rootChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability]))))) :*: ((S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeSetStatus)))))))

newDescribeChangeSetResponse Source #

Create a value of DescribeChangeSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:DescribeChangeSetResponse', describeChangeSetResponse_creationTime - The start time when the change set was created, in UTC.

$sel:parentChangeSetId:DescribeChangeSetResponse', describeChangeSetResponse_parentChangeSetId - Specifies the change set ID of the parent change set in the current nested change set hierarchy.

$sel:changes:DescribeChangeSetResponse', describeChangeSetResponse_changes - A list of Change structures that describes the resources CloudFormation changes if you execute the change set.

$sel:notificationARNs:DescribeChangeSetResponse', describeChangeSetResponse_notificationARNs - The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.

$sel:changeSetName:DescribeChangeSet', describeChangeSetResponse_changeSetName - The name of the change set.

$sel:executionStatus:DescribeChangeSetResponse', describeChangeSetResponse_executionStatus - 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.

$sel:changeSetId:DescribeChangeSetResponse', describeChangeSetResponse_changeSetId - The ARN of the change set.

$sel:includeNestedStacks:DescribeChangeSetResponse', describeChangeSetResponse_includeNestedStacks - Verifies if IncludeNestedStacks is set to True.

$sel:nextToken:DescribeChangeSet', describeChangeSetResponse_nextToken - 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.

$sel:rootChangeSetId:DescribeChangeSetResponse', describeChangeSetResponse_rootChangeSetId - Specifies the change set ID of the root change set in the current nested change set hierarchy.

$sel:parameters:DescribeChangeSetResponse', describeChangeSetResponse_parameters - 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.

$sel:statusReason:DescribeChangeSetResponse', describeChangeSetResponse_statusReason - A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.

$sel:stackId:DescribeChangeSetResponse', describeChangeSetResponse_stackId - The ARN of the stack that is associated with the change set.

$sel:description:DescribeChangeSetResponse', describeChangeSetResponse_description - Information about the change set.

$sel:capabilities:DescribeChangeSetResponse', describeChangeSetResponse_capabilities - If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.

$sel:rollbackConfiguration:DescribeChangeSetResponse', describeChangeSetResponse_rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

$sel:tags:DescribeChangeSetResponse', describeChangeSetResponse_tags - If you execute the change set, the tags that will be associated with the stack.

$sel:stackName:DescribeChangeSet', describeChangeSetResponse_stackName - The name of the stack that is associated with the change set.

$sel:httpStatus:DescribeChangeSetResponse', describeChangeSetResponse_httpStatus - The response's http status code.

$sel:status:DescribeChangeSetResponse', describeChangeSetResponse_status - The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

DescribeStackSet

data DescribeStackSet Source #

See: newDescribeStackSet smart constructor.

Instances

Instances details
Eq DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Read DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Show DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Generic DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type Rep DescribeStackSet :: Type -> Type #

NFData DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Methods

rnf :: DescribeStackSet -> () #

Hashable DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

AWSRequest DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type AWSResponse DescribeStackSet #

ToHeaders DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

ToPath DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

ToQuery DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSet = D1 ('MetaData "DescribeStackSet" "Amazonka.CloudFormation.DescribeStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

newDescribeStackSet Source #

Create a value of DescribeStackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:DescribeStackSet', describeStackSet_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DescribeStackSet', describeStackSet_stackSetName - The name or unique ID of the stack set whose description you want.

data DescribeStackSetResponse Source #

See: newDescribeStackSetResponse smart constructor.

Instances

Instances details
Eq DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Read DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Show DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Generic DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type Rep DescribeStackSetResponse :: Type -> Type #

NFData DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSetResponse = D1 ('MetaData "DescribeStackSetResponse" "Amazonka.CloudFormation.DescribeStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackSetResponse Source #

Create a value of DescribeStackSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackSet:DescribeStackSetResponse', describeStackSetResponse_stackSet - The specified stack set.

$sel:httpStatus:DescribeStackSetResponse', describeStackSetResponse_httpStatus - The response's http status code.

ListStackSetOperationResults (Paginated)

data ListStackSetOperationResults Source #

See: newListStackSetOperationResults smart constructor.

Instances

Instances details
Eq ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Read ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Show ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Generic ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Associated Types

type Rep ListStackSetOperationResults :: Type -> Type #

NFData ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Hashable ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

AWSPager ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

AWSRequest ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

ToHeaders ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

ToPath ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

ToQuery ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

type Rep ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

type Rep ListStackSetOperationResults = D1 ('MetaData "ListStackSetOperationResults" "Amazonka.CloudFormation.ListStackSetOperationResults" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSetOperationResults'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListStackSetOperationResults Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

newListStackSetOperationResults Source #

Create a value of ListStackSetOperationResults with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:ListStackSetOperationResults', listStackSetOperationResults_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:nextToken:ListStackSetOperationResults', listStackSetOperationResults_nextToken - If the previous 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 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.

$sel:maxResults:ListStackSetOperationResults', listStackSetOperationResults_maxResults - 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.

$sel:stackSetName:ListStackSetOperationResults', listStackSetOperationResults_stackSetName - The name or unique ID of the stack set that you want to get operation results for.

$sel:operationId:ListStackSetOperationResults', listStackSetOperationResults_operationId - The ID of the stack set operation.

data ListStackSetOperationResultsResponse Source #

Instances

Instances details
Eq ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Read ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Show ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

Generic ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

NFData ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

type Rep ListStackSetOperationResultsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ListStackSetOperationResults

type Rep ListStackSetOperationResultsResponse = D1 ('MetaData "ListStackSetOperationResultsResponse" "Amazonka.CloudFormation.ListStackSetOperationResults" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ListStackSetOperationResultsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackSetOperationResultSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStackSetOperationResultsResponse Source #

Create a value of ListStackSetOperationResultsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStackSetOperationResults', listStackSetOperationResultsResponse_nextToken - 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.

$sel:summaries:ListStackSetOperationResultsResponse', listStackSetOperationResultsResponse_summaries - A list of StackSetOperationResultSummary structures that contain information about the specified operation results, for accounts and Regions that are included in the operation.

$sel:httpStatus:ListStackSetOperationResultsResponse', listStackSetOperationResultsResponse_httpStatus - The response's http status code.

RegisterType

data RegisterType Source #

See: newRegisterType smart constructor.

Instances

Instances details
Eq RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Read RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Show RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Generic RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Associated Types

type Rep RegisterType :: Type -> Type #

NFData RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Methods

rnf :: RegisterType -> () #

Hashable RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

AWSRequest RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Associated Types

type AWSResponse RegisterType #

ToHeaders RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

ToPath RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

ToQuery RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

type Rep RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

type Rep RegisterType = D1 ('MetaData "RegisterType" "Amazonka.CloudFormation.RegisterType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RegisterType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "loggingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfig)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "schemaHandlerPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse RegisterType Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

newRegisterType Source #

Create a value of RegisterType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionRoleArn:RegisterType', registerType_executionRoleArn - 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 principle (resources.cloudformation.amazonaws.com). For more information on 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 <https:docs.aws.amazon.comIAMlatestUserGuideid_roles.html 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.

$sel:type':RegisterType', registerType_type - The kind of extension.

$sel:clientRequestToken:RegisterType', registerType_clientRequestToken - 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 registeration request, even if the request is submitted multiple times.

$sel:loggingConfig:RegisterType', registerType_loggingConfig - Specifies logging configuration information for an extension.

$sel:typeName:RegisterType', registerType_typeName - The name of the extension being registered.

We recommend that extension names adhere to the following patterns:

  • For resource types, company_or_organization::service::type.
  • For modules, company_or_organization::service::type::MODULE.

The following organization namespaces are reserved and cannot be used in your extension names:

  • Alexa
  • AMZN
  • Amazon
  • AWS
  • Custom
  • Dev

$sel:schemaHandlerPackage:RegisterType', registerType_schemaHandlerPackage - A url to the S3 bucket containing the extension project package that contains the neccessary files for the extension you want to register.

For information on 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 is, 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.

data RegisterTypeResponse Source #

See: newRegisterTypeResponse smart constructor.

Instances

Instances details
Eq RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Read RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Show RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Generic RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Associated Types

type Rep RegisterTypeResponse :: Type -> Type #

NFData RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

Methods

rnf :: RegisterTypeResponse -> () #

type Rep RegisterTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.RegisterType

type Rep RegisterTypeResponse = D1 ('MetaData "RegisterTypeResponse" "Amazonka.CloudFormation.RegisterType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RegisterTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registrationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterTypeResponse Source #

Create a value of RegisterTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:registrationToken:RegisterTypeResponse', registerTypeResponse_registrationToken - 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.

$sel:httpStatus:RegisterTypeResponse', registerTypeResponse_httpStatus - The response's http status code.

ActivateType

data ActivateType Source #

See: newActivateType smart constructor.

Instances

Instances details
Eq ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Read ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Show ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Generic ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Associated Types

type Rep ActivateType :: Type -> Type #

NFData ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Methods

rnf :: ActivateType -> () #

Hashable ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

AWSRequest ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Associated Types

type AWSResponse ActivateType #

ToHeaders ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

ToPath ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

ToQuery ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

type Rep ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

type AWSResponse ActivateType Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

newActivateType :: ActivateType Source #

Create a value of ActivateType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:ActivateType', activateType_typeName - The name of the extension.

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

$sel:versionBump:ActivateType', activateType_versionBump - 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.

  • MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
  • MINOR: CloudFormation updates the extension to the newest minor version, if one is available.

$sel:executionRoleArn:ActivateType', activateType_executionRoleArn - The name of the IAM execution role to use to activate the extension.

$sel:autoUpdate:ActivateType', activateType_autoUpdate - 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.

$sel:typeNameAlias:ActivateType', activateType_typeNameAlias - 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.

$sel:majorVersion:ActivateType', activateType_majorVersion - 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.

$sel:publicTypeArn:ActivateType', activateType_publicTypeArn - The Amazon Resource Number (ARN) of the public extension.

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

$sel:type':ActivateType', activateType_type - The extension type.

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

$sel:publisherId:ActivateType', activateType_publisherId - The ID of the extension publisher.

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

$sel:loggingConfig:ActivateType', activateType_loggingConfig - Undocumented member.

data ActivateTypeResponse Source #

See: newActivateTypeResponse smart constructor.

Instances

Instances details
Eq ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Read ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Show ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Generic ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Associated Types

type Rep ActivateTypeResponse :: Type -> Type #

NFData ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

Methods

rnf :: ActivateTypeResponse -> () #

type Rep ActivateTypeResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.ActivateType

type Rep ActivateTypeResponse = D1 ('MetaData "ActivateTypeResponse" "Amazonka.CloudFormation.ActivateType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ActivateTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivateTypeResponse Source #

Create a value of ActivateTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ActivateTypeResponse', activateTypeResponse_arn - The Amazon Resource Number (ARN) of the activated extension, in this account and region.

$sel:httpStatus:ActivateTypeResponse', activateTypeResponse_httpStatus - The response's http status code.

StopStackSetOperation

data StopStackSetOperation Source #

See: newStopStackSetOperation smart constructor.

Instances

Instances details
Eq StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Read StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Show StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Generic StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type Rep StopStackSetOperation :: Type -> Type #

NFData StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Methods

rnf :: StopStackSetOperation -> () #

Hashable StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

AWSRequest StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type AWSResponse StopStackSetOperation #

ToHeaders StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

ToPath StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

ToQuery StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperation = D1 ('MetaData "StopStackSetOperation" "Amazonka.CloudFormation.StopStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StopStackSetOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StopStackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

newStopStackSetOperation Source #

Create a value of StopStackSetOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:callAs:StopStackSetOperation', stopStackSetOperation_callAs - [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.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:StopStackSetOperation', stopStackSetOperation_stackSetName - The name or unique ID of the stack set that you want to stop the operation for.

$sel:operationId:StopStackSetOperation', stopStackSetOperation_operationId - The ID of the stack operation.

data StopStackSetOperationResponse Source #

See: newStopStackSetOperationResponse smart constructor.

Instances

Instances details
Eq StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Read StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Show StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Generic StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

Associated Types

type Rep StopStackSetOperationResponse :: Type -> Type #

NFData StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperationResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.StopStackSetOperation

type Rep StopStackSetOperationResponse = D1 ('MetaData "StopStackSetOperationResponse" "Amazonka.CloudFormation.StopStackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StopStackSetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopStackSetOperationResponse Source #

Create a value of StopStackSetOperationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopStackSetOperationResponse', stopStackSetOperationResponse_httpStatus - The response's http status code.

DescribeStackResource

data DescribeStackResource Source #

The input for DescribeStackResource action.

See: newDescribeStackResource smart constructor.

Instances

Instances details
Eq DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Read DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Show DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Generic DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Associated Types

type Rep DescribeStackResource :: Type -> Type #

NFData DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Methods

rnf :: DescribeStackResource -> () #

Hashable DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

AWSRequest DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Associated Types

type AWSResponse DescribeStackResource #

ToHeaders DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

ToPath DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

ToQuery DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

type Rep DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

type Rep DescribeStackResource = D1 ('MetaData "DescribeStackResource" "Amazonka.CloudFormation.DescribeStackResource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

newDescribeStackResource Source #

Create a value of DescribeStackResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackName:DescribeStackResource', describeStackResource_stackName - The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.
  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

$sel:logicalResourceId:DescribeStackResource', describeStackResource_logicalResourceId - The logical name of the resource as specified in the template.

Default: There is no default value.

data DescribeStackResourceResponse Source #

The output for a DescribeStackResource action.

See: newDescribeStackResourceResponse smart constructor.

Instances

Instances details
Eq DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Read DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Show DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Generic DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

Associated Types

type Rep DescribeStackResourceResponse :: Type -> Type #

NFData DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

type Rep DescribeStackResourceResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackResource

type Rep DescribeStackResourceResponse = D1 ('MetaData "DescribeStackResourceResponse" "Amazonka.CloudFormation.DescribeStackResource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackResourceDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackResourceResponse Source #

Create a value of DescribeStackResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackResourceDetail:DescribeStackResourceResponse', describeStackResourceResponse_stackResourceDetail - A StackResourceDetail structure containing the description of the specified resource in the specified stack.

$sel:httpStatus:DescribeStackResourceResponse', describeStackResourceResponse_httpStatus - The response's http status code.

Types

AccountGateStatus

newtype AccountGateStatus Source #

Instances

Instances details
Eq AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Ord AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Read AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Show AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Generic AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Associated Types

type Rep AccountGateStatus :: Type -> Type #

NFData AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Methods

rnf :: AccountGateStatus -> () #

Hashable AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToJSON AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToJSONKey AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

FromJSON AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

FromJSONKey AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToLog AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToHeader AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToQuery AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

FromXML AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToXML AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToByteString AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

FromText AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToText AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

type Rep AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

type Rep AccountGateStatus = D1 ('MetaData "AccountGateStatus" "Amazonka.CloudFormation.Types.AccountGateStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "AccountGateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountGateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CallAs

newtype CallAs Source #

Constructors

CallAs' 

Fields

Bundled Patterns

pattern CallAs_DELEGATED_ADMIN :: CallAs 
pattern CallAs_SELF :: CallAs 

Instances

Instances details
Eq CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

(==) :: CallAs -> CallAs -> Bool #

(/=) :: CallAs -> CallAs -> Bool #

Ord CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Read CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Show CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Generic CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Associated Types

type Rep CallAs :: Type -> Type #

Methods

from :: CallAs -> Rep CallAs x #

to :: Rep CallAs x -> CallAs #

NFData CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

rnf :: CallAs -> () #

Hashable CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

hashWithSalt :: Int -> CallAs -> Int #

hash :: CallAs -> Int #

ToJSON CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToJSONKey CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

FromJSON CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

FromJSONKey CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToLog CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToHeader CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toHeader :: HeaderName -> CallAs -> [Header] #

ToQuery CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

FromXML CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToXML CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toXML :: CallAs -> XML #

ToByteString CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toBS :: CallAs -> ByteString #

FromText CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToText CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toText :: CallAs -> Text #

type Rep CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

type Rep CallAs = D1 ('MetaData "CallAs" "Amazonka.CloudFormation.Types.CallAs" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "CallAs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCallAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Capability

newtype Capability Source #

Constructors

Capability' 

Fields

Instances

Instances details
Eq Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Ord Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Read Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Show Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Generic Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Associated Types

type Rep Capability :: Type -> Type #

NFData Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Methods

rnf :: Capability -> () #

Hashable Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToJSON Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToJSONKey Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

FromJSON Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

FromJSONKey Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToLog Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToHeader Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToQuery Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

FromXML Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToXML Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Methods

toXML :: Capability -> XML #

ToByteString Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

FromText Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToText Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Methods

toText :: Capability -> Text #

type Rep Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

type Rep Capability = D1 ('MetaData "Capability" "Amazonka.CloudFormation.Types.Capability" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "Capability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Category

newtype Category Source #

Constructors

Category' 

Fields

Bundled Patterns

pattern Category_ACTIVATED :: Category 
pattern Category_AWS_TYPES :: Category 
pattern Category_REGISTERED :: Category 
pattern Category_THIRD_PARTY :: Category 

Instances

Instances details
Eq Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Ord Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Read Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Show Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Generic Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Associated Types

type Rep Category :: Type -> Type #

Methods

from :: Category -> Rep Category x #

to :: Rep Category x -> Category #

NFData Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

rnf :: Category -> () #

Hashable Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

ToJSON Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToJSONKey Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

FromJSON Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

FromJSONKey Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToLog Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToHeader Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toHeader :: HeaderName -> Category -> [Header] #

ToQuery Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

FromXML Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToXML Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toXML :: Category -> XML #

ToByteString Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toBS :: Category -> ByteString #

FromText Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToText Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toText :: Category -> Text #

type Rep Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

type Rep Category = D1 ('MetaData "Category" "Amazonka.CloudFormation.Types.Category" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "Category'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeAction

newtype ChangeAction Source #

Constructors

ChangeAction' 

Instances

Instances details
Eq ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Ord ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Read ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Show ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Generic ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Associated Types

type Rep ChangeAction :: Type -> Type #

NFData ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Methods

rnf :: ChangeAction -> () #

Hashable ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToJSON ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

FromJSON ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

FromJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToLog ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToHeader ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToQuery ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

FromXML ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToXML ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Methods

toXML :: ChangeAction -> XML #

ToByteString ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

FromText ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToText ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Methods

toText :: ChangeAction -> Text #

type Rep ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

type Rep ChangeAction = D1 ('MetaData "ChangeAction" "Amazonka.CloudFormation.Types.ChangeAction" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ChangeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSetStatus

newtype ChangeSetStatus Source #

Constructors

ChangeSetStatus' 

Instances

Instances details
Eq ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Ord ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Read ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Show ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Generic ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Associated Types

type Rep ChangeSetStatus :: Type -> Type #

NFData ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Methods

rnf :: ChangeSetStatus -> () #

Hashable ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToJSON ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToJSONKey ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

FromJSON ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

FromJSONKey ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToLog ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToHeader ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToQuery ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

FromXML ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToXML ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Methods

toXML :: ChangeSetStatus -> XML #

ToByteString ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

FromText ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToText ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

type Rep ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

type Rep ChangeSetStatus = D1 ('MetaData "ChangeSetStatus" "Amazonka.CloudFormation.Types.ChangeSetStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ChangeSetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSetType

newtype ChangeSetType Source #

Constructors

ChangeSetType' 

Instances

Instances details
Eq ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Ord ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Read ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Show ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Generic ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Associated Types

type Rep ChangeSetType :: Type -> Type #

NFData ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Methods

rnf :: ChangeSetType -> () #

Hashable ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToJSON ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToJSONKey ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

FromJSON ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

FromJSONKey ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToLog ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToHeader ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToQuery ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

FromXML ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToXML ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Methods

toXML :: ChangeSetType -> XML #

ToByteString ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

FromText ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToText ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Methods

toText :: ChangeSetType -> Text #

type Rep ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

type Rep ChangeSetType = D1 ('MetaData "ChangeSetType" "Amazonka.CloudFormation.Types.ChangeSetType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ChangeSetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSource

newtype ChangeSource Source #

Constructors

ChangeSource' 

Instances

Instances details
Eq ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Ord ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Read ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Show ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Generic ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Associated Types

type Rep ChangeSource :: Type -> Type #

NFData ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Methods

rnf :: ChangeSource -> () #

Hashable ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToJSON ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToJSONKey ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

FromJSON ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

FromJSONKey ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToLog ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToHeader ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToQuery ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

FromXML ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToXML ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Methods

toXML :: ChangeSource -> XML #

ToByteString ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

FromText ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToText ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Methods

toText :: ChangeSource -> Text #

type Rep ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

type Rep ChangeSource = D1 ('MetaData "ChangeSource" "Amazonka.CloudFormation.Types.ChangeSource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ChangeSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeType

newtype ChangeType Source #

Constructors

ChangeType' 

Fields

Bundled Patterns

pattern ChangeType_Resource :: ChangeType 

Instances

Instances details
Eq ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Ord ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Read ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Show ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Generic ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Associated Types

type Rep ChangeType :: Type -> Type #

NFData ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Methods

rnf :: ChangeType -> () #

Hashable ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToJSON ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToJSONKey ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

FromJSON ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

FromJSONKey ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToLog ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToHeader ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToQuery ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

FromXML ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToXML ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Methods

toXML :: ChangeType -> XML #

ToByteString ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

FromText ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToText ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Methods

toText :: ChangeType -> Text #

type Rep ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

type Rep ChangeType = D1 ('MetaData "ChangeType" "Amazonka.CloudFormation.Types.ChangeType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ChangeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeprecatedStatus

newtype DeprecatedStatus Source #

Instances

Instances details
Eq DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Ord DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Read DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Show DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Generic DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Associated Types

type Rep DeprecatedStatus :: Type -> Type #

NFData DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Methods

rnf :: DeprecatedStatus -> () #

Hashable DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToJSON DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToJSONKey DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

FromJSON DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

FromJSONKey DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToLog DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToHeader DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToQuery DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

FromXML DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToXML DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToByteString DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

FromText DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToText DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

type Rep DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

type Rep DeprecatedStatus = D1 ('MetaData "DeprecatedStatus" "Amazonka.CloudFormation.Types.DeprecatedStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "DeprecatedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeprecatedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DifferenceType

newtype DifferenceType Source #

Constructors

DifferenceType' 

Instances

Instances details
Eq DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Ord DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Read DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Show DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Generic DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Associated Types

type Rep DifferenceType :: Type -> Type #

NFData DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Methods

rnf :: DifferenceType -> () #

Hashable DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToJSON DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToJSONKey DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

FromJSON DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

FromJSONKey DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToLog DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToHeader DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToQuery DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

FromXML DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToXML DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Methods

toXML :: DifferenceType -> XML #

ToByteString DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

FromText DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToText DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

type Rep DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

type Rep DifferenceType = D1 ('MetaData "DifferenceType" "Amazonka.CloudFormation.Types.DifferenceType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "DifferenceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDifferenceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvaluationType

newtype EvaluationType Source #

Constructors

EvaluationType' 

Instances

Instances details
Eq EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Ord EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Read EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Show EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Generic EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Associated Types

type Rep EvaluationType :: Type -> Type #

NFData EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Methods

rnf :: EvaluationType -> () #

Hashable EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToJSON EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

FromJSON EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

FromJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToLog EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToHeader EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToQuery EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

FromXML EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToXML EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Methods

toXML :: EvaluationType -> XML #

ToByteString EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

FromText EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToText EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

type Rep EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

type Rep EvaluationType = D1 ('MetaData "EvaluationType" "Amazonka.CloudFormation.Types.EvaluationType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "EvaluationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvaluationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.CloudFormation.Types.ExecutionStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HandlerErrorCode

newtype HandlerErrorCode Source #

Instances

Instances details
Eq HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Ord HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Read HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Show HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Generic HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Associated Types

type Rep HandlerErrorCode :: Type -> Type #

NFData HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Methods

rnf :: HandlerErrorCode -> () #

Hashable HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToJSONKey HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

FromJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

FromJSONKey HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToLog HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToHeader HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToQuery HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

FromXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToByteString HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

FromText HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToText HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

type Rep HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

type Rep HandlerErrorCode = D1 ('MetaData "HandlerErrorCode" "Amazonka.CloudFormation.Types.HandlerErrorCode" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "HandlerErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHandlerErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityProvider

newtype IdentityProvider Source #

Instances

Instances details
Eq IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Ord IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Read IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Show IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Generic IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Associated Types

type Rep IdentityProvider :: Type -> Type #

NFData IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Methods

rnf :: IdentityProvider -> () #

Hashable IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToJSON IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToJSONKey IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

FromJSON IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

FromJSONKey IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToLog IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToHeader IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToQuery IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

FromXML IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToXML IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToByteString IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

FromText IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToText IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

type Rep IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

type Rep IdentityProvider = D1 ('MetaData "IdentityProvider" "Amazonka.CloudFormation.Types.IdentityProvider" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "IdentityProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OnFailure

newtype OnFailure Source #

Constructors

OnFailure' 

Fields

Bundled Patterns

pattern OnFailure_DELETE :: OnFailure 
pattern OnFailure_DO_NOTHING :: OnFailure 
pattern OnFailure_ROLLBACK :: OnFailure 

Instances

Instances details
Eq OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Ord OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Read OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Show OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Generic OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Associated Types

type Rep OnFailure :: Type -> Type #

NFData OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

rnf :: OnFailure -> () #

Hashable OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToJSON OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToJSONKey OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

FromJSON OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

FromJSONKey OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToLog OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToHeader OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToQuery OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

FromXML OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToXML OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

toXML :: OnFailure -> XML #

ToByteString OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

toBS :: OnFailure -> ByteString #

FromText OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToText OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

toText :: OnFailure -> Text #

type Rep OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

type Rep OnFailure = D1 ('MetaData "OnFailure" "Amazonka.CloudFormation.Types.OnFailure" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "OnFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
Eq OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Read OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.CloudFormation.Types.OperationStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PermissionModels

newtype PermissionModels Source #

Instances

Instances details
Eq PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Ord PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Read PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Show PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Generic PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Associated Types

type Rep PermissionModels :: Type -> Type #

NFData PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Methods

rnf :: PermissionModels -> () #

Hashable PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToJSON PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToJSONKey PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

FromJSON PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

FromJSONKey PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToLog PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToHeader PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToQuery PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

FromXML PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToXML PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToByteString PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

FromText PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToText PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

type Rep PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

type Rep PermissionModels = D1 ('MetaData "PermissionModels" "Amazonka.CloudFormation.Types.PermissionModels" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "PermissionModels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPermissionModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisioningType

newtype ProvisioningType Source #

Instances

Instances details
Eq ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Ord ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Read ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Show ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Generic ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Associated Types

type Rep ProvisioningType :: Type -> Type #

NFData ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Methods

rnf :: ProvisioningType -> () #

Hashable ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToJSON ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToJSONKey ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

FromJSON ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

FromJSONKey ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToLog ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToHeader ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToQuery ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

FromXML ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToXML ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToByteString ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

FromText ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToText ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

type Rep ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

type Rep ProvisioningType = D1 ('MetaData "ProvisioningType" "Amazonka.CloudFormation.Types.ProvisioningType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ProvisioningType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisioningType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PublisherStatus

newtype PublisherStatus Source #

Constructors

PublisherStatus' 

Instances

Instances details
Eq PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Ord PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Read PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Show PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Generic PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Associated Types

type Rep PublisherStatus :: Type -> Type #

NFData PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Methods

rnf :: PublisherStatus -> () #

Hashable PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToJSON PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToJSONKey PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

FromJSON PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

FromJSONKey PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToLog PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToHeader PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToQuery PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

FromXML PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToXML PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Methods

toXML :: PublisherStatus -> XML #

ToByteString PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

FromText PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToText PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

type Rep PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

type Rep PublisherStatus = D1 ('MetaData "PublisherStatus" "Amazonka.CloudFormation.Types.PublisherStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "PublisherStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPublisherStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegionConcurrencyType

newtype RegionConcurrencyType Source #

Instances

Instances details
Eq RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Ord RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Read RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Show RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Generic RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Associated Types

type Rep RegionConcurrencyType :: Type -> Type #

NFData RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Methods

rnf :: RegionConcurrencyType -> () #

Hashable RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToJSON RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToJSONKey RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

FromJSON RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

FromJSONKey RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToLog RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToHeader RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToQuery RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

FromXML RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToXML RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToByteString RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

FromText RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToText RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

type Rep RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

type Rep RegionConcurrencyType = D1 ('MetaData "RegionConcurrencyType" "Amazonka.CloudFormation.Types.RegionConcurrencyType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "RegionConcurrencyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegionConcurrencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.CloudFormation.Types.RegistrationStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistryType

newtype RegistryType Source #

Constructors

RegistryType' 

Bundled Patterns

pattern RegistryType_MODULE :: RegistryType 
pattern RegistryType_RESOURCE :: RegistryType 

Instances

Instances details
Eq RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Ord RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Read RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Show RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Generic RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Associated Types

type Rep RegistryType :: Type -> Type #

NFData RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Methods

rnf :: RegistryType -> () #

Hashable RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToJSON RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToJSONKey RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

FromJSON RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

FromJSONKey RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToLog RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToHeader RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToQuery RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

FromXML RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToXML RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Methods

toXML :: RegistryType -> XML #

ToByteString RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

FromText RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToText RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Methods

toText :: RegistryType -> Text #

type Rep RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

type Rep RegistryType = D1 ('MetaData "RegistryType" "Amazonka.CloudFormation.Types.RegistryType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "RegistryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Replacement

newtype Replacement Source #

Constructors

Replacement' 

Instances

Instances details
Eq Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Ord Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Read Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Show Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Generic Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Associated Types

type Rep Replacement :: Type -> Type #

NFData Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Methods

rnf :: Replacement -> () #

Hashable Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToJSON Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToJSONKey Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

FromJSON Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

FromJSONKey Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToLog Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToHeader Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToQuery Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

FromXML Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToXML Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Methods

toXML :: Replacement -> XML #

ToByteString Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

FromText Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToText Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Methods

toText :: Replacement -> Text #

type Rep Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

type Rep Replacement = D1 ('MetaData "Replacement" "Amazonka.CloudFormation.Types.Replacement" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "Replacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequiresRecreation

newtype RequiresRecreation Source #

Instances

Instances details
Eq RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Ord RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Read RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Show RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Generic RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Associated Types

type Rep RequiresRecreation :: Type -> Type #

NFData RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Methods

rnf :: RequiresRecreation -> () #

Hashable RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToJSON RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToJSONKey RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

FromJSON RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

FromJSONKey RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToLog RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToHeader RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToQuery RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

FromXML RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToXML RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToByteString RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

FromText RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToText RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

type Rep RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

type Rep RequiresRecreation = D1 ('MetaData "RequiresRecreation" "Amazonka.CloudFormation.Types.RequiresRecreation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "RequiresRecreation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceAttribute

newtype ResourceAttribute Source #

Instances

Instances details
Eq ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Ord ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Read ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Show ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Generic ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Associated Types

type Rep ResourceAttribute :: Type -> Type #

NFData ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Methods

rnf :: ResourceAttribute -> () #

Hashable ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToJSON ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToJSONKey ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

FromJSON ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

FromJSONKey ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToLog ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToHeader ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToQuery ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

FromXML ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToXML ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToByteString ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

FromText ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToText ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

type Rep ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

type Rep ResourceAttribute = D1 ('MetaData "ResourceAttribute" "Amazonka.CloudFormation.Types.ResourceAttribute" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ResourceAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceSignalStatus

newtype ResourceSignalStatus Source #

Instances

Instances details
Eq ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Ord ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Read ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Show ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Generic ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Associated Types

type Rep ResourceSignalStatus :: Type -> Type #

NFData ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Methods

rnf :: ResourceSignalStatus -> () #

Hashable ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToJSON ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToJSONKey ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

FromJSON ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

FromJSONKey ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToLog ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToHeader ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToQuery ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

FromXML ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToXML ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToByteString ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

FromText ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToText ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

type Rep ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

type Rep ResourceSignalStatus = D1 ('MetaData "ResourceSignalStatus" "Amazonka.CloudFormation.Types.ResourceSignalStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ResourceSignalStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceSignalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceStatus

newtype ResourceStatus Source #

Constructors

ResourceStatus' 

Instances

Instances details
Eq ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Ord ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Read ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Show ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Generic ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Associated Types

type Rep ResourceStatus :: Type -> Type #

NFData ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Methods

rnf :: ResourceStatus -> () #

Hashable ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToJSONKey ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

FromJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

FromJSONKey ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToLog ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToHeader ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToQuery ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

FromXML ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToXML ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Methods

toXML :: ResourceStatus -> XML #

ToByteString ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

FromText ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToText ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

type Rep ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

type Rep ResourceStatus = D1 ('MetaData "ResourceStatus" "Amazonka.CloudFormation.Types.ResourceStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackDriftDetectionStatus

newtype StackDriftDetectionStatus Source #

Instances

Instances details
Eq StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Ord StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Read StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Show StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Generic StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Associated Types

type Rep StackDriftDetectionStatus :: Type -> Type #

NFData StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Hashable StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToJSON StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToJSONKey StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

FromJSON StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

FromJSONKey StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToLog StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToHeader StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToQuery StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

FromXML StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToXML StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToByteString StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

FromText StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToText StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

type Rep StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

type Rep StackDriftDetectionStatus = D1 ('MetaData "StackDriftDetectionStatus" "Amazonka.CloudFormation.Types.StackDriftDetectionStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackDriftDetectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackDriftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackDriftStatus

newtype StackDriftStatus Source #

Instances

Instances details
Eq StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Ord StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Read StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Show StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Generic StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Associated Types

type Rep StackDriftStatus :: Type -> Type #

NFData StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Methods

rnf :: StackDriftStatus -> () #

Hashable StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToJSON StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToJSONKey StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

FromJSON StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

FromJSONKey StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToLog StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToHeader StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToQuery StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

FromXML StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToXML StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToByteString StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

FromText StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToText StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

type Rep StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

type Rep StackDriftStatus = D1 ('MetaData "StackDriftStatus" "Amazonka.CloudFormation.Types.StackDriftStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceDetailedStatus

newtype StackInstanceDetailedStatus Source #

Instances

Instances details
Eq StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Ord StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Read StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Show StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Generic StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Associated Types

type Rep StackInstanceDetailedStatus :: Type -> Type #

NFData StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Hashable StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToJSON StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToJSONKey StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

FromJSON StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

FromJSONKey StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToLog StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToHeader StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToQuery StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

FromXML StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToXML StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToByteString StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

FromText StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToText StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

type Rep StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

type Rep StackInstanceDetailedStatus = D1 ('MetaData "StackInstanceDetailedStatus" "Amazonka.CloudFormation.Types.StackInstanceDetailedStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackInstanceDetailedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceDetailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceFilterName

newtype StackInstanceFilterName Source #

Instances

Instances details
Eq StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Ord StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Read StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Show StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Generic StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Associated Types

type Rep StackInstanceFilterName :: Type -> Type #

NFData StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Methods

rnf :: StackInstanceFilterName -> () #

Hashable StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToJSON StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToJSONKey StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

FromJSON StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

FromJSONKey StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToLog StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToHeader StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToQuery StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

FromXML StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToXML StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToByteString StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

FromText StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToText StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

type Rep StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

type Rep StackInstanceFilterName = D1 ('MetaData "StackInstanceFilterName" "Amazonka.CloudFormation.Types.StackInstanceFilterName" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackInstanceFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceStatus

newtype StackInstanceStatus Source #

Instances

Instances details
Eq StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Ord StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Read StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Show StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Generic StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Associated Types

type Rep StackInstanceStatus :: Type -> Type #

NFData StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Methods

rnf :: StackInstanceStatus -> () #

Hashable StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToJSON StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToJSONKey StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

FromJSON StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

FromJSONKey StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToLog StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToHeader StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToQuery StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

FromXML StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToXML StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToByteString StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

FromText StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToText StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

type Rep StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

type Rep StackInstanceStatus = D1 ('MetaData "StackInstanceStatus" "Amazonka.CloudFormation.Types.StackInstanceStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackInstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackResourceDriftStatus

newtype StackResourceDriftStatus Source #

Instances

Instances details
Eq StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Ord StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Read StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Show StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Generic StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Associated Types

type Rep StackResourceDriftStatus :: Type -> Type #

NFData StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Hashable StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToJSON StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToJSONKey StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

FromJSON StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

FromJSONKey StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToLog StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToHeader StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToQuery StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

FromXML StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToXML StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToByteString StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

FromText StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToText StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

type Rep StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

type Rep StackResourceDriftStatus = D1 ('MetaData "StackResourceDriftStatus" "Amazonka.CloudFormation.Types.StackResourceDriftStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackResourceDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetDriftDetectionStatus

newtype StackSetDriftDetectionStatus Source #

Instances

Instances details
Eq StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Ord StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Read StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Show StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Generic StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Associated Types

type Rep StackSetDriftDetectionStatus :: Type -> Type #

NFData StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Hashable StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToJSON StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToJSONKey StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

FromJSON StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

FromJSONKey StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToLog StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToHeader StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToQuery StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

FromXML StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToXML StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToByteString StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

FromText StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToText StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

type Rep StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

type Rep StackSetDriftDetectionStatus = D1 ('MetaData "StackSetDriftDetectionStatus" "Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetDriftDetectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetDriftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetDriftStatus

newtype StackSetDriftStatus Source #

Instances

Instances details
Eq StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Ord StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Read StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Show StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Generic StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Associated Types

type Rep StackSetDriftStatus :: Type -> Type #

NFData StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Methods

rnf :: StackSetDriftStatus -> () #

Hashable StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToJSON StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToJSONKey StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

FromJSON StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

FromJSONKey StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToLog StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToHeader StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToQuery StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

FromXML StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToXML StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToByteString StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

FromText StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToText StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

type Rep StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

type Rep StackSetDriftStatus = D1 ('MetaData "StackSetDriftStatus" "Amazonka.CloudFormation.Types.StackSetDriftStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationAction

newtype StackSetOperationAction Source #

Instances

Instances details
Eq StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Ord StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Read StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Show StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Generic StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Associated Types

type Rep StackSetOperationAction :: Type -> Type #

NFData StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Methods

rnf :: StackSetOperationAction -> () #

Hashable StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToJSON StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToJSONKey StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

FromJSON StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

FromJSONKey StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToLog StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToHeader StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToQuery StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

FromXML StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToXML StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToByteString StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

FromText StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToText StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

type Rep StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

type Rep StackSetOperationAction = D1 ('MetaData "StackSetOperationAction" "Amazonka.CloudFormation.Types.StackSetOperationAction" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetOperationAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationResultStatus

newtype StackSetOperationResultStatus Source #

Instances

Instances details
Eq StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Ord StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Read StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Show StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Generic StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Associated Types

type Rep StackSetOperationResultStatus :: Type -> Type #

NFData StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Hashable StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToJSON StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToJSONKey StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

FromJSON StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

FromJSONKey StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToLog StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToHeader StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToQuery StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

FromXML StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToXML StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToByteString StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

FromText StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToText StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

type Rep StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

type Rep StackSetOperationResultStatus = D1 ('MetaData "StackSetOperationResultStatus" "Amazonka.CloudFormation.Types.StackSetOperationResultStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetOperationResultStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationResultStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationStatus

newtype StackSetOperationStatus Source #

Instances

Instances details
Eq StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Ord StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Read StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Show StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Generic StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Associated Types

type Rep StackSetOperationStatus :: Type -> Type #

NFData StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Methods

rnf :: StackSetOperationStatus -> () #

Hashable StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToJSON StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToJSONKey StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

FromJSON StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

FromJSONKey StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToLog StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToHeader StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToQuery StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

FromXML StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToXML StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToByteString StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

FromText StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToText StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

type Rep StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

type Rep StackSetOperationStatus = D1 ('MetaData "StackSetOperationStatus" "Amazonka.CloudFormation.Types.StackSetOperationStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetOperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetStatus

newtype StackSetStatus Source #

Constructors

StackSetStatus' 

Instances

Instances details
Eq StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Ord StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Read StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Show StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Generic StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Associated Types

type Rep StackSetStatus :: Type -> Type #

NFData StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Methods

rnf :: StackSetStatus -> () #

Hashable StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToJSON StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToJSONKey StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

FromJSON StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

FromJSONKey StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToLog StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToHeader StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToQuery StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

FromXML StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToXML StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Methods

toXML :: StackSetStatus -> XML #

ToByteString StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

FromText StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToText StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

type Rep StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

type Rep StackSetStatus = D1 ('MetaData "StackSetStatus" "Amazonka.CloudFormation.Types.StackSetStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackSetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackStatus

newtype StackStatus Source #

Constructors

StackStatus' 

Instances

Instances details
Eq StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Ord StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Read StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Show StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Generic StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Associated Types

type Rep StackStatus :: Type -> Type #

NFData StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Methods

rnf :: StackStatus -> () #

Hashable StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToJSON StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToJSONKey StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

FromJSON StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

FromJSONKey StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToLog StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToHeader StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToQuery StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

FromXML StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToXML StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Methods

toXML :: StackStatus -> XML #

ToByteString StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

FromText StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToText StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Methods

toText :: StackStatus -> Text #

type Rep StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

type Rep StackStatus = D1 ('MetaData "StackStatus" "Amazonka.CloudFormation.Types.StackStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "StackStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateStage

newtype TemplateStage Source #

Constructors

TemplateStage' 

Instances

Instances details
Eq TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Ord TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Read TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Show TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Generic TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Associated Types

type Rep TemplateStage :: Type -> Type #

NFData TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Methods

rnf :: TemplateStage -> () #

Hashable TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToJSON TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToJSONKey TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

FromJSON TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

FromJSONKey TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToLog TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToHeader TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToQuery TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

FromXML TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToXML TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Methods

toXML :: TemplateStage -> XML #

ToByteString TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

FromText TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToText TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Methods

toText :: TemplateStage -> Text #

type Rep TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

type Rep TemplateStage = D1 ('MetaData "TemplateStage" "Amazonka.CloudFormation.Types.TemplateStage" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "TemplateStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateStage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ThirdPartyType

newtype ThirdPartyType Source #

Constructors

ThirdPartyType' 

Instances

Instances details
Eq ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Ord ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Read ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Show ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Generic ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Associated Types

type Rep ThirdPartyType :: Type -> Type #

NFData ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Methods

rnf :: ThirdPartyType -> () #

Hashable ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToJSON ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToJSONKey ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

FromJSON ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

FromJSONKey ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToLog ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToHeader ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToQuery ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

FromXML ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToXML ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Methods

toXML :: ThirdPartyType -> XML #

ToByteString ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

FromText ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToText ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

type Rep ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

type Rep ThirdPartyType = D1 ('MetaData "ThirdPartyType" "Amazonka.CloudFormation.Types.ThirdPartyType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "ThirdPartyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThirdPartyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TypeTestsStatus

newtype TypeTestsStatus Source #

Constructors

TypeTestsStatus' 

Instances

Instances details
Eq TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Ord TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Read TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Show TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Generic TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Associated Types

type Rep TypeTestsStatus :: Type -> Type #

NFData TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Methods

rnf :: TypeTestsStatus -> () #

Hashable TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToJSON TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToJSONKey TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

FromJSON TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

FromJSONKey TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToLog TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToHeader TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToQuery TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

FromXML TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToXML TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Methods

toXML :: TypeTestsStatus -> XML #

ToByteString TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

FromText TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToText TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

type Rep TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

type Rep TypeTestsStatus = D1 ('MetaData "TypeTestsStatus" "Amazonka.CloudFormation.Types.TypeTestsStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "TypeTestsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTypeTestsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VersionBump

newtype VersionBump Source #

Constructors

VersionBump' 

Bundled Patterns

pattern VersionBump_MAJOR :: VersionBump 
pattern VersionBump_MINOR :: VersionBump 

Instances

Instances details
Eq VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Ord VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Read VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Show VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Generic VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Associated Types

type Rep VersionBump :: Type -> Type #

NFData VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Methods

rnf :: VersionBump -> () #

Hashable VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToJSON VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToJSONKey VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

FromJSON VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

FromJSONKey VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToLog VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToHeader VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToQuery VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

FromXML VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToXML VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Methods

toXML :: VersionBump -> XML #

ToByteString VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

FromText VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToText VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Methods

toText :: VersionBump -> Text #

type Rep VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

type Rep VersionBump = D1 ('MetaData "VersionBump" "Amazonka.CloudFormation.Types.VersionBump" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "VersionBump'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVersionBump") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Visibility

newtype Visibility Source #

Constructors

Visibility' 

Fields

Bundled Patterns

pattern Visibility_PRIVATE :: Visibility 
pattern Visibility_PUBLIC :: Visibility 

Instances

Instances details
Eq Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Ord Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Read Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Show Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Generic Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Associated Types

type Rep Visibility :: Type -> Type #

NFData Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Methods

rnf :: Visibility -> () #

Hashable Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToJSON Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToJSONKey Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

FromJSON Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

FromJSONKey Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToLog Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToHeader Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToQuery Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

FromXML Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToXML Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Methods

toXML :: Visibility -> XML #

ToByteString Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

FromText Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToText Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Methods

toText :: Visibility -> Text #

type Rep Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

type Rep Visibility = D1 ('MetaData "Visibility" "Amazonka.CloudFormation.Types.Visibility" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'True) (C1 ('MetaCons "Visibility'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountGateResult

data AccountGateResult Source #

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.

See: newAccountGateResult smart constructor.

Instances

Instances details
Eq AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Read AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Show AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Generic AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Associated Types

type Rep AccountGateResult :: Type -> Type #

NFData AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Methods

rnf :: AccountGateResult -> () #

Hashable AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

FromXML AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

type Rep AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

type Rep AccountGateResult = D1 ('MetaData "AccountGateResult" "Amazonka.CloudFormation.Types.AccountGateResult" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "AccountGateResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountGateStatus)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountGateResult :: AccountGateResult Source #

Create a value of AccountGateResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:AccountGateResult', accountGateResult_status - The status of the account gate function.

  • SUCCEEDED: The account gate function has determined that the account and Region passes any requirements for a stack set operation to occur. CloudFormation proceeds with the stack operation in that account and Region.
  • FAILED: The account gate function has determined that the account and Region does not meet the requirements for a stack set operation to occur. AWS CloudFormation cancels the stack set operation in that account and Region, and sets the stack set operation result status for that account and Region to FAILED.
  • SKIPPED: CloudFormation has skipped calling the account gate function for this account and Region, for one of the following reasons:

    • An account gate function has not been specified for the account and Region. CloudFormation proceeds with the stack set operation in this account and Region.
    • The AWSCloudFormationStackSetExecutionRole of the stack set adminstration account lacks permissions to invoke the function. CloudFormation proceeds with the stack set operation in this account and Region.
    • Either no action is necessary, or no action is possible, on the stack. CloudFormation skips the stack set operation in this account and Region.

$sel:statusReason:AccountGateResult', accountGateResult_statusReason - The reason for the account gate status assigned to this account and Region for the stack set operation.

AccountLimit

data AccountLimit Source #

The AccountLimit data type.

CloudFormation has the following limits per account:

  • Number of concurrent resources
  • Number of stacks
  • Number of stack outputs

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

See: newAccountLimit smart constructor.

Constructors

AccountLimit' (Maybe Int) (Maybe Text) 

Instances

Instances details
Eq AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Read AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Show AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Generic AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Associated Types

type Rep AccountLimit :: Type -> Type #

NFData AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Methods

rnf :: AccountLimit -> () #

Hashable AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

FromXML AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

type Rep AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

type Rep AccountLimit = D1 ('MetaData "AccountLimit" "Amazonka.CloudFormation.Types.AccountLimit" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "AccountLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountLimit :: AccountLimit Source #

Create a value of AccountLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:AccountLimit', accountLimit_value - The value that is associated with the account limit name.

$sel:name:AccountLimit', accountLimit_name - The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

AutoDeployment

data AutoDeployment Source #

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

See: newAutoDeployment smart constructor.

Constructors

AutoDeployment' (Maybe Bool) (Maybe Bool) 

Instances

Instances details
Eq AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Read AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Show AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Generic AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Associated Types

type Rep AutoDeployment :: Type -> Type #

NFData AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Methods

rnf :: AutoDeployment -> () #

Hashable AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

ToQuery AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

FromXML AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

type Rep AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

type Rep AutoDeployment = D1 ('MetaData "AutoDeployment" "Amazonka.CloudFormation.Types.AutoDeployment" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "AutoDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retainStacksOnAccountRemoval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAutoDeployment :: AutoDeployment Source #

Create a value of AutoDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:AutoDeployment', autoDeployment_enabled - 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.

$sel:retainStacksOnAccountRemoval:AutoDeployment', autoDeployment_retainStacksOnAccountRemoval - 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.

BatchDescribeTypeConfigurationsError

data BatchDescribeTypeConfigurationsError Source #

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

See: newBatchDescribeTypeConfigurationsError smart constructor.

Instances

Instances details
Eq BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Read BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Show BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Generic BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

NFData BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Hashable BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

FromXML BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

type Rep BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

type Rep BatchDescribeTypeConfigurationsError = D1 ('MetaData "BatchDescribeTypeConfigurationsError" "Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurationsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeConfigurationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypeConfigurationIdentifier)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

Change

data Change Source #

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

See: newChange smart constructor.

Instances

Instances details
Eq Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

(==) :: Change -> Change -> Bool #

(/=) :: Change -> Change -> Bool #

Read Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Show Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Generic Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Associated Types

type Rep Change :: Type -> Type #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

NFData Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

rnf :: Change -> () #

Hashable Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

FromXML Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

type Rep Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

type Rep Change = D1 ('MetaData "Change" "Amazonka.CloudFormation.Types.Change" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Change'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceChange)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeType))))

newChange :: Change Source #

Create a value of Change with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceChange:Change', change_resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation will perform.

$sel:type':Change', change_type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.

ChangeSetSummary

data ChangeSetSummary Source #

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

See: newChangeSetSummary smart constructor.

Instances

Instances details
Eq ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Read ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Show ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Generic ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Associated Types

type Rep ChangeSetSummary :: Type -> Type #

NFData ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Methods

rnf :: ChangeSetSummary -> () #

Hashable ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

FromXML ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

type Rep ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

type Rep ChangeSetSummary = D1 ('MetaData "ChangeSetSummary" "Amazonka.CloudFormation.Types.ChangeSetSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ChangeSetSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSetStatus)) :*: S1 ('MetaSel ('Just "parentChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "includeNestedStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "rootChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newChangeSetSummary :: ChangeSetSummary Source #

Create a value of ChangeSetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:ChangeSetSummary', changeSetSummary_creationTime - The start time when the change set was created, in UTC.

$sel:status:ChangeSetSummary', changeSetSummary_status - The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

$sel:parentChangeSetId:ChangeSetSummary', changeSetSummary_parentChangeSetId - The parent change set ID.

$sel:changeSetName:ChangeSetSummary', changeSetSummary_changeSetName - The name of the change set.

$sel:executionStatus:ChangeSetSummary', changeSetSummary_executionStatus - 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.

$sel:changeSetId:ChangeSetSummary', changeSetSummary_changeSetId - The ID of the change set.

$sel:includeNestedStacks:ChangeSetSummary', changeSetSummary_includeNestedStacks - Specifies the current setting of IncludeNestedStacks for the change set.

$sel:rootChangeSetId:ChangeSetSummary', changeSetSummary_rootChangeSetId - The root change set ID.

$sel:statusReason:ChangeSetSummary', changeSetSummary_statusReason - A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.

$sel:stackId:ChangeSetSummary', changeSetSummary_stackId - The ID of the stack with which the change set is associated.

$sel:description:ChangeSetSummary', changeSetSummary_description - Descriptive information about the change set.

$sel:stackName:ChangeSetSummary', changeSetSummary_stackName - The name of the stack with which the change set is associated.

DeploymentTargets

data DeploymentTargets Source #

Service-managed permissions
The Organizations accounts to which StackSets deploys. StackSets does not 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.

See: newDeploymentTargets smart constructor.

Constructors

DeploymentTargets' (Maybe [Text]) (Maybe [Text]) (Maybe Text) 

Instances

Instances details
Eq DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Read DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Show DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Generic DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Associated Types

type Rep DeploymentTargets :: Type -> Type #

NFData DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Methods

rnf :: DeploymentTargets -> () #

Hashable DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

ToQuery DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

FromXML DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

type Rep DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

type Rep DeploymentTargets = D1 ('MetaData "DeploymentTargets" "Amazonka.CloudFormation.Types.DeploymentTargets" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DeploymentTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "organizationalUnitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "accountsUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeploymentTargets :: DeploymentTargets Source #

Create a value of DeploymentTargets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:DeploymentTargets', deploymentTargets_accounts - The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

$sel:organizationalUnitIds:DeploymentTargets', deploymentTargets_organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

$sel:accountsUrl:DeploymentTargets', deploymentTargets_accountsUrl - Returns the value of the AccountsUrl property.

Export

data Export Source #

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

See: newExport smart constructor.

Constructors

Export' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

(==) :: Export -> Export -> Bool #

(/=) :: Export -> Export -> Bool #

Read Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Show Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Generic Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Associated Types

type Rep Export :: Type -> Type #

Methods

from :: Export -> Rep Export x #

to :: Rep Export x -> Export #

NFData Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

rnf :: Export -> () #

Hashable Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

hashWithSalt :: Int -> Export -> Int #

hash :: Export -> Int #

FromXML Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

type Rep Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

type Rep Export = D1 ('MetaData "Export" "Amazonka.CloudFormation.Types.Export" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Export'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "exportingStackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExport :: Export Source #

Create a value of Export with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Export', export_value - 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.

$sel:exportingStackId:Export', export_exportingStackId - The stack that contains the exported output name and value.

$sel:name:Export', export_name - 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.

LoggingConfig

data LoggingConfig Source #

Contains logging configuration information for an extension.

See: newLoggingConfig smart constructor.

Constructors

LoggingConfig' Text Text 

Instances

Instances details
Eq LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Read LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Show LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Generic LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Associated Types

type Rep LoggingConfig :: Type -> Type #

NFData LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Methods

rnf :: LoggingConfig -> () #

Hashable LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

ToQuery LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

FromXML LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

type Rep LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

type Rep LoggingConfig = D1 ('MetaData "LoggingConfig" "Amazonka.CloudFormation.Types.LoggingConfig" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "LoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLoggingConfig Source #

Create a value of LoggingConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logRoleArn:LoggingConfig', loggingConfig_logRoleArn - The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.

$sel:logGroupName:LoggingConfig', loggingConfig_logGroupName - The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the extension's handlers.

ModuleInfo

data ModuleInfo Source #

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 on modules, see Using modules to encapsulate and reuse resource configurations in the CloudFormation User Guide.

See: newModuleInfo smart constructor.

Constructors

ModuleInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Read ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Show ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Generic ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Associated Types

type Rep ModuleInfo :: Type -> Type #

NFData ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Methods

rnf :: ModuleInfo -> () #

Hashable ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

FromXML ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

type Rep ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

type Rep ModuleInfo = D1 ('MetaData "ModuleInfo" "Amazonka.CloudFormation.Types.ModuleInfo" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ModuleInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logicalIdHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModuleInfo :: ModuleInfo Source #

Create a value of ModuleInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeHierarchy:ModuleInfo', moduleInfo_typeHierarchy - A concantenated list of the 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 is nested inside a parent module of type AWS::Second::Example::MODULE.

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

$sel:logicalIdHierarchy:ModuleInfo', moduleInfo_logicalIdHierarchy - A concantenated 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 is nested inside a parent module, moduleB.

moduleA/moduleB

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

Output

data Output Source #

The Output data type.

See: newOutput smart constructor.

Constructors

Output' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

Read Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Show Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Generic Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Associated Types

type Rep Output :: Type -> Type #

Methods

from :: Output -> Rep Output x #

to :: Rep Output x -> Output #

NFData Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

rnf :: Output -> () #

Hashable Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

hashWithSalt :: Int -> Output -> Int #

hash :: Output -> Int #

FromXML Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

type Rep Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

type Rep Output = D1 ('MetaData "Output" "Amazonka.CloudFormation.Types.Output" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Output'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "outputValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "exportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOutput :: Output Source #

Create a value of Output with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputValue:Output', output_outputValue - The value associated with the output.

$sel:outputKey:Output', output_outputKey - The key associated with the output.

$sel:exportName:Output', output_exportName - The name of the export associated with the output.

$sel:description:Output', output_description - User defined description associated with the output.

Parameter

data Parameter Source #

The Parameter data type.

See: newParameter smart constructor.

Instances

Instances details
Eq Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Read Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Show Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Generic Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Associated Types

type Rep Parameter :: Type -> Type #

NFData Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Methods

rnf :: Parameter -> () #

Hashable Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

ToQuery Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

FromXML Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

type Rep Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

type Rep Parameter = D1 ('MetaData "Parameter" "Amazonka.CloudFormation.Types.Parameter" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Parameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolvedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "usePreviousValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newParameter :: Parameter Source #

Create a value of Parameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterValue:Parameter', parameter_parameterValue - The input value associated with the parameter.

$sel:resolvedValue:Parameter', parameter_resolvedValue - Read-only. The value that corresponds to a Systems Manager parameter key. This field is returned only for SSM parameter types in the template.

$sel:parameterKey:Parameter', parameter_parameterKey - 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 is specified in your template.

$sel:usePreviousValue:Parameter', parameter_usePreviousValue - 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.

ParameterConstraints

data ParameterConstraints Source #

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.

See: newParameterConstraints smart constructor.

Constructors

ParameterConstraints' (Maybe [Text]) 

Instances

Instances details
Eq ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Read ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Show ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Generic ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Associated Types

type Rep ParameterConstraints :: Type -> Type #

NFData ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Methods

rnf :: ParameterConstraints -> () #

Hashable ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

FromXML ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

type Rep ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

type Rep ParameterConstraints = D1 ('MetaData "ParameterConstraints" "Amazonka.CloudFormation.Types.ParameterConstraints" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ParameterConstraints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newParameterConstraints :: ParameterConstraints Source #

Create a value of ParameterConstraints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowedValues:ParameterConstraints', parameterConstraints_allowedValues - A list of values that are permitted for a parameter.

ParameterDeclaration

data ParameterDeclaration Source #

The ParameterDeclaration data type.

See: newParameterDeclaration smart constructor.

Instances

Instances details
Eq ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Read ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Show ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Generic ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Associated Types

type Rep ParameterDeclaration :: Type -> Type #

NFData ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Methods

rnf :: ParameterDeclaration -> () #

Hashable ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

FromXML ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

type Rep ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

type Rep ParameterDeclaration = D1 ('MetaData "ParameterDeclaration" "Amazonka.CloudFormation.Types.ParameterDeclaration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterConstraints)))) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "noEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newParameterDeclaration :: ParameterDeclaration Source #

Create a value of ParameterDeclaration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterKey:ParameterDeclaration', parameterDeclaration_parameterKey - The name that is associated with the parameter.

$sel:parameterType:ParameterDeclaration', parameterDeclaration_parameterType - The type of parameter.

$sel:parameterConstraints:ParameterDeclaration', parameterDeclaration_parameterConstraints - The criteria that CloudFormation uses to validate parameter values.

$sel:defaultValue:ParameterDeclaration', parameterDeclaration_defaultValue - The default value of the parameter.

$sel:noEcho:ParameterDeclaration', parameterDeclaration_noEcho - Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

$sel:description:ParameterDeclaration', parameterDeclaration_description - The description that is associate with the parameter.

PhysicalResourceIdContextKeyValuePair

data PhysicalResourceIdContextKeyValuePair Source #

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 are not enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

See: newPhysicalResourceIdContextKeyValuePair smart constructor.

Instances

Instances details
Eq PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Read PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Show PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Generic PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

NFData PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Hashable PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

FromXML PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

type Rep PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

type Rep PhysicalResourceIdContextKeyValuePair = D1 ('MetaData "PhysicalResourceIdContextKeyValuePair" "Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "PhysicalResourceIdContextKeyValuePair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPhysicalResourceIdContextKeyValuePair Source #

Create a value of PhysicalResourceIdContextKeyValuePair with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:PhysicalResourceIdContextKeyValuePair', physicalResourceIdContextKeyValuePair_key - The resource context key.

$sel:value:PhysicalResourceIdContextKeyValuePair', physicalResourceIdContextKeyValuePair_value - The resource context value.

PropertyDifference

data PropertyDifference Source #

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.

See: newPropertyDifference smart constructor.

Instances

Instances details
Eq PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Read PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Show PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Generic PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Associated Types

type Rep PropertyDifference :: Type -> Type #

NFData PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Methods

rnf :: PropertyDifference -> () #

Hashable PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

FromXML PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

type Rep PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

type Rep PropertyDifference = D1 ('MetaData "PropertyDifference" "Amazonka.CloudFormation.Types.PropertyDifference" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "PropertyDifference'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "propertyPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expectedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "actualValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "differenceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DifferenceType))))

newPropertyDifference Source #

Create a value of PropertyDifference with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:propertyPath:PropertyDifference', propertyDifference_propertyPath - The fully-qualified path to the resource property.

$sel:expectedValue:PropertyDifference', propertyDifference_expectedValue - The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.

$sel:actualValue:PropertyDifference', propertyDifference_actualValue - The actual property value of the resource property.

$sel:differenceType:PropertyDifference', propertyDifference_differenceType - The type of property difference.

  • ADD: A value has been added to a resource property that is an array or list data type.
  • REMOVE: The property has been removed from the current resource configuration.
  • NOT_EQUAL: The current property value differs from its expected value (as defined in the stack template and any values specified as template parameters).

RequiredActivatedType

data RequiredActivatedType Source #

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.

See: newRequiredActivatedType smart constructor.

Instances

Instances details
Eq RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Read RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Show RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Generic RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Associated Types

type Rep RequiredActivatedType :: Type -> Type #

NFData RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Methods

rnf :: RequiredActivatedType -> () #

Hashable RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

FromXML RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

type Rep RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

type Rep RequiredActivatedType = D1 ('MetaData "RequiredActivatedType" "Amazonka.CloudFormation.Types.RequiredActivatedType" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RequiredActivatedType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "originalTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeNameAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedMajorVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Natural])) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRequiredActivatedType :: RequiredActivatedType Source #

Create a value of RequiredActivatedType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:originalTypeName:RequiredActivatedType', requiredActivatedType_originalTypeName - 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.

$sel:typeNameAlias:RequiredActivatedType', requiredActivatedType_typeNameAlias - 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.

$sel:supportedMajorVersions:RequiredActivatedType', requiredActivatedType_supportedMajorVersions - A list of the major versions of the extension type that the macro supports.

$sel:publisherId:RequiredActivatedType', requiredActivatedType_publisherId - The publisher ID of the extension publisher.

ResourceChange

data ResourceChange Source #

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

See: newResourceChange smart constructor.

Instances

Instances details
Eq ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Read ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Show ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Generic ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Associated Types

type Rep ResourceChange :: Type -> Type #

NFData ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Methods

rnf :: ResourceChange -> () #

Hashable ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

FromXML ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

type Rep ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

newResourceChange :: ResourceChange Source #

Create a value of ResourceChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logicalResourceId:ResourceChange', resourceChange_logicalResourceId - The resource's logical ID, which is defined in the stack's template.

$sel:physicalResourceId:ResourceChange', resourceChange_physicalResourceId - The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.

$sel:resourceType:ResourceChange', resourceChange_resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.

$sel:action:ResourceChange', resourceChange_action - 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 cannot be determined).

$sel:changeSetId:ResourceChange', resourceChange_changeSetId - The change set ID of the nested change set.

$sel:moduleInfo:ResourceChange', resourceChange_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:scope:ResourceChange', resourceChange_scope - 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.

$sel:details:ResourceChange', resourceChange_details - For the Modify action, a list of ResourceChangeDetail structures that describes the changes that CloudFormation will make to the resource.

$sel:replacement:ResourceChange', resourceChange_replacement - 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.

ResourceChangeDetail

data ResourceChangeDetail Source #

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

See: newResourceChangeDetail smart constructor.

Instances

Instances details
Eq ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Read ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Show ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Generic ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Associated Types

type Rep ResourceChangeDetail :: Type -> Type #

NFData ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Methods

rnf :: ResourceChangeDetail -> () #

Hashable ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

FromXML ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

type Rep ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

type Rep ResourceChangeDetail = D1 ('MetaData "ResourceChangeDetail" "Amazonka.CloudFormation.Types.ResourceChangeDetail" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ResourceChangeDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "causingEntity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSource))) :*: (S1 ('MetaSel ('Just "evaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationType)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceTargetDefinition)))))

newResourceChangeDetail :: ResourceChangeDetail Source #

Create a value of ResourceChangeDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:causingEntity:ResourceChangeDetail', resourceChangeDetail_causingEntity - The identity of the entity that triggered this change. This entity is a member of the group that is 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.

$sel:changeSource:ResourceChangeDetail', resourceChangeDetail_changeSource - The group to which the CausingEntity value belongs. There are five entity groups:

  • ResourceReference entities are Ref intrinsic functions that refer to resources in the template, such as { "Ref" : "MyEC2InstanceResource" }.
  • ParameterReference entities are Ref intrinsic functions that get template parameter values, such as { "Ref" : "MyPasswordParameter" }.
  • ResourceAttribute entities are Fn::GetAtt intrinsic functions that get resource attribute values, such as { "Fn::GetAtt" : [ "MyEC2InstanceResource", "PublicDnsName" ] }.
  • DirectModification entities are changes that are made directly to the template.
  • Automatic entities are AWS::CloudFormation::Stack resource types, which are also known as nested stacks. If you made no changes to the AWS::CloudFormation::Stack resource, CloudFormation sets the ChangeSource to Automatic because the nested stack's template might have changed. Changes to a nested stack's template aren't visible to CloudFormation until you run an update on the parent stack.

$sel:evaluation:ResourceChangeDetail', resourceChangeDetail_evaluation - 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, cannot 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 is 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.

$sel:target:ResourceChangeDetail', resourceChangeDetail_target - A ResourceTargetDefinition structure that describes the field that CloudFormation will change and whether the resource will be recreated.

ResourceIdentifierSummary

data ResourceIdentifierSummary Source #

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.

See: newResourceIdentifierSummary smart constructor.

Instances

Instances details
Eq ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Read ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Show ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Generic ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Associated Types

type Rep ResourceIdentifierSummary :: Type -> Type #

NFData ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Hashable ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

FromXML ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

type Rep ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

type Rep ResourceIdentifierSummary = D1 ('MetaData "ResourceIdentifierSummary" "Amazonka.CloudFormation.Types.ResourceIdentifierSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ResourceIdentifierSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logicalResourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newResourceIdentifierSummary :: ResourceIdentifierSummary Source #

Create a value of ResourceIdentifierSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ResourceIdentifierSummary', resourceIdentifierSummary_resourceType - The template resource type of the target resources, such as AWS::S3::Bucket.

$sel:logicalResourceIds:ResourceIdentifierSummary', resourceIdentifierSummary_logicalResourceIds - The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

$sel:resourceIdentifiers:ResourceIdentifierSummary', resourceIdentifierSummary_resourceIdentifiers - 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.

ResourceTargetDefinition

data ResourceTargetDefinition Source #

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

See: newResourceTargetDefinition smart constructor.

Instances

Instances details
Eq ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Read ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Show ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Generic ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Associated Types

type Rep ResourceTargetDefinition :: Type -> Type #

NFData ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Hashable ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

FromXML ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

type Rep ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

type Rep ResourceTargetDefinition = D1 ('MetaData "ResourceTargetDefinition" "Amazonka.CloudFormation.Types.ResourceTargetDefinition" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ResourceTargetDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceAttribute)) :*: (S1 ('MetaSel ('Just "requiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequiresRecreation)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceTargetDefinition :: ResourceTargetDefinition Source #

Create a value of ResourceTargetDefinition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attribute:ResourceTargetDefinition', resourceTargetDefinition_attribute - Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

$sel:requiresRecreation:ResourceTargetDefinition', resourceTargetDefinition_requiresRecreation - 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.

$sel:name:ResourceTargetDefinition', resourceTargetDefinition_name - If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

ResourceToImport

data ResourceToImport Source #

Describes the target resource of an import operation.

See: newResourceToImport smart constructor.

Instances

Instances details
Eq ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Read ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Show ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Generic ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Associated Types

type Rep ResourceToImport :: Type -> Type #

NFData ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Methods

rnf :: ResourceToImport -> () #

Hashable ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

ToQuery ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

type Rep ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

type Rep ResourceToImport = D1 ('MetaData "ResourceToImport" "Amazonka.CloudFormation.Types.ResourceToImport" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "ResourceToImport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)))))

newResourceToImport Source #

Create a value of ResourceToImport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:ResourceToImport', resourceToImport_resourceType - 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.

$sel:logicalResourceId:ResourceToImport', resourceToImport_logicalResourceId - The logical ID of the target resource as specified in the template.

$sel:resourceIdentifier:ResourceToImport', resourceToImport_resourceIdentifier - 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).

RollbackConfiguration

data RollbackConfiguration Source #

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.

See: newRollbackConfiguration smart constructor.

Instances

Instances details
Eq RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Read RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Show RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Generic RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Associated Types

type Rep RollbackConfiguration :: Type -> Type #

NFData RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Methods

rnf :: RollbackConfiguration -> () #

Hashable RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

ToQuery RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

FromXML RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

type Rep RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

type Rep RollbackConfiguration = D1 ('MetaData "RollbackConfiguration" "Amazonka.CloudFormation.Types.RollbackConfiguration" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RollbackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rollbackTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RollbackTrigger])) :*: S1 ('MetaSel ('Just "monitoringTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRollbackConfiguration :: RollbackConfiguration Source #

Create a value of RollbackConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:rollbackTriggers:RollbackConfiguration', rollbackConfiguration_rollbackTriggers - 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:

  • To use the rollback triggers previously specified for this stack, if any, don't specify this parameter.
  • To specify new or updated rollback triggers, you must specify all the triggers that you want used for this stack, even triggers you've specifed before (for example, when creating the stack or during a previous stack update). Any triggers that you don't include in the updated list of triggers are no longer applied to the stack.
  • To remove all currently specified triggers, specify an empty list for this parameter.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

$sel:monitoringTimeInMinutes:RollbackConfiguration', rollbackConfiguration_monitoringTimeInMinutes - 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 do not 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.

RollbackTrigger

data RollbackTrigger Source #

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.

See: newRollbackTrigger smart constructor.

Constructors

RollbackTrigger' Text Text 

Instances

Instances details
Eq RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Read RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Show RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Generic RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Associated Types

type Rep RollbackTrigger :: Type -> Type #

NFData RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Methods

rnf :: RollbackTrigger -> () #

Hashable RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

ToQuery RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

FromXML RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

type Rep RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

type Rep RollbackTrigger = D1 ('MetaData "RollbackTrigger" "Amazonka.CloudFormation.Types.RollbackTrigger" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "RollbackTrigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRollbackTrigger Source #

Create a value of RollbackTrigger with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:RollbackTrigger', rollbackTrigger_arn - The Amazon Resource Name (ARN) of the rollback trigger.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

$sel:type':RollbackTrigger', rollbackTrigger_type - The resource type of the rollback trigger. Currently, AWS::CloudWatch::Alarm is the only supported resource type.

Stack

data Stack Source #

The Stack data type.

See: newStack smart constructor.

Instances

Instances details
Eq Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

(==) :: Stack -> Stack -> Bool #

(/=) :: Stack -> Stack -> Bool #

Read Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Show Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

showsPrec :: Int -> Stack -> ShowS #

show :: Stack -> String #

showList :: [Stack] -> ShowS #

Generic Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Associated Types

type Rep Stack :: Type -> Type #

Methods

from :: Stack -> Rep Stack x #

to :: Rep Stack x -> Stack #

NFData Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

rnf :: Stack -> () #

Hashable Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

hashWithSalt :: Int -> Stack -> Int #

hash :: Stack -> Int #

FromXML Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

parseXML :: [Node] -> Either String Stack #

type Rep Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

type Rep Stack = D1 ('MetaData "Stack" "Amazonka.CloudFormation.Types.Stack" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Stack'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "disableRollback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "rootId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "stackStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "enableTerminationProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftInformation)) :*: S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Output])) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])))))) :*: (((S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: (S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "stackStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackStatus)))))))

newStack Source #

Create a value of Stack with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:disableRollback:Stack', stack_disableRollback - Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback
  • false: enable rollback

$sel:lastUpdatedTime:Stack', stack_lastUpdatedTime - The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

$sel:rootId:Stack', stack_rootId - 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.

$sel:notificationARNs:Stack', stack_notificationARNs - SNS topic ARNs to which stack related events are published.

$sel:stackStatusReason:Stack', stack_stackStatusReason - Success/failure message associated with the stack status.

$sel:enableTerminationProtection:Stack', stack_enableTerminationProtection - Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and cannot be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

$sel:driftInformation:Stack', stack_driftInformation - Information on whether a stack's actual configuration differs, or has drifted, from it's 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.

$sel:changeSetId:Stack', stack_changeSetId - The unique ID of the change set.

$sel:deletionTime:Stack', stack_deletionTime - The time the stack was deleted.

$sel:outputs:Stack', stack_outputs - A list of output structures.

$sel:parameters:Stack', stack_parameters - A list of Parameter structures.

$sel:stackId:Stack', stack_stackId - Unique identifier of the stack.

$sel:description:Stack', stack_description - A user-defined description associated with the stack.

$sel:capabilities:Stack', stack_capabilities - The capabilities allowed in the stack.

$sel:rollbackConfiguration:Stack', stack_rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

$sel:tags:Stack', stack_tags - A list of Tags that specify information about the stack.

$sel:timeoutInMinutes:Stack', stack_timeoutInMinutes - The amount of time within which stack creation should complete.

$sel:parentId:Stack', stack_parentId - 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.

$sel:roleARN:Stack', stack_roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that is associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

$sel:stackName:Stack', stack_stackName - The name associated with the stack.

$sel:creationTime:Stack', stack_creationTime - The time at which the stack was created.

$sel:stackStatus:Stack', stack_stackStatus - Current status of the stack.

StackDriftInformation

data StackDriftInformation Source #

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.

See: newStackDriftInformation smart constructor.

Instances

Instances details
Eq StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Read StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Show StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Generic StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Associated Types

type Rep StackDriftInformation :: Type -> Type #

NFData StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Methods

rnf :: StackDriftInformation -> () #

Hashable StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

FromXML StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

type Rep StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

type Rep StackDriftInformation = D1 ('MetaData "StackDriftInformation" "Amazonka.CloudFormation.Types.StackDriftInformation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackDriftInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "stackDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackDriftStatus)))

newStackDriftInformation Source #

Create a value of StackDriftInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastCheckTimestamp:StackDriftInformation', stackDriftInformation_lastCheckTimestamp - Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

$sel:stackDriftStatus:StackDriftInformation', stackDriftInformation_stackDriftStatus - Status of the stack's actual configuration compared to its expected template configuration.

  • DRIFTED: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.
  • NOT_CHECKED: CloudFormation has not checked if the stack differs from its expected template configuration.
  • IN_SYNC: The stack's actual configuration matches its expected template configuration.
  • UNKNOWN: This value is reserved for future use.

StackDriftInformationSummary

data StackDriftInformationSummary Source #

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.

See: newStackDriftInformationSummary smart constructor.

Instances

Instances details
Eq StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Read StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Show StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Generic StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Associated Types

type Rep StackDriftInformationSummary :: Type -> Type #

NFData StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Hashable StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

FromXML StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

type Rep StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

type Rep StackDriftInformationSummary = D1 ('MetaData "StackDriftInformationSummary" "Amazonka.CloudFormation.Types.StackDriftInformationSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackDriftInformationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "stackDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackDriftStatus)))

newStackDriftInformationSummary Source #

Create a value of StackDriftInformationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastCheckTimestamp:StackDriftInformationSummary', stackDriftInformationSummary_lastCheckTimestamp - Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

$sel:stackDriftStatus:StackDriftInformationSummary', stackDriftInformationSummary_stackDriftStatus - Status of the stack's actual configuration compared to its expected template configuration.

  • DRIFTED: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.
  • NOT_CHECKED: CloudFormation has not checked if the stack differs from its expected template configuration.
  • IN_SYNC: The stack's actual configuration matches its expected template configuration.
  • UNKNOWN: This value is reserved for future use.

StackEvent

data StackEvent Source #

The StackEvent data type.

See: newStackEvent smart constructor.

Instances

Instances details
Eq StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Read StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Show StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Generic StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Associated Types

type Rep StackEvent :: Type -> Type #

NFData StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Methods

rnf :: StackEvent -> () #

Hashable StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

FromXML StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

type Rep StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

type Rep StackEvent = D1 ('MetaData "StackEvent" "Amazonka.CloudFormation.Types.StackEvent" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackEvent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))))

newStackEvent Source #

Create a value of StackEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logicalResourceId:StackEvent', stackEvent_logicalResourceId - The logical name of the resource specified in the template.

$sel:physicalResourceId:StackEvent', stackEvent_physicalResourceId - The name or unique identifier associated with the physical instance of the resource.

$sel:resourceType:StackEvent', stackEvent_resourceType - Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

$sel:resourceStatusReason:StackEvent', stackEvent_resourceStatusReason - Success/failure message associated with the resource.

$sel:resourceProperties:StackEvent', stackEvent_resourceProperties - BLOB of the properties used to create the resource.

$sel:resourceStatus:StackEvent', stackEvent_resourceStatus - Current status of the resource.

$sel:clientRequestToken:StackEvent', stackEvent_clientRequestToken - 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.

$sel:stackId:StackEvent', stackEvent_stackId - The unique ID name of the instance of the stack.

$sel:eventId:StackEvent', stackEvent_eventId - The unique ID of this event.

$sel:stackName:StackEvent', stackEvent_stackName - The name associated with a stack.

$sel:timestamp:StackEvent', stackEvent_timestamp - Time the status was updated.

StackInstance

data StackInstance Source #

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, as well as the ID of the actual stack and the stack status.

See: newStackInstance smart constructor.

Instances

Instances details
Eq StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Read StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Show StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Generic StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Associated Types

type Rep StackInstance :: Type -> Type #

NFData StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Methods

rnf :: StackInstance -> () #

Hashable StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

FromXML StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

type Rep StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

type Rep StackInstance = D1 ('MetaData "StackInstance" "Amazonka.CloudFormation.Types.StackInstance" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceStatus)) :*: S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus)) :*: S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceComprehensiveStatus)) :*: (S1 ('MetaSel ('Just "parameterOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newStackInstance :: StackInstance Source #

Create a value of StackInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StackInstance', stackInstance_status - The status of the stack instance, in terms of its synchronization with its associated stack set.

  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • OUTDATED: The stack isn't currently up to date with the stack set because:

    • The associated stack failed during a CreateStackSet or UpdateStackSet operation.
    • The stack was part of a CreateStackSet or UpdateStackSet operation that failed or was stopped before the stack was created or updated.
  • CURRENT: The stack is currently up to date with the stack set.

$sel:lastDriftCheckTimestamp:StackInstance', stackInstance_lastDriftCheckTimestamp - 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 has not yet been performed.

$sel:account:StackInstance', stackInstance_account - [Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.

$sel:driftStatus:StackInstance', stackInstance_driftStatus - Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.

  • DRIFTED: The stack differs from the expected template and parameter configuration of the stack set to which it belongs. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.
  • NOT_CHECKED: CloudFormation has not checked if the stack instance differs from its expected stack set configuration.
  • IN_SYNC: The stack instance's actual configuration matches its expected stack set configuration.
  • UNKNOWN: This value is reserved for future use.

$sel:organizationalUnitId:StackInstance', stackInstance_organizationalUnitId - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:region:StackInstance', stackInstance_region - The name of the Amazon Web Services Region that the stack instance is associated with.

$sel:statusReason:StackInstance', stackInstance_statusReason - The explanation for the specific status code that is assigned to this stack instance.

$sel:stackId:StackInstance', stackInstance_stackId - The ID of the stack instance.

$sel:stackInstanceStatus:StackInstance', stackInstance_stackInstanceStatus - The detailed status of the stack instance.

$sel:parameterOverrides:StackInstance', stackInstance_parameterOverrides - A list of parameters from the stack set template whose values have been overridden in this stack instance.

$sel:stackSetId:StackInstance', stackInstance_stackSetId - The name or unique ID of the stack set that the stack instance is associated with.

StackInstanceComprehensiveStatus

data StackInstanceComprehensiveStatus Source #

The detailed status of the stack instance.

See: newStackInstanceComprehensiveStatus smart constructor.

Instances

Instances details
Eq StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Read StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Show StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Generic StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Associated Types

type Rep StackInstanceComprehensiveStatus :: Type -> Type #

NFData StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Hashable StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

FromXML StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

type Rep StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

type Rep StackInstanceComprehensiveStatus = D1 ('MetaData "StackInstanceComprehensiveStatus" "Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstanceComprehensiveStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceDetailedStatus))))

newStackInstanceComprehensiveStatus :: StackInstanceComprehensiveStatus Source #

Create a value of StackInstanceComprehensiveStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:detailedStatus:StackInstanceComprehensiveStatus', stackInstanceComprehensiveStatus_detailedStatus - - CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.

  • FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • PENDING: The operation in the specified account and Region has yet to start.
  • RUNNING: The operation in the specified account and Region is currently in progress.
  • SUCCEEDED: The operation in the specified account and Region completed successfully.

StackInstanceFilter

data StackInstanceFilter Source #

The status that stack instances are filtered by.

See: newStackInstanceFilter smart constructor.

Instances

Instances details
Eq StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Read StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Show StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Generic StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Associated Types

type Rep StackInstanceFilter :: Type -> Type #

NFData StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Methods

rnf :: StackInstanceFilter -> () #

Hashable StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

ToQuery StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

type Rep StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

type Rep StackInstanceFilter = D1 ('MetaData "StackInstanceFilter" "Amazonka.CloudFormation.Types.StackInstanceFilter" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstanceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceFilterName))))

newStackInstanceFilter :: StackInstanceFilter Source #

Create a value of StackInstanceFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:values:StackInstanceFilter', stackInstanceFilter_values - The status to filter by.

$sel:name:StackInstanceFilter', stackInstanceFilter_name - The type of filter to apply.

StackInstanceSummary

data StackInstanceSummary Source #

The structure that contains summary information about a stack instance.

See: newStackInstanceSummary smart constructor.

Instances

Instances details
Eq StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Read StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Show StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Generic StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Associated Types

type Rep StackInstanceSummary :: Type -> Type #

NFData StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Methods

rnf :: StackInstanceSummary -> () #

Hashable StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

FromXML StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

type Rep StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

type Rep StackInstanceSummary = D1 ('MetaData "StackInstanceSummary" "Amazonka.CloudFormation.Types.StackInstanceSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstanceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceStatus)) :*: S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus)) :*: S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceComprehensiveStatus)) :*: S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newStackInstanceSummary :: StackInstanceSummary Source #

Create a value of StackInstanceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StackInstanceSummary', stackInstanceSummary_status - The status of the stack instance, in terms of its synchronization with its associated stack set.

  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • OUTDATED: The stack isn't currently up to date with the stack set because:

    • The associated stack failed during a CreateStackSet or UpdateStackSet operation.
    • The stack was part of a CreateStackSet or UpdateStackSet operation that failed or was stopped before the stack was created or updated.
  • CURRENT: The stack is currently up to date with the stack set.

$sel:lastDriftCheckTimestamp:StackInstanceSummary', stackInstanceSummary_lastDriftCheckTimestamp - 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 has not yet been performed.

$sel:account:StackInstanceSummary', stackInstanceSummary_account - [Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.

$sel:driftStatus:StackInstanceSummary', stackInstanceSummary_driftStatus - Status of the stack instance's actual configuration compared to the expected template and parameter configuration of the stack set to which it belongs.

  • DRIFTED: The stack differs from the expected template and parameter configuration of the stack set to which it belongs. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.
  • NOT_CHECKED: CloudFormation has not checked if the stack instance differs from its expected stack set configuration.
  • IN_SYNC: The stack instance's actual configuration matches its expected stack set configuration.
  • UNKNOWN: This value is reserved for future use.

$sel:organizationalUnitId:StackInstanceSummary', stackInstanceSummary_organizationalUnitId - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:region:StackInstanceSummary', stackInstanceSummary_region - The name of the Amazon Web Services Region that the stack instance is associated with.

$sel:statusReason:StackInstanceSummary', stackInstanceSummary_statusReason - The explanation for the specific status code assigned to this stack instance.

$sel:stackId:StackInstanceSummary', stackInstanceSummary_stackId - The ID of the stack instance.

$sel:stackInstanceStatus:StackInstanceSummary', stackInstanceSummary_stackInstanceStatus - The detailed status of the stack instance.

$sel:stackSetId:StackInstanceSummary', stackInstanceSummary_stackSetId - The name or unique ID of the stack set that the stack instance is associated with.

StackResource

data StackResource Source #

The StackResource data type.

See: newStackResource smart constructor.

Instances

Instances details
Eq StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Read StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Show StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Generic StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Associated Types

type Rep StackResource :: Type -> Type #

NFData StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Methods

rnf :: StackResource -> () #

Hashable StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

FromXML StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

type Rep StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

type Rep StackResource = D1 ('MetaData "StackResource" "Amazonka.CloudFormation.Types.StackResource" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformation)) :*: (S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceStatus))))))

newStackResource Source #

Create a value of StackResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:physicalResourceId:StackResource', stackResource_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

$sel:resourceStatusReason:StackResource', stackResource_resourceStatusReason - Success/failure message associated with the resource.

$sel:driftInformation:StackResource', stackResource_driftInformation - 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.

$sel:moduleInfo:StackResource', stackResource_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:stackId:StackResource', stackResource_stackId - Unique identifier of the stack.

$sel:description:StackResource', stackResource_description - User defined description associated with the resource.

$sel:stackName:StackResource', stackResource_stackName - The name associated with the stack.

$sel:logicalResourceId:StackResource', stackResource_logicalResourceId - The logical name of the resource specified in the template.

$sel:resourceType:StackResource', stackResource_resourceType - Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

$sel:timestamp:StackResource', stackResource_timestamp - Time the status was updated.

$sel:resourceStatus:StackResource', stackResource_resourceStatus - Current status of the resource.

StackResourceDetail

data StackResourceDetail Source #

Contains detailed information about the specified stack resource.

See: newStackResourceDetail smart constructor.

Instances

Instances details
Eq StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Read StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Show StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Generic StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Associated Types

type Rep StackResourceDetail :: Type -> Type #

NFData StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Methods

rnf :: StackResourceDetail -> () #

Hashable StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

FromXML StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

type Rep StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

type Rep StackResourceDetail = D1 ('MetaData "StackResourceDetail" "Amazonka.CloudFormation.Types.StackResourceDetail" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformation)))) :*: (S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceStatus))))))

newStackResourceDetail Source #

Create a value of StackResourceDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:physicalResourceId:StackResourceDetail', stackResourceDetail_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

$sel:resourceStatusReason:StackResourceDetail', stackResourceDetail_resourceStatusReason - Success/failure message associated with the resource.

$sel:driftInformation:StackResourceDetail', stackResourceDetail_driftInformation - 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.

$sel:moduleInfo:StackResourceDetail', stackResourceDetail_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:metadata:StackResourceDetail', stackResourceDetail_metadata - The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

$sel:stackId:StackResourceDetail', stackResourceDetail_stackId - Unique identifier of the stack.

$sel:description:StackResourceDetail', stackResourceDetail_description - User defined description associated with the resource.

$sel:stackName:StackResourceDetail', stackResourceDetail_stackName - The name associated with the stack.

$sel:logicalResourceId:StackResourceDetail', stackResourceDetail_logicalResourceId - The logical name of the resource specified in the template.

$sel:resourceType:StackResourceDetail', stackResourceDetail_resourceType - Type of resource. ((For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

$sel:lastUpdatedTimestamp:StackResourceDetail', stackResourceDetail_lastUpdatedTimestamp - Time the status was updated.

$sel:resourceStatus:StackResourceDetail', stackResourceDetail_resourceStatus - Current status of the resource.

StackResourceDrift

data StackResourceDrift Source #

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 do not currently support drift detection cannot 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.

See: newStackResourceDrift smart constructor.

Instances

Instances details
Eq StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Read StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Show StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Generic StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Associated Types

type Rep StackResourceDrift :: Type -> Type #

NFData StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Methods

rnf :: StackResourceDrift -> () #

Hashable StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

FromXML StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

type Rep StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

type Rep StackResourceDrift = D1 ('MetaData "StackResourceDrift" "Amazonka.CloudFormation.Types.StackResourceDrift" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceDrift'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actualProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "physicalResourceIdContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhysicalResourceIdContextKeyValuePair])) :*: (S1 ('MetaSel ('Just "propertyDifferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PropertyDifference])) :*: S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo))))) :*: ((S1 ('MetaSel ('Just "expectedProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackResourceDriftStatus) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))))

newStackResourceDrift Source #

Create a value of StackResourceDrift with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actualProperties:StackResourceDrift', stackResourceDrift_actualProperties - A JSON structure containing the actual property values of the stack resource.

For resources whose StackResourceDriftStatus is DELETED, this structure will not be present.

$sel:physicalResourceId:StackResourceDrift', stackResourceDrift_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

$sel:physicalResourceIdContext:StackResourceDrift', stackResourceDrift_physicalResourceIdContext - 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 are not enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

$sel:propertyDifferences:StackResourceDrift', stackResourceDrift_propertyDifferences - 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.

$sel:moduleInfo:StackResourceDrift', stackResourceDrift_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:expectedProperties:StackResourceDrift', stackResourceDrift_expectedProperties - 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.

$sel:stackId:StackResourceDrift', stackResourceDrift_stackId - The ID of the stack.

$sel:logicalResourceId:StackResourceDrift', stackResourceDrift_logicalResourceId - The logical name of the resource specified in the template.

$sel:resourceType:StackResourceDrift', stackResourceDrift_resourceType - The type of the resource.

$sel:stackResourceDriftStatus:StackResourceDrift', stackResourceDrift_stackResourceDriftStatus - Status of the resource's actual configuration compared to its expected configuration

  • DELETED: The resource differs from its expected template configuration because the resource has been deleted.
  • MODIFIED: One or more resource properties differ from their expected values (as defined in the stack template and any values specified as template parameters).
  • IN_SYNC: The resources's actual configuration matches its expected template configuration.
  • NOT_CHECKED: CloudFormation does not currently return this value.

$sel:timestamp:StackResourceDrift', stackResourceDrift_timestamp - Time at which CloudFormation performed drift detection on the stack resource.

StackResourceDriftInformation

data StackResourceDriftInformation Source #

Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

See: newStackResourceDriftInformation smart constructor.

Instances

Instances details
Eq StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Read StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Show StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Generic StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Associated Types

type Rep StackResourceDriftInformation :: Type -> Type #

NFData StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Hashable StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

FromXML StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

type Rep StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

type Rep StackResourceDriftInformation = D1 ('MetaData "StackResourceDriftInformation" "Amazonka.CloudFormation.Types.StackResourceDriftInformation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceDriftInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "stackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackResourceDriftStatus)))

newStackResourceDriftInformation Source #

Create a value of StackResourceDriftInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastCheckTimestamp:StackResourceDriftInformation', stackResourceDriftInformation_lastCheckTimestamp - When CloudFormation last checked if the resource had drifted from its expected configuration.

$sel:stackResourceDriftStatus:StackResourceDriftInformation', stackResourceDriftInformation_stackResourceDriftStatus - Status of the resource's actual configuration compared to its expected configuration

  • DELETED: The resource differs from its expected configuration in that it has been deleted.
  • MODIFIED: The resource differs from its expected configuration.
  • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

  • IN_SYNC: The resources's actual configuration matches its expected configuration.

StackResourceDriftInformationSummary

data StackResourceDriftInformationSummary Source #

Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

See: newStackResourceDriftInformationSummary smart constructor.

Instances

Instances details
Eq StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Read StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Show StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Generic StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

NFData StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Hashable StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

FromXML StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

type Rep StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

type Rep StackResourceDriftInformationSummary = D1 ('MetaData "StackResourceDriftInformationSummary" "Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceDriftInformationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "stackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackResourceDriftStatus)))

newStackResourceDriftInformationSummary Source #

Create a value of StackResourceDriftInformationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastCheckTimestamp:StackResourceDriftInformationSummary', stackResourceDriftInformationSummary_lastCheckTimestamp - When CloudFormation last checked if the resource had drifted from its expected configuration.

$sel:stackResourceDriftStatus:StackResourceDriftInformationSummary', stackResourceDriftInformationSummary_stackResourceDriftStatus - Status of the resource's actual configuration compared to its expected configuration

  • DELETED: The resource differs from its expected configuration in that it has been deleted.
  • MODIFIED: The resource differs from its expected configuration.
  • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection. If you performed an ContinueUpdateRollback operation on a stack, any resources included in ResourcesToSkip will also have a status of NOT_CHECKED. For more information on skipping resources during rollback operations, see Continue Rolling Back an Update in the CloudFormation User Guide.

  • IN_SYNC: The resources's actual configuration matches its expected configuration.

StackResourceSummary

data StackResourceSummary Source #

Contains high-level information about the specified stack resource.

See: newStackResourceSummary smart constructor.

Instances

Instances details
Eq StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Read StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Show StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Generic StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Associated Types

type Rep StackResourceSummary :: Type -> Type #

NFData StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Methods

rnf :: StackResourceSummary -> () #

Hashable StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

FromXML StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

type Rep StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

type Rep StackResourceSummary = D1 ('MetaData "StackResourceSummary" "Amazonka.CloudFormation.Types.StackResourceSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformationSummary)) :*: S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)))) :*: ((S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceStatus)))))

newStackResourceSummary Source #

Create a value of StackResourceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:physicalResourceId:StackResourceSummary', stackResourceSummary_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.

$sel:resourceStatusReason:StackResourceSummary', stackResourceSummary_resourceStatusReason - Success/failure message associated with the resource.

$sel:driftInformation:StackResourceSummary', stackResourceSummary_driftInformation - 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.

$sel:moduleInfo:StackResourceSummary', stackResourceSummary_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:logicalResourceId:StackResourceSummary', stackResourceSummary_logicalResourceId - The logical name of the resource specified in the template.

$sel:resourceType:StackResourceSummary', stackResourceSummary_resourceType - Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

$sel:lastUpdatedTimestamp:StackResourceSummary', stackResourceSummary_lastUpdatedTimestamp - Time the status was updated.

$sel:resourceStatus:StackResourceSummary', stackResourceSummary_resourceStatus - Current status of the resource.

StackSet

data StackSet Source #

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, as well as any parameters and capabilities that the template requires.

See: newStackSet smart constructor.

Instances

Instances details
Eq StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Read StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Show StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Generic StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Associated Types

type Rep StackSet :: Type -> Type #

Methods

from :: StackSet -> Rep StackSet x #

to :: Rep StackSet x -> StackSet #

NFData StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Methods

rnf :: StackSet -> () #

Hashable StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Methods

hashWithSalt :: Int -> StackSet -> Int #

hash :: StackSet -> Int #

FromXML StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

type Rep StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

type Rep StackSet = D1 ('MetaData "StackSet" "Amazonka.CloudFormation.Types.StackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stackSetDriftDetectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionDetails)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetStatus)) :*: S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "autoDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoDeployment)) :*: S1 ('MetaSel ('Just "organizationalUnitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "stackSetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "permissionModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionModels))))) :*: (((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "templateBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newStackSet :: StackSet Source #

Create a value of StackSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackSetDriftDetectionDetails:StackSet', stackSet_stackSetDriftDetectionDetails - 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 is not included.

$sel:status:StackSet', stackSet_status - The status of the stack set.

$sel:administrationRoleARN:StackSet', stackSet_administrationRoleARN - The Amazon Resource Number (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.

$sel:autoDeployment:StackSet', stackSet_autoDeployment - [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).

$sel:organizationalUnitIds:StackSet', stackSet_organizationalUnitIds - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:stackSetARN:StackSet', stackSet_stackSetARN - The Amazon Resource Number (ARN) of the stack set.

$sel:permissionModel:StackSet', stackSet_permissionModel - Describes how the IAM roles required for stack set operations are created.

$sel:parameters:StackSet', stackSet_parameters - A list of input parameters for a stack set.

$sel:templateBody:StackSet', stackSet_templateBody - The structure that contains the body of the template that was used to create or update the stack set.

$sel:stackSetName:StackSet', stackSet_stackSetName - The name that's associated with the stack set.

$sel:description:StackSet', stackSet_description - A description of the stack set that you specify when the stack set is created or updated.

$sel:capabilities:StackSet', stackSet_capabilities - 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.

$sel:tags:StackSet', stackSet_tags - A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.

$sel:stackSetId:StackSet', stackSet_stackSetId - The ID of the stack set.

$sel:executionRoleName:StackSet', stackSet_executionRoleName - 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

data StackSetDriftDetectionDetails Source #

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

See: newStackSetDriftDetectionDetails smart constructor.

Instances

Instances details
Eq StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Read StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Show StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Generic StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Associated Types

type Rep StackSetDriftDetectionDetails :: Type -> Type #

NFData StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Hashable StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

FromXML StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

type Rep StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

type Rep StackSetDriftDetectionDetails = D1 ('MetaData "StackSetDriftDetectionDetails" "Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetDriftDetectionDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "totalStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "inProgressStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "driftedStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "driftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionStatus)) :*: S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftStatus))) :*: (S1 ('MetaSel ('Just "failedStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "inSyncStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newStackSetDriftDetectionDetails :: StackSetDriftDetectionDetails Source #

Create a value of StackSetDriftDetectionDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastDriftCheckTimestamp:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_lastDriftCheckTimestamp - 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 has not yet been performed.

$sel:totalStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_totalStackInstancesCount - The total number of stack instances belonging to this stack set.

The total number of stack instances is equal to the total of:

  • Stack instances that match the stack set configuration.
  • Stack instances that have drifted from the stack set configuration.
  • Stack instances where the drift detection operation has failed.
  • Stack instances currently being checked for drift.

$sel:inProgressStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_inProgressStackInstancesCount - The number of stack instances that are currently being checked for drift.

$sel:driftedStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_driftedStackInstancesCount - 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 do not match their expected configuration.

$sel:driftDetectionStatus:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_driftDetectionStatus - The status of the stack set drift detection operation.

  • COMPLETED: The drift detection operation completed without failing on any stack instances.
  • FAILED: The drift detection operation exceeded the specified failure tolerance.
  • PARTIAL_SUCCESS: The drift detection operation completed without exceeding the failure tolerance for the operation.
  • IN_PROGRESS: The drift detection operation is currently being performed.
  • STOPPED: The user has cancelled the drift detection operation.

$sel:driftStatus:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_driftStatus - 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.

  • DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.
  • NOT_CHECKED: CloudFormation has not checked the stack set for drift.
  • IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected template and parameter configuration.

$sel:failedStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_failedStackInstancesCount - The number of stack instances for which the drift detection operation failed.

$sel:inSyncStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_inSyncStackInstancesCount - The number of stack instances which match the expected template and parameter configuration of the stack set.

StackSetOperation

data StackSetOperation Source #

The structure that contains information about a stack set operation.

See: newStackSetOperation smart constructor.

Instances

Instances details
Eq StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Read StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Show StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Generic StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Associated Types

type Rep StackSetOperation :: Type -> Type #

NFData StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Methods

rnf :: StackSetOperation -> () #

Hashable StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

FromXML StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

type Rep StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

type Rep StackSetOperation = D1 ('MetaData "StackSetOperation" "Amazonka.CloudFormation.Types.StackSetOperation" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetOperation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stackSetDriftDetectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionDetails)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationStatus)) :*: S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationAction)) :*: (S1 ('MetaSel ('Just "endTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retainStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)) :*: (S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newStackSetOperation :: StackSetOperation Source #

Create a value of StackSetOperation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stackSetDriftDetectionDetails:StackSetOperation', stackSetOperation_stackSetDriftDetectionDetails - 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.

$sel:status:StackSetOperation', stackSetOperation_status - The status of the operation.

  • FAILED: The operation exceeded the specified failure tolerance. The failure tolerance value that you've set for an operation is applied for each Region during stack create and update operations. If the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to FAILED. This in turn sets the status of the operation as a whole to FAILED, and CloudFormation cancels the operation in any remaining Regions.
  • QUEUED: [Service-managed permissions] For automatic deployments that require a sequence of operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
  • RUNNING: The operation is currently being performed.
  • STOPPED: The user has cancelled the operation.
  • STOPPING: The operation is in the process of stopping, at user request.
  • SUCCEEDED: The operation completed creating or updating all the specified stacks without exceeding the failure tolerance for the operation.

$sel:administrationRoleARN:StackSetOperation', stackSetOperation_administrationRoleARN - The Amazon Resource Number (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.

$sel:action:StackSetOperation', stackSetOperation_action - 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, as well as all associated stack set instances.

$sel:endTimestamp:StackSetOperation', stackSetOperation_endTimestamp - 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.

$sel:creationTimestamp:StackSetOperation', stackSetOperation_creationTimestamp - 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.

$sel:operationPreferences:StackSetOperation', stackSetOperation_operationPreferences - The preferences for how CloudFormation performs this stack set operation.

$sel:operationId:StackSetOperation', stackSetOperation_operationId - The unique ID of a stack set operation.

$sel:retainStacks:StackSetOperation', stackSetOperation_retainStacks - 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 reassociate a retained stack, or add an existing, saved stack to a new stack set.

$sel:deploymentTargets:StackSetOperation', stackSetOperation_deploymentTargets - [Service-managed permissions] The Organizations accounts affected by the stack operation.

$sel:stackSetId:StackSetOperation', stackSetOperation_stackSetId - The ID of the stack set.

$sel:executionRoleName:StackSetOperation', stackSetOperation_executionRoleName - 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.

StackSetOperationPreferences

data StackSetOperationPreferences Source #

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

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

See: newStackSetOperationPreferences smart constructor.

Instances

Instances details
Eq StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Read StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Show StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Generic StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Associated Types

type Rep StackSetOperationPreferences :: Type -> Type #

NFData StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Hashable StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

ToQuery StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

FromXML StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

type Rep StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

type Rep StackSetOperationPreferences = D1 ('MetaData "StackSetOperationPreferences" "Amazonka.CloudFormation.Types.StackSetOperationPreferences" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetOperationPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "regionOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxConcurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxConcurrentPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "failureToleranceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "regionConcurrencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegionConcurrencyType)) :*: S1 ('MetaSel ('Just "failureTolerancePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newStackSetOperationPreferences :: StackSetOperationPreferences Source #

Create a value of StackSetOperationPreferences with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:regionOrder:StackSetOperationPreferences', stackSetOperationPreferences_regionOrder - The order of the Regions in where you want to perform the stack operation.

$sel:maxConcurrentCount:StackSetOperationPreferences', stackSetOperationPreferences_maxConcurrentCount - The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of FailureToleranceCount. MaxConcurrentCount is at most one more than the FailureToleranceCount.

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.

$sel:maxConcurrentPercentage:StackSetOperationPreferences', stackSetOperationPreferences_maxConcurrentPercentage - 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.

$sel:failureToleranceCount:StackSetOperationPreferences', stackSetOperationPreferences_failureToleranceCount - 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.

$sel:regionConcurrencyType:StackSetOperationPreferences', stackSetOperationPreferences_regionConcurrencyType - The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.

$sel:failureTolerancePercentage:StackSetOperationPreferences', stackSetOperationPreferences_failureTolerancePercentage - 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.

StackSetOperationResultSummary

data StackSetOperationResultSummary Source #

The structure that contains information about a specified operation's results for a given account in a given Region.

See: newStackSetOperationResultSummary smart constructor.

Instances

Instances details
Eq StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Read StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Show StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Generic StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Associated Types

type Rep StackSetOperationResultSummary :: Type -> Type #

NFData StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Hashable StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

FromXML StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

type Rep StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

type Rep StackSetOperationResultSummary = D1 ('MetaData "StackSetOperationResultSummary" "Amazonka.CloudFormation.Types.StackSetOperationResultSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetOperationResultSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationResultStatus)) :*: (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountGateResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountGateResult)))) :*: (S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStackSetOperationResultSummary :: StackSetOperationResultSummary Source #

Create a value of StackSetOperationResultSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StackSetOperationResultSummary', stackSetOperationResultSummary_status - The result status of the stack set operation for the given account in the given Region.

  • CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.
  • FAILED: The operation in the specified account and Region failed.

    If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.

  • RUNNING: The operation in the specified account and Region is currently in progress.
  • PENDING: The operation in the specified account and Region has yet to start.
  • SUCCEEDED: The operation in the specified account and Region completed successfully.

$sel:account:StackSetOperationResultSummary', stackSetOperationResultSummary_account - [Self-managed permissions] The name of the Amazon Web Services account for this operation result.

$sel:accountGateResult:StackSetOperationResultSummary', stackSetOperationResultSummary_accountGateResult - The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account

$sel:organizationalUnitId:StackSetOperationResultSummary', stackSetOperationResultSummary_organizationalUnitId - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:region:StackSetOperationResultSummary', stackSetOperationResultSummary_region - The name of the Amazon Web Services Region for this operation result.

$sel:statusReason:StackSetOperationResultSummary', stackSetOperationResultSummary_statusReason - The reason for the assigned result status.

StackSetOperationSummary

data StackSetOperationSummary Source #

The structures that contain summary information about the specified operation.

See: newStackSetOperationSummary smart constructor.

Instances

Instances details
Eq StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Read StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Show StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Generic StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Associated Types

type Rep StackSetOperationSummary :: Type -> Type #

NFData StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Hashable StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

FromXML StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

type Rep StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

type Rep StackSetOperationSummary = D1 ('MetaData "StackSetOperationSummary" "Amazonka.CloudFormation.Types.StackSetOperationSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetOperationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationStatus)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationAction))) :*: (S1 ('MetaSel ('Just "endTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStackSetOperationSummary :: StackSetOperationSummary Source #

Create a value of StackSetOperationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StackSetOperationSummary', stackSetOperationSummary_status - The overall status of the operation.

  • FAILED: The operation exceeded the specified failure tolerance. The failure tolerance value that you've set for an operation is applied for each Region during stack create and update operations. If the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set to FAILED. This in turn sets the status of the operation as a whole to FAILED, and CloudFormation cancels the operation in any remaining Regions.
  • QUEUED: [Service-managed permissions] For automatic deployments that require a sequence of operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
  • RUNNING: The operation is currently being performed.
  • STOPPED: The user has cancelled the operation.
  • STOPPING: The operation is in the process of stopping, at user request.
  • SUCCEEDED: The operation completed creating or updating all the specified stacks without exceeding the failure tolerance for the operation.

$sel:action:StackSetOperationSummary', stackSetOperationSummary_action - 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 as well as all associated stack set instances.

$sel:endTimestamp:StackSetOperationSummary', stackSetOperationSummary_endTimestamp - 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.

$sel:creationTimestamp:StackSetOperationSummary', stackSetOperationSummary_creationTimestamp - 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.

$sel:operationId:StackSetOperationSummary', stackSetOperationSummary_operationId - The unique ID of the stack set operation.

StackSetSummary

data StackSetSummary Source #

The structures that contain summary information about the specified stack set.

See: newStackSetSummary smart constructor.

Instances

Instances details
Eq StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Read StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Show StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Generic StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Associated Types

type Rep StackSetSummary :: Type -> Type #

NFData StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Methods

rnf :: StackSetSummary -> () #

Hashable StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

FromXML StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

type Rep StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

type Rep StackSetSummary = D1 ('MetaData "StackSetSummary" "Amazonka.CloudFormation.Types.StackSetSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSetSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetStatus)) :*: S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "autoDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoDeployment)) :*: S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus)))) :*: ((S1 ('MetaSel ('Just "permissionModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionModels)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStackSetSummary :: StackSetSummary Source #

Create a value of StackSetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StackSetSummary', stackSetSummary_status - The status of the stack set.

$sel:lastDriftCheckTimestamp:StackSetSummary', stackSetSummary_lastDriftCheckTimestamp - 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 has not yet been performed.

$sel:autoDeployment:StackSetSummary', stackSetSummary_autoDeployment - [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).

$sel:driftStatus:StackSetSummary', stackSetSummary_driftStatus - 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.

  • DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted.
  • NOT_CHECKED: CloudFormation has not checked the stack set for drift.
  • IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected template and parameter configuration.
  • UNKNOWN: This value is reserved for future use.

$sel:permissionModel:StackSetSummary', stackSetSummary_permissionModel - Describes how the IAM roles required for stack set operations are created.

$sel:stackSetName:StackSetSummary', stackSetSummary_stackSetName - The name of the stack set.

$sel:description:StackSetSummary', stackSetSummary_description - A description of the stack set that you specify when the stack set is created or updated.

$sel:stackSetId:StackSetSummary', stackSetSummary_stackSetId - The ID of the stack set.

StackSummary

data StackSummary Source #

The StackSummary Data Type

See: newStackSummary smart constructor.

Instances

Instances details
Eq StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Read StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Show StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Generic StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Associated Types

type Rep StackSummary :: Type -> Type #

NFData StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Methods

rnf :: StackSummary -> () #

Hashable StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

FromXML StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

type Rep StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

type Rep StackSummary = D1 ('MetaData "StackSummary" "Amazonka.CloudFormation.Types.StackSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "rootId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftInformationSummary))))) :*: ((S1 ('MetaSel ('Just "deletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "stackStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackStatus))))))

newStackSummary Source #

Create a value of StackSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdatedTime:StackSummary', stackSummary_lastUpdatedTime - The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

$sel:rootId:StackSummary', stackSummary_rootId - 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.

$sel:stackStatusReason:StackSummary', stackSummary_stackStatusReason - Success/Failure message associated with the stack status.

$sel:templateDescription:StackSummary', stackSummary_templateDescription - The template description of the template used to create the stack.

$sel:driftInformation:StackSummary', stackSummary_driftInformation - Summarizes information on whether a stack's actual configuration differs, or has drifted, from it's 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.

$sel:deletionTime:StackSummary', stackSummary_deletionTime - The time the stack was deleted.

$sel:stackId:StackSummary', stackSummary_stackId - Unique stack identifier.

$sel:parentId:StackSummary', stackSummary_parentId - 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.

$sel:stackName:StackSummary', stackSummary_stackName - The name associated with the stack.

$sel:creationTime:StackSummary', stackSummary_creationTime - The time the stack was created.

$sel:stackStatus:StackSummary', stackSummary_stackStatus - The current status of the stack.

Tag

data Tag Source #

The Tag type enables you to specify a key-value pair that can be used to store information about an CloudFormation stack.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToQuery Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

toQuery :: Tag -> QueryString #

FromXML Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

parseXML :: [Node] -> Either String Tag #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CloudFormation.Types.Tag" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - 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:.

$sel:value:Tag', tag_value - Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

TemplateParameter

data TemplateParameter Source #

The TemplateParameter data type.

See: newTemplateParameter smart constructor.

Instances

Instances details
Eq TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Read TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Show TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Generic TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Associated Types

type Rep TemplateParameter :: Type -> Type #

NFData TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Methods

rnf :: TemplateParameter -> () #

Hashable TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

FromXML TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

type Rep TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

type Rep TemplateParameter = D1 ('MetaData "TemplateParameter" "Amazonka.CloudFormation.Types.TemplateParameter" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TemplateParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "noEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTemplateParameter :: TemplateParameter Source #

Create a value of TemplateParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterKey:TemplateParameter', templateParameter_parameterKey - The name associated with the parameter.

$sel:defaultValue:TemplateParameter', templateParameter_defaultValue - The default value associated with the parameter.

$sel:noEcho:TemplateParameter', templateParameter_noEcho - Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

$sel:description:TemplateParameter', templateParameter_description - User defined description associated with the parameter.

TypeConfigurationDetails

data TypeConfigurationDetails Source #

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.

See: newTypeConfigurationDetails smart constructor.

Instances

Instances details
Eq TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Read TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Show TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Generic TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Associated Types

type Rep TypeConfigurationDetails :: Type -> Type #

NFData TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Hashable TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

FromXML TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

type Rep TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

type Rep TypeConfigurationDetails = D1 ('MetaData "TypeConfigurationDetails" "Amazonka.CloudFormation.Types.TypeConfigurationDetails" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeConfigurationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isDefaultConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newTypeConfigurationDetails :: TypeConfigurationDetails Source #

Create a value of TypeConfigurationDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdated:TypeConfigurationDetails', typeConfigurationDetails_lastUpdated - When the configuration data was last updated for this extension.

If a configuration has not been set for a specified extension, CloudFormation returns null.

$sel:typeName:TypeConfigurationDetails', typeConfigurationDetails_typeName - The name of the extension.

$sel:arn:TypeConfigurationDetails', typeConfigurationDetails_arn - The Amazon Resource Name (ARN) for the configuration data, in this account and region.

$sel:alias:TypeConfigurationDetails', typeConfigurationDetails_alias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:typeArn:TypeConfigurationDetails', typeConfigurationDetails_typeArn - The Amazon Resource Name (ARN) for the extension, in this account and region.

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.

$sel:configuration:TypeConfigurationDetails', typeConfigurationDetails_configuration - A JSON string specifying the configuration data for the extension, in this account and region.

If a configuration has not been set for a specified extension, CloudFormation returns {}.

$sel:isDefaultConfiguration:TypeConfigurationDetails', typeConfigurationDetails_isDefaultConfiguration - Whether or not this configuration data is the default configuration for the extension.

TypeConfigurationIdentifier

data TypeConfigurationIdentifier Source #

Identifying information for the configuration of a CloudFormation extension.

See: newTypeConfigurationIdentifier smart constructor.

Instances

Instances details
Eq TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Read TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Show TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Generic TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Associated Types

type Rep TypeConfigurationIdentifier :: Type -> Type #

NFData TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Hashable TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

ToQuery TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

FromXML TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

type Rep TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

type Rep TypeConfigurationIdentifier = D1 ('MetaData "TypeConfigurationIdentifier" "Amazonka.CloudFormation.Types.TypeConfigurationIdentifier" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeConfigurationIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "typeConfigurationAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType))))))

newTypeConfigurationIdentifier :: TypeConfigurationIdentifier Source #

Create a value of TypeConfigurationIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeName:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeName - The name of the extension type to which this configuration applies.

$sel:typeConfigurationArn:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationArn - The Amazon Resource Name (ARN) for the configuration, in this account and region.

$sel:typeConfigurationAlias:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationAlias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:typeArn:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeArn - The Amazon Resource Name (ARN) for the extension, in this account and region.

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.

$sel:type':TypeConfigurationIdentifier', typeConfigurationIdentifier_type - The type of extension.

TypeFilters

data TypeFilters Source #

Filter criteria to use in determining which extensions to return.

See: newTypeFilters smart constructor.

Instances

Instances details
Eq TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Read TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Show TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Generic TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Associated Types

type Rep TypeFilters :: Type -> Type #

NFData TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Methods

rnf :: TypeFilters -> () #

Hashable TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

ToQuery TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

type Rep TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

type Rep TypeFilters = D1 ('MetaData "TypeFilters" "Amazonka.CloudFormation.Types.TypeFilters" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Category)) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTypeFilters :: TypeFilters Source #

Create a value of TypeFilters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:typeNamePrefix:TypeFilters', typeFilters_typeNamePrefix - A prefix to use as a filter for results.

$sel:category:TypeFilters', typeFilters_category - The category of extensions to return.

  • REGISTERED: Private extensions that have been registered for this account and region.
  • ACTIVATED: Public extensions that have been activated for this account and region.
  • THIRD-PARTY: Extensions available for use from publishers other than Amazon. This includes:

    • Private extensions registered in the account.
    • Public extensions from publishers other than Amazon, whether activated or not.
  • AWS-TYPES: Extensions available for use from Amazon.

$sel:publisherId:TypeFilters', typeFilters_publisherId - The id of the publisher of the extension.

Extensions published by Amazon are not assigned a publisher ID. Use the AWS-TYPES category to specify a list of types published by Amazon.

TypeSummary

data TypeSummary Source #

Contains summary information about the specified CloudFormation extension.

See: newTypeSummary smart constructor.

Instances

Instances details
Eq TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Read TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Show TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Generic TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Associated Types

type Rep TypeSummary :: Type -> Type #

NFData TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Methods

rnf :: TypeSummary -> () #

Hashable TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

FromXML TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

type Rep TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

type Rep TypeSummary = D1 ('MetaData "TypeSummary" "Amazonka.CloudFormation.Types.TypeSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "publisherIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProvider)) :*: (S1 ('MetaSel ('Just "originalTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "isActivated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType)))) :*: ((S1 ('MetaSel ('Just "latestPublicVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publisherName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newTypeSummary :: TypeSummary Source #

Create a value of TypeSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdated:TypeSummary', typeSummary_lastUpdated - When the specified extension version was registered. This applies only to:

  • Private extensions you have registered in your account. For more information, see RegisterType.
  • Public extensions you have activated in your account with auto-update specified. For more information, see ActivateType.

For all other extension types, CloudFormation returns null.

$sel:typeName:TypeSummary', typeSummary_typeName - The name of the extension.

If you specified a TypeNameAlias when you activate this extension in your account and region, CloudFormation considers that alias as the type name.

$sel:publicVersionNumber:TypeSummary', typeSummary_publicVersionNumber - 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 extention 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.

$sel:publisherIdentity:TypeSummary', typeSummary_publisherIdentity - 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.

$sel:originalTypeName:TypeSummary', typeSummary_originalTypeName - 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.

$sel:defaultVersionId:TypeSummary', typeSummary_defaultVersionId - The ID of the default version of the extension. The default version is used when the extension version is not 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 .

$sel:isActivated:TypeSummary', typeSummary_isActivated - Whether or not 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.

$sel:typeArn:TypeSummary', typeSummary_typeArn - The Amazon Resource Name (ARN) of the extension.

$sel:type':TypeSummary', typeSummary_type - The kind of extension.

$sel:latestPublicVersion:TypeSummary', typeSummary_latestPublicVersion - 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 extention 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.

$sel:publisherId:TypeSummary', typeSummary_publisherId - The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon do not return a publisher ID.

$sel:description:TypeSummary', typeSummary_description - The description of the extension.

$sel:publisherName:TypeSummary', typeSummary_publisherName - The publisher name, as defined in the public profile for that publisher in the service used to verify the publisher identity.

TypeVersionSummary

data TypeVersionSummary Source #

Contains summary information about a specific version of a CloudFormation extension.

See: newTypeVersionSummary smart constructor.

Instances

Instances details
Eq TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Read TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Show TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Generic TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Associated Types

type Rep TypeVersionSummary :: Type -> Type #

NFData TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Methods

rnf :: TypeVersionSummary -> () #

Hashable TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

FromXML TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

type Rep TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

type Rep TypeVersionSummary = D1 ('MetaData "TypeVersionSummary" "Amazonka.CloudFormation.Types.TypeVersionSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeVersionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "timeCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType))) :*: (S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTypeVersionSummary :: TypeVersionSummary Source #

Create a value of TypeVersionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:TypeVersionSummary', typeVersionSummary_versionId - 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.

$sel:typeName:TypeVersionSummary', typeVersionSummary_typeName - The name of the extension.

$sel:arn:TypeVersionSummary', typeVersionSummary_arn - The Amazon Resource Name (ARN) of the extension version.

$sel:publicVersionNumber:TypeVersionSummary', typeVersionSummary_publicVersionNumber - 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 extention 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.

$sel:timeCreated:TypeVersionSummary', typeVersionSummary_timeCreated - When the version was registered.

$sel:type':TypeVersionSummary', typeVersionSummary_type - The kind of extension.

$sel:isDefaultVersion:TypeVersionSummary', typeVersionSummary_isDefaultVersion - 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, whether or not they are activated in your account, CloudFormation returns null.

$sel:description:TypeVersionSummary', typeVersionSummary_description - The description of the extension version.