| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
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_clientRequestToken :: Lens' SendPipelineExecutionStepSuccess (Maybe Text)
 - sendPipelineExecutionStepSuccess_outputParameters :: Lens' SendPipelineExecutionStepSuccess (Maybe [OutputParameter])
 - 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 #
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: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.
SendPipelineExecutionStepSuccess, sendPipelineExecutionStepSuccess_outputParameters - A list of the output parameters of the callback step.
SendPipelineExecutionStepSuccess, sendPipelineExecutionStepSuccess_callbackToken - The pipeline generated token from the Amazon SQS queue.
Request Lenses
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_outputParameters :: Lens' SendPipelineExecutionStepSuccess (Maybe [OutputParameter]) Source #
A list of the output parameters of the callback step.
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:
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.