Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data StackInstanceComprehensiveStatus Source #
The detailed status of the stack instance.
See: newStackInstanceComprehensiveStatus
smart constructor.
StackInstanceComprehensiveStatus' | |
|
Instances
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
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set totrue
, 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
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set totrue
, 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.