Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListRobotsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListRobotsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListRobotsCommand(input); const response = await client.send(command);
ListRobotsCommandInput for command's input shape.
input
ListRobotsCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, ListRobotsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListRobotsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListRobotsCommand(input); const response = await client.send(command);
ListRobotsCommandInput for command's
input
shape.ListRobotsCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.