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