Module Values.GetFreeTierUsageRequestSource

Returns a list of all Free Tier usage objects that match your filters.

Sourcetype nonrec t = {
  1. filter : Expression.t option;
    (*

    An expression that specifies the conditions that you want each FreeTierUsage object to meet.

    *)
  2. maxResults : MaxResults.t option;
    (*

    The maximum number of results to return in the response. MaxResults means that there can be up to the specified number of values, but there might be fewer results based on your filters.

    *)
  3. nextToken : NextPageToken.t option;
    (*

    The pagination token that indicates the next set of results to retrieve.

    *)
}
Sourceval make : ?filter:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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