Amazon IoT Greengrass · JSON Structure

Iot Greengrass Cloud Component Status Structure

Contains the status of a component version in the IoT Greengrass service.

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

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

Properties

componentState message errors vendorGuidance vendorGuidanceMessage

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-cloud-component-status-structure.json",
  "name": "CloudComponentStatus",
  "description": "Contains the status of a component version in the IoT Greengrass service.",
  "type": "object",
  "properties": {
    "componentState": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudComponentState"
        },
        {
          "description": "The state of the component version."
        }
      ]
    },
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "A message that communicates details, such as errors, about the status of the component version."
        }
      ]
    },
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringMap"
        },
        {
          "description": "A dictionary of errors that communicate why the component version is in an error state. For example, if IoT Greengrass can't access an artifact for the component version, then <code>errors</code> contains the artifact's URI as a key, and the error message as the value for that key."
        }
      ]
    },
    "vendorGuidance": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VendorGuidance"
        },
        {
          "description": "<p>The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:</p> <ul> <li> <p> <code>ACTIVE</code> \u2013 This component version is available and recommended for use.</p> </li> <li> <p> <code>DISCONTINUED</code> \u2013 This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.</p> </li> <li> <p> <code>DELETED</code> \u2013 This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.</p> </li> </ul>"
        }
      ]
    },
    "vendorGuidanceMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/iot-greengrass-cloud-component-status-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.