@alicloud/sddp20190103 1.0.4 → 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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +141 -3
- package/dist/client.js +1534 -78
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1875 -88
package/LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
English | [简体中文](README-CN.md)
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
# Alibaba Cloud Sddp SDK for NodeJS
|
|
5
|
+
|
|
6
|
+
## Installation
|
|
7
|
+
If you use `npm` to manage your dependence, you can use the following command:
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install @alicloud/sddp20190103 -S
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Issues
|
|
14
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-typescript-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
[Usage Document](https://github.com/aliyun/alibabacloud-typescript-sdk/blob/master/docs/Usage-EN.md#quick-examples)
|
|
18
|
+
|
|
19
|
+
## References
|
|
20
|
+
* [Latest Release](https://github.com/aliyun/alibabacloud-typescript-sdk/)
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
24
|
+
|
|
25
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
package/dist/client.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export declare class CreateConfigResponse extends $tea.Model {
|
|
|
36
36
|
headers: {
|
|
37
37
|
[key: string]: string;
|
|
38
38
|
};
|
|
39
|
+
statusCode: number;
|
|
39
40
|
body: CreateConfigResponseBody;
|
|
40
41
|
static names(): {
|
|
41
42
|
[key: string]: string;
|
|
@@ -50,6 +51,7 @@ export declare class CreateConfigResponse extends $tea.Model {
|
|
|
50
51
|
export declare class CreateDataLimitRequest extends $tea.Model {
|
|
51
52
|
auditStatus?: number;
|
|
52
53
|
autoScan?: number;
|
|
54
|
+
enable?: number;
|
|
53
55
|
engineType?: string;
|
|
54
56
|
eventStatus?: number;
|
|
55
57
|
lang?: string;
|
|
@@ -59,6 +61,7 @@ export declare class CreateDataLimitRequest extends $tea.Model {
|
|
|
59
61
|
password?: string;
|
|
60
62
|
port?: number;
|
|
61
63
|
resourceType?: number;
|
|
64
|
+
samplingSize?: number;
|
|
62
65
|
serviceRegionId?: string;
|
|
63
66
|
userName?: string;
|
|
64
67
|
static names(): {
|
|
@@ -88,6 +91,7 @@ export declare class CreateDataLimitResponse extends $tea.Model {
|
|
|
88
91
|
headers: {
|
|
89
92
|
[key: string]: string;
|
|
90
93
|
};
|
|
94
|
+
statusCode: number;
|
|
91
95
|
body: CreateDataLimitResponseBody;
|
|
92
96
|
static names(): {
|
|
93
97
|
[key: string]: string;
|
|
@@ -141,6 +145,7 @@ export declare class CreateRuleResponse extends $tea.Model {
|
|
|
141
145
|
headers: {
|
|
142
146
|
[key: string]: string;
|
|
143
147
|
};
|
|
148
|
+
statusCode: number;
|
|
144
149
|
body: CreateRuleResponseBody;
|
|
145
150
|
static names(): {
|
|
146
151
|
[key: string]: string;
|
|
@@ -155,6 +160,7 @@ export declare class CreateRuleResponse extends $tea.Model {
|
|
|
155
160
|
export declare class CreateScanTaskRequest extends $tea.Model {
|
|
156
161
|
dataLimitId?: number;
|
|
157
162
|
intervalDay?: number;
|
|
163
|
+
lang?: string;
|
|
158
164
|
ossScanPath?: string;
|
|
159
165
|
resourceType?: number;
|
|
160
166
|
runHour?: number;
|
|
@@ -190,6 +196,7 @@ export declare class CreateScanTaskResponse extends $tea.Model {
|
|
|
190
196
|
headers: {
|
|
191
197
|
[key: string]: string;
|
|
192
198
|
};
|
|
199
|
+
statusCode: number;
|
|
193
200
|
body: CreateScanTaskResponseBody;
|
|
194
201
|
static names(): {
|
|
195
202
|
[key: string]: string;
|
|
@@ -201,6 +208,47 @@ export declare class CreateScanTaskResponse extends $tea.Model {
|
|
|
201
208
|
[key: string]: any;
|
|
202
209
|
});
|
|
203
210
|
}
|
|
211
|
+
export declare class CreateSlrRoleRequest extends $tea.Model {
|
|
212
|
+
lang?: string;
|
|
213
|
+
static names(): {
|
|
214
|
+
[key: string]: string;
|
|
215
|
+
};
|
|
216
|
+
static types(): {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
};
|
|
219
|
+
constructor(map?: {
|
|
220
|
+
[key: string]: any;
|
|
221
|
+
});
|
|
222
|
+
}
|
|
223
|
+
export declare class CreateSlrRoleResponseBody extends $tea.Model {
|
|
224
|
+
hasPermission?: boolean;
|
|
225
|
+
requestId?: string;
|
|
226
|
+
static names(): {
|
|
227
|
+
[key: string]: string;
|
|
228
|
+
};
|
|
229
|
+
static types(): {
|
|
230
|
+
[key: string]: any;
|
|
231
|
+
};
|
|
232
|
+
constructor(map?: {
|
|
233
|
+
[key: string]: any;
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
export declare class CreateSlrRoleResponse extends $tea.Model {
|
|
237
|
+
headers: {
|
|
238
|
+
[key: string]: string;
|
|
239
|
+
};
|
|
240
|
+
statusCode: number;
|
|
241
|
+
body: CreateSlrRoleResponseBody;
|
|
242
|
+
static names(): {
|
|
243
|
+
[key: string]: string;
|
|
244
|
+
};
|
|
245
|
+
static types(): {
|
|
246
|
+
[key: string]: any;
|
|
247
|
+
};
|
|
248
|
+
constructor(map?: {
|
|
249
|
+
[key: string]: any;
|
|
250
|
+
});
|
|
251
|
+
}
|
|
204
252
|
export declare class DeleteDataLimitRequest extends $tea.Model {
|
|
205
253
|
id?: number;
|
|
206
254
|
lang?: string;
|
|
@@ -230,6 +278,7 @@ export declare class DeleteDataLimitResponse extends $tea.Model {
|
|
|
230
278
|
headers: {
|
|
231
279
|
[key: string]: string;
|
|
232
280
|
};
|
|
281
|
+
statusCode: number;
|
|
233
282
|
body: DeleteDataLimitResponseBody;
|
|
234
283
|
static names(): {
|
|
235
284
|
[key: string]: string;
|
|
@@ -270,6 +319,7 @@ export declare class DeleteRuleResponse extends $tea.Model {
|
|
|
270
319
|
headers: {
|
|
271
320
|
[key: string]: string;
|
|
272
321
|
};
|
|
322
|
+
statusCode: number;
|
|
273
323
|
body: DeleteRuleResponseBody;
|
|
274
324
|
static names(): {
|
|
275
325
|
[key: string]: string;
|
|
@@ -317,6 +367,7 @@ export declare class DescribeCategoryTemplateRuleListResponse extends $tea.Model
|
|
|
317
367
|
headers: {
|
|
318
368
|
[key: string]: string;
|
|
319
369
|
};
|
|
370
|
+
statusCode: number;
|
|
320
371
|
body: DescribeCategoryTemplateRuleListResponseBody;
|
|
321
372
|
static names(): {
|
|
322
373
|
[key: string]: string;
|
|
@@ -372,6 +423,7 @@ export declare class DescribeColumnsResponse extends $tea.Model {
|
|
|
372
423
|
headers: {
|
|
373
424
|
[key: string]: string;
|
|
374
425
|
};
|
|
426
|
+
statusCode: number;
|
|
375
427
|
body: DescribeColumnsResponseBody;
|
|
376
428
|
static names(): {
|
|
377
429
|
[key: string]: string;
|
|
@@ -412,6 +464,7 @@ export declare class DescribeConfigsResponse extends $tea.Model {
|
|
|
412
464
|
headers: {
|
|
413
465
|
[key: string]: string;
|
|
414
466
|
};
|
|
467
|
+
statusCode: number;
|
|
415
468
|
body: DescribeConfigsResponseBody;
|
|
416
469
|
static names(): {
|
|
417
470
|
[key: string]: string;
|
|
@@ -461,6 +514,7 @@ export declare class DescribeDataAssetsResponse extends $tea.Model {
|
|
|
461
514
|
headers: {
|
|
462
515
|
[key: string]: string;
|
|
463
516
|
};
|
|
517
|
+
statusCode: number;
|
|
464
518
|
body: DescribeDataAssetsResponseBody;
|
|
465
519
|
static names(): {
|
|
466
520
|
[key: string]: string;
|
|
@@ -503,6 +557,7 @@ export declare class DescribeDataLimitDetailResponse extends $tea.Model {
|
|
|
503
557
|
headers: {
|
|
504
558
|
[key: string]: string;
|
|
505
559
|
};
|
|
560
|
+
statusCode: number;
|
|
506
561
|
body: DescribeDataLimitDetailResponseBody;
|
|
507
562
|
static names(): {
|
|
508
563
|
[key: string]: string;
|
|
@@ -545,6 +600,7 @@ export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
|
545
600
|
headers: {
|
|
546
601
|
[key: string]: string;
|
|
547
602
|
};
|
|
603
|
+
statusCode: number;
|
|
548
604
|
body: DescribeDataLimitSetResponseBody;
|
|
549
605
|
static names(): {
|
|
550
606
|
[key: string]: string;
|
|
@@ -600,6 +656,7 @@ export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
|
600
656
|
headers: {
|
|
601
657
|
[key: string]: string;
|
|
602
658
|
};
|
|
659
|
+
statusCode: number;
|
|
603
660
|
body: DescribeDataLimitsResponseBody;
|
|
604
661
|
static names(): {
|
|
605
662
|
[key: string]: string;
|
|
@@ -653,6 +710,7 @@ export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
|
653
710
|
headers: {
|
|
654
711
|
[key: string]: string;
|
|
655
712
|
};
|
|
713
|
+
statusCode: number;
|
|
656
714
|
body: DescribeDataMaskingRunHistoryResponseBody;
|
|
657
715
|
static names(): {
|
|
658
716
|
[key: string]: string;
|
|
@@ -702,6 +760,7 @@ export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
|
702
760
|
headers: {
|
|
703
761
|
[key: string]: string;
|
|
704
762
|
};
|
|
763
|
+
statusCode: number;
|
|
705
764
|
body: DescribeDataMaskingTasksResponseBody;
|
|
706
765
|
static names(): {
|
|
707
766
|
[key: string]: string;
|
|
@@ -743,6 +802,7 @@ export declare class DescribeEventDetailResponse extends $tea.Model {
|
|
|
743
802
|
headers: {
|
|
744
803
|
[key: string]: string;
|
|
745
804
|
};
|
|
805
|
+
statusCode: number;
|
|
746
806
|
body: DescribeEventDetailResponseBody;
|
|
747
807
|
static names(): {
|
|
748
808
|
[key: string]: string;
|
|
@@ -786,6 +846,7 @@ export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
|
786
846
|
headers: {
|
|
787
847
|
[key: string]: string;
|
|
788
848
|
};
|
|
849
|
+
statusCode: number;
|
|
789
850
|
body: DescribeEventTypesResponseBody;
|
|
790
851
|
static names(): {
|
|
791
852
|
[key: string]: string;
|
|
@@ -843,6 +904,7 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
843
904
|
headers: {
|
|
844
905
|
[key: string]: string;
|
|
845
906
|
};
|
|
907
|
+
statusCode: number;
|
|
846
908
|
body: DescribeEventsResponseBody;
|
|
847
909
|
static names(): {
|
|
848
910
|
[key: string]: string;
|
|
@@ -855,12 +917,17 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
855
917
|
});
|
|
856
918
|
}
|
|
857
919
|
export declare class DescribeInstanceSourcesRequest extends $tea.Model {
|
|
920
|
+
auditStatus?: number;
|
|
921
|
+
authStatus?: number;
|
|
858
922
|
currentPage?: number;
|
|
859
923
|
engineType?: string;
|
|
860
924
|
instanceId?: string;
|
|
861
925
|
lang?: string;
|
|
862
926
|
pageSize?: number;
|
|
927
|
+
productCode?: string;
|
|
863
928
|
productId?: number;
|
|
929
|
+
searchKey?: string;
|
|
930
|
+
searchType?: string;
|
|
864
931
|
serviceRegionId?: string;
|
|
865
932
|
static names(): {
|
|
866
933
|
[key: string]: string;
|
|
@@ -892,6 +959,7 @@ export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
|
892
959
|
headers: {
|
|
893
960
|
[key: string]: string;
|
|
894
961
|
};
|
|
962
|
+
statusCode: number;
|
|
895
963
|
body: DescribeInstanceSourcesResponseBody;
|
|
896
964
|
static names(): {
|
|
897
965
|
[key: string]: string;
|
|
@@ -944,6 +1012,7 @@ export declare class DescribeInstancesResponse extends $tea.Model {
|
|
|
944
1012
|
headers: {
|
|
945
1013
|
[key: string]: string;
|
|
946
1014
|
};
|
|
1015
|
+
statusCode: number;
|
|
947
1016
|
body: DescribeInstancesResponseBody;
|
|
948
1017
|
static names(): {
|
|
949
1018
|
[key: string]: string;
|
|
@@ -985,6 +1054,7 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
|
985
1054
|
headers: {
|
|
986
1055
|
[key: string]: string;
|
|
987
1056
|
};
|
|
1057
|
+
statusCode: number;
|
|
988
1058
|
body: DescribeOssObjectDetailResponseBody;
|
|
989
1059
|
static names(): {
|
|
990
1060
|
[key: string]: string;
|
|
@@ -1037,6 +1107,7 @@ export declare class DescribeOssObjectsResponse extends $tea.Model {
|
|
|
1037
1107
|
headers: {
|
|
1038
1108
|
[key: string]: string;
|
|
1039
1109
|
};
|
|
1110
|
+
statusCode: number;
|
|
1040
1111
|
body: DescribeOssObjectsResponseBody;
|
|
1041
1112
|
static names(): {
|
|
1042
1113
|
[key: string]: string;
|
|
@@ -1087,6 +1158,7 @@ export declare class DescribePackagesResponse extends $tea.Model {
|
|
|
1087
1158
|
headers: {
|
|
1088
1159
|
[key: string]: string;
|
|
1089
1160
|
};
|
|
1161
|
+
statusCode: number;
|
|
1090
1162
|
body: DescribePackagesResponseBody;
|
|
1091
1163
|
static names(): {
|
|
1092
1164
|
[key: string]: string;
|
|
@@ -1127,6 +1199,7 @@ export declare class DescribeRiskLevelsResponse extends $tea.Model {
|
|
|
1127
1199
|
headers: {
|
|
1128
1200
|
[key: string]: string;
|
|
1129
1201
|
};
|
|
1202
|
+
statusCode: number;
|
|
1130
1203
|
body: DescribeRiskLevelsResponseBody;
|
|
1131
1204
|
static names(): {
|
|
1132
1205
|
[key: string]: string;
|
|
@@ -1184,6 +1257,7 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
1184
1257
|
headers: {
|
|
1185
1258
|
[key: string]: string;
|
|
1186
1259
|
};
|
|
1260
|
+
statusCode: number;
|
|
1187
1261
|
body: DescribeRulesResponseBody;
|
|
1188
1262
|
static names(): {
|
|
1189
1263
|
[key: string]: string;
|
|
@@ -1237,6 +1311,7 @@ export declare class DescribeTablesResponse extends $tea.Model {
|
|
|
1237
1311
|
headers: {
|
|
1238
1312
|
[key: string]: string;
|
|
1239
1313
|
};
|
|
1314
|
+
statusCode: number;
|
|
1240
1315
|
body: DescribeTablesResponseBody;
|
|
1241
1316
|
static names(): {
|
|
1242
1317
|
[key: string]: string;
|
|
@@ -1277,6 +1352,7 @@ export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
|
1277
1352
|
headers: {
|
|
1278
1353
|
[key: string]: string;
|
|
1279
1354
|
};
|
|
1355
|
+
statusCode: number;
|
|
1280
1356
|
body: DescribeUserStatusResponseBody;
|
|
1281
1357
|
static names(): {
|
|
1282
1358
|
[key: string]: string;
|
|
@@ -1317,6 +1393,7 @@ export declare class DisableUserConfigResponse extends $tea.Model {
|
|
|
1317
1393
|
headers: {
|
|
1318
1394
|
[key: string]: string;
|
|
1319
1395
|
};
|
|
1396
|
+
statusCode: number;
|
|
1320
1397
|
body: DisableUserConfigResponseBody;
|
|
1321
1398
|
static names(): {
|
|
1322
1399
|
[key: string]: string;
|
|
@@ -1330,6 +1407,7 @@ export declare class DisableUserConfigResponse extends $tea.Model {
|
|
|
1330
1407
|
}
|
|
1331
1408
|
export declare class ExecDatamaskRequest extends $tea.Model {
|
|
1332
1409
|
data?: string;
|
|
1410
|
+
lang?: string;
|
|
1333
1411
|
templateId?: number;
|
|
1334
1412
|
static names(): {
|
|
1335
1413
|
[key: string]: string;
|
|
@@ -1358,6 +1436,7 @@ export declare class ExecDatamaskResponse extends $tea.Model {
|
|
|
1358
1436
|
headers: {
|
|
1359
1437
|
[key: string]: string;
|
|
1360
1438
|
};
|
|
1439
|
+
statusCode: number;
|
|
1361
1440
|
body: ExecDatamaskResponseBody;
|
|
1362
1441
|
static names(): {
|
|
1363
1442
|
[key: string]: string;
|
|
@@ -1398,6 +1477,7 @@ export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
|
1398
1477
|
headers: {
|
|
1399
1478
|
[key: string]: string;
|
|
1400
1479
|
};
|
|
1480
|
+
statusCode: number;
|
|
1401
1481
|
body: ManualTriggerMaskingProcessResponseBody;
|
|
1402
1482
|
static names(): {
|
|
1403
1483
|
[key: string]: string;
|
|
@@ -1420,6 +1500,7 @@ export declare class ModifyDataLimitRequest extends $tea.Model {
|
|
|
1420
1500
|
password?: string;
|
|
1421
1501
|
port?: number;
|
|
1422
1502
|
resourceType?: number;
|
|
1503
|
+
samplingSize?: number;
|
|
1423
1504
|
serviceRegionId?: string;
|
|
1424
1505
|
userName?: string;
|
|
1425
1506
|
static names(): {
|
|
@@ -1448,6 +1529,7 @@ export declare class ModifyDataLimitResponse extends $tea.Model {
|
|
|
1448
1529
|
headers: {
|
|
1449
1530
|
[key: string]: string;
|
|
1450
1531
|
};
|
|
1532
|
+
statusCode: number;
|
|
1451
1533
|
body: ModifyDataLimitResponseBody;
|
|
1452
1534
|
static names(): {
|
|
1453
1535
|
[key: string]: string;
|
|
@@ -1489,6 +1571,7 @@ export declare class ModifyDefaultLevelResponse extends $tea.Model {
|
|
|
1489
1571
|
headers: {
|
|
1490
1572
|
[key: string]: string;
|
|
1491
1573
|
};
|
|
1574
|
+
statusCode: number;
|
|
1492
1575
|
body: ModifyDefaultLevelResponseBody;
|
|
1493
1576
|
static names(): {
|
|
1494
1577
|
[key: string]: string;
|
|
@@ -1532,6 +1615,7 @@ export declare class ModifyEventStatusResponse extends $tea.Model {
|
|
|
1532
1615
|
headers: {
|
|
1533
1616
|
[key: string]: string;
|
|
1534
1617
|
};
|
|
1618
|
+
statusCode: number;
|
|
1535
1619
|
body: ModifyEventStatusResponseBody;
|
|
1536
1620
|
static names(): {
|
|
1537
1621
|
[key: string]: string;
|
|
@@ -1572,6 +1656,7 @@ export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
|
1572
1656
|
headers: {
|
|
1573
1657
|
[key: string]: string;
|
|
1574
1658
|
};
|
|
1659
|
+
statusCode: number;
|
|
1575
1660
|
body: ModifyEventTypeStatusResponseBody;
|
|
1576
1661
|
static names(): {
|
|
1577
1662
|
[key: string]: string;
|
|
@@ -1583,6 +1668,47 @@ export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
|
1583
1668
|
[key: string]: any;
|
|
1584
1669
|
});
|
|
1585
1670
|
}
|
|
1671
|
+
export declare class ModifyReportTaskStatusRequest extends $tea.Model {
|
|
1672
|
+
lang?: string;
|
|
1673
|
+
reportTaskStatus?: number;
|
|
1674
|
+
static names(): {
|
|
1675
|
+
[key: string]: string;
|
|
1676
|
+
};
|
|
1677
|
+
static types(): {
|
|
1678
|
+
[key: string]: any;
|
|
1679
|
+
};
|
|
1680
|
+
constructor(map?: {
|
|
1681
|
+
[key: string]: any;
|
|
1682
|
+
});
|
|
1683
|
+
}
|
|
1684
|
+
export declare class ModifyReportTaskStatusResponseBody extends $tea.Model {
|
|
1685
|
+
requestId?: string;
|
|
1686
|
+
static names(): {
|
|
1687
|
+
[key: string]: string;
|
|
1688
|
+
};
|
|
1689
|
+
static types(): {
|
|
1690
|
+
[key: string]: any;
|
|
1691
|
+
};
|
|
1692
|
+
constructor(map?: {
|
|
1693
|
+
[key: string]: any;
|
|
1694
|
+
});
|
|
1695
|
+
}
|
|
1696
|
+
export declare class ModifyReportTaskStatusResponse extends $tea.Model {
|
|
1697
|
+
headers: {
|
|
1698
|
+
[key: string]: string;
|
|
1699
|
+
};
|
|
1700
|
+
statusCode: number;
|
|
1701
|
+
body: ModifyReportTaskStatusResponseBody;
|
|
1702
|
+
static names(): {
|
|
1703
|
+
[key: string]: string;
|
|
1704
|
+
};
|
|
1705
|
+
static types(): {
|
|
1706
|
+
[key: string]: any;
|
|
1707
|
+
};
|
|
1708
|
+
constructor(map?: {
|
|
1709
|
+
[key: string]: any;
|
|
1710
|
+
});
|
|
1711
|
+
}
|
|
1586
1712
|
export declare class ModifyRuleRequest extends $tea.Model {
|
|
1587
1713
|
category?: number;
|
|
1588
1714
|
content?: string;
|
|
@@ -1620,6 +1746,7 @@ export declare class ModifyRuleResponse extends $tea.Model {
|
|
|
1620
1746
|
headers: {
|
|
1621
1747
|
[key: string]: string;
|
|
1622
1748
|
};
|
|
1749
|
+
statusCode: number;
|
|
1623
1750
|
body: ModifyRuleResponseBody;
|
|
1624
1751
|
static names(): {
|
|
1625
1752
|
[key: string]: string;
|
|
@@ -1663,6 +1790,7 @@ export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
|
1663
1790
|
headers: {
|
|
1664
1791
|
[key: string]: string;
|
|
1665
1792
|
};
|
|
1793
|
+
statusCode: number;
|
|
1666
1794
|
body: ModifyRuleStatusResponseBody;
|
|
1667
1795
|
static names(): {
|
|
1668
1796
|
[key: string]: string;
|
|
@@ -1703,6 +1831,7 @@ export declare class StopMaskingProcessResponse extends $tea.Model {
|
|
|
1703
1831
|
headers: {
|
|
1704
1832
|
[key: string]: string;
|
|
1705
1833
|
};
|
|
1834
|
+
statusCode: number;
|
|
1706
1835
|
body: StopMaskingProcessResponseBody;
|
|
1707
1836
|
static names(): {
|
|
1708
1837
|
[key: string]: string;
|
|
@@ -2000,8 +2129,8 @@ export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Mode
|
|
|
2000
2129
|
});
|
|
2001
2130
|
}
|
|
2002
2131
|
export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
|
|
2003
|
-
x?: string;
|
|
2004
|
-
y?: string;
|
|
2132
|
+
x?: string[];
|
|
2133
|
+
y?: string[];
|
|
2005
2134
|
static names(): {
|
|
2006
2135
|
[key: string]: string;
|
|
2007
2136
|
};
|
|
@@ -2194,9 +2323,12 @@ export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model
|
|
|
2194
2323
|
auditStatus?: number;
|
|
2195
2324
|
autoScan?: number;
|
|
2196
2325
|
canModifyUserName?: boolean;
|
|
2326
|
+
checkStatus?: number;
|
|
2327
|
+
datamaskStatus?: number;
|
|
2197
2328
|
dbName?: string;
|
|
2198
2329
|
enable?: number;
|
|
2199
2330
|
engineType?: string;
|
|
2331
|
+
errorMessage?: string;
|
|
2200
2332
|
gmtCreate?: number;
|
|
2201
2333
|
id?: number;
|
|
2202
2334
|
instanceDescription?: string;
|
|
@@ -2209,6 +2341,7 @@ export declare class DescribeInstanceSourcesResponseBodyItems extends $tea.Model
|
|
|
2209
2341
|
productId?: number;
|
|
2210
2342
|
regionId?: string;
|
|
2211
2343
|
regionName?: string;
|
|
2344
|
+
samplingSize?: number;
|
|
2212
2345
|
tenantId?: string;
|
|
2213
2346
|
tenantName?: string;
|
|
2214
2347
|
userName?: string;
|
|
@@ -2440,11 +2573,12 @@ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
|
|
|
2440
2573
|
export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
|
|
2441
2574
|
accessKeyId?: string;
|
|
2442
2575
|
authed?: boolean;
|
|
2443
|
-
buyed?: boolean;
|
|
2444
2576
|
chargeType?: string;
|
|
2577
|
+
dataManagerRole?: number;
|
|
2445
2578
|
instanceId?: string;
|
|
2446
2579
|
instanceNum?: number;
|
|
2447
2580
|
labStatus?: number;
|
|
2581
|
+
purchased?: boolean;
|
|
2448
2582
|
remainDays?: number;
|
|
2449
2583
|
trail?: boolean;
|
|
2450
2584
|
useInstanceNum?: number;
|
|
@@ -2472,6 +2606,8 @@ export default class Client extends OpenApi {
|
|
|
2472
2606
|
createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
|
|
2473
2607
|
createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
|
|
2474
2608
|
createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
|
|
2609
|
+
createSlrRoleWithOptions(request: CreateSlrRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSlrRoleResponse>;
|
|
2610
|
+
createSlrRole(request: CreateSlrRoleRequest): Promise<CreateSlrRoleResponse>;
|
|
2475
2611
|
deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
|
|
2476
2612
|
deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
|
|
2477
2613
|
deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
|
|
@@ -2532,6 +2668,8 @@ export default class Client extends OpenApi {
|
|
|
2532
2668
|
modifyEventStatus(request: ModifyEventStatusRequest): Promise<ModifyEventStatusResponse>;
|
|
2533
2669
|
modifyEventTypeStatusWithOptions(request: ModifyEventTypeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventTypeStatusResponse>;
|
|
2534
2670
|
modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
|
|
2671
|
+
modifyReportTaskStatusWithOptions(request: ModifyReportTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReportTaskStatusResponse>;
|
|
2672
|
+
modifyReportTaskStatus(request: ModifyReportTaskStatusRequest): Promise<ModifyReportTaskStatusResponse>;
|
|
2535
2673
|
modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
|
|
2536
2674
|
modifyRule(request: ModifyRuleRequest): Promise<ModifyRuleResponse>;
|
|
2537
2675
|
modifyRuleStatusWithOptions(request: ModifyRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleStatusResponse>;
|