Values_5.GetCapacityManagerMetricDimensionsRequestSourceRetrieves the available dimension values for capacity metrics within a specified time range. This is useful for discovering what accounts, regions, instance families, and other dimensions have data available for filtering and grouping.
type nonrec t = {groupBy : Values_3.GroupBySet.t;The dimensions to group by when retrieving available dimension values. This determines which dimension combinations are returned. Required parameter.
*)filterBy : Values_3.CapacityManagerConditionSet.t option;Conditions to filter which dimension values are returned. Each filter specifies a dimension, comparison operator, and values to match against.
*)startTime : Values_0.MillisecondDateTime.t;The start time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
*)endTime : Values_0.MillisecondDateTime.t;The end time for the dimension query, in ISO 8601 format. Only dimensions with data in this time range will be returned.
*)metricNames : Values_3.MetricSet.t;The metric names to use as an additional filter when retrieving dimensions. Only dimensions that have data for these metrics will be returned. Required parameter with maximum size of 1 for v1.
*)maxResults : Values_3.MaxResults.t option;The maximum number of dimension combinations to return. Valid range is 1 to 1000. Use with NextToken for pagination.
*)nextToken : Values_3.NextToken.t option;The token for the next page of results. Use this value in a subsequent call to retrieve additional dimension values.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?filterBy:??? ->
?maxResults:??? ->
?nextToken:??? ->
?dryRun:??? ->
groupBy:Values_3.GroupBySet.t ->
startTime:Values_0.MillisecondDateTime.t ->
endTime:Values_0.MillisecondDateTime.t ->
metricNames:Values_3.MetricSet.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.MaxResults.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list ])
list ])
list ]
list
| `String of Values_3.NextToken.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]