Module Values.CreateRoomRequestSource

Creates a chat room for the specified Amazon Chime Enterprise account.

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

    The Amazon Chime account ID.

    *)
  2. name : SensitiveString.t;
    (*

    The room name.

    *)
  3. clientRequestToken : ClientRequestToken.t option;
    (*

    The idempotency token for the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> accountId:NonEmptyString.t -> name:SensitiveString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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