Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Disconnects a connected MQTT client from Amazon Web Services IoT Core. When you disconnect a client, Amazon Web Services IoT Core closes the client's network connection and optionally cleans the session state.

Link copied to clipboard

Deletes the shadow for the specified thing.

Link copied to clipboard

Retrieves connection information for the specified MQTT client.

Link copied to clipboard

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

Link copied to clipboard

Gets the shadow for the specified thing.

Link copied to clipboard

Lists the shadows for the specified thing.

Link copied to clipboard

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

Link copied to clipboard

Returns a list of all subscriptions for MQTT clients with active sessions, including offline clients with persistent sessions.

Link copied to clipboard
inline suspend fun IotDataPlaneClient.publish(crossinline block: PublishRequest.Builder.() -> Unit): PublishResponse

Publishes an MQTT message.

Link copied to clipboard

Sends an MQTT message directly to a specific client identified by its client ID.

Link copied to clipboard

Updates the shadow for the specified thing.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.