Module Values.TargetInstanceSource

Details on recommended instance.

Sourcetype nonrec t = {
  1. estimatedMonthlyCost : GenericString.t option;
    (*

    The expected cost to operate this instance type on a monthly basis.

    *)
  2. estimatedMonthlySavings : GenericString.t option;
    (*

    The estimated savings that result from modification, on a monthly basis.

    *)
  3. currencyCode : GenericString.t option;
    (*

    The currency code that Amazon Web Services used to calculate the costs for this instance.

    *)
  4. defaultTargetInstance : GenericBoolean.t option;
    (*

    Determines whether this recommendation is the defaulted Amazon Web Services recommendation.

    *)
  5. resourceDetails : ResourceDetails.t option;
    (*

    Details on the target instance type.

    *)
  6. expectedResourceUtilization : ResourceUtilization.t option;
    (*

    The expected utilization metrics for target instance type.

    *)
  7. platformDifferences : PlatformDifferences.t option;
    (*

    Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.

    *)
}
Sourceval make : ?estimatedMonthlyCost:??? -> ?estimatedMonthlySavings:??? -> ?currencyCode:??? -> ?defaultTargetInstance:??? -> ?resourceDetails:??? -> ?expectedResourceUtilization:??? -> ?platformDifferences:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of GenericBoolean.t | `List of [> `Enum of string ] list | `String of GenericString.t | `Structure of (string * [> `Structure of (string * [> `String of GenericString.t | `Structure of (string * [> `String of GenericString.t ]) list ]) 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