@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.d.ts +42 -0
- package/dist/client.js +90 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +134 -0
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;
|
|
@@ -60,6 +61,7 @@ export declare class CreateDataLimitRequest extends $tea.Model {
|
|
|
60
61
|
password?: string;
|
|
61
62
|
port?: number;
|
|
62
63
|
resourceType?: number;
|
|
64
|
+
samplingSize?: number;
|
|
63
65
|
serviceRegionId?: string;
|
|
64
66
|
userName?: string;
|
|
65
67
|
static names(): {
|
|
@@ -89,6 +91,7 @@ export declare class CreateDataLimitResponse extends $tea.Model {
|
|
|
89
91
|
headers: {
|
|
90
92
|
[key: string]: string;
|
|
91
93
|
};
|
|
94
|
+
statusCode: number;
|
|
92
95
|
body: CreateDataLimitResponseBody;
|
|
93
96
|
static names(): {
|
|
94
97
|
[key: string]: string;
|
|
@@ -142,6 +145,7 @@ export declare class CreateRuleResponse extends $tea.Model {
|
|
|
142
145
|
headers: {
|
|
143
146
|
[key: string]: string;
|
|
144
147
|
};
|
|
148
|
+
statusCode: number;
|
|
145
149
|
body: CreateRuleResponseBody;
|
|
146
150
|
static names(): {
|
|
147
151
|
[key: string]: string;
|
|
@@ -192,6 +196,7 @@ export declare class CreateScanTaskResponse extends $tea.Model {
|
|
|
192
196
|
headers: {
|
|
193
197
|
[key: string]: string;
|
|
194
198
|
};
|
|
199
|
+
statusCode: number;
|
|
195
200
|
body: CreateScanTaskResponseBody;
|
|
196
201
|
static names(): {
|
|
197
202
|
[key: string]: string;
|
|
@@ -232,6 +237,7 @@ export declare class CreateSlrRoleResponse extends $tea.Model {
|
|
|
232
237
|
headers: {
|
|
233
238
|
[key: string]: string;
|
|
234
239
|
};
|
|
240
|
+
statusCode: number;
|
|
235
241
|
body: CreateSlrRoleResponseBody;
|
|
236
242
|
static names(): {
|
|
237
243
|
[key: string]: string;
|
|
@@ -272,6 +278,7 @@ export declare class DeleteDataLimitResponse extends $tea.Model {
|
|
|
272
278
|
headers: {
|
|
273
279
|
[key: string]: string;
|
|
274
280
|
};
|
|
281
|
+
statusCode: number;
|
|
275
282
|
body: DeleteDataLimitResponseBody;
|
|
276
283
|
static names(): {
|
|
277
284
|
[key: string]: string;
|
|
@@ -312,6 +319,7 @@ export declare class DeleteRuleResponse extends $tea.Model {
|
|
|
312
319
|
headers: {
|
|
313
320
|
[key: string]: string;
|
|
314
321
|
};
|
|
322
|
+
statusCode: number;
|
|
315
323
|
body: DeleteRuleResponseBody;
|
|
316
324
|
static names(): {
|
|
317
325
|
[key: string]: string;
|
|
@@ -359,6 +367,7 @@ export declare class DescribeCategoryTemplateRuleListResponse extends $tea.Model
|
|
|
359
367
|
headers: {
|
|
360
368
|
[key: string]: string;
|
|
361
369
|
};
|
|
370
|
+
statusCode: number;
|
|
362
371
|
body: DescribeCategoryTemplateRuleListResponseBody;
|
|
363
372
|
static names(): {
|
|
364
373
|
[key: string]: string;
|
|
@@ -414,6 +423,7 @@ export declare class DescribeColumnsResponse extends $tea.Model {
|
|
|
414
423
|
headers: {
|
|
415
424
|
[key: string]: string;
|
|
416
425
|
};
|
|
426
|
+
statusCode: number;
|
|
417
427
|
body: DescribeColumnsResponseBody;
|
|
418
428
|
static names(): {
|
|
419
429
|
[key: string]: string;
|
|
@@ -454,6 +464,7 @@ export declare class DescribeConfigsResponse extends $tea.Model {
|
|
|
454
464
|
headers: {
|
|
455
465
|
[key: string]: string;
|
|
456
466
|
};
|
|
467
|
+
statusCode: number;
|
|
457
468
|
body: DescribeConfigsResponseBody;
|
|
458
469
|
static names(): {
|
|
459
470
|
[key: string]: string;
|
|
@@ -503,6 +514,7 @@ export declare class DescribeDataAssetsResponse extends $tea.Model {
|
|
|
503
514
|
headers: {
|
|
504
515
|
[key: string]: string;
|
|
505
516
|
};
|
|
517
|
+
statusCode: number;
|
|
506
518
|
body: DescribeDataAssetsResponseBody;
|
|
507
519
|
static names(): {
|
|
508
520
|
[key: string]: string;
|
|
@@ -545,6 +557,7 @@ export declare class DescribeDataLimitDetailResponse extends $tea.Model {
|
|
|
545
557
|
headers: {
|
|
546
558
|
[key: string]: string;
|
|
547
559
|
};
|
|
560
|
+
statusCode: number;
|
|
548
561
|
body: DescribeDataLimitDetailResponseBody;
|
|
549
562
|
static names(): {
|
|
550
563
|
[key: string]: string;
|
|
@@ -587,6 +600,7 @@ export declare class DescribeDataLimitSetResponse extends $tea.Model {
|
|
|
587
600
|
headers: {
|
|
588
601
|
[key: string]: string;
|
|
589
602
|
};
|
|
603
|
+
statusCode: number;
|
|
590
604
|
body: DescribeDataLimitSetResponseBody;
|
|
591
605
|
static names(): {
|
|
592
606
|
[key: string]: string;
|
|
@@ -642,6 +656,7 @@ export declare class DescribeDataLimitsResponse extends $tea.Model {
|
|
|
642
656
|
headers: {
|
|
643
657
|
[key: string]: string;
|
|
644
658
|
};
|
|
659
|
+
statusCode: number;
|
|
645
660
|
body: DescribeDataLimitsResponseBody;
|
|
646
661
|
static names(): {
|
|
647
662
|
[key: string]: string;
|
|
@@ -695,6 +710,7 @@ export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
|
|
|
695
710
|
headers: {
|
|
696
711
|
[key: string]: string;
|
|
697
712
|
};
|
|
713
|
+
statusCode: number;
|
|
698
714
|
body: DescribeDataMaskingRunHistoryResponseBody;
|
|
699
715
|
static names(): {
|
|
700
716
|
[key: string]: string;
|
|
@@ -744,6 +760,7 @@ export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
|
|
|
744
760
|
headers: {
|
|
745
761
|
[key: string]: string;
|
|
746
762
|
};
|
|
763
|
+
statusCode: number;
|
|
747
764
|
body: DescribeDataMaskingTasksResponseBody;
|
|
748
765
|
static names(): {
|
|
749
766
|
[key: string]: string;
|
|
@@ -785,6 +802,7 @@ export declare class DescribeEventDetailResponse extends $tea.Model {
|
|
|
785
802
|
headers: {
|
|
786
803
|
[key: string]: string;
|
|
787
804
|
};
|
|
805
|
+
statusCode: number;
|
|
788
806
|
body: DescribeEventDetailResponseBody;
|
|
789
807
|
static names(): {
|
|
790
808
|
[key: string]: string;
|
|
@@ -828,6 +846,7 @@ export declare class DescribeEventTypesResponse extends $tea.Model {
|
|
|
828
846
|
headers: {
|
|
829
847
|
[key: string]: string;
|
|
830
848
|
};
|
|
849
|
+
statusCode: number;
|
|
831
850
|
body: DescribeEventTypesResponseBody;
|
|
832
851
|
static names(): {
|
|
833
852
|
[key: string]: string;
|
|
@@ -885,6 +904,7 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
885
904
|
headers: {
|
|
886
905
|
[key: string]: string;
|
|
887
906
|
};
|
|
907
|
+
statusCode: number;
|
|
888
908
|
body: DescribeEventsResponseBody;
|
|
889
909
|
static names(): {
|
|
890
910
|
[key: string]: string;
|
|
@@ -939,6 +959,7 @@ export declare class DescribeInstanceSourcesResponse extends $tea.Model {
|
|
|
939
959
|
headers: {
|
|
940
960
|
[key: string]: string;
|
|
941
961
|
};
|
|
962
|
+
statusCode: number;
|
|
942
963
|
body: DescribeInstanceSourcesResponseBody;
|
|
943
964
|
static names(): {
|
|
944
965
|
[key: string]: string;
|
|
@@ -991,6 +1012,7 @@ export declare class DescribeInstancesResponse extends $tea.Model {
|
|
|
991
1012
|
headers: {
|
|
992
1013
|
[key: string]: string;
|
|
993
1014
|
};
|
|
1015
|
+
statusCode: number;
|
|
994
1016
|
body: DescribeInstancesResponseBody;
|
|
995
1017
|
static names(): {
|
|
996
1018
|
[key: string]: string;
|
|
@@ -1032,6 +1054,7 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
|
1032
1054
|
headers: {
|
|
1033
1055
|
[key: string]: string;
|
|
1034
1056
|
};
|
|
1057
|
+
statusCode: number;
|
|
1035
1058
|
body: DescribeOssObjectDetailResponseBody;
|
|
1036
1059
|
static names(): {
|
|
1037
1060
|
[key: string]: string;
|
|
@@ -1084,6 +1107,7 @@ export declare class DescribeOssObjectsResponse extends $tea.Model {
|
|
|
1084
1107
|
headers: {
|
|
1085
1108
|
[key: string]: string;
|
|
1086
1109
|
};
|
|
1110
|
+
statusCode: number;
|
|
1087
1111
|
body: DescribeOssObjectsResponseBody;
|
|
1088
1112
|
static names(): {
|
|
1089
1113
|
[key: string]: string;
|
|
@@ -1134,6 +1158,7 @@ export declare class DescribePackagesResponse extends $tea.Model {
|
|
|
1134
1158
|
headers: {
|
|
1135
1159
|
[key: string]: string;
|
|
1136
1160
|
};
|
|
1161
|
+
statusCode: number;
|
|
1137
1162
|
body: DescribePackagesResponseBody;
|
|
1138
1163
|
static names(): {
|
|
1139
1164
|
[key: string]: string;
|
|
@@ -1174,6 +1199,7 @@ export declare class DescribeRiskLevelsResponse extends $tea.Model {
|
|
|
1174
1199
|
headers: {
|
|
1175
1200
|
[key: string]: string;
|
|
1176
1201
|
};
|
|
1202
|
+
statusCode: number;
|
|
1177
1203
|
body: DescribeRiskLevelsResponseBody;
|
|
1178
1204
|
static names(): {
|
|
1179
1205
|
[key: string]: string;
|
|
@@ -1231,6 +1257,7 @@ export declare class DescribeRulesResponse extends $tea.Model {
|
|
|
1231
1257
|
headers: {
|
|
1232
1258
|
[key: string]: string;
|
|
1233
1259
|
};
|
|
1260
|
+
statusCode: number;
|
|
1234
1261
|
body: DescribeRulesResponseBody;
|
|
1235
1262
|
static names(): {
|
|
1236
1263
|
[key: string]: string;
|
|
@@ -1284,6 +1311,7 @@ export declare class DescribeTablesResponse extends $tea.Model {
|
|
|
1284
1311
|
headers: {
|
|
1285
1312
|
[key: string]: string;
|
|
1286
1313
|
};
|
|
1314
|
+
statusCode: number;
|
|
1287
1315
|
body: DescribeTablesResponseBody;
|
|
1288
1316
|
static names(): {
|
|
1289
1317
|
[key: string]: string;
|
|
@@ -1324,6 +1352,7 @@ export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
|
1324
1352
|
headers: {
|
|
1325
1353
|
[key: string]: string;
|
|
1326
1354
|
};
|
|
1355
|
+
statusCode: number;
|
|
1327
1356
|
body: DescribeUserStatusResponseBody;
|
|
1328
1357
|
static names(): {
|
|
1329
1358
|
[key: string]: string;
|
|
@@ -1364,6 +1393,7 @@ export declare class DisableUserConfigResponse extends $tea.Model {
|
|
|
1364
1393
|
headers: {
|
|
1365
1394
|
[key: string]: string;
|
|
1366
1395
|
};
|
|
1396
|
+
statusCode: number;
|
|
1367
1397
|
body: DisableUserConfigResponseBody;
|
|
1368
1398
|
static names(): {
|
|
1369
1399
|
[key: string]: string;
|
|
@@ -1406,6 +1436,7 @@ export declare class ExecDatamaskResponse extends $tea.Model {
|
|
|
1406
1436
|
headers: {
|
|
1407
1437
|
[key: string]: string;
|
|
1408
1438
|
};
|
|
1439
|
+
statusCode: number;
|
|
1409
1440
|
body: ExecDatamaskResponseBody;
|
|
1410
1441
|
static names(): {
|
|
1411
1442
|
[key: string]: string;
|
|
@@ -1446,6 +1477,7 @@ export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
|
|
|
1446
1477
|
headers: {
|
|
1447
1478
|
[key: string]: string;
|
|
1448
1479
|
};
|
|
1480
|
+
statusCode: number;
|
|
1449
1481
|
body: ManualTriggerMaskingProcessResponseBody;
|
|
1450
1482
|
static names(): {
|
|
1451
1483
|
[key: string]: string;
|
|
@@ -1468,6 +1500,7 @@ export declare class ModifyDataLimitRequest extends $tea.Model {
|
|
|
1468
1500
|
password?: string;
|
|
1469
1501
|
port?: number;
|
|
1470
1502
|
resourceType?: number;
|
|
1503
|
+
samplingSize?: number;
|
|
1471
1504
|
serviceRegionId?: string;
|
|
1472
1505
|
userName?: string;
|
|
1473
1506
|
static names(): {
|
|
@@ -1496,6 +1529,7 @@ export declare class ModifyDataLimitResponse extends $tea.Model {
|
|
|
1496
1529
|
headers: {
|
|
1497
1530
|
[key: string]: string;
|
|
1498
1531
|
};
|
|
1532
|
+
statusCode: number;
|
|
1499
1533
|
body: ModifyDataLimitResponseBody;
|
|
1500
1534
|
static names(): {
|
|
1501
1535
|
[key: string]: string;
|
|
@@ -1537,6 +1571,7 @@ export declare class ModifyDefaultLevelResponse extends $tea.Model {
|
|
|
1537
1571
|
headers: {
|
|
1538
1572
|
[key: string]: string;
|
|
1539
1573
|
};
|
|
1574
|
+
statusCode: number;
|
|
1540
1575
|
body: ModifyDefaultLevelResponseBody;
|
|
1541
1576
|
static names(): {
|
|
1542
1577
|
[key: string]: string;
|
|
@@ -1580,6 +1615,7 @@ export declare class ModifyEventStatusResponse extends $tea.Model {
|
|
|
1580
1615
|
headers: {
|
|
1581
1616
|
[key: string]: string;
|
|
1582
1617
|
};
|
|
1618
|
+
statusCode: number;
|
|
1583
1619
|
body: ModifyEventStatusResponseBody;
|
|
1584
1620
|
static names(): {
|
|
1585
1621
|
[key: string]: string;
|
|
@@ -1620,6 +1656,7 @@ export declare class ModifyEventTypeStatusResponse extends $tea.Model {
|
|
|
1620
1656
|
headers: {
|
|
1621
1657
|
[key: string]: string;
|
|
1622
1658
|
};
|
|
1659
|
+
statusCode: number;
|
|
1623
1660
|
body: ModifyEventTypeStatusResponseBody;
|
|
1624
1661
|
static names(): {
|
|
1625
1662
|
[key: string]: string;
|
|
@@ -1660,6 +1697,7 @@ export declare class ModifyReportTaskStatusResponse extends $tea.Model {
|
|
|
1660
1697
|
headers: {
|
|
1661
1698
|
[key: string]: string;
|
|
1662
1699
|
};
|
|
1700
|
+
statusCode: number;
|
|
1663
1701
|
body: ModifyReportTaskStatusResponseBody;
|
|
1664
1702
|
static names(): {
|
|
1665
1703
|
[key: string]: string;
|
|
@@ -1708,6 +1746,7 @@ export declare class ModifyRuleResponse extends $tea.Model {
|
|
|
1708
1746
|
headers: {
|
|
1709
1747
|
[key: string]: string;
|
|
1710
1748
|
};
|
|
1749
|
+
statusCode: number;
|
|
1711
1750
|
body: ModifyRuleResponseBody;
|
|
1712
1751
|
static names(): {
|
|
1713
1752
|
[key: string]: string;
|
|
@@ -1751,6 +1790,7 @@ export declare class ModifyRuleStatusResponse extends $tea.Model {
|
|
|
1751
1790
|
headers: {
|
|
1752
1791
|
[key: string]: string;
|
|
1753
1792
|
};
|
|
1793
|
+
statusCode: number;
|
|
1754
1794
|
body: ModifyRuleStatusResponseBody;
|
|
1755
1795
|
static names(): {
|
|
1756
1796
|
[key: string]: string;
|
|
@@ -1791,6 +1831,7 @@ export declare class StopMaskingProcessResponse extends $tea.Model {
|
|
|
1791
1831
|
headers: {
|
|
1792
1832
|
[key: string]: string;
|
|
1793
1833
|
};
|
|
1834
|
+
statusCode: number;
|
|
1794
1835
|
body: StopMaskingProcessResponseBody;
|
|
1795
1836
|
static names(): {
|
|
1796
1837
|
[key: string]: string;
|
|
@@ -2533,6 +2574,7 @@ export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model
|
|
|
2533
2574
|
accessKeyId?: string;
|
|
2534
2575
|
authed?: boolean;
|
|
2535
2576
|
chargeType?: string;
|
|
2577
|
+
dataManagerRole?: number;
|
|
2536
2578
|
instanceId?: string;
|
|
2537
2579
|
instanceNum?: number;
|
|
2538
2580
|
labStatus?: number;
|