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

ConfigureAgentResponse

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

The structure representing the configureAgentResponse.

interface ConfigureAgentResponse {
configuration: AgentConfiguration;
}

§Properties

§

An AgentConfiguration object that specifies if an agent profiles or not and for how long to return profiling data.