GetThingShadow
data class GetThingShadow(val thingName: ThingName, val shadowName: ShadowName? = null) : IotDataPlaneAction<InputStream> (source)
The shadow document is opaque JSON, so it is returned as a stream, as S3 GetObject does.