Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
If the call successfully completes, CloudFormation successfully deleted the change set.
If IncludeNestedStacks
specifies True
during the creation of the
nested change set, then DeleteChangeSet
will delete all change sets
that belong to the stacks hierarchy and will also delete all change sets
for nested stacks with the status of REVIEW_IN_PROGRESS
.
Synopsis
- data DeleteChangeSet = DeleteChangeSet' {
- stackName :: Maybe Text
- changeSetName :: Text
- newDeleteChangeSet :: Text -> DeleteChangeSet
- deleteChangeSet_stackName :: Lens' DeleteChangeSet (Maybe Text)
- deleteChangeSet_changeSetName :: Lens' DeleteChangeSet Text
- data DeleteChangeSetResponse = DeleteChangeSetResponse' {
- httpStatus :: Int
- newDeleteChangeSetResponse :: Int -> DeleteChangeSetResponse
- deleteChangeSetResponse_httpStatus :: Lens' DeleteChangeSetResponse Int
Creating a Request
data DeleteChangeSet Source #
The input for the DeleteChangeSet action.
See: newDeleteChangeSet
smart constructor.
DeleteChangeSet' | |
|
Instances
Create a value of DeleteChangeSet
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteChangeSet
, deleteChangeSet_stackName
- If you specified the name of a change set to delete, specify the stack
name or Amazon Resource Name (ARN) that's associated with it.
DeleteChangeSet
, deleteChangeSet_changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you want
to delete.
Request Lenses
deleteChangeSet_stackName :: Lens' DeleteChangeSet (Maybe Text) Source #
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
deleteChangeSet_changeSetName :: Lens' DeleteChangeSet Text Source #
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
Destructuring the Response
data DeleteChangeSetResponse Source #
The output for the DeleteChangeSet action.
See: newDeleteChangeSetResponse
smart constructor.
DeleteChangeSetResponse' | |
|
Instances
newDeleteChangeSetResponse Source #
Create a value of DeleteChangeSetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteChangeSetResponse'
, deleteChangeSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteChangeSetResponse_httpStatus :: Lens' DeleteChangeSetResponse Int Source #
The response's http status code.