Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListSimulationJobBatchesCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListSimulationJobBatchesCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListSimulationJobBatchesCommand(input); const response = await client.send(command);
ListSimulationJobBatchesCommandInput for command's input shape.
input
ListSimulationJobBatchesCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListSimulationJobBatchesCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListSimulationJobBatchesCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListSimulationJobBatchesCommand(input); const response = await client.send(command);
ListSimulationJobBatchesCommandInput for command's
input
shape.ListSimulationJobBatchesCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.