@alicloud/dms-enterprise20181101 1.28.1 → 1.29.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 +273 -0
- package/dist/client.js +523 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +652 -0
package/dist/client.d.ts
CHANGED
|
@@ -654,6 +654,55 @@ export declare class ChangeColumnSecLevelResponse extends $tea.Model {
|
|
|
654
654
|
[key: string]: any;
|
|
655
655
|
});
|
|
656
656
|
}
|
|
657
|
+
export declare class ChangeColumnSecurityLevelRequest extends $tea.Model {
|
|
658
|
+
columnName?: string;
|
|
659
|
+
dbId?: number;
|
|
660
|
+
isLogic?: boolean;
|
|
661
|
+
newSensitivityLevel?: string;
|
|
662
|
+
schemaName?: string;
|
|
663
|
+
tableName?: string;
|
|
664
|
+
tid?: number;
|
|
665
|
+
static names(): {
|
|
666
|
+
[key: string]: string;
|
|
667
|
+
};
|
|
668
|
+
static types(): {
|
|
669
|
+
[key: string]: any;
|
|
670
|
+
};
|
|
671
|
+
constructor(map?: {
|
|
672
|
+
[key: string]: any;
|
|
673
|
+
});
|
|
674
|
+
}
|
|
675
|
+
export declare class ChangeColumnSecurityLevelResponseBody extends $tea.Model {
|
|
676
|
+
errorCode?: string;
|
|
677
|
+
errorMessage?: string;
|
|
678
|
+
requestId?: string;
|
|
679
|
+
success?: boolean;
|
|
680
|
+
static names(): {
|
|
681
|
+
[key: string]: string;
|
|
682
|
+
};
|
|
683
|
+
static types(): {
|
|
684
|
+
[key: string]: any;
|
|
685
|
+
};
|
|
686
|
+
constructor(map?: {
|
|
687
|
+
[key: string]: any;
|
|
688
|
+
});
|
|
689
|
+
}
|
|
690
|
+
export declare class ChangeColumnSecurityLevelResponse extends $tea.Model {
|
|
691
|
+
headers: {
|
|
692
|
+
[key: string]: string;
|
|
693
|
+
};
|
|
694
|
+
statusCode: number;
|
|
695
|
+
body: ChangeColumnSecurityLevelResponseBody;
|
|
696
|
+
static names(): {
|
|
697
|
+
[key: string]: string;
|
|
698
|
+
};
|
|
699
|
+
static types(): {
|
|
700
|
+
[key: string]: any;
|
|
701
|
+
};
|
|
702
|
+
constructor(map?: {
|
|
703
|
+
[key: string]: any;
|
|
704
|
+
});
|
|
705
|
+
}
|
|
657
706
|
export declare class ChangeLhDagOwnerRequest extends $tea.Model {
|
|
658
707
|
dagId?: number;
|
|
659
708
|
ownerUserId?: number;
|
|
@@ -1485,6 +1534,70 @@ export declare class CreateOrderResponse extends $tea.Model {
|
|
|
1485
1534
|
[key: string]: any;
|
|
1486
1535
|
});
|
|
1487
1536
|
}
|
|
1537
|
+
export declare class CreateProcCorrectOrderRequest extends $tea.Model {
|
|
1538
|
+
attachmentKey?: string;
|
|
1539
|
+
comment?: string;
|
|
1540
|
+
param?: CreateProcCorrectOrderRequestParam;
|
|
1541
|
+
relatedUserList?: number[];
|
|
1542
|
+
tid?: number;
|
|
1543
|
+
static names(): {
|
|
1544
|
+
[key: string]: string;
|
|
1545
|
+
};
|
|
1546
|
+
static types(): {
|
|
1547
|
+
[key: string]: any;
|
|
1548
|
+
};
|
|
1549
|
+
constructor(map?: {
|
|
1550
|
+
[key: string]: any;
|
|
1551
|
+
});
|
|
1552
|
+
}
|
|
1553
|
+
export declare class CreateProcCorrectOrderShrinkRequest extends $tea.Model {
|
|
1554
|
+
attachmentKey?: string;
|
|
1555
|
+
comment?: string;
|
|
1556
|
+
paramShrink?: string;
|
|
1557
|
+
relatedUserListShrink?: string;
|
|
1558
|
+
tid?: number;
|
|
1559
|
+
static names(): {
|
|
1560
|
+
[key: string]: string;
|
|
1561
|
+
};
|
|
1562
|
+
static types(): {
|
|
1563
|
+
[key: string]: any;
|
|
1564
|
+
};
|
|
1565
|
+
constructor(map?: {
|
|
1566
|
+
[key: string]: any;
|
|
1567
|
+
});
|
|
1568
|
+
}
|
|
1569
|
+
export declare class CreateProcCorrectOrderResponseBody extends $tea.Model {
|
|
1570
|
+
createOrderResult?: number[];
|
|
1571
|
+
errorCode?: string;
|
|
1572
|
+
errorMessage?: string;
|
|
1573
|
+
requestId?: string;
|
|
1574
|
+
success?: boolean;
|
|
1575
|
+
static names(): {
|
|
1576
|
+
[key: string]: string;
|
|
1577
|
+
};
|
|
1578
|
+
static types(): {
|
|
1579
|
+
[key: string]: any;
|
|
1580
|
+
};
|
|
1581
|
+
constructor(map?: {
|
|
1582
|
+
[key: string]: any;
|
|
1583
|
+
});
|
|
1584
|
+
}
|
|
1585
|
+
export declare class CreateProcCorrectOrderResponse extends $tea.Model {
|
|
1586
|
+
headers: {
|
|
1587
|
+
[key: string]: string;
|
|
1588
|
+
};
|
|
1589
|
+
statusCode: number;
|
|
1590
|
+
body: CreateProcCorrectOrderResponseBody;
|
|
1591
|
+
static names(): {
|
|
1592
|
+
[key: string]: string;
|
|
1593
|
+
};
|
|
1594
|
+
static types(): {
|
|
1595
|
+
[key: string]: any;
|
|
1596
|
+
};
|
|
1597
|
+
constructor(map?: {
|
|
1598
|
+
[key: string]: any;
|
|
1599
|
+
});
|
|
1600
|
+
}
|
|
1488
1601
|
export declare class CreateProxyRequest extends $tea.Model {
|
|
1489
1602
|
instanceId?: number;
|
|
1490
1603
|
password?: string;
|
|
@@ -3175,6 +3288,51 @@ export declare class GetAuthorityTemplateItemResponse extends $tea.Model {
|
|
|
3175
3288
|
[key: string]: any;
|
|
3176
3289
|
});
|
|
3177
3290
|
}
|
|
3291
|
+
export declare class GetClassificationTemplateRequest extends $tea.Model {
|
|
3292
|
+
instanceId?: number;
|
|
3293
|
+
tid?: number;
|
|
3294
|
+
static names(): {
|
|
3295
|
+
[key: string]: string;
|
|
3296
|
+
};
|
|
3297
|
+
static types(): {
|
|
3298
|
+
[key: string]: any;
|
|
3299
|
+
};
|
|
3300
|
+
constructor(map?: {
|
|
3301
|
+
[key: string]: any;
|
|
3302
|
+
});
|
|
3303
|
+
}
|
|
3304
|
+
export declare class GetClassificationTemplateResponseBody extends $tea.Model {
|
|
3305
|
+
classificationResourceTemplateMap?: GetClassificationTemplateResponseBodyClassificationResourceTemplateMap;
|
|
3306
|
+
errorCode?: string;
|
|
3307
|
+
errorMessage?: string;
|
|
3308
|
+
requestId?: string;
|
|
3309
|
+
success?: boolean;
|
|
3310
|
+
static names(): {
|
|
3311
|
+
[key: string]: string;
|
|
3312
|
+
};
|
|
3313
|
+
static types(): {
|
|
3314
|
+
[key: string]: any;
|
|
3315
|
+
};
|
|
3316
|
+
constructor(map?: {
|
|
3317
|
+
[key: string]: any;
|
|
3318
|
+
});
|
|
3319
|
+
}
|
|
3320
|
+
export declare class GetClassificationTemplateResponse extends $tea.Model {
|
|
3321
|
+
headers: {
|
|
3322
|
+
[key: string]: string;
|
|
3323
|
+
};
|
|
3324
|
+
statusCode: number;
|
|
3325
|
+
body: GetClassificationTemplateResponseBody;
|
|
3326
|
+
static names(): {
|
|
3327
|
+
[key: string]: string;
|
|
3328
|
+
};
|
|
3329
|
+
static types(): {
|
|
3330
|
+
[key: string]: any;
|
|
3331
|
+
};
|
|
3332
|
+
constructor(map?: {
|
|
3333
|
+
[key: string]: any;
|
|
3334
|
+
});
|
|
3335
|
+
}
|
|
3178
3336
|
export declare class GetDBTaskSQLJobLogRequest extends $tea.Model {
|
|
3179
3337
|
jobId?: number;
|
|
3180
3338
|
tid?: number;
|
|
@@ -7317,6 +7475,52 @@ export declare class ListSensitiveDataAuditLogResponse extends $tea.Model {
|
|
|
7317
7475
|
[key: string]: any;
|
|
7318
7476
|
});
|
|
7319
7477
|
}
|
|
7478
|
+
export declare class ListSensitivityLevelRequest extends $tea.Model {
|
|
7479
|
+
templateId?: number;
|
|
7480
|
+
templateType?: string;
|
|
7481
|
+
tid?: number;
|
|
7482
|
+
static names(): {
|
|
7483
|
+
[key: string]: string;
|
|
7484
|
+
};
|
|
7485
|
+
static types(): {
|
|
7486
|
+
[key: string]: any;
|
|
7487
|
+
};
|
|
7488
|
+
constructor(map?: {
|
|
7489
|
+
[key: string]: any;
|
|
7490
|
+
});
|
|
7491
|
+
}
|
|
7492
|
+
export declare class ListSensitivityLevelResponseBody extends $tea.Model {
|
|
7493
|
+
errorCode?: string;
|
|
7494
|
+
errorMessage?: string;
|
|
7495
|
+
requestId?: string;
|
|
7496
|
+
sensitivityLevelList?: ListSensitivityLevelResponseBodySensitivityLevelList[];
|
|
7497
|
+
success?: boolean;
|
|
7498
|
+
static names(): {
|
|
7499
|
+
[key: string]: string;
|
|
7500
|
+
};
|
|
7501
|
+
static types(): {
|
|
7502
|
+
[key: string]: any;
|
|
7503
|
+
};
|
|
7504
|
+
constructor(map?: {
|
|
7505
|
+
[key: string]: any;
|
|
7506
|
+
});
|
|
7507
|
+
}
|
|
7508
|
+
export declare class ListSensitivityLevelResponse extends $tea.Model {
|
|
7509
|
+
headers: {
|
|
7510
|
+
[key: string]: string;
|
|
7511
|
+
};
|
|
7512
|
+
statusCode: number;
|
|
7513
|
+
body: ListSensitivityLevelResponseBody;
|
|
7514
|
+
static names(): {
|
|
7515
|
+
[key: string]: string;
|
|
7516
|
+
};
|
|
7517
|
+
static types(): {
|
|
7518
|
+
[key: string]: any;
|
|
7519
|
+
};
|
|
7520
|
+
constructor(map?: {
|
|
7521
|
+
[key: string]: any;
|
|
7522
|
+
});
|
|
7523
|
+
}
|
|
7320
7524
|
export declare class ListStandardGroupsRequest extends $tea.Model {
|
|
7321
7525
|
tid?: number;
|
|
7322
7526
|
static names(): {
|
|
@@ -8134,6 +8338,7 @@ export declare class ModifyDataCorrectExecSQLResponse extends $tea.Model {
|
|
|
8134
8338
|
export declare class ModifyDesensitizationStrategyRequest extends $tea.Model {
|
|
8135
8339
|
columnName?: string;
|
|
8136
8340
|
dbId?: number;
|
|
8341
|
+
isDefault?: boolean;
|
|
8137
8342
|
isLogic?: boolean;
|
|
8138
8343
|
isReset?: boolean;
|
|
8139
8344
|
ruleId?: number;
|
|
@@ -10823,6 +11028,36 @@ export declare class CreateOrderResponseBodyCreateOrderResult extends $tea.Model
|
|
|
10823
11028
|
[key: string]: any;
|
|
10824
11029
|
});
|
|
10825
11030
|
}
|
|
11031
|
+
export declare class CreateProcCorrectOrderRequestParamDbItemList extends $tea.Model {
|
|
11032
|
+
dbId?: number;
|
|
11033
|
+
logic?: boolean;
|
|
11034
|
+
static names(): {
|
|
11035
|
+
[key: string]: string;
|
|
11036
|
+
};
|
|
11037
|
+
static types(): {
|
|
11038
|
+
[key: string]: any;
|
|
11039
|
+
};
|
|
11040
|
+
constructor(map?: {
|
|
11041
|
+
[key: string]: any;
|
|
11042
|
+
});
|
|
11043
|
+
}
|
|
11044
|
+
export declare class CreateProcCorrectOrderRequestParam extends $tea.Model {
|
|
11045
|
+
classify?: string;
|
|
11046
|
+
dbItemList?: CreateProcCorrectOrderRequestParamDbItemList[];
|
|
11047
|
+
execSQL?: string;
|
|
11048
|
+
rollbackAttachmentName?: string;
|
|
11049
|
+
rollbackSQL?: string;
|
|
11050
|
+
rollbackSqlType?: string;
|
|
11051
|
+
static names(): {
|
|
11052
|
+
[key: string]: string;
|
|
11053
|
+
};
|
|
11054
|
+
static types(): {
|
|
11055
|
+
[key: string]: any;
|
|
11056
|
+
};
|
|
11057
|
+
constructor(map?: {
|
|
11058
|
+
[key: string]: any;
|
|
11059
|
+
});
|
|
11060
|
+
}
|
|
10826
11061
|
export declare class CreateSQLReviewOrderRequestParam extends $tea.Model {
|
|
10827
11062
|
attachmentKeyList?: string[];
|
|
10828
11063
|
dbId?: number;
|
|
@@ -11139,6 +11374,21 @@ export declare class GetAuthorityTemplateItemResponseBodyAuthorityTemplateItemLi
|
|
|
11139
11374
|
[key: string]: any;
|
|
11140
11375
|
});
|
|
11141
11376
|
}
|
|
11377
|
+
export declare class GetClassificationTemplateResponseBodyClassificationResourceTemplateMap extends $tea.Model {
|
|
11378
|
+
resourceId?: number;
|
|
11379
|
+
resourceType?: string;
|
|
11380
|
+
templateId?: number;
|
|
11381
|
+
templateType?: string;
|
|
11382
|
+
static names(): {
|
|
11383
|
+
[key: string]: string;
|
|
11384
|
+
};
|
|
11385
|
+
static types(): {
|
|
11386
|
+
[key: string]: any;
|
|
11387
|
+
};
|
|
11388
|
+
constructor(map?: {
|
|
11389
|
+
[key: string]: any;
|
|
11390
|
+
});
|
|
11391
|
+
}
|
|
11142
11392
|
export declare class GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList extends $tea.Model {
|
|
11143
11393
|
catalogName?: string;
|
|
11144
11394
|
dbId?: number;
|
|
@@ -14270,6 +14520,21 @@ export declare class ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogL
|
|
|
14270
14520
|
[key: string]: any;
|
|
14271
14521
|
});
|
|
14272
14522
|
}
|
|
14523
|
+
export declare class ListSensitivityLevelResponseBodySensitivityLevelList extends $tea.Model {
|
|
14524
|
+
isPlain?: boolean;
|
|
14525
|
+
name?: string;
|
|
14526
|
+
templateId?: string;
|
|
14527
|
+
templateType?: string;
|
|
14528
|
+
static names(): {
|
|
14529
|
+
[key: string]: string;
|
|
14530
|
+
};
|
|
14531
|
+
static types(): {
|
|
14532
|
+
[key: string]: any;
|
|
14533
|
+
};
|
|
14534
|
+
constructor(map?: {
|
|
14535
|
+
[key: string]: any;
|
|
14536
|
+
});
|
|
14537
|
+
}
|
|
14273
14538
|
export declare class ListStandardGroupsResponseBodyStandardGroupList extends $tea.Model {
|
|
14274
14539
|
dbType?: string;
|
|
14275
14540
|
description?: string;
|
|
@@ -15218,6 +15483,8 @@ export default class Client extends OpenApi {
|
|
|
15218
15483
|
buyPayAsYouGoOrder(request: BuyPayAsYouGoOrderRequest): Promise<BuyPayAsYouGoOrderResponse>;
|
|
15219
15484
|
changeColumnSecLevelWithOptions(request: ChangeColumnSecLevelRequest, runtime: $Util.RuntimeOptions): Promise<ChangeColumnSecLevelResponse>;
|
|
15220
15485
|
changeColumnSecLevel(request: ChangeColumnSecLevelRequest): Promise<ChangeColumnSecLevelResponse>;
|
|
15486
|
+
changeColumnSecurityLevelWithOptions(request: ChangeColumnSecurityLevelRequest, runtime: $Util.RuntimeOptions): Promise<ChangeColumnSecurityLevelResponse>;
|
|
15487
|
+
changeColumnSecurityLevel(request: ChangeColumnSecurityLevelRequest): Promise<ChangeColumnSecurityLevelResponse>;
|
|
15221
15488
|
/**
|
|
15222
15489
|
* Usage notes:
|
|
15223
15490
|
* * If you call this operation to transfer the ownership of a published task flow, the ownership transfer does not take effect.
|
|
@@ -15381,6 +15648,8 @@ export default class Client extends OpenApi {
|
|
|
15381
15648
|
* @return CreateOrderResponse
|
|
15382
15649
|
*/
|
|
15383
15650
|
createOrder(request: CreateOrderRequest): Promise<CreateOrderResponse>;
|
|
15651
|
+
createProcCorrectOrderWithOptions(tmpReq: CreateProcCorrectOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateProcCorrectOrderResponse>;
|
|
15652
|
+
createProcCorrectOrder(request: CreateProcCorrectOrderRequest): Promise<CreateProcCorrectOrderResponse>;
|
|
15384
15653
|
/**
|
|
15385
15654
|
* - The database instance runs the MySQL or MariaDB database engine. For example, the database instance can be an ApsaraDB RDS for MySQL instance, a PolarDB for MySQL cluster, a Distributed Relational Database Service (DRDS) cluster, or an AnalyticDB for MySQL cluster. The database instance can also be a self-managed MySQL or MariaDB database, or a MySQL or MariaDB database in a third-party cloud.
|
|
15386
15655
|
* - The database instance resides in the China (Hangzhou) or China (Beijing) region.
|
|
@@ -15660,6 +15929,8 @@ export default class Client extends OpenApi {
|
|
|
15660
15929
|
* @return GetAuthorityTemplateItemResponse
|
|
15661
15930
|
*/
|
|
15662
15931
|
getAuthorityTemplateItem(request: GetAuthorityTemplateItemRequest): Promise<GetAuthorityTemplateItemResponse>;
|
|
15932
|
+
getClassificationTemplateWithOptions(request: GetClassificationTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetClassificationTemplateResponse>;
|
|
15933
|
+
getClassificationTemplate(request: GetClassificationTemplateRequest): Promise<GetClassificationTemplateResponse>;
|
|
15663
15934
|
getDBTaskSQLJobLogWithOptions(request: GetDBTaskSQLJobLogRequest, runtime: $Util.RuntimeOptions): Promise<GetDBTaskSQLJobLogResponse>;
|
|
15664
15935
|
getDBTaskSQLJobLog(request: GetDBTaskSQLJobLogRequest): Promise<GetDBTaskSQLJobLogResponse>;
|
|
15665
15936
|
getDBTopologyWithOptions(request: GetDBTopologyRequest, runtime: $Util.RuntimeOptions): Promise<GetDBTopologyResponse>;
|
|
@@ -16072,6 +16343,8 @@ export default class Client extends OpenApi {
|
|
|
16072
16343
|
listSensitiveColumnsDetail(request: ListSensitiveColumnsDetailRequest): Promise<ListSensitiveColumnsDetailResponse>;
|
|
16073
16344
|
listSensitiveDataAuditLogWithOptions(request: ListSensitiveDataAuditLogRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveDataAuditLogResponse>;
|
|
16074
16345
|
listSensitiveDataAuditLog(request: ListSensitiveDataAuditLogRequest): Promise<ListSensitiveDataAuditLogResponse>;
|
|
16346
|
+
listSensitivityLevelWithOptions(request: ListSensitivityLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitivityLevelResponse>;
|
|
16347
|
+
listSensitivityLevel(request: ListSensitivityLevelRequest): Promise<ListSensitivityLevelResponse>;
|
|
16075
16348
|
listStandardGroupsWithOptions(request: ListStandardGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListStandardGroupsResponse>;
|
|
16076
16349
|
listStandardGroups(request: ListStandardGroupsRequest): Promise<ListStandardGroupsResponse>;
|
|
16077
16350
|
/**
|