Values.GetSavingsPlansCoverageResponseSourceRetrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, cost categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions: LINKED_ACCOUNT REGION SERVICE INSTANCE_FAMILY To determine valid values for a dimension, use the GetDimensionValues operation.
type nonrec t = {savingsPlansCoverages : SavingsPlansCoverages.t option;The amount of spend that your Savings Plans covered.
*)nextToken : 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| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `Structure of
(string * [> `String of GenericString.t ]) list ])
list ]
list
| `String of NextPageToken.t ])
list ]