Amazon IoT Greengrass · JSON Structure

Iot Greengrass List Components Response Structure

ListComponentsResponse schema

Type: object Properties: 2
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

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

Properties

components 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-greengrass/refs/heads/main/json-structure/iot-greengrass-list-components-response-structure.json",
  "name": "ListComponentsResponse",
  "description": "ListComponentsResponse schema",
  "type": "object",
  "properties": {
    "components": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComponentList"
        },
        {
          "description": "A list that summarizes each component."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextTokenString"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  }
}