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

GetConnectionResponse

import type { GetConnectionResponse } from "https://aws-api.deno.dev/v0.4/services/apigatewaymanagementapi.ts?docs=full";
interface GetConnectionResponse {
ConnectedAt?: Date | number | null;
Identity?: Identity | null;
LastActiveAt?: Date | number | null;
}

§Properties

§
ConnectedAt?: Date | number | null
[src]

The time in ISO 8601 format for when the connection was established.

§
Identity?: Identity | null
[src]
§
LastActiveAt?: Date | number | null
[src]

The time in ISO 8601 format for when the connection was last active.