@alicloud/sddp20190103 1.0.9 → 1.1.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 CHANGED
@@ -485,6 +485,62 @@ export declare class DescribeColumnsResponse extends $tea.Model {
485
485
  [key: string]: any;
486
486
  });
487
487
  }
488
+ export declare class DescribeColumnsV2Request extends $tea.Model {
489
+ currentPage?: number;
490
+ instanceId?: number;
491
+ instanceName?: string;
492
+ lang?: string;
493
+ name?: string;
494
+ pageSize?: number;
495
+ productCode?: string;
496
+ riskLevelId?: number;
497
+ ruleId?: number;
498
+ ruleName?: string;
499
+ sensLevelName?: string;
500
+ tableId?: string;
501
+ tableName?: string;
502
+ static names(): {
503
+ [key: string]: string;
504
+ };
505
+ static types(): {
506
+ [key: string]: any;
507
+ };
508
+ constructor(map?: {
509
+ [key: string]: any;
510
+ });
511
+ }
512
+ export declare class DescribeColumnsV2ResponseBody extends $tea.Model {
513
+ currentPage?: number;
514
+ items?: DescribeColumnsV2ResponseBodyItems[];
515
+ pageSize?: number;
516
+ requestId?: string;
517
+ totalCount?: number;
518
+ static names(): {
519
+ [key: string]: string;
520
+ };
521
+ static types(): {
522
+ [key: string]: any;
523
+ };
524
+ constructor(map?: {
525
+ [key: string]: any;
526
+ });
527
+ }
528
+ export declare class DescribeColumnsV2Response extends $tea.Model {
529
+ headers: {
530
+ [key: string]: string;
531
+ };
532
+ statusCode: number;
533
+ body: DescribeColumnsV2ResponseBody;
534
+ static names(): {
535
+ [key: string]: string;
536
+ };
537
+ static types(): {
538
+ [key: string]: any;
539
+ };
540
+ constructor(map?: {
541
+ [key: string]: any;
542
+ });
543
+ }
488
544
  export declare class DescribeConfigsRequest extends $tea.Model {
489
545
  lang?: string;
490
546
  static names(): {
@@ -871,10 +927,62 @@ export declare class DescribeDataObjectColumnDetailResponse extends $tea.Model {
871
927
  [key: string]: any;
872
928
  });
873
929
  }
930
+ export declare class DescribeDataObjectColumnDetailV2Request extends $tea.Model {
931
+ currentPage?: number;
932
+ id?: string;
933
+ lang?: string;
934
+ pageSize?: number;
935
+ productId?: number;
936
+ templateId?: number;
937
+ static names(): {
938
+ [key: string]: string;
939
+ };
940
+ static types(): {
941
+ [key: string]: any;
942
+ };
943
+ constructor(map?: {
944
+ [key: string]: any;
945
+ });
946
+ }
947
+ export declare class DescribeDataObjectColumnDetailV2ResponseBody extends $tea.Model {
948
+ currentPage?: number;
949
+ items?: DescribeDataObjectColumnDetailV2ResponseBodyItems[];
950
+ pageSize?: number;
951
+ requestId?: string;
952
+ totalCount?: number;
953
+ static names(): {
954
+ [key: string]: string;
955
+ };
956
+ static types(): {
957
+ [key: string]: any;
958
+ };
959
+ constructor(map?: {
960
+ [key: string]: any;
961
+ });
962
+ }
963
+ export declare class DescribeDataObjectColumnDetailV2Response extends $tea.Model {
964
+ headers: {
965
+ [key: string]: string;
966
+ };
967
+ statusCode: number;
968
+ body: DescribeDataObjectColumnDetailV2ResponseBody;
969
+ static names(): {
970
+ [key: string]: string;
971
+ };
972
+ static types(): {
973
+ [key: string]: any;
974
+ };
975
+ constructor(map?: {
976
+ [key: string]: any;
977
+ });
978
+ }
874
979
  export declare class DescribeDataObjectsRequest extends $tea.Model {
875
980
  currentPage?: number;
876
981
  domainId?: number;
982
+ fileType?: number;
983
+ instanceId?: string;
877
984
  lang?: string;
985
+ modelIds?: string;
878
986
  modelTagIds?: string;
879
987
  pageSize?: number;
880
988
  parentCategoryIds?: string;
@@ -925,6 +1033,47 @@ export declare class DescribeDataObjectsResponse extends $tea.Model {
925
1033
  [key: string]: any;
926
1034
  });
927
1035
  }
1036
+ export declare class DescribeDocTypesRequest extends $tea.Model {
1037
+ lang?: string;
1038
+ static names(): {
1039
+ [key: string]: string;
1040
+ };
1041
+ static types(): {
1042
+ [key: string]: any;
1043
+ };
1044
+ constructor(map?: {
1045
+ [key: string]: any;
1046
+ });
1047
+ }
1048
+ export declare class DescribeDocTypesResponseBody extends $tea.Model {
1049
+ docTypeList?: DescribeDocTypesResponseBodyDocTypeList[];
1050
+ requestId?: string;
1051
+ static names(): {
1052
+ [key: string]: string;
1053
+ };
1054
+ static types(): {
1055
+ [key: string]: any;
1056
+ };
1057
+ constructor(map?: {
1058
+ [key: string]: any;
1059
+ });
1060
+ }
1061
+ export declare class DescribeDocTypesResponse extends $tea.Model {
1062
+ headers: {
1063
+ [key: string]: string;
1064
+ };
1065
+ statusCode: number;
1066
+ body: DescribeDocTypesResponseBody;
1067
+ static names(): {
1068
+ [key: string]: string;
1069
+ };
1070
+ static types(): {
1071
+ [key: string]: any;
1072
+ };
1073
+ constructor(map?: {
1074
+ [key: string]: any;
1075
+ });
1076
+ }
928
1077
  export declare class DescribeEventDetailRequest extends $tea.Model {
929
1078
  id?: number;
930
1079
  lang?: string;
@@ -1219,6 +1368,48 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
1219
1368
  [key: string]: any;
1220
1369
  });
1221
1370
  }
1371
+ export declare class DescribeOssObjectDetailV2Request extends $tea.Model {
1372
+ id?: string;
1373
+ lang?: string;
1374
+ static names(): {
1375
+ [key: string]: string;
1376
+ };
1377
+ static types(): {
1378
+ [key: string]: any;
1379
+ };
1380
+ constructor(map?: {
1381
+ [key: string]: any;
1382
+ });
1383
+ }
1384
+ export declare class DescribeOssObjectDetailV2ResponseBody extends $tea.Model {
1385
+ ossObjectDetail?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetail;
1386
+ requestId?: string;
1387
+ static names(): {
1388
+ [key: string]: string;
1389
+ };
1390
+ static types(): {
1391
+ [key: string]: any;
1392
+ };
1393
+ constructor(map?: {
1394
+ [key: string]: any;
1395
+ });
1396
+ }
1397
+ export declare class DescribeOssObjectDetailV2Response extends $tea.Model {
1398
+ headers: {
1399
+ [key: string]: string;
1400
+ };
1401
+ statusCode: number;
1402
+ body: DescribeOssObjectDetailV2ResponseBody;
1403
+ static names(): {
1404
+ [key: string]: string;
1405
+ };
1406
+ static types(): {
1407
+ [key: string]: any;
1408
+ };
1409
+ constructor(map?: {
1410
+ [key: string]: any;
1411
+ });
1412
+ }
1222
1413
  export declare class DescribeOssObjectsRequest extends $tea.Model {
1223
1414
  currentPage?: number;
1224
1415
  instanceId?: string;
@@ -1382,6 +1573,7 @@ export declare class DescribeRulesRequest extends $tea.Model {
1382
1573
  riskLevelId?: number;
1383
1574
  ruleType?: number;
1384
1575
  status?: number;
1576
+ supportForm?: number;
1385
1577
  warnLevel?: number;
1386
1578
  static names(): {
1387
1579
  [key: string]: string;
@@ -1480,6 +1672,48 @@ export declare class DescribeTablesResponse extends $tea.Model {
1480
1672
  [key: string]: any;
1481
1673
  });
1482
1674
  }
1675
+ export declare class DescribeTemplateAllRulesRequest extends $tea.Model {
1676
+ lang?: string;
1677
+ templateId?: number;
1678
+ static names(): {
1679
+ [key: string]: string;
1680
+ };
1681
+ static types(): {
1682
+ [key: string]: any;
1683
+ };
1684
+ constructor(map?: {
1685
+ [key: string]: any;
1686
+ });
1687
+ }
1688
+ export declare class DescribeTemplateAllRulesResponseBody extends $tea.Model {
1689
+ requestId?: string;
1690
+ ruleList?: DescribeTemplateAllRulesResponseBodyRuleList[];
1691
+ static names(): {
1692
+ [key: string]: string;
1693
+ };
1694
+ static types(): {
1695
+ [key: string]: any;
1696
+ };
1697
+ constructor(map?: {
1698
+ [key: string]: any;
1699
+ });
1700
+ }
1701
+ export declare class DescribeTemplateAllRulesResponse extends $tea.Model {
1702
+ headers: {
1703
+ [key: string]: string;
1704
+ };
1705
+ statusCode: number;
1706
+ body: DescribeTemplateAllRulesResponseBody;
1707
+ static names(): {
1708
+ [key: string]: string;
1709
+ };
1710
+ static types(): {
1711
+ [key: string]: any;
1712
+ };
1713
+ constructor(map?: {
1714
+ [key: string]: any;
1715
+ });
1716
+ }
1483
1717
  export declare class DescribeUserStatusRequest extends $tea.Model {
1484
1718
  lang?: string;
1485
1719
  static names(): {
@@ -2089,6 +2323,50 @@ export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
2089
2323
  [key: string]: any;
2090
2324
  });
2091
2325
  }
2326
+ export declare class DescribeColumnsV2ResponseBodyItemsModelTags extends $tea.Model {
2327
+ id?: number;
2328
+ name?: string;
2329
+ static names(): {
2330
+ [key: string]: string;
2331
+ };
2332
+ static types(): {
2333
+ [key: string]: any;
2334
+ };
2335
+ constructor(map?: {
2336
+ [key: string]: any;
2337
+ });
2338
+ }
2339
+ export declare class DescribeColumnsV2ResponseBodyItems extends $tea.Model {
2340
+ creationTime?: number;
2341
+ dataType?: string;
2342
+ id?: string;
2343
+ instanceId?: number;
2344
+ instanceName?: string;
2345
+ modelTags?: DescribeColumnsV2ResponseBodyItemsModelTags[];
2346
+ name?: string;
2347
+ odpsRiskLevelName?: string;
2348
+ odpsRiskLevelValue?: number;
2349
+ productCode?: string;
2350
+ revisionId?: number;
2351
+ revisionStatus?: number;
2352
+ riskLevelId?: number;
2353
+ riskLevelName?: string;
2354
+ ruleId?: number;
2355
+ ruleName?: string;
2356
+ sensLevelName?: string;
2357
+ sensitive?: boolean;
2358
+ tableId?: number;
2359
+ tableName?: string;
2360
+ static names(): {
2361
+ [key: string]: string;
2362
+ };
2363
+ static types(): {
2364
+ [key: string]: any;
2365
+ };
2366
+ constructor(map?: {
2367
+ [key: string]: any;
2368
+ });
2369
+ }
2092
2370
  export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
2093
2371
  code?: string;
2094
2372
  defaultValue?: string;
@@ -2364,6 +2642,41 @@ export declare class DescribeDataObjectColumnDetailResponseBodyItems extends $te
2364
2642
  [key: string]: any;
2365
2643
  });
2366
2644
  }
2645
+ export declare class DescribeDataObjectColumnDetailV2ResponseBodyItemsModelTags extends $tea.Model {
2646
+ id?: number;
2647
+ name?: string;
2648
+ static names(): {
2649
+ [key: string]: string;
2650
+ };
2651
+ static types(): {
2652
+ [key: string]: any;
2653
+ };
2654
+ constructor(map?: {
2655
+ [key: string]: any;
2656
+ });
2657
+ }
2658
+ export declare class DescribeDataObjectColumnDetailV2ResponseBodyItems extends $tea.Model {
2659
+ categories?: string[];
2660
+ columnComment?: string;
2661
+ columnName?: string;
2662
+ dataType?: string;
2663
+ id?: string;
2664
+ modelTags?: DescribeDataObjectColumnDetailV2ResponseBodyItemsModelTags[];
2665
+ primaryKey?: boolean;
2666
+ riskLevelId?: number;
2667
+ riskLevelName?: string;
2668
+ ruleId?: number;
2669
+ ruleName?: string;
2670
+ static names(): {
2671
+ [key: string]: string;
2672
+ };
2673
+ static types(): {
2674
+ [key: string]: any;
2675
+ };
2676
+ constructor(map?: {
2677
+ [key: string]: any;
2678
+ });
2679
+ }
2367
2680
  export declare class DescribeDataObjectsResponseBodyItemsModelTags extends $tea.Model {
2368
2681
  id?: number;
2369
2682
  name?: string;
@@ -2419,6 +2732,20 @@ export declare class DescribeDataObjectsResponseBodyItems extends $tea.Model {
2419
2732
  [key: string]: any;
2420
2733
  });
2421
2734
  }
2735
+ export declare class DescribeDocTypesResponseBodyDocTypeList extends $tea.Model {
2736
+ code?: number;
2737
+ id?: number;
2738
+ name?: string;
2739
+ static names(): {
2740
+ [key: string]: string;
2741
+ };
2742
+ static types(): {
2743
+ [key: string]: any;
2744
+ };
2745
+ constructor(map?: {
2746
+ [key: string]: any;
2747
+ });
2748
+ }
2422
2749
  export declare class DescribeEventDetailResponseBodyEventDetailChartData extends $tea.Model {
2423
2750
  x?: string[];
2424
2751
  y?: string[];
@@ -2737,6 +3064,53 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends
2737
3064
  [key: string]: any;
2738
3065
  });
2739
3066
  }
3067
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleListModelTags extends $tea.Model {
3068
+ id?: number;
3069
+ name?: string;
3070
+ static names(): {
3071
+ [key: string]: string;
3072
+ };
3073
+ static types(): {
3074
+ [key: string]: any;
3075
+ };
3076
+ constructor(map?: {
3077
+ [key: string]: any;
3078
+ });
3079
+ }
3080
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleList extends $tea.Model {
3081
+ categoryName?: string;
3082
+ count?: number;
3083
+ modelTags?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleListModelTags[];
3084
+ riskLevelId?: number;
3085
+ riskLevelName?: string;
3086
+ ruleName?: string;
3087
+ static names(): {
3088
+ [key: string]: string;
3089
+ };
3090
+ static types(): {
3091
+ [key: string]: any;
3092
+ };
3093
+ constructor(map?: {
3094
+ [key: string]: any;
3095
+ });
3096
+ }
3097
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetail extends $tea.Model {
3098
+ bucketName?: string;
3099
+ categoryName?: string;
3100
+ name?: string;
3101
+ regionId?: string;
3102
+ riskLevelName?: string;
3103
+ ruleList?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleList[];
3104
+ static names(): {
3105
+ [key: string]: string;
3106
+ };
3107
+ static types(): {
3108
+ [key: string]: any;
3109
+ };
3110
+ constructor(map?: {
3111
+ [key: string]: any;
3112
+ });
3113
+ }
2740
3114
  export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
2741
3115
  count?: number;
2742
3116
  name?: string;
@@ -2891,6 +3265,19 @@ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
2891
3265
  [key: string]: any;
2892
3266
  });
2893
3267
  }
3268
+ export declare class DescribeTemplateAllRulesResponseBodyRuleList extends $tea.Model {
3269
+ id?: number;
3270
+ name?: string;
3271
+ static names(): {
3272
+ [key: string]: string;
3273
+ };
3274
+ static types(): {
3275
+ [key: string]: any;
3276
+ };
3277
+ constructor(map?: {
3278
+ [key: string]: any;
3279
+ });
3280
+ }
2894
3281
  export declare class DescribeUserStatusResponseBodyUserStatus extends $tea.Model {
2895
3282
  accessKeyId?: string;
2896
3283
  auditClosable?: boolean;
@@ -3064,6 +3451,8 @@ export default class Client extends OpenApi {
3064
3451
  * @return DescribeColumnsResponse
3065
3452
  */
3066
3453
  describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
3454
+ describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
3455
+ describeColumnsV2(request: DescribeColumnsV2Request): Promise<DescribeColumnsV2Response>;
3067
3456
  describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
3068
3457
  describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
3069
3458
  describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
@@ -3131,8 +3520,12 @@ export default class Client extends OpenApi {
3131
3520
  describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
3132
3521
  describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
3133
3522
  describeDataObjectColumnDetail(request: DescribeDataObjectColumnDetailRequest): Promise<DescribeDataObjectColumnDetailResponse>;
3523
+ describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
3524
+ describeDataObjectColumnDetailV2(request: DescribeDataObjectColumnDetailV2Request): Promise<DescribeDataObjectColumnDetailV2Response>;
3134
3525
  describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
3135
3526
  describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
3527
+ describeDocTypesWithOptions(request: DescribeDocTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDocTypesResponse>;
3528
+ describeDocTypes(request: DescribeDocTypesRequest): Promise<DescribeDocTypesResponse>;
3136
3529
  describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
3137
3530
  describeEventDetail(request: DescribeEventDetailRequest): Promise<DescribeEventDetailResponse>;
3138
3531
  describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
@@ -3213,6 +3606,8 @@ export default class Client extends OpenApi {
3213
3606
  * @return DescribeOssObjectDetailResponse
3214
3607
  */
3215
3608
  describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
3609
+ describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
3610
+ describeOssObjectDetailV2(request: DescribeOssObjectDetailV2Request): Promise<DescribeOssObjectDetailV2Response>;
3216
3611
  describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
3217
3612
  describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
3218
3613
  /**
@@ -3274,6 +3669,8 @@ export default class Client extends OpenApi {
3274
3669
  * @return DescribeTablesResponse
3275
3670
  */
3276
3671
  describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
3672
+ describeTemplateAllRulesWithOptions(request: DescribeTemplateAllRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateAllRulesResponse>;
3673
+ describeTemplateAllRules(request: DescribeTemplateAllRulesRequest): Promise<DescribeTemplateAllRulesResponse>;
3277
3674
  /**
3278
3675
  * You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
3279
3676
  * # Limits