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-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
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]
§
description?: string | null
[src]
§
launchProfileId: string
[src]
§
launchProfileProtocolVersions?: string[] | null
[src]
§
name?: string | null
[src]
§
streamConfiguration?: StreamConfigurationCreate | null
[src]
§
studioComponentIds?: string[] | null
[src]
§
studioId: string
[src]