Module Values.BatchUpdateUserRequestSource

Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.

Sourcetype nonrec t = {
  1. accountId : NonEmptyString.t;
    (*

    The Amazon Chime account ID.

    *)
  2. updateUserRequestItems : UpdateUserRequestItemList.t;
    (*

    The request containing the user IDs and details to update.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:NonEmptyString.t -> updateUserRequestItems:UpdateUserRequestItemList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of SensitiveString.t ]) list ]) list ] list | `String of NonEmptyString.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