Amazon RoboMaker · Schema

ListRobotsResponse

Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.

RoboticsSimulation

Properties

Name Type Description
robots object
nextToken object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-list-robots-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-list-robots-response-schema.json",
  "title": "ListRobotsResponse",
  "description": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.",
  "type": "object",
  "properties": {
    "robots": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Robots"
        },
        {
          "description": "A list of robots that meet the criteria of the request."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "If the previous paginated request did not return all of the remaining results, the response object's <code>nextToken</code> parameter value is set to a token. To retrieve the next set of results, call <code>ListRobots</code> again and assign that token to the request object's <code>nextToken</code> parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null. "
        }
      ]
    }
  },
  "deprecated": true
}