| 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.SendPipelineExecutionStepSuccess
Description
Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).
Synopsis
- data SendPipelineExecutionStepSuccess = SendPipelineExecutionStepSuccess' {}
- newSendPipelineExecutionStepSuccess :: Text -> SendPipelineExecutionStepSuccess
- sendPipelineExecutionStepSuccess_outputParameters :: Lens' SendPipelineExecutionStepSuccess (Maybe [OutputParameter])
- sendPipelineExecutionStepSuccess_clientRequestToken :: Lens' SendPipelineExecutionStepSuccess (Maybe Text)
- sendPipelineExecutionStepSuccess_callbackToken :: Lens' SendPipelineExecutionStepSuccess Text
- data SendPipelineExecutionStepSuccessResponse = SendPipelineExecutionStepSuccessResponse' {}
- newSendPipelineExecutionStepSuccessResponse :: Int -> SendPipelineExecutionStepSuccessResponse
- sendPipelineExecutionStepSuccessResponse_pipelineExecutionArn :: Lens' SendPipelineExecutionStepSuccessResponse (Maybe Text)
- sendPipelineExecutionStepSuccessResponse_httpStatus :: Lens' SendPipelineExecutionStepSuccessResponse Int
Creating a Request
data SendPipelineExecutionStepSuccess Source #
See: newSendPipelineExecutionStepSuccess smart constructor.
Constructors
| SendPipelineExecutionStepSuccess' | |
Fields
| |
Instances
newSendPipelineExecutionStepSuccess Source #
Arguments
| :: Text | |
| -> SendPipelineExecutionStepSuccess |
Create a value of SendPipelineExecutionStepSuccess 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:outputParameters:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_outputParameters - A list of the output parameters of the callback step.
$sel:clientRequestToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the
idempotency of the operation. An idempotent operation completes no more
than one time.
$sel:callbackToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_callbackToken - The pipeline generated token from the Amazon SQS queue.
Request Lenses
sendPipelineExecutionStepSuccess_outputParameters :: Lens' SendPipelineExecutionStepSuccess (Maybe [OutputParameter]) Source #
A list of the output parameters of the callback step.
sendPipelineExecutionStepSuccess_clientRequestToken :: Lens' SendPipelineExecutionStepSuccess (Maybe Text) Source #
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
sendPipelineExecutionStepSuccess_callbackToken :: Lens' SendPipelineExecutionStepSuccess Text Source #
The pipeline generated token from the Amazon SQS queue.
Destructuring the Response
data SendPipelineExecutionStepSuccessResponse Source #
See: newSendPipelineExecutionStepSuccessResponse smart constructor.
Constructors
| SendPipelineExecutionStepSuccessResponse' | |
Fields
| |
Instances
newSendPipelineExecutionStepSuccessResponse Source #
Arguments
| :: Int | |
| -> SendPipelineExecutionStepSuccessResponse |
Create a value of SendPipelineExecutionStepSuccessResponse 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:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
$sel:httpStatus:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_httpStatus - The response's http status code.
Response Lenses
sendPipelineExecutionStepSuccessResponse_pipelineExecutionArn :: Lens' SendPipelineExecutionStepSuccessResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
sendPipelineExecutionStepSuccessResponse_httpStatus :: Lens' SendPipelineExecutionStepSuccessResponse Int Source #
The response's http status code.