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

PostAgentProfileRequest

import type { PostAgentProfileRequest } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

The structure representing the postAgentProfileRequest.

interface PostAgentProfileRequest {
agentProfile: Uint8Array | string;
contentType: string;
profileToken?: string | null;
profilingGroupName: string;
}

§Properties

§
agentProfile: Uint8Array | string
[src]

The submitted profiling data.

§
contentType: string
[src]

TODO: Failed to render documentation: unhandled top level doc tag pre

§
profileToken?: string | null
[src]

Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of duplicate profiling data if there are failures and retries.

§
profilingGroupName: string
[src]

The name of the profiling group with the aggregated profile that receives the submitted profiling data.