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 a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).
Synopsis
- data DeleteFlowTemplate = DeleteFlowTemplate' {}
- newDeleteFlowTemplate :: Text -> DeleteFlowTemplate
- deleteFlowTemplate_id :: Lens' DeleteFlowTemplate Text
- data DeleteFlowTemplateResponse = DeleteFlowTemplateResponse' {
- httpStatus :: Int
- newDeleteFlowTemplateResponse :: Int -> DeleteFlowTemplateResponse
- deleteFlowTemplateResponse_httpStatus :: Lens' DeleteFlowTemplateResponse Int
Creating a Request
data DeleteFlowTemplate Source #
See: newDeleteFlowTemplate
smart constructor.
Instances
newDeleteFlowTemplate Source #
Create a value of DeleteFlowTemplate
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:id:DeleteFlowTemplate'
, deleteFlowTemplate_id
- The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Request Lenses
deleteFlowTemplate_id :: Lens' DeleteFlowTemplate Text Source #
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Destructuring the Response
data DeleteFlowTemplateResponse Source #
See: newDeleteFlowTemplateResponse
smart constructor.
DeleteFlowTemplateResponse' | |
|
Instances
newDeleteFlowTemplateResponse Source #
Create a value of DeleteFlowTemplateResponse
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:DeleteFlowTemplateResponse'
, deleteFlowTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
deleteFlowTemplateResponse_httpStatus :: Lens' DeleteFlowTemplateResponse Int Source #
The response's http status code.