@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
15 lines • 562 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import DeviceUpdate from "./deviceUpdate.js";
export * from "./deviceUpdate.js";
export * from "./parameters.js";
export * from "./responses.js";
export * from "./clientDefinitions.js";
export * from "./isUnexpected.js";
export * from "./models.js";
export * from "./outputModels.js";
export * from "./paginateHelper.js";
export * from "./pollingHelper.js";
// eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named
export default DeviceUpdate;
//# sourceMappingURL=index.js.map