Creates a simulation application with a specific revision id.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateSimulationApplicationVersionCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateSimulationApplicationVersionCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateSimulationApplicationVersionCommand(input); const response = await client.send(command);
CreateSimulationApplicationVersionCommandInput for command's input shape.
input
CreateSimulationApplicationVersionCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Creates a simulation application with a specific revision id.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateSimulationApplicationVersionCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateSimulationApplicationVersionCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateSimulationApplicationVersionCommand(input); const response = await client.send(command);
CreateSimulationApplicationVersionCommandInput for command's
input
shape.CreateSimulationApplicationVersionCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.