Module Values.RightsizingRecommendationSource

Recommendations to rightsize resources.

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

    The account that this recommendation is for.

    *)
  2. currentInstance : CurrentInstance.t option;
    (*

    Context regarding the current instance.

    *)
  3. rightsizingType : RightsizingType.t option;
    (*

    A recommendation to either terminate or modify the resource.

    *)
  4. modifyRecommendationDetail : ModifyRecommendationDetail.t option;
    (*

    The details for the modification recommendations.

    *)
  5. terminateRecommendationDetail : TerminateRecommendationDetail.t option;
    (*

    The details for termination recommendations.

    *)
  6. findingReasonCodes : FindingReasonCodes.t option;
    (*

    The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific metrics (for example, CPU, Memory, Network).

    *)
}
Sourceval make : ?accountId:??? -> ?currentInstance:??? -> ?rightsizingType:??? -> ?modifyRecommendationDetail:??? -> ?terminateRecommendationDetail:??? -> ?findingReasonCodes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of GenericString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of GenericBoolean.t | `List of [> `Enum of string | `String of Value.t ] list | `String of TagKey.t | `Structure of (string * [> `Structure of (string * [> `String of GenericString.t | `Structure of (string * [> `String of GenericString.t ]) list ]) list ]) list ]) list ] 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 ]) 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