@alicloud/csas20230120 1.2.1 → 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 +230 -153
- package/dist/client.js +135 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +320 -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',
|
|
@@ -2512,9 +2593,9 @@ export class ListPrivateAccessTagsResponseBody extends $tea.Model {
|
|
|
2512
2593
|
}
|
|
2513
2594
|
|
|
2514
2595
|
export class ListPrivateAccessTagsResponse extends $tea.Model {
|
|
2515
|
-
headers
|
|
2516
|
-
statusCode
|
|
2517
|
-
body
|
|
2596
|
+
headers?: { [key: string]: string };
|
|
2597
|
+
statusCode?: number;
|
|
2598
|
+
body?: ListPrivateAccessTagsResponseBody;
|
|
2518
2599
|
static names(): { [key: string]: string } {
|
|
2519
2600
|
return {
|
|
2520
2601
|
headers: 'headers',
|
|
@@ -2578,9 +2659,9 @@ export class ListPrivateAccessTagsForDynamicRouteResponseBody extends $tea.Model
|
|
|
2578
2659
|
}
|
|
2579
2660
|
|
|
2580
2661
|
export class ListPrivateAccessTagsForDynamicRouteResponse extends $tea.Model {
|
|
2581
|
-
headers
|
|
2582
|
-
statusCode
|
|
2583
|
-
body
|
|
2662
|
+
headers?: { [key: string]: string };
|
|
2663
|
+
statusCode?: number;
|
|
2664
|
+
body?: ListPrivateAccessTagsForDynamicRouteResponseBody;
|
|
2584
2665
|
static names(): { [key: string]: string } {
|
|
2585
2666
|
return {
|
|
2586
2667
|
headers: 'headers',
|
|
@@ -2671,9 +2752,9 @@ export class ListRegistrationPoliciesResponseBody extends $tea.Model {
|
|
|
2671
2752
|
}
|
|
2672
2753
|
|
|
2673
2754
|
export class ListRegistrationPoliciesResponse extends $tea.Model {
|
|
2674
|
-
headers
|
|
2675
|
-
statusCode
|
|
2676
|
-
body
|
|
2755
|
+
headers?: { [key: string]: string };
|
|
2756
|
+
statusCode?: number;
|
|
2757
|
+
body?: ListRegistrationPoliciesResponseBody;
|
|
2677
2758
|
static names(): { [key: string]: string } {
|
|
2678
2759
|
return {
|
|
2679
2760
|
headers: 'headers',
|
|
@@ -2737,9 +2818,9 @@ export class ListRegistrationPoliciesForUserGroupResponseBody extends $tea.Model
|
|
|
2737
2818
|
}
|
|
2738
2819
|
|
|
2739
2820
|
export class ListRegistrationPoliciesForUserGroupResponse extends $tea.Model {
|
|
2740
|
-
headers
|
|
2741
|
-
statusCode
|
|
2742
|
-
body
|
|
2821
|
+
headers?: { [key: string]: string };
|
|
2822
|
+
statusCode?: number;
|
|
2823
|
+
body?: ListRegistrationPoliciesForUserGroupResponseBody;
|
|
2743
2824
|
static names(): { [key: string]: string } {
|
|
2744
2825
|
return {
|
|
2745
2826
|
headers: 'headers',
|
|
@@ -2812,9 +2893,9 @@ export class ListSoftwareForUserDeviceResponseBody extends $tea.Model {
|
|
|
2812
2893
|
}
|
|
2813
2894
|
|
|
2814
2895
|
export class ListSoftwareForUserDeviceResponse extends $tea.Model {
|
|
2815
|
-
headers
|
|
2816
|
-
statusCode
|
|
2817
|
-
body
|
|
2896
|
+
headers?: { [key: string]: string };
|
|
2897
|
+
statusCode?: number;
|
|
2898
|
+
body?: ListSoftwareForUserDeviceResponseBody;
|
|
2818
2899
|
static names(): { [key: string]: string } {
|
|
2819
2900
|
return {
|
|
2820
2901
|
headers: 'headers',
|
|
@@ -2878,9 +2959,9 @@ export class ListTagsForPrivateAccessApplicationResponseBody extends $tea.Model
|
|
|
2878
2959
|
}
|
|
2879
2960
|
|
|
2880
2961
|
export class ListTagsForPrivateAccessApplicationResponse extends $tea.Model {
|
|
2881
|
-
headers
|
|
2882
|
-
statusCode
|
|
2883
|
-
body
|
|
2962
|
+
headers?: { [key: string]: string };
|
|
2963
|
+
statusCode?: number;
|
|
2964
|
+
body?: ListTagsForPrivateAccessApplicationResponseBody;
|
|
2884
2965
|
static names(): { [key: string]: string } {
|
|
2885
2966
|
return {
|
|
2886
2967
|
headers: 'headers',
|
|
@@ -2944,9 +3025,9 @@ export class ListTagsForPrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
2944
3025
|
}
|
|
2945
3026
|
|
|
2946
3027
|
export class ListTagsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
2947
|
-
headers
|
|
2948
|
-
statusCode
|
|
2949
|
-
body
|
|
3028
|
+
headers?: { [key: string]: string };
|
|
3029
|
+
statusCode?: number;
|
|
3030
|
+
body?: ListTagsForPrivateAccessPolicyResponseBody;
|
|
2950
3031
|
static names(): { [key: string]: string } {
|
|
2951
3032
|
return {
|
|
2952
3033
|
headers: 'headers',
|
|
@@ -3064,9 +3145,9 @@ export class ListUserDevicesResponseBody extends $tea.Model {
|
|
|
3064
3145
|
}
|
|
3065
3146
|
|
|
3066
3147
|
export class ListUserDevicesResponse extends $tea.Model {
|
|
3067
|
-
headers
|
|
3068
|
-
statusCode
|
|
3069
|
-
body
|
|
3148
|
+
headers?: { [key: string]: string };
|
|
3149
|
+
statusCode?: number;
|
|
3150
|
+
body?: ListUserDevicesResponseBody;
|
|
3070
3151
|
static names(): { [key: string]: string } {
|
|
3071
3152
|
return {
|
|
3072
3153
|
headers: 'headers',
|
|
@@ -3148,9 +3229,9 @@ export class ListUserGroupsResponseBody extends $tea.Model {
|
|
|
3148
3229
|
}
|
|
3149
3230
|
|
|
3150
3231
|
export class ListUserGroupsResponse extends $tea.Model {
|
|
3151
|
-
headers
|
|
3152
|
-
statusCode
|
|
3153
|
-
body
|
|
3232
|
+
headers?: { [key: string]: string };
|
|
3233
|
+
statusCode?: number;
|
|
3234
|
+
body?: ListUserGroupsResponseBody;
|
|
3154
3235
|
static names(): { [key: string]: string } {
|
|
3155
3236
|
return {
|
|
3156
3237
|
headers: 'headers',
|
|
@@ -3214,9 +3295,9 @@ export class ListUserGroupsForPrivateAccessPolicyResponseBody extends $tea.Model
|
|
|
3214
3295
|
}
|
|
3215
3296
|
|
|
3216
3297
|
export class ListUserGroupsForPrivateAccessPolicyResponse extends $tea.Model {
|
|
3217
|
-
headers
|
|
3218
|
-
statusCode
|
|
3219
|
-
body
|
|
3298
|
+
headers?: { [key: string]: string };
|
|
3299
|
+
statusCode?: number;
|
|
3300
|
+
body?: ListUserGroupsForPrivateAccessPolicyResponseBody;
|
|
3220
3301
|
static names(): { [key: string]: string } {
|
|
3221
3302
|
return {
|
|
3222
3303
|
headers: 'headers',
|
|
@@ -3280,9 +3361,9 @@ export class ListUserGroupsForRegistrationPolicyResponseBody extends $tea.Model
|
|
|
3280
3361
|
}
|
|
3281
3362
|
|
|
3282
3363
|
export class ListUserGroupsForRegistrationPolicyResponse extends $tea.Model {
|
|
3283
|
-
headers
|
|
3284
|
-
statusCode
|
|
3285
|
-
body
|
|
3364
|
+
headers?: { [key: string]: string };
|
|
3365
|
+
statusCode?: number;
|
|
3366
|
+
body?: ListUserGroupsForRegistrationPolicyResponseBody;
|
|
3286
3367
|
static names(): { [key: string]: string } {
|
|
3287
3368
|
return {
|
|
3288
3369
|
headers: 'headers',
|
|
@@ -3376,9 +3457,9 @@ export class UpdateDynamicRouteResponseBody extends $tea.Model {
|
|
|
3376
3457
|
}
|
|
3377
3458
|
|
|
3378
3459
|
export class UpdateDynamicRouteResponse extends $tea.Model {
|
|
3379
|
-
headers
|
|
3380
|
-
statusCode
|
|
3381
|
-
body
|
|
3460
|
+
headers?: { [key: string]: string };
|
|
3461
|
+
statusCode?: number;
|
|
3462
|
+
body?: UpdateDynamicRouteResponseBody;
|
|
3382
3463
|
static names(): { [key: string]: string } {
|
|
3383
3464
|
return {
|
|
3384
3465
|
headers: 'headers',
|
|
@@ -3445,9 +3526,9 @@ export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody ext
|
|
|
3445
3526
|
}
|
|
3446
3527
|
|
|
3447
3528
|
export class UpdateExcessiveDeviceRegistrationApplicationsStatusResponse extends $tea.Model {
|
|
3448
|
-
headers
|
|
3449
|
-
statusCode
|
|
3450
|
-
body
|
|
3529
|
+
headers?: { [key: string]: string };
|
|
3530
|
+
statusCode?: number;
|
|
3531
|
+
body?: UpdateExcessiveDeviceRegistrationApplicationsStatusResponseBody;
|
|
3451
3532
|
static names(): { [key: string]: string } {
|
|
3452
3533
|
return {
|
|
3453
3534
|
headers: 'headers',
|
|
@@ -3529,9 +3610,9 @@ export class UpdatePrivateAccessApplicationResponseBody extends $tea.Model {
|
|
|
3529
3610
|
}
|
|
3530
3611
|
|
|
3531
3612
|
export class UpdatePrivateAccessApplicationResponse extends $tea.Model {
|
|
3532
|
-
headers
|
|
3533
|
-
statusCode
|
|
3534
|
-
body
|
|
3613
|
+
headers?: { [key: string]: string };
|
|
3614
|
+
statusCode?: number;
|
|
3615
|
+
body?: UpdatePrivateAccessApplicationResponseBody;
|
|
3535
3616
|
static names(): { [key: string]: string } {
|
|
3536
3617
|
return {
|
|
3537
3618
|
headers: 'headers',
|
|
@@ -3558,6 +3639,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3558
3639
|
applicationType?: string;
|
|
3559
3640
|
customUserAttributes?: UpdatePrivateAccessPolicyRequestCustomUserAttributes[];
|
|
3560
3641
|
description?: string;
|
|
3642
|
+
deviceAttributeId?: string;
|
|
3561
3643
|
modifyType?: string;
|
|
3562
3644
|
policyAction?: string;
|
|
3563
3645
|
policyId?: string;
|
|
@@ -3572,6 +3654,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3572
3654
|
applicationType: 'ApplicationType',
|
|
3573
3655
|
customUserAttributes: 'CustomUserAttributes',
|
|
3574
3656
|
description: 'Description',
|
|
3657
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
3575
3658
|
modifyType: 'ModifyType',
|
|
3576
3659
|
policyAction: 'PolicyAction',
|
|
3577
3660
|
policyId: 'PolicyId',
|
|
@@ -3589,6 +3672,7 @@ export class UpdatePrivateAccessPolicyRequest extends $tea.Model {
|
|
|
3589
3672
|
applicationType: 'string',
|
|
3590
3673
|
customUserAttributes: { 'type': 'array', 'itemType': UpdatePrivateAccessPolicyRequestCustomUserAttributes },
|
|
3591
3674
|
description: 'string',
|
|
3675
|
+
deviceAttributeId: 'string',
|
|
3592
3676
|
modifyType: 'string',
|
|
3593
3677
|
policyAction: 'string',
|
|
3594
3678
|
policyId: 'string',
|
|
@@ -3625,9 +3709,9 @@ export class UpdatePrivateAccessPolicyResponseBody extends $tea.Model {
|
|
|
3625
3709
|
}
|
|
3626
3710
|
|
|
3627
3711
|
export class UpdatePrivateAccessPolicyResponse extends $tea.Model {
|
|
3628
|
-
headers
|
|
3629
|
-
statusCode
|
|
3630
|
-
body
|
|
3712
|
+
headers?: { [key: string]: string };
|
|
3713
|
+
statusCode?: number;
|
|
3714
|
+
body?: UpdatePrivateAccessPolicyResponseBody;
|
|
3631
3715
|
static names(): { [key: string]: string } {
|
|
3632
3716
|
return {
|
|
3633
3717
|
headers: 'headers',
|
|
@@ -3776,9 +3860,9 @@ export class UpdateRegistrationPolicyResponseBody extends $tea.Model {
|
|
|
3776
3860
|
}
|
|
3777
3861
|
|
|
3778
3862
|
export class UpdateRegistrationPolicyResponse extends $tea.Model {
|
|
3779
|
-
headers
|
|
3780
|
-
statusCode
|
|
3781
|
-
body
|
|
3863
|
+
headers?: { [key: string]: string };
|
|
3864
|
+
statusCode?: number;
|
|
3865
|
+
body?: UpdateRegistrationPolicyResponseBody;
|
|
3782
3866
|
static names(): { [key: string]: string } {
|
|
3783
3867
|
return {
|
|
3784
3868
|
headers: 'headers',
|
|
@@ -3845,9 +3929,9 @@ export class UpdateUserDevicesSharingStatusResponseBody extends $tea.Model {
|
|
|
3845
3929
|
}
|
|
3846
3930
|
|
|
3847
3931
|
export class UpdateUserDevicesSharingStatusResponse extends $tea.Model {
|
|
3848
|
-
headers
|
|
3849
|
-
statusCode
|
|
3850
|
-
body
|
|
3932
|
+
headers?: { [key: string]: string };
|
|
3933
|
+
statusCode?: number;
|
|
3934
|
+
body?: UpdateUserDevicesSharingStatusResponseBody;
|
|
3851
3935
|
static names(): { [key: string]: string } {
|
|
3852
3936
|
return {
|
|
3853
3937
|
headers: 'headers',
|
|
@@ -3914,9 +3998,9 @@ export class UpdateUserDevicesStatusResponseBody extends $tea.Model {
|
|
|
3914
3998
|
}
|
|
3915
3999
|
|
|
3916
4000
|
export class UpdateUserDevicesStatusResponse extends $tea.Model {
|
|
3917
|
-
headers
|
|
3918
|
-
statusCode
|
|
3919
|
-
body
|
|
4001
|
+
headers?: { [key: string]: string };
|
|
4002
|
+
statusCode?: number;
|
|
4003
|
+
body?: UpdateUserDevicesStatusResponseBody;
|
|
3920
4004
|
static names(): { [key: string]: string } {
|
|
3921
4005
|
return {
|
|
3922
4006
|
headers: 'headers',
|
|
@@ -3986,9 +4070,9 @@ export class UpdateUserGroupResponseBody extends $tea.Model {
|
|
|
3986
4070
|
}
|
|
3987
4071
|
|
|
3988
4072
|
export class UpdateUserGroupResponse extends $tea.Model {
|
|
3989
|
-
headers
|
|
3990
|
-
statusCode
|
|
3991
|
-
body
|
|
4073
|
+
headers?: { [key: string]: string };
|
|
4074
|
+
statusCode?: number;
|
|
4075
|
+
body?: UpdateUserGroupResponseBody;
|
|
3992
4076
|
static names(): { [key: string]: string } {
|
|
3993
4077
|
return {
|
|
3994
4078
|
headers: 'headers',
|
|
@@ -4391,6 +4475,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4391
4475
|
createTime?: string;
|
|
4392
4476
|
customUserAttributes?: GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes[];
|
|
4393
4477
|
description?: string;
|
|
4478
|
+
deviceAttributeId?: string;
|
|
4394
4479
|
name?: string;
|
|
4395
4480
|
policyAction?: string;
|
|
4396
4481
|
policyId?: string;
|
|
@@ -4406,6 +4491,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4406
4491
|
createTime: 'CreateTime',
|
|
4407
4492
|
customUserAttributes: 'CustomUserAttributes',
|
|
4408
4493
|
description: 'Description',
|
|
4494
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
4409
4495
|
name: 'Name',
|
|
4410
4496
|
policyAction: 'PolicyAction',
|
|
4411
4497
|
policyId: 'PolicyId',
|
|
@@ -4424,6 +4510,7 @@ export class GetPrivateAccessPolicyResponseBodyPolicy extends $tea.Model {
|
|
|
4424
4510
|
createTime: 'string',
|
|
4425
4511
|
customUserAttributes: { 'type': 'array', 'itemType': GetPrivateAccessPolicyResponseBodyPolicyCustomUserAttributes },
|
|
4426
4512
|
description: 'string',
|
|
4513
|
+
deviceAttributeId: 'string',
|
|
4427
4514
|
name: 'string',
|
|
4428
4515
|
policyAction: 'string',
|
|
4429
4516
|
policyId: 'string',
|
|
@@ -5291,6 +5378,50 @@ export class ListPolicesForUserGroupResponseBodyUserGroups extends $tea.Model {
|
|
|
5291
5378
|
}
|
|
5292
5379
|
}
|
|
5293
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
|
+
|
|
5294
5425
|
export class ListPrivateAccessApplicationsResponseBodyApplicationsPortRanges extends $tea.Model {
|
|
5295
5426
|
begin?: number;
|
|
5296
5427
|
end?: number;
|
|
@@ -5480,6 +5611,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5480
5611
|
createTime?: string;
|
|
5481
5612
|
customUserAttributes?: ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes[];
|
|
5482
5613
|
description?: string;
|
|
5614
|
+
deviceAttributeId?: string;
|
|
5483
5615
|
name?: string;
|
|
5484
5616
|
policyAction?: string;
|
|
5485
5617
|
policyId?: string;
|
|
@@ -5495,6 +5627,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5495
5627
|
createTime: 'CreateTime',
|
|
5496
5628
|
customUserAttributes: 'CustomUserAttributes',
|
|
5497
5629
|
description: 'Description',
|
|
5630
|
+
deviceAttributeId: 'DeviceAttributeId',
|
|
5498
5631
|
name: 'Name',
|
|
5499
5632
|
policyAction: 'PolicyAction',
|
|
5500
5633
|
policyId: 'PolicyId',
|
|
@@ -5513,6 +5646,7 @@ export class ListPrivateAccessPolicesResponseBodyPolices extends $tea.Model {
|
|
|
5513
5646
|
createTime: 'string',
|
|
5514
5647
|
customUserAttributes: { 'type': 'array', 'itemType': ListPrivateAccessPolicesResponseBodyPolicesCustomUserAttributes },
|
|
5515
5648
|
description: 'string',
|
|
5649
|
+
deviceAttributeId: 'string',
|
|
5516
5650
|
name: 'string',
|
|
5517
5651
|
policyAction: 'string',
|
|
5518
5652
|
policyId: 'string',
|
|
@@ -6944,6 +7078,10 @@ export default class Client extends OpenApi {
|
|
|
6944
7078
|
body["Description"] = request.description;
|
|
6945
7079
|
}
|
|
6946
7080
|
|
|
7081
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
7082
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
7083
|
+
}
|
|
7084
|
+
|
|
6947
7085
|
if (!Util.isUnset(request.name)) {
|
|
6948
7086
|
body["Name"] = request.name;
|
|
6949
7087
|
}
|
|
@@ -7746,6 +7884,31 @@ export default class Client extends OpenApi {
|
|
|
7746
7884
|
return await this.listPolicesForUserGroupWithOptions(request, runtime);
|
|
7747
7885
|
}
|
|
7748
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
|
+
|
|
7749
7912
|
async listPrivateAccessApplicationsWithOptions(request: ListPrivateAccessApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateAccessApplicationsResponse> {
|
|
7750
7913
|
Util.validateModel(request);
|
|
7751
7914
|
let query = OpenApiUtil.query(Util.toMap(request));
|
|
@@ -8294,6 +8457,10 @@ export default class Client extends OpenApi {
|
|
|
8294
8457
|
body["Description"] = request.description;
|
|
8295
8458
|
}
|
|
8296
8459
|
|
|
8460
|
+
if (!Util.isUnset(request.deviceAttributeId)) {
|
|
8461
|
+
body["DeviceAttributeId"] = request.deviceAttributeId;
|
|
8462
|
+
}
|
|
8463
|
+
|
|
8297
8464
|
if (!Util.isUnset(request.modifyType)) {
|
|
8298
8465
|
body["ModifyType"] = request.modifyType;
|
|
8299
8466
|
}
|