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

ListByoipCidrsResponse

import type { ListByoipCidrsResponse } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface ListByoipCidrsResponse {
ByoipCidrs?: ByoipCidr[] | null;
NextToken?: string | null;
}

§Properties

§
ByoipCidrs?: ByoipCidr[] | null
[src]

Information about your address ranges.

§
NextToken?: string | null
[src]

The token for the next page of results.