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

UpdateProfilingGroupResponse

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

The structure representing the updateProfilingGroupResponse.

interface UpdateProfilingGroupResponse {
profilingGroup: ProfilingGroupDescription;
}

§Properties

§

A ProfilingGroupDescription that contains information about the returned updated profiling group.