tencentcloud-sdk-nodejs 4.1.258 → 4.1.259
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/es/common/sdk_version.js +1 -1
- package/es/services/cngw/v20230418/cngw_client.js +12 -0
- package/es/services/csip/v20221121/csip_client.js +18 -0
- package/es/services/dlc/v20210125/dlc_client.js +3 -0
- package/es/services/dts/v20211206/dts_client.js +6 -0
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +12 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +25 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +36 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +254 -42
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +27 -265
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +158 -156
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -8
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
- package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
- package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
|
@@ -45,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
45
45
|
async DestroyIsolatedSubscribe(req, cb) {
|
|
46
46
|
return this.request("DestroyIsolatedSubscribe", req, cb);
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* gtid校验
|
|
50
|
+
*/
|
|
51
|
+
async DescribeSyncGtidCompareReport(req, cb) {
|
|
52
|
+
return this.request("DescribeSyncGtidCompareReport", req, cb);
|
|
53
|
+
}
|
|
48
54
|
/**
|
|
49
55
|
* 在修改同步任务的配置后、通过该接口校验当前任务是否支持修改对象操作
|
|
50
56
|
*/
|
|
@@ -245,6 +251,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
245
251
|
async ModifySyncJobConfig(req, cb) {
|
|
246
252
|
return this.request("ModifySyncJobConfig", req, cb);
|
|
247
253
|
}
|
|
254
|
+
/**
|
|
255
|
+
* gtid校验
|
|
256
|
+
*/
|
|
257
|
+
async DescribeMigrateGtidCompareReport(req, cb) {
|
|
258
|
+
return this.request("DescribeMigrateGtidCompareReport", req, cb);
|
|
259
|
+
}
|
|
248
260
|
/**
|
|
249
261
|
* 重试数据迁移任务,针对异常情况可进行重试,对于redis在失败时也可重试。
|
|
250
262
|
*/
|
|
@@ -557,6 +557,23 @@ export interface ContinueMigrateJobRequest {
|
|
|
557
557
|
*/
|
|
558
558
|
JobId: string;
|
|
559
559
|
}
|
|
560
|
+
/**
|
|
561
|
+
* DescribeMigrateGtidCompareReport请求参数结构体
|
|
562
|
+
*/
|
|
563
|
+
export interface DescribeMigrateGtidCompareReportRequest {
|
|
564
|
+
/**
|
|
565
|
+
* 任务id
|
|
566
|
+
*/
|
|
567
|
+
JobId: string;
|
|
568
|
+
/**
|
|
569
|
+
* 创建的校验任务id
|
|
570
|
+
*/
|
|
571
|
+
CompareTaskId?: string;
|
|
572
|
+
/**
|
|
573
|
+
* 是否需要展示不一致详情
|
|
574
|
+
*/
|
|
575
|
+
NeedDiffDetail?: boolean;
|
|
576
|
+
}
|
|
560
577
|
/**
|
|
561
578
|
* ResetConsumerGroupOffset请求参数结构体
|
|
562
579
|
*/
|
|
@@ -1521,6 +1538,31 @@ export interface DescribeCompareReportResponse {
|
|
|
1521
1538
|
*/
|
|
1522
1539
|
RequestId?: string;
|
|
1523
1540
|
}
|
|
1541
|
+
/**
|
|
1542
|
+
* DescribeSyncGtidCompareReport返回参数结构体
|
|
1543
|
+
*/
|
|
1544
|
+
export interface DescribeSyncGtidCompareReportResponse {
|
|
1545
|
+
/**
|
|
1546
|
+
* 校验结论
|
|
1547
|
+
*/
|
|
1548
|
+
Conclusion?: string;
|
|
1549
|
+
/**
|
|
1550
|
+
* 校验状态
|
|
1551
|
+
*/
|
|
1552
|
+
Status?: string;
|
|
1553
|
+
/**
|
|
1554
|
+
* 校验类型
|
|
1555
|
+
*/
|
|
1556
|
+
Type?: string;
|
|
1557
|
+
/**
|
|
1558
|
+
* 不一致详情
|
|
1559
|
+
*/
|
|
1560
|
+
Detail?: Array<DifferenceDetails>;
|
|
1561
|
+
/**
|
|
1562
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1563
|
+
*/
|
|
1564
|
+
RequestId?: string;
|
|
1565
|
+
}
|
|
1524
1566
|
/**
|
|
1525
1567
|
* RecoverSyncJob返回参数结构体
|
|
1526
1568
|
*/
|
|
@@ -1763,6 +1805,15 @@ export interface DiffChunkItem {
|
|
|
1763
1805
|
*/
|
|
1764
1806
|
FinishedAt?: string;
|
|
1765
1807
|
}
|
|
1808
|
+
/**
|
|
1809
|
+
* ModifySyncCompareTaskName返回参数结构体
|
|
1810
|
+
*/
|
|
1811
|
+
export interface ModifySyncCompareTaskNameResponse {
|
|
1812
|
+
/**
|
|
1813
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1814
|
+
*/
|
|
1815
|
+
RequestId?: string;
|
|
1816
|
+
}
|
|
1766
1817
|
/**
|
|
1767
1818
|
* DescribeSubscribeDetail返回参数结构体
|
|
1768
1819
|
*/
|
|
@@ -2664,6 +2715,47 @@ export interface DifferenceDetail {
|
|
|
2664
2715
|
*/
|
|
2665
2716
|
Items?: Array<DifferenceItem>;
|
|
2666
2717
|
}
|
|
2718
|
+
/**
|
|
2719
|
+
* 校验得出的不一致详情
|
|
2720
|
+
*/
|
|
2721
|
+
export interface DifferenceDetails {
|
|
2722
|
+
/**
|
|
2723
|
+
* 校验结果
|
|
2724
|
+
*/
|
|
2725
|
+
Result?: string;
|
|
2726
|
+
/**
|
|
2727
|
+
* 源库gtid set
|
|
2728
|
+
*/
|
|
2729
|
+
SrcGtidSets?: string;
|
|
2730
|
+
/**
|
|
2731
|
+
* 目标库gtid set
|
|
2732
|
+
*/
|
|
2733
|
+
DstGtidSets?: string;
|
|
2734
|
+
/**
|
|
2735
|
+
* 源库差异的gtid set
|
|
2736
|
+
*/
|
|
2737
|
+
DiffSrc?: string;
|
|
2738
|
+
/**
|
|
2739
|
+
* 源库中不一致的表
|
|
2740
|
+
*/
|
|
2741
|
+
DiffSrcTables?: Array<string>;
|
|
2742
|
+
/**
|
|
2743
|
+
* 目标库差异的gtid set
|
|
2744
|
+
*/
|
|
2745
|
+
DiffDst?: string;
|
|
2746
|
+
/**
|
|
2747
|
+
* 校验结束时间
|
|
2748
|
+
*/
|
|
2749
|
+
CompareTimestamp?: string;
|
|
2750
|
+
/**
|
|
2751
|
+
* 同步范围内的不一致表
|
|
2752
|
+
*/
|
|
2753
|
+
DiffSrcTablesNeedSync?: Array<string>;
|
|
2754
|
+
/**
|
|
2755
|
+
* 同步范围内是否存在不一致的表
|
|
2756
|
+
*/
|
|
2757
|
+
DiffSrcIsNeedSync?: boolean;
|
|
2758
|
+
}
|
|
2667
2759
|
/**
|
|
2668
2760
|
* 数据库信息
|
|
2669
2761
|
*/
|
|
@@ -3729,6 +3821,31 @@ export interface DescribeSyncCompareReportResponse {
|
|
|
3729
3821
|
*/
|
|
3730
3822
|
RequestId?: string;
|
|
3731
3823
|
}
|
|
3824
|
+
/**
|
|
3825
|
+
* DescribeMigrateGtidCompareReport返回参数结构体
|
|
3826
|
+
*/
|
|
3827
|
+
export interface DescribeMigrateGtidCompareReportResponse {
|
|
3828
|
+
/**
|
|
3829
|
+
* 校验结论
|
|
3830
|
+
*/
|
|
3831
|
+
Conclusion?: string;
|
|
3832
|
+
/**
|
|
3833
|
+
* 校验状态
|
|
3834
|
+
*/
|
|
3835
|
+
Status?: string;
|
|
3836
|
+
/**
|
|
3837
|
+
* 校验类型
|
|
3838
|
+
*/
|
|
3839
|
+
Type?: string;
|
|
3840
|
+
/**
|
|
3841
|
+
* 不一致详情
|
|
3842
|
+
*/
|
|
3843
|
+
Detail?: Array<DifferenceDetails>;
|
|
3844
|
+
/**
|
|
3845
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3846
|
+
*/
|
|
3847
|
+
RequestId?: string;
|
|
3848
|
+
}
|
|
3732
3849
|
/**
|
|
3733
3850
|
* ConfigureSyncJob返回参数结构体
|
|
3734
3851
|
*/
|
|
@@ -5121,13 +5238,21 @@ export interface ConfigureSubscribeJobRequest {
|
|
|
5121
5238
|
ConsumerSubnetId?: string;
|
|
5122
5239
|
}
|
|
5123
5240
|
/**
|
|
5124
|
-
*
|
|
5241
|
+
* DescribeSyncGtidCompareReport请求参数结构体
|
|
5125
5242
|
*/
|
|
5126
|
-
export interface
|
|
5243
|
+
export interface DescribeSyncGtidCompareReportRequest {
|
|
5127
5244
|
/**
|
|
5128
|
-
*
|
|
5245
|
+
* 任务id
|
|
5129
5246
|
*/
|
|
5130
|
-
|
|
5247
|
+
JobId: string;
|
|
5248
|
+
/**
|
|
5249
|
+
* 创建的校验任务id
|
|
5250
|
+
*/
|
|
5251
|
+
CompareTaskId?: string;
|
|
5252
|
+
/**
|
|
5253
|
+
* 是否需要展示不一致详情
|
|
5254
|
+
*/
|
|
5255
|
+
NeedDiffDetail?: boolean;
|
|
5131
5256
|
}
|
|
5132
5257
|
/**
|
|
5133
5258
|
* DescribeSubscribeCheckJob返回参数结构体
|