Module Values.BootstrapActionDetailSource

Reports the configuration of a bootstrap action in a cluster (job flow).

Sourcetype nonrec t = {
  1. bootstrapActionConfig : BootstrapActionConfig.t option;
    (*

    A description of the bootstrap action.

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