Values.GetFreeTierUsageRequestSourceReturns a list of all Free Tier usage objects that match your filters.
type nonrec t = {filter : Expression.t option;An expression that specifies the conditions that you want each FreeTierUsage object to meet.
*)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.
*)nextToken : NextPageToken.t option;The pagination token that indicates the next set of results to retrieve.
*)}