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

Description

Updates a pipeline execution.

Synopsis

Creating a Request

data UpdatePipelineExecution Source #

See: newUpdatePipelineExecution smart constructor.

Constructors

UpdatePipelineExecution' 

Fields

Instances

Instances details
Eq UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Read UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Show UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Generic UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Associated Types

type Rep UpdatePipelineExecution :: Type -> Type #

NFData UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Methods

rnf :: UpdatePipelineExecution -> () #

Hashable UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToJSON UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

AWSRequest UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToHeaders UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToPath UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToQuery UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

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

Defined in Amazonka.SageMaker.UpdatePipelineExecution

newUpdatePipelineExecution Source #

Create a value of UpdatePipelineExecution 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:pipelineExecutionDisplayName:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExecutionArn:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

Request Lenses

updatePipelineExecution_pipelineExecutionArn :: Lens' UpdatePipelineExecution Text Source #

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

Destructuring the Response

data UpdatePipelineExecutionResponse Source #

See: newUpdatePipelineExecutionResponse smart constructor.

Constructors

UpdatePipelineExecutionResponse' 

Fields

Instances

Instances details
Eq UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Read UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Show UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Generic UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Associated Types

type Rep UpdatePipelineExecutionResponse :: Type -> Type #

NFData UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

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

newUpdatePipelineExecutionResponse Source #

Create a value of UpdatePipelineExecutionResponse 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:pipelineExecutionArn:UpdatePipelineExecution', updatePipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the updated pipeline execution.

$sel:httpStatus:UpdatePipelineExecutionResponse', updatePipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses

updatePipelineExecutionResponse_pipelineExecutionArn :: Lens' UpdatePipelineExecutionResponse (Maybe Text) Source #

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