tencentcloud-sdk-nodejs-mongodb 4.1.79 → 4.1.93

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-mongodb",
3
- "version": "4.1.79",
3
+ "version": "4.1.93",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7,7 +7,7 @@ import { DescribeSpecInfoRequest, CreateDBInstanceRequest, CreateDBInstanceParam
7
7
  export declare class Client extends TencentCloudCommon.AbstractClient {
8
8
  constructor(clientConfig: TencentCloudCommon.ClientConfig);
9
9
  /**
10
- * 本接口(TerminateDBInstances)可将包年包月实例退还隔离。
10
+ * 本接口(TerminateDBInstances)用于退还包年包月计费实例。
11
11
  */
12
12
  TerminateDBInstances(req: TerminateDBInstancesRequest, cb?: (error: string, rep: TerminateDBInstancesResponse) => void): Promise<TerminateDBInstancesResponse>;
13
13
  /**
@@ -29,7 +29,7 @@ class Client extends TencentCloudCommon.AbstractClient {
29
29
  super("mongodb.tencentcloudapi.com", "2019-07-25", clientConfig);
30
30
  }
31
31
  /**
32
- * 本接口(TerminateDBInstances)可将包年包月实例退还隔离。
32
+ * 本接口(TerminateDBInstances)用于退还包年包月计费实例。
33
33
  */
34
34
  async TerminateDBInstances(req, cb) {
35
35
  return this.request("TerminateDBInstances", req, cb);