@alicloud/sddp20190103 1.0.8 → 1.0.10

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
@@ -334,6 +334,53 @@ export declare class DeleteRuleResponse extends $tea.Model {
334
334
  [key: string]: any;
335
335
  });
336
336
  }
337
+ export declare class DescribeCategoryTemplateListRequest extends $tea.Model {
338
+ currentPage?: number;
339
+ lang?: string;
340
+ pageSize?: number;
341
+ usageScenario?: number;
342
+ static names(): {
343
+ [key: string]: string;
344
+ };
345
+ static types(): {
346
+ [key: string]: any;
347
+ };
348
+ constructor(map?: {
349
+ [key: string]: any;
350
+ });
351
+ }
352
+ export declare class DescribeCategoryTemplateListResponseBody extends $tea.Model {
353
+ currentPage?: number;
354
+ items?: DescribeCategoryTemplateListResponseBodyItems[];
355
+ pageSize?: number;
356
+ requestId?: string;
357
+ totalCount?: number;
358
+ static names(): {
359
+ [key: string]: string;
360
+ };
361
+ static types(): {
362
+ [key: string]: any;
363
+ };
364
+ constructor(map?: {
365
+ [key: string]: any;
366
+ });
367
+ }
368
+ export declare class DescribeCategoryTemplateListResponse extends $tea.Model {
369
+ headers: {
370
+ [key: string]: string;
371
+ };
372
+ statusCode: number;
373
+ body: DescribeCategoryTemplateListResponseBody;
374
+ static names(): {
375
+ [key: string]: string;
376
+ };
377
+ static types(): {
378
+ [key: string]: any;
379
+ };
380
+ constructor(map?: {
381
+ [key: string]: any;
382
+ });
383
+ }
337
384
  export declare class DescribeCategoryTemplateRuleListRequest extends $tea.Model {
338
385
  currentPage?: number;
339
386
  lang?: string;
@@ -438,6 +485,62 @@ export declare class DescribeColumnsResponse extends $tea.Model {
438
485
  [key: string]: any;
439
486
  });
440
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
+ }
441
544
  export declare class DescribeConfigsRequest extends $tea.Model {
442
545
  lang?: string;
443
546
  static names(): {
@@ -824,6 +927,55 @@ export declare class DescribeDataObjectColumnDetailResponse extends $tea.Model {
824
927
  [key: string]: any;
825
928
  });
826
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
+ }
827
979
  export declare class DescribeDataObjectsRequest extends $tea.Model {
828
980
  currentPage?: number;
829
981
  domainId?: number;
@@ -1172,6 +1324,48 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
1172
1324
  [key: string]: any;
1173
1325
  });
1174
1326
  }
1327
+ export declare class DescribeOssObjectDetailV2Request extends $tea.Model {
1328
+ id?: string;
1329
+ lang?: string;
1330
+ static names(): {
1331
+ [key: string]: string;
1332
+ };
1333
+ static types(): {
1334
+ [key: string]: any;
1335
+ };
1336
+ constructor(map?: {
1337
+ [key: string]: any;
1338
+ });
1339
+ }
1340
+ export declare class DescribeOssObjectDetailV2ResponseBody extends $tea.Model {
1341
+ ossObjectDetail?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetail;
1342
+ requestId?: string;
1343
+ static names(): {
1344
+ [key: string]: string;
1345
+ };
1346
+ static types(): {
1347
+ [key: string]: any;
1348
+ };
1349
+ constructor(map?: {
1350
+ [key: string]: any;
1351
+ });
1352
+ }
1353
+ export declare class DescribeOssObjectDetailV2Response extends $tea.Model {
1354
+ headers: {
1355
+ [key: string]: string;
1356
+ };
1357
+ statusCode: number;
1358
+ body: DescribeOssObjectDetailV2ResponseBody;
1359
+ static names(): {
1360
+ [key: string]: string;
1361
+ };
1362
+ static types(): {
1363
+ [key: string]: any;
1364
+ };
1365
+ constructor(map?: {
1366
+ [key: string]: any;
1367
+ });
1368
+ }
1175
1369
  export declare class DescribeOssObjectsRequest extends $tea.Model {
1176
1370
  currentPage?: number;
1177
1371
  instanceId?: string;
@@ -1958,6 +2152,28 @@ export declare class StopMaskingProcessResponse extends $tea.Model {
1958
2152
  [key: string]: any;
1959
2153
  });
1960
2154
  }
2155
+ export declare class DescribeCategoryTemplateListResponseBodyItems extends $tea.Model {
2156
+ currentRiskLevel?: number;
2157
+ description?: string;
2158
+ gmtCreate?: number;
2159
+ gmtModified?: number;
2160
+ id?: number;
2161
+ maxCategoryLevel?: number;
2162
+ maxRiskLevel?: number;
2163
+ name?: string;
2164
+ status?: number;
2165
+ supportEdit?: number;
2166
+ type?: number;
2167
+ static names(): {
2168
+ [key: string]: string;
2169
+ };
2170
+ static types(): {
2171
+ [key: string]: any;
2172
+ };
2173
+ constructor(map?: {
2174
+ [key: string]: any;
2175
+ });
2176
+ }
1961
2177
  export declare class DescribeCategoryTemplateRuleListResponseBodyItems extends $tea.Model {
1962
2178
  description?: string;
1963
2179
  id?: number;
@@ -2020,6 +2236,50 @@ export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
2020
2236
  [key: string]: any;
2021
2237
  });
2022
2238
  }
2239
+ export declare class DescribeColumnsV2ResponseBodyItemsModelTags extends $tea.Model {
2240
+ id?: number;
2241
+ name?: string;
2242
+ static names(): {
2243
+ [key: string]: string;
2244
+ };
2245
+ static types(): {
2246
+ [key: string]: any;
2247
+ };
2248
+ constructor(map?: {
2249
+ [key: string]: any;
2250
+ });
2251
+ }
2252
+ export declare class DescribeColumnsV2ResponseBodyItems extends $tea.Model {
2253
+ creationTime?: number;
2254
+ dataType?: string;
2255
+ id?: string;
2256
+ instanceId?: number;
2257
+ instanceName?: string;
2258
+ modelTags?: DescribeColumnsV2ResponseBodyItemsModelTags[];
2259
+ name?: string;
2260
+ odpsRiskLevelName?: string;
2261
+ odpsRiskLevelValue?: number;
2262
+ productCode?: string;
2263
+ revisionId?: number;
2264
+ revisionStatus?: number;
2265
+ riskLevelId?: number;
2266
+ riskLevelName?: string;
2267
+ ruleId?: number;
2268
+ ruleName?: string;
2269
+ sensLevelName?: string;
2270
+ sensitive?: boolean;
2271
+ tableId?: number;
2272
+ tableName?: string;
2273
+ static names(): {
2274
+ [key: string]: string;
2275
+ };
2276
+ static types(): {
2277
+ [key: string]: any;
2278
+ };
2279
+ constructor(map?: {
2280
+ [key: string]: any;
2281
+ });
2282
+ }
2023
2283
  export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
2024
2284
  code?: string;
2025
2285
  defaultValue?: string;
@@ -2295,6 +2555,41 @@ export declare class DescribeDataObjectColumnDetailResponseBodyItems extends $te
2295
2555
  [key: string]: any;
2296
2556
  });
2297
2557
  }
2558
+ export declare class DescribeDataObjectColumnDetailV2ResponseBodyItemsModelTags extends $tea.Model {
2559
+ id?: number;
2560
+ name?: string;
2561
+ static names(): {
2562
+ [key: string]: string;
2563
+ };
2564
+ static types(): {
2565
+ [key: string]: any;
2566
+ };
2567
+ constructor(map?: {
2568
+ [key: string]: any;
2569
+ });
2570
+ }
2571
+ export declare class DescribeDataObjectColumnDetailV2ResponseBodyItems extends $tea.Model {
2572
+ categories?: string[];
2573
+ columnComment?: string;
2574
+ columnName?: string;
2575
+ dataType?: string;
2576
+ id?: string;
2577
+ modelTags?: DescribeDataObjectColumnDetailV2ResponseBodyItemsModelTags[];
2578
+ primaryKey?: boolean;
2579
+ riskLevelId?: number;
2580
+ riskLevelName?: string;
2581
+ ruleId?: number;
2582
+ ruleName?: string;
2583
+ static names(): {
2584
+ [key: string]: string;
2585
+ };
2586
+ static types(): {
2587
+ [key: string]: any;
2588
+ };
2589
+ constructor(map?: {
2590
+ [key: string]: any;
2591
+ });
2592
+ }
2298
2593
  export declare class DescribeDataObjectsResponseBodyItemsModelTags extends $tea.Model {
2299
2594
  id?: number;
2300
2595
  name?: string;
@@ -2668,6 +2963,53 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends
2668
2963
  [key: string]: any;
2669
2964
  });
2670
2965
  }
2966
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleListModelTags extends $tea.Model {
2967
+ id?: number;
2968
+ name?: string;
2969
+ static names(): {
2970
+ [key: string]: string;
2971
+ };
2972
+ static types(): {
2973
+ [key: string]: any;
2974
+ };
2975
+ constructor(map?: {
2976
+ [key: string]: any;
2977
+ });
2978
+ }
2979
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleList extends $tea.Model {
2980
+ categoryName?: string;
2981
+ count?: number;
2982
+ modelTags?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleListModelTags[];
2983
+ riskLevelId?: number;
2984
+ riskLevelName?: string;
2985
+ ruleName?: string;
2986
+ static names(): {
2987
+ [key: string]: string;
2988
+ };
2989
+ static types(): {
2990
+ [key: string]: any;
2991
+ };
2992
+ constructor(map?: {
2993
+ [key: string]: any;
2994
+ });
2995
+ }
2996
+ export declare class DescribeOssObjectDetailV2ResponseBodyOssObjectDetail extends $tea.Model {
2997
+ bucketName?: string;
2998
+ categoryName?: string;
2999
+ name?: string;
3000
+ regionId?: string;
3001
+ riskLevelName?: string;
3002
+ ruleList?: DescribeOssObjectDetailV2ResponseBodyOssObjectDetailRuleList[];
3003
+ static names(): {
3004
+ [key: string]: string;
3005
+ };
3006
+ static types(): {
3007
+ [key: string]: any;
3008
+ };
3009
+ constructor(map?: {
3010
+ [key: string]: any;
3011
+ });
3012
+ }
2671
3013
  export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
2672
3014
  count?: number;
2673
3015
  name?: string;
@@ -2955,6 +3297,8 @@ export default class Client extends OpenApi {
2955
3297
  deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
2956
3298
  deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
2957
3299
  deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
3300
+ describeCategoryTemplateListWithOptions(request: DescribeCategoryTemplateListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateListResponse>;
3301
+ describeCategoryTemplateList(request: DescribeCategoryTemplateListRequest): Promise<DescribeCategoryTemplateListResponse>;
2958
3302
  /**
2959
3303
  * You can call this operation to query rules in a classification template.
2960
3304
  * # Limits
@@ -2993,6 +3337,8 @@ export default class Client extends OpenApi {
2993
3337
  * @return DescribeColumnsResponse
2994
3338
  */
2995
3339
  describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
3340
+ describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
3341
+ describeColumnsV2(request: DescribeColumnsV2Request): Promise<DescribeColumnsV2Response>;
2996
3342
  describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
2997
3343
  describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
2998
3344
  describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
@@ -3060,6 +3406,8 @@ export default class Client extends OpenApi {
3060
3406
  describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
3061
3407
  describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
3062
3408
  describeDataObjectColumnDetail(request: DescribeDataObjectColumnDetailRequest): Promise<DescribeDataObjectColumnDetailResponse>;
3409
+ describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
3410
+ describeDataObjectColumnDetailV2(request: DescribeDataObjectColumnDetailV2Request): Promise<DescribeDataObjectColumnDetailV2Response>;
3063
3411
  describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
3064
3412
  describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
3065
3413
  describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
@@ -3142,6 +3490,8 @@ export default class Client extends OpenApi {
3142
3490
  * @return DescribeOssObjectDetailResponse
3143
3491
  */
3144
3492
  describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
3493
+ describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
3494
+ describeOssObjectDetailV2(request: DescribeOssObjectDetailV2Request): Promise<DescribeOssObjectDetailV2Response>;
3145
3495
  describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
3146
3496
  describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
3147
3497
  /**