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-gyr5wj9zj0fg.deno.dev/v0.2/services/networkmanager.ts";
interface Site {
CreatedAt?: Date | number | null;
Description?: string | null;
GlobalNetworkId?: string | null;
Location?: Location | null;
SiteArn?: string | null;
SiteId?: string | null;
State?: SiteState | null;
Tags?: Tag[] | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
GlobalNetworkId?: string | null
[src]
§
Location?: Location | null
[src]
§
SiteArn?: string | null
[src]
§
SiteId?: string | null
[src]
§
State?: SiteState | null
[src]
§
Tags?: Tag[] | null
[src]