Values.SendWorkflowStepActionRequestSourcePauses or resumes image creation when the associated workflow runs a WaitForAction step.
type nonrec t = {stepExecutionId : WorkflowStepExecutionId.t;Uniquely identifies the workflow step that sent the step action.
*)imageBuildVersionArn : ImageBuildVersionArn.t;The Amazon Resource Name (ARN) of the image build version to send action for.
*)action : WorkflowStepActionType.t;The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.
*)reason : NonEmptyString.t option;The reason why this action is sent.
*)clientToken : ClientToken.t;Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
*)}val make :
?reason:??? ->
stepExecutionId:WorkflowStepExecutionId.t ->
imageBuildVersionArn:ImageBuildVersionArn.t ->
action:WorkflowStepActionType.t ->
clientToken:ClientToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WorkflowStepExecutionId.t ])
list ]