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

Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Description

 
Synopsis

Documentation

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 cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.
    • FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
    • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
    • PENDING: The operation in the specified account and Region has yet to start.
    • RUNNING: The operation in the specified account and Region is currently in progress.
    • SUCCEEDED: The operation in the specified account and Region completed successfully.

Instances

Instances details
Eq StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Read StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Show StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Generic StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Associated Types

type Rep StackInstanceComprehensiveStatus :: Type -> Type #

NFData StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

Hashable StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

FromXML StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

type Rep StackInstanceComprehensiveStatus Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus

type Rep StackInstanceComprehensiveStatus = D1 ('MetaData "StackInstanceComprehensiveStatus" "Amazonka.CloudFormation.Types.StackInstanceComprehensiveStatus" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackInstanceComprehensiveStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detailedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceDetailedStatus))))

newStackInstanceComprehensiveStatus :: StackInstanceComprehensiveStatus Source #

Create a value of StackInstanceComprehensiveStatus with all optional fields omitted.

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

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

$sel:detailedStatus:StackInstanceComprehensiveStatus', stackInstanceComprehensiveStatus_detailedStatus - - CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.

  • FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • PENDING: The operation in the specified account and Region has yet to start.
  • RUNNING: The operation in the specified account and Region is currently in progress.
  • SUCCEEDED: The operation in the specified account and Region completed successfully.

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

  • CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded.
  • FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • PENDING: The operation in the specified account and Region has yet to start.
  • RUNNING: The operation in the specified account and Region is currently in progress.
  • SUCCEEDED: The operation in the specified account and Region completed successfully.