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

CloseTunnelRequest

import type { CloseTunnelRequest } from "https://aws-api.deno.dev/v0.3/services/iotsecuretunneling.ts?docs=full";
interface CloseTunnelRequest {
delete?: boolean | null;
tunnelId: string;
}

§Properties

§
delete?: boolean | null
[src]

When set to true, AWS IoT Secure Tunneling deletes the tunnel data immediately.

§
tunnelId: string
[src]

The ID of the tunnel to close.