DeleteThingShadow

data class DeleteThingShadow(val thingName: ThingName, val shadowName: ShadowName? = null) : IotDataPlaneAction<InputStream> (source)

AWS answers with the deleted shadow's version as opaque JSON, so it is returned as a stream.

Constructors

Link copied to clipboard
constructor(thingName: ThingName, shadowName: ShadowName? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<InputStream, RemoteFailure>