Updates a studio component resource.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, UpdateStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, UpdateStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new UpdateStudioComponentCommand(input); const response = await client.send(command);
UpdateStudioComponentCommandInput for command's input shape.
input
UpdateStudioComponentCommandOutput for command's response shape.
response
config for NimbleClient's config shape.
config
Updates a studio component resource.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, UpdateStudioComponentCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, UpdateStudioComponentCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new UpdateStudioComponentCommand(input); const response = await client.send(command);
UpdateStudioComponentCommandInput for command's
input
shape.UpdateStudioComponentCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.