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

ListChannelsRequest

import type { ListChannelsRequest } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface ListChannelsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of CloudTrail channels to display on a single page.

§
NextToken?: string | null
[src]

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.