@azure-rest/iot-device-update 1.0.0-alpha.20220715.1 → 1.0.0-alpha.20220912.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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist-esm/src/clientDefinitions.js.map +1 -1
- package/dist-esm/src/deviceUpdate.js +2 -2
- package/dist-esm/src/deviceUpdate.js.map +1 -1
- package/dist-esm/src/isUnexpected.js +2 -2
- package/dist-esm/src/isUnexpected.js.map +1 -1
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/src/outputModels.js.map +1 -1
- package/dist-esm/src/parameters.js.map +1 -1
- package/dist-esm/src/responses.js.map +1 -1
- package/package.json +6 -3
- package/review/iot-device-update.api.md +106 -98
- package/types/iot-device-update.d.ts +123 -117
|
@@ -623,27 +623,27 @@ export type DeviceManagementGetLogCollectionDetailedStatusParameters = RequestPa
|
|
|
623
623
|
export type DeviceManagementGetLogCollectionParameters = RequestParameters;
|
|
624
624
|
|
|
625
625
|
// @public (undocumented)
|
|
626
|
-
export interface
|
|
627
|
-
get(options?:
|
|
626
|
+
export interface DeviceManagementGetOperationStatus {
|
|
627
|
+
get(options?: DeviceManagementGetOperationStatusParameters): StreamableMethod<DeviceManagementGetOperationStatus200Response | DeviceManagementGetOperationStatus304Response | DeviceManagementGetOperationStatusdefaultResponse>;
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
// @public (undocumented)
|
|
631
|
-
export interface
|
|
631
|
+
export interface DeviceManagementGetOperationStatus200Headers {
|
|
632
632
|
"retry-after"?: string;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
// @public
|
|
636
|
-
export interface
|
|
636
|
+
export interface DeviceManagementGetOperationStatus200Response extends HttpResponse {
|
|
637
637
|
// (undocumented)
|
|
638
638
|
body: DeviceOperationOutput;
|
|
639
639
|
// (undocumented)
|
|
640
|
-
headers: RawHttpHeaders &
|
|
640
|
+
headers: RawHttpHeaders & DeviceManagementGetOperationStatus200Headers;
|
|
641
641
|
// (undocumented)
|
|
642
642
|
status: "200";
|
|
643
643
|
}
|
|
644
644
|
|
|
645
645
|
// @public
|
|
646
|
-
export interface
|
|
646
|
+
export interface DeviceManagementGetOperationStatus304Response extends HttpResponse {
|
|
647
647
|
// (undocumented)
|
|
648
648
|
body: Record<string, unknown>;
|
|
649
649
|
// (undocumented)
|
|
@@ -651,7 +651,7 @@ export interface DeviceManagementGetOperation304Response extends HttpResponse {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
// @public
|
|
654
|
-
export interface
|
|
654
|
+
export interface DeviceManagementGetOperationStatusdefaultResponse extends HttpResponse {
|
|
655
655
|
// (undocumented)
|
|
656
656
|
body: ErrorResponseOutput;
|
|
657
657
|
// (undocumented)
|
|
@@ -659,18 +659,18 @@ export interface DeviceManagementGetOperationdefaultResponse extends HttpRespons
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
// @public (undocumented)
|
|
662
|
-
export interface
|
|
662
|
+
export interface DeviceManagementGetOperationStatusHeaderParam {
|
|
663
663
|
// (undocumented)
|
|
664
|
-
headers: RawHttpHeadersInput &
|
|
664
|
+
headers: RawHttpHeadersInput & DeviceManagementGetOperationStatusHeaders;
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
// @public (undocumented)
|
|
668
|
-
export interface
|
|
668
|
+
export interface DeviceManagementGetOperationStatusHeaders {
|
|
669
669
|
"If-None-Match"?: string;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
672
|
// @public (undocumented)
|
|
673
|
-
export type
|
|
673
|
+
export type DeviceManagementGetOperationStatusParameters = DeviceManagementGetOperationStatusHeaderParam & RequestParameters;
|
|
674
674
|
|
|
675
675
|
// @public (undocumented)
|
|
676
676
|
export interface DeviceManagementGetUpdateCompliance {
|
|
@@ -783,18 +783,7 @@ export interface DeviceManagementListBestUpdatesForGroupdefaultResponse extends
|
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
// @public (undocumented)
|
|
786
|
-
export type DeviceManagementListBestUpdatesForGroupParameters =
|
|
787
|
-
|
|
788
|
-
// @public (undocumented)
|
|
789
|
-
export interface DeviceManagementListBestUpdatesForGroupQueryParam {
|
|
790
|
-
// (undocumented)
|
|
791
|
-
queryParameters?: DeviceManagementListBestUpdatesForGroupQueryParamProperties;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
// @public (undocumented)
|
|
795
|
-
export interface DeviceManagementListBestUpdatesForGroupQueryParamProperties {
|
|
796
|
-
filter?: string;
|
|
797
|
-
}
|
|
786
|
+
export type DeviceManagementListBestUpdatesForGroupParameters = RequestParameters;
|
|
798
787
|
|
|
799
788
|
// @public (undocumented)
|
|
800
789
|
export interface DeviceManagementListDeploymentsForDeviceClassSubgroup {
|
|
@@ -888,7 +877,18 @@ export interface DeviceManagementListDeviceClassesdefaultResponse extends HttpRe
|
|
|
888
877
|
}
|
|
889
878
|
|
|
890
879
|
// @public (undocumented)
|
|
891
|
-
export type DeviceManagementListDeviceClassesParameters = RequestParameters;
|
|
880
|
+
export type DeviceManagementListDeviceClassesParameters = DeviceManagementListDeviceClassesQueryParam & RequestParameters;
|
|
881
|
+
|
|
882
|
+
// @public (undocumented)
|
|
883
|
+
export interface DeviceManagementListDeviceClassesQueryParam {
|
|
884
|
+
// (undocumented)
|
|
885
|
+
queryParameters?: DeviceManagementListDeviceClassesQueryParamProperties;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
// @public (undocumented)
|
|
889
|
+
export interface DeviceManagementListDeviceClassesQueryParamProperties {
|
|
890
|
+
filter?: string;
|
|
891
|
+
}
|
|
892
892
|
|
|
893
893
|
// @public (undocumented)
|
|
894
894
|
export interface DeviceManagementListDeviceClassSubgroupsForGroup {
|
|
@@ -925,41 +925,6 @@ export interface DeviceManagementListDeviceClassSubgroupsForGroupQueryParamPrope
|
|
|
925
925
|
filter?: string;
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
// @public (undocumented)
|
|
929
|
-
export interface DeviceManagementListDeviceHealth {
|
|
930
|
-
get(options: DeviceManagementListDeviceHealthParameters): StreamableMethod<DeviceManagementListDeviceHealth200Response | DeviceManagementListDeviceHealthdefaultResponse>;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
// @public
|
|
934
|
-
export interface DeviceManagementListDeviceHealth200Response extends HttpResponse {
|
|
935
|
-
// (undocumented)
|
|
936
|
-
body: DeviceHealthListOutput;
|
|
937
|
-
// (undocumented)
|
|
938
|
-
status: "200";
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
// @public
|
|
942
|
-
export interface DeviceManagementListDeviceHealthdefaultResponse extends HttpResponse {
|
|
943
|
-
// (undocumented)
|
|
944
|
-
body: ErrorResponseOutput;
|
|
945
|
-
// (undocumented)
|
|
946
|
-
status: string;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
// @public (undocumented)
|
|
950
|
-
export type DeviceManagementListDeviceHealthParameters = DeviceManagementListDeviceHealthQueryParam & RequestParameters;
|
|
951
|
-
|
|
952
|
-
// @public (undocumented)
|
|
953
|
-
export interface DeviceManagementListDeviceHealthQueryParam {
|
|
954
|
-
// (undocumented)
|
|
955
|
-
queryParameters: DeviceManagementListDeviceHealthQueryParamProperties;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
// @public (undocumented)
|
|
959
|
-
export interface DeviceManagementListDeviceHealthQueryParamProperties {
|
|
960
|
-
filter: string;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
928
|
// @public (undocumented)
|
|
964
929
|
export interface DeviceManagementListDevices {
|
|
965
930
|
get(options?: DeviceManagementListDevicesParameters): StreamableMethod<DeviceManagementListDevices200Response | DeviceManagementListDevicesdefaultResponse>;
|
|
@@ -1065,6 +1030,41 @@ export interface DeviceManagementListGroupsQueryParamProperties {
|
|
|
1065
1030
|
orderby?: string;
|
|
1066
1031
|
}
|
|
1067
1032
|
|
|
1033
|
+
// @public (undocumented)
|
|
1034
|
+
export interface DeviceManagementListHealthOfDevices {
|
|
1035
|
+
get(options: DeviceManagementListHealthOfDevicesParameters): StreamableMethod<DeviceManagementListHealthOfDevices200Response | DeviceManagementListHealthOfDevicesdefaultResponse>;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
// @public
|
|
1039
|
+
export interface DeviceManagementListHealthOfDevices200Response extends HttpResponse {
|
|
1040
|
+
// (undocumented)
|
|
1041
|
+
body: DeviceHealthListOutput;
|
|
1042
|
+
// (undocumented)
|
|
1043
|
+
status: "200";
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export interface DeviceManagementListHealthOfDevicesdefaultResponse extends HttpResponse {
|
|
1048
|
+
// (undocumented)
|
|
1049
|
+
body: ErrorResponseOutput;
|
|
1050
|
+
// (undocumented)
|
|
1051
|
+
status: string;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
// @public (undocumented)
|
|
1055
|
+
export type DeviceManagementListHealthOfDevicesParameters = DeviceManagementListHealthOfDevicesQueryParam & RequestParameters;
|
|
1056
|
+
|
|
1057
|
+
// @public (undocumented)
|
|
1058
|
+
export interface DeviceManagementListHealthOfDevicesQueryParam {
|
|
1059
|
+
// (undocumented)
|
|
1060
|
+
queryParameters: DeviceManagementListHealthOfDevicesQueryParamProperties;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
// @public (undocumented)
|
|
1064
|
+
export interface DeviceManagementListHealthOfDevicesQueryParamProperties {
|
|
1065
|
+
filter: string;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
1068
|
// @public (undocumented)
|
|
1069
1069
|
export interface DeviceManagementListInstallableUpdatesForDeviceClass {
|
|
1070
1070
|
get(options?: DeviceManagementListInstallableUpdatesForDeviceClassParameters): StreamableMethod<DeviceManagementListInstallableUpdatesForDeviceClass200Response | DeviceManagementListInstallableUpdatesForDeviceClassdefaultResponse>;
|
|
@@ -1114,12 +1114,12 @@ export interface DeviceManagementListLogCollectionsdefaultResponse extends HttpR
|
|
|
1114
1114
|
export type DeviceManagementListLogCollectionsParameters = RequestParameters;
|
|
1115
1115
|
|
|
1116
1116
|
// @public (undocumented)
|
|
1117
|
-
export interface
|
|
1118
|
-
get(options?:
|
|
1117
|
+
export interface DeviceManagementListOperationStatuses {
|
|
1118
|
+
get(options?: DeviceManagementListOperationStatusesParameters): StreamableMethod<DeviceManagementListOperationStatuses200Response | DeviceManagementListOperationStatusesdefaultResponse>;
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
1121
|
// @public
|
|
1122
|
-
export interface
|
|
1122
|
+
export interface DeviceManagementListOperationStatuses200Response extends HttpResponse {
|
|
1123
1123
|
// (undocumented)
|
|
1124
1124
|
body: DeviceOperationsListOutput;
|
|
1125
1125
|
// (undocumented)
|
|
@@ -1127,7 +1127,7 @@ export interface DeviceManagementListOperations200Response extends HttpResponse
|
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
1129
|
// @public
|
|
1130
|
-
export interface
|
|
1130
|
+
export interface DeviceManagementListOperationStatusesdefaultResponse extends HttpResponse {
|
|
1131
1131
|
// (undocumented)
|
|
1132
1132
|
body: ErrorResponseOutput;
|
|
1133
1133
|
// (undocumented)
|
|
@@ -1135,16 +1135,16 @@ export interface DeviceManagementListOperationsdefaultResponse extends HttpRespo
|
|
|
1135
1135
|
}
|
|
1136
1136
|
|
|
1137
1137
|
// @public (undocumented)
|
|
1138
|
-
export type
|
|
1138
|
+
export type DeviceManagementListOperationStatusesParameters = DeviceManagementListOperationStatusesQueryParam & RequestParameters;
|
|
1139
1139
|
|
|
1140
1140
|
// @public (undocumented)
|
|
1141
|
-
export interface
|
|
1141
|
+
export interface DeviceManagementListOperationStatusesQueryParam {
|
|
1142
1142
|
// (undocumented)
|
|
1143
|
-
queryParameters?:
|
|
1143
|
+
queryParameters?: DeviceManagementListOperationStatusesQueryParamProperties;
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
// @public (undocumented)
|
|
1147
|
-
export interface
|
|
1147
|
+
export interface DeviceManagementListOperationStatusesQueryParamProperties {
|
|
1148
1148
|
filter?: string;
|
|
1149
1149
|
top?: number;
|
|
1150
1150
|
}
|
|
@@ -1385,27 +1385,27 @@ export interface DeviceUpdateGetFileHeaders {
|
|
|
1385
1385
|
export type DeviceUpdateGetFileParameters = DeviceUpdateGetFileHeaderParam & RequestParameters;
|
|
1386
1386
|
|
|
1387
1387
|
// @public (undocumented)
|
|
1388
|
-
export interface
|
|
1389
|
-
get(options?:
|
|
1388
|
+
export interface DeviceUpdateGetOperationStatus {
|
|
1389
|
+
get(options?: DeviceUpdateGetOperationStatusParameters): StreamableMethod<DeviceUpdateGetOperationStatus200Response | DeviceUpdateGetOperationStatus304Response | DeviceUpdateGetOperationStatusdefaultResponse>;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
// @public (undocumented)
|
|
1393
|
-
export interface
|
|
1393
|
+
export interface DeviceUpdateGetOperationStatus200Headers {
|
|
1394
1394
|
"retry-after"?: string;
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
1397
|
// @public
|
|
1398
|
-
export interface
|
|
1398
|
+
export interface DeviceUpdateGetOperationStatus200Response extends HttpResponse {
|
|
1399
1399
|
// (undocumented)
|
|
1400
1400
|
body: UpdateOperationOutput;
|
|
1401
1401
|
// (undocumented)
|
|
1402
|
-
headers: RawHttpHeaders &
|
|
1402
|
+
headers: RawHttpHeaders & DeviceUpdateGetOperationStatus200Headers;
|
|
1403
1403
|
// (undocumented)
|
|
1404
1404
|
status: "200";
|
|
1405
1405
|
}
|
|
1406
1406
|
|
|
1407
1407
|
// @public
|
|
1408
|
-
export interface
|
|
1408
|
+
export interface DeviceUpdateGetOperationStatus304Response extends HttpResponse {
|
|
1409
1409
|
// (undocumented)
|
|
1410
1410
|
body: Record<string, unknown>;
|
|
1411
1411
|
// (undocumented)
|
|
@@ -1413,7 +1413,7 @@ export interface DeviceUpdateGetOperation304Response extends HttpResponse {
|
|
|
1413
1413
|
}
|
|
1414
1414
|
|
|
1415
1415
|
// @public
|
|
1416
|
-
export interface
|
|
1416
|
+
export interface DeviceUpdateGetOperationStatusdefaultResponse extends HttpResponse {
|
|
1417
1417
|
// (undocumented)
|
|
1418
1418
|
body: ErrorResponseOutput;
|
|
1419
1419
|
// (undocumented)
|
|
@@ -1421,18 +1421,18 @@ export interface DeviceUpdateGetOperationdefaultResponse extends HttpResponse {
|
|
|
1421
1421
|
}
|
|
1422
1422
|
|
|
1423
1423
|
// @public (undocumented)
|
|
1424
|
-
export interface
|
|
1424
|
+
export interface DeviceUpdateGetOperationStatusHeaderParam {
|
|
1425
1425
|
// (undocumented)
|
|
1426
|
-
headers: RawHttpHeadersInput &
|
|
1426
|
+
headers: RawHttpHeadersInput & DeviceUpdateGetOperationStatusHeaders;
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
1429
|
// @public (undocumented)
|
|
1430
|
-
export interface
|
|
1430
|
+
export interface DeviceUpdateGetOperationStatusHeaders {
|
|
1431
1431
|
"If-None-Match"?: string;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
// @public (undocumented)
|
|
1435
|
-
export type
|
|
1435
|
+
export type DeviceUpdateGetOperationStatusParameters = DeviceUpdateGetOperationStatusHeaderParam & RequestParameters;
|
|
1436
1436
|
|
|
1437
1437
|
// @public (undocumented)
|
|
1438
1438
|
export interface DeviceUpdateGetUpdate {
|
|
@@ -1480,7 +1480,15 @@ export type DeviceUpdateGetUpdateParameters = DeviceUpdateGetUpdateHeaderParam &
|
|
|
1480
1480
|
|
|
1481
1481
|
// @public (undocumented)
|
|
1482
1482
|
export interface DeviceUpdateImportUpdate {
|
|
1483
|
-
post(options: DeviceUpdateImportUpdateParameters): StreamableMethod<DeviceUpdateImportUpdate202Response | DeviceUpdateImportUpdatedefaultResponse>;
|
|
1483
|
+
post(options: DeviceUpdateImportUpdateParameters): StreamableMethod<DeviceUpdateImportUpdate200Response | DeviceUpdateImportUpdate202Response | DeviceUpdateImportUpdatedefaultResponse>;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
// @public
|
|
1487
|
+
export interface DeviceUpdateImportUpdate200Response extends HttpResponse {
|
|
1488
|
+
// (undocumented)
|
|
1489
|
+
body: UpdateOutput;
|
|
1490
|
+
// (undocumented)
|
|
1491
|
+
status: "200";
|
|
1484
1492
|
}
|
|
1485
1493
|
|
|
1486
1494
|
// @public (undocumented)
|
|
@@ -1568,12 +1576,12 @@ export interface DeviceUpdateListNamesdefaultResponse extends HttpResponse {
|
|
|
1568
1576
|
export type DeviceUpdateListNamesParameters = RequestParameters;
|
|
1569
1577
|
|
|
1570
1578
|
// @public (undocumented)
|
|
1571
|
-
export interface
|
|
1572
|
-
get(options?:
|
|
1579
|
+
export interface DeviceUpdateListOperationStatuses {
|
|
1580
|
+
get(options?: DeviceUpdateListOperationStatusesParameters): StreamableMethod<DeviceUpdateListOperationStatuses200Response | DeviceUpdateListOperationStatusesdefaultResponse>;
|
|
1573
1581
|
}
|
|
1574
1582
|
|
|
1575
1583
|
// @public
|
|
1576
|
-
export interface
|
|
1584
|
+
export interface DeviceUpdateListOperationStatuses200Response extends HttpResponse {
|
|
1577
1585
|
// (undocumented)
|
|
1578
1586
|
body: UpdateOperationsListOutput;
|
|
1579
1587
|
// (undocumented)
|
|
@@ -1581,7 +1589,7 @@ export interface DeviceUpdateListOperations200Response extends HttpResponse {
|
|
|
1581
1589
|
}
|
|
1582
1590
|
|
|
1583
1591
|
// @public
|
|
1584
|
-
export interface
|
|
1592
|
+
export interface DeviceUpdateListOperationStatusesdefaultResponse extends HttpResponse {
|
|
1585
1593
|
// (undocumented)
|
|
1586
1594
|
body: ErrorResponseOutput;
|
|
1587
1595
|
// (undocumented)
|
|
@@ -1589,16 +1597,16 @@ export interface DeviceUpdateListOperationsdefaultResponse extends HttpResponse
|
|
|
1589
1597
|
}
|
|
1590
1598
|
|
|
1591
1599
|
// @public (undocumented)
|
|
1592
|
-
export type
|
|
1600
|
+
export type DeviceUpdateListOperationStatusesParameters = DeviceUpdateListOperationStatusesQueryParam & RequestParameters;
|
|
1593
1601
|
|
|
1594
1602
|
// @public (undocumented)
|
|
1595
|
-
export interface
|
|
1603
|
+
export interface DeviceUpdateListOperationStatusesQueryParam {
|
|
1596
1604
|
// (undocumented)
|
|
1597
|
-
queryParameters?:
|
|
1605
|
+
queryParameters?: DeviceUpdateListOperationStatusesQueryParamProperties;
|
|
1598
1606
|
}
|
|
1599
1607
|
|
|
1600
1608
|
// @public (undocumented)
|
|
1601
|
-
export interface
|
|
1609
|
+
export interface DeviceUpdateListOperationStatusesQueryParamProperties {
|
|
1602
1610
|
filter?: string;
|
|
1603
1611
|
top?: number;
|
|
1604
1612
|
}
|
|
@@ -1794,7 +1802,7 @@ export interface InstructionsOutput {
|
|
|
1794
1802
|
export function isUnexpected(response: DeviceUpdateListUpdates200Response | DeviceUpdateListUpdatesdefaultResponse): response is DeviceUpdateListUpdatesdefaultResponse;
|
|
1795
1803
|
|
|
1796
1804
|
// @public (undocumented)
|
|
1797
|
-
export function isUnexpected(response: DeviceUpdateImportUpdate202Response | DeviceUpdateImportUpdatedefaultResponse): response is DeviceUpdateImportUpdatedefaultResponse;
|
|
1805
|
+
export function isUnexpected(response: DeviceUpdateImportUpdate200Response | DeviceUpdateImportUpdate202Response | DeviceUpdateImportUpdatedefaultResponse): response is DeviceUpdateImportUpdatedefaultResponse;
|
|
1798
1806
|
|
|
1799
1807
|
// @public (undocumented)
|
|
1800
1808
|
export function isUnexpected(response: DeviceUpdateGetUpdate200Response | DeviceUpdateGetUpdate304Response | DeviceUpdateGetUpdatedefaultResponse): response is DeviceUpdateGetUpdatedefaultResponse;
|
|
@@ -1818,10 +1826,10 @@ export function isUnexpected(response: DeviceUpdateListFiles200Response | Device
|
|
|
1818
1826
|
export function isUnexpected(response: DeviceUpdateGetFile200Response | DeviceUpdateGetFile304Response | DeviceUpdateGetFiledefaultResponse): response is DeviceUpdateGetFiledefaultResponse;
|
|
1819
1827
|
|
|
1820
1828
|
// @public (undocumented)
|
|
1821
|
-
export function isUnexpected(response:
|
|
1829
|
+
export function isUnexpected(response: DeviceUpdateListOperationStatuses200Response | DeviceUpdateListOperationStatusesdefaultResponse): response is DeviceUpdateListOperationStatusesdefaultResponse;
|
|
1822
1830
|
|
|
1823
1831
|
// @public (undocumented)
|
|
1824
|
-
export function isUnexpected(response:
|
|
1832
|
+
export function isUnexpected(response: DeviceUpdateGetOperationStatus200Response | DeviceUpdateGetOperationStatus304Response | DeviceUpdateGetOperationStatusdefaultResponse): response is DeviceUpdateGetOperationStatusdefaultResponse;
|
|
1825
1833
|
|
|
1826
1834
|
// @public (undocumented)
|
|
1827
1835
|
export function isUnexpected(response: DeviceManagementListDeviceClasses200Response | DeviceManagementListDeviceClassesdefaultResponse): response is DeviceManagementListDeviceClassesdefaultResponse;
|
|
@@ -1920,10 +1928,10 @@ export function isUnexpected(response: DeviceManagementGetDeviceClassSubgroupDep
|
|
|
1920
1928
|
export function isUnexpected(response: DeviceManagementListDeviceStatesForDeviceClassSubgroupDeployment200Response | DeviceManagementListDeviceStatesForDeviceClassSubgroupDeploymentdefaultResponse): response is DeviceManagementListDeviceStatesForDeviceClassSubgroupDeploymentdefaultResponse;
|
|
1921
1929
|
|
|
1922
1930
|
// @public (undocumented)
|
|
1923
|
-
export function isUnexpected(response:
|
|
1931
|
+
export function isUnexpected(response: DeviceManagementGetOperationStatus200Response | DeviceManagementGetOperationStatus304Response | DeviceManagementGetOperationStatusdefaultResponse): response is DeviceManagementGetOperationStatusdefaultResponse;
|
|
1924
1932
|
|
|
1925
1933
|
// @public (undocumented)
|
|
1926
|
-
export function isUnexpected(response:
|
|
1934
|
+
export function isUnexpected(response: DeviceManagementListOperationStatuses200Response | DeviceManagementListOperationStatusesdefaultResponse): response is DeviceManagementListOperationStatusesdefaultResponse;
|
|
1927
1935
|
|
|
1928
1936
|
// @public (undocumented)
|
|
1929
1937
|
export function isUnexpected(response: DeviceManagementStartLogCollection201Response | DeviceManagementStartLogCollectiondefaultResponse): response is DeviceManagementStartLogCollectiondefaultResponse;
|
|
@@ -1938,7 +1946,7 @@ export function isUnexpected(response: DeviceManagementListLogCollections200Resp
|
|
|
1938
1946
|
export function isUnexpected(response: DeviceManagementGetLogCollectionDetailedStatus200Response | DeviceManagementGetLogCollectionDetailedStatusdefaultResponse): response is DeviceManagementGetLogCollectionDetailedStatusdefaultResponse;
|
|
1939
1947
|
|
|
1940
1948
|
// @public (undocumented)
|
|
1941
|
-
export function isUnexpected(response:
|
|
1949
|
+
export function isUnexpected(response: DeviceManagementListHealthOfDevices200Response | DeviceManagementListHealthOfDevicesdefaultResponse): response is DeviceManagementListHealthOfDevicesdefaultResponse;
|
|
1942
1950
|
|
|
1943
1951
|
// @public (undocumented)
|
|
1944
1952
|
export interface LogCollection {
|
|
@@ -2016,8 +2024,8 @@ export interface Routes {
|
|
|
2016
2024
|
(path: "/deviceUpdate/{instanceId}/updates/providers/{provider}/names/{name}/versions", instanceId: string, provider: string, name: string): DeviceUpdateListVersions;
|
|
2017
2025
|
(path: "/deviceUpdate/{instanceId}/updates/providers/{provider}/names/{name}/versions/{version}/files", instanceId: string, provider: string, name: string, version: string): DeviceUpdateListFiles;
|
|
2018
2026
|
(path: "/deviceUpdate/{instanceId}/updates/providers/{provider}/names/{name}/versions/{version}/files/{fileId}", instanceId: string, provider: string, name: string, version: string, fileId: string): DeviceUpdateGetFile;
|
|
2019
|
-
(path: "/deviceUpdate/{instanceId}/updates/operations", instanceId: string):
|
|
2020
|
-
(path: "/deviceUpdate/{instanceId}/updates/operations/{operationId}", instanceId: string, operationId: string):
|
|
2027
|
+
(path: "/deviceUpdate/{instanceId}/updates/operations", instanceId: string): DeviceUpdateListOperationStatuses;
|
|
2028
|
+
(path: "/deviceUpdate/{instanceId}/updates/operations/{operationId}", instanceId: string, operationId: string): DeviceUpdateGetOperationStatus;
|
|
2021
2029
|
(path: "/deviceUpdate/{instanceId}/management/deviceClasses", instanceId: string): DeviceManagementListDeviceClasses;
|
|
2022
2030
|
(path: "/deviceUpdate/{instanceId}/management/deviceClasses/{deviceClassId}", instanceId: string, deviceClassId: string): DeviceManagementGetDeviceClass;
|
|
2023
2031
|
(path: "/deviceUpdate/{instanceId}/management/deviceClasses/{deviceClassId}/installableUpdates", instanceId: string, deviceClassId: string): DeviceManagementListInstallableUpdatesForDeviceClass;
|
|
@@ -2043,12 +2051,12 @@ export interface Routes {
|
|
|
2043
2051
|
(path: "/deviceUpdate/{instanceId}/management/groups/{groupId}/deviceClassSubgroups/{deviceClassId}/deployments/{deploymentId}:retry", instanceId: string, groupId: string, deviceClassId: string, deploymentId: string): DeviceManagementRetryDeployment;
|
|
2044
2052
|
(path: "/deviceUpdate/{instanceId}/management/groups/{groupId}/deviceClassSubgroups/{deviceClassId}/deployments/{deploymentId}/status", instanceId: string, groupId: string, deviceClassId: string, deploymentId: string): DeviceManagementGetDeviceClassSubgroupDeploymentStatus;
|
|
2045
2053
|
(path: "/deviceUpdate/{instanceId}/management/groups/{groupId}/deviceClassSubgroups/{deviceClassId}/deployments/{deploymentId}/devicestates", instanceId: string, groupId: string, deviceClassId: string, deploymentId: string): DeviceManagementListDeviceStatesForDeviceClassSubgroupDeployment;
|
|
2046
|
-
(path: "/deviceUpdate/{instanceId}/management/operations/{operationId}", instanceId: string, operationId: string):
|
|
2047
|
-
(path: "/deviceUpdate/{instanceId}/management/operations", instanceId: string):
|
|
2054
|
+
(path: "/deviceUpdate/{instanceId}/management/operations/{operationId}", instanceId: string, operationId: string): DeviceManagementGetOperationStatus;
|
|
2055
|
+
(path: "/deviceUpdate/{instanceId}/management/operations", instanceId: string): DeviceManagementListOperationStatuses;
|
|
2048
2056
|
(path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/logCollections/{operationId}", instanceId: string, operationId: string): DeviceManagementStartLogCollection;
|
|
2049
2057
|
(path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/logCollections", instanceId: string): DeviceManagementListLogCollections;
|
|
2050
2058
|
(path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/logCollections/{operationId}/detailedStatus", instanceId: string, operationId: string): DeviceManagementGetLogCollectionDetailedStatus;
|
|
2051
|
-
(path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth", instanceId: string):
|
|
2059
|
+
(path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth", instanceId: string): DeviceManagementListHealthOfDevices;
|
|
2052
2060
|
}
|
|
2053
2061
|
|
|
2054
2062
|
// @public (undocumented)
|