Module Values.GetRDSDatabaseRecommendationProjectedMetricsRequestSource

Returns the projected metrics of Aurora and RDS database recommendations.

Sourcetype nonrec t = {
  1. resourceArn : ResourceArn.t;
    (*

    The ARN that identifies the Amazon Aurora or RDS database. The following is the format of the ARN: arn:aws:rds:{region}:{accountId}:db:{resourceName}

    *)
  2. stat : MetricStatistic.t;
    (*

    The statistic of the projected metrics.

    *)
  3. period : Period.t;
    (*

    The granularity, in seconds, of the projected metrics data points.

    *)
  4. startTime : Timestamp.t;
    (*

    The timestamp of the first projected metrics data point to return.

    *)
  5. endTime : Timestamp.t;
    (*

    The timestamp of the last projected metrics data point to return.

    *)
  6. recommendationPreferences : RecommendationPreferences.t option;
}
Sourceval context_ : string
Sourceval make : ?recommendationPreferences:??? -> resourceArn:ResourceArn.t -> stat:MetricStatistic.t -> period:Period.t -> startTime:Timestamp.t -> endTime:Timestamp.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Period.t | `String of ResourceArn.t | `Structure of (string * [> `List of [> `Enum of string ] list ]) list | `Timestamp of Timestamp.t ]) 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