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

Deletes the shadow for the specified thing.

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
inline suspend fun IotDataPlaneClient.publish(crossinline block: PublishRequest.Builder.() -> Unit): PublishResponse

Publishes an MQTT message.

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.