| 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 |
Amazonka.SageMaker.UpdatePipelineExecution
Description
Updates a pipeline execution.
Synopsis
- data UpdatePipelineExecution = UpdatePipelineExecution' {}
- newUpdatePipelineExecution :: Text -> UpdatePipelineExecution
- updatePipelineExecution_pipelineExecutionDisplayName :: Lens' UpdatePipelineExecution (Maybe Text)
- updatePipelineExecution_pipelineExecutionDescription :: 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 #
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_pipelineExecutionDisplayName :: Lens' UpdatePipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
updatePipelineExecution_pipelineExecutionDescription :: Lens' UpdatePipelineExecution (Maybe Text) Source #
The description 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:
$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.
updatePipelineExecutionResponse_httpStatus :: Lens' UpdatePipelineExecutionResponse Int Source #
The response's http status code.