amazonka-cloudformation-0.0.6: Amazon CloudFormation SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudFormation.CancelUpdateStack

Contents

Description

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

Synopsis

Request

Request constructor

cancelUpdateStack Source

CancelUpdateStack constructor.

The fields accessible through corresponding lenses are:

Request lenses

cusStackName :: Lens' CancelUpdateStack Text Source

The name or the unique identifier associated with the stack.

Response

Response constructor