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

UpdateProfilingGroupRequest

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

The structure representing the updateProfilingGroupRequest.

interface UpdateProfilingGroupRequest {
agentOrchestrationConfig: AgentOrchestrationConfig;
profilingGroupName: string;
}

§Properties

§
agentOrchestrationConfig: AgentOrchestrationConfig
[src]

Specifies whether profiling is enabled or disabled for a profiling group.

§
profilingGroupName: string
[src]

The name of the profiling group to update.