Values_2.SendPipelineExecutionStepSuccessRequestSourceNotifies 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).
type nonrec t = {callbackToken : Values_0.CallbackToken.t;The pipeline generated token from the Amazon SQS queue.
*)outputParameters : Values_0.OutputParameterList.t option;A list of the output parameters of the callback step.
*)clientRequestToken : Values_1.IdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
*)}val make :
?outputParameters:??? ->
?clientRequestToken:??? ->
callbackToken:Values_0.CallbackToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.CallbackToken.t ])
list ]