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

ActivateNetworkSiteRequest

import type { ActivateNetworkSiteRequest } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface ActivateNetworkSiteRequest {
clientToken?: string | null;
networkSiteArn: string;
shippingAddress: Address;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

§
networkSiteArn: string
[src]

The Amazon Resource Name (ARN) of the network site.

§
shippingAddress: Address
[src]

The shipping address of the network site.