Module Values.SetVisibleToAllUsersInputSource

The input to the SetVisibleToAllUsers action.

Sourcetype nonrec t = {
  1. jobFlowIds : XmlStringList.t;
    (*

    The unique identifier of the job flow (cluster).

    *)
  2. visibleToAllUsers : Boolean.t;
    (*

    A value of true indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform Amazon EMR actions on the cluster.

    *)
}
Sourceval context_ : string
Sourceval make : jobFlowIds:XmlStringList.t -> visibleToAllUsers:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of XmlString.t ] 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