Values.GetAnomalySubscriptionsRequestSourceRetrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
type nonrec t = {subscriptionArnList : Values.t option;A list of cost anomaly subscription ARNs.
*)monitorArn : GenericString.t option;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 a paginated response contains.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of Value.t ] list
| `String of GenericString.t ])
list ]