Smaws_Client_CostExplorer.GetAnomalySubscriptionsRetrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `UnknownSubscriptionException of Types.unknown_subscription_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_anomaly_subscriptions_request ->
(Types.get_anomaly_subscriptions_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `UnknownSubscriptionException of Types.unknown_subscription_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_anomaly_subscriptions_request ->
(Types.get_anomaly_subscriptions_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `UnknownSubscriptionException of Types.unknown_subscription_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result