Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker List Sync Resources Response Structure

ListSyncResourcesResponse schema

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

syncResources 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-sync-resources-response-structure.json",
  "name": "ListSyncResourcesResponse",
  "description": "ListSyncResourcesResponse schema",
  "type": "object",
  "properties": {
    "syncResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceSummaries"
        },
        {
          "description": "The sync resources."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that specifies the next page of results."
        }
      ]
    }
  }
}