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

DescribeRegionsResult

import type { DescribeRegionsResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeRegionsResult {
NextToken?: string | null;
RegionsDescription?: RegionDescription[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to "DescribeRegions" to retrieve the next set of items.

§
RegionsDescription?: RegionDescription[] | null
[src]

List of Region information related to the directory for each replicated Region.