amazonka-cloudformation-2.0: Amazon CloudFormation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFormation.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_AlreadyExistsException :: AsError a => Fold a ServiceError Source #

The resource with the name requested already exists.

_CFNRegistryException :: AsError a => Fold a ServiceError Source #

An error occurred during a CloudFormation registry operation.

_ChangeSetNotFoundException :: AsError a => Fold a ServiceError Source #

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

_CreatedButModifiedException :: AsError a => Fold a ServiceError Source #

The specified resource exists, but has been changed.

_InsufficientCapabilitiesException :: AsError a => Fold a ServiceError Source #

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

_InvalidChangeSetStatusException :: AsError a => Fold 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.

_InvalidOperationException :: AsError a => Fold a ServiceError Source #

The specified operation isn't valid.

_InvalidStateTransitionException :: AsError a => Fold a ServiceError Source #

Error reserved for use by the CloudFormation CLI. CloudFormation doesn't return this error to users.

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The quota for the resource has already been reached.

For information about resource and stack limitations, see CloudFormation quotas in the CloudFormation User Guide.

_NameAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The specified name is already in use.

_OperationIdAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The specified operation ID already exists.

_OperationInProgressException :: AsError a => Fold 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.

_OperationNotFoundException :: AsError a => Fold a ServiceError Source #

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

_OperationStatusCheckFailedException :: AsError a => Fold a ServiceError Source #

Error reserved for use by the CloudFormation CLI. CloudFormation doesn't return this error to users.

_StackInstanceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified stack instance doesn't exist.

_StackNotFoundException :: AsError a => Fold a ServiceError Source #

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

_StackSetNotEmptyException :: AsError a => Fold 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.

_StackSetNotFoundException :: AsError a => Fold a ServiceError Source #

The specified stack set doesn't exist.

_StaleRequestException :: AsError a => Fold a ServiceError Source #

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

_TokenAlreadyExistsException :: AsError a => Fold a ServiceError Source #

A client request token already exists.

_TypeConfigurationNotFoundException :: AsError a => Fold a ServiceError Source #

The specified extension configuration can't be found.

_TypeNotFoundException :: AsError a => Fold a ServiceError Source #

The specified extension doesn't exist in the CloudFormation registry.

AccountFilterType

newtype AccountFilterType Source #

Instances

Instances details
FromJSON AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

FromJSONKey AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToJSON AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToJSONKey AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToByteString AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToHeader AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToLog AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToQuery AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

FromText AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToText AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

FromXML AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

ToXML AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Generic AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Associated Types

type Rep AccountFilterType :: Type -> Type #

Read AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Show AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

NFData AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Methods

rnf :: AccountFilterType -> () #

Eq AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Ord AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

Hashable AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

type Rep AccountFilterType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountFilterType

type Rep AccountFilterType = D1 ('MetaData "AccountFilterType" "Amazonka.CloudFormation.Types.AccountFilterType" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "AccountFilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountGateStatus

newtype AccountGateStatus Source #

Instances

Instances details
FromJSON AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

FromJSONKey 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

ToByteString AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToHeader AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToLog AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToQuery 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

FromXML AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

ToXML 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 #

Read AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Show AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

NFData AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Methods

rnf :: AccountGateStatus -> () #

Eq AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Ord AccountGateStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

FromJSONKey CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToJSON CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToJSONKey CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToByteString CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toBS :: CallAs -> ByteString #

ToHeader CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

toHeader :: HeaderName -> CallAs -> [Header] #

ToLog CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

ToQuery CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

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 #

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 #

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 #

Read CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Show CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

NFData CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

rnf :: CallAs -> () #

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

Hashable CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

Methods

hashWithSalt :: Int -> CallAs -> Int #

hash :: CallAs -> Int #

type Rep CallAs Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.CallAs

type Rep CallAs = D1 ('MetaData "CallAs" "Amazonka.CloudFormation.Types.CallAs" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

FromJSONKey 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

ToByteString Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToHeader Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToLog Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

ToQuery 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 #

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 #

Generic Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Associated Types

type Rep Capability :: Type -> Type #

Read Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Show Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

NFData Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Methods

rnf :: Capability -> () #

Eq Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Ord Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

Hashable Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

type Rep Capability Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Capability

type Rep Capability = D1 ('MetaData "Capability" "Amazonka.CloudFormation.Types.Capability" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

FromJSONKey Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToJSON Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToJSONKey Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToByteString Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toBS :: Category -> ByteString #

ToHeader Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

toHeader :: HeaderName -> Category -> [Header] #

ToLog Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

ToQuery Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

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 #

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 #

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 #

Read Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Show Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

NFData Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

rnf :: Category -> () #

Eq Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Ord Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Hashable Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

type Rep Category Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Category

type Rep Category = D1 ('MetaData "Category" "Amazonka.CloudFormation.Types.Category" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "Category'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeAction

newtype ChangeAction Source #

Constructors

ChangeAction' 

Instances

Instances details
FromJSON ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

FromJSONKey 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

ToByteString ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToHeader ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToLog ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

ToQuery 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 #

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 #

Generic ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Associated Types

type Rep ChangeAction :: Type -> Type #

Read ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Show ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

NFData ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Methods

rnf :: ChangeAction -> () #

Eq ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Ord ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

Hashable ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

type Rep ChangeAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeAction

type Rep ChangeAction = D1 ('MetaData "ChangeAction" "Amazonka.CloudFormation.Types.ChangeAction" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ChangeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSetHooksStatus

newtype ChangeSetHooksStatus Source #

Instances

Instances details
FromJSON ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

FromJSONKey ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToJSON ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToJSONKey ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToByteString ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToHeader ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToLog ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToQuery ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

FromText ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToText ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

FromXML ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

ToXML ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Generic ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Associated Types

type Rep ChangeSetHooksStatus :: Type -> Type #

Read ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Show ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

NFData ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Methods

rnf :: ChangeSetHooksStatus -> () #

Eq ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Ord ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

Hashable ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

type Rep ChangeSetHooksStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHooksStatus

type Rep ChangeSetHooksStatus = D1 ('MetaData "ChangeSetHooksStatus" "Amazonka.CloudFormation.Types.ChangeSetHooksStatus" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ChangeSetHooksStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSetHooksStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSetStatus

newtype ChangeSetStatus Source #

Constructors

ChangeSetStatus' 

Instances

Instances details
FromJSON ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

FromJSONKey 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

ToByteString ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToHeader ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToLog ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

ToQuery 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

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 #

Generic ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Associated Types

type Rep ChangeSetStatus :: Type -> Type #

Read ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Show ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

NFData ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Methods

rnf :: ChangeSetStatus -> () #

Eq ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Ord ChangeSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ChangeSetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSetType

newtype ChangeSetType Source #

Constructors

ChangeSetType' 

Instances

Instances details
FromJSON ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

FromJSONKey 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

ToByteString ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToHeader ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToLog ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

ToQuery 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 #

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 #

Generic ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Associated Types

type Rep ChangeSetType :: Type -> Type #

Read ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Show ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

NFData ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Methods

rnf :: ChangeSetType -> () #

Eq ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Ord ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

Hashable ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

type Rep ChangeSetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetType

type Rep ChangeSetType = D1 ('MetaData "ChangeSetType" "Amazonka.CloudFormation.Types.ChangeSetType" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ChangeSetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeSource

newtype ChangeSource Source #

Constructors

ChangeSource' 

Instances

Instances details
FromJSON ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

FromJSONKey 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

ToByteString ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToHeader ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToLog ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

ToQuery 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 #

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 #

Generic ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Associated Types

type Rep ChangeSource :: Type -> Type #

Read ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Show ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

NFData ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Methods

rnf :: ChangeSource -> () #

Eq ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Ord ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

Hashable ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

type Rep ChangeSource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSource

type Rep ChangeSource = D1 ('MetaData "ChangeSource" "Amazonka.CloudFormation.Types.ChangeSource" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

FromJSONKey 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

ToByteString ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToHeader ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToLog ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

ToQuery 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 #

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 #

Generic ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Associated Types

type Rep ChangeType :: Type -> Type #

Read ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Show ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

NFData ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Methods

rnf :: ChangeType -> () #

Eq ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Ord ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

Hashable ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

type Rep ChangeType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeType

type Rep ChangeType = D1 ('MetaData "ChangeType" "Amazonka.CloudFormation.Types.ChangeType" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ChangeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeprecatedStatus

newtype DeprecatedStatus Source #

Instances

Instances details
FromJSON DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

FromJSONKey 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

ToByteString DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToHeader DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToLog DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToQuery 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

FromXML DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

ToXML 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 #

Read DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Show DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

NFData DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Methods

rnf :: DeprecatedStatus -> () #

Eq DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Ord DeprecatedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeprecatedStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "DeprecatedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeprecatedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DifferenceType

newtype DifferenceType Source #

Constructors

DifferenceType' 

Instances

Instances details
FromJSON DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

FromJSONKey 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

ToByteString DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToHeader DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToLog DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

ToQuery 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

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 #

Generic DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Associated Types

type Rep DifferenceType :: Type -> Type #

Read DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Show DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

NFData DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Methods

rnf :: DifferenceType -> () #

Eq DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Ord DifferenceType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DifferenceType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "DifferenceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDifferenceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvaluationType

newtype EvaluationType Source #

Constructors

EvaluationType' 

Instances

Instances details
FromJSON EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

FromJSONKey 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

ToByteString EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToHeader EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToLog EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

ToQuery 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

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 #

Generic EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Associated Types

type Rep EvaluationType :: Type -> Type #

Read EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Show EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

NFData EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Methods

rnf :: EvaluationType -> () #

Eq EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Ord EvaluationType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.EvaluationType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "EvaluationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvaluationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

FromJSONKey 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

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

ToQuery 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

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 #

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ExecutionStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HandlerErrorCode

newtype HandlerErrorCode Source #

Instances

Instances details
FromJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

FromJSONKey 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

ToByteString HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToHeader HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToLog HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToQuery 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

FromXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

ToXML 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 #

Read HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Show HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

NFData HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Methods

rnf :: HandlerErrorCode -> () #

Eq HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Ord HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HandlerErrorCode

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "HandlerErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHandlerErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HookFailureMode

newtype HookFailureMode Source #

Constructors

HookFailureMode' 

Instances

Instances details
FromJSON HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

FromJSONKey HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToJSON HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToJSONKey HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToByteString HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToHeader HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToLog HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToQuery HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

FromText HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToText HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

FromXML HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

ToXML HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Methods

toXML :: HookFailureMode -> XML #

Generic HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Associated Types

type Rep HookFailureMode :: Type -> Type #

Read HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Show HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

NFData HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Methods

rnf :: HookFailureMode -> () #

Eq HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Ord HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

Hashable HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

type Rep HookFailureMode Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookFailureMode

type Rep HookFailureMode = D1 ('MetaData "HookFailureMode" "Amazonka.CloudFormation.Types.HookFailureMode" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "HookFailureMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHookFailureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HookInvocationPoint

newtype HookInvocationPoint Source #

Instances

Instances details
FromJSON HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

FromJSONKey HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToJSON HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToJSONKey HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToByteString HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToHeader HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToLog HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToQuery HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

FromText HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToText HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

FromXML HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

ToXML HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Generic HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Associated Types

type Rep HookInvocationPoint :: Type -> Type #

Read HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Show HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

NFData HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Methods

rnf :: HookInvocationPoint -> () #

Eq HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Ord HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

Hashable HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

type Rep HookInvocationPoint Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookInvocationPoint

type Rep HookInvocationPoint = D1 ('MetaData "HookInvocationPoint" "Amazonka.CloudFormation.Types.HookInvocationPoint" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "HookInvocationPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHookInvocationPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HookStatus

newtype HookStatus Source #

Constructors

HookStatus' 

Fields

Instances

Instances details
FromJSON HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

FromJSONKey HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToJSON HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToJSONKey HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToByteString HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToHeader HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToLog HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToQuery HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

FromText HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToText HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Methods

toText :: HookStatus -> Text #

FromXML HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

ToXML HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Methods

toXML :: HookStatus -> XML #

Generic HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Associated Types

type Rep HookStatus :: Type -> Type #

Read HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Show HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

NFData HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Methods

rnf :: HookStatus -> () #

Eq HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Ord HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

Hashable HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

type Rep HookStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookStatus

type Rep HookStatus = D1 ('MetaData "HookStatus" "Amazonka.CloudFormation.Types.HookStatus" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "HookStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHookStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HookTargetType

newtype HookTargetType Source #

Constructors

HookTargetType' 

Bundled Patterns

pattern HookTargetType_RESOURCE :: HookTargetType 

Instances

Instances details
FromJSON HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

FromJSONKey HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToJSON HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToJSONKey HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToByteString HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToHeader HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToLog HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToQuery HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

FromText HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToText HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

FromXML HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

ToXML HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Methods

toXML :: HookTargetType -> XML #

Generic HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Associated Types

type Rep HookTargetType :: Type -> Type #

Read HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Show HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

NFData HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Methods

rnf :: HookTargetType -> () #

Eq HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Ord HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

Hashable HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

type Rep HookTargetType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.HookTargetType

type Rep HookTargetType = D1 ('MetaData "HookTargetType" "Amazonka.CloudFormation.Types.HookTargetType" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "HookTargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHookTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityProvider

newtype IdentityProvider Source #

Instances

Instances details
FromJSON IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

FromJSONKey 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

ToByteString IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToHeader IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToLog IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToQuery 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

FromXML IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

ToXML 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 #

Read IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Show IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

NFData IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Methods

rnf :: IdentityProvider -> () #

Eq IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Ord IdentityProvider Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.IdentityProvider

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

FromJSONKey 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

ToByteString OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

toBS :: OnFailure -> ByteString #

ToHeader OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToLog OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

ToQuery OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

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 #

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 #

Generic OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Associated Types

type Rep OnFailure :: Type -> Type #

Read OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Show OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

NFData OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Methods

rnf :: OnFailure -> () #

Eq OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Ord OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

Hashable OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

type Rep OnFailure Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OnFailure

type Rep OnFailure = D1 ('MetaData "OnFailure" "Amazonka.CloudFormation.Types.OnFailure" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "OnFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationResultFilterName

newtype OperationResultFilterName Source #

Instances

Instances details
FromJSON OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

FromJSONKey OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToJSON OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToJSONKey OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToByteString OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToHeader OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToLog OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToQuery OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

FromText OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToText OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

FromXML OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

ToXML OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Generic OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Associated Types

type Rep OperationResultFilterName :: Type -> Type #

Read OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Show OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

NFData OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Eq OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Ord OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

Hashable OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

type Rep OperationResultFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilterName

type Rep OperationResultFilterName = D1 ('MetaData "OperationResultFilterName" "Amazonka.CloudFormation.Types.OperationResultFilterName" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "OperationResultFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationResultFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

FromJSONKey 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

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

ToQuery 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

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 #

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

Read OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Eq OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PermissionModels

newtype PermissionModels Source #

Instances

Instances details
FromJSON PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

FromJSONKey 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

ToByteString PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToHeader PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToLog PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToQuery 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

FromXML PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

ToXML 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 #

Read PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Show PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

NFData PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Methods

rnf :: PermissionModels -> () #

Eq PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Ord PermissionModels Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PermissionModels

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "PermissionModels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPermissionModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisioningType

newtype ProvisioningType Source #

Instances

Instances details
FromJSON ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

FromJSONKey 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

ToByteString ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToHeader ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToLog ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToQuery 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

FromXML ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

ToXML 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 #

Read ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Show ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

NFData ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Methods

rnf :: ProvisioningType -> () #

Eq ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Ord ProvisioningType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ProvisioningType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ProvisioningType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisioningType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PublisherStatus

newtype PublisherStatus Source #

Constructors

PublisherStatus' 

Instances

Instances details
FromJSON PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

FromJSONKey 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

ToByteString PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToHeader PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToLog PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

ToQuery 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

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 #

Generic PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Associated Types

type Rep PublisherStatus :: Type -> Type #

Read PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Show PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

NFData PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Methods

rnf :: PublisherStatus -> () #

Eq PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Ord PublisherStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PublisherStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "PublisherStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPublisherStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegionConcurrencyType

newtype RegionConcurrencyType Source #

Instances

Instances details
FromJSON RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

FromJSONKey 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

ToByteString RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToHeader RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToLog RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToQuery 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

FromXML RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

ToXML 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 #

Read RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Show RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

NFData RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Methods

rnf :: RegionConcurrencyType -> () #

Eq RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Ord RegionConcurrencyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegionConcurrencyType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "RegionConcurrencyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegionConcurrencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

FromJSONKey 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

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToQuery 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

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

ToXML 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 #

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistrationStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistryType

newtype RegistryType Source #

Constructors

RegistryType' 

Instances

Instances details
FromJSON RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

FromJSONKey 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

ToByteString RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToHeader RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToLog RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

ToQuery 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 #

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 #

Generic RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Associated Types

type Rep RegistryType :: Type -> Type #

Read RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Show RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

NFData RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Methods

rnf :: RegistryType -> () #

Eq RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Ord RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

Hashable RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

type Rep RegistryType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RegistryType

type Rep RegistryType = D1 ('MetaData "RegistryType" "Amazonka.CloudFormation.Types.RegistryType" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "RegistryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Replacement

newtype Replacement Source #

Constructors

Replacement' 

Instances

Instances details
FromJSON Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

FromJSONKey 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

ToByteString Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToHeader Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToLog Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

ToQuery 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 #

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 #

Generic Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Associated Types

type Rep Replacement :: Type -> Type #

Read Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Show Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

NFData Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Methods

rnf :: Replacement -> () #

Eq Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Ord Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

Hashable Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

type Rep Replacement Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Replacement

type Rep Replacement = D1 ('MetaData "Replacement" "Amazonka.CloudFormation.Types.Replacement" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "Replacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequiresRecreation

newtype RequiresRecreation Source #

Instances

Instances details
FromJSON RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

FromJSONKey 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

ToByteString RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToHeader RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToLog RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToQuery 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

FromXML RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

ToXML 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 #

Read RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Show RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

NFData RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Methods

rnf :: RequiresRecreation -> () #

Eq RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Ord RequiresRecreation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiresRecreation

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "RequiresRecreation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceAttribute

newtype ResourceAttribute Source #

Instances

Instances details
FromJSON ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

FromJSONKey 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

ToByteString ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToHeader ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToLog ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToQuery 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

FromXML ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

ToXML 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 #

Read ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Show ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

NFData ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Methods

rnf :: ResourceAttribute -> () #

Eq ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Ord ResourceAttribute Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceAttribute

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ResourceAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceSignalStatus

newtype ResourceSignalStatus Source #

Instances

Instances details
FromJSON ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

FromJSONKey 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

ToByteString ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToHeader ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToLog ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToQuery 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

FromXML ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

ToXML 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 #

Read ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Show ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

NFData ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Methods

rnf :: ResourceSignalStatus -> () #

Eq ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Ord ResourceSignalStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceSignalStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ResourceSignalStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceSignalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceStatus

newtype ResourceStatus Source #

Constructors

ResourceStatus' 

Instances

Instances details
FromJSON ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

FromJSONKey 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

ToByteString ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToHeader ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToLog ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

ToQuery 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

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 #

Generic ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Associated Types

type Rep ResourceStatus :: Type -> Type #

Read ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Show ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

NFData ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Methods

rnf :: ResourceStatus -> () #

Eq ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Ord ResourceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackDriftDetectionStatus

newtype StackDriftDetectionStatus Source #

Instances

Instances details
FromJSON StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

FromJSONKey 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

ToByteString StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToHeader StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToLog StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToQuery 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

FromXML StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

ToXML 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 #

Read StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Show StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

NFData StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Eq StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Ord StackDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftDetectionStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackDriftDetectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackDriftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackDriftStatus

newtype StackDriftStatus Source #

Instances

Instances details
FromJSON StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

FromJSONKey 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

ToByteString StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToHeader StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToLog StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToQuery 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

FromXML StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

ToXML 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 #

Read StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Show StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

NFData StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Methods

rnf :: StackDriftStatus -> () #

Eq StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Ord StackDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceDetailedStatus

newtype StackInstanceDetailedStatus Source #

Instances

Instances details
FromJSON StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

FromJSONKey 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

ToByteString StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToHeader StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToLog StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToQuery 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

FromXML StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

ToXML 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 #

Read StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Show StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

NFData StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Eq StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Ord StackInstanceDetailedStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceDetailedStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackInstanceDetailedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceDetailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceFilterName

newtype StackInstanceFilterName Source #

Instances

Instances details
FromJSON StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

FromJSONKey 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

ToByteString StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToHeader StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToLog StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToQuery 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

FromXML StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

ToXML 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 #

Read StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Show StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

NFData StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Methods

rnf :: StackInstanceFilterName -> () #

Eq StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Ord StackInstanceFilterName Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilterName

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackInstanceFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceStatus

newtype StackInstanceStatus Source #

Instances

Instances details
FromJSON StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

FromJSONKey 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

ToByteString StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToHeader StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToLog StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToQuery 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

FromXML StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

ToXML 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 #

Read StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Show StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

NFData StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Methods

rnf :: StackInstanceStatus -> () #

Eq StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Ord StackInstanceStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackInstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackResourceDriftStatus

newtype StackResourceDriftStatus Source #

Instances

Instances details
FromJSON StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

FromJSONKey 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

ToByteString StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToHeader StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToLog StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToQuery 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

FromXML StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

ToXML 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 #

Read StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Show StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

NFData StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Eq StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Ord StackResourceDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackResourceDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetDriftDetectionStatus

newtype StackSetDriftDetectionStatus Source #

Instances

Instances details
FromJSON StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

FromJSONKey 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

ToByteString StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToHeader StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToLog StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToQuery 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

FromXML StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

ToXML 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 #

Read StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Show StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

NFData StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Eq StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Ord StackSetDriftDetectionStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetDriftDetectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetDriftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetDriftStatus

newtype StackSetDriftStatus Source #

Instances

Instances details
FromJSON StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

FromJSONKey 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

ToByteString StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToHeader StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToLog StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToQuery 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

FromXML StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

ToXML 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 #

Read StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Show StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

NFData StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Methods

rnf :: StackSetDriftStatus -> () #

Eq StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Ord StackSetDriftStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetDriftStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationAction

newtype StackSetOperationAction Source #

Instances

Instances details
FromJSON StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

FromJSONKey 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

ToByteString StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToHeader StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToLog StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToQuery 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

FromXML StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

ToXML 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 #

Read StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Show StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

NFData StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Methods

rnf :: StackSetOperationAction -> () #

Eq StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Ord StackSetOperationAction Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationAction

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetOperationAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationResultStatus

newtype StackSetOperationResultStatus Source #

Instances

Instances details
FromJSON StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

FromJSONKey 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

ToByteString StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToHeader StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToLog StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToQuery 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

FromXML StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

ToXML 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 #

Read StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Show StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

NFData StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Eq StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Ord StackSetOperationResultStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetOperationResultStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationResultStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationStatus

newtype StackSetOperationStatus Source #

Instances

Instances details
FromJSON StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

FromJSONKey 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

ToByteString StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToHeader StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToLog StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToQuery 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

FromXML StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

ToXML 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 #

Read StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Show StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

NFData StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Methods

rnf :: StackSetOperationStatus -> () #

Eq StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Ord StackSetOperationStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetOperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetStatus

newtype StackSetStatus Source #

Constructors

StackSetStatus' 

Instances

Instances details
FromJSON StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

FromJSONKey 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

ToByteString StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToHeader StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToLog StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

ToQuery 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

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 #

Generic StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Associated Types

type Rep StackSetStatus :: Type -> Type #

Read StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Show StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

NFData StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Methods

rnf :: StackSetStatus -> () #

Eq StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Ord StackSetStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackSetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackStatus

newtype StackStatus Source #

Constructors

StackStatus' 

Instances

Instances details
FromJSON StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

FromJSONKey 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

ToByteString StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToHeader StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToLog StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

ToQuery 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 #

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 #

Generic StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Associated Types

type Rep StackStatus :: Type -> Type #

Read StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Show StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

NFData StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Methods

rnf :: StackStatus -> () #

Eq StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Ord StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

Hashable StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

type Rep StackStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackStatus

type Rep StackStatus = D1 ('MetaData "StackStatus" "Amazonka.CloudFormation.Types.StackStatus" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "StackStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateStage

newtype TemplateStage Source #

Constructors

TemplateStage' 

Instances

Instances details
FromJSON TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

FromJSONKey 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

ToByteString TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToHeader TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToLog TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

ToQuery 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 #

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 #

Generic TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Associated Types

type Rep TemplateStage :: Type -> Type #

Read TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Show TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

NFData TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Methods

rnf :: TemplateStage -> () #

Eq TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Ord TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

Hashable TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

type Rep TemplateStage Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateStage

type Rep TemplateStage = D1 ('MetaData "TemplateStage" "Amazonka.CloudFormation.Types.TemplateStage" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "TemplateStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateStage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ThirdPartyType

newtype ThirdPartyType Source #

Constructors

ThirdPartyType' 

Instances

Instances details
FromJSON ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

FromJSONKey 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

ToByteString ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToHeader ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToLog ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

ToQuery 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

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 #

Generic ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Associated Types

type Rep ThirdPartyType :: Type -> Type #

Read ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Show ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

NFData ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Methods

rnf :: ThirdPartyType -> () #

Eq ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Ord ThirdPartyType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ThirdPartyType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'True) (C1 ('MetaCons "ThirdPartyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromThirdPartyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TypeTestsStatus

newtype TypeTestsStatus Source #

Constructors

TypeTestsStatus' 

Instances

Instances details
FromJSON TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

FromJSONKey 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

ToByteString TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToHeader TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToLog TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

ToQuery 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

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 #

Generic TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Associated Types

type Rep TypeTestsStatus :: Type -> Type #

Read TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Show TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

NFData TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Methods

rnf :: TypeTestsStatus -> () #

Eq TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Ord TypeTestsStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeTestsStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

FromJSONKey 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

ToByteString VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToHeader VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToLog VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

ToQuery 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 #

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 #

Generic VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Associated Types

type Rep VersionBump :: Type -> Type #

Read VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Show VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

NFData VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Methods

rnf :: VersionBump -> () #

Eq VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Ord VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

Hashable VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

type Rep VersionBump Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.VersionBump

type Rep VersionBump = D1 ('MetaData "VersionBump" "Amazonka.CloudFormation.Types.VersionBump" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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
FromJSON Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

FromJSONKey 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

ToByteString Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToHeader Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToLog Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

ToQuery 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 #

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 #

Generic Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Associated Types

type Rep Visibility :: Type -> Type #

Read Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Show Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

NFData Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Methods

rnf :: Visibility -> () #

Eq Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Ord Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

Hashable Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

type Rep Visibility Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Visibility

type Rep Visibility = D1 ('MetaData "Visibility" "Amazonka.CloudFormation.Types.Visibility" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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.

Constructors

AccountGateResult' 

Fields

  • status :: Maybe AccountGateStatus

    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 doesn't meet the requirements for a stack set operation to occur. 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 hasn't 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 administration 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.
  • statusReason :: Maybe Text

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

Instances

Instances details
FromXML 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 #

Read AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Show AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

NFData AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Methods

rnf :: AccountGateResult -> () #

Eq AccountGateResult Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountGateResult

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 doesn't meet the requirements for a stack set operation to occur. 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 hasn't 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 administration 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.

accountGateResult_status :: Lens' AccountGateResult (Maybe AccountGateStatus) Source #

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 doesn't meet the requirements for a stack set operation to occur. 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 hasn't 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 administration 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.

accountGateResult_statusReason :: Lens' AccountGateResult (Maybe Text) Source #

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 quotas in the CloudFormation User Guide.

See: newAccountLimit smart constructor.

Constructors

AccountLimit' 

Fields

  • name :: Maybe Text

    The name of the account limit.

    Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

  • value :: Maybe Int

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

Instances

Instances details
FromXML 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 #

Read AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Show AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

NFData AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Methods

rnf :: AccountLimit -> () #

Eq AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "AccountLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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:name:AccountLimit', accountLimit_name - The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

$sel:value:AccountLimit', accountLimit_value - The value that's associated with the account limit name.

accountLimit_name :: Lens' AccountLimit (Maybe Text) Source #

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

accountLimit_value :: Lens' AccountLimit (Maybe Int) Source #

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

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' 

Fields

  • enabled :: Maybe Bool

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

  • retainStacksOnAccountRemoval :: Maybe Bool

    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.

Instances

Instances details
ToQuery AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

FromXML 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 #

Read AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Show AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

NFData AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Methods

rnf :: AutoDeployment -> () #

Eq AutoDeployment Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AutoDeployment

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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.

autoDeployment_enabled :: Lens' AutoDeployment (Maybe Bool) Source #

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.

autoDeployment_retainStacksOnAccountRemoval :: Lens' AutoDeployment (Maybe Bool) Source #

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
FromXML BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Generic 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

NFData BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Eq BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurationsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeConfigurationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypeConfigurationIdentifier)))))

Change

data Change Source #

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

See: newChange smart constructor.

Constructors

Change' 

Fields

Instances

Instances details
FromXML 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 #

Read Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Show Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

NFData Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

rnf :: Change -> () #

Eq Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

(==) :: Change -> Change -> Bool #

(/=) :: Change -> Change -> Bool #

Hashable Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

type Rep Change Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Change

type Rep Change = D1 ('MetaData "Change" "Amazonka.CloudFormation.Types.Change" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Change'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hookInvocationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (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:hookInvocationCount:Change', change_hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the number of hooks that will invoke for the resource.

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

change_hookInvocationCount :: Lens' Change (Maybe Natural) Source #

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

change_resourceChange :: Lens' Change (Maybe ResourceChange) Source #

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

change_type :: Lens' Change (Maybe ChangeType) Source #

The type of entity that CloudFormation changes. Currently, the only entity type is Resource.

ChangeSetHook

data ChangeSetHook Source #

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

See: newChangeSetHook smart constructor.

Constructors

ChangeSetHook' 

Fields

Instances

Instances details
FromXML ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

Generic ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

Associated Types

type Rep ChangeSetHook :: Type -> Type #

Read ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

Show ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

NFData ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

Methods

rnf :: ChangeSetHook -> () #

Eq ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

Hashable ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

type Rep ChangeSetHook Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHook

type Rep ChangeSetHook = D1 ('MetaData "ChangeSetHook" "Amazonka.CloudFormation.Types.ChangeSetHook" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ChangeSetHook'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookFailureMode)) :*: (S1 ('MetaSel ('Just "invocationPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookInvocationPoint)) :*: S1 ('MetaSel ('Just "targetDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSetHookTargetDetails)))) :*: (S1 ('MetaSel ('Just "typeConfigurationVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newChangeSetHook :: ChangeSetHook Source #

Create a value of ChangeSetHook 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:failureMode:ChangeSetHook', changeSetHook_failureMode - Specify the hook failure mode for non-compliant resources in the followings ways.

  • FAIL Stops provisioning resources.
  • WARN Allows provisioning to continue with a warning message.

$sel:invocationPoint:ChangeSetHook', changeSetHook_invocationPoint - Specifies the points in provisioning logic where a hook is invoked.

$sel:targetDetails:ChangeSetHook', changeSetHook_targetDetails - Specifies details about the target that the hook will run against.

$sel:typeConfigurationVersionId:ChangeSetHook', changeSetHook_typeConfigurationVersionId - The version ID of the type configuration.

$sel:typeName:ChangeSetHook', changeSetHook_typeName - The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook.

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

  • Alexa
  • AMZN
  • Amazon
  • ASK
  • AWS
  • Custom
  • Dev

$sel:typeVersionId:ChangeSetHook', changeSetHook_typeVersionId - The version ID of the type specified.

changeSetHook_failureMode :: Lens' ChangeSetHook (Maybe HookFailureMode) Source #

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

  • FAIL Stops provisioning resources.
  • WARN Allows provisioning to continue with a warning message.

changeSetHook_invocationPoint :: Lens' ChangeSetHook (Maybe HookInvocationPoint) Source #

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

changeSetHook_targetDetails :: Lens' ChangeSetHook (Maybe ChangeSetHookTargetDetails) Source #

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

changeSetHook_typeConfigurationVersionId :: Lens' ChangeSetHook (Maybe Text) Source #

The version ID of the type configuration.

changeSetHook_typeName :: Lens' ChangeSetHook (Maybe Text) Source #

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

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

  • Alexa
  • AMZN
  • Amazon
  • ASK
  • AWS
  • Custom
  • Dev

changeSetHook_typeVersionId :: Lens' ChangeSetHook (Maybe Text) Source #

The version ID of the type specified.

ChangeSetHookResourceTargetDetails

data ChangeSetHookResourceTargetDetails Source #

Specifies RESOURCE type target details for activated hooks.

See: newChangeSetHookResourceTargetDetails smart constructor.

Constructors

ChangeSetHookResourceTargetDetails' 

Fields

Instances

Instances details
FromXML ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

Generic ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

Associated Types

type Rep ChangeSetHookResourceTargetDetails :: Type -> Type #

Read ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

Show ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

NFData ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

Eq ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

Hashable ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

type Rep ChangeSetHookResourceTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails

type Rep ChangeSetHookResourceTargetDetails = D1 ('MetaData "ChangeSetHookResourceTargetDetails" "Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ChangeSetHookResourceTargetDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeAction)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newChangeSetHookResourceTargetDetails :: ChangeSetHookResourceTargetDetails Source #

Create a value of ChangeSetHookResourceTargetDetails 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:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_logicalResourceId - The resource's logical ID, which is defined in the stack's template.

$sel:resourceAction:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_resourceAction - Specifies the action of the resource.

$sel:resourceType:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.

changeSetHookResourceTargetDetails_logicalResourceId :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text) Source #

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

changeSetHookResourceTargetDetails_resourceType :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text) Source #

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

ChangeSetHookTargetDetails

data ChangeSetHookTargetDetails Source #

Specifies target details for an activated hook.

See: newChangeSetHookTargetDetails smart constructor.

Constructors

ChangeSetHookTargetDetails' 

Fields

Instances

Instances details
FromXML ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

Generic ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

Associated Types

type Rep ChangeSetHookTargetDetails :: Type -> Type #

Read ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

Show ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

NFData ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

Eq ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

Hashable ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

type Rep ChangeSetHookTargetDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails

type Rep ChangeSetHookTargetDetails = D1 ('MetaData "ChangeSetHookTargetDetails" "Amazonka.CloudFormation.Types.ChangeSetHookTargetDetails" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ChangeSetHookTargetDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceTargetDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSetHookResourceTargetDetails)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookTargetType))))

newChangeSetHookTargetDetails :: ChangeSetHookTargetDetails Source #

Create a value of ChangeSetHookTargetDetails 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:resourceTargetDetails:ChangeSetHookTargetDetails', changeSetHookTargetDetails_resourceTargetDetails - Required if TargetType is RESOURCE.

$sel:targetType:ChangeSetHookTargetDetails', changeSetHookTargetDetails_targetType - The name of the type.

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.

Constructors

ChangeSetSummary' 

Fields

Instances

Instances details
FromXML 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 #

Read ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Show ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

NFData ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Methods

rnf :: ChangeSetSummary -> () #

Eq ChangeSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ChangeSetSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ChangeSetSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "includeNestedStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "parentChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rootChangeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeSetStatus)) :*: S1 ('MetaSel ('Just "statusReason") '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:changeSetId:ChangeSetSummary', changeSetSummary_changeSetId - The ID of the change set.

$sel:changeSetName:ChangeSetSummary', changeSetSummary_changeSetName - The name of the change set.

$sel:creationTime:ChangeSetSummary', changeSetSummary_creationTime - The start time when the change set was created, in UTC.

$sel:description:ChangeSetSummary', changeSetSummary_description - Descriptive information about 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:includeNestedStacks:ChangeSetSummary', changeSetSummary_includeNestedStacks - Specifies the current setting of IncludeNestedStacks for the change set.

$sel:parentChangeSetId:ChangeSetSummary', changeSetSummary_parentChangeSetId - The parent change set ID.

$sel:rootChangeSetId:ChangeSetSummary', changeSetSummary_rootChangeSetId - The root change set ID.

$sel:stackId:ChangeSetSummary', changeSetSummary_stackId - The ID of the stack with which the change set is associated.

$sel:stackName:ChangeSetSummary', changeSetSummary_stackName - The name of the stack with which the change set is associated.

$sel:status:ChangeSetSummary', changeSetSummary_status - The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

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

changeSetSummary_creationTime :: Lens' ChangeSetSummary (Maybe UTCTime) Source #

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

changeSetSummary_description :: Lens' ChangeSetSummary (Maybe Text) Source #

Descriptive information about the change set.

changeSetSummary_executionStatus :: Lens' ChangeSetSummary (Maybe ExecutionStatus) Source #

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.

changeSetSummary_includeNestedStacks :: Lens' ChangeSetSummary (Maybe Bool) Source #

Specifies the current setting of IncludeNestedStacks for the change set.

changeSetSummary_stackId :: Lens' ChangeSetSummary (Maybe Text) Source #

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

changeSetSummary_stackName :: Lens' ChangeSetSummary (Maybe Text) Source #

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

changeSetSummary_status :: Lens' ChangeSetSummary (Maybe ChangeSetStatus) Source #

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

changeSetSummary_statusReason :: Lens' ChangeSetSummary (Maybe Text) Source #

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

DeploymentTargets

data DeploymentTargets Source #

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

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

See: newDeploymentTargets smart constructor.

Constructors

DeploymentTargets' 

Fields

  • accountFilterType :: Maybe AccountFilterType

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

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

    • INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.
    • DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.
    • UNION: StackSets includes additional accounts deployment targets.

      This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.

    • NONE: Deploys to all the accounts in specified organizational units (OU).
  • accounts :: Maybe [Text]

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

  • accountsUrl :: Maybe Text

    Returns the value of the AccountsUrl property.

  • organizationalUnitIds :: Maybe [Text]

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

Instances

Instances details
ToQuery DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

FromXML 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 #

Read DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Show DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

NFData DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Methods

rnf :: DeploymentTargets -> () #

Eq DeploymentTargets Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.DeploymentTargets

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "DeploymentTargets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountFilterType)) :*: S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "accountsUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationalUnitIds") '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:accountFilterType:DeploymentTargets', deploymentTargets_accountFilterType - Limit deployment targets to individual accounts or include additional accounts with provided OUs.

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

  • INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.
  • DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.
  • UNION: StackSets includes additional accounts deployment targets.

    This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.

  • NONE: Deploys to all the accounts in specified organizational units (OU).

$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:accountsUrl:DeploymentTargets', deploymentTargets_accountsUrl - Returns the value of the AccountsUrl property.

$sel:organizationalUnitIds:DeploymentTargets', deploymentTargets_organizationalUnitIds - The organization root ID or organizational unit (OU) IDs to which StackSets deploys.

deploymentTargets_accountFilterType :: Lens' DeploymentTargets (Maybe AccountFilterType) Source #

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

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

  • INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter.
  • DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.
  • UNION: StackSets includes additional accounts deployment targets.

    This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.

  • NONE: Deploys to all the accounts in specified organizational units (OU).

deploymentTargets_accounts :: Lens' DeploymentTargets (Maybe [Text]) Source #

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

deploymentTargets_accountsUrl :: Lens' DeploymentTargets (Maybe Text) Source #

Returns the value of the AccountsUrl property.

deploymentTargets_organizationalUnitIds :: Lens' DeploymentTargets (Maybe [Text]) Source #

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

Export

data Export Source #

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

See: newExport smart constructor.

Constructors

Export' 

Fields

  • exportingStackId :: Maybe Text

    The stack that contains the exported output name and value.

  • name :: Maybe Text

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

  • value :: Maybe Text

    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.

Instances

Instances details
FromXML 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 #

Read Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Show Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

NFData Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

rnf :: Export -> () #

Eq Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

(==) :: Export -> Export -> Bool #

(/=) :: Export -> Export -> Bool #

Hashable Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

Methods

hashWithSalt :: Int -> Export -> Int #

hash :: Export -> Int #

type Rep Export Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Export

type Rep Export = D1 ('MetaData "Export" "Amazonka.CloudFormation.Types.Export" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Export'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportingStackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") '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: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.

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

export_exportingStackId :: Lens' Export (Maybe Text) Source #

The stack that contains the exported output name and value.

export_name :: Lens' Export (Maybe Text) Source #

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.

export_value :: Lens' Export (Maybe Text) Source #

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.

LoggingConfig

data LoggingConfig Source #

Contains logging configuration information for an extension.

See: newLoggingConfig smart constructor.

Constructors

LoggingConfig' 

Fields

  • logRoleArn :: Text

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

  • logGroupName :: Text

    The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

Instances

Instances details
ToQuery LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

FromXML 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 #

Read LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Show LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

NFData LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Methods

rnf :: LoggingConfig -> () #

Eq LoggingConfig Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.LoggingConfig

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

$sel:logGroupName:LoggingConfig', loggingConfig_logGroupName - The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

loggingConfig_logRoleArn :: Lens' LoggingConfig Text Source #

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

loggingConfig_logGroupName :: Lens' LoggingConfig Text Source #

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

ManagedExecution

data ManagedExecution Source #

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

See: newManagedExecution smart constructor.

Constructors

ManagedExecution' 

Fields

  • active :: Maybe Bool

    When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

    If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.

    You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.

    When false (default), StackSets performs one operation at a time in request order.

Instances

Instances details
ToQuery ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

FromXML ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

Generic ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

Associated Types

type Rep ManagedExecution :: Type -> Type #

Read ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

Show ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

NFData ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

Methods

rnf :: ManagedExecution -> () #

Eq ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

Hashable ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

type Rep ManagedExecution Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ManagedExecution

type Rep ManagedExecution = D1 ('MetaData "ManagedExecution" "Amazonka.CloudFormation.Types.ManagedExecution" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ManagedExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newManagedExecution :: ManagedExecution Source #

Create a value of ManagedExecution 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:active:ManagedExecution', managedExecution_active - When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.

You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.

When false (default), StackSets performs one operation at a time in request order.

managedExecution_active :: Lens' ManagedExecution (Maybe Bool) Source #

When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.

You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.

When false (default), StackSets performs one operation at a time in request order.

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 about modules, see Using modules to encapsulate and reuse resource configurations in the CloudFormation User Guide.

See: newModuleInfo smart constructor.

Constructors

ModuleInfo' 

Fields

  • logicalIdHierarchy :: Maybe Text

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

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

    moduleA/moduleB

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

  • typeHierarchy :: Maybe Text

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

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

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

Instances

Instances details
FromXML 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 #

Read ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Show ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

NFData ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Methods

rnf :: ModuleInfo -> () #

Eq ModuleInfo Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ModuleInfo

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ModuleInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalIdHierarchy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeHierarchy") '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:logicalIdHierarchy:ModuleInfo', moduleInfo_logicalIdHierarchy - A concatenated list of the logical IDs of the module or modules containing the resource. Modules are listed starting with the inner-most nested module, and separated by /.

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

moduleA/moduleB

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

$sel:typeHierarchy:ModuleInfo', moduleInfo_typeHierarchy - A concatenated list of the module type or types containing the resource. Module types are listed starting with the inner-most nested module, and separated by /.

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

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

moduleInfo_logicalIdHierarchy :: Lens' ModuleInfo (Maybe Text) Source #

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

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

moduleA/moduleB

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

moduleInfo_typeHierarchy :: Lens' ModuleInfo (Maybe Text) Source #

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

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

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

OperationResultFilter

data OperationResultFilter Source #

The status that operation results are filtered by.

See: newOperationResultFilter smart constructor.

Constructors

OperationResultFilter' 

Fields

Instances

Instances details
ToQuery OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

Generic OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

Associated Types

type Rep OperationResultFilter :: Type -> Type #

Read OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

Show OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

NFData OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

Methods

rnf :: OperationResultFilter -> () #

Eq OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

Hashable OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

type Rep OperationResultFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.OperationResultFilter

type Rep OperationResultFilter = D1 ('MetaData "OperationResultFilter" "Amazonka.CloudFormation.Types.OperationResultFilter" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "OperationResultFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationResultFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOperationResultFilter :: OperationResultFilter Source #

Create a value of OperationResultFilter 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:name:OperationResultFilter', operationResultFilter_name - The type of filter to apply.

$sel:values:OperationResultFilter', operationResultFilter_values - The value to filter by.

Output

data Output Source #

The Output data type.

See: newOutput smart constructor.

Constructors

Output' 

Fields

Instances

Instances details
FromXML 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 #

Read Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Show Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

NFData Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

rnf :: Output -> () #

Eq Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

Hashable Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

Methods

hashWithSalt :: Int -> Output -> Int #

hash :: Output -> Int #

type Rep Output Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Output

type Rep Output = D1 ('MetaData "Output" "Amazonka.CloudFormation.Types.Output" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Output'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputValue") '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:description:Output', output_description - User defined description associated with the output.

$sel:exportName:Output', output_exportName - The name of the export associated with the output.

$sel:outputKey:Output', output_outputKey - The key associated with the output.

$sel:outputValue:Output', output_outputValue - The value associated with the output.

output_description :: Lens' Output (Maybe Text) Source #

User defined description associated with the output.

output_exportName :: Lens' Output (Maybe Text) Source #

The name of the export associated with the output.

output_outputKey :: Lens' Output (Maybe Text) Source #

The key associated with the output.

output_outputValue :: Lens' Output (Maybe Text) Source #

The value associated with the output.

Parameter

data Parameter Source #

The Parameter data type.

See: newParameter smart constructor.

Constructors

Parameter' 

Fields

  • parameterKey :: Maybe Text

    The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

  • parameterValue :: Maybe Text

    The input value associated with the parameter.

  • resolvedValue :: Maybe Text

    Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.

  • usePreviousValue :: Maybe Bool

    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.

Instances

Instances details
ToQuery Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

FromXML 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 #

Read Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Show Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

NFData Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Methods

rnf :: Parameter -> () #

Eq Parameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Parameter

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Parameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resolvedValue") '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: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's specified in your template.

$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 SSM parameter key. This field is returned only for SSM parameter types in the 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.

parameter_parameterKey :: Lens' Parameter (Maybe Text) Source #

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

parameter_parameterValue :: Lens' Parameter (Maybe Text) Source #

The input value associated with the parameter.

parameter_resolvedValue :: Lens' Parameter (Maybe Text) Source #

Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.

parameter_usePreviousValue :: Lens' Parameter (Maybe Bool) Source #

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' 

Fields

Instances

Instances details
FromXML 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 #

Read ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Show ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

NFData ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Methods

rnf :: ParameterConstraints -> () #

Eq ParameterConstraints Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterConstraints

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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.

parameterConstraints_allowedValues :: Lens' ParameterConstraints (Maybe [Text]) Source #

A list of values that are permitted for a parameter.

ParameterDeclaration

data ParameterDeclaration Source #

The ParameterDeclaration data type.

See: newParameterDeclaration smart constructor.

Constructors

ParameterDeclaration' 

Fields

Instances

Instances details
FromXML 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 #

Read ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Show ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

NFData ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Methods

rnf :: ParameterDeclaration -> () #

Eq ParameterDeclaration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ParameterDeclaration

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ParameterDeclaration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "noEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "parameterConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterConstraints)) :*: (S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterType") '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:defaultValue:ParameterDeclaration', parameterDeclaration_defaultValue - The default value of the parameter.

$sel:description:ParameterDeclaration', parameterDeclaration_description - The description that's associate with 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:parameterConstraints:ParameterDeclaration', parameterDeclaration_parameterConstraints - The criteria that CloudFormation uses to validate parameter values.

$sel:parameterKey:ParameterDeclaration', parameterDeclaration_parameterKey - The name that's associated with the parameter.

$sel:parameterType:ParameterDeclaration', parameterDeclaration_parameterType - The type of parameter.

parameterDeclaration_description :: Lens' ParameterDeclaration (Maybe Text) Source #

The description that's associate with the parameter.

parameterDeclaration_noEcho :: Lens' ParameterDeclaration (Maybe Bool) Source #

Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.

parameterDeclaration_parameterConstraints :: Lens' ParameterDeclaration (Maybe ParameterConstraints) Source #

The criteria that CloudFormation uses to validate parameter values.

parameterDeclaration_parameterKey :: Lens' ParameterDeclaration (Maybe Text) Source #

The name that's associated 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 aren't enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

See: newPhysicalResourceIdContextKeyValuePair smart constructor.

Constructors

PhysicalResourceIdContextKeyValuePair' 

Fields

Instances

Instances details
FromXML PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Generic 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

NFData PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Eq PhysicalResourceIdContextKeyValuePair Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PhysicalResourceIdContextKeyValuePair

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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.

Constructors

PropertyDifference' 

Fields

  • propertyPath :: Text

    The fully-qualified path to the resource property.

  • expectedValue :: Text

    The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.

  • actualValue :: Text

    The actual property value of the resource property.

  • differenceType :: DifferenceType

    The type of property difference.

    • ADD: A value has been added to a resource property that's 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).

Instances

Instances details
FromXML 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 #

Read PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Show PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

NFData PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Methods

rnf :: PropertyDifference -> () #

Eq PropertyDifference Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.PropertyDifference

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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's 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).

propertyDifference_propertyPath :: Lens' PropertyDifference Text Source #

The fully-qualified path to the resource property.

propertyDifference_expectedValue :: Lens' PropertyDifference Text Source #

The expected property value of the resource property, as defined in the stack template and any values specified as template parameters.

propertyDifference_actualValue :: Lens' PropertyDifference Text Source #

The actual property value of the resource property.

propertyDifference_differenceType :: Lens' PropertyDifference DifferenceType Source #

The type of property difference.

  • ADD: A value has been added to a resource property that's 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.

Constructors

RequiredActivatedType' 

Fields

  • originalTypeName :: Maybe Text

    The type name of the public extension.

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

  • publisherId :: Maybe Text

    The publisher ID of the extension publisher.

  • supportedMajorVersions :: Maybe [Natural]

    A list of the major versions of the extension type that the macro supports.

  • typeNameAlias :: Maybe Text

    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.

Instances

Instances details
FromXML 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 #

Read RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Show RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

NFData RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Methods

rnf :: RequiredActivatedType -> () #

Eq RequiredActivatedType Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RequiredActivatedType

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "RequiredActivatedType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "originalTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedMajorVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Natural])) :*: S1 ('MetaSel ('Just "typeNameAlias") '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:publisherId:RequiredActivatedType', requiredActivatedType_publisherId - The publisher ID of the extension publisher.

$sel:supportedMajorVersions:RequiredActivatedType', requiredActivatedType_supportedMajorVersions - A list of the major versions of the extension type that the macro supports.

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

requiredActivatedType_originalTypeName :: Lens' RequiredActivatedType (Maybe Text) Source #

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.

requiredActivatedType_publisherId :: Lens' RequiredActivatedType (Maybe Text) Source #

The publisher ID of the extension publisher.

requiredActivatedType_supportedMajorVersions :: Lens' RequiredActivatedType (Maybe [Natural]) Source #

A list of the major versions of the extension type that the macro supports.

requiredActivatedType_typeNameAlias :: Lens' RequiredActivatedType (Maybe Text) Source #

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.

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.

Constructors

ResourceChange' 

Fields

  • action :: Maybe ChangeAction

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

  • changeSetId :: Maybe Text

    The change set ID of the nested change set.

  • details :: Maybe [ResourceChangeDetail]

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

  • logicalResourceId :: Maybe Text

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

  • moduleInfo :: Maybe 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.

  • physicalResourceId :: Maybe Text

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

  • replacement :: Maybe 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.

  • resourceType :: Maybe Text

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

  • scope :: Maybe [ResourceAttribute]

    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.

Instances

Instances details
FromXML 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 #

Read ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Show ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

NFData ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Methods

rnf :: ResourceChange -> () #

Eq ResourceChange Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChange

Hashable 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: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 can't be determined).

$sel:changeSetId:ResourceChange', resourceChange_changeSetId - The change set ID of the nested change set.

$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:logicalResourceId:ResourceChange', resourceChange_logicalResourceId - The resource's logical ID, which is defined in the stack's template.

$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: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: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.

$sel:resourceType:ResourceChange', resourceChange_resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.

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

resourceChange_action :: Lens' ResourceChange (Maybe ChangeAction) Source #

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

resourceChange_changeSetId :: Lens' ResourceChange (Maybe Text) Source #

The change set ID of the nested change set.

resourceChange_details :: Lens' ResourceChange (Maybe [ResourceChangeDetail]) Source #

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

resourceChange_logicalResourceId :: Lens' ResourceChange (Maybe Text) Source #

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

resourceChange_moduleInfo :: Lens' ResourceChange (Maybe 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.

resourceChange_physicalResourceId :: Lens' ResourceChange (Maybe Text) Source #

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

resourceChange_replacement :: Lens' ResourceChange (Maybe Replacement) Source #

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.

resourceChange_resourceType :: Lens' ResourceChange (Maybe Text) Source #

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

resourceChange_scope :: Lens' ResourceChange (Maybe [ResourceAttribute]) Source #

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.

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.

Constructors

ResourceChangeDetail' 

Fields

  • causingEntity :: Maybe Text

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

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

  • changeSource :: Maybe 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.
  • evaluation :: Maybe EvaluationType

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

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

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

  • target :: Maybe ResourceTargetDefinition

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

Instances

Instances details
FromXML 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 #

Read ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Show ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

NFData ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Methods

rnf :: ResourceChangeDetail -> () #

Eq ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceChangeDetail

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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's specified by the ChangeSource field. For example, if you modified the value of the KeyPairName parameter, the CausingEntity is the name of the parameter (KeyPairName).

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

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

$sel:target:ResourceChangeDetail', resourceChangeDetail_target - A ResourceTargetDefinition structure that describes the field that CloudFormation will change and whether the resource will be recreated.

resourceChangeDetail_causingEntity :: Lens' ResourceChangeDetail (Maybe Text) Source #

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

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

resourceChangeDetail_changeSource :: Lens' ResourceChangeDetail (Maybe ChangeSource) Source #

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.

resourceChangeDetail_evaluation :: Lens' ResourceChangeDetail (Maybe EvaluationType) Source #

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

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

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

resourceChangeDetail_target :: Lens' ResourceChangeDetail (Maybe ResourceTargetDefinition) Source #

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.

Constructors

ResourceIdentifierSummary' 

Fields

  • logicalResourceIds :: Maybe (NonEmpty Text)

    The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

  • resourceIdentifiers :: Maybe [Text]

    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.

  • resourceType :: Maybe Text

    The template resource type of the target resources, such as AWS::S3::Bucket.

Instances

Instances details
FromXML 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 #

Read ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Show ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

NFData ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Eq ResourceIdentifierSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceIdentifierSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ResourceIdentifierSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logicalResourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceType") '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: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.

$sel:resourceType:ResourceIdentifierSummary', resourceIdentifierSummary_resourceType - The template resource type of the target resources, such as AWS::S3::Bucket.

resourceIdentifierSummary_logicalResourceIds :: Lens' ResourceIdentifierSummary (Maybe (NonEmpty Text)) Source #

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

resourceIdentifierSummary_resourceIdentifiers :: Lens' ResourceIdentifierSummary (Maybe [Text]) Source #

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.

resourceIdentifierSummary_resourceType :: Lens' ResourceIdentifierSummary (Maybe Text) Source #

The template resource type of the target resources, such as AWS::S3::Bucket.

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.

Constructors

ResourceTargetDefinition' 

Fields

  • attribute :: Maybe ResourceAttribute

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

  • name :: Maybe Text

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

  • requiresRecreation :: Maybe 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.

Instances

Instances details
FromXML 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 #

Read ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Show ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

NFData ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Eq ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceTargetDefinition

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "ResourceTargetDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceAttribute)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequiresRecreation)))))

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:name:ResourceTargetDefinition', resourceTargetDefinition_name - If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

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

resourceTargetDefinition_attribute :: Lens' ResourceTargetDefinition (Maybe ResourceAttribute) Source #

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

resourceTargetDefinition_name :: Lens' ResourceTargetDefinition (Maybe Text) Source #

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

resourceTargetDefinition_requiresRecreation :: Lens' ResourceTargetDefinition (Maybe RequiresRecreation) Source #

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.

ResourceToImport

data ResourceToImport Source #

Describes the target resource of an import operation.

See: newResourceToImport smart constructor.

Constructors

ResourceToImport' 

Fields

  • resourceType :: Text

    The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of supported resource types, see Resources that support import operations in the CloudFormation User Guide.

  • logicalResourceId :: Text

    The logical ID of the target resource as specified in the template.

  • resourceIdentifier :: HashMap Text Text

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

Instances

Instances details
ToQuery 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 #

Read ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Show ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

NFData ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Methods

rnf :: ResourceToImport -> () #

Eq ResourceToImport Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.ResourceToImport

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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).

resourceToImport_resourceType :: Lens' ResourceToImport Text Source #

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.

resourceToImport_logicalResourceId :: Lens' ResourceToImport Text Source #

The logical ID of the target resource as specified in the template.

resourceToImport_resourceIdentifier :: Lens' ResourceToImport (HashMap Text Text) Source #

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.

Constructors

RollbackConfiguration' 

Fields

  • monitoringTimeInMinutes :: Maybe Natural

    The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.

    The default is 0 minutes.

    If you specify a monitoring period but don't specify any rollback triggers, CloudFormation still waits the specified period of time before cleaning up old resources after update operations. You can use this monitoring period to perform any manual stack validation desired, and manually cancel the stack creation or update (using CancelUpdateStack, for example) as necessary.

    If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack creation and update operations. Then, for update operations, it begins disposing of old resources immediately once the operation completes.

  • rollbackTriggers :: Maybe [RollbackTrigger]

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

Instances

Instances details
ToQuery RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

FromXML 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 #

Read RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Show RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

NFData RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Methods

rnf :: RollbackConfiguration -> () #

Eq RollbackConfiguration Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackConfiguration

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "RollbackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitoringTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "rollbackTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RollbackTrigger]))))

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: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 don't specify any rollback triggers, CloudFormation still waits the specified period of time before cleaning up old resources after update operations. You can use this monitoring period to perform any manual stack validation desired, and manually cancel the stack creation or update (using CancelUpdateStack, for example) as necessary.

If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack creation and update operations. Then, for update operations, it begins disposing of old resources immediately once the operation completes.

$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 specified 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.

rollbackConfiguration_monitoringTimeInMinutes :: Lens' RollbackConfiguration (Maybe Natural) Source #

The amount of time, in minutes, during which CloudFormation should monitor all the rollback triggers after the stack creation or update operation deploys all necessary resources.

The default is 0 minutes.

If you specify a monitoring period but don't specify any rollback triggers, CloudFormation still waits the specified period of time before cleaning up old resources after update operations. You can use this monitoring period to perform any manual stack validation desired, and manually cancel the stack creation or update (using CancelUpdateStack, for example) as necessary.

If you specify 0 for this parameter, CloudFormation still monitors the specified rollback triggers during stack creation and update operations. Then, for update operations, it begins disposing of old resources immediately once the operation completes.

rollbackConfiguration_rollbackTriggers :: Lens' RollbackConfiguration (Maybe [RollbackTrigger]) Source #

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

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' 

Fields

Instances

Instances details
ToQuery RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

FromXML 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 #

Read RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Show RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

NFData RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Methods

rnf :: RollbackTrigger -> () #

Eq RollbackTrigger Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.RollbackTrigger

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.

rollbackTrigger_arn :: Lens' RollbackTrigger Text Source #

The Amazon Resource Name (ARN) of the rollback trigger.

If a specified trigger is missing, the entire stack operation fails and is rolled back.

rollbackTrigger_type :: Lens' RollbackTrigger Text Source #

The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.

Stack

data Stack Source #

The Stack data type.

See: newStack smart constructor.

Constructors

Stack' 

Fields

Instances

Instances details
FromXML Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

parseXML :: [Node] -> Either String Stack #

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 #

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 #

NFData Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

rnf :: Stack -> () #

Eq Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

(==) :: Stack -> Stack -> Bool #

(/=) :: Stack -> Stack -> Bool #

Hashable Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

Methods

hashWithSalt :: Int -> Stack -> Int #

hash :: Stack -> Int #

type Rep Stack Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Stack

type Rep Stack = D1 ('MetaData "Stack" "Amazonka.CloudFormation.Types.Stack" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "Stack'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disableRollback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftInformation)) :*: (S1 ('MetaSel ('Just "enableTerminationProtection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "notificationARNs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Output])) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])))))) :*: (((S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackConfiguration)) :*: (S1 ('MetaSel ('Just "rootId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackStatusReason") '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 "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:capabilities:Stack', stack_capabilities - The capabilities allowed in the stack.

$sel:changeSetId:Stack', stack_changeSetId - The unique ID of the change set.

$sel:deletionTime:Stack', stack_deletionTime - The time the stack was deleted.

Stack, stack_description - A user-defined description associated with the stack.

$sel:disableRollback:Stack', stack_disableRollback - Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback.
  • false: enable rollback.

$sel:driftInformation:Stack', stack_driftInformation - Information about 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:enableTerminationProtection:Stack', stack_enableTerminationProtection - Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

$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:notificationARNs:Stack', stack_notificationARNs - Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.

$sel:outputs:Stack', stack_outputs - A list of output structures.

$sel:parameters:Stack', stack_parameters - A list of Parameter structures.

$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's associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

$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: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:stackId:Stack', stack_stackId - Unique identifier of the stack.

$sel:stackStatusReason:Stack', stack_stackStatusReason - Success/failure message associated with the stack status.

$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: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.

stack_capabilities :: Lens' Stack (Maybe [Capability]) Source #

The capabilities allowed in the stack.

stack_changeSetId :: Lens' Stack (Maybe Text) Source #

The unique ID of the change set.

stack_deletionTime :: Lens' Stack (Maybe UTCTime) Source #

The time the stack was deleted.

stack_description :: Lens' Stack (Maybe Text) Source #

A user-defined description associated with the stack.

stack_disableRollback :: Lens' Stack (Maybe Bool) Source #

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback.
  • false: enable rollback.

stack_driftInformation :: Lens' Stack (Maybe StackDriftInformation) Source #

Information about 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.

stack_enableTerminationProtection :: Lens' Stack (Maybe Bool) Source #

Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

stack_lastUpdatedTime :: Lens' Stack (Maybe UTCTime) Source #

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

stack_notificationARNs :: Lens' Stack (Maybe [Text]) Source #

Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.

stack_outputs :: Lens' Stack (Maybe [Output]) Source #

A list of output structures.

stack_parameters :: Lens' Stack (Maybe [Parameter]) Source #

A list of Parameter structures.

stack_parentId :: Lens' Stack (Maybe Text) Source #

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.

stack_roleARN :: Lens' Stack (Maybe Text) Source #

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

stack_rollbackConfiguration :: Lens' Stack (Maybe RollbackConfiguration) Source #

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

stack_rootId :: Lens' Stack (Maybe Text) Source #

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.

stack_stackId :: Lens' Stack (Maybe Text) Source #

Unique identifier of the stack.

stack_stackStatusReason :: Lens' Stack (Maybe Text) Source #

Success/failure message associated with the stack status.

stack_tags :: Lens' Stack (Maybe [Tag]) Source #

A list of Tags that specify information about the stack.

stack_timeoutInMinutes :: Lens' Stack (Maybe Natural) Source #

The amount of time within which stack creation should complete.

stack_stackName :: Lens' Stack Text Source #

The name associated with the stack.

stack_creationTime :: Lens' Stack UTCTime Source #

The time at which the stack was created.

stack_stackStatus :: Lens' Stack StackStatus Source #

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.

Constructors

StackDriftInformation' 

Fields

  • lastCheckTimestamp :: Maybe ISO8601

    Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

  • stackDriftStatus :: 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 hasn't 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.

Instances

Instances details
FromXML 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 #

Read StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Show StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

NFData StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Methods

rnf :: StackDriftInformation -> () #

Eq StackDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformation

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 hasn't 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.

stackDriftInformation_lastCheckTimestamp :: Lens' StackDriftInformation (Maybe UTCTime) Source #

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

stackDriftInformation_stackDriftStatus :: Lens' StackDriftInformation StackDriftStatus Source #

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 hasn't 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.

Constructors

StackDriftInformationSummary' 

Fields

  • lastCheckTimestamp :: Maybe ISO8601

    Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

  • stackDriftStatus :: 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 hasn't 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.

Instances

Instances details
FromXML 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 #

Read StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Show StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

NFData StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Eq StackDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackDriftInformationSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 hasn't 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_lastCheckTimestamp :: Lens' StackDriftInformationSummary (Maybe UTCTime) Source #

Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.

stackDriftInformationSummary_stackDriftStatus :: Lens' StackDriftInformationSummary StackDriftStatus Source #

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 hasn't 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.

Constructors

StackEvent' 

Fields

Instances

Instances details
FromXML 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 #

Read StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Show StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

NFData StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Methods

rnf :: StackEvent -> () #

Eq StackEvent Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackEvent

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackEvent'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hookFailureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookFailureMode))) :*: (S1 ('MetaSel ('Just "hookInvocationPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookInvocationPoint)) :*: S1 ('MetaSel ('Just "hookStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HookStatus)))) :*: ((S1 ('MetaSel ('Just "hookStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hookType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "physicalResourceId") '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 "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") '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: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:hookFailureMode:StackEvent', stackEvent_hookFailureMode - Specify the hook failure mode for non-compliant resources in the followings ways.

  • FAIL Stops provisioning resources.
  • WARN Allows provisioning to continue with a warning message.

$sel:hookInvocationPoint:StackEvent', stackEvent_hookInvocationPoint - Invocation points are points in provisioning logic where hooks are initiated.

$sel:hookStatus:StackEvent', stackEvent_hookStatus - Provides the status of the change set hook.

$sel:hookStatusReason:StackEvent', stackEvent_hookStatusReason - Provides the reason for the hook status.

$sel:hookType:StackEvent', stackEvent_hookType - The name of the hook.

$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:resourceProperties:StackEvent', stackEvent_resourceProperties - BLOB of the properties used to create the resource.

$sel:resourceStatus:StackEvent', stackEvent_resourceStatus - Current status of the resource.

$sel:resourceStatusReason:StackEvent', stackEvent_resourceStatusReason - Success/failure message associated with 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: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.

stackEvent_clientRequestToken :: Lens' StackEvent (Maybe Text) Source #

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.

stackEvent_hookFailureMode :: Lens' StackEvent (Maybe HookFailureMode) Source #

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

  • FAIL Stops provisioning resources.
  • WARN Allows provisioning to continue with a warning message.

stackEvent_hookInvocationPoint :: Lens' StackEvent (Maybe HookInvocationPoint) Source #

Invocation points are points in provisioning logic where hooks are initiated.

stackEvent_hookStatus :: Lens' StackEvent (Maybe HookStatus) Source #

Provides the status of the change set hook.

stackEvent_hookStatusReason :: Lens' StackEvent (Maybe Text) Source #

Provides the reason for the hook status.

stackEvent_logicalResourceId :: Lens' StackEvent (Maybe Text) Source #

The logical name of the resource specified in the template.

stackEvent_physicalResourceId :: Lens' StackEvent (Maybe Text) Source #

The name or unique identifier associated with the physical instance of the resource.

stackEvent_resourceProperties :: Lens' StackEvent (Maybe Text) Source #

BLOB of the properties used to create the resource.

stackEvent_resourceStatusReason :: Lens' StackEvent (Maybe Text) Source #

Success/failure message associated with the resource.

stackEvent_resourceType :: Lens' StackEvent (Maybe Text) Source #

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

stackEvent_stackId :: Lens' StackEvent Text Source #

The unique ID name of the instance of the stack.

stackEvent_eventId :: Lens' StackEvent Text Source #

The unique ID of this event.

stackEvent_stackName :: Lens' StackEvent Text Source #

The name associated with a stack.

stackEvent_timestamp :: Lens' StackEvent UTCTime Source #

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, in addition to the ID of the actual stack and the stack status.

See: newStackInstance smart constructor.

Constructors

StackInstance' 

Fields

  • account :: Maybe Text
    Self-managed permissions
    The name of the Amazon Web Services account that the stack instance is associated with.
  • driftStatus :: Maybe StackDriftStatus

    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 hasn't 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.
  • lastDriftCheckTimestamp :: Maybe ISO8601

    Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

  • lastOperationId :: Maybe Text

    The last unique ID of a StackSet operation performed on a stack instance.

  • organizationalUnitId :: Maybe Text
    Service-managed permissions
    The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
  • parameterOverrides :: Maybe [Parameter]

    A list of parameters from the stack set template whose values have been overridden in this stack instance.

  • region :: Maybe Text

    The name of the Amazon Web Services Region that the stack instance is associated with.

  • stackId :: Maybe Text

    The ID of the stack instance.

  • stackInstanceStatus :: Maybe StackInstanceComprehensiveStatus

    The detailed status of the stack instance.

  • stackSetId :: Maybe Text

    The name or unique ID of the stack set that the stack instance is associated with.

  • status :: Maybe StackInstanceStatus

    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.
  • statusReason :: Maybe Text

    The explanation for the specific status code that's assigned to this stack instance.

Instances

Instances details
FromXML 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 #

Read StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Show StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

NFData StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Methods

rnf :: StackInstance -> () #

Eq StackInstance Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstance

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus)) :*: S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "lastOperationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter]))))) :*: ((S1 ('MetaSel ('Just "region") '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)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceStatus)) :*: S1 ('MetaSel ('Just "statusReason") '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: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 hasn't 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: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 hasn't yet been performed.

$sel:lastOperationId:StackInstance', stackInstance_lastOperationId - The last unique ID of a StackSet operation performed on a stack instance.

$sel:organizationalUnitId:StackInstance', stackInstance_organizationalUnitId - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:parameterOverrides:StackInstance', stackInstance_parameterOverrides - A list of parameters from the stack set template whose values have been overridden in this stack instance.

$sel:region:StackInstance', stackInstance_region - The name of the Amazon Web Services Region that the stack instance is associated with.

$sel:stackId:StackInstance', stackInstance_stackId - The ID of the stack instance.

$sel:stackInstanceStatus:StackInstance', stackInstance_stackInstanceStatus - The detailed status of the stack instance.

$sel:stackSetId:StackInstance', stackInstance_stackSetId - The name or unique ID of the stack set that the stack instance is associated with.

$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:statusReason:StackInstance', stackInstance_statusReason - The explanation for the specific status code that's assigned to this stack instance.

stackInstance_account :: Lens' StackInstance (Maybe Text) Source #

Self-managed permissions
The name of the Amazon Web Services account that the stack instance is associated with.

stackInstance_driftStatus :: Lens' StackInstance (Maybe StackDriftStatus) Source #

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 hasn't 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.

stackInstance_lastDriftCheckTimestamp :: Lens' StackInstance (Maybe UTCTime) Source #

Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

stackInstance_lastOperationId :: Lens' StackInstance (Maybe Text) Source #

The last unique ID of a StackSet operation performed on a stack instance.

stackInstance_organizationalUnitId :: Lens' StackInstance (Maybe Text) Source #

Service-managed permissions
The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

stackInstance_parameterOverrides :: Lens' StackInstance (Maybe [Parameter]) Source #

A list of parameters from the stack set template whose values have been overridden in this stack instance.

stackInstance_region :: Lens' StackInstance (Maybe Text) Source #

The name of the Amazon Web Services Region that the stack instance is associated with.

stackInstance_stackId :: Lens' StackInstance (Maybe Text) Source #

The ID of the stack instance.

stackInstance_stackSetId :: Lens' StackInstance (Maybe Text) Source #

The name or unique ID of the stack set that the stack instance is associated with.

stackInstance_status :: Lens' StackInstance (Maybe StackInstanceStatus) Source #

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.

stackInstance_statusReason :: Lens' StackInstance (Maybe Text) Source #

The explanation for the specific status code that's assigned to this stack instance.

StackInstanceComprehensiveStatus

data StackInstanceComprehensiveStatus Source #

The detailed status of the stack instance.

See: newStackInstanceComprehensiveStatus smart constructor.

Constructors

StackInstanceComprehensiveStatus' 

Fields

  • detailedStatus :: Maybe StackInstanceDetailedStatus
    • CANCELLED: The operation in the specified account and Region has been canceled. 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.

Instances

Instances details
FromXML 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 #

Read StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Show StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

NFData StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Eq StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 canceled. 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.

stackInstanceComprehensiveStatus_detailedStatus :: Lens' StackInstanceComprehensiveStatus (Maybe StackInstanceDetailedStatus) Source #

  • CANCELLED: The operation in the specified account and Region has been canceled. 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 filter to apply to stack instances

See: newStackInstanceFilter smart constructor.

Constructors

StackInstanceFilter' 

Fields

Instances

Instances details
ToQuery 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 #

Read StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Show StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

NFData StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Methods

rnf :: StackInstanceFilter -> () #

Eq StackInstanceFilter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceFilter

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackInstanceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:name:StackInstanceFilter', stackInstanceFilter_name - The type of filter to apply.

$sel:values:StackInstanceFilter', stackInstanceFilter_values - The status to filter by.

StackInstanceSummary

data StackInstanceSummary Source #

The structure that contains summary information about a stack instance.

See: newStackInstanceSummary smart constructor.

Constructors

StackInstanceSummary' 

Fields

  • account :: Maybe Text
    Self-managed permissions
    The name of the Amazon Web Services account that the stack instance is associated with.
  • driftStatus :: Maybe StackDriftStatus

    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 hasn't 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.
  • lastDriftCheckTimestamp :: Maybe ISO8601

    Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

  • lastOperationId :: Maybe Text

    The last unique ID of a StackSet operation performed on a stack instance.

  • organizationalUnitId :: Maybe Text
    Service-managed permissions
    The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
  • region :: Maybe Text

    The name of the Amazon Web Services Region that the stack instance is associated with.

  • stackId :: Maybe Text

    The ID of the stack instance.

  • stackInstanceStatus :: Maybe StackInstanceComprehensiveStatus

    The detailed status of the stack instance.

  • stackSetId :: Maybe Text

    The name or unique ID of the stack set that the stack instance is associated with.

  • status :: Maybe StackInstanceStatus

    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.
  • statusReason :: Maybe Text

    The explanation for the specific status code assigned to this stack instance.

Instances

Instances details
FromXML 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 #

Read StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Show StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

NFData StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Methods

rnf :: StackInstanceSummary -> () #

Eq StackInstanceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackInstanceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftStatus))) :*: (S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "lastOperationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationalUnitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "region") '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)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceStatus)) :*: S1 ('MetaSel ('Just "statusReason") '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: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 hasn't 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: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 hasn't yet been performed.

$sel:lastOperationId:StackInstanceSummary', stackInstanceSummary_lastOperationId - The last unique ID of a StackSet operation performed on a stack instance.

$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: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.

$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:statusReason:StackInstanceSummary', stackInstanceSummary_statusReason - The explanation for the specific status code assigned to this stack instance.

stackInstanceSummary_account :: Lens' StackInstanceSummary (Maybe Text) Source #

Self-managed permissions
The name of the Amazon Web Services account that the stack instance is associated with.

stackInstanceSummary_driftStatus :: Lens' StackInstanceSummary (Maybe StackDriftStatus) Source #

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 hasn't 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.

stackInstanceSummary_lastDriftCheckTimestamp :: Lens' StackInstanceSummary (Maybe UTCTime) Source #

Most recent time when CloudFormation performed a drift detection operation on the stack instance. This value will be NULL for any stack instance on which drift detection hasn't yet been performed.

stackInstanceSummary_lastOperationId :: Lens' StackInstanceSummary (Maybe Text) Source #

The last unique ID of a StackSet operation performed on a stack instance.

stackInstanceSummary_organizationalUnitId :: Lens' StackInstanceSummary (Maybe Text) Source #

Service-managed permissions
The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

stackInstanceSummary_region :: Lens' StackInstanceSummary (Maybe Text) Source #

The name of the Amazon Web Services Region that the stack instance is associated with.

stackInstanceSummary_stackSetId :: Lens' StackInstanceSummary (Maybe Text) Source #

The name or unique ID of the stack set that the stack instance is associated with.

stackInstanceSummary_status :: Lens' StackInstanceSummary (Maybe StackInstanceStatus) Source #

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.

stackInstanceSummary_statusReason :: Lens' StackInstanceSummary (Maybe Text) Source #

The explanation for the specific status code assigned to this stack instance.

StackResource

data StackResource Source #

The StackResource data type.

See: newStackResource smart constructor.

Constructors

StackResource' 

Fields

Instances

Instances details
FromXML 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 #

Read StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Show StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

NFData StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Methods

rnf :: StackResource -> () #

Eq StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") '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 "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackId") '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:description:StackResource', stackResource_description - User defined description 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: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:stackId:StackResource', stackResource_stackId - Unique identifier of the stack.

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

stackResource_description :: Lens' StackResource (Maybe Text) Source #

User defined description associated with the resource.

stackResource_driftInformation :: Lens' StackResource (Maybe StackResourceDriftInformation) Source #

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.

stackResource_moduleInfo :: Lens' StackResource (Maybe 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.

stackResource_physicalResourceId :: Lens' StackResource (Maybe Text) Source #

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

stackResource_resourceStatusReason :: Lens' StackResource (Maybe Text) Source #

Success/failure message associated with the resource.

stackResource_stackId :: Lens' StackResource (Maybe Text) Source #

Unique identifier of the stack.

stackResource_stackName :: Lens' StackResource (Maybe Text) Source #

The name associated with the stack.

stackResource_logicalResourceId :: Lens' StackResource Text Source #

The logical name of the resource specified in the template.

stackResource_resourceType :: Lens' StackResource Text Source #

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

StackResourceDetail

data StackResourceDetail Source #

Contains detailed information about the specified stack resource.

See: newStackResourceDetail smart constructor.

Constructors

StackResourceDetail' 

Fields

Instances

Instances details
FromXML 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 #

Read StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Show StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

NFData StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Methods

rnf :: StackResourceDetail -> () #

Eq StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResourceDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformation)) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackId") '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:description:StackResourceDetail', stackResourceDetail_description - User defined description 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: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: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: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:stackId:StackResourceDetail', stackResourceDetail_stackId - Unique identifier of the stack.

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

stackResourceDetail_description :: Lens' StackResourceDetail (Maybe Text) Source #

User defined description associated with the resource.

stackResourceDetail_driftInformation :: Lens' StackResourceDetail (Maybe StackResourceDriftInformation) Source #

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.

stackResourceDetail_metadata :: Lens' StackResourceDetail (Maybe Text) Source #

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

stackResourceDetail_moduleInfo :: Lens' StackResourceDetail (Maybe 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.

stackResourceDetail_physicalResourceId :: Lens' StackResourceDetail (Maybe Text) Source #

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

stackResourceDetail_resourceStatusReason :: Lens' StackResourceDetail (Maybe Text) Source #

Success/failure message associated with the resource.

stackResourceDetail_stackName :: Lens' StackResourceDetail (Maybe Text) Source #

The name associated with the stack.

stackResourceDetail_logicalResourceId :: Lens' StackResourceDetail Text Source #

The logical name of the resource specified in the template.

stackResourceDetail_resourceType :: Lens' StackResourceDetail Text Source #

Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.

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 don't currently support drift detection can't be checked. For a list of resources that support drift detection, see Resources that Support Drift Detection.

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

See: newStackResourceDrift smart constructor.

Constructors

StackResourceDrift' 

Fields

  • actualProperties :: Maybe Text

    A JSON structure containing the actual property values of the stack resource.

    For resources whose StackResourceDriftStatus is DELETED, this structure will not be present.

  • expectedProperties :: Maybe Text

    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.

  • moduleInfo :: Maybe 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.

  • physicalResourceId :: Maybe Text

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

  • physicalResourceIdContext :: Maybe [PhysicalResourceIdContextKeyValuePair]

    Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

  • propertyDifferences :: Maybe [PropertyDifference]

    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.

  • stackId :: Text

    The ID of the stack.

  • logicalResourceId :: Text

    The logical name of the resource specified in the template.

  • resourceType :: Text

    The type of the resource.

  • stackResourceDriftStatus :: 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 resource's actual configuration matches its expected template configuration.
    • NOT_CHECKED: CloudFormation does not currently return this value.
  • timestamp :: ISO8601

    Time at which CloudFormation performed drift detection on the stack resource.

Instances

Instances details
FromXML 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 #

Read StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Show StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

NFData StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Methods

rnf :: StackResourceDrift -> () #

Eq StackResourceDrift Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDrift

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResourceDrift'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actualProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expectedProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)) :*: (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 "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: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: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: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 aren't 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: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 resource'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.

stackResourceDrift_actualProperties :: Lens' StackResourceDrift (Maybe Text) Source #

A JSON structure containing the actual property values of the stack resource.

For resources whose StackResourceDriftStatus is DELETED, this structure will not be present.

stackResourceDrift_expectedProperties :: Lens' StackResourceDrift (Maybe Text) Source #

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.

stackResourceDrift_moduleInfo :: Lens' StackResourceDrift (Maybe 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.

stackResourceDrift_physicalResourceId :: Lens' StackResourceDrift (Maybe Text) Source #

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

stackResourceDrift_physicalResourceIdContext :: Lens' StackResourceDrift (Maybe [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 aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

stackResourceDrift_propertyDifferences :: Lens' StackResourceDrift (Maybe [PropertyDifference]) Source #

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.

stackResourceDrift_logicalResourceId :: Lens' StackResourceDrift Text Source #

The logical name of the resource specified in the template.

stackResourceDrift_stackResourceDriftStatus :: Lens' StackResourceDrift StackResourceDriftStatus Source #

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 resource's actual configuration matches its expected template configuration.
  • NOT_CHECKED: CloudFormation does not currently return this value.

stackResourceDrift_timestamp :: Lens' StackResourceDrift UTCTime Source #

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.

Constructors

StackResourceDriftInformation' 

Fields

  • lastCheckTimestamp :: Maybe ISO8601

    When CloudFormation last checked if the resource had drifted from its expected configuration.

  • stackResourceDriftStatus :: 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 resource's actual configuration matches its expected configuration.

Instances

Instances details
FromXML 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 #

Read StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Show StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

NFData StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Eq StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 resource's actual configuration matches its expected configuration.

stackResourceDriftInformation_lastCheckTimestamp :: Lens' StackResourceDriftInformation (Maybe UTCTime) Source #

When CloudFormation last checked if the resource had drifted from its expected configuration.

stackResourceDriftInformation_stackResourceDriftStatus :: Lens' StackResourceDriftInformation StackResourceDriftStatus Source #

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 resource'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.

Constructors

StackResourceDriftInformationSummary' 

Fields

  • lastCheckTimestamp :: Maybe ISO8601

    When CloudFormation last checked if the resource had drifted from its expected configuration.

  • stackResourceDriftStatus :: 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 hasn't checked if the resource differs from its expected configuration.

      Any resources that don't 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 about skipping resources during rollback operations, see Continue Rolling Back an Update in the CloudFormation User Guide.

    • IN_SYNC: The resource's actual configuration matches its expected configuration.

Instances

Instances details
FromXML StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Generic 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

NFData StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Eq StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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 hasn't checked if the resource differs from its expected configuration.

    Any resources that don't 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 about skipping resources during rollback operations, see Continue Rolling Back an Update in the CloudFormation User Guide.

  • IN_SYNC: The resource's actual configuration matches its expected configuration.

stackResourceDriftInformationSummary_lastCheckTimestamp :: Lens' StackResourceDriftInformationSummary (Maybe UTCTime) Source #

When CloudFormation last checked if the resource had drifted from its expected configuration.

stackResourceDriftInformationSummary_stackResourceDriftStatus :: Lens' StackResourceDriftInformationSummary StackResourceDriftStatus Source #

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 hasn't checked if the resource differs from its expected configuration.

    Any resources that don't 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 about skipping resources during rollback operations, see Continue Rolling Back an Update in the CloudFormation User Guide.

  • IN_SYNC: The resource's actual configuration matches its expected configuration.

StackResourceSummary

data StackResourceSummary Source #

Contains high-level information about the specified stack resource.

See: newStackResourceSummary smart constructor.

Constructors

StackResourceSummary' 

Fields

Instances

Instances details
FromXML 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 #

Read StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Show StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

NFData StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Methods

rnf :: StackResourceSummary -> () #

Eq StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResourceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformationSummary)) :*: S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo))) :*: (S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") '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)))))

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

stackResourceSummary_driftInformation :: Lens' StackResourceSummary (Maybe StackResourceDriftInformationSummary) Source #

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.

stackResourceSummary_moduleInfo :: Lens' StackResourceSummary (Maybe 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.

stackResourceSummary_physicalResourceId :: Lens' StackResourceSummary (Maybe Text) Source #

The name or unique identifier that corresponds to a physical instance ID of the resource.

stackResourceSummary_resourceStatusReason :: Lens' StackResourceSummary (Maybe Text) Source #

Success/failure message associated with the resource.

stackResourceSummary_logicalResourceId :: Lens' StackResourceSummary Text Source #

The logical name of the resource specified in the template.

stackResourceSummary_resourceType :: Lens' StackResourceSummary Text Source #

Type of resource. (For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

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, in addition to any parameters and capabilities that the template requires.

See: newStackSet smart constructor.

Constructors

StackSet' 

Fields

Instances

Instances details
FromXML 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 #

Read StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Show StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

NFData StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Methods

rnf :: StackSet -> () #

Eq StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Hashable StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

Methods

hashWithSalt :: Int -> StackSet -> Int #

hash :: StackSet -> Int #

type Rep StackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSet

type Rep StackSet = D1 ('MetaData "StackSet" "Amazonka.CloudFormation.Types.StackSet" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSet'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoDeployment))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "managedExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManagedExecution))) :*: (S1 ('MetaSel ('Just "organizationalUnitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter]))))) :*: (((S1 ('MetaSel ('Just "permissionModel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionModels)) :*: S1 ('MetaSel ('Just "stackSetARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stackSetDriftDetectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionDetails)) :*: S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetStatus))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "templateBody") '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:administrationRoleARN:StackSet', stackSet_administrationRoleARN - The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the CloudFormation User Guide.

$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: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:description:StackSet', stackSet_description - A description of the stack set that you specify when the stack set is created or updated.

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

$sel:managedExecution:StackSet', stackSet_managedExecution - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

$sel:organizationalUnitIds:StackSet', stackSet_organizationalUnitIds - [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

$sel:parameters:StackSet', stackSet_parameters - A list of input parameters for a stack set.

$sel:permissionModel:StackSet', stackSet_permissionModel - Describes how the IAM roles required for stack set operations are created.

$sel:stackSetARN:StackSet', stackSet_stackSetARN - The Amazon Resource Name (ARN) of the stack set.

$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 isn't included.

$sel:stackSetId:StackSet', stackSet_stackSetId - The ID of the stack set.

$sel:stackSetName:StackSet', stackSet_stackSetName - The name that's associated with the stack set.

$sel:status:StackSet', stackSet_status - The status of the stack set.

$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:templateBody:StackSet', stackSet_templateBody - The structure that contains the body of the template that was used to create or update the stack set.

stackSet_administrationRoleARN :: Lens' StackSet (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Prerequisites: Granting Permissions for Stack Set Operations in the CloudFormation User Guide.

stackSet_autoDeployment :: Lens' StackSet (Maybe AutoDeployment) Source #

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

stackSet_capabilities :: Lens' StackSet (Maybe [Capability]) Source #

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.

stackSet_description :: Lens' StackSet (Maybe Text) Source #

A description of the stack set that you specify when the stack set is created or updated.

stackSet_executionRoleName :: Lens' StackSet (Maybe Text) Source #

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.

stackSet_managedExecution :: Lens' StackSet (Maybe ManagedExecution) Source #

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

stackSet_organizationalUnitIds :: Lens' StackSet (Maybe [Text]) Source #

Service-managed permissions
The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

stackSet_parameters :: Lens' StackSet (Maybe [Parameter]) Source #

A list of input parameters for a stack set.

stackSet_permissionModel :: Lens' StackSet (Maybe PermissionModels) Source #

Describes how the IAM roles required for stack set operations are created.

stackSet_stackSetARN :: Lens' StackSet (Maybe Text) Source #

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

stackSet_stackSetDriftDetectionDetails :: Lens' StackSet (Maybe 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 currently in progress isn't included.

stackSet_stackSetId :: Lens' StackSet (Maybe Text) Source #

The ID of the stack set.

stackSet_stackSetName :: Lens' StackSet (Maybe Text) Source #

The name that's associated with the stack set.

stackSet_status :: Lens' StackSet (Maybe StackSetStatus) Source #

The status of the stack set.

stackSet_tags :: Lens' StackSet (Maybe [Tag]) Source #

A list of tags that specify information about the stack set. A maximum number of 50 tags can be specified.

stackSet_templateBody :: Lens' StackSet (Maybe Text) Source #

The structure that contains the body of the template that was used to create or update the stack set.

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 isn't included.

For stack set operations, includes information about drift operations currently being performed on the stack set.

For more information, see Detecting unmanaged changes in stack sets in the CloudFormation User Guide.

See: newStackSetDriftDetectionDetails smart constructor.

Constructors

StackSetDriftDetectionDetails' 

Fields

  • driftDetectionStatus :: Maybe StackSetDriftDetectionStatus

    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 canceled the drift detection operation.
  • driftStatus :: Maybe StackSetDriftStatus

    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 hasn't 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.
  • driftedStackInstancesCount :: Maybe Natural

    The number of stack instances that have drifted from the expected template and parameter configuration of the stack set. A stack instance is considered to have drifted if one or more of the resources in the associated stack don't match their expected configuration.

  • failedStackInstancesCount :: Maybe Natural

    The number of stack instances for which the drift detection operation failed.

  • inProgressStackInstancesCount :: Maybe Natural

    The number of stack instances that are currently being checked for drift.

  • inSyncStackInstancesCount :: Maybe Natural

    The number of stack instances which match the expected template and parameter configuration of the stack set.

  • lastDriftCheckTimestamp :: Maybe ISO8601

    Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

  • totalStackInstancesCount :: Maybe Natural

    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.

Instances

Instances details
FromXML 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 #

Read StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Show StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

NFData StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Eq StackSetDriftDetectionDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetDriftDetectionDetails

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSetDriftDetectionDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "driftDetectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionStatus)) :*: S1 ('MetaSel ('Just "driftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftStatus))) :*: (S1 ('MetaSel ('Just "driftedStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "failedStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "inProgressStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "inSyncStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "lastDriftCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "totalStackInstancesCount") '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: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 canceled 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 hasn't 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: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 don't match their expected configuration.

$sel:failedStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_failedStackInstancesCount - The number of stack instances for which the drift detection operation failed.

$sel:inProgressStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_inProgressStackInstancesCount - The number of stack instances that are currently being checked for drift.

$sel:inSyncStackInstancesCount:StackSetDriftDetectionDetails', stackSetDriftDetectionDetails_inSyncStackInstancesCount - The number of stack instances which match the expected template and parameter configuration of the stack set.

$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 hasn't 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.

stackSetDriftDetectionDetails_driftDetectionStatus :: Lens' StackSetDriftDetectionDetails (Maybe StackSetDriftDetectionStatus) Source #

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 canceled the drift detection operation.

stackSetDriftDetectionDetails_driftStatus :: Lens' StackSetDriftDetectionDetails (Maybe StackSetDriftStatus) Source #

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 hasn't 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.

stackSetDriftDetectionDetails_driftedStackInstancesCount :: Lens' StackSetDriftDetectionDetails (Maybe Natural) Source #

The number of stack instances that have drifted from the expected template and parameter configuration of the stack set. A stack instance is considered to have drifted if one or more of the resources in the associated stack don't match their expected configuration.

stackSetDriftDetectionDetails_failedStackInstancesCount :: Lens' StackSetDriftDetectionDetails (Maybe Natural) Source #

The number of stack instances for which the drift detection operation failed.

stackSetDriftDetectionDetails_inProgressStackInstancesCount :: Lens' StackSetDriftDetectionDetails (Maybe Natural) Source #

The number of stack instances that are currently being checked for drift.

stackSetDriftDetectionDetails_inSyncStackInstancesCount :: Lens' StackSetDriftDetectionDetails (Maybe Natural) Source #

The number of stack instances which match the expected template and parameter configuration of the stack set.

stackSetDriftDetectionDetails_lastDriftCheckTimestamp :: Lens' StackSetDriftDetectionDetails (Maybe UTCTime) Source #

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

stackSetDriftDetectionDetails_totalStackInstancesCount :: Lens' StackSetDriftDetectionDetails (Maybe Natural) Source #

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.

StackSetOperation

data StackSetOperation Source #

The structure that contains information about a stack set operation.

See: newStackSetOperation smart constructor.

Constructors

StackSetOperation' 

Fields

  • action :: Maybe StackSetOperationAction

    The type of stack set operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack set instances that are associated with the specified stack set. Update operations affect both the stack set itself, in addition to all associated stack set instances.

  • administrationRoleARN :: Maybe Text

    The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.

    Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.

  • creationTimestamp :: Maybe ISO8601

    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.

  • deploymentTargets :: Maybe DeploymentTargets
    Service-managed permissions
    The Organizations accounts affected by the stack operation.
  • endTimestamp :: Maybe ISO8601

    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.

  • executionRoleName :: Maybe Text

    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.

  • operationId :: Maybe Text

    The unique ID of a stack set operation.

  • operationPreferences :: Maybe StackSetOperationPreferences

    The preferences for how CloudFormation performs this stack set operation.

  • retainStacks :: Maybe Bool

    For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an existing, saved stack to a new stack set.

  • stackSetDriftDetectionDetails :: Maybe 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.

  • stackSetId :: Maybe Text

    The ID of the stack set.

  • status :: Maybe StackSetOperationStatus

    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 canceled 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.
  • statusDetails :: Maybe StackSetOperationStatusDetails

    Detailed information about the StackSet operation.

  • statusReason :: Maybe Text

    The status of the operation in details.

Instances

Instances details
FromXML 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 #

Read StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Show StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

NFData StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Methods

rnf :: StackSetOperation -> () #

Eq StackSetOperation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperation

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSetOperation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationAction)) :*: (S1 ('MetaSel ('Just "administrationRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargets)) :*: S1 ('MetaSel ('Just "endTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "operationPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationPreferences)) :*: (S1 ('MetaSel ('Just "retainStacks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "stackSetDriftDetectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetDriftDetectionDetails)))) :*: ((S1 ('MetaSel ('Just "stackSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationStatus))) :*: (S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationStatusDetails)) :*: S1 ('MetaSel ('Just "statusReason") '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: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, in addition to all associated stack set instances.

$sel:administrationRoleARN:StackSetOperation', stackSetOperation_administrationRoleARN - The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.

$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:deploymentTargets:StackSetOperation', stackSetOperation_deploymentTargets - [Service-managed permissions] The Organizations accounts affected by the stack operation.

$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: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.

$sel:operationId:StackSetOperation', stackSetOperation_operationId - The unique ID of a stack set operation.

$sel:operationPreferences:StackSetOperation', stackSetOperation_operationPreferences - The preferences for how CloudFormation performs this 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 re-associate a retained stack, or add an existing, saved stack to a new stack set.

$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:stackSetId:StackSetOperation', stackSetOperation_stackSetId - The ID of the stack set.

$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 canceled 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:statusDetails:StackSetOperation', stackSetOperation_statusDetails - Detailed information about the StackSet operation.

$sel:statusReason:StackSetOperation', stackSetOperation_statusReason - The status of the operation in details.

stackSetOperation_action :: Lens' StackSetOperation (Maybe StackSetOperationAction) Source #

The type of stack set operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack set instances that are associated with the specified stack set. Update operations affect both the stack set itself, in addition to all associated stack set instances.

stackSetOperation_administrationRoleARN :: Lens' StackSetOperation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.

Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.

stackSetOperation_creationTimestamp :: Lens' StackSetOperation (Maybe UTCTime) Source #

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.

stackSetOperation_deploymentTargets :: Lens' StackSetOperation (Maybe DeploymentTargets) Source #

Service-managed permissions
The Organizations accounts affected by the stack operation.

stackSetOperation_endTimestamp :: Lens' StackSetOperation (Maybe UTCTime) Source #

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.

stackSetOperation_executionRoleName :: Lens' StackSetOperation (Maybe Text) Source #

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.

stackSetOperation_operationId :: Lens' StackSetOperation (Maybe Text) Source #

The unique ID of a stack set operation.

stackSetOperation_operationPreferences :: Lens' StackSetOperation (Maybe StackSetOperationPreferences) Source #

The preferences for how CloudFormation performs this stack set operation.

stackSetOperation_retainStacks :: Lens' StackSetOperation (Maybe Bool) Source #

For stack set operations of action type DELETE, specifies whether to remove the stack instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an existing, saved stack to a new stack set.

stackSetOperation_stackSetDriftDetectionDetails :: Lens' StackSetOperation (Maybe StackSetDriftDetectionDetails) Source #

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.

stackSetOperation_status :: Lens' StackSetOperation (Maybe StackSetOperationStatus) Source #

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

stackSetOperation_statusReason :: Lens' StackSetOperation (Maybe Text) Source #

The status of the operation in details.

StackSetOperationPreferences

data StackSetOperationPreferences Source #

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

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

See: newStackSetOperationPreferences smart constructor.

Constructors

StackSetOperationPreferences' 

Fields

  • failureToleranceCount :: Maybe Natural

    The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.

    Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage (but not both).

    By default, 0 is specified.

  • failureTolerancePercentage :: Maybe Natural

    The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.

    When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.

    Conditional: You must specify either FailureToleranceCount or FailureTolerancePercentage, but not both.

    By default, 0 is specified.

  • maxConcurrentCount :: Maybe Natural

    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.

  • maxConcurrentPercentage :: Maybe Natural

    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.

  • regionConcurrencyType :: Maybe RegionConcurrencyType

    The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.

  • regionOrder :: Maybe [Text]

    The order of the Regions in where you want to perform the stack operation.

Instances

Instances details
ToQuery StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

FromXML 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 #

Read StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Show StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

NFData StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Eq StackSetOperationPreferences Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationPreferences

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSetOperationPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureToleranceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "failureTolerancePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxConcurrentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "maxConcurrentPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "regionConcurrencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegionConcurrencyType)) :*: S1 ('MetaSel ('Just "regionOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

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

$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:regionConcurrencyType:StackSetOperationPreferences', stackSetOperationPreferences_regionConcurrencyType - The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.

$sel:regionOrder:StackSetOperationPreferences', stackSetOperationPreferences_regionOrder - The order of the Regions in where you want to perform the stack operation.

stackSetOperationPreferences_failureToleranceCount :: Lens' StackSetOperationPreferences (Maybe Natural) Source #

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.

stackSetOperationPreferences_failureTolerancePercentage :: Lens' StackSetOperationPreferences (Maybe Natural) Source #

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.

stackSetOperationPreferences_maxConcurrentCount :: Lens' StackSetOperationPreferences (Maybe Natural) Source #

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.

stackSetOperationPreferences_maxConcurrentPercentage :: Lens' StackSetOperationPreferences (Maybe Natural) Source #

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.

stackSetOperationPreferences_regionConcurrencyType :: Lens' StackSetOperationPreferences (Maybe RegionConcurrencyType) Source #

The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.

stackSetOperationPreferences_regionOrder :: Lens' StackSetOperationPreferences (Maybe [Text]) Source #

The order of the Regions in where you want to perform the stack operation.

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.

Constructors

StackSetOperationResultSummary' 

Fields

  • account :: Maybe Text
    Self-managed permissions
    The name of the Amazon Web Services account for this operation result.
  • accountGateResult :: Maybe AccountGateResult

    The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.

  • organizationalUnitId :: Maybe Text
    Service-managed permissions
    The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
  • region :: Maybe Text

    The name of the Amazon Web Services Region for this operation result.

  • status :: Maybe StackSetOperationResultStatus

    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 canceled. 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.
  • statusReason :: Maybe Text

    The reason for the assigned result status.

Instances

Instances details
FromXML 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 #

Read StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Show StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

NFData StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Eq StackSetOperationResultSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationResultSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSetOperationResultSummary'" 'PrefixI 'True) ((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 "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationResultStatus)) :*: 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: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.

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

StackSetOperationResultSummary, stackSetOperationResultSummary_statusReason - The reason for the assigned result status.

stackSetOperationResultSummary_account :: Lens' StackSetOperationResultSummary (Maybe Text) Source #

Self-managed permissions
The name of the Amazon Web Services account for this operation result.

stackSetOperationResultSummary_accountGateResult :: Lens' StackSetOperationResultSummary (Maybe AccountGateResult) Source #

The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.

stackSetOperationResultSummary_organizationalUnitId :: Lens' StackSetOperationResultSummary (Maybe Text) Source #

Service-managed permissions
The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.

stackSetOperationResultSummary_region :: Lens' StackSetOperationResultSummary (Maybe Text) Source #

The name of the Amazon Web Services Region for this operation result.

stackSetOperationResultSummary_status :: Lens' StackSetOperationResultSummary (Maybe StackSetOperationResultStatus) Source #

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

StackSetOperationStatusDetails

data StackSetOperationStatusDetails Source #

Detailed information about the StackSet operation.

See: newStackSetOperationStatusDetails smart constructor.

Constructors

StackSetOperationStatusDetails' 

Fields

Instances

Instances details
FromXML StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

Generic StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

Associated Types

type Rep StackSetOperationStatusDetails :: Type -> Type #

Read StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

Show StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

NFData StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

Eq StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

Hashable StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

type Rep StackSetOperationStatusDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationStatusDetails

type Rep StackSetOperationStatusDetails = D1 ('MetaData "StackSetOperationStatusDetails" "Amazonka.CloudFormation.Types.StackSetOperationStatusDetails" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSetOperationStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedStackInstancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newStackSetOperationStatusDetails :: StackSetOperationStatusDetails Source #

Create a value of StackSetOperationStatusDetails 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:failedStackInstancesCount:StackSetOperationStatusDetails', stackSetOperationStatusDetails_failedStackInstancesCount - The number of stack instances for which the StackSet operation failed.

stackSetOperationStatusDetails_failedStackInstancesCount :: Lens' StackSetOperationStatusDetails (Maybe Natural) Source #

The number of stack instances for which the StackSet operation failed.

StackSetOperationSummary

data StackSetOperationSummary Source #

The structures that contain summary information about the specified operation.

See: newStackSetOperationSummary smart constructor.

Constructors

StackSetOperationSummary' 

Fields

  • action :: Maybe StackSetOperationAction

    The type of operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack instances that are associated with the specified stack set. Update operations affect both the stack set itself and all associated stack set instances.

  • creationTimestamp :: Maybe ISO8601

    The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.

  • endTimestamp :: Maybe ISO8601

    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.

  • operationId :: Maybe Text

    The unique ID of the stack set operation.

  • operationPreferences :: Maybe StackSetOperationPreferences
     
  • status :: Maybe StackSetOperationStatus

    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 canceled 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.
  • statusDetails :: Maybe StackSetOperationStatusDetails

    Detailed information about the stack set operation.

  • statusReason :: Maybe Text

    The status of the operation in details.

Instances

Instances details
FromXML 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 #

Read StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Show StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

NFData StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Eq StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

Hashable StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

type Rep StackSetOperationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetOperationSummary

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: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 and all associated stack set instances.

$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: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:operationId:StackSetOperationSummary', stackSetOperationSummary_operationId - The unique ID of the stack set operation.

$sel:operationPreferences:StackSetOperationSummary', stackSetOperationSummary_operationPreferences - Undocumented member.

$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 canceled 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:statusDetails:StackSetOperationSummary', stackSetOperationSummary_statusDetails - Detailed information about the stack set operation.

$sel:statusReason:StackSetOperationSummary', stackSetOperationSummary_statusReason - The status of the operation in details.

stackSetOperationSummary_action :: Lens' StackSetOperationSummary (Maybe StackSetOperationAction) Source #

The type of operation: CREATE, UPDATE, or DELETE. Create and delete operations affect only the specified stack instances that are associated with the specified stack set. Update operations affect both the stack set itself and all associated stack set instances.

stackSetOperationSummary_creationTimestamp :: Lens' StackSetOperationSummary (Maybe UTCTime) Source #

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.

stackSetOperationSummary_endTimestamp :: Lens' StackSetOperationSummary (Maybe UTCTime) Source #

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.

stackSetOperationSummary_status :: Lens' StackSetOperationSummary (Maybe StackSetOperationStatus) Source #

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

StackSetSummary

data StackSetSummary Source #

The structures that contain summary information about the specified stack set.

See: newStackSetSummary smart constructor.

Constructors

StackSetSummary' 

Fields

  • autoDeployment :: Maybe AutoDeployment
    Service-managed permissions
    Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
  • description :: Maybe Text

    A description of the stack set that you specify when the stack set is created or updated.

  • driftStatus :: Maybe StackDriftStatus

    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 hasn't checked the stack set for drift.
    • IN_SYNC: All 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.
  • lastDriftCheckTimestamp :: Maybe ISO8601

    Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

  • managedExecution :: Maybe ManagedExecution

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

  • permissionModel :: Maybe PermissionModels

    Describes how the IAM roles required for stack set operations are created.

  • stackSetId :: Maybe Text

    The ID of the stack set.

  • stackSetName :: Maybe Text

    The name of the stack set.

  • status :: Maybe StackSetStatus

    The status of the stack set.

Instances

Instances details
FromXML 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 #

Read StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Show StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

NFData StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Methods

rnf :: StackSetSummary -> () #

Eq StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

Hashable StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

type Rep StackSetSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSetSummary

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: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:description:StackSetSummary', stackSetSummary_description - A description of the stack set that you specify when the stack set is created or updated.

$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 hasn't checked the stack set for drift.
  • IN_SYNC: All 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: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 hasn't yet been performed.

$sel:managedExecution:StackSetSummary', stackSetSummary_managedExecution - Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

$sel:permissionModel:StackSetSummary', stackSetSummary_permissionModel - Describes how the IAM roles required for stack set operations are created.

$sel:stackSetId:StackSetSummary', stackSetSummary_stackSetId - The ID of the stack set.

$sel:stackSetName:StackSetSummary', stackSetSummary_stackSetName - The name of the stack set.

$sel:status:StackSetSummary', stackSetSummary_status - The status of the stack set.

stackSetSummary_autoDeployment :: Lens' StackSetSummary (Maybe AutoDeployment) Source #

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

stackSetSummary_description :: Lens' StackSetSummary (Maybe Text) Source #

A description of the stack set that you specify when the stack set is created or updated.

stackSetSummary_driftStatus :: Lens' StackSetSummary (Maybe StackDriftStatus) Source #

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 hasn't checked the stack set for drift.
  • IN_SYNC: All 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.

stackSetSummary_lastDriftCheckTimestamp :: Lens' StackSetSummary (Maybe UTCTime) Source #

Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be NULL for any stack set on which drift detection hasn't yet been performed.

stackSetSummary_managedExecution :: Lens' StackSetSummary (Maybe ManagedExecution) Source #

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

stackSetSummary_permissionModel :: Lens' StackSetSummary (Maybe PermissionModels) Source #

Describes how the IAM roles required for stack set operations are created.

StackSummary

data StackSummary Source #

The StackSummary Data Type

See: newStackSummary smart constructor.

Constructors

StackSummary' 

Fields

Instances

Instances details
FromXML 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 #

Read StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Show StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

NFData StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Methods

rnf :: StackSummary -> () #

Eq StackSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackDriftInformationSummary))) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "parentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rootId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackId") '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 "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:deletionTime:StackSummary', stackSummary_deletionTime - The time the stack was deleted.

$sel:driftInformation:StackSummary', stackSummary_driftInformation - Summarizes information about 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: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: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: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:stackId:StackSummary', stackSummary_stackId - Unique stack identifier.

$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: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.

stackSummary_deletionTime :: Lens' StackSummary (Maybe UTCTime) Source #

The time the stack was deleted.

stackSummary_driftInformation :: Lens' StackSummary (Maybe StackDriftInformationSummary) Source #

Summarizes information about 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.

stackSummary_lastUpdatedTime :: Lens' StackSummary (Maybe UTCTime) Source #

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

stackSummary_parentId :: Lens' StackSummary (Maybe Text) Source #

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.

stackSummary_rootId :: Lens' StackSummary (Maybe Text) Source #

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.

stackSummary_stackStatusReason :: Lens' StackSummary (Maybe Text) Source #

Success/Failure message associated with the stack status.

stackSummary_templateDescription :: Lens' StackSummary (Maybe Text) Source #

The template description of the template used to create the stack.

stackSummary_stackName :: Lens' StackSummary Text Source #

The name associated with the stack.

stackSummary_creationTime :: Lens' StackSummary UTCTime Source #

The time the stack was created.

stackSummary_stackStatus :: Lens' StackSummary StackStatus Source #

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' 

Fields

  • key :: Text

    Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (Amazon Web Services) have the reserved prefix: aws:.

  • value :: Text

    Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

Instances

Instances details
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 #

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CloudFormation.Types.Tag" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" '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.

tag_key :: Lens' Tag Text Source #

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

tag_value :: Lens' Tag Text Source #

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.

Constructors

TemplateParameter' 

Fields

Instances

Instances details
FromXML 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 #

Read TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Show TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

NFData TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Methods

rnf :: TemplateParameter -> () #

Eq TemplateParameter Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TemplateParameter

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TemplateParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "noEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "parameterKey") '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:defaultValue:TemplateParameter', templateParameter_defaultValue - The default value associated with the parameter.

$sel:description:TemplateParameter', templateParameter_description - User defined description 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:parameterKey:TemplateParameter', templateParameter_parameterKey - The name associated with the parameter.

templateParameter_defaultValue :: Lens' TemplateParameter (Maybe Text) Source #

The default value associated with the parameter.

templateParameter_description :: Lens' TemplateParameter (Maybe Text) Source #

User defined description associated with the parameter.

templateParameter_noEcho :: Lens' TemplateParameter (Maybe Bool) Source #

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

templateParameter_parameterKey :: Lens' TemplateParameter (Maybe Text) Source #

The name 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.

Constructors

TypeConfigurationDetails' 

Fields

  • alias :: Maybe Text

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

  • arn :: Maybe Text

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

  • configuration :: Maybe Text

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

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

  • isDefaultConfiguration :: Maybe Bool

    Whether this configuration data is the default configuration for the extension.

  • lastUpdated :: Maybe ISO8601

    When the configuration data was last updated for this extension.

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

  • typeArn :: Maybe Text

    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.

  • typeName :: Maybe Text

    The name of the extension.

Instances

Instances details
FromXML 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 #

Read TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Show TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

NFData TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Eq TypeConfigurationDetails Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationDetails

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeConfigurationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") '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)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:alias:TypeConfigurationDetails', typeConfigurationDetails_alias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:arn:TypeConfigurationDetails', typeConfigurationDetails_arn - The Amazon Resource Name (ARN) for the configuration data, 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 hasn't been set for a specified extension, CloudFormation returns {}.

$sel:isDefaultConfiguration:TypeConfigurationDetails', typeConfigurationDetails_isDefaultConfiguration - Whether this configuration data is the default configuration for the extension.

$sel:lastUpdated:TypeConfigurationDetails', typeConfigurationDetails_lastUpdated - When the configuration data was last updated for this extension.

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

$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:typeName:TypeConfigurationDetails', typeConfigurationDetails_typeName - The name of the extension.

typeConfigurationDetails_alias :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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

typeConfigurationDetails_arn :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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

typeConfigurationDetails_configuration :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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

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

typeConfigurationDetails_isDefaultConfiguration :: Lens' TypeConfigurationDetails (Maybe Bool) Source #

Whether this configuration data is the default configuration for the extension.

typeConfigurationDetails_lastUpdated :: Lens' TypeConfigurationDetails (Maybe UTCTime) Source #

When the configuration data was last updated for this extension.

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

typeConfigurationDetails_typeArn :: Lens' TypeConfigurationDetails (Maybe Text) Source #

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.

TypeConfigurationIdentifier

data TypeConfigurationIdentifier Source #

Identifying information for the configuration of a CloudFormation extension.

See: newTypeConfigurationIdentifier smart constructor.

Constructors

TypeConfigurationIdentifier' 

Fields

Instances

Instances details
ToQuery TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

FromXML 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 #

Read TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Show TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

NFData TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Eq TypeConfigurationIdentifier Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeConfigurationIdentifier

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeConfigurationIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThirdPartyType)) :*: S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "typeConfigurationAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "typeConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:type':TypeConfigurationIdentifier', typeConfigurationIdentifier_type - The type of extension.

$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:typeConfigurationAlias:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationAlias - The alias specified for this configuration, if one was specified when the configuration was set.

$sel:typeConfigurationArn:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeConfigurationArn - The Amazon Resource Name (ARN) for the configuration, in this account and region.

$sel:typeName:TypeConfigurationIdentifier', typeConfigurationIdentifier_typeName - The name of the extension type to which this configuration applies.

typeConfigurationIdentifier_typeArn :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

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.

typeConfigurationIdentifier_typeConfigurationAlias :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

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

typeConfigurationIdentifier_typeConfigurationArn :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

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

typeConfigurationIdentifier_typeName :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #

The name of the extension type to which this configuration applies.

TypeFilters

data TypeFilters Source #

Filter criteria to use in determining which extensions to return.

See: newTypeFilters smart constructor.

Constructors

TypeFilters' 

Fields

  • category :: Maybe 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.
  • publisherId :: Maybe Text

    The id of the publisher of the extension.

    Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

  • typeNamePrefix :: Maybe Text

    A prefix to use as a filter for results.

Instances

Instances details
ToQuery 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 #

Read TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Show TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

NFData TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Methods

rnf :: TypeFilters -> () #

Eq TypeFilters Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeFilters

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Category)) :*: (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeNamePrefix") '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: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 aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

$sel:typeNamePrefix:TypeFilters', typeFilters_typeNamePrefix - A prefix to use as a filter for results.

typeFilters_category :: Lens' TypeFilters (Maybe Category) Source #

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.

typeFilters_publisherId :: Lens' TypeFilters (Maybe Text) Source #

The id of the publisher of the extension.

Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify a list of types published by Amazon.

typeFilters_typeNamePrefix :: Lens' TypeFilters (Maybe Text) Source #

A prefix to use as a filter for results.

TypeSummary

data TypeSummary Source #

Contains summary information about the specified CloudFormation extension.

See: newTypeSummary smart constructor.

Constructors

TypeSummary' 

Fields

  • defaultVersionId :: Maybe Text

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

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

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

  • description :: Maybe Text

    The description of the extension.

  • isActivated :: Maybe Bool

    Whether the extension is activated for this account and region.

    This applies only to third-party public extensions. Extensions published by Amazon are activated by default.

  • lastUpdated :: Maybe ISO8601

    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.

  • latestPublicVersion :: Maybe Text

    For public extensions that have been activated for this account and region, the latest version of the public extension that is available. For any extensions other than activated third-arty extensions, CloudFormation returns null.

    How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

  • originalTypeName :: Maybe Text

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

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

  • publicVersionNumber :: Maybe Text

    For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and Region.

    How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

  • publisherId :: Maybe Text

    The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon don't return a publisher ID.

  • publisherIdentity :: Maybe IdentityProvider

    The service used to verify the publisher identity.

    For more information, see Registering your account to publish CloudFormation extensions in the CFN-CLI User Guide for Extension Development.

  • publisherName :: Maybe Text

    The publisher name, as defined in the public profile for that publisher in the service used to verify the publisher identity.

  • type' :: Maybe RegistryType

    The kind of extension.

  • typeArn :: Maybe Text

    The Amazon Resource Name (ARN) of the extension.

  • typeName :: Maybe Text

    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.

Instances

Instances details
FromXML 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 #

Read TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Show TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

NFData TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Methods

rnf :: TypeSummary -> () #

Eq TypeSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isActivated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "latestPublicVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "originalTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publisherId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publisherIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProvider)))) :*: ((S1 ('MetaSel ('Just "publisherName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType))) :*: (S1 ('MetaSel ('Just "typeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") '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:defaultVersionId:TypeSummary', typeSummary_defaultVersionId - The ID of the default version of the extension. The default version is used when the extension version isn't specified.

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

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

$sel:description:TypeSummary', typeSummary_description - The description of the extension.

$sel:isActivated:TypeSummary', typeSummary_isActivated - Whether the extension is activated for this account and region.

This applies only to third-party public extensions. Extensions published by Amazon are activated by default.

$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: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 extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

$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: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 extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

$sel:publisherId:TypeSummary', typeSummary_publisherId - The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon don't return a publisher ID.

$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: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.

$sel:type':TypeSummary', typeSummary_type - The kind of extension.

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

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

typeSummary_defaultVersionId :: Lens' TypeSummary (Maybe Text) Source #

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

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

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

typeSummary_description :: Lens' TypeSummary (Maybe Text) Source #

The description of the extension.

typeSummary_isActivated :: Lens' TypeSummary (Maybe Bool) Source #

Whether the extension is activated for this account and region.

This applies only to third-party public extensions. Extensions published by Amazon are activated by default.

typeSummary_lastUpdated :: Lens' TypeSummary (Maybe UTCTime) Source #

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.

typeSummary_latestPublicVersion :: Lens' TypeSummary (Maybe Text) Source #

For public extensions that have been activated for this account and region, the latest version of the public extension that is available. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

typeSummary_originalTypeName :: Lens' TypeSummary (Maybe Text) Source #

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.

typeSummary_publicVersionNumber :: Lens' TypeSummary (Maybe Text) Source #

For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and Region.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

typeSummary_publisherId :: Lens' TypeSummary (Maybe Text) Source #

The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon don't return a publisher ID.

typeSummary_publisherIdentity :: Lens' TypeSummary (Maybe IdentityProvider) Source #

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.

typeSummary_publisherName :: Lens' TypeSummary (Maybe Text) Source #

The publisher name, as defined in the public profile for that publisher in the service used to verify the publisher identity.

typeSummary_typeArn :: Lens' TypeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the extension.

typeSummary_typeName :: Lens' TypeSummary (Maybe Text) Source #

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.

TypeVersionSummary

data TypeVersionSummary Source #

Contains summary information about a specific version of a CloudFormation extension.

See: newTypeVersionSummary smart constructor.

Constructors

TypeVersionSummary' 

Fields

  • arn :: Maybe Text

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

  • description :: Maybe Text

    The description of the extension version.

  • isDefaultVersion :: Maybe Bool

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

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

  • publicVersionNumber :: Maybe Text

    For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

    How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

  • timeCreated :: Maybe ISO8601

    When the version was registered.

  • type' :: Maybe RegistryType

    The kind of extension.

  • typeName :: Maybe Text

    The name of the extension.

  • versionId :: Maybe Text

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

Instances

Instances details
FromXML 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 #

Read TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Show TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

NFData TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Methods

rnf :: TypeVersionSummary -> () #

Eq TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeVersionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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 "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionId") '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:arn:TypeVersionSummary', typeVersionSummary_arn - The Amazon Resource Name (ARN) of the extension version.

$sel:description:TypeVersionSummary', typeVersionSummary_description - The description of the extension version.

$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, CloudFormation returns null.

$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 extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

$sel:timeCreated:TypeVersionSummary', typeVersionSummary_timeCreated - When the version was registered.

$sel:type':TypeVersionSummary', typeVersionSummary_type - The kind of extension.

$sel:typeName:TypeVersionSummary', typeVersionSummary_typeName - The name of the extension.

$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's registered.

typeVersionSummary_arn :: Lens' TypeVersionSummary (Maybe Text) Source #

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

typeVersionSummary_description :: Lens' TypeVersionSummary (Maybe Text) Source #

The description of the extension version.

typeVersionSummary_isDefaultVersion :: Lens' TypeVersionSummary (Maybe Bool) Source #

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

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

typeVersionSummary_publicVersionNumber :: Lens' TypeVersionSummary (Maybe Text) Source #

For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

typeVersionSummary_versionId :: Lens' TypeVersionSummary (Maybe Text) Source #

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