Module Values.GetRightsizingRecommendationRequestSource

Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances. Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For more information about calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the Billing and Cost Management User Guide.

Sourcetype nonrec t = {
  1. filter : Expression.t option;
  2. configuration : RightsizingRecommendationConfiguration.t option;
    (*

    You can use Configuration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.

    *)
  3. service : GenericString.t;
    (*

    The specific service that you want recommendations for. The only valid value for GetRightsizingRecommendation is "AmazonEC2".

    *)
  4. pageSize : RecommendationsPageSize.t option;
    (*

    The number of recommendations that you want returned in a single response object.

    *)
  5. nextPageToken : NextPageToken.t option;
    (*

    The pagination token that indicates the next set of results that you want to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?filter:??? -> ?configuration:??? -> ?pageSize:??? -> ?nextPageToken:??? -> service:GenericString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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