IotJobsDataPlane

The device side of AWS IoT Jobs.

Docs: https://docs.aws.amazon.com/iot/latest/apireference/API_Operations_AWS_IoT_Jobs_Data_Plane.html

The companion carries the SigV4 SIGNING name (iot-jobs-data), which differs from the endpoint host (data.jobs.iot.<region>.amazonaws.com). Signing correctness is non-negotiable, so the companion holds the signing name and Http derives the endpoint from the region instead of from the companion.

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun <R> invoke(action: IotJobsDataPlaneAction<R>): Result<R, RemoteFailure>