tencentcloud-sdk-nodejs-intl-en 3.0.746 → 3.0.747

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-intl-en",
3
- "version": "3.0.746",
3
+ "version": "3.0.747",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.746";
1
+ const sdkVersion = "3.0.747";
2
2
  module.exports = sdkVersion
@@ -5672,7 +5672,7 @@ class DescribeReplicationGroupRequest extends AbstractModel {
5672
5672
  this.GroupId = null;
5673
5673
 
5674
5674
  /**
5675
- * Keyword for fuzzy query, which can be a replication group ID or name. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis/replication), and get u200dthem in the global replication group list.
5675
+ * Keyword for fuzzy query, which can be a replication group ID or name. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis/replication), and get them in the global replication group list.
5676
5676
  * @type {string || null}
5677
5677
  */
5678
5678
  this.SearchKey = null;
@@ -7450,7 +7450,7 @@ class DescribeTaskInfoResponse extends AbstractModel {
7450
7450
  * Task status. Valid values:
7451
7451
  - `preparing`: To be run
7452
7452
  - `running`: Running
7453
- - `succeed`: Succeedu200ded
7453
+ - `succeed`: Succeeded
7454
7454
  - `failed`: Failed
7455
7455
  - `Error`: Error occurred while running
7456
7456
  * @type {string || null}
@@ -7464,7 +7464,7 @@ class DescribeTaskInfoResponse extends AbstractModel {
7464
7464
  this.StartTime = null;
7465
7465
 
7466
7466
  /**
7467
- * Task type, including `Create`, `Configure`, u200d`Disable Instance`, `Clear Instance`, `Reset Password`, `Upgrade Version`, `Back up Instance`, `Modify Network`, `Migrate to New AZ` and `Promote to Master`.
7467
+ * Task type, including `Create`, `Configure`, `Disable Instance`, `Clear Instance`, `Reset Password`, `Upgrade Version`, `Back up Instance`, `Modify Network`, `Migrate to New AZ` and `Promote to Master`.
7468
7468
  * @type {string || null}
7469
7469
  */
7470
7470
  this.TaskType = null;
@@ -7476,7 +7476,7 @@ class DescribeTaskInfoResponse extends AbstractModel {
7476
7476
  this.InstanceId = null;
7477
7477
 
7478
7478
  /**
7479
- * Message returned by task execution, which will be au200dn error message when execution fails or be empty when the status is `running `or `succeed-`.
7479
+ * Message returned by task execution, which will be an error message when execution fails or be empty when the status is `running `or `succeed-`.
7480
7480
  * @type {string || null}
7481
7481
  */
7482
7482
  this.TaskMessage = null;
@@ -11659,7 +11659,7 @@ class Instances extends AbstractModel {
11659
11659
 
11660
11660
  /**
11661
11661
  * Instance disk size
11662
- Note: u200dThis field may return null, indicating that no valid values can be obtained.
11662
+ Note: This field may return null, indicating that no valid values can be obtained.
11663
11663
  * @type {number || null}
11664
11664
  */
11665
11665
  this.DiskSize = null;
@@ -329,7 +329,7 @@ class RedisClient extends AbstractClient {
329
329
  }
330
330
 
331
331
  /**
332
- * This API is used to upgrade the instance to a later version or u200dto upgrade the current standard architecture to the cluster architecture.
332
+ * This API is used to upgrade the instance to a later version or to upgrade the current standard architecture to the cluster architecture.
333
333
  * @param {UpgradeInstanceVersionRequest} req
334
334
  * @param {function(string, UpgradeInstanceVersionResponse):void} cb
335
335
  * @public