@alicloud/sddp20190103 1.0.9 → 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 +279 -0
- package/dist/client.js +538 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +696 -8
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,6 +927,55 @@ 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;
|
|
@@ -1219,6 +1324,48 @@ export declare class DescribeOssObjectDetailResponse extends $tea.Model {
|
|
|
1219
1324
|
[key: string]: any;
|
|
1220
1325
|
});
|
|
1221
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
|
+
}
|
|
1222
1369
|
export declare class DescribeOssObjectsRequest extends $tea.Model {
|
|
1223
1370
|
currentPage?: number;
|
|
1224
1371
|
instanceId?: string;
|
|
@@ -2089,6 +2236,50 @@ export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
|
|
|
2089
2236
|
[key: string]: any;
|
|
2090
2237
|
});
|
|
2091
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
|
+
}
|
|
2092
2283
|
export declare class DescribeConfigsResponseBodyConfigList extends $tea.Model {
|
|
2093
2284
|
code?: string;
|
|
2094
2285
|
defaultValue?: string;
|
|
@@ -2364,6 +2555,41 @@ export declare class DescribeDataObjectColumnDetailResponseBodyItems extends $te
|
|
|
2364
2555
|
[key: string]: any;
|
|
2365
2556
|
});
|
|
2366
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
|
+
}
|
|
2367
2593
|
export declare class DescribeDataObjectsResponseBodyItemsModelTags extends $tea.Model {
|
|
2368
2594
|
id?: number;
|
|
2369
2595
|
name?: string;
|
|
@@ -2737,6 +2963,53 @@ export declare class DescribeOssObjectDetailResponseBodyOssObjectDetail extends
|
|
|
2737
2963
|
[key: string]: any;
|
|
2738
2964
|
});
|
|
2739
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
|
+
}
|
|
2740
3013
|
export declare class DescribeOssObjectsResponseBodyItemsRuleList extends $tea.Model {
|
|
2741
3014
|
count?: number;
|
|
2742
3015
|
name?: string;
|
|
@@ -3064,6 +3337,8 @@ export default class Client extends OpenApi {
|
|
|
3064
3337
|
* @return DescribeColumnsResponse
|
|
3065
3338
|
*/
|
|
3066
3339
|
describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
|
|
3340
|
+
describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
|
|
3341
|
+
describeColumnsV2(request: DescribeColumnsV2Request): Promise<DescribeColumnsV2Response>;
|
|
3067
3342
|
describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
|
|
3068
3343
|
describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
|
|
3069
3344
|
describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
|
|
@@ -3131,6 +3406,8 @@ export default class Client extends OpenApi {
|
|
|
3131
3406
|
describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
|
|
3132
3407
|
describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
|
|
3133
3408
|
describeDataObjectColumnDetail(request: DescribeDataObjectColumnDetailRequest): Promise<DescribeDataObjectColumnDetailResponse>;
|
|
3409
|
+
describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
|
|
3410
|
+
describeDataObjectColumnDetailV2(request: DescribeDataObjectColumnDetailV2Request): Promise<DescribeDataObjectColumnDetailV2Response>;
|
|
3134
3411
|
describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
|
|
3135
3412
|
describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
|
|
3136
3413
|
describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
|
|
@@ -3213,6 +3490,8 @@ export default class Client extends OpenApi {
|
|
|
3213
3490
|
* @return DescribeOssObjectDetailResponse
|
|
3214
3491
|
*/
|
|
3215
3492
|
describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
|
|
3493
|
+
describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
|
|
3494
|
+
describeOssObjectDetailV2(request: DescribeOssObjectDetailV2Request): Promise<DescribeOssObjectDetailV2Response>;
|
|
3216
3495
|
describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
|
|
3217
3496
|
describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
|
|
3218
3497
|
/**
|