Module Values.CreateUsagePlanKeyRequestSource

The POST request to create a usage plan key for adding an existing API key to a usage plan.

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

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

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

    The identifier of a UsagePlanKey resource for a plan customer.

    *)
  3. keyType : String_.t;
    (*

    The type of a UsagePlanKey resource for a plan customer.

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