| 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 | 
Amazonka.SageMaker.DeleteFlowDefinition
Description
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.
Constructors
| DeleteFlowDefinition' | |
Fields 
  | |
Instances
newDeleteFlowDefinition Source #
Arguments
| :: Text | |
| -> DeleteFlowDefinition | 
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:
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.
Constructors
| DeleteFlowDefinitionResponse' | |
Fields 
  | |
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.