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

ListCidrLocationsRequest

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

§Properties

§
CollectionId: string
[src]

The CIDR collection ID.

§
MaxResults?: string | null
[src]

The maximum number of CIDR collection locations 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.