amazonka-cloudformation-1.3.5: Amazon CloudFormation SDK.

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

Network.AWS.CloudFormation.CancelUpdateStack

Contents

Description

Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.

You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.

See: AWS API Reference for CancelUpdateStack.

Synopsis

Creating a Request

cancelUpdateStack Source

Creates a value of CancelUpdateStack with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cusStackName :: Lens' CancelUpdateStack Text Source

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

Destructuring the Response

cancelUpdateStackResponse :: CancelUpdateStackResponse Source

Creates a value of CancelUpdateStackResponse with the minimum fields required to make a request.