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

ListCidrLocationsResponse

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

§Properties

§
CidrLocations: LocationSummary[]
[src]

A complex type that contains information about the list of CIDR locations.

§
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.