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