integrations.sh
← all integrations

amazonaws.com – iot-data

OpenAPI apis-guru cloud

IoT data

IoT data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete shadows. A shadow is a persistent representation of your things and their state in the Amazon Web Services cloud.

Find the endpoint address for actions in IoT data by running this CLI command:

aws iot describe-endpoint --endpoint-type iot:Data-ATS

The service name used by to sign requests is: iotdevicegateway.

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:iot-data/2015-05-28.json
Provider
amazonaws.com:iot-data / iot-data
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/iot-data/2015-05-28/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/iot-data/2015-05-28/openapi.yaml

Tools (9)

Extracted live via the executor SDK.

  • retainedMessage.getRetainedMessage

    Gets the details of a single retained message for the specified topic.

    This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call .

    Requires permission to access the action.

    For more information about messaging costs, see .

  • retainedMessage.listRetainedMessages

    Lists summary information about the retained messages stored for the account.

    This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs.

    To get the message payload of a retained message, call with the topic name of the retained message.

    Requires permission to access the action.

    For more information about messaging costs, see .

  • things.deleteThingShadow

    Deletes the shadow for the specified thing.

    Requires permission to access the action.

    For more information, see in the IoT Developer Guide.

  • things.getThingShadow

    Gets the shadow for the specified thing.

    Requires permission to access the action.

    For more information, see in the IoT Developer Guide.

  • things.listNamedShadowsForThing

    Lists the shadows for the specified thing.

    Requires permission to access the action.

  • things.updateThingShadow

    Updates the shadow for the specified thing.

    Requires permission to access the action.

    For more information, see in the IoT Developer Guide.

  • topics.publish

    Publishes an MQTT message.

    Requires permission to access the action.

    For more information about MQTT messages, see in the IoT Developer Guide.

    For more information about messaging costs, see .

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools