Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retry the execution of the pipeline.
Synopsis
- data RetryPipelineExecution = RetryPipelineExecution' {}
- newRetryPipelineExecution :: Text -> Text -> RetryPipelineExecution
- retryPipelineExecution_pipelineExecutionArn :: Lens' RetryPipelineExecution Text
- retryPipelineExecution_clientRequestToken :: Lens' RetryPipelineExecution Text
- data RetryPipelineExecutionResponse = RetryPipelineExecutionResponse' {}
- newRetryPipelineExecutionResponse :: Int -> RetryPipelineExecutionResponse
- retryPipelineExecutionResponse_pipelineExecutionArn :: Lens' RetryPipelineExecutionResponse (Maybe Text)
- retryPipelineExecutionResponse_httpStatus :: Lens' RetryPipelineExecutionResponse Int
Creating a Request
data RetryPipelineExecution Source #
See: newRetryPipelineExecution
smart constructor.
RetryPipelineExecution' | |
|
Instances
newRetryPipelineExecution Source #
:: Text | |
-> Text | |
-> RetryPipelineExecution |
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.
RetryPipelineExecutionResponse' | |
|
Instances
Eq RetryPipelineExecutionResponse Source # | |
Read RetryPipelineExecutionResponse Source # | |
Show RetryPipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.RetryPipelineExecution | |
Generic RetryPipelineExecutionResponse Source # | |
NFData RetryPipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.RetryPipelineExecution rnf :: RetryPipelineExecutionResponse -> () # | |
type Rep RetryPipelineExecutionResponse Source # | |
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.
retryPipelineExecutionResponse_httpStatus :: Lens' RetryPipelineExecutionResponse Int Source #
The response's http status code.