Values_1.DescribeFleetMetricResponseSourceGets information about the specified fleet metric. Requires permission to access the DescribeFleetMetric action.
type nonrec t = {metricName : Values_0.FleetMetricName.t option;The name of the fleet metric to describe.
*)queryString : Values_0.QueryString.t option;The search query string.
*)aggregationType : Values_0.AggregationType.t option;The type of the aggregation query.
*)period : Values_0.FleetMetricPeriod.t option;The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60.
*)aggregationField : Values_0.AggregationField.t option;The field to aggregate.
*)description : Values_0.FleetMetricDescription.t option;The fleet metric description.
*)queryVersion : Values_0.QueryVersion.t option;The query version.
*)indexName : Values_0.IndexName.t option;The name of the index to search.
*)creationDate : Values_0.CreationDate.t option;The date when the fleet metric is created.
*)lastModifiedDate : Values_0.LastModifiedDate.t option;The date when the fleet metric is last modified.
*)unit : Values_0.FleetMetricUnit.t option;Used to support unit transformation such as milliseconds to seconds. The unit must be supported by CW metric.
*)version : Values_0.Version.t option;The version of the fleet metric.
*)metricArn : Values_0.FleetMetricArn.t option;The ARN of the fleet metric to describe.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.FleetMetricPeriod.t
| `Long of Values_0.Version.t
| `String of Values_0.FleetMetricName.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of string ] list ])
list
| `Timestamp of Values_0.CreationDate.t ])
list ]