Deletes one or more worlds in a batch operation.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, BatchDeleteWorldsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, BatchDeleteWorldsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new BatchDeleteWorldsCommand(input); const response = await client.send(command);
BatchDeleteWorldsCommandInput for command's input shape.
input
BatchDeleteWorldsCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Deletes one or more worlds in a batch operation.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, BatchDeleteWorldsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, BatchDeleteWorldsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new BatchDeleteWorldsCommand(input); const response = await client.send(command);
BatchDeleteWorldsCommandInput for command's
input
shape.BatchDeleteWorldsCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.