@azure-rest/iot-device-update 1.0.1-alpha.20241219.1 → 1.1.0-alpha.20241223.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.
- package/dist/browser/clientDefinitions.d.ts +51 -51
- package/dist/browser/clientDefinitions.js.map +1 -1
- package/dist/browser/deviceUpdate.d.ts +12 -1
- package/dist/browser/deviceUpdate.d.ts.map +1 -1
- package/dist/browser/deviceUpdate.js +31 -9
- package/dist/browser/deviceUpdate.js.map +1 -1
- package/dist/browser/isUnexpected.d.ts +51 -51
- package/dist/browser/isUnexpected.js +37 -30
- package/dist/browser/isUnexpected.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +11 -10
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +53 -5
- package/dist/browser/outputModels.d.ts.map +1 -1
- package/dist/browser/outputModels.js.map +1 -1
- package/dist/browser/paginateHelper.d.ts +27 -2
- package/dist/browser/paginateHelper.d.ts.map +1 -1
- package/dist/browser/paginateHelper.js +98 -1
- package/dist/browser/paginateHelper.js.map +1 -1
- package/dist/browser/parameters.d.ts +7 -5
- package/dist/browser/parameters.d.ts.map +1 -1
- package/dist/browser/parameters.js.map +1 -1
- package/dist/browser/pollingHelper.d.ts +67 -2
- package/dist/browser/pollingHelper.d.ts.map +1 -1
- package/dist/browser/pollingHelper.js +65 -9
- package/dist/browser/pollingHelper.js.map +1 -1
- package/dist/browser/responses.d.ts +50 -62
- package/dist/browser/responses.d.ts.map +1 -1
- package/dist/browser/responses.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +51 -51
- package/dist/commonjs/clientDefinitions.js.map +1 -1
- package/dist/commonjs/deviceUpdate.d.ts +12 -1
- package/dist/commonjs/deviceUpdate.d.ts.map +1 -1
- package/dist/commonjs/deviceUpdate.js +31 -9
- package/dist/commonjs/deviceUpdate.js.map +1 -1
- package/dist/commonjs/isUnexpected.d.ts +51 -51
- package/dist/commonjs/isUnexpected.js +37 -30
- package/dist/commonjs/isUnexpected.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +11 -10
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +53 -5
- package/dist/commonjs/outputModels.d.ts.map +1 -1
- package/dist/commonjs/outputModels.js.map +1 -1
- package/dist/commonjs/paginateHelper.d.ts +27 -2
- package/dist/commonjs/paginateHelper.d.ts.map +1 -1
- package/dist/commonjs/paginateHelper.js +99 -2
- package/dist/commonjs/paginateHelper.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +7 -5
- package/dist/commonjs/parameters.d.ts.map +1 -1
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/pollingHelper.d.ts +67 -2
- package/dist/commonjs/pollingHelper.d.ts.map +1 -1
- package/dist/commonjs/pollingHelper.js +64 -8
- package/dist/commonjs/pollingHelper.js.map +1 -1
- package/dist/commonjs/responses.d.ts +50 -62
- package/dist/commonjs/responses.d.ts.map +1 -1
- package/dist/commonjs/responses.js.map +1 -1
- package/dist/esm/clientDefinitions.d.ts +51 -51
- package/dist/esm/clientDefinitions.js.map +1 -1
- package/dist/esm/deviceUpdate.d.ts +12 -1
- package/dist/esm/deviceUpdate.d.ts.map +1 -1
- package/dist/esm/deviceUpdate.js +31 -9
- package/dist/esm/deviceUpdate.js.map +1 -1
- package/dist/esm/isUnexpected.d.ts +51 -51
- package/dist/esm/isUnexpected.js +37 -30
- package/dist/esm/isUnexpected.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +11 -10
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +53 -5
- package/dist/esm/outputModels.d.ts.map +1 -1
- package/dist/esm/outputModels.js.map +1 -1
- package/dist/esm/paginateHelper.d.ts +27 -2
- package/dist/esm/paginateHelper.d.ts.map +1 -1
- package/dist/esm/paginateHelper.js +98 -1
- package/dist/esm/paginateHelper.js.map +1 -1
- package/dist/esm/parameters.d.ts +7 -5
- package/dist/esm/parameters.d.ts.map +1 -1
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/pollingHelper.d.ts +67 -2
- package/dist/esm/pollingHelper.d.ts.map +1 -1
- package/dist/esm/pollingHelper.js +65 -9
- package/dist/esm/pollingHelper.js.map +1 -1
- package/dist/esm/responses.d.ts +50 -62
- package/dist/esm/responses.d.ts.map +1 -1
- package/dist/esm/responses.js.map +1 -1
- package/dist/react-native/clientDefinitions.d.ts +51 -51
- package/dist/react-native/clientDefinitions.js.map +1 -1
- package/dist/react-native/deviceUpdate.d.ts +12 -1
- package/dist/react-native/deviceUpdate.d.ts.map +1 -1
- package/dist/react-native/deviceUpdate.js +31 -9
- package/dist/react-native/deviceUpdate.js.map +1 -1
- package/dist/react-native/isUnexpected.d.ts +51 -51
- package/dist/react-native/isUnexpected.js +37 -30
- package/dist/react-native/isUnexpected.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +11 -10
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/outputModels.d.ts +53 -5
- package/dist/react-native/outputModels.d.ts.map +1 -1
- package/dist/react-native/outputModels.js.map +1 -1
- package/dist/react-native/paginateHelper.d.ts +27 -2
- package/dist/react-native/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/paginateHelper.js +98 -1
- package/dist/react-native/paginateHelper.js.map +1 -1
- package/dist/react-native/parameters.d.ts +7 -5
- package/dist/react-native/parameters.d.ts.map +1 -1
- package/dist/react-native/parameters.js.map +1 -1
- package/dist/react-native/pollingHelper.d.ts +67 -2
- package/dist/react-native/pollingHelper.d.ts.map +1 -1
- package/dist/react-native/pollingHelper.js +65 -9
- package/dist/react-native/pollingHelper.js.map +1 -1
- package/dist/react-native/responses.d.ts +50 -62
- package/dist/react-native/responses.d.ts.map +1 -1
- package/dist/react-native/responses.js.map +1 -1
- package/package.json +3 -2
|
@@ -7,7 +7,7 @@ export interface DeviceUpdateListUpdates200Response extends HttpResponse {
|
|
|
7
7
|
body: UpdateListOutput;
|
|
8
8
|
}
|
|
9
9
|
/** Get a list of all updates that have been imported to Device Update for IoT Hub. */
|
|
10
|
-
export interface
|
|
10
|
+
export interface DeviceUpdateListUpdatesDefaultResponse extends HttpResponse {
|
|
11
11
|
status: string;
|
|
12
12
|
body: ErrorResponseOutput;
|
|
13
13
|
}
|
|
@@ -23,11 +23,10 @@ export interface DeviceUpdateImportUpdate202Headers {
|
|
|
23
23
|
/** Import new update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
|
|
24
24
|
export interface DeviceUpdateImportUpdate202Response extends HttpResponse {
|
|
25
25
|
status: "202";
|
|
26
|
-
body: Record<string, unknown>;
|
|
27
26
|
headers: RawHttpHeaders & DeviceUpdateImportUpdate202Headers;
|
|
28
27
|
}
|
|
29
28
|
/** Import new update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
|
|
30
|
-
export interface
|
|
29
|
+
export interface DeviceUpdateImportUpdateDefaultResponse extends HttpResponse {
|
|
31
30
|
status: string;
|
|
32
31
|
body: ErrorResponseOutput;
|
|
33
32
|
}
|
|
@@ -39,10 +38,9 @@ export interface DeviceUpdateGetUpdate200Response extends HttpResponse {
|
|
|
39
38
|
/** Get a specific update version. */
|
|
40
39
|
export interface DeviceUpdateGetUpdate304Response extends HttpResponse {
|
|
41
40
|
status: "304";
|
|
42
|
-
body: Record<string, unknown>;
|
|
43
41
|
}
|
|
44
42
|
/** Get a specific update version. */
|
|
45
|
-
export interface
|
|
43
|
+
export interface DeviceUpdateGetUpdateDefaultResponse extends HttpResponse {
|
|
46
44
|
status: string;
|
|
47
45
|
body: ErrorResponseOutput;
|
|
48
46
|
}
|
|
@@ -53,11 +51,10 @@ export interface DeviceUpdateDeleteUpdate202Headers {
|
|
|
53
51
|
/** Delete a specific update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
|
|
54
52
|
export interface DeviceUpdateDeleteUpdate202Response extends HttpResponse {
|
|
55
53
|
status: "202";
|
|
56
|
-
body: Record<string, unknown>;
|
|
57
54
|
headers: RawHttpHeaders & DeviceUpdateDeleteUpdate202Headers;
|
|
58
55
|
}
|
|
59
56
|
/** 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
|
|
57
|
+
export interface DeviceUpdateDeleteUpdateDefaultResponse extends HttpResponse {
|
|
61
58
|
status: string;
|
|
62
59
|
body: ErrorResponseOutput;
|
|
63
60
|
}
|
|
@@ -67,7 +64,7 @@ export interface DeviceUpdateListProviders200Response extends HttpResponse {
|
|
|
67
64
|
body: StringsListOutput;
|
|
68
65
|
}
|
|
69
66
|
/** Get a list of all update providers that have been imported to Device Update for IoT Hub. */
|
|
70
|
-
export interface
|
|
67
|
+
export interface DeviceUpdateListProvidersDefaultResponse extends HttpResponse {
|
|
71
68
|
status: string;
|
|
72
69
|
body: ErrorResponseOutput;
|
|
73
70
|
}
|
|
@@ -77,7 +74,7 @@ export interface DeviceUpdateListNames200Response extends HttpResponse {
|
|
|
77
74
|
body: StringsListOutput;
|
|
78
75
|
}
|
|
79
76
|
/** Get a list of all update names that match the specified provider. */
|
|
80
|
-
export interface
|
|
77
|
+
export interface DeviceUpdateListNamesDefaultResponse extends HttpResponse {
|
|
81
78
|
status: string;
|
|
82
79
|
body: ErrorResponseOutput;
|
|
83
80
|
}
|
|
@@ -87,7 +84,7 @@ export interface DeviceUpdateListVersions200Response extends HttpResponse {
|
|
|
87
84
|
body: StringsListOutput;
|
|
88
85
|
}
|
|
89
86
|
/** Get a list of all update versions that match the specified provider and name. */
|
|
90
|
-
export interface
|
|
87
|
+
export interface DeviceUpdateListVersionsDefaultResponse extends HttpResponse {
|
|
91
88
|
status: string;
|
|
92
89
|
body: ErrorResponseOutput;
|
|
93
90
|
}
|
|
@@ -97,7 +94,7 @@ export interface DeviceUpdateListFiles200Response extends HttpResponse {
|
|
|
97
94
|
body: StringsListOutput;
|
|
98
95
|
}
|
|
99
96
|
/** Get a list of all update file identifiers for the specified version. */
|
|
100
|
-
export interface
|
|
97
|
+
export interface DeviceUpdateListFilesDefaultResponse extends HttpResponse {
|
|
101
98
|
status: string;
|
|
102
99
|
body: ErrorResponseOutput;
|
|
103
100
|
}
|
|
@@ -109,10 +106,9 @@ export interface DeviceUpdateGetFile200Response extends HttpResponse {
|
|
|
109
106
|
/** Get a specific update file from the version. */
|
|
110
107
|
export interface DeviceUpdateGetFile304Response extends HttpResponse {
|
|
111
108
|
status: "304";
|
|
112
|
-
body: Record<string, unknown>;
|
|
113
109
|
}
|
|
114
110
|
/** Get a specific update file from the version. */
|
|
115
|
-
export interface
|
|
111
|
+
export interface DeviceUpdateGetFileDefaultResponse extends HttpResponse {
|
|
116
112
|
status: string;
|
|
117
113
|
body: ErrorResponseOutput;
|
|
118
114
|
}
|
|
@@ -122,7 +118,7 @@ export interface DeviceUpdateListOperationStatuses200Response extends HttpRespon
|
|
|
122
118
|
body: UpdateOperationsListOutput;
|
|
123
119
|
}
|
|
124
120
|
/** 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
|
|
121
|
+
export interface DeviceUpdateListOperationStatusesDefaultResponse extends HttpResponse {
|
|
126
122
|
status: string;
|
|
127
123
|
body: ErrorResponseOutput;
|
|
128
124
|
}
|
|
@@ -139,10 +135,9 @@ export interface DeviceUpdateGetOperationStatus200Response extends HttpResponse
|
|
|
139
135
|
/** Retrieve operation status. */
|
|
140
136
|
export interface DeviceUpdateGetOperationStatus304Response extends HttpResponse {
|
|
141
137
|
status: "304";
|
|
142
|
-
body: Record<string, unknown>;
|
|
143
138
|
}
|
|
144
139
|
/** Retrieve operation status. */
|
|
145
|
-
export interface
|
|
140
|
+
export interface DeviceUpdateGetOperationStatusDefaultResponse extends HttpResponse {
|
|
146
141
|
status: string;
|
|
147
142
|
body: ErrorResponseOutput;
|
|
148
143
|
}
|
|
@@ -152,7 +147,7 @@ export interface DeviceManagementListDeviceClasses200Response extends HttpRespon
|
|
|
152
147
|
body: DeviceClassesListOutput;
|
|
153
148
|
}
|
|
154
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. */
|
|
155
|
-
export interface
|
|
150
|
+
export interface DeviceManagementListDeviceClassesDefaultResponse extends HttpResponse {
|
|
156
151
|
status: string;
|
|
157
152
|
body: ErrorResponseOutput;
|
|
158
153
|
}
|
|
@@ -162,7 +157,7 @@ export interface DeviceManagementGetDeviceClass200Response extends HttpResponse
|
|
|
162
157
|
body: DeviceClassOutput;
|
|
163
158
|
}
|
|
164
159
|
/** Gets the properties of a device class. */
|
|
165
|
-
export interface
|
|
160
|
+
export interface DeviceManagementGetDeviceClassDefaultResponse extends HttpResponse {
|
|
166
161
|
status: string;
|
|
167
162
|
body: ErrorResponseOutput;
|
|
168
163
|
}
|
|
@@ -172,17 +167,16 @@ export interface DeviceManagementUpdateDeviceClass200Response extends HttpRespon
|
|
|
172
167
|
body: DeviceClassOutput;
|
|
173
168
|
}
|
|
174
169
|
/** Update device class details. */
|
|
175
|
-
export interface
|
|
170
|
+
export interface DeviceManagementUpdateDeviceClassDefaultResponse extends HttpResponse {
|
|
176
171
|
status: string;
|
|
177
172
|
body: ErrorResponseOutput;
|
|
178
173
|
}
|
|
179
174
|
/** 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
175
|
export interface DeviceManagementDeleteDeviceClass204Response extends HttpResponse {
|
|
181
176
|
status: "204";
|
|
182
|
-
body: Record<string, unknown>;
|
|
183
177
|
}
|
|
184
178
|
/** 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
|
|
179
|
+
export interface DeviceManagementDeleteDeviceClassDefaultResponse extends HttpResponse {
|
|
186
180
|
status: string;
|
|
187
181
|
body: ErrorResponseOutput;
|
|
188
182
|
}
|
|
@@ -192,7 +186,7 @@ export interface DeviceManagementListInstallableUpdatesForDeviceClass200Response
|
|
|
192
186
|
body: UpdateInfoListOutput;
|
|
193
187
|
}
|
|
194
188
|
/** Gets a list of installable updates for a device class. */
|
|
195
|
-
export interface
|
|
189
|
+
export interface DeviceManagementListInstallableUpdatesForDeviceClassDefaultResponse extends HttpResponse {
|
|
196
190
|
status: string;
|
|
197
191
|
body: ErrorResponseOutput;
|
|
198
192
|
}
|
|
@@ -202,7 +196,7 @@ export interface DeviceManagementListDevices200Response extends HttpResponse {
|
|
|
202
196
|
body: DevicesListOutput;
|
|
203
197
|
}
|
|
204
198
|
/** Gets a list of devices connected to Device Update for IoT Hub. */
|
|
205
|
-
export interface
|
|
199
|
+
export interface DeviceManagementListDevicesDefaultResponse extends HttpResponse {
|
|
206
200
|
status: string;
|
|
207
201
|
body: ErrorResponseOutput;
|
|
208
202
|
}
|
|
@@ -213,11 +207,10 @@ export interface DeviceManagementImportDevices202Headers {
|
|
|
213
207
|
/** Import existing devices from IoT Hub. This is a long-running-operation; use Operation-Location response header value to check for operation status. */
|
|
214
208
|
export interface DeviceManagementImportDevices202Response extends HttpResponse {
|
|
215
209
|
status: "202";
|
|
216
|
-
body: Record<string, unknown>;
|
|
217
210
|
headers: RawHttpHeaders & DeviceManagementImportDevices202Headers;
|
|
218
211
|
}
|
|
219
212
|
/** 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
|
|
213
|
+
export interface DeviceManagementImportDevicesDefaultResponse extends HttpResponse {
|
|
221
214
|
status: string;
|
|
222
215
|
body: ErrorResponseOutput;
|
|
223
216
|
}
|
|
@@ -227,7 +220,7 @@ export interface DeviceManagementGetDevice200Response extends HttpResponse {
|
|
|
227
220
|
body: DeviceOutput;
|
|
228
221
|
}
|
|
229
222
|
/** Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub. */
|
|
230
|
-
export interface
|
|
223
|
+
export interface DeviceManagementGetDeviceDefaultResponse extends HttpResponse {
|
|
231
224
|
status: string;
|
|
232
225
|
body: ErrorResponseOutput;
|
|
233
226
|
}
|
|
@@ -237,7 +230,7 @@ export interface DeviceManagementGetDeviceModule200Response extends HttpResponse
|
|
|
237
230
|
body: DeviceOutput;
|
|
238
231
|
}
|
|
239
232
|
/** Gets the device module properties and latest deployment status for a device module connected to Device Update for IoT Hub. */
|
|
240
|
-
export interface
|
|
233
|
+
export interface DeviceManagementGetDeviceModuleDefaultResponse extends HttpResponse {
|
|
241
234
|
status: string;
|
|
242
235
|
body: ErrorResponseOutput;
|
|
243
236
|
}
|
|
@@ -247,7 +240,7 @@ export interface DeviceManagementGetUpdateCompliance200Response extends HttpResp
|
|
|
247
240
|
body: UpdateComplianceOutput;
|
|
248
241
|
}
|
|
249
242
|
/** 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
|
|
243
|
+
export interface DeviceManagementGetUpdateComplianceDefaultResponse extends HttpResponse {
|
|
251
244
|
status: string;
|
|
252
245
|
body: ErrorResponseOutput;
|
|
253
246
|
}
|
|
@@ -257,7 +250,7 @@ export interface DeviceManagementListGroups200Response extends HttpResponse {
|
|
|
257
250
|
body: GroupsListOutput;
|
|
258
251
|
}
|
|
259
252
|
/** Gets a list of all device groups. The $default group will always be returned first. */
|
|
260
|
-
export interface
|
|
253
|
+
export interface DeviceManagementListGroupsDefaultResponse extends HttpResponse {
|
|
261
254
|
status: string;
|
|
262
255
|
body: ErrorResponseOutput;
|
|
263
256
|
}
|
|
@@ -267,17 +260,16 @@ export interface DeviceManagementGetGroup200Response extends HttpResponse {
|
|
|
267
260
|
body: GroupOutput;
|
|
268
261
|
}
|
|
269
262
|
/** Gets the device group properties. */
|
|
270
|
-
export interface
|
|
263
|
+
export interface DeviceManagementGetGroupDefaultResponse extends HttpResponse {
|
|
271
264
|
status: string;
|
|
272
265
|
body: ErrorResponseOutput;
|
|
273
266
|
}
|
|
274
267
|
/** 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
268
|
export interface DeviceManagementDeleteGroup204Response extends HttpResponse {
|
|
276
269
|
status: "204";
|
|
277
|
-
body: Record<string, unknown>;
|
|
278
270
|
}
|
|
279
271
|
/** 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
|
|
272
|
+
export interface DeviceManagementDeleteGroupDefaultResponse extends HttpResponse {
|
|
281
273
|
status: string;
|
|
282
274
|
body: ErrorResponseOutput;
|
|
283
275
|
}
|
|
@@ -287,7 +279,7 @@ export interface DeviceManagementGetUpdateComplianceForGroup200Response extends
|
|
|
287
279
|
body: UpdateComplianceOutput;
|
|
288
280
|
}
|
|
289
281
|
/** 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
|
|
282
|
+
export interface DeviceManagementGetUpdateComplianceForGroupDefaultResponse extends HttpResponse {
|
|
291
283
|
status: string;
|
|
292
284
|
body: ErrorResponseOutput;
|
|
293
285
|
}
|
|
@@ -297,7 +289,7 @@ export interface DeviceManagementListBestUpdatesForGroup200Response extends Http
|
|
|
297
289
|
body: DeviceClassSubgroupUpdatableDevicesListOutput;
|
|
298
290
|
}
|
|
299
291
|
/** Get the best available updates for a device group and a count of how many devices need each update. */
|
|
300
|
-
export interface
|
|
292
|
+
export interface DeviceManagementListBestUpdatesForGroupDefaultResponse extends HttpResponse {
|
|
301
293
|
status: string;
|
|
302
294
|
body: ErrorResponseOutput;
|
|
303
295
|
}
|
|
@@ -307,7 +299,7 @@ export interface DeviceManagementListDeploymentsForGroup200Response extends Http
|
|
|
307
299
|
body: DeploymentsListOutput;
|
|
308
300
|
}
|
|
309
301
|
/** Gets a list of deployments for a device group. */
|
|
310
|
-
export interface
|
|
302
|
+
export interface DeviceManagementListDeploymentsForGroupDefaultResponse extends HttpResponse {
|
|
311
303
|
status: string;
|
|
312
304
|
body: ErrorResponseOutput;
|
|
313
305
|
}
|
|
@@ -317,7 +309,7 @@ export interface DeviceManagementGetDeployment200Response extends HttpResponse {
|
|
|
317
309
|
body: DeploymentOutput;
|
|
318
310
|
}
|
|
319
311
|
/** Gets the deployment properties. */
|
|
320
|
-
export interface
|
|
312
|
+
export interface DeviceManagementGetDeploymentDefaultResponse extends HttpResponse {
|
|
321
313
|
status: string;
|
|
322
314
|
body: ErrorResponseOutput;
|
|
323
315
|
}
|
|
@@ -327,17 +319,16 @@ export interface DeviceManagementCreateOrUpdateDeployment200Response extends Htt
|
|
|
327
319
|
body: DeploymentOutput;
|
|
328
320
|
}
|
|
329
321
|
/** Creates or updates a deployment. */
|
|
330
|
-
export interface
|
|
322
|
+
export interface DeviceManagementCreateOrUpdateDeploymentDefaultResponse extends HttpResponse {
|
|
331
323
|
status: string;
|
|
332
324
|
body: ErrorResponseOutput;
|
|
333
325
|
}
|
|
334
326
|
/** Deletes a deployment. */
|
|
335
327
|
export interface DeviceManagementDeleteDeployment204Response extends HttpResponse {
|
|
336
328
|
status: "204";
|
|
337
|
-
body: Record<string, unknown>;
|
|
338
329
|
}
|
|
339
330
|
/** Deletes a deployment. */
|
|
340
|
-
export interface
|
|
331
|
+
export interface DeviceManagementDeleteDeploymentDefaultResponse extends HttpResponse {
|
|
341
332
|
status: string;
|
|
342
333
|
body: ErrorResponseOutput;
|
|
343
334
|
}
|
|
@@ -347,7 +338,7 @@ export interface DeviceManagementGetDeploymentStatus200Response extends HttpResp
|
|
|
347
338
|
body: DeploymentStatusOutput;
|
|
348
339
|
}
|
|
349
340
|
/** 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
|
|
341
|
+
export interface DeviceManagementGetDeploymentStatusDefaultResponse extends HttpResponse {
|
|
351
342
|
status: string;
|
|
352
343
|
body: ErrorResponseOutput;
|
|
353
344
|
}
|
|
@@ -357,7 +348,7 @@ export interface DeviceManagementListDeviceClassSubgroupsForGroup200Response ext
|
|
|
357
348
|
body: DeviceClassSubgroupsListOutput;
|
|
358
349
|
}
|
|
359
350
|
/** 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
|
|
351
|
+
export interface DeviceManagementListDeviceClassSubgroupsForGroupDefaultResponse extends HttpResponse {
|
|
361
352
|
status: string;
|
|
362
353
|
body: ErrorResponseOutput;
|
|
363
354
|
}
|
|
@@ -367,17 +358,16 @@ export interface DeviceManagementGetDeviceClassSubgroup200Response extends HttpR
|
|
|
367
358
|
body: DeviceClassSubgroupOutput;
|
|
368
359
|
}
|
|
369
360
|
/** 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
|
|
361
|
+
export interface DeviceManagementGetDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
371
362
|
status: string;
|
|
372
363
|
body: ErrorResponseOutput;
|
|
373
364
|
}
|
|
374
365
|
/** 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
366
|
export interface DeviceManagementDeleteDeviceClassSubgroup204Response extends HttpResponse {
|
|
376
367
|
status: "204";
|
|
377
|
-
body: Record<string, unknown>;
|
|
378
368
|
}
|
|
379
369
|
/** 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
|
|
370
|
+
export interface DeviceManagementDeleteDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
381
371
|
status: string;
|
|
382
372
|
body: ErrorResponseOutput;
|
|
383
373
|
}
|
|
@@ -387,7 +377,7 @@ export interface DeviceManagementGetDeviceClassSubgroupUpdateCompliance200Respon
|
|
|
387
377
|
body: UpdateComplianceOutput;
|
|
388
378
|
}
|
|
389
379
|
/** 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
|
|
380
|
+
export interface DeviceManagementGetDeviceClassSubgroupUpdateComplianceDefaultResponse extends HttpResponse {
|
|
391
381
|
status: string;
|
|
392
382
|
body: ErrorResponseOutput;
|
|
393
383
|
}
|
|
@@ -397,7 +387,7 @@ export interface DeviceManagementGetBestUpdatesForDeviceClassSubgroup200Response
|
|
|
397
387
|
body: DeviceClassSubgroupUpdatableDevicesOutput;
|
|
398
388
|
}
|
|
399
389
|
/** Get the best available update for a device class subgroup and a count of how many devices need this update. */
|
|
400
|
-
export interface
|
|
390
|
+
export interface DeviceManagementGetBestUpdatesForDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
401
391
|
status: string;
|
|
402
392
|
body: ErrorResponseOutput;
|
|
403
393
|
}
|
|
@@ -407,7 +397,7 @@ export interface DeviceManagementListDeploymentsForDeviceClassSubgroup200Respons
|
|
|
407
397
|
body: DeploymentsListOutput;
|
|
408
398
|
}
|
|
409
399
|
/** Gets a list of deployments for a device class subgroup. */
|
|
410
|
-
export interface
|
|
400
|
+
export interface DeviceManagementListDeploymentsForDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
411
401
|
status: string;
|
|
412
402
|
body: ErrorResponseOutput;
|
|
413
403
|
}
|
|
@@ -417,17 +407,16 @@ export interface DeviceManagementGetDeploymentForDeviceClassSubgroup200Response
|
|
|
417
407
|
body: DeploymentOutput;
|
|
418
408
|
}
|
|
419
409
|
/** Gets the deployment properties. */
|
|
420
|
-
export interface
|
|
410
|
+
export interface DeviceManagementGetDeploymentForDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
421
411
|
status: string;
|
|
422
412
|
body: ErrorResponseOutput;
|
|
423
413
|
}
|
|
424
414
|
/** Deletes a device class subgroup deployment. */
|
|
425
415
|
export interface DeviceManagementDeleteDeploymentForDeviceClassSubgroup204Response extends HttpResponse {
|
|
426
416
|
status: "204";
|
|
427
|
-
body: Record<string, unknown>;
|
|
428
417
|
}
|
|
429
418
|
/** Deletes a device class subgroup deployment. */
|
|
430
|
-
export interface
|
|
419
|
+
export interface DeviceManagementDeleteDeploymentForDeviceClassSubgroupDefaultResponse extends HttpResponse {
|
|
431
420
|
status: string;
|
|
432
421
|
body: ErrorResponseOutput;
|
|
433
422
|
}
|
|
@@ -437,7 +426,7 @@ export interface DeviceManagementStopDeployment200Response extends HttpResponse
|
|
|
437
426
|
body: DeploymentOutput;
|
|
438
427
|
}
|
|
439
428
|
/** Stops a deployment. */
|
|
440
|
-
export interface
|
|
429
|
+
export interface DeviceManagementStopDeploymentDefaultResponse extends HttpResponse {
|
|
441
430
|
status: string;
|
|
442
431
|
body: ErrorResponseOutput;
|
|
443
432
|
}
|
|
@@ -447,7 +436,7 @@ export interface DeviceManagementRetryDeployment200Response extends HttpResponse
|
|
|
447
436
|
body: DeploymentOutput;
|
|
448
437
|
}
|
|
449
438
|
/** Retries a deployment with failed devices. */
|
|
450
|
-
export interface
|
|
439
|
+
export interface DeviceManagementRetryDeploymentDefaultResponse extends HttpResponse {
|
|
451
440
|
status: string;
|
|
452
441
|
body: ErrorResponseOutput;
|
|
453
442
|
}
|
|
@@ -457,7 +446,7 @@ export interface DeviceManagementGetDeviceClassSubgroupDeploymentStatus200Respon
|
|
|
457
446
|
body: DeviceClassSubgroupDeploymentStatusOutput;
|
|
458
447
|
}
|
|
459
448
|
/** 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
|
|
449
|
+
export interface DeviceManagementGetDeviceClassSubgroupDeploymentStatusDefaultResponse extends HttpResponse {
|
|
461
450
|
status: string;
|
|
462
451
|
body: ErrorResponseOutput;
|
|
463
452
|
}
|
|
@@ -467,7 +456,7 @@ export interface DeviceManagementListDeviceStatesForDeviceClassSubgroupDeploymen
|
|
|
467
456
|
body: DeploymentDeviceStatesListOutput;
|
|
468
457
|
}
|
|
469
458
|
/** Gets a list of devices in a deployment along with their state. Useful for getting a list of failed devices. */
|
|
470
|
-
export interface
|
|
459
|
+
export interface DeviceManagementListDeviceStatesForDeviceClassSubgroupDeploymentDefaultResponse extends HttpResponse {
|
|
471
460
|
status: string;
|
|
472
461
|
body: ErrorResponseOutput;
|
|
473
462
|
}
|
|
@@ -484,10 +473,9 @@ export interface DeviceManagementGetOperationStatus200Response extends HttpRespo
|
|
|
484
473
|
/** Retrieve operation status. */
|
|
485
474
|
export interface DeviceManagementGetOperationStatus304Response extends HttpResponse {
|
|
486
475
|
status: "304";
|
|
487
|
-
body: Record<string, unknown>;
|
|
488
476
|
}
|
|
489
477
|
/** Retrieve operation status. */
|
|
490
|
-
export interface
|
|
478
|
+
export interface DeviceManagementGetOperationStatusDefaultResponse extends HttpResponse {
|
|
491
479
|
status: string;
|
|
492
480
|
body: ErrorResponseOutput;
|
|
493
481
|
}
|
|
@@ -497,7 +485,7 @@ export interface DeviceManagementListOperationStatuses200Response extends HttpRe
|
|
|
497
485
|
body: DeviceOperationsListOutput;
|
|
498
486
|
}
|
|
499
487
|
/** Get a list of all device import operations. Completed operations are kept for 7 days before auto-deleted. */
|
|
500
|
-
export interface
|
|
488
|
+
export interface DeviceManagementListOperationStatusesDefaultResponse extends HttpResponse {
|
|
501
489
|
status: string;
|
|
502
490
|
body: ErrorResponseOutput;
|
|
503
491
|
}
|
|
@@ -507,7 +495,7 @@ export interface DeviceManagementStartLogCollection201Response extends HttpRespo
|
|
|
507
495
|
body: LogCollectionOutput;
|
|
508
496
|
}
|
|
509
497
|
/** Start the device diagnostics log collection on specified devices. */
|
|
510
|
-
export interface
|
|
498
|
+
export interface DeviceManagementStartLogCollectionDefaultResponse extends HttpResponse {
|
|
511
499
|
status: string;
|
|
512
500
|
body: ErrorResponseOutput;
|
|
513
501
|
}
|
|
@@ -517,7 +505,7 @@ export interface DeviceManagementGetLogCollection200Response extends HttpRespons
|
|
|
517
505
|
body: LogCollectionOutput;
|
|
518
506
|
}
|
|
519
507
|
/** Get the device diagnostics log collection */
|
|
520
|
-
export interface
|
|
508
|
+
export interface DeviceManagementGetLogCollectionDefaultResponse extends HttpResponse {
|
|
521
509
|
status: string;
|
|
522
510
|
body: ErrorResponseOutput;
|
|
523
511
|
}
|
|
@@ -527,7 +515,7 @@ export interface DeviceManagementListLogCollections200Response extends HttpRespo
|
|
|
527
515
|
body: LogCollectionListOutput;
|
|
528
516
|
}
|
|
529
517
|
/** Get all device diagnostics log collections */
|
|
530
|
-
export interface
|
|
518
|
+
export interface DeviceManagementListLogCollectionsDefaultResponse extends HttpResponse {
|
|
531
519
|
status: string;
|
|
532
520
|
body: ErrorResponseOutput;
|
|
533
521
|
}
|
|
@@ -537,7 +525,7 @@ export interface DeviceManagementGetLogCollectionDetailedStatus200Response exten
|
|
|
537
525
|
body: LogCollectionOperationDetailedStatusOutput;
|
|
538
526
|
}
|
|
539
527
|
/** Get log collection with detailed status */
|
|
540
|
-
export interface
|
|
528
|
+
export interface DeviceManagementGetLogCollectionDetailedStatusDefaultResponse extends HttpResponse {
|
|
541
529
|
status: string;
|
|
542
530
|
body: ErrorResponseOutput;
|
|
543
531
|
}
|
|
@@ -547,7 +535,7 @@ export interface DeviceManagementListHealthOfDevices200Response extends HttpResp
|
|
|
547
535
|
body: DeviceHealthListOutput;
|
|
548
536
|
}
|
|
549
537
|
/** Get list of device health */
|
|
550
|
-
export interface
|
|
538
|
+
export interface DeviceManagementListHealthOfDevicesDefaultResponse extends HttpResponse {
|
|
551
539
|
status: string;
|
|
552
540
|
body: ErrorResponseOutput;
|
|
553
541
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|