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

ListCidrBlocksRequest

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

§Properties

§
CollectionId: string
[src]

The UUID of the CIDR collection.

§
LocationName?: string | null
[src]

The name of the CIDR collection location.

§
MaxResults?: string | null
[src]

Maximum number of results you want returned.

§
NextToken?: string | null
[src]

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