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

GetSiteAddressOutput

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

§Properties

§
Address?: Address | null
[src]

Information about the address.

§
AddressType?: AddressType | null
[src]

The type of the address you receive.

§
SiteId?: string | null
[src]