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

Description

Updates a pipeline.

Synopsis

Creating a Request

data UpdatePipeline Source #

See: newUpdatePipeline smart constructor.

Constructors

UpdatePipeline' 

Fields

Instances

Instances details
Eq UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Read UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Generic UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipeline :: Type -> Type #

NFData UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipeline -> () #

Hashable UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToJSON UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

AWSRequest UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type AWSResponse UpdatePipeline #

ToHeaders UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToPath UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToQuery UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

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

Defined in Amazonka.SageMaker.UpdatePipeline

newUpdatePipeline Source #

Create a value of UpdatePipeline 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:pipelineDisplayName:UpdatePipeline', updatePipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineDescription:UpdatePipeline', updatePipeline_pipelineDescription - The description of the pipeline.

$sel:pipelineDefinition:UpdatePipeline', updatePipeline_pipelineDefinition - The JSON pipeline definition.

$sel:roleArn:UpdatePipeline', updatePipeline_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.

$sel:pipelineName:UpdatePipeline', updatePipeline_pipelineName - The name of the pipeline to update.

Request Lenses

updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) that the pipeline uses to execute.

updatePipeline_pipelineName :: Lens' UpdatePipeline Text Source #

The name of the pipeline to update.

Destructuring the Response

data UpdatePipelineResponse Source #

See: newUpdatePipelineResponse smart constructor.

Constructors

UpdatePipelineResponse' 

Fields

Instances

Instances details
Eq UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Read UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Generic UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipelineResponse :: Type -> Type #

NFData UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipelineResponse -> () #

type Rep UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

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

newUpdatePipelineResponse Source #

Create a value of UpdatePipelineResponse 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:UpdatePipelineResponse', updatePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the updated pipeline.

$sel:httpStatus:UpdatePipelineResponse', updatePipelineResponse_httpStatus - The response's http status code.

Response Lenses

updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the updated pipeline.