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