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

Site

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

Information about a site.

interface Site {
AccountId?: string | null;
Description?: string | null;
Name?: string | null;
Notes?: string | null;
OperatingAddressCity?: string | null;
OperatingAddressCountryCode?: string | null;
OperatingAddressStateOrRegion?: string | null;
RackPhysicalProperties?: RackPhysicalProperties | null;
SiteArn?: string | null;
SiteId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccountId?: string | null
[src]
§
Description?: string | null
[src]
§
Name?: string | null
[src]
§
Notes?: string | null
[src]

Notes about a site.

§
OperatingAddressCity?: string | null
[src]

City where the hardware is installed and powered on.

§
OperatingAddressCountryCode?: string | null
[src]

The ISO-3166 two-letter country code where the hardware is installed and powered on.

§
OperatingAddressStateOrRegion?: string | null
[src]

State or region where the hardware is installed and powered on.

§
RackPhysicalProperties?: RackPhysicalProperties | null
[src]

Information about the physical and logistical details for a rack at the site.

§
SiteArn?: string | null
[src]
§
SiteId?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The site tags.