Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cancels an update on the specified stack. If the call completes successfully, the stack will roll back the update and revert to the previous stack configuration.
Only stacks that are in the UPDATE_IN_PROGRESS state can be canceled.
http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CancelUpdateStack.html
Request
data CancelUpdateStack Source
Request constructor
CancelUpdateStack
constructor.
The fields accessible through corresponding lenses are:
cusStackName
::
Text
Request lenses
cusStackName :: Lens' CancelUpdateStack Text Source
The name or the unique identifier associated with the stack.