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;
}