Values_2.StartBlueprintRunRequestSourceStarts a new run of the specified blueprint.
type nonrec t = {blueprintName : Values_0.OrchestrationNameString.t;The name of the blueprint.
*)parameters : Values_0.BlueprintParameters.t option;Specifies the parameters as a BlueprintParameters object.
*)roleArn : Values_0.OrchestrationIAMRoleArn.t;Specifies the IAM role used to create the workflow.
*)}val make :
?parameters:??? ->
blueprintName:Values_0.OrchestrationNameString.t ->
roleArn:Values_0.OrchestrationIAMRoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.OrchestrationNameString.t ]) list ]