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

ListCidrCollectionsRequest

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

§Properties

§
MaxResults?: string | null
[src]

The maximum number of CIDR collections to return in the response.

§
NextToken?: string | null
[src]

An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.