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

DeleteRecommendationPreferencesRequest

import type { DeleteRecommendationPreferencesRequest } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface DeleteRecommendationPreferencesRequest {
recommendationPreferenceNames: RecommendationPreferenceName[];
resourceType: ResourceType;
scope?: Scope | null;
}

§Properties

§
recommendationPreferenceNames: RecommendationPreferenceName[]
[src]

The name of the recommendation preference to delete.

Enhanced infrastructure metrics (EnhancedInfrastructureMetrics) is the only feature that can be activated through preferences. Therefore, it is also the only recommendation preference that can be deleted.

§
resourceType: ResourceType
[src]

The target resource type of the recommendation preference to delete.

The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.

§
scope?: Scope | null
[src]

An object that describes the scope of the recommendation preference to delete.

You can delete recommendation preferences that are created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.