Registers a robot with a fleet.
This API is no longer supported and will throw an error if used.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, RegisterRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, RegisterRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new RegisterRobotCommand(input); const response = await client.send(command);
RegisterRobotCommandInput for command's input shape.
input
RegisterRobotCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Registers a robot with a fleet.
This API is no longer supported and will throw an error if used.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, RegisterRobotCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, RegisterRobotCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new RegisterRobotCommand(input); const response = await client.send(command);
RegisterRobotCommandInput for command's
input
shape.RegisterRobotCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.