Values.CreateUsagePlanKeyRequestSourceThe POST request to create a usage plan key for adding an existing API key to a usage plan.
type nonrec t = {usagePlanId : String_.t;The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
*)keyId : String_.t;The identifier of a UsagePlanKey resource for a plan customer.
*)keyType : String_.t;The type of a UsagePlanKey resource for a plan customer.
*)}