tencentcloud-sdk-nodejs-cdb 4.1.39 → 4.1.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.39",
3
+ "version": "4.1.42",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -139,7 +139,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
139
139
  */
140
140
  DescribeTasks(req: DescribeTasksRequest, cb?: (error: string, rep: DescribeTasksResponse) => void): Promise<DescribeTasksResponse>;
141
141
  /**
142
- * 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
142
+ * 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
143
143
  */
144
144
  DescribeBackupConfig(req: DescribeBackupConfigRequest, cb?: (error: string, rep: DescribeBackupConfigResponse) => void): Promise<DescribeBackupConfigResponse>;
145
145
  /**
@@ -223,7 +223,7 @@ class Client extends TencentCloudCommon.AbstractClient {
223
223
  return this.request("DescribeTasks", req, cb);
224
224
  }
225
225
  /**
226
- * 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
226
+ * 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
227
227
  */
228
228
  async DescribeBackupConfig(req, cb) {
229
229
  return this.request("DescribeBackupConfig", req, cb);
@@ -1287,7 +1287,8 @@ export interface AnalyzeAuditLogsRequest {
1287
1287
  */
1288
1288
  AggregationConditions: Array<AggregationCondition>;
1289
1289
  /**
1290
- * 已废弃。该过滤条件下的审计日志结果集作为分析日志。
1290
+ * 已废弃。
1291
+ * @deprecated
1291
1292
  */
1292
1293
  AuditLogFilter?: AuditLogFilter;
1293
1294
  /**
@@ -2212,6 +2213,7 @@ export interface ModifyRoGroupInfoRequest {
2212
2213
  IsBalanceRoLoad?: number;
2213
2214
  /**
2214
2215
  * 废弃参数,无意义。
2216
+ * @deprecated
2215
2217
  */
2216
2218
  ReplicationDelayTime?: number;
2217
2219
  }
@@ -2261,6 +2263,7 @@ export interface CreateAuditLogFileRequest {
2261
2263
  OrderBy?: string;
2262
2264
  /**
2263
2265
  * 已废弃。
2266
+ * @deprecated
2264
2267
  */
2265
2268
  Filter?: AuditLogFilter;
2266
2269
  /**
@@ -3516,10 +3519,12 @@ export interface StopCpuExpandResponse {
3516
3519
  export interface DescribeBackupConfigResponse {
3517
3520
  /**
3518
3521
  * 自动备份开始的最早时间点,单位为时刻。例如,2 - 凌晨 2:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
3522
+ * @deprecated
3519
3523
  */
3520
3524
  StartTimeMin?: number;
3521
3525
  /**
3522
3526
  * 自动备份开始的最晚时间点,单位为时刻。例如,6 - 凌晨 6:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
3527
+ * @deprecated
3523
3528
  */
3524
3529
  StartTimeMax?: number;
3525
3530
  /**
@@ -4661,6 +4666,7 @@ export interface CreateDBInstanceRequest {
4661
4666
  SlaveZone?: string;
4662
4667
  /**
4663
4668
  * 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
4669
+ 说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例3。
4664
4670
  */
4665
4671
  ParamList?: Array<ParamInfo>;
4666
4672
  /**
@@ -4907,7 +4913,8 @@ export interface ModifyAuditServiceRequest {
4907
4913
  */
4908
4914
  AuditAll?: boolean;
4909
4915
  /**
4910
- * 审计规则。
4916
+ * 废弃。
4917
+ * @deprecated
4911
4918
  */
4912
4919
  AuditRuleFilters?: Array<AuditRuleFilters>;
4913
4920
  /**
@@ -6264,6 +6271,7 @@ export interface DeviceNetInfo {
6264
6271
  export interface ModifyDBInstanceVipVportResponse {
6265
6272
  /**
6266
6273
  * 异步任务ID。(该返回字段目前已废弃)
6274
+ * @deprecated
6267
6275
  */
6268
6276
  AsyncRequestId?: string;
6269
6277
  /**
@@ -8090,6 +8098,7 @@ export interface DescribeAuditPoliciesResponse {
8090
8098
  export interface IsolateDBInstanceResponse {
8091
8099
  /**
8092
8100
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
8101
+ * @deprecated
8093
8102
  */
8094
8103
  AsyncRequestId?: string;
8095
8104
  /**
@@ -8457,6 +8466,7 @@ export interface CreateDBInstanceHourRequest {
8457
8466
  Password?: string;
8458
8467
  /**
8459
8468
  * 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
8469
+ 说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例2。
8460
8470
  */
8461
8471
  ParamList?: Array<ParamInfo>;
8462
8472
  /**
@@ -8853,6 +8863,7 @@ export interface OpenAuditServiceRequest {
8853
8863
  HighLogExpireDay?: number;
8854
8864
  /**
8855
8865
  * 审计规则(该参数已废弃,不再生效)。
8866
+ * @deprecated
8856
8867
  */
8857
8868
  AuditRuleFilters?: Array<AuditRuleFilters>;
8858
8869
  /**