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

UpdateLaunchProfileRequest

import type { UpdateLaunchProfileRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface UpdateLaunchProfileRequest {
clientToken?: string | null;
description?: string | null;
launchProfileId: string;
launchProfileProtocolVersions?: string[] | null;
name?: string | null;
streamConfiguration?: StreamConfigurationCreate | null;
studioComponentIds?: string[] | null;
studioId: string;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
description?: string | null
[src]

The description.

§
launchProfileId: string
[src]

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

§
launchProfileProtocolVersions?: string[] | null
[src]

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

§
name?: string | null
[src]

The name for the launch profile.

§
streamConfiguration?: StreamConfigurationCreate | null
[src]

A configuration for a streaming session.

§
studioComponentIds?: string[] | null
[src]

Unique identifiers for a collection of studio components that can be used with this launch profile.

§
studioId: string
[src]

The studio ID.