List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, ListStudiosCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, ListStudiosCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new ListStudiosCommand(input); const response = await client.send(command);
ListStudiosCommandInput for command's input shape.
input
ListStudiosCommandOutput for command's response shape.
response
config for NimbleClient's config shape.
config
List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, ListStudiosCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, ListStudiosCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new ListStudiosCommand(input); const response = await client.send(command);
ListStudiosCommandInput for command's
input
shape.ListStudiosCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.