Module Values.GetUsagePlanKeyRequestSource

The GET request to get a usage plan key of a given key identifier.

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

    The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

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

    The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.

    *)
}
Sourceval context_ : string
Sourceval make : usagePlanId:String_.t -> keyId: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