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.