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

GetProfileRequest

import type { GetProfileRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeguruprofiler.ts";
interface GetProfileRequest {
accept?: string | null;
endTime?: Date | number | null;
maxDepth?: number | null;
period?: string | null;
profilingGroupName: string;
startTime?: Date | number | null;
}

§Properties

§
accept?: string | null
[src]
§
endTime?: Date | number | null
[src]
§
maxDepth?: number | null
[src]
§
period?: string | null
[src]
§
profilingGroupName: string
[src]
§
startTime?: Date | number | null
[src]