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

BatchGetFrameMetricDataRequest

import type { BatchGetFrameMetricDataRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeguruprofiler.ts";
interface BatchGetFrameMetricDataRequest {
endTime?: Date | number | null;
frameMetrics?: FrameMetric[] | null;
period?: string | null;
profilingGroupName: string;
startTime?: Date | number | null;
targetResolution?: AggregationPeriod | null;
}

§Properties

§
endTime?: Date | number | null
[src]
§
frameMetrics?: FrameMetric[] | null
[src]
§
period?: string | null
[src]
§
profilingGroupName: string
[src]
§
startTime?: Date | number | null
[src]
§
targetResolution?: AggregationPeriod | null
[src]