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 |
Starts a pipeline execution.
Synopsis
- data StartPipelineExecution = StartPipelineExecution' {}
- newStartPipelineExecution :: Text -> Text -> StartPipelineExecution
- startPipelineExecution_pipelineParameters :: Lens' StartPipelineExecution (Maybe [Parameter])
- startPipelineExecution_pipelineExecutionDisplayName :: Lens' StartPipelineExecution (Maybe Text)
- startPipelineExecution_pipelineExecutionDescription :: Lens' StartPipelineExecution (Maybe Text)
- startPipelineExecution_pipelineName :: Lens' StartPipelineExecution Text
- startPipelineExecution_clientRequestToken :: Lens' StartPipelineExecution Text
- data StartPipelineExecutionResponse = StartPipelineExecutionResponse' {}
- newStartPipelineExecutionResponse :: Int -> StartPipelineExecutionResponse
- startPipelineExecutionResponse_pipelineExecutionArn :: Lens' StartPipelineExecutionResponse (Maybe Text)
- startPipelineExecutionResponse_httpStatus :: Lens' StartPipelineExecutionResponse Int
Creating a Request
data StartPipelineExecution Source #
See: newStartPipelineExecution
smart constructor.
StartPipelineExecution' | |
|
Instances
newStartPipelineExecution Source #
:: Text | |
-> Text | |
-> StartPipelineExecution |
Create a value of StartPipelineExecution
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:pipelineParameters:StartPipelineExecution'
, startPipelineExecution_pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.
$sel:pipelineExecutionDisplayName:StartPipelineExecution'
, startPipelineExecution_pipelineExecutionDisplayName
- The display name of the pipeline execution.
$sel:pipelineExecutionDescription:StartPipelineExecution'
, startPipelineExecution_pipelineExecutionDescription
- The description of the pipeline execution.
$sel:pipelineName:StartPipelineExecution'
, startPipelineExecution_pipelineName
- The name of the pipeline.
$sel:clientRequestToken:StartPipelineExecution'
, startPipelineExecution_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
startPipelineExecution_pipelineParameters :: Lens' StartPipelineExecution (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.
startPipelineExecution_pipelineExecutionDisplayName :: Lens' StartPipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
startPipelineExecution_pipelineExecutionDescription :: Lens' StartPipelineExecution (Maybe Text) Source #
The description of the pipeline execution.
startPipelineExecution_pipelineName :: Lens' StartPipelineExecution Text Source #
The name of the pipeline.
startPipelineExecution_clientRequestToken :: Lens' StartPipelineExecution 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 StartPipelineExecutionResponse Source #
See: newStartPipelineExecutionResponse
smart constructor.
StartPipelineExecutionResponse' | |
|
Instances
Eq StartPipelineExecutionResponse Source # | |
Read StartPipelineExecutionResponse Source # | |
Show StartPipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.StartPipelineExecution | |
Generic StartPipelineExecutionResponse Source # | |
NFData StartPipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.StartPipelineExecution rnf :: StartPipelineExecutionResponse -> () # | |
type Rep StartPipelineExecutionResponse Source # | |
Defined in Amazonka.SageMaker.StartPipelineExecution type Rep StartPipelineExecutionResponse = D1 ('MetaData "StartPipelineExecutionResponse" "Amazonka.SageMaker.StartPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStartPipelineExecutionResponse Source #
Create a value of StartPipelineExecutionResponse
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:StartPipelineExecutionResponse'
, startPipelineExecutionResponse_pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.
$sel:httpStatus:StartPipelineExecutionResponse'
, startPipelineExecutionResponse_httpStatus
- The response's http status code.
Response Lenses
startPipelineExecutionResponse_pipelineExecutionArn :: Lens' StartPipelineExecutionResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
startPipelineExecutionResponse_httpStatus :: Lens' StartPipelineExecutionResponse Int Source #
The response's http status code.