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 |
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.
UpdatePipelineExecution' | |
|
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.
UpdatePipelineExecutionResponse' | |
|
Instances
Eq UpdatePipelineExecutionResponse Source # | |
Read UpdatePipelineExecutionResponse Source # | |
Show UpdatePipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.UpdatePipelineExecution | |
Generic UpdatePipelineExecutionResponse Source # | |
NFData UpdatePipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.UpdatePipelineExecution rnf :: UpdatePipelineExecutionResponse -> () # | |
type Rep UpdatePipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.UpdatePipelineExecution type Rep UpdatePipelineExecutionResponse = D1 ('MetaData "UpdatePipelineExecutionResponse" "Amazonka.SageMaker.UpdatePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdatePipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.