Module Values_2.StartBlueprintRunRequestSource

Starts a new run of the specified blueprint.

Sourcetype nonrec t = {
  1. blueprintName : Values_0.OrchestrationNameString.t;
    (*

    The name of the blueprint.

    *)
  2. parameters : Values_0.BlueprintParameters.t option;
    (*

    Specifies the parameters as a BlueprintParameters object.

    *)
  3. roleArn : Values_0.OrchestrationIAMRoleArn.t;
    (*

    Specifies the IAM role used to create the workflow.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> blueprintName:Values_0.OrchestrationNameString.t -> roleArn:Values_0.OrchestrationIAMRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.OrchestrationNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t