Values.GetFreeTierUsageResponseSourceReturns a list of all Free Tier usage objects that match your filters.
type nonrec t = {freeTierUsages : FreeTierUsages.t option;The list of Free Tier usage objects that meet your filter expression.
*)nextToken : NextPageToken.t option;The pagination token that indicates the next set of results to retrieve.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of GenericDouble.t
| `String of GenericString.t ])
list ]
list
| `String of NextPageToken.t ])
list ]