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
§
configuration?: StudioComponentConfiguration | null
[src]§
initializationScripts?: StudioComponentInitializationScript[] | null
[src]§
scriptParameters?: ScriptParameterKeyValue[] | null
[src]§
subtype?: StudioComponentSubtype | null
[src]§
type?: StudioComponentType | null
[src]