Module Values.DescribeBotAliasRequestSource

Get information about a specific bot alias.

Sourcetype nonrec t = {
  1. botAliasId : BotAliasId.t;
    (*

    The identifier of the bot alias to describe.

    *)
  2. botId : Id.t;
    (*

    The identifier of the bot associated with the bot alias to describe.

    *)
}
Sourceval context_ : string
Sourceval make : botAliasId:BotAliasId.t -> botId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BotAliasId.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