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/ssm.ts";
interface Session {
Details?: string | null;
DocumentName?: string | null;
EndDate?: Date | number | null;
OutputUrl?: SessionManagerOutputUrl | null;
Owner?: string | null;
SessionId?: string | null;
StartDate?: Date | number | null;
Status?: SessionStatus | null;
Target?: string | null;
}

§Properties

§
Details?: string | null
[src]
§
DocumentName?: string | null
[src]
§
EndDate?: Date | number | null
[src]
§
Owner?: string | null
[src]
§
SessionId?: string | null
[src]
§
StartDate?: Date | number | null
[src]
§
Status?: SessionStatus | null
[src]
§
Target?: string | null
[src]