Module Values.AddJobFlowStepsInputSource

The input argument to the AddJobFlowSteps operation.

Sourcetype nonrec t = {
  1. jobFlowId : XmlStringMaxLen256.t;
    (*

    A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.

    *)
  2. steps : StepConfigList.t;
    (*

    A list of StepConfig to be executed by the job flow.

    *)
  3. executionRoleArn : ArnType.t option;
    (*

    The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. For example, arn:aws:IAM::1234567890:role/ReadOnly is a correctly formatted runtime role ARN.

    *)
}
Sourceval context_ : string
Sourceval make : ?executionRoleArn:??? -> jobFlowId:XmlStringMaxLen256.t -> steps:StepConfigList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of XmlStringMaxLen256.t | `Structure of (string * [> `List of [> `String of XmlString.t | `Structure of (string * [> `String of XmlString.t ]) list ] list | `String of XmlString.t | `Structure of (string * [> `String of XmlString.t ]) list ]) list ]) list ] list | `String of XmlStringMaxLen256.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