Module Values.ExtendLicenseConsumptionRequestSource

Extends the expiration date for license consumption.

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

    License consumption token.

    *)
  2. dryRun : Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> licenseConsumptionToken:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `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