tencentcloud-sdk-nodejs-intl-en 3.0.1266 → 3.0.1267

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.
@@ -357,7 +357,7 @@ class RedisClient extends AbstractClient {
357
357
  }
358
358
 
359
359
  /**
360
- * This API is used to query the information of an instance sub-account.
360
+ * This API is used to view instance account information.
361
361
  * @param {DescribeInstanceAccountRequest} req
362
362
  * @param {function(string, DescribeInstanceAccountResponse):void} cb
363
363
  * @public
@@ -434,7 +434,7 @@ class RedisClient extends AbstractClient {
434
434
  }
435
435
 
436
436
  /**
437
- * This API is used to modify the instance backup mode.
437
+ * This API is used to modify the backup mode of an instance.
438
438
  * @param {ModifyInstanceBackupModeRequest} req
439
439
  * @param {function(string, ModifyInstanceBackupModeResponse):void} cb
440
440
  * @public
@@ -456,7 +456,7 @@ class RedisClient extends AbstractClient {
456
456
  }
457
457
 
458
458
  /**
459
- * This API is used to modify the instance sub-account.
459
+ * This API is used to modify an instance account.
460
460
  * @param {ModifyInstanceAccountRequest} req
461
461
  * @param {function(string, ModifyInstanceAccountResponse):void} cb
462
462
  * @public
@@ -544,7 +544,7 @@ class RedisClient extends AbstractClient {
544
544
  }
545
545
 
546
546
  /**
547
- * This API is used to query the second-level backup information on an instance.
547
+ * This API is used to query second-level backup information for the instance.
548
548
  * @param {DescribeSecondLevelBackupInfoRequest} req
549
549
  * @param {function(string, DescribeSecondLevelBackupInfoResponse):void} cb
550
550
  * @public