Values.GetAnomalySubscriptionsResponseSourceRetrieves 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 = {anomalySubscriptions : AnomalySubscriptions.t option;A list of cost anomaly subscriptions that includes the detailed metadata for each one.
*)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.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `LimitExceededException of LimitExceededException.t| `UnknownSubscriptionException of UnknownSubscriptionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `UnknownSubscriptionException of UnknownSubscriptionException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `UnknownSubscriptionException of UnknownSubscriptionException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * Awso.Botodata.value) list ] list
| `String of NextPageToken.t ])
list ]