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
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
178
|
+
* 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
|
|
179
179
|
*/
|
|
180
180
|
async CreateAuditLogFile(req, cb) {
|
|
181
181
|
return this.request("CreateAuditLogFile", req, cb);
|