tencentcloud-sdk-nodejs-intl-en 3.0.402 → 3.0.403

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.402",
3
+ "version": "3.0.403",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1050,7 +1050,7 @@ class DescribeSlowLogsRequest extends AbstractModel {
1050
1050
  this.InstanceId = null;
1051
1051
 
1052
1052
  /**
1053
- * Offset. Minimum value: 0.
1053
+ * Pagination offset, starting from `0`. Default value: `0`.
1054
1054
  * @type {number || null}
1055
1055
  */
1056
1056
  this.Offset = null;
@@ -4672,7 +4672,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
4672
4672
  this.Cpu = null;
4673
4673
 
4674
4674
  /**
4675
- * Whether to automatically start disaster recovery synchronization. This parameter takes effect only for disaster recovery instances. Valid values: `0` (no), `1` (yes).
4675
+ * Whether to automatically start disaster recovery synchronization. This parameter takes effect only for disaster recovery instances. Valid values: `0` (no), `1` (yes). Default value: `0`.
4676
4676
  * @type {number || null}
4677
4677
  */
4678
4678
  this.AutoSyncFlag = null;
@@ -5541,7 +5541,7 @@ class DescribeDBSecurityGroupsRequest extends AbstractModel {
5541
5541
  this.InstanceId = null;
5542
5542
 
5543
5543
  /**
5544
- * This parameter takes effect only when the ID of read-only replica is passed in. If this parameter is set to `False` or left empty, the security groups bound with the RO group of the read-only replica will be queried. If this parameter is set to `True`, the security groups bound with the read-only replica itself will be queried.
5544
+ * This parameter takes effect only when the ID of a read-only instance is passed in. If the parameter is set to `False` or left empty, the security groups bound with the RO groups of the read-only instance can only be queried. If it is set to `True`, the security groups can be modified.
5545
5545
  * @type {boolean || null}
5546
5546
  */
5547
5547
  this.ForReadonlyInstance = null;
@@ -6038,25 +6038,25 @@ class DescribeBackupSummariesRequest extends AbstractModel {
6038
6038
  this.Product = null;
6039
6039
 
6040
6040
  /**
6041
- * Pagination offset.
6041
+ * Paginated query offset. Default value: `0`.
6042
6042
  * @type {number || null}
6043
6043
  */
6044
6044
  this.Offset = null;
6045
6045
 
6046
6046
  /**
6047
- * Paginated query limit. Default value: 20.
6047
+ * Maximum entries returned per page, which ranges from 1 to 100. Default value: `20`.
6048
6048
  * @type {number || null}
6049
6049
  */
6050
6050
  this.Limit = null;
6051
6051
 
6052
6052
  /**
6053
- * Sorting criterion. Valid values: BackupVolume (backup capacity), DataBackupVolume (data backup capacity), BinlogBackupVolume (log backup capacity), AutoBackupVolume (automatic backup capacity), ManualBackupVolume (manual backup capacity).
6053
+ * Sorting criterion. Valid values: `BackupVolume` (backup capacity), `DataBackupVolume` (data backup capacity), `BinlogBackupVolume` (log backup capacity), `AutoBackupVolume` (automatic backup capacity), `ManualBackupVolume` (manual backup capacity). Default value: `BackupVolume`.
6054
6054
  * @type {string || null}
6055
6055
  */
6056
6056
  this.OrderBy = null;
6057
6057
 
6058
6058
  /**
6059
- * Sorting order. Valid values: ASC (ascending), DESC (descending).
6059
+ * Sorting order. Valid values: `ASC` (ascending), `DESC` (descending). Default value: `ASC`.
6060
6060
  * @type {string || null}
6061
6061
  */
6062
6062
  this.OrderDirection = null;
@@ -8650,7 +8650,7 @@ class ModifyDBInstanceNameRequest extends AbstractModel {
8650
8650
  this.InstanceId = null;
8651
8651
 
8652
8652
  /**
8653
- * Instance name.
8653
+ * The modified instance name.
8654
8654
  * @type {string || null}
8655
8655
  */
8656
8656
  this.InstanceName = null;
@@ -12128,7 +12128,7 @@ class RoInstanceInfo extends AbstractModel {
12128
12128
  this.InstanceId = null;
12129
12129
 
12130
12130
  /**
12131
- * RO instance status. Value range: 0 (creating), 1 (running), 4 (deleting)
12131
+ * RO instance status. Valid values: `0` (creating), `1` (running), `3` (remote RO), `4` (deleting). When the `DescribeDBInstances` API is used to query the information of the source instance, if the source instance is associated with a remote read-only instance, the returned status value of the remote read-only instance always shows 3.
12132
12132
  * @type {number || null}
12133
12133
  */
12134
12134
  this.Status = null;
@@ -12477,8 +12477,8 @@ class ModifyAccountPrivilegesRequest extends AbstractModel {
12477
12477
  this.Accounts = null;
12478
12478
 
12479
12479
  /**
12480
- * Global permission. Valid values: "SELECT", "INSERT", "UPDATE", "DELETE", "CREATE", "PROCESS", "DROP", "REFERENCES", "INDEX", "ALTER", "SHOW DATABASES", "CREATE TEMPORARY TABLES", "LOCK TABLES", "EXECUTE", "CREATE VIEW", "SHOW VIEW", "CREATE ROUTINE", "ALTER ROUTINE", "EVENT", "TRIGGER".
12481
- Note: if this parameter is not passed in, it means to clear the permission.
12480
+ * Global permission. Valid values: "SELECT", "INSERT", "UPDATE", "DELETE", "CREATE", "PROCESS", "DROP", "REFERENCES", "INDEX", "ALTER", "SHOW DATABASES", "CREATE TEMPORARY TABLES", "LOCK TABLES", "EXECUTE", "CREATE VIEW", "SHOW VIEW", "CREATE ROUTINE", "ALTER ROUTINE", "EVENT", "TRIGGER","CREATE USER","RELOAD","REPLICATION CLIENT","REPLICATION SLAVE","UPDATE".
12481
+ Note: If this parameter is not passed in, it means to clear the permission.
12482
12482
  * @type {Array.<string> || null}
12483
12483
  */
12484
12484
  this.GlobalPrivileges = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.402";
1
+ const sdkVersion = "3.0.403";
2
2
  module.exports = sdkVersion