@alicloud/csas20230120 1.2.0 → 1.3.0
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/client.d.ts +232 -153
- package/dist/client.js +139 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +326 -153
package/src/client.ts
CHANGED
|
@@ -72,9 +72,9 @@ export class AttachApplication2ConnectorResponseBody extends $tea.Model {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
export class AttachApplication2ConnectorResponse extends $tea.Model {
|
|
75
|
-
headers
|
|
76
|
-
statusCode
|
|
77
|
-
body
|
|
75
|
+
headers?: { [key: string]: string };
|
|
76
|
+
statusCode?: number;
|
|
77
|
+
body?: AttachApplication2ConnectorResponseBody;
|
|
78
78
|
static names(): { [key: string]: string } {
|
|
79
79
|
return {
|
|
80
80
|
headers: 'headers',
|
|
@@ -165,9 +165,9 @@ export class CreateDynamicRouteResponseBody extends $tea.Model {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
export class CreateDynamicRouteResponse extends $tea.Model {
|
|
168
|
-
headers
|
|
169
|
-
statusCode
|
|
170
|
-
body
|
|
168
|
+
headers?: { [key: string]: string };
|
|
169
|
+
statusCode?: number;
|
|
170
|
+
body?: CreateDynamicRouteResponseBody;
|
|
171
171
|
static names(): { [key: string]: string } {
|
|
172
172
|
return {
|
|
173
173
|
headers: 'headers',
|
|
@@ -249,9 +249,9 @@ export class CreatePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
export class CreatePrivateAccessApplicationResponse extends $tea.Model {
|
|
252
|
-
headers
|
|
253
|
-
statusCode
|
|
254
|
-
body
|
|
252
|
+
headers?: { [key: string]: string };
|
|
253
|
+
statusCode?: number;
|
|
254
|
+
body?: CreatePrivateAccessApplicationResponseBody;
|
|
255
255
|
static names(): { [key: string]: string } {
|
|
256
256
|
return {
|
|
257
257
|
headers: 'headers',
|
|
@@ -278,6 +278,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
278
278
|
applicationType?: string;
|
|
279
279
|
customUserAttributes?: CreatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
280
280
|
description?: string;
|
|
281
|
+
deviceAttributeId?: string;
|
|
281
282
|
name?: string;
|
|
282
283
|
policyAction?: string;
|
|
283
284
|
priority?: number;
|
|
@@ -291,6 +292,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
291
292
|
applicationType: 'ApplicationType',
|
|
292
293
|
customUserAttributes: 'CustomUserAttributes',
|
|
293
294
|
description: 'Description',
|
|
295
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
294
296
|
name: 'Name',
|
|
295
297
|
policyAction: 'PolicyAction',
|
|
296
298
|
priority: 'Priority',
|
|
@@ -307,6 +309,7 @@ export class CreatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
307
309
|
applicationType: 'string',
|
|
308
310
|
customUserAttributes: { 'type': 'array', 'itemType': CreatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
309
311
|
description: 'string',
|
|
312
|
+
deviceAttributeId: 'string',
|
|
310
313
|
name: 'string',
|
|
311
314
|
policyAction: 'string',
|
|
312
315
|
priority: 'number',
|
|
@@ -345,9 +348,9 @@ export class CreatePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
345
348
|
}
|
|
346
349
|
|
|
347
350
|
export class CreatePrivateAccessPolicyResponse extends $tea.Model {
|
|
348
|
-
headers
|
|
349
|
-
statusCode
|
|
350
|
-
body
|
|
351
|
+
headers?: { [key: string]: string };
|
|
352
|
+
statusCode?: number;
|
|
353
|
+
body?: CreatePrivateAccessPolicyResponseBody;
|
|
351
354
|
static names(): { [key: string]: string } {
|
|
352
355
|
return {
|
|
353
356
|
headers: 'headers',
|
|
@@ -414,9 +417,9 @@ export class CreatePrivateAccessTagResponseBody extends $tea.Model {
|
|
|
414
417
|
}
|
|
415
418
|
|
|
416
419
|
export class CreatePrivateAccessTagResponse extends $tea.Model {
|
|
417
|
-
headers
|
|
418
|
-
statusCode
|
|
419
|
-
body
|
|
420
|
+
headers?: { [key: string]: string };
|
|
421
|
+
statusCode?: number;
|
|
422
|
+
body?: CreatePrivateAccessTagResponseBody;
|
|
420
423
|
static names(): { [key: string]: string } {
|
|
421
424
|
return {
|
|
422
425
|
headers: 'headers',
|
|
@@ -559,9 +562,9 @@ export class CreateRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
559
562
|
}
|
|
560
563
|
|
|
561
564
|
export class CreateRegistrationPolicyResponse extends $tea.Model {
|
|
562
|
-
headers
|
|
563
|
-
statusCode
|
|
564
|
-
body
|
|
565
|
+
headers?: { [key: string]: string };
|
|
566
|
+
statusCode?: number;
|
|
567
|
+
body?: CreateRegistrationPolicyResponseBody;
|
|
565
568
|
static names(): { [key: string]: string } {
|
|
566
569
|
return {
|
|
567
570
|
headers: 'headers',
|
|
@@ -631,9 +634,9 @@ export class CreateUserGroupResponseBody extends $tea.Model {
|
|
|
631
634
|
}
|
|
632
635
|
|
|
633
636
|
export class CreateUserGroupResponse extends $tea.Model {
|
|
634
|
-
headers
|
|
635
|
-
statusCode
|
|
636
|
-
body
|
|
637
|
+
headers?: { [key: string]: string };
|
|
638
|
+
statusCode?: number;
|
|
639
|
+
body?: CreateUserGroupResponseBody;
|
|
637
640
|
static names(): { [key: string]: string } {
|
|
638
641
|
return {
|
|
639
642
|
headers: 'headers',
|
|
@@ -694,9 +697,9 @@ export class DeleteDynamicRouteResponseBody extends $tea.Model {
|
|
|
694
697
|
}
|
|
695
698
|
|
|
696
699
|
export class DeleteDynamicRouteResponse extends $tea.Model {
|
|
697
|
-
headers
|
|
698
|
-
statusCode
|
|
699
|
-
body
|
|
700
|
+
headers?: { [key: string]: string };
|
|
701
|
+
statusCode?: number;
|
|
702
|
+
body?: DeleteDynamicRouteResponseBody;
|
|
700
703
|
static names(): { [key: string]: string } {
|
|
701
704
|
return {
|
|
702
705
|
headers: 'headers',
|
|
@@ -757,9 +760,9 @@ export class DeletePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
757
760
|
}
|
|
758
761
|
|
|
759
762
|
export class DeletePrivateAccessApplicationResponse extends $tea.Model {
|
|
760
|
-
headers
|
|
761
|
-
statusCode
|
|
762
|
-
body
|
|
763
|
+
headers?: { [key: string]: string };
|
|
764
|
+
statusCode?: number;
|
|
765
|
+
body?: DeletePrivateAccessApplicationResponseBody;
|
|
763
766
|
static names(): { [key: string]: string } {
|
|
764
767
|
return {
|
|
765
768
|
headers: 'headers',
|
|
@@ -820,9 +823,9 @@ export class DeletePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
820
823
|
}
|
|
821
824
|
|
|
822
825
|
export class DeletePrivateAccessPolicyResponse extends $tea.Model {
|
|
823
|
-
headers
|
|
824
|
-
statusCode
|
|
825
|
-
body
|
|
826
|
+
headers?: { [key: string]: string };
|
|
827
|
+
statusCode?: number;
|
|
828
|
+
body?: DeletePrivateAccessPolicyResponseBody;
|
|
826
829
|
static names(): { [key: string]: string } {
|
|
827
830
|
return {
|
|
828
831
|
headers: 'headers',
|
|
@@ -883,9 +886,9 @@ export class DeletePrivateAccessTagResponseBody extends $tea.Model {
|
|
|
883
886
|
}
|
|
884
887
|
|
|
885
888
|
export class DeletePrivateAccessTagResponse extends $tea.Model {
|
|
886
|
-
headers
|
|
887
|
-
statusCode
|
|
888
|
-
body
|
|
889
|
+
headers?: { [key: string]: string };
|
|
890
|
+
statusCode?: number;
|
|
891
|
+
body?: DeletePrivateAccessTagResponseBody;
|
|
889
892
|
static names(): { [key: string]: string } {
|
|
890
893
|
return {
|
|
891
894
|
headers: 'headers',
|
|
@@ -946,9 +949,9 @@ export class DeleteRegistrationPoliciesResponseBody extends $tea.Model {
|
|
|
946
949
|
}
|
|
947
950
|
|
|
948
951
|
export class DeleteRegistrationPoliciesResponse extends $tea.Model {
|
|
949
|
-
headers
|
|
950
|
-
statusCode
|
|
951
|
-
body
|
|
952
|
+
headers?: { [key: string]: string };
|
|
953
|
+
statusCode?: number;
|
|
954
|
+
body?: DeleteRegistrationPoliciesResponseBody;
|
|
952
955
|
static names(): { [key: string]: string } {
|
|
953
956
|
return {
|
|
954
957
|
headers: 'headers',
|
|
@@ -1009,9 +1012,9 @@ export class DeleteUserGroupResponseBody extends $tea.Model {
|
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
1014
|
export class DeleteUserGroupResponse extends $tea.Model {
|
|
1012
|
-
headers
|
|
1013
|
-
statusCode
|
|
1014
|
-
body
|
|
1015
|
+
headers?: { [key: string]: string };
|
|
1016
|
+
statusCode?: number;
|
|
1017
|
+
body?: DeleteUserGroupResponseBody;
|
|
1015
1018
|
static names(): { [key: string]: string } {
|
|
1016
1019
|
return {
|
|
1017
1020
|
headers: 'headers',
|
|
@@ -1097,9 +1100,9 @@ export class DetachApplication2ConnectorResponseBody extends $tea.Model {
|
|
|
1097
1100
|
}
|
|
1098
1101
|
|
|
1099
1102
|
export class DetachApplication2ConnectorResponse extends $tea.Model {
|
|
1100
|
-
headers
|
|
1101
|
-
statusCode
|
|
1102
|
-
body
|
|
1103
|
+
headers?: { [key: string]: string };
|
|
1104
|
+
statusCode?: number;
|
|
1105
|
+
body?: DetachApplication2ConnectorResponseBody;
|
|
1103
1106
|
static names(): { [key: string]: string } {
|
|
1104
1107
|
return {
|
|
1105
1108
|
headers: 'headers',
|
|
@@ -1163,9 +1166,9 @@ export class GetDynamicRouteResponseBody extends $tea.Model {
|
|
|
1163
1166
|
}
|
|
1164
1167
|
|
|
1165
1168
|
export class GetDynamicRouteResponse extends $tea.Model {
|
|
1166
|
-
headers
|
|
1167
|
-
statusCode
|
|
1168
|
-
body
|
|
1169
|
+
headers?: { [key: string]: string };
|
|
1170
|
+
statusCode?: number;
|
|
1171
|
+
body?: GetDynamicRouteResponseBody;
|
|
1169
1172
|
static names(): { [key: string]: string } {
|
|
1170
1173
|
return {
|
|
1171
1174
|
headers: 'headers',
|
|
@@ -1229,9 +1232,9 @@ export class GetPrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
1229
1232
|
}
|
|
1230
1233
|
|
|
1231
1234
|
export class GetPrivateAccessApplicationResponse extends $tea.Model {
|
|
1232
|
-
headers
|
|
1233
|
-
statusCode
|
|
1234
|
-
body
|
|
1235
|
+
headers?: { [key: string]: string };
|
|
1236
|
+
statusCode?: number;
|
|
1237
|
+
body?: GetPrivateAccessApplicationResponseBody;
|
|
1235
1238
|
static names(): { [key: string]: string } {
|
|
1236
1239
|
return {
|
|
1237
1240
|
headers: 'headers',
|
|
@@ -1295,9 +1298,9 @@ export class GetPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
1295
1298
|
}
|
|
1296
1299
|
|
|
1297
1300
|
export class GetPrivateAccessPolicyResponse extends $tea.Model {
|
|
1298
|
-
headers
|
|
1299
|
-
statusCode
|
|
1300
|
-
body
|
|
1301
|
+
headers?: { [key: string]: string };
|
|
1302
|
+
statusCode?: number;
|
|
1303
|
+
body?: GetPrivateAccessPolicyResponseBody;
|
|
1301
1304
|
static names(): { [key: string]: string } {
|
|
1302
1305
|
return {
|
|
1303
1306
|
headers: 'headers',
|
|
@@ -1388,9 +1391,9 @@ export class GetRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
1388
1391
|
}
|
|
1389
1392
|
|
|
1390
1393
|
export class GetRegistrationPolicyResponse extends $tea.Model {
|
|
1391
|
-
headers
|
|
1392
|
-
statusCode
|
|
1393
|
-
body
|
|
1394
|
+
headers?: { [key: string]: string };
|
|
1395
|
+
statusCode?: number;
|
|
1396
|
+
body?: GetRegistrationPolicyResponseBody;
|
|
1394
1397
|
static names(): { [key: string]: string } {
|
|
1395
1398
|
return {
|
|
1396
1399
|
headers: 'headers',
|
|
@@ -1454,9 +1457,9 @@ export class GetUserDeviceResponseBody extends $tea.Model {
|
|
|
1454
1457
|
}
|
|
1455
1458
|
|
|
1456
1459
|
export class GetUserDeviceResponse extends $tea.Model {
|
|
1457
|
-
headers
|
|
1458
|
-
statusCode
|
|
1459
|
-
body
|
|
1460
|
+
headers?: { [key: string]: string };
|
|
1461
|
+
statusCode?: number;
|
|
1462
|
+
body?: GetUserDeviceResponseBody;
|
|
1460
1463
|
static names(): { [key: string]: string } {
|
|
1461
1464
|
return {
|
|
1462
1465
|
headers: 'headers',
|
|
@@ -1520,9 +1523,9 @@ export class GetUserGroupResponseBody extends $tea.Model {
|
|
|
1520
1523
|
}
|
|
1521
1524
|
|
|
1522
1525
|
export class GetUserGroupResponse extends $tea.Model {
|
|
1523
|
-
headers
|
|
1524
|
-
statusCode
|
|
1525
|
-
body
|
|
1526
|
+
headers?: { [key: string]: string };
|
|
1527
|
+
statusCode?: number;
|
|
1528
|
+
body?: GetUserGroupResponseBody;
|
|
1526
1529
|
static names(): { [key: string]: string } {
|
|
1527
1530
|
return {
|
|
1528
1531
|
headers: 'headers',
|
|
@@ -1586,9 +1589,9 @@ export class ListApplicationsForPrivateAccessPolicyResponseBody extends $tea.Mod
|
|
|
1586
1589
|
}
|
|
1587
1590
|
|
|
1588
1591
|
export class ListApplicationsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
1589
|
-
headers
|
|
1590
|
-
statusCode
|
|
1591
|
-
body
|
|
1592
|
+
headers?: { [key: string]: string };
|
|
1593
|
+
statusCode?: number;
|
|
1594
|
+
body?: ListApplicationsForPrivateAccessPolicyResponseBody;
|
|
1592
1595
|
static names(): { [key: string]: string } {
|
|
1593
1596
|
return {
|
|
1594
1597
|
headers: 'headers',
|
|
@@ -1652,9 +1655,9 @@ export class ListApplicationsForPrivateAccessTagResponseBody extends $tea.Model
|
|
|
1652
1655
|
}
|
|
1653
1656
|
|
|
1654
1657
|
export class ListApplicationsForPrivateAccessTagResponse extends $tea.Model {
|
|
1655
|
-
headers
|
|
1656
|
-
statusCode
|
|
1657
|
-
body
|
|
1658
|
+
headers?: { [key: string]: string };
|
|
1659
|
+
statusCode?: number;
|
|
1660
|
+
body?: ListApplicationsForPrivateAccessTagResponseBody;
|
|
1658
1661
|
static names(): { [key: string]: string } {
|
|
1659
1662
|
return {
|
|
1660
1663
|
headers: 'headers',
|
|
@@ -1736,9 +1739,9 @@ export class ListConnectorsResponseBody extends $tea.Model {
|
|
|
1736
1739
|
}
|
|
1737
1740
|
|
|
1738
1741
|
export class ListConnectorsResponse extends $tea.Model {
|
|
1739
|
-
headers
|
|
1740
|
-
statusCode
|
|
1741
|
-
body
|
|
1742
|
+
headers?: { [key: string]: string };
|
|
1743
|
+
statusCode?: number;
|
|
1744
|
+
body?: ListConnectorsResponseBody;
|
|
1742
1745
|
static names(): { [key: string]: string } {
|
|
1743
1746
|
return {
|
|
1744
1747
|
headers: 'headers',
|
|
@@ -1786,9 +1789,9 @@ export class ListDynamicRouteRegionsResponseBody extends $tea.Model {
|
|
|
1786
1789
|
}
|
|
1787
1790
|
|
|
1788
1791
|
export class ListDynamicRouteRegionsResponse extends $tea.Model {
|
|
1789
|
-
headers
|
|
1790
|
-
statusCode
|
|
1791
|
-
body
|
|
1792
|
+
headers?: { [key: string]: string };
|
|
1793
|
+
statusCode?: number;
|
|
1794
|
+
body?: ListDynamicRouteRegionsResponseBody;
|
|
1792
1795
|
static names(): { [key: string]: string } {
|
|
1793
1796
|
return {
|
|
1794
1797
|
headers: 'headers',
|
|
@@ -1879,9 +1882,9 @@ export class ListDynamicRoutesResponseBody extends $tea.Model {
|
|
|
1879
1882
|
}
|
|
1880
1883
|
|
|
1881
1884
|
export class ListDynamicRoutesResponse extends $tea.Model {
|
|
1882
|
-
headers
|
|
1883
|
-
statusCode
|
|
1884
|
-
body
|
|
1885
|
+
headers?: { [key: string]: string };
|
|
1886
|
+
statusCode?: number;
|
|
1887
|
+
body?: ListDynamicRoutesResponseBody;
|
|
1885
1888
|
static names(): { [key: string]: string } {
|
|
1886
1889
|
return {
|
|
1887
1890
|
headers: 'headers',
|
|
@@ -1975,9 +1978,9 @@ export class ListExcessiveDeviceRegistrationApplicationsResponseBody extends $te
|
|
|
1975
1978
|
}
|
|
1976
1979
|
|
|
1977
1980
|
export class ListExcessiveDeviceRegistrationApplicationsResponse extends $tea.Model {
|
|
1978
|
-
headers
|
|
1979
|
-
statusCode
|
|
1980
|
-
body
|
|
1981
|
+
headers?: { [key: string]: string };
|
|
1982
|
+
statusCode?: number;
|
|
1983
|
+
body?: ListExcessiveDeviceRegistrationApplicationsResponseBody;
|
|
1981
1984
|
static names(): { [key: string]: string } {
|
|
1982
1985
|
return {
|
|
1983
1986
|
headers: 'headers',
|
|
@@ -2041,9 +2044,9 @@ export class ListPolicesForPrivateAccessApplicationResponseBody extends $tea.Mod
|
|
|
2041
2044
|
}
|
|
2042
2045
|
|
|
2043
2046
|
export class ListPolicesForPrivateAccessApplicationResponse extends $tea.Model {
|
|
2044
|
-
headers
|
|
2045
|
-
statusCode
|
|
2046
|
-
body
|
|
2047
|
+
headers?: { [key: string]: string };
|
|
2048
|
+
statusCode?: number;
|
|
2049
|
+
body?: ListPolicesForPrivateAccessApplicationResponseBody;
|
|
2047
2050
|
static names(): { [key: string]: string } {
|
|
2048
2051
|
return {
|
|
2049
2052
|
headers: 'headers',
|
|
@@ -2107,9 +2110,9 @@ export class ListPolicesForPrivateAccessTagResponseBody extends $tea.Model {
|
|
|
2107
2110
|
}
|
|
2108
2111
|
|
|
2109
2112
|
export class ListPolicesForPrivateAccessTagResponse extends $tea.Model {
|
|
2110
|
-
headers
|
|
2111
|
-
statusCode
|
|
2112
|
-
body
|
|
2113
|
+
headers?: { [key: string]: string };
|
|
2114
|
+
statusCode?: number;
|
|
2115
|
+
body?: ListPolicesForPrivateAccessTagResponseBody;
|
|
2113
2116
|
static names(): { [key: string]: string } {
|
|
2114
2117
|
return {
|
|
2115
2118
|
headers: 'headers',
|
|
@@ -2173,9 +2176,9 @@ export class ListPolicesForUserGroupResponseBody extends $tea.Model {
|
|
|
2173
2176
|
}
|
|
2174
2177
|
|
|
2175
2178
|
export class ListPolicesForUserGroupResponse extends $tea.Model {
|
|
2176
|
-
headers
|
|
2177
|
-
statusCode
|
|
2178
|
-
body
|
|
2179
|
+
headers?: { [key: string]: string };
|
|
2180
|
+
statusCode?: number;
|
|
2181
|
+
body?: ListPolicesForUserGroupResponseBody;
|
|
2179
2182
|
static names(): { [key: string]: string } {
|
|
2180
2183
|
return {
|
|
2181
2184
|
headers: 'headers',
|
|
@@ -2197,6 +2200,78 @@ export class ListPolicesForUserGroupResponse extends $tea.Model {
|
|
|
2197
2200
|
}
|
|
2198
2201
|
}
|
|
2199
2202
|
|
|
2203
|
+
export class ListPopTrafficStatisticsRequest extends $tea.Model {
|
|
2204
|
+
endTime?: string;
|
|
2205
|
+
region?: string;
|
|
2206
|
+
startTime?: string;
|
|
2207
|
+
static names(): { [key: string]: string } {
|
|
2208
|
+
return {
|
|
2209
|
+
endTime: 'EndTime',
|
|
2210
|
+
region: 'Region',
|
|
2211
|
+
startTime: 'StartTime',
|
|
2212
|
+
};
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
static types(): { [key: string]: any } {
|
|
2216
|
+
return {
|
|
2217
|
+
endTime: 'string',
|
|
2218
|
+
region: 'string',
|
|
2219
|
+
startTime: 'string',
|
|
2220
|
+
};
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
constructor(map?: { [key: string]: any }) {
|
|
2224
|
+
super(map);
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
export class ListPopTrafficStatisticsResponseBody extends $tea.Model {
|
|
2229
|
+
requestId?: string;
|
|
2230
|
+
trafficData?: ListPopTrafficStatisticsResponseBodyTrafficData[];
|
|
2231
|
+
static names(): { [key: string]: string } {
|
|
2232
|
+
return {
|
|
2233
|
+
requestId: 'RequestId',
|
|
2234
|
+
trafficData: 'TrafficData',
|
|
2235
|
+
};
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
static types(): { [key: string]: any } {
|
|
2239
|
+
return {
|
|
2240
|
+
requestId: 'string',
|
|
2241
|
+
trafficData: { 'type': 'array', 'itemType': ListPopTrafficStatisticsResponseBodyTrafficData },
|
|
2242
|
+
};
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
constructor(map?: { [key: string]: any }) {
|
|
2246
|
+
super(map);
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
export class ListPopTrafficStatisticsResponse extends $tea.Model {
|
|
2251
|
+
headers?: { [key: string]: string };
|
|
2252
|
+
statusCode?: number;
|
|
2253
|
+
body?: ListPopTrafficStatisticsResponseBody;
|
|
2254
|
+
static names(): { [key: string]: string } {
|
|
2255
|
+
return {
|
|
2256
|
+
headers: 'headers',
|
|
2257
|
+
statusCode: 'statusCode',
|
|
2258
|
+
body: 'body',
|
|
2259
|
+
};
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
static types(): { [key: string]: any } {
|
|
2263
|
+
return {
|
|
2264
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2265
|
+
statusCode: 'number',
|
|
2266
|
+
body: ListPopTrafficStatisticsResponseBody,
|
|
2267
|
+
};
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
constructor(map?: { [key: string]: any }) {
|
|
2271
|
+
super(map);
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2200
2275
|
export class ListPrivateAccessApplicationsRequest extends $tea.Model {
|
|
2201
2276
|
address?: string;
|
|
2202
2277
|
applicationIds?: string[];
|
|
@@ -2266,9 +2341,9 @@ export class ListPrivateAccessApplicationsResponseBody extends $tea.Model {
|
|
|
2266
2341
|
}
|
|
2267
2342
|
|
|
2268
2343
|
export class ListPrivateAccessApplicationsResponse extends $tea.Model {
|
|
2269
|
-
headers
|
|
2270
|
-
statusCode
|
|
2271
|
-
body
|
|
2344
|
+
headers?: { [key: string]: string };
|
|
2345
|
+
statusCode?: number;
|
|
2346
|
+
body?: ListPrivateAccessApplicationsResponseBody;
|
|
2272
2347
|
static names(): { [key: string]: string } {
|
|
2273
2348
|
return {
|
|
2274
2349
|
headers: 'headers',
|
|
@@ -2332,9 +2407,9 @@ export class ListPrivateAccessApplicationsForDynamicRouteResponseBody extends $t
|
|
|
2332
2407
|
}
|
|
2333
2408
|
|
|
2334
2409
|
export class ListPrivateAccessApplicationsForDynamicRouteResponse extends $tea.Model {
|
|
2335
|
-
headers
|
|
2336
|
-
statusCode
|
|
2337
|
-
body
|
|
2410
|
+
headers?: { [key: string]: string };
|
|
2411
|
+
statusCode?: number;
|
|
2412
|
+
body?: ListPrivateAccessApplicationsForDynamicRouteResponseBody;
|
|
2338
2413
|
static names(): { [key: string]: string } {
|
|
2339
2414
|
return {
|
|
2340
2415
|
headers: 'headers',
|
|
@@ -2358,6 +2433,7 @@ export class ListPrivateAccessApplicationsForDynamicRouteResponse extends $tea.M
|
|
|
2358
2433
|
|
|
2359
2434
|
export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
2360
2435
|
applicationId?: string;
|
|
2436
|
+
applicationName?: string;
|
|
2361
2437
|
currentPage?: number;
|
|
2362
2438
|
name?: string;
|
|
2363
2439
|
pageSize?: number;
|
|
@@ -2365,10 +2441,12 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2365
2441
|
policyIds?: string[];
|
|
2366
2442
|
status?: string;
|
|
2367
2443
|
tagId?: string;
|
|
2444
|
+
tagName?: string;
|
|
2368
2445
|
userGroupId?: string;
|
|
2369
2446
|
static names(): { [key: string]: string } {
|
|
2370
2447
|
return {
|
|
2371
2448
|
applicationId: 'ApplicationId',
|
|
2449
|
+
applicationName: 'ApplicationName',
|
|
2372
2450
|
currentPage: 'CurrentPage',
|
|
2373
2451
|
name: 'Name',
|
|
2374
2452
|
pageSize: 'PageSize',
|
|
@@ -2376,6 +2454,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2376
2454
|
policyIds: 'PolicyIds',
|
|
2377
2455
|
status: 'Status',
|
|
2378
2456
|
tagId: 'TagId',
|
|
2457
|
+
tagName: 'TagName',
|
|
2379
2458
|
userGroupId: 'UserGroupId',
|
|
2380
2459
|
};
|
|
2381
2460
|
}
|
|
@@ -2383,6 +2462,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2383
2462
|
static types(): { [key: string]: any } {
|
|
2384
2463
|
return {
|
|
2385
2464
|
applicationId: 'string',
|
|
2465
|
+
applicationName: 'string',
|
|
2386
2466
|
currentPage: 'number',
|
|
2387
2467
|
name: 'string',
|
|
2388
2468
|
pageSize: 'number',
|
|
@@ -2390,6 +2470,7 @@ export class ListPrivateAccessPolicesRequest extends $tea.Model {
|
|
|
2390
2470
|
policyIds: { 'type': 'array', 'itemType': 'string' },
|
|
2391
2471
|
status: 'string',
|
|
2392
2472
|
tagId: 'string',
|
|
2473
|
+
tagName: 'string',
|
|
2393
2474
|
userGroupId: 'string',
|
|
2394
2475
|
};
|
|
2395
2476
|
}
|
|
@@ -2425,9 +2506,9 @@ export class ListPrivateAccessPolicesResponseBody extends $tea.Model {
|
|
|
2425
2506
|
}
|
|
2426
2507
|
|
|
2427
2508
|
export class ListPrivateAccessPolicesResponse extends $tea.Model {
|
|
2428
|
-
headers
|
|
2429
|
-
statusCode
|
|
2430
|
-
body
|
|
2509
|
+
headers?: { [key: string]: string };
|
|
2510
|
+
statusCode?: number;
|
|
2511
|
+
body?: ListPrivateAccessPolicesResponseBody;
|
|
2431
2512
|
static names(): { [key: string]: string } {
|
|
2432
2513
|
return {
|
|
2433
2514
|
headers: 'headers',
|
|
@@ -2455,6 +2536,7 @@ export class ListPrivateAccessTagsRequest extends $tea.Model {
|
|
|
2455
2536
|
name?: string;
|
|
2456
2537
|
pageSize?: number;
|
|
2457
2538
|
policyId?: string;
|
|
2539
|
+
simpleMode?: boolean;
|
|
2458
2540
|
tagIds?: string[];
|
|
2459
2541
|
static names(): { [key: string]: string } {
|
|
2460
2542
|
return {
|
|
@@ -2463,6 +2545,7 @@ export class ListPrivateAccessTagsRequest extends $tea.Model {
|
|
|
2463
2545
|
name: 'Name',
|
|
2464
2546
|
pageSize: 'PageSize',
|
|
2465
2547
|
policyId: 'PolicyId',
|
|
2548
|
+
simpleMode: 'SimpleMode',
|
|
2466
2549
|
tagIds: 'TagIds',
|
|
2467
2550
|
};
|
|
2468
2551
|
}
|
|
@@ -2474,6 +2557,7 @@ export class ListPrivateAccessTagsRequest extends $tea.Model {
|
|
|
2474
2557
|
name: 'string',
|
|
2475
2558
|
pageSize: 'number',
|
|
2476
2559
|
policyId: 'string',
|
|
2560
|
+
simpleMode: 'boolean',
|
|
2477
2561
|
tagIds: { 'type': 'array', 'itemType': 'string' },
|
|
2478
2562
|
};
|
|
2479
2563
|
}
|
|
@@ -2509,9 +2593,9 @@ export class ListPrivateAccessTagsResponseBody extends $tea.Model {
|
|
|
2509
2593
|
}
|
|
2510
2594
|
|
|
2511
2595
|
export class ListPrivateAccessTagsResponse extends $tea.Model {
|
|
2512
|
-
headers
|
|
2513
|
-
statusCode
|
|
2514
|
-
body
|
|
2596
|
+
headers?: { [key: string]: string };
|
|
2597
|
+
statusCode?: number;
|
|
2598
|
+
body?: ListPrivateAccessTagsResponseBody;
|
|
2515
2599
|
static names(): { [key: string]: string } {
|
|
2516
2600
|
return {
|
|
2517
2601
|
headers: 'headers',
|
|
@@ -2575,9 +2659,9 @@ export class ListPrivateAccessTagsForDynamicRouteResponseBody extends $tea.Model
|
|
|
2575
2659
|
}
|
|
2576
2660
|
|
|
2577
2661
|
export class ListPrivateAccessTagsForDynamicRouteResponse extends $tea.Model {
|
|
2578
|
-
headers
|
|
2579
|
-
statusCode
|
|
2580
|
-
body
|
|
2662
|
+
headers?: { [key: string]: string };
|
|
2663
|
+
statusCode?: number;
|
|
2664
|
+
body?: ListPrivateAccessTagsForDynamicRouteResponseBody;
|
|
2581
2665
|
static names(): { [key: string]: string } {
|
|
2582
2666
|
return {
|
|
2583
2667
|
headers: 'headers',
|
|
@@ -2668,9 +2752,9 @@ export class ListRegistrationPoliciesResponseBody extends $tea.Model {
|
|
|
2668
2752
|
}
|
|
2669
2753
|
|
|
2670
2754
|
export class ListRegistrationPoliciesResponse extends $tea.Model {
|
|
2671
|
-
headers
|
|
2672
|
-
statusCode
|
|
2673
|
-
body
|
|
2755
|
+
headers?: { [key: string]: string };
|
|
2756
|
+
statusCode?: number;
|
|
2757
|
+
body?: ListRegistrationPoliciesResponseBody;
|
|
2674
2758
|
static names(): { [key: string]: string } {
|
|
2675
2759
|
return {
|
|
2676
2760
|
headers: 'headers',
|
|
@@ -2734,9 +2818,9 @@ export class ListRegistrationPoliciesForUserGroupResponseBody extends $tea.Model
|
|
|
2734
2818
|
}
|
|
2735
2819
|
|
|
2736
2820
|
export class ListRegistrationPoliciesForUserGroupResponse extends $tea.Model {
|
|
2737
|
-
headers
|
|
2738
|
-
statusCode
|
|
2739
|
-
body
|
|
2821
|
+
headers?: { [key: string]: string };
|
|
2822
|
+
statusCode?: number;
|
|
2823
|
+
body?: ListRegistrationPoliciesForUserGroupResponseBody;
|
|
2740
2824
|
static names(): { [key: string]: string } {
|
|
2741
2825
|
return {
|
|
2742
2826
|
headers: 'headers',
|
|
@@ -2809,9 +2893,9 @@ export class ListSoftwareForUserDeviceResponseBody extends $tea.Model {
|
|
|
2809
2893
|
}
|
|
2810
2894
|
|
|
2811
2895
|
export class ListSoftwareForUserDeviceResponse extends $tea.Model {
|
|
2812
|
-
headers
|
|
2813
|
-
statusCode
|
|
2814
|
-
body
|
|
2896
|
+
headers?: { [key: string]: string };
|
|
2897
|
+
statusCode?: number;
|
|
2898
|
+
body?: ListSoftwareForUserDeviceResponseBody;
|
|
2815
2899
|
static names(): { [key: string]: string } {
|
|
2816
2900
|
return {
|
|
2817
2901
|
headers: 'headers',
|
|
@@ -2875,9 +2959,9 @@ export class ListTagsForPrivateAccessApplicationResponseBody extends $tea.Model
|
|
|
2875
2959
|
}
|
|
2876
2960
|
|
|
2877
2961
|
export class ListTagsForPrivateAccessApplicationResponse extends $tea.Model {
|
|
2878
|
-
headers
|
|
2879
|
-
statusCode
|
|
2880
|
-
body
|
|
2962
|
+
headers?: { [key: string]: string };
|
|
2963
|
+
statusCode?: number;
|
|
2964
|
+
body?: ListTagsForPrivateAccessApplicationResponseBody;
|
|
2881
2965
|
static names(): { [key: string]: string } {
|
|
2882
2966
|
return {
|
|
2883
2967
|
headers: 'headers',
|
|
@@ -2941,9 +3025,9 @@ export class ListTagsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
2941
3025
|
}
|
|
2942
3026
|
|
|
2943
3027
|
export class ListTagsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
2944
|
-
headers
|
|
2945
|
-
statusCode
|
|
2946
|
-
body
|
|
3028
|
+
headers?: { [key: string]: string };
|
|
3029
|
+
statusCode?: number;
|
|
3030
|
+
body?: ListTagsForPrivateAccessPolicyResponseBody;
|
|
2947
3031
|
static names(): { [key: string]: string } {
|
|
2948
3032
|
return {
|
|
2949
3033
|
headers: 'headers',
|
|
@@ -2982,6 +3066,7 @@ export class ListUserDevicesRequest extends $tea.Model {
|
|
|
2982
3066
|
pageSize?: number;
|
|
2983
3067
|
saseUserId?: string;
|
|
2984
3068
|
sharingStatus?: boolean;
|
|
3069
|
+
sortBy?: string;
|
|
2985
3070
|
username?: string;
|
|
2986
3071
|
static names(): { [key: string]: string } {
|
|
2987
3072
|
return {
|
|
@@ -3001,6 +3086,7 @@ export class ListUserDevicesRequest extends $tea.Model {
|
|
|
3001
3086
|
pageSize: 'PageSize',
|
|
3002
3087
|
saseUserId: 'SaseUserId',
|
|
3003
3088
|
sharingStatus: 'SharingStatus',
|
|
3089
|
+
sortBy: 'SortBy',
|
|
3004
3090
|
username: 'Username',
|
|
3005
3091
|
};
|
|
3006
3092
|
}
|
|
@@ -3023,6 +3109,7 @@ export class ListUserDevicesRequest extends $tea.Model {
|
|
|
3023
3109
|
pageSize: 'number',
|
|
3024
3110
|
saseUserId: 'string',
|
|
3025
3111
|
sharingStatus: 'boolean',
|
|
3112
|
+
sortBy: 'string',
|
|
3026
3113
|
username: 'string',
|
|
3027
3114
|
};
|
|
3028
3115
|
}
|
|
@@ -3058,9 +3145,9 @@ export class ListUserDevicesResponseBody extends $tea.Model {
|
|
|
3058
3145
|
}
|
|
3059
3146
|
|
|
3060
3147
|
export class ListUserDevicesResponse extends $tea.Model {
|
|
3061
|
-
headers
|
|
3062
|
-
statusCode
|
|
3063
|
-
body
|
|
3148
|
+
headers?: { [key: string]: string };
|
|
3149
|
+
statusCode?: number;
|
|
3150
|
+
body?: ListUserDevicesResponseBody;
|
|
3064
3151
|
static names(): { [key: string]: string } {
|
|
3065
3152
|
return {
|
|
3066
3153
|
headers: 'headers',
|
|
@@ -3142,9 +3229,9 @@ export class ListUserGroupsResponseBody extends $tea.Model {
|
|
|
3142
3229
|
}
|
|
3143
3230
|
|
|
3144
3231
|
export class ListUserGroupsResponse extends $tea.Model {
|
|
3145
|
-
headers
|
|
3146
|
-
statusCode
|
|
3147
|
-
body
|
|
3232
|
+
headers?: { [key: string]: string };
|
|
3233
|
+
statusCode?: number;
|
|
3234
|
+
body?: ListUserGroupsResponseBody;
|
|
3148
3235
|
static names(): { [key: string]: string } {
|
|
3149
3236
|
return {
|
|
3150
3237
|
headers: 'headers',
|
|
@@ -3208,9 +3295,9 @@ export class ListUserGroupsForPrivateAccessPolicyResponseBody extends $tea.Model
|
|
|
3208
3295
|
}
|
|
3209
3296
|
|
|
3210
3297
|
export class ListUserGroupsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
3211
|
-
headers
|
|
3212
|
-
statusCode
|
|
3213
|
-
body
|
|
3298
|
+
headers?: { [key: string]: string };
|
|
3299
|
+
statusCode?: number;
|
|
3300
|
+
body?: ListUserGroupsForPrivateAccessPolicyResponseBody;
|
|
3214
3301
|
static names(): { [key: string]: string } {
|
|
3215
3302
|
return {
|
|
3216
3303
|
headers: 'headers',
|
|
@@ -3274,9 +3361,9 @@ export class ListUserGroupsForRegistrationPolicyResponseBody extends $tea.Model
|
|
|
3274
3361
|
}
|
|
3275
3362
|
|
|
3276
3363
|
export class ListUserGroupsForRegistrationPolicyResponse extends $tea.Model {
|
|
3277
|
-
headers
|
|
3278
|
-
statusCode
|
|
3279
|
-
body
|
|
3364
|
+
headers?: { [key: string]: string };
|
|
3365
|
+
statusCode?: number;
|
|
3366
|
+
body?: ListUserGroupsForRegistrationPolicyResponseBody;
|
|
3280
3367
|
static names(): { [key: string]: string } {
|
|
3281
3368
|
return {
|
|
3282
3369
|
headers: 'headers',
|
|
@@ -3370,9 +3457,9 @@ export class UpdateDynamicRouteResponseBody extends $tea.Model {
|
|
|
3370
3457
|
}
|
|
3371
3458
|
|
|
3372
3459
|
export class UpdateDynamicRouteResponse extends $tea.Model {
|
|
3373
|
-
headers
|
|
3374
|
-
statusCode
|
|
3375
|
-
body
|
|
3460
|
+
headers?: { [key: string]: string };
|
|
3461
|
+
statusCode?: number;
|
|
3462
|
+
body?: UpdateDynamicRouteResponseBody;
|
|
3376
3463
|
static names(): { [key: string]: string } {
|
|
3377
3464
|
return {
|
|
3378
3465
|
headers: 'headers',
|
|
@@ -3439,9 +3526,9 @@ export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody ext
|
|
|
3439
3526
|
}
|
|
3440
3527
|
|
|
3441
3528
|
export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponse extends $tea.Model {
|
|
3442
|
-
headers
|
|
3443
|
-
statusCode
|
|
3444
|
-
body
|
|
3529
|
+
headers?: { [key: string]: string };
|
|
3530
|
+
statusCode?: number;
|
|
3531
|
+
body?: UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody;
|
|
3445
3532
|
static names(): { [key: string]: string } {
|
|
3446
3533
|
return {
|
|
3447
3534
|
headers: 'headers',
|
|
@@ -3523,9 +3610,9 @@ export class UpdatePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
3523
3610
|
}
|
|
3524
3611
|
|
|
3525
3612
|
export class UpdatePrivateAccessApplicationResponse extends $tea.Model {
|
|
3526
|
-
headers
|
|
3527
|
-
statusCode
|
|
3528
|
-
body
|
|
3613
|
+
headers?: { [key: string]: string };
|
|
3614
|
+
statusCode?: number;
|
|
3615
|
+
body?: UpdatePrivateAccessApplicationResponseBody;
|
|
3529
3616
|
static names(): { [key: string]: string } {
|
|
3530
3617
|
return {
|
|
3531
3618
|
headers: 'headers',
|
|
@@ -3552,6 +3639,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3552
3639
|
applicationType?: string;
|
|
3553
3640
|
customUserAttributes?: UpdatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
3554
3641
|
description?: string;
|
|
3642
|
+
deviceAttributeId?: string;
|
|
3555
3643
|
modifyType?: string;
|
|
3556
3644
|
policyAction?: string;
|
|
3557
3645
|
policyId?: string;
|
|
@@ -3566,6 +3654,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3566
3654
|
applicationType: 'ApplicationType',
|
|
3567
3655
|
customUserAttributes: 'CustomUserAttributes',
|
|
3568
3656
|
description: 'Description',
|
|
3657
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
3569
3658
|
modifyType: 'ModifyType',
|
|
3570
3659
|
policyAction: 'PolicyAction',
|
|
3571
3660
|
policyId: 'PolicyId',
|
|
@@ -3583,6 +3672,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3583
3672
|
applicationType: 'string',
|
|
3584
3673
|
customUserAttributes: { 'type': 'array', 'itemType': UpdatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
3585
3674
|
description: 'string',
|
|
3675
|
+
deviceAttributeId: 'string',
|
|
3586
3676
|
modifyType: 'string',
|
|
3587
3677
|
policyAction: 'string',
|
|
3588
3678
|
policyId: 'string',
|
|
@@ -3619,9 +3709,9 @@ export class UpdatePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
3619
3709
|
}
|
|
3620
3710
|
|
|
3621
3711
|
export class UpdatePrivateAccessPolicyResponse extends $tea.Model {
|
|
3622
|
-
headers
|
|
3623
|
-
statusCode
|
|
3624
|
-
body
|
|
3712
|
+
headers?: { [key: string]: string };
|
|
3713
|
+
statusCode?: number;
|
|
3714
|
+
body?: UpdatePrivateAccessPolicyResponseBody;
|
|
3625
3715
|
static names(): { [key: string]: string } {
|
|
3626
3716
|
return {
|
|
3627
3717
|
headers: 'headers',
|
|
@@ -3770,9 +3860,9 @@ export class UpdateRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
3770
3860
|
}
|
|
3771
3861
|
|
|
3772
3862
|
export class UpdateRegistrationPolicyResponse extends $tea.Model {
|
|
3773
|
-
headers
|
|
3774
|
-
statusCode
|
|
3775
|
-
body
|
|
3863
|
+
headers?: { [key: string]: string };
|
|
3864
|
+
statusCode?: number;
|
|
3865
|
+
body?: UpdateRegistrationPolicyResponseBody;
|
|
3776
3866
|
static names(): { [key: string]: string } {
|
|
3777
3867
|
return {
|
|
3778
3868
|
headers: 'headers',
|
|
@@ -3839,9 +3929,9 @@ export class UpdateUserDevicesSharingStatusResponseBody extends $tea.Model {
|
|
|
3839
3929
|
}
|
|
3840
3930
|
|
|
3841
3931
|
export class UpdateUserDevicesSharingStatusResponse extends $tea.Model {
|
|
3842
|
-
headers
|
|
3843
|
-
statusCode
|
|
3844
|
-
body
|
|
3932
|
+
headers?: { [key: string]: string };
|
|
3933
|
+
statusCode?: number;
|
|
3934
|
+
body?: UpdateUserDevicesSharingStatusResponseBody;
|
|
3845
3935
|
static names(): { [key: string]: string } {
|
|
3846
3936
|
return {
|
|
3847
3937
|
headers: 'headers',
|
|
@@ -3908,9 +3998,9 @@ export class UpdateUserDevicesStatusResponseBody extends $tea.Model {
|
|
|
3908
3998
|
}
|
|
3909
3999
|
|
|
3910
4000
|
export class UpdateUserDevicesStatusResponse extends $tea.Model {
|
|
3911
|
-
headers
|
|
3912
|
-
statusCode
|
|
3913
|
-
body
|
|
4001
|
+
headers?: { [key: string]: string };
|
|
4002
|
+
statusCode?: number;
|
|
4003
|
+
body?: UpdateUserDevicesStatusResponseBody;
|
|
3914
4004
|
static names(): { [key: string]: string } {
|
|
3915
4005
|
return {
|
|
3916
4006
|
headers: 'headers',
|
|
@@ -3980,9 +4070,9 @@ export class UpdateUserGroupResponseBody extends $tea.Model {
|
|
|
3980
4070
|
}
|
|
3981
4071
|
|
|
3982
4072
|
export class UpdateUserGroupResponse extends $tea.Model {
|
|
3983
|
-
headers
|
|
3984
|
-
statusCode
|
|
3985
|
-
body
|
|
4073
|
+
headers?: { [key: string]: string };
|
|
4074
|
+
statusCode?: number;
|
|
4075
|
+
body?: UpdateUserGroupResponseBody;
|
|
3986
4076
|
static names(): { [key: string]: string } {
|
|
3987
4077
|
return {
|
|
3988
4078
|
headers: 'headers',
|
|
@@ -4385,6 +4475,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4385
4475
|
createTime?: string;
|
|
4386
4476
|
customUserAttributes?: GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes[];
|
|
4387
4477
|
description?: string;
|
|
4478
|
+
deviceAttributeId?: string;
|
|
4388
4479
|
name?: string;
|
|
4389
4480
|
policyAction?: string;
|
|
4390
4481
|
policyId?: string;
|
|
@@ -4400,6 +4491,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4400
4491
|
createTime: 'CreateTime',
|
|
4401
4492
|
customUserAttributes: 'CustomUserAttributes',
|
|
4402
4493
|
description: 'Description',
|
|
4494
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
4403
4495
|
name: 'Name',
|
|
4404
4496
|
policyAction: 'PolicyAction',
|
|
4405
4497
|
policyId: 'PolicyId',
|
|
@@ -4418,6 +4510,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4418
4510
|
createTime: 'string',
|
|
4419
4511
|
customUserAttributes: { 'type': 'array', 'itemType': GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes },
|
|
4420
4512
|
description: 'string',
|
|
4513
|
+
deviceAttributeId: 'string',
|
|
4421
4514
|
name: 'string',
|
|
4422
4515
|
policyAction: 'string',
|
|
4423
4516
|
policyId: 'string',
|
|
@@ -5285,6 +5378,50 @@ export class ListPolicesForUserGroupResponseBodyUserGroups extends $tea.Model {
|
|
|
5285
5378
|
}
|
|
5286
5379
|
}
|
|
5287
5380
|
|
|
5381
|
+
export class ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints extends $tea.Model {
|
|
5382
|
+
average?: number;
|
|
5383
|
+
dateTime?: string;
|
|
5384
|
+
static names(): { [key: string]: string } {
|
|
5385
|
+
return {
|
|
5386
|
+
average: 'Average',
|
|
5387
|
+
dateTime: 'DateTime',
|
|
5388
|
+
};
|
|
5389
|
+
}
|
|
5390
|
+
|
|
5391
|
+
static types(): { [key: string]: any } {
|
|
5392
|
+
return {
|
|
5393
|
+
average: 'number',
|
|
5394
|
+
dateTime: 'string',
|
|
5395
|
+
};
|
|
5396
|
+
}
|
|
5397
|
+
|
|
5398
|
+
constructor(map?: { [key: string]: any }) {
|
|
5399
|
+
super(map);
|
|
5400
|
+
}
|
|
5401
|
+
}
|
|
5402
|
+
|
|
5403
|
+
export class ListPopTrafficStatisticsResponseBodyTrafficData extends $tea.Model {
|
|
5404
|
+
datapoints?: ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints[];
|
|
5405
|
+
metricName?: string;
|
|
5406
|
+
static names(): { [key: string]: string } {
|
|
5407
|
+
return {
|
|
5408
|
+
datapoints: 'Datapoints',
|
|
5409
|
+
metricName: 'MetricName',
|
|
5410
|
+
};
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5413
|
+
static types(): { [key: string]: any } {
|
|
5414
|
+
return {
|
|
5415
|
+
datapoints: { 'type': 'array', 'itemType': ListPopTrafficStatisticsResponseBodyTrafficDataDatapoints },
|
|
5416
|
+
metricName: 'string',
|
|
5417
|
+
};
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5420
|
+
constructor(map?: { [key: string]: any }) {
|
|
5421
|
+
super(map);
|
|
5422
|
+
}
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5288
5425
|
export class ListPrivateAccessApplicationsResponseBodyApplicationsPortRanges extends $tea.Model {
|
|
5289
5426
|
begin?: number;
|
|
5290
5427
|
end?: number;
|
|
@@ -5474,6 +5611,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5474
5611
|
createTime?: string;
|
|
5475
5612
|
customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
|
|
5476
5613
|
description?: string;
|
|
5614
|
+
deviceAttributeId?: string;
|
|
5477
5615
|
name?: string;
|
|
5478
5616
|
policyAction?: string;
|
|
5479
5617
|
policyId?: string;
|
|
@@ -5489,6 +5627,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5489
5627
|
createTime: 'CreateTime',
|
|
5490
5628
|
customUserAttributes: 'CustomUserAttributes',
|
|
5491
5629
|
description: 'Description',
|
|
5630
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
5492
5631
|
name: 'Name',
|
|
5493
5632
|
policyAction: 'PolicyAction',
|
|
5494
5633
|
policyId: 'PolicyId',
|
|
@@ -5507,6 +5646,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5507
5646
|
createTime: 'string',
|
|
5508
5647
|
customUserAttributes: { 'type': 'array', 'itemType': ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes },
|
|
5509
5648
|
description: 'string',
|
|
5649
|
+
deviceAttributeId: 'string',
|
|
5510
5650
|
name: 'string',
|
|
5511
5651
|
policyAction: 'string',
|
|
5512
5652
|
policyId: 'string',
|
|
@@ -6938,6 +7078,10 @@ export default class Client extends OpenApi {
|
|
|
6938
7078
|
body["Description"] = request.description;
|
|
6939
7079
|
}
|
|
6940
7080
|
|
|
7081
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
7082
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
7083
|
+
}
|
|
7084
|
+
|
|
6941
7085
|
if (!Util.isUnset(request.name)) {
|
|
6942
7086
|
body["Name"] = request.name;
|
|
6943
7087
|
}
|
|
@@ -7740,6 +7884,31 @@ export default class Client extends OpenApi {
|
|
|
7740
7884
|
return await this.listPolicesForUserGroupWithOptions(request, runtime);
|
|
7741
7885
|
}
|
|
7742
7886
|
|
|
7887
|
+
async listPopTrafficStatisticsWithOptions(request: ListPopTrafficStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<ListPopTrafficStatisticsResponse> {
|
|
7888
|
+
Util.validateModel(request);
|
|
7889
|
+
let query = OpenApiUtil.query(Util.toMap(request));
|
|
7890
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
7891
|
+
query: OpenApiUtil.query(query),
|
|
7892
|
+
});
|
|
7893
|
+
let params = new $OpenApi.Params({
|
|
7894
|
+
action: "ListPopTrafficStatistics",
|
|
7895
|
+
version: "2023-01-20",
|
|
7896
|
+
protocol: "HTTPS",
|
|
7897
|
+
pathname: "/",
|
|
7898
|
+
method: "GET",
|
|
7899
|
+
authType: "AK",
|
|
7900
|
+
style: "RPC",
|
|
7901
|
+
reqBodyType: "formData",
|
|
7902
|
+
bodyType: "json",
|
|
7903
|
+
});
|
|
7904
|
+
return $tea.cast<ListPopTrafficStatisticsResponse>(await this.callApi(params, req, runtime), new ListPopTrafficStatisticsResponse({}));
|
|
7905
|
+
}
|
|
7906
|
+
|
|
7907
|
+
async listPopTrafficStatistics(request: ListPopTrafficStatisticsRequest): Promise<ListPopTrafficStatisticsResponse> {
|
|
7908
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
7909
|
+
return await this.listPopTrafficStatisticsWithOptions(request, runtime);
|
|
7910
|
+
}
|
|
7911
|
+
|
|
7743
7912
|
async listPrivateAccessApplicationsWithOptions(request: ListPrivateAccessApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessApplicationsResponse> {
|
|
7744
7913
|
Util.validateModel(request);
|
|
7745
7914
|
let query = OpenApiUtil.query(Util.toMap(request));
|
|
@@ -8288,6 +8457,10 @@ export default class Client extends OpenApi {
|
|
|
8288
8457
|
body["Description"] = request.description;
|
|
8289
8458
|
}
|
|
8290
8459
|
|
|
8460
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
8461
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
8462
|
+
}
|
|
8463
|
+
|
|
8291
8464
|
if (!Util.isUnset(request.modifyType)) {
|
|
8292
8465
|
body["ModifyType"] = request.modifyType;
|
|
8293
8466
|
}
|