Module Values.GetMinuteUsageRequestSource

Input for the GetMinuteUsage operation.

Sourcetype nonrec t = {
  1. month : Month.t;
    (*

    The month being requested, with a value of 1-12.

    *)
  2. year : Year.t;
    (*

    The year being requested, in the format of YYYY.

    *)
}
Sourceval context_ : string
Sourceval make : month:Month.t -> year:Year.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Month.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