Creates worlds using the specified template.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateWorldGenerationJobCommand(input); const response = await client.send(command);
CreateWorldGenerationJobCommandInput for command's input shape.
input
CreateWorldGenerationJobCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Creates worlds using the specified template.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, CreateWorldGenerationJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, CreateWorldGenerationJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new CreateWorldGenerationJobCommand(input); const response = await client.send(command);
CreateWorldGenerationJobCommandInput for command's
input
shape.CreateWorldGenerationJobCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.