@azure-rest/iot-device-update
Version:
Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages
18 lines • 958 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const deviceUpdate_js_1 = tslib_1.__importDefault(require("./deviceUpdate.js"));
tslib_1.__exportStar(require("./deviceUpdate.js"), exports);
tslib_1.__exportStar(require("./parameters.js"), exports);
tslib_1.__exportStar(require("./responses.js"), exports);
tslib_1.__exportStar(require("./clientDefinitions.js"), exports);
tslib_1.__exportStar(require("./isUnexpected.js"), exports);
tslib_1.__exportStar(require("./models.js"), exports);
tslib_1.__exportStar(require("./outputModels.js"), exports);
tslib_1.__exportStar(require("./paginateHelper.js"), exports);
tslib_1.__exportStar(require("./pollingHelper.js"), exports);
// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
exports.default = deviceUpdate_js_1.default;
//# sourceMappingURL=index.js.map