Values_0.StepFunctionsActionSourceStarts execution of a Step Functions state machine.
type nonrec t = {executionNamePrefix : ExecutionNamePrefix.t option;(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.
*)stateMachineName : StateMachineName.t;The name of the Step Functions state machine whose execution will be started.
*)roleArn : AwsArn.t;The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
*)}val make :
?executionNamePrefix:??? ->
stateMachineName:StateMachineName.t ->
roleArn:AwsArn.t ->
unit ->
t