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

RemoveNotificationChannelResponse

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

The structure representing the RemoveNotificationChannelResponse.

interface RemoveNotificationChannelResponse {
notificationConfiguration?: NotificationConfiguration | null;
}

§Properties

§
notificationConfiguration?: NotificationConfiguration | null
[src]

The new notification configuration for this profiling group.