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

DeleteNetworkRequest

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

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

§
networkArn: string
[src]

The Amazon Resource Name (ARN) of the network.