Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateSimulationJobCommand(input); const response = await client.send(command);
CreateSimulationJobCommandInput for command's input shape.
input
CreateSimulationJobCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateSimulationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateSimulationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateSimulationJobCommand(input); const response = await client.send(command);
CreateSimulationJobCommandInput for command's
input
shape.CreateSimulationJobCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.