Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RightsizingRecommendationConfiguration

import type { RightsizingRecommendationConfiguration } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";

You can use RightsizingRecommendationConfiguration 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 Reserved Instance (RI) benefits, or neither.

interface RightsizingRecommendationConfiguration {
BenefitsConsidered: boolean;
RecommendationTarget: RecommendationTarget;
}

§Properties

§
BenefitsConsidered: boolean
[src]

The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is TRUE.

§
RecommendationTarget: RecommendationTarget
[src]

The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is SAME_INSTANCE_FAMILY.