Values.GetAnomalyMonitorsRequestSourceRetrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
type nonrec t = {monitorArnList : Values.t option;A list of cost anomaly monitor ARNs.
*)nextPageToken : NextPageToken.t option;The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
*)maxResults : PageSize.t option;The number of entries that a paginated response contains.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of Value.t ] list
| `String of NextPageToken.t ])
list ]