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

Description

Retry the execution of the pipeline.

Synopsis

Creating a Request

data RetryPipelineExecution Source #

See: newRetryPipelineExecution smart constructor.

Constructors

RetryPipelineExecution' 

Fields

  • pipelineExecutionArn :: Text

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

  • clientRequestToken :: Text

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

Instances

Instances details
Eq RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Read RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Show RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Generic RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type Rep RetryPipelineExecution :: Type -> Type #

NFData RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Methods

rnf :: RetryPipelineExecution -> () #

Hashable RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToJSON RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

AWSRequest RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type AWSResponse RetryPipelineExecution #

ToHeaders RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToPath RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToQuery RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

type Rep RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

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

Defined in Amazonka.SageMaker.RetryPipelineExecution

newRetryPipelineExecution Source #

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

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

Request Lenses

retryPipelineExecution_pipelineExecutionArn :: Lens' RetryPipelineExecution Text Source #

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

retryPipelineExecution_clientRequestToken :: Lens' RetryPipelineExecution Text Source #

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

Destructuring the Response

data RetryPipelineExecutionResponse Source #

See: newRetryPipelineExecutionResponse smart constructor.

Constructors

RetryPipelineExecutionResponse' 

Fields

Instances

Instances details
Eq RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Read RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Show RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Generic RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type Rep RetryPipelineExecutionResponse :: Type -> Type #

NFData RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

type Rep RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

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

newRetryPipelineExecutionResponse Source #

Create a value of RetryPipelineExecutionResponse 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:RetryPipelineExecution', retryPipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:RetryPipelineExecutionResponse', retryPipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses

retryPipelineExecutionResponse_pipelineExecutionArn :: Lens' RetryPipelineExecutionResponse (Maybe Text) Source #

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