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

RotateTunnelAccessTokenRequest

import type { RotateTunnelAccessTokenRequest } from "https://aws-api.deno.dev/v0.4/services/iotsecuretunneling.ts?docs=full";
interface RotateTunnelAccessTokenRequest {
clientMode: ClientMode;
destinationConfig?: DestinationConfig | null;
tunnelId: string;
}

§Properties

§
clientMode: ClientMode
[src]

The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.

§
destinationConfig?: DestinationConfig | null
[src]
§
tunnelId: string
[src]

The tunnel for which you want to rotate the access tokens.