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