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

ListNotificationChannelsResponse

import type { ListNotificationChannelsResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListNotificationChannelsResponse {
Channels?: NotificationChannel[] | null;
NextToken?: string | null;
}

§Properties

§
Channels?: NotificationChannel[] | null
[src]

An array that contains the requested notification channels.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.