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

AddNotificationChannelsResponse

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

The structure representing the AddNotificationChannelsResponse.

interface AddNotificationChannelsResponse {
notificationConfiguration?: NotificationConfiguration | null;
}

§Properties

§
notificationConfiguration?: NotificationConfiguration | null
[src]

The new notification configuration for this profiling group.