Module Values.AlexaForBusinessMetadataSource

The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.

Sourcetype nonrec t = {
  1. isAlexaForBusinessEnabled : Boolean.t option;
    (*

    Starts or stops Alexa for Business.

    *)
  2. alexaForBusinessRoomArn : SensitiveString.t option;
    (*

    The ARN of the room resource.

    *)
}
Sourceval make : ?isAlexaForBusinessEnabled:??? -> ?alexaForBusinessRoomArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of SensitiveString.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