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

UpdateSiteRequest

import type { UpdateSiteRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface UpdateSiteRequest {
Description?: string | null;
GlobalNetworkId: string;
Location?: Location | null;
SiteId: string;
}

§Properties

§
Description?: string | null
[src]

A description of your site.

Constraints: Maximum length of 256 characters.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
Location?: Location | null
[src]

The site location:

  • Address: The physical address of the site.
  • Latitude: The latitude of the site.
  • Longitude: The longitude of the site.
§
SiteId: string
[src]

The ID of your site.