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

StreamingSessionBackup

import type { StreamingSessionBackup } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

Information about the streaming session backup.

interface StreamingSessionBackup {
arn?: string | null;
backupId?: string | null;
createdAt?: Date | number | null;
launchProfileId?: string | null;
ownedBy?: string | null;
sessionId?: string | null;
state?: StreamingSessionState | null;
statusCode?: StreamingSessionStatusCode | null;
statusMessage?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

§
backupId?: string | null
[src]

The ID of the backup.

§
createdAt?: Date | number | null
[src]

The ISO timestamp in for when the resource was created.

§
launchProfileId?: string | null
[src]

The ID of the launch profile which allowed the backups for the streaming session.

§
ownedBy?: string | null
[src]

The user ID of the user that owns the streaming session.

§
sessionId?: string | null
[src]

The streaming session ID for the StreamingSessionBackup.

§

The status code.

§
statusMessage?: string | null
[src]

The status message for the streaming session backup.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of labels, in the form of key-value pairs, that apply to this resource.