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

LambdaFunctionRecommendation

import type { LambdaFunctionRecommendation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/computeoptimizer.ts";
interface LambdaFunctionRecommendation {
accountId?: string | null;
currentMemorySize?: number | null;
findingReasonCodes?: LambdaFunctionRecommendationFindingReasonCode[] | null;
functionArn?: string | null;
functionVersion?: string | null;
lastRefreshTimestamp?: Date | number | null;
lookbackPeriodInDays?: number | null;
memorySizeRecommendationOptions?: LambdaFunctionMemoryRecommendationOption[] | null;
numberOfInvocations?: number | null;
utilizationMetrics?: LambdaFunctionUtilizationMetric[] | null;
}

§Properties

§
accountId?: string | null
[src]
§
currentMemorySize?: number | null
[src]
§
functionArn?: string | null
[src]
§
functionVersion?: string | null
[src]
§
lastRefreshTimestamp?: Date | number | null
[src]
§
lookbackPeriodInDays?: number | null
[src]
§
memorySizeRecommendationOptions?: LambdaFunctionMemoryRecommendationOption[] | null
[src]
§
numberOfInvocations?: number | null
[src]
§
utilizationMetrics?: LambdaFunctionUtilizationMetric[] | null
[src]