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

UpdateStudioComponentRequest

import type { UpdateStudioComponentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface UpdateStudioComponentRequest {
clientToken?: string | null;
configuration?: StudioComponentConfiguration | null;
description?: string | null;
ec2SecurityGroupIds?: string[] | null;
initializationScripts?: StudioComponentInitializationScript[] | null;
name?: string | null;
scriptParameters?: ScriptParameterKeyValue[] | null;
studioComponentId: string;
studioId: string;
subtype?: StudioComponentSubtype | null;
type?: StudioComponentType | null;
}

§Properties

§
clientToken?: string | null
[src]
§
description?: string | null
[src]
§
ec2SecurityGroupIds?: string[] | null
[src]
§
initializationScripts?: StudioComponentInitializationScript[] | null
[src]
§
name?: string | null
[src]
§
scriptParameters?: ScriptParameterKeyValue[] | null
[src]
§
studioComponentId: string
[src]
§
studioId: string
[src]