Cancels the specified world generator job.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CancelWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CancelWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CancelWorldGenerationJobCommand(input); const response = await client.send(command);
CancelWorldGenerationJobCommandInput for command's input shape.
input
CancelWorldGenerationJobCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Cancels the specified world generator job.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CancelWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CancelWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CancelWorldGenerationJobCommand(input); const response = await client.send(command);
CancelWorldGenerationJobCommandInput for command's
input
shape.CancelWorldGenerationJobCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.