| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudFormation.CancelUpdateStack
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.
Creating a Request
Arguments
| :: Text | |
| -> CancelUpdateStack |
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:
cusClientRequestToken- A unique identifier for thisCancelUpdateStackrequest. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might retryCancelUpdateStackrequests to ensure that AWS CloudFormation successfully received them.cusStackName- The name or the unique stack ID that is associated with the stack.
data CancelUpdateStack Source #
The input for the CancelUpdateStack action.
See: cancelUpdateStack smart constructor.
Instances
Request Lenses
cusClientRequestToken :: Lens' CancelUpdateStack (Maybe Text) Source #
A unique identifier for this CancelUpdateStack request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack with the same name. You might retry CancelUpdateStack requests to ensure that AWS CloudFormation successfully received them.
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.
data CancelUpdateStackResponse Source #
See: cancelUpdateStackResponse smart constructor.