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

UpdateSiteInput

import type { UpdateSiteInput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface UpdateSiteInput {
Description?: string | null;
Name?: string | null;
Notes?: string | null;
SiteId: string;
}

§Properties

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

Notes about a site.

§
SiteId: string
[src]

The ID or the Amazon Resource Name (ARN) of the site.