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

Region

import type { Region } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a Region.

interface Region {
Endpoint?: string | null;
OptInStatus?: string | null;
RegionName?: string | null;
}

§Properties

§
Endpoint?: string | null
[src]

The Region service endpoint.

§
OptInStatus?: string | null
[src]

The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

§
RegionName?: string | null
[src]

The name of the Region.