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

Session

import type { Session } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface Session {
AuthenticationType?: AuthenticationType | null;
ConnectionState?: SessionConnectionState | null;
FleetName: string;
Id: string;
MaxExpirationTime?: Date | number | null;
NetworkAccessConfiguration?: NetworkAccessConfiguration | null;
StackName: string;
StartTime?: Date | number | null;
State: SessionState;
UserId: string;
}

§Properties

§
AuthenticationType?: AuthenticationType | null
[src]
§
ConnectionState?: SessionConnectionState | null
[src]
§
FleetName: string
[src]
§
Id: string
[src]
§
MaxExpirationTime?: Date | number | null
[src]
§
NetworkAccessConfiguration?: NetworkAccessConfiguration | null
[src]
§
StackName: string
[src]
§
StartTime?: Date | number | null
[src]
§
UserId: string
[src]