| 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.DeleteChangeSet
Description
Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
If the call successfully completes, AWS CloudFormation successfully deleted the change set.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteChangeSet |
Creates a value of DeleteChangeSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsStackName- If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.dcsChangeSetName- The name or Amazon Resource Name (ARN) of the change set that you want to delete.
data DeleteChangeSet Source #
The input for the DeleteChangeSet action.
See: deleteChangeSet smart constructor.
Instances
Request Lenses
dcsStackName :: Lens' DeleteChangeSet (Maybe Text) Source #
If you specified the name of a change set to delete, specify the stack name or ID (ARN) that is associated with it.
dcsChangeSetName :: Lens' DeleteChangeSet Text Source #
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
Destructuring the Response
deleteChangeSetResponse Source #
Arguments
| :: Int | |
| -> DeleteChangeSetResponse |
Creates a value of DeleteChangeSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsrsResponseStatus- -- | The response status code.
data DeleteChangeSetResponse Source #
The output for the DeleteChangeSet action.
See: deleteChangeSetResponse smart constructor.
Instances
Response Lenses
dcsrsResponseStatus :: Lens' DeleteChangeSetResponse Int Source #
- - | The response status code.