Values.GetEstimatedCarbonEmissionsDimensionValuesRequestSourceReturns the possible dimension values available for a customer's account. We recommend using pagination to ensure that the operation returns quickly and successfully.
type nonrec t = {timePeriod : TimePeriod.t;The date range for fetching the dimension values.
*)dimensions : DimensionList.t;The dimensions available for grouping estimated carbon emissions.
*)maxResults : MaxResults.t option;The maximum number of results to return in a single call. Default is 40.
*)nextToken : NextToken.t option;The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
timePeriod:TimePeriod.t ->
dimensions:DimensionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of [> `Enum of string ] list
| `String of NextToken.t
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list ]