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

RotateTunnelAccessTokenResponse

import type { RotateTunnelAccessTokenResponse } from "https://aws-api.deno.dev/v0.4/services/iotsecuretunneling.ts?docs=full";
interface RotateTunnelAccessTokenResponse {
destinationAccessToken?: string | null;
sourceAccessToken?: string | null;
tunnelArn?: string | null;
}

§Properties

§
destinationAccessToken?: string | null
[src]

The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.

§
sourceAccessToken?: string | null
[src]

The client access token that the source local proxy uses to connect to IoT Secure Tunneling.

§
tunnelArn?: string | null
[src]

The Amazon Resource Name for the tunnel.