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

DescribeRegionsRequest

import type { DescribeRegionsRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeRegionsRequest {
DirectoryId: string;
NextToken?: string | null;
RegionName?: string | null;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory.

§
NextToken?: string | null
[src]

The DescribeRegionsResult.NextToken value from a previous call to "DescribeRegions". Pass null if this is the first call.

§
RegionName?: string | null
[src]

The name of the Region. For example, us-east-1.