Smaws_Client_CostExplorer.GetDimensionValuesRetrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BillExpirationException of Types.bill_expiration_exception
| `BillingViewHealthStatusException of
Types.billing_view_health_status_exception
| `DataUnavailableException of Types.data_unavailable_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `RequestChangedException of Types.request_changed_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_dimension_values_request ->
(Types.get_dimension_values_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BillExpirationException of Types.bill_expiration_exception
| `BillingViewHealthStatusException of
Types.billing_view_health_status_exception
| `DataUnavailableException of Types.data_unavailable_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `RequestChangedException of Types.request_changed_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_dimension_values_request ->
(Types.get_dimension_values_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BillExpirationException of Types.bill_expiration_exception
| `BillingViewHealthStatusException of
Types.billing_view_health_status_exception
| `DataUnavailableException of Types.data_unavailable_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `RequestChangedException of Types.request_changed_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result