@alicloud/sddp20190103 1.0.6 → 1.0.7

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.js CHANGED
@@ -66,12 +66,14 @@ class CreateConfigResponse extends $tea.Model {
66
66
  static names() {
67
67
  return {
68
68
  headers: 'headers',
69
+ statusCode: 'statusCode',
69
70
  body: 'body',
70
71
  };
71
72
  }
72
73
  static types() {
73
74
  return {
74
75
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
76
+ statusCode: 'number',
75
77
  body: CreateConfigResponseBody,
76
78
  };
77
79
  }
@@ -95,6 +97,7 @@ class CreateDataLimitRequest extends $tea.Model {
95
97
  password: 'Password',
96
98
  port: 'Port',
97
99
  resourceType: 'ResourceType',
100
+ samplingSize: 'SamplingSize',
98
101
  serviceRegionId: 'ServiceRegionId',
99
102
  userName: 'UserName',
100
103
  };
@@ -113,6 +116,7 @@ class CreateDataLimitRequest extends $tea.Model {
113
116
  password: 'string',
114
117
  port: 'number',
115
118
  resourceType: 'number',
119
+ samplingSize: 'number',
116
120
  serviceRegionId: 'string',
117
121
  userName: 'string',
118
122
  };
@@ -144,12 +148,14 @@ class CreateDataLimitResponse extends $tea.Model {
144
148
  static names() {
145
149
  return {
146
150
  headers: 'headers',
151
+ statusCode: 'statusCode',
147
152
  body: 'body',
148
153
  };
149
154
  }
150
155
  static types() {
151
156
  return {
152
157
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
158
+ statusCode: 'number',
153
159
  body: CreateDataLimitResponseBody,
154
160
  };
155
161
  }
@@ -222,12 +228,14 @@ class CreateRuleResponse extends $tea.Model {
222
228
  static names() {
223
229
  return {
224
230
  headers: 'headers',
231
+ statusCode: 'statusCode',
225
232
  body: 'body',
226
233
  };
227
234
  }
228
235
  static types() {
229
236
  return {
230
237
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
238
+ statusCode: 'number',
231
239
  body: CreateRuleResponseBody,
232
240
  };
233
241
  }
@@ -294,12 +302,14 @@ class CreateScanTaskResponse extends $tea.Model {
294
302
  static names() {
295
303
  return {
296
304
  headers: 'headers',
305
+ statusCode: 'statusCode',
297
306
  body: 'body',
298
307
  };
299
308
  }
300
309
  static types() {
301
310
  return {
302
311
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
312
+ statusCode: 'number',
303
313
  body: CreateScanTaskResponseBody,
304
314
  };
305
315
  }
@@ -346,12 +356,14 @@ class CreateSlrRoleResponse extends $tea.Model {
346
356
  static names() {
347
357
  return {
348
358
  headers: 'headers',
359
+ statusCode: 'statusCode',
349
360
  body: 'body',
350
361
  };
351
362
  }
352
363
  static types() {
353
364
  return {
354
365
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
366
+ statusCode: 'number',
355
367
  body: CreateSlrRoleResponseBody,
356
368
  };
357
369
  }
@@ -398,12 +410,14 @@ class DeleteDataLimitResponse extends $tea.Model {
398
410
  static names() {
399
411
  return {
400
412
  headers: 'headers',
413
+ statusCode: 'statusCode',
401
414
  body: 'body',
402
415
  };
403
416
  }
404
417
  static types() {
405
418
  return {
406
419
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
420
+ statusCode: 'number',
407
421
  body: DeleteDataLimitResponseBody,
408
422
  };
409
423
  }
@@ -450,12 +464,14 @@ class DeleteRuleResponse extends $tea.Model {
450
464
  static names() {
451
465
  return {
452
466
  headers: 'headers',
467
+ statusCode: 'statusCode',
453
468
  body: 'body',
454
469
  };
455
470
  }
456
471
  static types() {
457
472
  return {
458
473
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
474
+ statusCode: 'number',
459
475
  body: DeleteRuleResponseBody,
460
476
  };
461
477
  }
@@ -516,12 +532,14 @@ class DescribeCategoryTemplateRuleListResponse extends $tea.Model {
516
532
  static names() {
517
533
  return {
518
534
  headers: 'headers',
535
+ statusCode: 'statusCode',
519
536
  body: 'body',
520
537
  };
521
538
  }
522
539
  static types() {
523
540
  return {
524
541
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
542
+ statusCode: 'number',
525
543
  body: DescribeCategoryTemplateRuleListResponseBody,
526
544
  };
527
545
  }
@@ -598,12 +616,14 @@ class DescribeColumnsResponse extends $tea.Model {
598
616
  static names() {
599
617
  return {
600
618
  headers: 'headers',
619
+ statusCode: 'statusCode',
601
620
  body: 'body',
602
621
  };
603
622
  }
604
623
  static types() {
605
624
  return {
606
625
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
626
+ statusCode: 'number',
607
627
  body: DescribeColumnsResponseBody,
608
628
  };
609
629
  }
@@ -650,12 +670,14 @@ class DescribeConfigsResponse extends $tea.Model {
650
670
  static names() {
651
671
  return {
652
672
  headers: 'headers',
673
+ statusCode: 'statusCode',
653
674
  body: 'body',
654
675
  };
655
676
  }
656
677
  static types() {
657
678
  return {
658
679
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
680
+ statusCode: 'number',
659
681
  body: DescribeConfigsResponseBody,
660
682
  };
661
683
  }
@@ -720,12 +742,14 @@ class DescribeDataAssetsResponse extends $tea.Model {
720
742
  static names() {
721
743
  return {
722
744
  headers: 'headers',
745
+ statusCode: 'statusCode',
723
746
  body: 'body',
724
747
  };
725
748
  }
726
749
  static types() {
727
750
  return {
728
751
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
752
+ statusCode: 'number',
729
753
  body: DescribeDataAssetsResponseBody,
730
754
  };
731
755
  }
@@ -776,12 +800,14 @@ class DescribeDataLimitDetailResponse extends $tea.Model {
776
800
  static names() {
777
801
  return {
778
802
  headers: 'headers',
803
+ statusCode: 'statusCode',
779
804
  body: 'body',
780
805
  };
781
806
  }
782
807
  static types() {
783
808
  return {
784
809
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
810
+ statusCode: 'number',
785
811
  body: DescribeDataLimitDetailResponseBody,
786
812
  };
787
813
  }
@@ -832,12 +858,14 @@ class DescribeDataLimitSetResponse extends $tea.Model {
832
858
  static names() {
833
859
  return {
834
860
  headers: 'headers',
861
+ statusCode: 'statusCode',
835
862
  body: 'body',
836
863
  };
837
864
  }
838
865
  static types() {
839
866
  return {
840
867
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
868
+ statusCode: 'number',
841
869
  body: DescribeDataLimitSetResponseBody,
842
870
  };
843
871
  }
@@ -914,12 +942,14 @@ class DescribeDataLimitsResponse extends $tea.Model {
914
942
  static names() {
915
943
  return {
916
944
  headers: 'headers',
945
+ statusCode: 'statusCode',
917
946
  body: 'body',
918
947
  };
919
948
  }
920
949
  static types() {
921
950
  return {
922
951
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
952
+ statusCode: 'number',
923
953
  body: DescribeDataLimitsResponseBody,
924
954
  };
925
955
  }
@@ -992,12 +1022,14 @@ class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
992
1022
  static names() {
993
1023
  return {
994
1024
  headers: 'headers',
1025
+ statusCode: 'statusCode',
995
1026
  body: 'body',
996
1027
  };
997
1028
  }
998
1029
  static types() {
999
1030
  return {
1000
1031
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1032
+ statusCode: 'number',
1001
1033
  body: DescribeDataMaskingRunHistoryResponseBody,
1002
1034
  };
1003
1035
  }
@@ -1062,12 +1094,14 @@ class DescribeDataMaskingTasksResponse extends $tea.Model {
1062
1094
  static names() {
1063
1095
  return {
1064
1096
  headers: 'headers',
1097
+ statusCode: 'statusCode',
1065
1098
  body: 'body',
1066
1099
  };
1067
1100
  }
1068
1101
  static types() {
1069
1102
  return {
1070
1103
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1104
+ statusCode: 'number',
1071
1105
  body: DescribeDataMaskingTasksResponseBody,
1072
1106
  };
1073
1107
  }
@@ -1116,12 +1150,14 @@ class DescribeEventDetailResponse extends $tea.Model {
1116
1150
  static names() {
1117
1151
  return {
1118
1152
  headers: 'headers',
1153
+ statusCode: 'statusCode',
1119
1154
  body: 'body',
1120
1155
  };
1121
1156
  }
1122
1157
  static types() {
1123
1158
  return {
1124
1159
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1160
+ statusCode: 'number',
1125
1161
  body: DescribeEventDetailResponseBody,
1126
1162
  };
1127
1163
  }
@@ -1174,12 +1210,14 @@ class DescribeEventTypesResponse extends $tea.Model {
1174
1210
  static names() {
1175
1211
  return {
1176
1212
  headers: 'headers',
1213
+ statusCode: 'statusCode',
1177
1214
  body: 'body',
1178
1215
  };
1179
1216
  }
1180
1217
  static types() {
1181
1218
  return {
1182
1219
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1220
+ statusCode: 'number',
1183
1221
  body: DescribeEventTypesResponseBody,
1184
1222
  };
1185
1223
  }
@@ -1260,12 +1298,14 @@ class DescribeEventsResponse extends $tea.Model {
1260
1298
  static names() {
1261
1299
  return {
1262
1300
  headers: 'headers',
1301
+ statusCode: 'statusCode',
1263
1302
  body: 'body',
1264
1303
  };
1265
1304
  }
1266
1305
  static types() {
1267
1306
  return {
1268
1307
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1308
+ statusCode: 'number',
1269
1309
  body: DescribeEventsResponseBody,
1270
1310
  };
1271
1311
  }
@@ -1340,12 +1380,14 @@ class DescribeInstanceSourcesResponse extends $tea.Model {
1340
1380
  static names() {
1341
1381
  return {
1342
1382
  headers: 'headers',
1383
+ statusCode: 'statusCode',
1343
1384
  body: 'body',
1344
1385
  };
1345
1386
  }
1346
1387
  static types() {
1347
1388
  return {
1348
1389
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1390
+ statusCode: 'number',
1349
1391
  body: DescribeInstanceSourcesResponseBody,
1350
1392
  };
1351
1393
  }
@@ -1416,12 +1458,14 @@ class DescribeInstancesResponse extends $tea.Model {
1416
1458
  static names() {
1417
1459
  return {
1418
1460
  headers: 'headers',
1461
+ statusCode: 'statusCode',
1419
1462
  body: 'body',
1420
1463
  };
1421
1464
  }
1422
1465
  static types() {
1423
1466
  return {
1424
1467
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1468
+ statusCode: 'number',
1425
1469
  body: DescribeInstancesResponseBody,
1426
1470
  };
1427
1471
  }
@@ -1470,12 +1514,14 @@ class DescribeOssObjectDetailResponse extends $tea.Model {
1470
1514
  static names() {
1471
1515
  return {
1472
1516
  headers: 'headers',
1517
+ statusCode: 'statusCode',
1473
1518
  body: 'body',
1474
1519
  };
1475
1520
  }
1476
1521
  static types() {
1477
1522
  return {
1478
1523
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1524
+ statusCode: 'number',
1479
1525
  body: DescribeOssObjectDetailResponseBody,
1480
1526
  };
1481
1527
  }
@@ -1546,12 +1592,14 @@ class DescribeOssObjectsResponse extends $tea.Model {
1546
1592
  static names() {
1547
1593
  return {
1548
1594
  headers: 'headers',
1595
+ statusCode: 'statusCode',
1549
1596
  body: 'body',
1550
1597
  };
1551
1598
  }
1552
1599
  static types() {
1553
1600
  return {
1554
1601
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1602
+ statusCode: 'number',
1555
1603
  body: DescribeOssObjectsResponseBody,
1556
1604
  };
1557
1605
  }
@@ -1618,12 +1666,14 @@ class DescribePackagesResponse extends $tea.Model {
1618
1666
  static names() {
1619
1667
  return {
1620
1668
  headers: 'headers',
1669
+ statusCode: 'statusCode',
1621
1670
  body: 'body',
1622
1671
  };
1623
1672
  }
1624
1673
  static types() {
1625
1674
  return {
1626
1675
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1676
+ statusCode: 'number',
1627
1677
  body: DescribePackagesResponseBody,
1628
1678
  };
1629
1679
  }
@@ -1670,12 +1720,14 @@ class DescribeRiskLevelsResponse extends $tea.Model {
1670
1720
  static names() {
1671
1721
  return {
1672
1722
  headers: 'headers',
1723
+ statusCode: 'statusCode',
1673
1724
  body: 'body',
1674
1725
  };
1675
1726
  }
1676
1727
  static types() {
1677
1728
  return {
1678
1729
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1730
+ statusCode: 'number',
1679
1731
  body: DescribeRiskLevelsResponseBody,
1680
1732
  };
1681
1733
  }
@@ -1756,12 +1808,14 @@ class DescribeRulesResponse extends $tea.Model {
1756
1808
  static names() {
1757
1809
  return {
1758
1810
  headers: 'headers',
1811
+ statusCode: 'statusCode',
1759
1812
  body: 'body',
1760
1813
  };
1761
1814
  }
1762
1815
  static types() {
1763
1816
  return {
1764
1817
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1818
+ statusCode: 'number',
1765
1819
  body: DescribeRulesResponseBody,
1766
1820
  };
1767
1821
  }
@@ -1834,12 +1888,14 @@ class DescribeTablesResponse extends $tea.Model {
1834
1888
  static names() {
1835
1889
  return {
1836
1890
  headers: 'headers',
1891
+ statusCode: 'statusCode',
1837
1892
  body: 'body',
1838
1893
  };
1839
1894
  }
1840
1895
  static types() {
1841
1896
  return {
1842
1897
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1898
+ statusCode: 'number',
1843
1899
  body: DescribeTablesResponseBody,
1844
1900
  };
1845
1901
  }
@@ -1886,12 +1942,14 @@ class DescribeUserStatusResponse extends $tea.Model {
1886
1942
  static names() {
1887
1943
  return {
1888
1944
  headers: 'headers',
1945
+ statusCode: 'statusCode',
1889
1946
  body: 'body',
1890
1947
  };
1891
1948
  }
1892
1949
  static types() {
1893
1950
  return {
1894
1951
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1952
+ statusCode: 'number',
1895
1953
  body: DescribeUserStatusResponseBody,
1896
1954
  };
1897
1955
  }
@@ -1938,12 +1996,14 @@ class DisableUserConfigResponse extends $tea.Model {
1938
1996
  static names() {
1939
1997
  return {
1940
1998
  headers: 'headers',
1999
+ statusCode: 'statusCode',
1941
2000
  body: 'body',
1942
2001
  };
1943
2002
  }
1944
2003
  static types() {
1945
2004
  return {
1946
2005
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2006
+ statusCode: 'number',
1947
2007
  body: DisableUserConfigResponseBody,
1948
2008
  };
1949
2009
  }
@@ -1994,12 +2054,14 @@ class ExecDatamaskResponse extends $tea.Model {
1994
2054
  static names() {
1995
2055
  return {
1996
2056
  headers: 'headers',
2057
+ statusCode: 'statusCode',
1997
2058
  body: 'body',
1998
2059
  };
1999
2060
  }
2000
2061
  static types() {
2001
2062
  return {
2002
2063
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2064
+ statusCode: 'number',
2003
2065
  body: ExecDatamaskResponseBody,
2004
2066
  };
2005
2067
  }
@@ -2046,12 +2108,14 @@ class ManualTriggerMaskingProcessResponse extends $tea.Model {
2046
2108
  static names() {
2047
2109
  return {
2048
2110
  headers: 'headers',
2111
+ statusCode: 'statusCode',
2049
2112
  body: 'body',
2050
2113
  };
2051
2114
  }
2052
2115
  static types() {
2053
2116
  return {
2054
2117
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2118
+ statusCode: 'number',
2055
2119
  body: ManualTriggerMaskingProcessResponseBody,
2056
2120
  };
2057
2121
  }
@@ -2073,6 +2137,7 @@ class ModifyDataLimitRequest extends $tea.Model {
2073
2137
  password: 'Password',
2074
2138
  port: 'Port',
2075
2139
  resourceType: 'ResourceType',
2140
+ samplingSize: 'SamplingSize',
2076
2141
  serviceRegionId: 'ServiceRegionId',
2077
2142
  userName: 'UserName',
2078
2143
  };
@@ -2089,6 +2154,7 @@ class ModifyDataLimitRequest extends $tea.Model {
2089
2154
  password: 'string',
2090
2155
  port: 'number',
2091
2156
  resourceType: 'number',
2157
+ samplingSize: 'number',
2092
2158
  serviceRegionId: 'string',
2093
2159
  userName: 'string',
2094
2160
  };
@@ -2118,12 +2184,14 @@ class ModifyDataLimitResponse extends $tea.Model {
2118
2184
  static names() {
2119
2185
  return {
2120
2186
  headers: 'headers',
2187
+ statusCode: 'statusCode',
2121
2188
  body: 'body',
2122
2189
  };
2123
2190
  }
2124
2191
  static types() {
2125
2192
  return {
2126
2193
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2194
+ statusCode: 'number',
2127
2195
  body: ModifyDataLimitResponseBody,
2128
2196
  };
2129
2197
  }
@@ -2172,12 +2240,14 @@ class ModifyDefaultLevelResponse extends $tea.Model {
2172
2240
  static names() {
2173
2241
  return {
2174
2242
  headers: 'headers',
2243
+ statusCode: 'statusCode',
2175
2244
  body: 'body',
2176
2245
  };
2177
2246
  }
2178
2247
  static types() {
2179
2248
  return {
2180
2249
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2250
+ statusCode: 'number',
2181
2251
  body: ModifyDefaultLevelResponseBody,
2182
2252
  };
2183
2253
  }
@@ -2230,12 +2300,14 @@ class ModifyEventStatusResponse extends $tea.Model {
2230
2300
  static names() {
2231
2301
  return {
2232
2302
  headers: 'headers',
2303
+ statusCode: 'statusCode',
2233
2304
  body: 'body',
2234
2305
  };
2235
2306
  }
2236
2307
  static types() {
2237
2308
  return {
2238
2309
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2310
+ statusCode: 'number',
2239
2311
  body: ModifyEventStatusResponseBody,
2240
2312
  };
2241
2313
  }
@@ -2282,12 +2354,14 @@ class ModifyEventTypeStatusResponse extends $tea.Model {
2282
2354
  static names() {
2283
2355
  return {
2284
2356
  headers: 'headers',
2357
+ statusCode: 'statusCode',
2285
2358
  body: 'body',
2286
2359
  };
2287
2360
  }
2288
2361
  static types() {
2289
2362
  return {
2290
2363
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2364
+ statusCode: 'number',
2291
2365
  body: ModifyEventTypeStatusResponseBody,
2292
2366
  };
2293
2367
  }
@@ -2334,12 +2408,14 @@ class ModifyReportTaskStatusResponse extends $tea.Model {
2334
2408
  static names() {
2335
2409
  return {
2336
2410
  headers: 'headers',
2411
+ statusCode: 'statusCode',
2337
2412
  body: 'body',
2338
2413
  };
2339
2414
  }
2340
2415
  static types() {
2341
2416
  return {
2342
2417
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2418
+ statusCode: 'number',
2343
2419
  body: ModifyReportTaskStatusResponseBody,
2344
2420
  };
2345
2421
  }
@@ -2402,12 +2478,14 @@ class ModifyRuleResponse extends $tea.Model {
2402
2478
  static names() {
2403
2479
  return {
2404
2480
  headers: 'headers',
2481
+ statusCode: 'statusCode',
2405
2482
  body: 'body',
2406
2483
  };
2407
2484
  }
2408
2485
  static types() {
2409
2486
  return {
2410
2487
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2488
+ statusCode: 'number',
2411
2489
  body: ModifyRuleResponseBody,
2412
2490
  };
2413
2491
  }
@@ -2460,12 +2538,14 @@ class ModifyRuleStatusResponse extends $tea.Model {
2460
2538
  static names() {
2461
2539
  return {
2462
2540
  headers: 'headers',
2541
+ statusCode: 'statusCode',
2463
2542
  body: 'body',
2464
2543
  };
2465
2544
  }
2466
2545
  static types() {
2467
2546
  return {
2468
2547
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2548
+ statusCode: 'number',
2469
2549
  body: ModifyRuleStatusResponseBody,
2470
2550
  };
2471
2551
  }
@@ -2512,12 +2592,14 @@ class StopMaskingProcessResponse extends $tea.Model {
2512
2592
  static names() {
2513
2593
  return {
2514
2594
  headers: 'headers',
2595
+ statusCode: 'statusCode',
2515
2596
  body: 'body',
2516
2597
  };
2517
2598
  }
2518
2599
  static types() {
2519
2600
  return {
2520
2601
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2602
+ statusCode: 'number',
2521
2603
  body: StopMaskingProcessResponseBody,
2522
2604
  };
2523
2605
  }
@@ -3722,6 +3804,7 @@ class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
3722
3804
  accessKeyId: 'AccessKeyId',
3723
3805
  authed: 'Authed',
3724
3806
  chargeType: 'ChargeType',
3807
+ dataManagerRole: 'DataManagerRole',
3725
3808
  instanceId: 'InstanceId',
3726
3809
  instanceNum: 'InstanceNum',
3727
3810
  labStatus: 'LabStatus',
@@ -3737,6 +3820,7 @@ class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
3737
3820
  accessKeyId: 'string',
3738
3821
  authed: 'boolean',
3739
3822
  chargeType: 'string',
3823
+ dataManagerRole: 'number',
3740
3824
  instanceId: 'string',
3741
3825
  instanceNum: 'number',
3742
3826
  labStatus: 'number',
@@ -3842,6 +3926,9 @@ class Client extends openapi_client_1.default {
3842
3926
  if (!tea_util_1.default.isUnset(request.resourceType)) {
3843
3927
  query["ResourceType"] = request.resourceType;
3844
3928
  }
3929
+ if (!tea_util_1.default.isUnset(request.samplingSize)) {
3930
+ query["SamplingSize"] = request.samplingSize;
3931
+ }
3845
3932
  if (!tea_util_1.default.isUnset(request.serviceRegionId)) {
3846
3933
  query["ServiceRegionId"] = request.serviceRegionId;
3847
3934
  }
@@ -5141,6 +5228,9 @@ class Client extends openapi_client_1.default {
5141
5228
  if (!tea_util_1.default.isUnset(request.resourceType)) {
5142
5229
  query["ResourceType"] = request.resourceType;
5143
5230
  }
5231
+ if (!tea_util_1.default.isUnset(request.samplingSize)) {
5232
+ query["SamplingSize"] = request.samplingSize;
5233
+ }
5144
5234
  if (!tea_util_1.default.isUnset(request.serviceRegionId)) {
5145
5235
  query["ServiceRegionId"] = request.serviceRegionId;
5146
5236
  }