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

ListCidrBlocksResponse

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

§Properties

§
CidrBlocks: CidrBlockSummary[]
[src]

A complex type that contains information about the CIDR blocks.

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