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

StreamingSession

import type { StreamingSession } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StreamingSession {
arn?: string | null;
createdAt?: Date | number | null;
createdBy?: string | null;
ec2InstanceType?: string | null;
launchProfileId?: string | null;
ownedBy?: string | null;
sessionId?: string | null;
state?: StreamingSessionState | null;
statusCode?: StreamingSessionStatusCode | null;
statusMessage?: string | null;
streamingImageId?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
terminateAt?: Date | number | null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
ec2InstanceType?: string | null
[src]
§
launchProfileId?: string | null
[src]
§
ownedBy?: string | null
[src]
§
sessionId?: string | null
[src]
§
statusMessage?: string | null
[src]
§
streamingImageId?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
terminateAt?: Date | number | null
[src]
§
updatedAt?: Date | number | null
[src]
§
updatedBy?: string | null
[src]