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

ListChannelsResponse

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

§Properties

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

The list of channels in the account.

§
NextToken?: string | null
[src]

The token to use to get the next page of results after a previous API call.