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

VolumeRecommendation

import type { VolumeRecommendation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/computeoptimizer.ts";
interface VolumeRecommendation {
accountId?: string | null;
currentConfiguration?: VolumeConfiguration | null;
finding?: EBSFinding | null;
lastRefreshTimestamp?: Date | number | null;
lookBackPeriodInDays?: number | null;
utilizationMetrics?: EBSUtilizationMetric[] | null;
volumeArn?: string | null;
volumeRecommendationOptions?: VolumeRecommendationOption[] | null;
}

§Properties

§
accountId?: string | null
[src]
§
currentConfiguration?: VolumeConfiguration | null
[src]
§
finding?: EBSFinding | null
[src]
§
lastRefreshTimestamp?: Date | number | null
[src]
§
lookBackPeriodInDays?: number | null
[src]
§
utilizationMetrics?: EBSUtilizationMetric[] | null
[src]
§
volumeArn?: string | null
[src]
§
volumeRecommendationOptions?: VolumeRecommendationOption[] | null
[src]