tencentcloud-sdk-nodejs-cdb 4.1.41 → 4.1.43
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
|
@@ -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
|
/**
|
|
@@ -2262,6 +2263,7 @@ export interface CreateAuditLogFileRequest {
|
|
|
2262
2263
|
OrderBy?: string;
|
|
2263
2264
|
/**
|
|
2264
2265
|
* 已废弃。
|
|
2266
|
+
* @deprecated
|
|
2265
2267
|
*/
|
|
2266
2268
|
Filter?: AuditLogFilter;
|
|
2267
2269
|
/**
|
|
@@ -4664,6 +4666,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4664
4666
|
SlaveZone?: string;
|
|
4665
4667
|
/**
|
|
4666
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。
|
|
4667
4670
|
*/
|
|
4668
4671
|
ParamList?: Array<ParamInfo>;
|
|
4669
4672
|
/**
|
|
@@ -4910,7 +4913,8 @@ export interface ModifyAuditServiceRequest {
|
|
|
4910
4913
|
*/
|
|
4911
4914
|
AuditAll?: boolean;
|
|
4912
4915
|
/**
|
|
4913
|
-
*
|
|
4916
|
+
* 废弃。
|
|
4917
|
+
* @deprecated
|
|
4914
4918
|
*/
|
|
4915
4919
|
AuditRuleFilters?: Array<AuditRuleFilters>;
|
|
4916
4920
|
/**
|
|
@@ -8462,6 +8466,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
8462
8466
|
Password?: string;
|
|
8463
8467
|
/**
|
|
8464
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。
|
|
8465
8470
|
*/
|
|
8466
8471
|
ParamList?: Array<ParamInfo>;
|
|
8467
8472
|
/**
|
|
@@ -8858,6 +8863,7 @@ export interface OpenAuditServiceRequest {
|
|
|
8858
8863
|
HighLogExpireDay?: number;
|
|
8859
8864
|
/**
|
|
8860
8865
|
* 审计规则(该参数已废弃,不再生效)。
|
|
8866
|
+
* @deprecated
|
|
8861
8867
|
*/
|
|
8862
8868
|
AuditRuleFilters?: Array<AuditRuleFilters>;
|
|
8863
8869
|
/**
|