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]§
NetworkAccessConfiguration?: NetworkAccessConfiguration | null
[src]§
State: SessionState
[src]