Amazon IoT Device Management · JSON Structure

Iot Device Management List Thing Types Response Structure

The output for the ListThingTypes operation.

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

thingTypes 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-device-management/refs/heads/main/json-structure/iot-device-management-list-thing-types-response-structure.json",
  "name": "ListThingTypesResponse",
  "description": "The output for the ListThingTypes operation.",
  "type": "object",
  "properties": {
    "thingTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingTypeList"
        },
        {
          "description": "The thing types."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results. Will not be returned if operation has returned all results."
        }
      ]
    }
  }
}