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.DeletePipeline

Description

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

Synopsis

Creating a Request

data DeletePipeline Source #

See: newDeletePipeline smart constructor.

Constructors

DeletePipeline' 

Fields

  • pipelineName :: Text

    The name of the pipeline to delete.

  • clientRequestToken :: Text

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

Instances

Instances details
Eq DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Read DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Show DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Generic DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type Rep DeletePipeline :: Type -> Type #

NFData DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Methods

rnf :: DeletePipeline -> () #

Hashable DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToJSON DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

AWSRequest DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type AWSResponse DeletePipeline #

ToHeaders DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToPath DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToQuery DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

type Rep DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

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

Defined in Amazonka.SageMaker.DeletePipeline

newDeletePipeline Source #

Create a value of DeletePipeline 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:pipelineName:DeletePipeline', deletePipeline_pipelineName - The name of the pipeline to delete.

$sel:clientRequestToken:DeletePipeline', deletePipeline_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

Request Lenses

deletePipeline_pipelineName :: Lens' DeletePipeline Text Source #

The name of the pipeline to delete.

deletePipeline_clientRequestToken :: Lens' DeletePipeline Text Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

Destructuring the Response

data DeletePipelineResponse Source #

See: newDeletePipelineResponse smart constructor.

Constructors

DeletePipelineResponse' 

Fields

Instances

Instances details
Eq DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Read DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Show DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Generic DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type Rep DeletePipelineResponse :: Type -> Type #

NFData DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Methods

rnf :: DeletePipelineResponse -> () #

type Rep DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

type Rep DeletePipelineResponse = D1 ('MetaData "DeletePipelineResponse" "Amazonka.SageMaker.DeletePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeletePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePipelineResponse Source #

Create a value of DeletePipelineResponse 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:pipelineArn:DeletePipelineResponse', deletePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the pipeline to delete.

$sel:httpStatus:DeletePipelineResponse', deletePipelineResponse_httpStatus - The response's http status code.

Response Lenses

deletePipelineResponse_pipelineArn :: Lens' DeletePipelineResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline to delete.