package software.amazon.iot.thing; class Configuration extends BaseConfiguration { public Configuration() { super("aws-iot-thing.json"); } }