libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.DeleteFlowDefinition

Description

Deletes the specified flow definition.

Synopsis

Creating a Request

data DeleteFlowDefinition Source #

See: newDeleteFlowDefinition smart constructor.

Constructors

DeleteFlowDefinition' 

Fields

Instances

Instances details
Eq DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Read DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Show DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Generic DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type Rep DeleteFlowDefinition :: Type -> Type #

NFData DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Methods

rnf :: DeleteFlowDefinition -> () #

Hashable DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToJSON DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

AWSRequest DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type AWSResponse DeleteFlowDefinition #

ToHeaders DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToPath DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToQuery DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinition = D1 ('MetaData "DeleteFlowDefinition" "Amazonka.SageMaker.DeleteFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFlowDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

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.

Constructors

DeleteFlowDefinitionResponse' 

Fields

Instances

Instances details
Eq DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Read DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Show DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Generic DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type Rep DeleteFlowDefinitionResponse :: Type -> Type #

NFData DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinitionResponse = D1 ('MetaData "DeleteFlowDefinitionResponse" "Amazonka.SageMaker.DeleteFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFlowDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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