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