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

GetProfileResponse

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

The structure representing the getProfileResponse.

interface GetProfileResponse {
contentEncoding?: string | null;
contentType: string;
profile: Uint8Array;
}

§Properties

§
contentEncoding?: string | null
[src]

The content encoding of the profile.

§
contentType: string
[src]

The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.

§
profile: Uint8Array
[src]

Information about the profile.