@azure-rest/iot-device-update 1.0.1-alpha.20241202.1 → 1.0.1-alpha.20241204.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/dist/browser/clientDefinitions.d.ts +273 -0
  2. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  3. package/dist/browser/clientDefinitions.js.map +1 -0
  4. package/dist/browser/deviceUpdate.d.ts +5 -0
  5. package/dist/browser/deviceUpdate.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/deviceUpdate.js.map +1 -1
  7. package/dist/browser/index.d.ts +12 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +15 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/isUnexpected.d.ts +52 -0
  12. package/dist/browser/isUnexpected.d.ts.map +1 -0
  13. package/dist/browser/isUnexpected.js.map +1 -0
  14. package/dist/browser/models.d.ts +95 -0
  15. package/dist/browser/models.d.ts.map +1 -0
  16. package/dist/browser/outputModels.d.ts +499 -0
  17. package/dist/browser/outputModels.d.ts.map +1 -0
  18. package/dist/browser/package.json +3 -0
  19. package/dist/browser/paginateHelper.d.ts +43 -0
  20. package/dist/browser/paginateHelper.d.ts.map +1 -0
  21. package/dist/browser/parameters.d.ts +212 -0
  22. package/dist/browser/parameters.d.ts.map +1 -0
  23. package/dist/browser/parameters.js.map +1 -0
  24. package/dist/browser/pollingHelper.d.ts +11 -0
  25. package/dist/browser/pollingHelper.d.ts.map +1 -0
  26. package/dist/browser/responses.d.ts +554 -0
  27. package/dist/browser/responses.d.ts.map +1 -0
  28. package/dist/browser/responses.js.map +1 -0
  29. package/dist/commonjs/clientDefinitions.d.ts +273 -0
  30. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  31. package/dist/commonjs/clientDefinitions.js +5 -0
  32. package/dist/commonjs/clientDefinitions.js.map +1 -0
  33. package/dist/commonjs/deviceUpdate.d.ts +5 -0
  34. package/dist/commonjs/deviceUpdate.d.ts.map +1 -0
  35. package/dist/commonjs/deviceUpdate.js +24 -0
  36. package/dist/commonjs/deviceUpdate.js.map +1 -0
  37. package/dist/commonjs/index.d.ts +12 -0
  38. package/dist/commonjs/index.d.ts.map +1 -0
  39. package/dist/commonjs/index.js +18 -0
  40. package/dist/commonjs/index.js.map +1 -0
  41. package/dist/commonjs/isUnexpected.d.ts +52 -0
  42. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  43. package/dist/{index.js → commonjs/isUnexpected.js} +4 -152
  44. package/dist/commonjs/isUnexpected.js.map +1 -0
  45. package/dist/commonjs/models.d.ts +95 -0
  46. package/dist/commonjs/models.d.ts.map +1 -0
  47. package/dist/commonjs/models.js +5 -0
  48. package/dist/commonjs/models.js.map +1 -0
  49. package/dist/commonjs/outputModels.d.ts +499 -0
  50. package/dist/commonjs/outputModels.d.ts.map +1 -0
  51. package/dist/commonjs/outputModels.js +5 -0
  52. package/dist/commonjs/outputModels.js.map +1 -0
  53. package/dist/commonjs/package.json +3 -0
  54. package/dist/commonjs/paginateHelper.d.ts +43 -0
  55. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  56. package/dist/commonjs/paginateHelper.js +73 -0
  57. package/dist/commonjs/paginateHelper.js.map +1 -0
  58. package/dist/commonjs/parameters.d.ts +212 -0
  59. package/dist/commonjs/parameters.d.ts.map +1 -0
  60. package/dist/commonjs/parameters.js +5 -0
  61. package/dist/commonjs/parameters.js.map +1 -0
  62. package/dist/commonjs/pollingHelper.d.ts +11 -0
  63. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  64. package/dist/commonjs/pollingHelper.js +51 -0
  65. package/dist/commonjs/pollingHelper.js.map +1 -0
  66. package/dist/commonjs/responses.d.ts +554 -0
  67. package/dist/commonjs/responses.d.ts.map +1 -0
  68. package/dist/commonjs/responses.js +5 -0
  69. package/dist/commonjs/responses.js.map +1 -0
  70. package/dist/commonjs/tsdoc-metadata.json +11 -0
  71. package/dist/esm/clientDefinitions.d.ts +273 -0
  72. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  73. package/dist/esm/clientDefinitions.js +4 -0
  74. package/dist/esm/clientDefinitions.js.map +1 -0
  75. package/dist/esm/deviceUpdate.d.ts +5 -0
  76. package/dist/esm/deviceUpdate.d.ts.map +1 -0
  77. package/dist/esm/deviceUpdate.js +21 -0
  78. package/dist/esm/deviceUpdate.js.map +1 -0
  79. package/dist/esm/index.d.ts +12 -0
  80. package/dist/esm/index.d.ts.map +1 -0
  81. package/dist/esm/index.js +15 -0
  82. package/dist/esm/index.js.map +1 -0
  83. package/dist/esm/isUnexpected.d.ts +52 -0
  84. package/dist/esm/isUnexpected.d.ts.map +1 -0
  85. package/dist/esm/isUnexpected.js +127 -0
  86. package/dist/esm/isUnexpected.js.map +1 -0
  87. package/dist/esm/models.d.ts +95 -0
  88. package/dist/esm/models.d.ts.map +1 -0
  89. package/dist/esm/models.js +4 -0
  90. package/dist/esm/models.js.map +1 -0
  91. package/dist/esm/outputModels.d.ts +499 -0
  92. package/dist/esm/outputModels.d.ts.map +1 -0
  93. package/dist/esm/outputModels.js +4 -0
  94. package/dist/esm/outputModels.js.map +1 -0
  95. package/dist/esm/package.json +3 -0
  96. package/dist/esm/paginateHelper.d.ts +43 -0
  97. package/dist/esm/paginateHelper.d.ts.map +1 -0
  98. package/dist/esm/paginateHelper.js +70 -0
  99. package/dist/esm/paginateHelper.js.map +1 -0
  100. package/dist/esm/parameters.d.ts +212 -0
  101. package/dist/esm/parameters.d.ts.map +1 -0
  102. package/dist/esm/parameters.js +4 -0
  103. package/dist/esm/parameters.js.map +1 -0
  104. package/dist/esm/pollingHelper.d.ts +11 -0
  105. package/dist/esm/pollingHelper.d.ts.map +1 -0
  106. package/dist/esm/pollingHelper.js +48 -0
  107. package/dist/esm/pollingHelper.js.map +1 -0
  108. package/dist/esm/responses.d.ts +554 -0
  109. package/dist/esm/responses.d.ts.map +1 -0
  110. package/dist/esm/responses.js +4 -0
  111. package/dist/esm/responses.js.map +1 -0
  112. package/dist/react-native/clientDefinitions.d.ts +273 -0
  113. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  114. package/dist/react-native/clientDefinitions.js +4 -0
  115. package/dist/react-native/clientDefinitions.js.map +1 -0
  116. package/dist/react-native/deviceUpdate.d.ts +5 -0
  117. package/dist/react-native/deviceUpdate.d.ts.map +1 -0
  118. package/dist/react-native/deviceUpdate.js +21 -0
  119. package/dist/react-native/deviceUpdate.js.map +1 -0
  120. package/dist/react-native/index.d.ts +12 -0
  121. package/dist/react-native/index.d.ts.map +1 -0
  122. package/dist/react-native/index.js +15 -0
  123. package/dist/react-native/index.js.map +1 -0
  124. package/dist/react-native/isUnexpected.d.ts +52 -0
  125. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  126. package/dist/react-native/isUnexpected.js +127 -0
  127. package/dist/react-native/isUnexpected.js.map +1 -0
  128. package/dist/react-native/models.d.ts +95 -0
  129. package/dist/react-native/models.d.ts.map +1 -0
  130. package/dist/react-native/models.js +4 -0
  131. package/dist/react-native/models.js.map +1 -0
  132. package/dist/react-native/outputModels.d.ts +499 -0
  133. package/dist/react-native/outputModels.d.ts.map +1 -0
  134. package/dist/react-native/outputModels.js +4 -0
  135. package/dist/react-native/outputModels.js.map +1 -0
  136. package/dist/react-native/package.json +3 -0
  137. package/dist/react-native/paginateHelper.d.ts +43 -0
  138. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  139. package/dist/react-native/paginateHelper.js +70 -0
  140. package/dist/react-native/paginateHelper.js.map +1 -0
  141. package/dist/react-native/parameters.d.ts +212 -0
  142. package/dist/react-native/parameters.d.ts.map +1 -0
  143. package/dist/react-native/parameters.js +4 -0
  144. package/dist/react-native/parameters.js.map +1 -0
  145. package/dist/react-native/pollingHelper.d.ts +11 -0
  146. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  147. package/dist/react-native/pollingHelper.js +48 -0
  148. package/dist/react-native/pollingHelper.js.map +1 -0
  149. package/dist/react-native/responses.d.ts +554 -0
  150. package/dist/react-native/responses.d.ts.map +1 -0
  151. package/dist/react-native/responses.js +4 -0
  152. package/dist/react-native/responses.js.map +1 -0
  153. package/package.json +65 -50
  154. package/dist/index.js.map +0 -1
  155. package/dist-esm/src/clientDefinitions.js.map +0 -1
  156. package/dist-esm/src/index.js +0 -14
  157. package/dist-esm/src/index.js.map +0 -1
  158. package/dist-esm/src/isUnexpected.js.map +0 -1
  159. package/dist-esm/src/parameters.js.map +0 -1
  160. package/dist-esm/src/responses.js.map +0 -1
  161. package/review/iot-device-update.api.md +0 -2198
  162. package/types/iot-device-update.d.ts +0 -2096
  163. /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
  164. /package/{dist-esm/src → dist/browser}/deviceUpdate.js +0 -0
  165. /package/{dist-esm/src → dist/browser}/isUnexpected.js +0 -0
  166. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  167. /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
  168. /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
  169. /package/{dist-esm/src → dist/browser}/outputModels.js.map +0 -0
  170. /package/{dist-esm/src → dist/browser}/paginateHelper.js +0 -0
  171. /package/{dist-esm/src → dist/browser}/paginateHelper.js.map +0 -0
  172. /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
  173. /package/{dist-esm/src → dist/browser}/pollingHelper.js +0 -0
  174. /package/{dist-esm/src → dist/browser}/pollingHelper.js.map +0 -0
  175. /package/{dist-esm/src → dist/browser}/responses.js +0 -0
@@ -0,0 +1,554 @@
1
+ import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
2
+ import type { HttpResponse } from "@azure-rest/core-client";
3
+ import type { UpdateListOutput, ErrorResponseOutput, UpdateOutput, StringsListOutput, UpdateFileOutput, UpdateOperationsListOutput, UpdateOperationOutput, DeviceClassesListOutput, DeviceClassOutput, UpdateInfoListOutput, DevicesListOutput, DeviceOutput, UpdateComplianceOutput, GroupsListOutput, GroupOutput, DeviceClassSubgroupUpdatableDevicesListOutput, DeploymentsListOutput, DeploymentOutput, DeploymentStatusOutput, DeviceClassSubgroupsListOutput, DeviceClassSubgroupOutput, DeviceClassSubgroupUpdatableDevicesOutput, DeviceClassSubgroupDeploymentStatusOutput, DeploymentDeviceStatesListOutput, DeviceOperationOutput, DeviceOperationsListOutput, LogCollectionOutput, LogCollectionListOutput, LogCollectionOperationDetailedStatusOutput, DeviceHealthListOutput } from "./outputModels.js";
4
+ /** Get a list of all updates that have been imported to Device Update for IoT Hub. */
5
+ export interface DeviceUpdateListUpdates200Response extends HttpResponse {
6
+ status: "200";
7
+ body: UpdateListOutput;
8
+ }
9
+ /** Get a list of all updates that have been imported to Device Update for IoT Hub. */
10
+ export interface DeviceUpdateListUpdatesdefaultResponse extends HttpResponse {
11
+ status: string;
12
+ body: ErrorResponseOutput;
13
+ }
14
+ /** Import new update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
15
+ export interface DeviceUpdateImportUpdate200Response extends HttpResponse {
16
+ status: "200";
17
+ body: UpdateOutput;
18
+ }
19
+ export interface DeviceUpdateImportUpdate202Headers {
20
+ /** Url to retrieve the import operation status. */
21
+ "operation-location"?: string;
22
+ }
23
+ /** Import new update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
24
+ export interface DeviceUpdateImportUpdate202Response extends HttpResponse {
25
+ status: "202";
26
+ body: Record<string, unknown>;
27
+ headers: RawHttpHeaders & DeviceUpdateImportUpdate202Headers;
28
+ }
29
+ /** Import new update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
30
+ export interface DeviceUpdateImportUpdatedefaultResponse extends HttpResponse {
31
+ status: string;
32
+ body: ErrorResponseOutput;
33
+ }
34
+ /** Get a specific update version. */
35
+ export interface DeviceUpdateGetUpdate200Response extends HttpResponse {
36
+ status: "200";
37
+ body: UpdateOutput;
38
+ }
39
+ /** Get a specific update version. */
40
+ export interface DeviceUpdateGetUpdate304Response extends HttpResponse {
41
+ status: "304";
42
+ body: Record<string, unknown>;
43
+ }
44
+ /** Get a specific update version. */
45
+ export interface DeviceUpdateGetUpdatedefaultResponse extends HttpResponse {
46
+ status: string;
47
+ body: ErrorResponseOutput;
48
+ }
49
+ export interface DeviceUpdateDeleteUpdate202Headers {
50
+ /** Url to retrieve the operation status */
51
+ "operation-location"?: string;
52
+ }
53
+ /** Delete a specific update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
54
+ export interface DeviceUpdateDeleteUpdate202Response extends HttpResponse {
55
+ status: "202";
56
+ body: Record<string, unknown>;
57
+ headers: RawHttpHeaders & DeviceUpdateDeleteUpdate202Headers;
58
+ }
59
+ /** Delete a specific update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
60
+ export interface DeviceUpdateDeleteUpdatedefaultResponse extends HttpResponse {
61
+ status: string;
62
+ body: ErrorResponseOutput;
63
+ }
64
+ /** Get a list of all update providers that have been imported to Device Update for IoT Hub. */
65
+ export interface DeviceUpdateListProviders200Response extends HttpResponse {
66
+ status: "200";
67
+ body: StringsListOutput;
68
+ }
69
+ /** Get a list of all update providers that have been imported to Device Update for IoT Hub. */
70
+ export interface DeviceUpdateListProvidersdefaultResponse extends HttpResponse {
71
+ status: string;
72
+ body: ErrorResponseOutput;
73
+ }
74
+ /** Get a list of all update names that match the specified provider. */
75
+ export interface DeviceUpdateListNames200Response extends HttpResponse {
76
+ status: "200";
77
+ body: StringsListOutput;
78
+ }
79
+ /** Get a list of all update names that match the specified provider. */
80
+ export interface DeviceUpdateListNamesdefaultResponse extends HttpResponse {
81
+ status: string;
82
+ body: ErrorResponseOutput;
83
+ }
84
+ /** Get a list of all update versions that match the specified provider and name. */
85
+ export interface DeviceUpdateListVersions200Response extends HttpResponse {
86
+ status: "200";
87
+ body: StringsListOutput;
88
+ }
89
+ /** Get a list of all update versions that match the specified provider and name. */
90
+ export interface DeviceUpdateListVersionsdefaultResponse extends HttpResponse {
91
+ status: string;
92
+ body: ErrorResponseOutput;
93
+ }
94
+ /** Get a list of all update file identifiers for the specified version. */
95
+ export interface DeviceUpdateListFiles200Response extends HttpResponse {
96
+ status: "200";
97
+ body: StringsListOutput;
98
+ }
99
+ /** Get a list of all update file identifiers for the specified version. */
100
+ export interface DeviceUpdateListFilesdefaultResponse extends HttpResponse {
101
+ status: string;
102
+ body: ErrorResponseOutput;
103
+ }
104
+ /** Get a specific update file from the version. */
105
+ export interface DeviceUpdateGetFile200Response extends HttpResponse {
106
+ status: "200";
107
+ body: UpdateFileOutput;
108
+ }
109
+ /** Get a specific update file from the version. */
110
+ export interface DeviceUpdateGetFile304Response extends HttpResponse {
111
+ status: "304";
112
+ body: Record<string, unknown>;
113
+ }
114
+ /** Get a specific update file from the version. */
115
+ export interface DeviceUpdateGetFiledefaultResponse extends HttpResponse {
116
+ status: string;
117
+ body: ErrorResponseOutput;
118
+ }
119
+ /** Get a list of all import update operations. Completed operations are kept for 7 days before auto-deleted. Delete operations are not returned by this API version. */
120
+ export interface DeviceUpdateListOperationStatuses200Response extends HttpResponse {
121
+ status: "200";
122
+ body: UpdateOperationsListOutput;
123
+ }
124
+ /** Get a list of all import update operations. Completed operations are kept for 7 days before auto-deleted. Delete operations are not returned by this API version. */
125
+ export interface DeviceUpdateListOperationStatusesdefaultResponse extends HttpResponse {
126
+ status: string;
127
+ body: ErrorResponseOutput;
128
+ }
129
+ export interface DeviceUpdateGetOperationStatus200Headers {
130
+ /** Number of seconds to wait before checking the operation status again. */
131
+ "retry-after"?: string;
132
+ }
133
+ /** Retrieve operation status. */
134
+ export interface DeviceUpdateGetOperationStatus200Response extends HttpResponse {
135
+ status: "200";
136
+ body: UpdateOperationOutput;
137
+ headers: RawHttpHeaders & DeviceUpdateGetOperationStatus200Headers;
138
+ }
139
+ /** Retrieve operation status. */
140
+ export interface DeviceUpdateGetOperationStatus304Response extends HttpResponse {
141
+ status: "304";
142
+ body: Record<string, unknown>;
143
+ }
144
+ /** Retrieve operation status. */
145
+ export interface DeviceUpdateGetOperationStatusdefaultResponse extends HttpResponse {
146
+ status: string;
147
+ body: ErrorResponseOutput;
148
+ }
149
+ /** Gets a list of all device classes (sets of devices compatible with the same updates based on the model Id and compat properties reported in the Device Update PnP interface in IoT Hub) for all devices connected to Device Update for IoT Hub. */
150
+ export interface DeviceManagementListDeviceClasses200Response extends HttpResponse {
151
+ status: "200";
152
+ body: DeviceClassesListOutput;
153
+ }
154
+ /** Gets a list of all device classes (sets of devices compatible with the same updates based on the model Id and compat properties reported in the Device Update PnP interface in IoT Hub) for all devices connected to Device Update for IoT Hub. */
155
+ export interface DeviceManagementListDeviceClassesdefaultResponse extends HttpResponse {
156
+ status: string;
157
+ body: ErrorResponseOutput;
158
+ }
159
+ /** Gets the properties of a device class. */
160
+ export interface DeviceManagementGetDeviceClass200Response extends HttpResponse {
161
+ status: "200";
162
+ body: DeviceClassOutput;
163
+ }
164
+ /** Gets the properties of a device class. */
165
+ export interface DeviceManagementGetDeviceClassdefaultResponse extends HttpResponse {
166
+ status: string;
167
+ body: ErrorResponseOutput;
168
+ }
169
+ /** Update device class details. */
170
+ export interface DeviceManagementUpdateDeviceClass200Response extends HttpResponse {
171
+ status: "200";
172
+ body: DeviceClassOutput;
173
+ }
174
+ /** Update device class details. */
175
+ export interface DeviceManagementUpdateDeviceClassdefaultResponse extends HttpResponse {
176
+ status: string;
177
+ body: ErrorResponseOutput;
178
+ }
179
+ /** Deletes a device class. Device classes are created automatically when Device Update-enabled devices are connected to the hub but are not automatically cleaned up since they are referenced by DeviceClassSubgroups. If the user has deleted all DeviceClassSubgroups for a device class they can also delete the device class to remove the records from the system and to stop checking the compatibility of this device class with new updates. If a device is ever reconnected for this device class it will be re-created. */
180
+ export interface DeviceManagementDeleteDeviceClass204Response extends HttpResponse {
181
+ status: "204";
182
+ body: Record<string, unknown>;
183
+ }
184
+ /** Deletes a device class. Device classes are created automatically when Device Update-enabled devices are connected to the hub but are not automatically cleaned up since they are referenced by DeviceClassSubgroups. If the user has deleted all DeviceClassSubgroups for a device class they can also delete the device class to remove the records from the system and to stop checking the compatibility of this device class with new updates. If a device is ever reconnected for this device class it will be re-created. */
185
+ export interface DeviceManagementDeleteDeviceClassdefaultResponse extends HttpResponse {
186
+ status: string;
187
+ body: ErrorResponseOutput;
188
+ }
189
+ /** Gets a list of installable updates for a device class. */
190
+ export interface DeviceManagementListInstallableUpdatesForDeviceClass200Response extends HttpResponse {
191
+ status: "200";
192
+ body: UpdateInfoListOutput;
193
+ }
194
+ /** Gets a list of installable updates for a device class. */
195
+ export interface DeviceManagementListInstallableUpdatesForDeviceClassdefaultResponse extends HttpResponse {
196
+ status: string;
197
+ body: ErrorResponseOutput;
198
+ }
199
+ /** Gets a list of devices connected to Device Update for IoT Hub. */
200
+ export interface DeviceManagementListDevices200Response extends HttpResponse {
201
+ status: "200";
202
+ body: DevicesListOutput;
203
+ }
204
+ /** Gets a list of devices connected to Device Update for IoT Hub. */
205
+ export interface DeviceManagementListDevicesdefaultResponse extends HttpResponse {
206
+ status: string;
207
+ body: ErrorResponseOutput;
208
+ }
209
+ export interface DeviceManagementImportDevices202Headers {
210
+ /** Url to retrieve the device import operation status. */
211
+ "operation-location"?: string;
212
+ }
213
+ /** Import existing devices from IoT Hub. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
214
+ export interface DeviceManagementImportDevices202Response extends HttpResponse {
215
+ status: "202";
216
+ body: Record<string, unknown>;
217
+ headers: RawHttpHeaders & DeviceManagementImportDevices202Headers;
218
+ }
219
+ /** Import existing devices from IoT Hub. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
220
+ export interface DeviceManagementImportDevicesdefaultResponse extends HttpResponse {
221
+ status: string;
222
+ body: ErrorResponseOutput;
223
+ }
224
+ /** Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub. */
225
+ export interface DeviceManagementGetDevice200Response extends HttpResponse {
226
+ status: "200";
227
+ body: DeviceOutput;
228
+ }
229
+ /** Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub. */
230
+ export interface DeviceManagementGetDevicedefaultResponse extends HttpResponse {
231
+ status: string;
232
+ body: ErrorResponseOutput;
233
+ }
234
+ /** Gets the device module properties and latest deployment status for a device module connected to Device Update for IoT Hub. */
235
+ export interface DeviceManagementGetDeviceModule200Response extends HttpResponse {
236
+ status: "200";
237
+ body: DeviceOutput;
238
+ }
239
+ /** Gets the device module properties and latest deployment status for a device module connected to Device Update for IoT Hub. */
240
+ export interface DeviceManagementGetDeviceModuledefaultResponse extends HttpResponse {
241
+ status: string;
242
+ body: ErrorResponseOutput;
243
+ }
244
+ /** Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates. */
245
+ export interface DeviceManagementGetUpdateCompliance200Response extends HttpResponse {
246
+ status: "200";
247
+ body: UpdateComplianceOutput;
248
+ }
249
+ /** Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates. */
250
+ export interface DeviceManagementGetUpdateCompliancedefaultResponse extends HttpResponse {
251
+ status: string;
252
+ body: ErrorResponseOutput;
253
+ }
254
+ /** Gets a list of all device groups. The $default group will always be returned first. */
255
+ export interface DeviceManagementListGroups200Response extends HttpResponse {
256
+ status: "200";
257
+ body: GroupsListOutput;
258
+ }
259
+ /** Gets a list of all device groups. The $default group will always be returned first. */
260
+ export interface DeviceManagementListGroupsdefaultResponse extends HttpResponse {
261
+ status: string;
262
+ body: ErrorResponseOutput;
263
+ }
264
+ /** Gets the device group properties. */
265
+ export interface DeviceManagementGetGroup200Response extends HttpResponse {
266
+ status: "200";
267
+ body: GroupOutput;
268
+ }
269
+ /** Gets the device group properties. */
270
+ export interface DeviceManagementGetGroupdefaultResponse extends HttpResponse {
271
+ status: string;
272
+ body: ErrorResponseOutput;
273
+ }
274
+ /** Deletes a device group. This group is automatically created when a Device Update-enabled device is connected to the hub and reports its properties. Groups, subgroups, and deployments are not automatically cleaned up but are retained for history purposes. Users can call this method to delete a group if they do not need to retain any of the history of the group and no longer need it. If a device is ever connected again for this group after the group was deleted it will be automatically re-created but there will be no history. */
275
+ export interface DeviceManagementDeleteGroup204Response extends HttpResponse {
276
+ status: "204";
277
+ body: Record<string, unknown>;
278
+ }
279
+ /** Deletes a device group. This group is automatically created when a Device Update-enabled device is connected to the hub and reports its properties. Groups, subgroups, and deployments are not automatically cleaned up but are retained for history purposes. Users can call this method to delete a group if they do not need to retain any of the history of the group and no longer need it. If a device is ever connected again for this group after the group was deleted it will be automatically re-created but there will be no history. */
280
+ export interface DeviceManagementDeleteGroupdefaultResponse extends HttpResponse {
281
+ status: string;
282
+ body: ErrorResponseOutput;
283
+ }
284
+ /** Get device group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update. */
285
+ export interface DeviceManagementGetUpdateComplianceForGroup200Response extends HttpResponse {
286
+ status: "200";
287
+ body: UpdateComplianceOutput;
288
+ }
289
+ /** Get device group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update. */
290
+ export interface DeviceManagementGetUpdateComplianceForGroupdefaultResponse extends HttpResponse {
291
+ status: string;
292
+ body: ErrorResponseOutput;
293
+ }
294
+ /** Get the best available updates for a device group and a count of how many devices need each update. */
295
+ export interface DeviceManagementListBestUpdatesForGroup200Response extends HttpResponse {
296
+ status: "200";
297
+ body: DeviceClassSubgroupUpdatableDevicesListOutput;
298
+ }
299
+ /** Get the best available updates for a device group and a count of how many devices need each update. */
300
+ export interface DeviceManagementListBestUpdatesForGroupdefaultResponse extends HttpResponse {
301
+ status: string;
302
+ body: ErrorResponseOutput;
303
+ }
304
+ /** Gets a list of deployments for a device group. */
305
+ export interface DeviceManagementListDeploymentsForGroup200Response extends HttpResponse {
306
+ status: "200";
307
+ body: DeploymentsListOutput;
308
+ }
309
+ /** Gets a list of deployments for a device group. */
310
+ export interface DeviceManagementListDeploymentsForGroupdefaultResponse extends HttpResponse {
311
+ status: string;
312
+ body: ErrorResponseOutput;
313
+ }
314
+ /** Gets the deployment properties. */
315
+ export interface DeviceManagementGetDeployment200Response extends HttpResponse {
316
+ status: "200";
317
+ body: DeploymentOutput;
318
+ }
319
+ /** Gets the deployment properties. */
320
+ export interface DeviceManagementGetDeploymentdefaultResponse extends HttpResponse {
321
+ status: string;
322
+ body: ErrorResponseOutput;
323
+ }
324
+ /** Creates or updates a deployment. */
325
+ export interface DeviceManagementCreateOrUpdateDeployment200Response extends HttpResponse {
326
+ status: "200";
327
+ body: DeploymentOutput;
328
+ }
329
+ /** Creates or updates a deployment. */
330
+ export interface DeviceManagementCreateOrUpdateDeploymentdefaultResponse extends HttpResponse {
331
+ status: string;
332
+ body: ErrorResponseOutput;
333
+ }
334
+ /** Deletes a deployment. */
335
+ export interface DeviceManagementDeleteDeployment204Response extends HttpResponse {
336
+ status: "204";
337
+ body: Record<string, unknown>;
338
+ }
339
+ /** Deletes a deployment. */
340
+ export interface DeviceManagementDeleteDeploymentdefaultResponse extends HttpResponse {
341
+ status: string;
342
+ body: ErrorResponseOutput;
343
+ }
344
+ /** Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed. */
345
+ export interface DeviceManagementGetDeploymentStatus200Response extends HttpResponse {
346
+ status: "200";
347
+ body: DeploymentStatusOutput;
348
+ }
349
+ /** Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed. */
350
+ export interface DeviceManagementGetDeploymentStatusdefaultResponse extends HttpResponse {
351
+ status: string;
352
+ body: ErrorResponseOutput;
353
+ }
354
+ /** Get the device class subgroups for the group. A device class subgroup is the set of devices within the group that share the same device class. All devices within the same device class are compatible with the same updates. */
355
+ export interface DeviceManagementListDeviceClassSubgroupsForGroup200Response extends HttpResponse {
356
+ status: "200";
357
+ body: DeviceClassSubgroupsListOutput;
358
+ }
359
+ /** Get the device class subgroups for the group. A device class subgroup is the set of devices within the group that share the same device class. All devices within the same device class are compatible with the same updates. */
360
+ export interface DeviceManagementListDeviceClassSubgroupsForGroupdefaultResponse extends HttpResponse {
361
+ status: string;
362
+ body: ErrorResponseOutput;
363
+ }
364
+ /** Gets device class subgroup details. A device class subgroup is the set of devices within the group that share the same device class. All devices within the same device class are compatible with the same updates. */
365
+ export interface DeviceManagementGetDeviceClassSubgroup200Response extends HttpResponse {
366
+ status: "200";
367
+ body: DeviceClassSubgroupOutput;
368
+ }
369
+ /** Gets device class subgroup details. A device class subgroup is the set of devices within the group that share the same device class. All devices within the same device class are compatible with the same updates. */
370
+ export interface DeviceManagementGetDeviceClassSubgroupdefaultResponse extends HttpResponse {
371
+ status: string;
372
+ body: ErrorResponseOutput;
373
+ }
374
+ /** Deletes a device class subgroup. This subgroup is automatically created when a Device Update-enabled device is connected to the hub and reports its properties. Groups, subgroups, and deployments are not automatically cleaned up but are retained for history purposes. Users can call this method to delete a subgroup if they do not need to retain any of the history of the subgroup and no longer need it. If a device is ever connected again for this subgroup after the subgroup was deleted it will be automatically re-created but there will be no history. */
375
+ export interface DeviceManagementDeleteDeviceClassSubgroup204Response extends HttpResponse {
376
+ status: "204";
377
+ body: Record<string, unknown>;
378
+ }
379
+ /** Deletes a device class subgroup. This subgroup is automatically created when a Device Update-enabled device is connected to the hub and reports its properties. Groups, subgroups, and deployments are not automatically cleaned up but are retained for history purposes. Users can call this method to delete a subgroup if they do not need to retain any of the history of the subgroup and no longer need it. If a device is ever connected again for this subgroup after the subgroup was deleted it will be automatically re-created but there will be no history. */
380
+ export interface DeviceManagementDeleteDeviceClassSubgroupdefaultResponse extends HttpResponse {
381
+ status: string;
382
+ body: ErrorResponseOutput;
383
+ }
384
+ /** Get device class subgroup update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update. */
385
+ export interface DeviceManagementGetDeviceClassSubgroupUpdateCompliance200Response extends HttpResponse {
386
+ status: "200";
387
+ body: UpdateComplianceOutput;
388
+ }
389
+ /** Get device class subgroup update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update. */
390
+ export interface DeviceManagementGetDeviceClassSubgroupUpdateCompliancedefaultResponse extends HttpResponse {
391
+ status: string;
392
+ body: ErrorResponseOutput;
393
+ }
394
+ /** Get the best available update for a device class subgroup and a count of how many devices need this update. */
395
+ export interface DeviceManagementGetBestUpdatesForDeviceClassSubgroup200Response extends HttpResponse {
396
+ status: "200";
397
+ body: DeviceClassSubgroupUpdatableDevicesOutput;
398
+ }
399
+ /** Get the best available update for a device class subgroup and a count of how many devices need this update. */
400
+ export interface DeviceManagementGetBestUpdatesForDeviceClassSubgroupdefaultResponse extends HttpResponse {
401
+ status: string;
402
+ body: ErrorResponseOutput;
403
+ }
404
+ /** Gets a list of deployments for a device class subgroup. */
405
+ export interface DeviceManagementListDeploymentsForDeviceClassSubgroup200Response extends HttpResponse {
406
+ status: "200";
407
+ body: DeploymentsListOutput;
408
+ }
409
+ /** Gets a list of deployments for a device class subgroup. */
410
+ export interface DeviceManagementListDeploymentsForDeviceClassSubgroupdefaultResponse extends HttpResponse {
411
+ status: string;
412
+ body: ErrorResponseOutput;
413
+ }
414
+ /** Gets the deployment properties. */
415
+ export interface DeviceManagementGetDeploymentForDeviceClassSubgroup200Response extends HttpResponse {
416
+ status: "200";
417
+ body: DeploymentOutput;
418
+ }
419
+ /** Gets the deployment properties. */
420
+ export interface DeviceManagementGetDeploymentForDeviceClassSubgroupdefaultResponse extends HttpResponse {
421
+ status: string;
422
+ body: ErrorResponseOutput;
423
+ }
424
+ /** Deletes a device class subgroup deployment. */
425
+ export interface DeviceManagementDeleteDeploymentForDeviceClassSubgroup204Response extends HttpResponse {
426
+ status: "204";
427
+ body: Record<string, unknown>;
428
+ }
429
+ /** Deletes a device class subgroup deployment. */
430
+ export interface DeviceManagementDeleteDeploymentForDeviceClassSubgroupdefaultResponse extends HttpResponse {
431
+ status: string;
432
+ body: ErrorResponseOutput;
433
+ }
434
+ /** Stops a deployment. */
435
+ export interface DeviceManagementStopDeployment200Response extends HttpResponse {
436
+ status: "200";
437
+ body: DeploymentOutput;
438
+ }
439
+ /** Stops a deployment. */
440
+ export interface DeviceManagementStopDeploymentdefaultResponse extends HttpResponse {
441
+ status: string;
442
+ body: ErrorResponseOutput;
443
+ }
444
+ /** Retries a deployment with failed devices. */
445
+ export interface DeviceManagementRetryDeployment200Response extends HttpResponse {
446
+ status: "200";
447
+ body: DeploymentOutput;
448
+ }
449
+ /** Retries a deployment with failed devices. */
450
+ export interface DeviceManagementRetryDeploymentdefaultResponse extends HttpResponse {
451
+ status: string;
452
+ body: ErrorResponseOutput;
453
+ }
454
+ /** Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed. */
455
+ export interface DeviceManagementGetDeviceClassSubgroupDeploymentStatus200Response extends HttpResponse {
456
+ status: "200";
457
+ body: DeviceClassSubgroupDeploymentStatusOutput;
458
+ }
459
+ /** Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed. */
460
+ export interface DeviceManagementGetDeviceClassSubgroupDeploymentStatusdefaultResponse extends HttpResponse {
461
+ status: string;
462
+ body: ErrorResponseOutput;
463
+ }
464
+ /** Gets a list of devices in a deployment along with their state. Useful for getting a list of failed devices. */
465
+ export interface DeviceManagementListDeviceStatesForDeviceClassSubgroupDeployment200Response extends HttpResponse {
466
+ status: "200";
467
+ body: DeploymentDeviceStatesListOutput;
468
+ }
469
+ /** Gets a list of devices in a deployment along with their state. Useful for getting a list of failed devices. */
470
+ export interface DeviceManagementListDeviceStatesForDeviceClassSubgroupDeploymentdefaultResponse extends HttpResponse {
471
+ status: string;
472
+ body: ErrorResponseOutput;
473
+ }
474
+ export interface DeviceManagementGetOperationStatus200Headers {
475
+ /** Number of seconds to wait before checking the operation status again. */
476
+ "retry-after"?: string;
477
+ }
478
+ /** Retrieve operation status. */
479
+ export interface DeviceManagementGetOperationStatus200Response extends HttpResponse {
480
+ status: "200";
481
+ body: DeviceOperationOutput;
482
+ headers: RawHttpHeaders & DeviceManagementGetOperationStatus200Headers;
483
+ }
484
+ /** Retrieve operation status. */
485
+ export interface DeviceManagementGetOperationStatus304Response extends HttpResponse {
486
+ status: "304";
487
+ body: Record<string, unknown>;
488
+ }
489
+ /** Retrieve operation status. */
490
+ export interface DeviceManagementGetOperationStatusdefaultResponse extends HttpResponse {
491
+ status: string;
492
+ body: ErrorResponseOutput;
493
+ }
494
+ /** Get a list of all device import operations. Completed operations are kept for 7 days before auto-deleted. */
495
+ export interface DeviceManagementListOperationStatuses200Response extends HttpResponse {
496
+ status: "200";
497
+ body: DeviceOperationsListOutput;
498
+ }
499
+ /** Get a list of all device import operations. Completed operations are kept for 7 days before auto-deleted. */
500
+ export interface DeviceManagementListOperationStatusesdefaultResponse extends HttpResponse {
501
+ status: string;
502
+ body: ErrorResponseOutput;
503
+ }
504
+ /** Start the device diagnostics log collection on specified devices. */
505
+ export interface DeviceManagementStartLogCollection201Response extends HttpResponse {
506
+ status: "201";
507
+ body: LogCollectionOutput;
508
+ }
509
+ /** Start the device diagnostics log collection on specified devices. */
510
+ export interface DeviceManagementStartLogCollectiondefaultResponse extends HttpResponse {
511
+ status: string;
512
+ body: ErrorResponseOutput;
513
+ }
514
+ /** Get the device diagnostics log collection */
515
+ export interface DeviceManagementGetLogCollection200Response extends HttpResponse {
516
+ status: "200";
517
+ body: LogCollectionOutput;
518
+ }
519
+ /** Get the device diagnostics log collection */
520
+ export interface DeviceManagementGetLogCollectiondefaultResponse extends HttpResponse {
521
+ status: string;
522
+ body: ErrorResponseOutput;
523
+ }
524
+ /** Get all device diagnostics log collections */
525
+ export interface DeviceManagementListLogCollections200Response extends HttpResponse {
526
+ status: "200";
527
+ body: LogCollectionListOutput;
528
+ }
529
+ /** Get all device diagnostics log collections */
530
+ export interface DeviceManagementListLogCollectionsdefaultResponse extends HttpResponse {
531
+ status: string;
532
+ body: ErrorResponseOutput;
533
+ }
534
+ /** Get log collection with detailed status */
535
+ export interface DeviceManagementGetLogCollectionDetailedStatus200Response extends HttpResponse {
536
+ status: "200";
537
+ body: LogCollectionOperationDetailedStatusOutput;
538
+ }
539
+ /** Get log collection with detailed status */
540
+ export interface DeviceManagementGetLogCollectionDetailedStatusdefaultResponse extends HttpResponse {
541
+ status: string;
542
+ body: ErrorResponseOutput;
543
+ }
544
+ /** Get list of device health */
545
+ export interface DeviceManagementListHealthOfDevices200Response extends HttpResponse {
546
+ status: "200";
547
+ body: DeviceHealthListOutput;
548
+ }
549
+ /** Get list of device health */
550
+ export interface DeviceManagementListHealthOfDevicesdefaultResponse extends HttpResponse {
551
+ status: string;
552
+ body: ErrorResponseOutput;
553
+ }
554
+ //# sourceMappingURL=responses.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=responses.js.map