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.
- package/package.json +1 -1
- package/tencentcloud/clb/v20180317/clb_client.js +1 -1
- package/tencentcloud/clb/v20180317/models.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/monitor/v20180724/models.js +1054 -237
- package/tencentcloud/monitor/v20180724/monitor_client.js +92 -20
- package/tencentcloud/quota/v20241204/models.js +8 -1
- package/tencentcloud/redis/v20180412/models.js +199 -84
- package/tencentcloud/redis/v20180412/redis_client.js +4 -4
|
@@ -357,7 +357,7 @@ class RedisClient extends AbstractClient {
|
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
/**
|
|
360
|
-
* This API is used to
|
|
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
|
|
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
|
|
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
|
|
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
|