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?: {} | null;
[key: string]: string | null | undefined;
terminateAt?: Date | number | null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}§Properties
§
state?: StreamingSessionState | null
[src]§
statusCode?: StreamingSessionStatusCode | null
[src]