Values.CreateUsagePlanRequestSourceThe POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.
type nonrec t = {name : String_.t;The name of the usage plan.
*)description : String_.t option;The description of the usage plan.
*)apiStages : ListOfApiStage.t option;The associated API stages of the usage plan.
*)throttle : ThrottleSettings.t option;The throttling limits of the usage plan.
*)quota : QuotaSettings.t option;The quota of the usage plan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t ])
list ])
list
| `String of String_.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t ])
list ])
list ]