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

GetRightsizingRecommendationRequest

import type { GetRightsizingRecommendationRequest } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetRightsizingRecommendationRequest {
Filter?: Expression | null;
NextPageToken?: string | null;
PageSize?: number | null;
Service: string;
}

§Properties

§

Enables you 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 associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.

§
Filter?: Expression | null
[src]
§
NextPageToken?: string | null
[src]

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

§
PageSize?: number | null
[src]

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

§
Service: string
[src]

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