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

GetLaunchProfileInitializationRequest

import type { GetLaunchProfileInitializationRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface GetLaunchProfileInitializationRequest {
launchProfileId: string;
launchProfileProtocolVersions: string[];
launchPurpose: string;
platform: string;
studioId: string;
}

§Properties

§
launchProfileId: string
[src]

The ID of the launch profile used to control access from the streaming session.

§
launchProfileProtocolVersions: string[]
[src]

The launch profile protocol versions supported by the client.

§
launchPurpose: string
[src]

The launch purpose.

§
platform: string
[src]

The platform where this Launch Profile will be used, either Windows or Linux.

§
studioId: string
[src]

The studio ID.