Copyright | (c) 2013-2021 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 |
Deletes the specified flow definition.
Synopsis
- data DeleteFlowDefinition = DeleteFlowDefinition' {}
- newDeleteFlowDefinition :: Text -> DeleteFlowDefinition
- deleteFlowDefinition_flowDefinitionName :: Lens' DeleteFlowDefinition Text
- data DeleteFlowDefinitionResponse = DeleteFlowDefinitionResponse' {
- httpStatus :: Int
- newDeleteFlowDefinitionResponse :: Int -> DeleteFlowDefinitionResponse
- deleteFlowDefinitionResponse_httpStatus :: Lens' DeleteFlowDefinitionResponse Int
Creating a Request
data DeleteFlowDefinition Source #
See: newDeleteFlowDefinition
smart constructor.
DeleteFlowDefinition' | |
|
Instances
newDeleteFlowDefinition Source #
Create a value of DeleteFlowDefinition
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:flowDefinitionName:DeleteFlowDefinition'
, deleteFlowDefinition_flowDefinitionName
- The name of the flow definition you are deleting.
Request Lenses
deleteFlowDefinition_flowDefinitionName :: Lens' DeleteFlowDefinition Text Source #
The name of the flow definition you are deleting.
Destructuring the Response
data DeleteFlowDefinitionResponse Source #
See: newDeleteFlowDefinitionResponse
smart constructor.
DeleteFlowDefinitionResponse' | |
|
Instances
newDeleteFlowDefinitionResponse Source #
Create a value of DeleteFlowDefinitionResponse
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:DeleteFlowDefinitionResponse'
, deleteFlowDefinitionResponse_httpStatus
- The response's http status code.
Response Lenses
deleteFlowDefinitionResponse_httpStatus :: Lens' DeleteFlowDefinitionResponse Int Source #
The response's http status code.