tencentcloud-sdk-nodejs-cdb 4.0.490 → 4.0.491
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/CHANGELOG.md +221 -0
- package/SERVICE_CHANGELOG.md +293 -124
- package/package.json +2 -2
- package/products.md +15 -15
- package/src/services/cdb/v20170320/cdb_client.ts +2 -15
- package/src/services/cdb/v20170320/cdb_models.ts +72 -132
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +63 -113
|
@@ -3363,64 +3363,17 @@ export interface UpgradeDBInstanceEngineVersionRequest {
|
|
|
3363
3363
|
MaxDelayTime?: number;
|
|
3364
3364
|
}
|
|
3365
3365
|
/**
|
|
3366
|
-
*
|
|
3366
|
+
* 数据库名以及字符集
|
|
3367
3367
|
*/
|
|
3368
|
-
export interface
|
|
3369
|
-
/**
|
|
3370
|
-
* Sql的执行时间。
|
|
3371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3372
|
-
*/
|
|
3373
|
-
Timestamp: number;
|
|
3374
|
-
/**
|
|
3375
|
-
* Sql的执行时长(秒)。
|
|
3376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3377
|
-
*/
|
|
3378
|
-
QueryTime: number;
|
|
3379
|
-
/**
|
|
3380
|
-
* Sql语句。
|
|
3381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3382
|
-
*/
|
|
3383
|
-
SqlText: string;
|
|
3384
|
-
/**
|
|
3385
|
-
* 客户端地址。
|
|
3386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3387
|
-
*/
|
|
3388
|
-
UserHost: string;
|
|
3389
|
-
/**
|
|
3390
|
-
* 用户名。
|
|
3391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3392
|
-
*/
|
|
3393
|
-
UserName: string;
|
|
3394
|
-
/**
|
|
3395
|
-
* 数据库名。
|
|
3396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3397
|
-
*/
|
|
3398
|
-
Database: string;
|
|
3399
|
-
/**
|
|
3400
|
-
* 锁时长(秒)。
|
|
3401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3402
|
-
*/
|
|
3403
|
-
LockTime: number;
|
|
3404
|
-
/**
|
|
3405
|
-
* 扫描行数。
|
|
3406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3407
|
-
*/
|
|
3408
|
-
RowsExamined: number;
|
|
3409
|
-
/**
|
|
3410
|
-
* 结果集行数。
|
|
3411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3412
|
-
*/
|
|
3413
|
-
RowsSent: number;
|
|
3368
|
+
export interface DatabasesWithCharacterLists {
|
|
3414
3369
|
/**
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
SqlTemplate: string;
|
|
3370
|
+
* 数据库名
|
|
3371
|
+
*/
|
|
3372
|
+
DatabaseName: string;
|
|
3419
3373
|
/**
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
Md5: string;
|
|
3374
|
+
* 字符集类型
|
|
3375
|
+
*/
|
|
3376
|
+
CharacterSet: string;
|
|
3424
3377
|
}
|
|
3425
3378
|
/**
|
|
3426
3379
|
* 标签信息
|
|
@@ -3452,15 +3405,6 @@ export interface DescribeDBInstancesResponse {
|
|
|
3452
3405
|
*/
|
|
3453
3406
|
RequestId?: string;
|
|
3454
3407
|
}
|
|
3455
|
-
/**
|
|
3456
|
-
* ModifyCDBProxy返回参数结构体
|
|
3457
|
-
*/
|
|
3458
|
-
export interface ModifyCDBProxyResponse {
|
|
3459
|
-
/**
|
|
3460
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3461
|
-
*/
|
|
3462
|
-
RequestId?: string;
|
|
3463
|
-
}
|
|
3464
3408
|
/**
|
|
3465
3409
|
* DescribeBackupDownloadRestriction请求参数结构体
|
|
3466
3410
|
*/
|
|
@@ -4591,17 +4535,64 @@ export interface DescribeBackupDownloadRestrictionResponse {
|
|
|
4591
4535
|
RequestId?: string;
|
|
4592
4536
|
}
|
|
4593
4537
|
/**
|
|
4594
|
-
*
|
|
4538
|
+
* 结构化的慢日志详情
|
|
4595
4539
|
*/
|
|
4596
|
-
export interface
|
|
4540
|
+
export interface SlowLogItem {
|
|
4597
4541
|
/**
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4542
|
+
* Sql的执行时间。
|
|
4543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4544
|
+
*/
|
|
4545
|
+
Timestamp: number;
|
|
4601
4546
|
/**
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4547
|
+
* Sql的执行时长(秒)。
|
|
4548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4549
|
+
*/
|
|
4550
|
+
QueryTime: number;
|
|
4551
|
+
/**
|
|
4552
|
+
* Sql语句。
|
|
4553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4554
|
+
*/
|
|
4555
|
+
SqlText: string;
|
|
4556
|
+
/**
|
|
4557
|
+
* 客户端地址。
|
|
4558
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4559
|
+
*/
|
|
4560
|
+
UserHost: string;
|
|
4561
|
+
/**
|
|
4562
|
+
* 用户名。
|
|
4563
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4564
|
+
*/
|
|
4565
|
+
UserName: string;
|
|
4566
|
+
/**
|
|
4567
|
+
* 数据库名。
|
|
4568
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4569
|
+
*/
|
|
4570
|
+
Database: string;
|
|
4571
|
+
/**
|
|
4572
|
+
* 锁时长(秒)。
|
|
4573
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4574
|
+
*/
|
|
4575
|
+
LockTime: number;
|
|
4576
|
+
/**
|
|
4577
|
+
* 扫描行数。
|
|
4578
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4579
|
+
*/
|
|
4580
|
+
RowsExamined: number;
|
|
4581
|
+
/**
|
|
4582
|
+
* 结果集行数。
|
|
4583
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4584
|
+
*/
|
|
4585
|
+
RowsSent: number;
|
|
4586
|
+
/**
|
|
4587
|
+
* Sql模板。
|
|
4588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4589
|
+
*/
|
|
4590
|
+
SqlTemplate: string;
|
|
4591
|
+
/**
|
|
4592
|
+
* Sql语句的md5。
|
|
4593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4594
|
+
*/
|
|
4595
|
+
Md5: string;
|
|
4605
4596
|
}
|
|
4606
4597
|
/**
|
|
4607
4598
|
* 克隆任务记录。
|
|
@@ -4789,10 +4780,6 @@ export interface CloseWanServiceResponse {
|
|
|
4789
4780
|
*/
|
|
4790
4781
|
RequestId?: string;
|
|
4791
4782
|
}
|
|
4792
|
-
/**
|
|
4793
|
-
* 实例权重
|
|
4794
|
-
*/
|
|
4795
|
-
export declare type RoWeight = null;
|
|
4796
4783
|
/**
|
|
4797
4784
|
* RenewDBInstance请求参数结构体
|
|
4798
4785
|
*/
|
|
@@ -6138,43 +6125,6 @@ export interface DescribeDBInstanceGTIDRequest {
|
|
|
6138
6125
|
*/
|
|
6139
6126
|
InstanceId: string;
|
|
6140
6127
|
}
|
|
6141
|
-
/**
|
|
6142
|
-
* ModifyCDBProxy请求参数结构体
|
|
6143
|
-
*/
|
|
6144
|
-
export interface ModifyCDBProxyRequest {
|
|
6145
|
-
/**
|
|
6146
|
-
* 数据库代理组唯一ID
|
|
6147
|
-
*/
|
|
6148
|
-
ProxyGroupId: string;
|
|
6149
|
-
/**
|
|
6150
|
-
* 是否开始延迟剔除,默认false,取值:"true" | "false"
|
|
6151
|
-
*/
|
|
6152
|
-
IsKickout?: boolean;
|
|
6153
|
-
/**
|
|
6154
|
-
* 最少保留数,最小为0,最大为实例数量
|
|
6155
|
-
*/
|
|
6156
|
-
MinCount?: number;
|
|
6157
|
-
/**
|
|
6158
|
-
* 延迟剔除的阈值;如果IsKickOut="true", 该字段必填
|
|
6159
|
-
*/
|
|
6160
|
-
MaxDelay?: number;
|
|
6161
|
-
/**
|
|
6162
|
-
* 读写权重分配模式;系统自动分配:"system", 自定义:"custom"
|
|
6163
|
-
*/
|
|
6164
|
-
WeightMode?: string;
|
|
6165
|
-
/**
|
|
6166
|
-
* 实例只读权重
|
|
6167
|
-
*/
|
|
6168
|
-
RoWeightValues?: RoWeight;
|
|
6169
|
-
/**
|
|
6170
|
-
* 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
|
|
6171
|
-
*/
|
|
6172
|
-
FailOver?: boolean;
|
|
6173
|
-
/**
|
|
6174
|
-
* 是否自动添加只读实例,默认false,取值:"true" | "false"
|
|
6175
|
-
*/
|
|
6176
|
-
AutoAddRo?: boolean;
|
|
6177
|
-
}
|
|
6178
6128
|
/**
|
|
6179
6129
|
* ModifyAuditConfig请求参数结构体
|
|
6180
6130
|
*/
|