tencentcloud-sdk-nodejs-cdb 4.1.15 → 4.1.17

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.15",
3
+ "version": "4.1.17",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -107,7 +107,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
107
107
  */
108
108
  OfflineIsolatedInstances(req: OfflineIsolatedInstancesRequest, cb?: (error: string, rep: OfflineIsolatedInstancesResponse) => void): Promise<OfflineIsolatedInstancesResponse>;
109
109
  /**
110
- * 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
110
+ * 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
111
111
  */
112
112
  CreateAuditLogFile(req: CreateAuditLogFileRequest, cb?: (error: string, rep: CreateAuditLogFileResponse) => void): Promise<CreateAuditLogFileResponse>;
113
113
  /**
@@ -175,7 +175,7 @@ class Client extends TencentCloudCommon.AbstractClient {
175
175
  return this.request("OfflineIsolatedInstances", req, cb);
176
176
  }
177
177
  /**
178
- * 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
178
+ * 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
179
179
  */
180
180
  async CreateAuditLogFile(req, cb) {
181
181
  return this.request("CreateAuditLogFile", req, cb);
@@ -2267,6 +2267,10 @@ export interface CreateAuditLogFileRequest {
2267
2267
  * 过滤条件。可按设置的过滤条件过滤日志。
2268
2268
  */
2269
2269
  LogFilter?: Array<InstanceAuditLogFilters>;
2270
+ /**
2271
+ * 下载筛选列
2272
+ */
2273
+ ColumnFilter?: Array<string>;
2270
2274
  }
2271
2275
  /**
2272
2276
  * 审计规则