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

UpdateNetworkSitePlanRequest

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

§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.

§
pendingPlan: SitePlan
[src]

The pending plan.