UpdateThingShadow
data class UpdateThingShadow(val thingName: ThingName, val payload: ByteArray, val shadowName: ShadowName? = null) : IotDataPlaneAction<InputStream> (source)
Both documents are opaque JSON, so they are carried as raw bytes in and a stream out.