| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.RetryPipelineExecution
Description
Retry the execution of the pipeline.
Synopsis
- data RetryPipelineExecution = RetryPipelineExecution' {}
- newRetryPipelineExecution :: Text -> Text -> RetryPipelineExecution
- retryPipelineExecution_parallelismConfiguration :: Lens' RetryPipelineExecution (Maybe ParallelismConfiguration)
- 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.
Constructors
| RetryPipelineExecution' | |
Fields
| |
Instances
newRetryPipelineExecution Source #
Arguments
| :: 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:
RetryPipelineExecution, retryPipelineExecution_parallelismConfiguration - This configuration, if specified, overrides the parallelism
configuration of the parent pipeline.
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_parallelismConfiguration :: Lens' RetryPipelineExecution (Maybe ParallelismConfiguration) Source #
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
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
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:
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.