| 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.UpdatePipelineExecution
Description
Updates a pipeline execution.
Synopsis
- data UpdatePipelineExecution = UpdatePipelineExecution' {}
 - newUpdatePipelineExecution :: Text -> UpdatePipelineExecution
 - updatePipelineExecution_parallelismConfiguration :: Lens' UpdatePipelineExecution (Maybe ParallelismConfiguration)
 - updatePipelineExecution_pipelineExecutionDescription :: Lens' UpdatePipelineExecution (Maybe Text)
 - updatePipelineExecution_pipelineExecutionDisplayName :: Lens' UpdatePipelineExecution (Maybe Text)
 - updatePipelineExecution_pipelineExecutionArn :: Lens' UpdatePipelineExecution Text
 - data UpdatePipelineExecutionResponse = UpdatePipelineExecutionResponse' {}
 - newUpdatePipelineExecutionResponse :: Int -> UpdatePipelineExecutionResponse
 - updatePipelineExecutionResponse_pipelineExecutionArn :: Lens' UpdatePipelineExecutionResponse (Maybe Text)
 - updatePipelineExecutionResponse_httpStatus :: Lens' UpdatePipelineExecutionResponse Int
 
Creating a Request
data UpdatePipelineExecution Source #
See: newUpdatePipelineExecution smart constructor.
Constructors
| UpdatePipelineExecution' | |
Fields 
  | |
Instances
newUpdatePipelineExecution Source #
Arguments
| :: Text | |
| -> UpdatePipelineExecution | 
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:
UpdatePipelineExecution, updatePipelineExecution_parallelismConfiguration - This configuration, if specified, overrides the parallelism
 configuration of the parent pipeline for this specific run.
UpdatePipelineExecution, updatePipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.
UpdatePipelineExecution, updatePipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.
UpdatePipelineExecution, updatePipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
Request Lenses
updatePipelineExecution_parallelismConfiguration :: Lens' UpdatePipelineExecution (Maybe ParallelismConfiguration) Source #
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
updatePipelineExecution_pipelineExecutionDescription :: Lens' UpdatePipelineExecution (Maybe Text) Source #
The description of the pipeline execution.
updatePipelineExecution_pipelineExecutionDisplayName :: Lens' UpdatePipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
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
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:
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.
updatePipelineExecutionResponse_httpStatus :: Lens' UpdatePipelineExecutionResponse Int Source #
The response's http status code.