Module Values.GetAuthorizerRequestSource

Request to describe an existing Authorizer resource.

Sourcetype nonrec t = {
  1. restApiId : String_.t;
    (*

    The string identifier of the associated RestApi.

    *)
  2. authorizerId : String_.t;
    (*

    The identifier of the Authorizer resource.

    *)
}
Sourceval context_ : string
Sourceval make : restApiId:String_.t -> authorizerId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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