| 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.UpdatePipeline
Description
Updates a pipeline.
Synopsis
- data UpdatePipeline = UpdatePipeline' {}
- newUpdatePipeline :: Text -> UpdatePipeline
- updatePipeline_pipelineDisplayName :: Lens' UpdatePipeline (Maybe Text)
- updatePipeline_pipelineDescription :: Lens' UpdatePipeline (Maybe Text)
- updatePipeline_pipelineDefinition :: Lens' UpdatePipeline (Maybe Text)
- updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text)
- updatePipeline_pipelineName :: Lens' UpdatePipeline Text
- data UpdatePipelineResponse = UpdatePipelineResponse' {
- pipelineArn :: Maybe Text
- httpStatus :: Int
- newUpdatePipelineResponse :: Int -> UpdatePipelineResponse
- updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text)
- updatePipelineResponse_httpStatus :: Lens' UpdatePipelineResponse Int
Creating a Request
data UpdatePipeline Source #
See: newUpdatePipeline smart constructor.
Constructors
| UpdatePipeline' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdatePipeline |
Create a value of UpdatePipeline 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:pipelineDisplayName:UpdatePipeline', updatePipeline_pipelineDisplayName - The display name of the pipeline.
$sel:pipelineDescription:UpdatePipeline', updatePipeline_pipelineDescription - The description of the pipeline.
$sel:pipelineDefinition:UpdatePipeline', updatePipeline_pipelineDefinition - The JSON pipeline definition.
$sel:roleArn:UpdatePipeline', updatePipeline_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.
$sel:pipelineName:UpdatePipeline', updatePipeline_pipelineName - The name of the pipeline to update.
Request Lenses
updatePipeline_pipelineDisplayName :: Lens' UpdatePipeline (Maybe Text) Source #
The display name of the pipeline.
updatePipeline_pipelineDescription :: Lens' UpdatePipeline (Maybe Text) Source #
The description of the pipeline.
updatePipeline_pipelineDefinition :: Lens' UpdatePipeline (Maybe Text) Source #
The JSON pipeline definition.
updatePipeline_roleArn :: Lens' UpdatePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) that the pipeline uses to execute.
updatePipeline_pipelineName :: Lens' UpdatePipeline Text Source #
The name of the pipeline to update.
Destructuring the Response
data UpdatePipelineResponse Source #
See: newUpdatePipelineResponse smart constructor.
Constructors
| UpdatePipelineResponse' | |
Fields
| |
Instances
newUpdatePipelineResponse Source #
Create a value of UpdatePipelineResponse 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:pipelineArn:UpdatePipelineResponse', updatePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the updated pipeline.
$sel:httpStatus:UpdatePipelineResponse', updatePipelineResponse_httpStatus - The response's http status code.
Response Lenses
updatePipelineResponse_pipelineArn :: Lens' UpdatePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the updated pipeline.
updatePipelineResponse_httpStatus :: Lens' UpdatePipelineResponse Int Source #
The response's http status code.