Module Values.GetMetricsRequestSource

Get the summary metrics for this AWS account.

Sourcetype nonrec t = {
  1. summaryMetricQueries : SummaryMetricQueries.t option;
    (*

    The list of queries to retrieve the summary metrics.

    *)
}
Sourceval make : ?summaryMetricQueries:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of DimensionValue.t ]) list ] list | `String of MetricQueryId.t | `Timestamp of MetricQueryStartTimestamp.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t