Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker List Entities Request Structure

ListEntitiesRequest schema

Type: object Properties: 3
3D VisualizationDigital TwinIndustrial IoTIoT

ListEntitiesRequest is a JSON Structure definition published by Amazon IoT TwinMaker, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

filters maxResults nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-list-entities-request-structure.json",
  "name": "ListEntitiesRequest",
  "description": "ListEntitiesRequest schema",
  "type": "object",
  "properties": {
    "filters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListEntitiesFilters"
        },
        {
          "description": "<p>A list of objects that filter the request.</p> <note> <p>Only one object is accepted as a valid input.</p> </note>"
        }
      ]
    },
    "maxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "<p>The maximum number of results to return at one time. The default is 25.</p> <p>Valid Range: Minimum value of 1. Maximum value of 250.</p>"
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that specifies the next page of results."
        }
      ]
    }
  }
}