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

RemoveNotificationChannelRequest

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

The structure representing the RemoveNotificationChannelRequest.

interface RemoveNotificationChannelRequest {
channelId: string;
profilingGroupName: string;
}

§Properties

§
channelId: string
[src]

The id of the channel that we want to stop receiving notifications.

§
profilingGroupName: string
[src]

The name of the profiling group we want to change notification configuration for.