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

CreateProfilingGroupResponse

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

The structure representing the createProfilingGroupResponse.

interface CreateProfilingGroupResponse {
profilingGroup: ProfilingGroupDescription;
}

§Properties

§

The returned ProfilingGroupDescription object that contains information about the created profiling group.