tencentcloud-sdk-nodejs-redis 4.1.66 → 4.1.69

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-redis",
3
- "version": "4.1.66",
3
+ "version": "4.1.69",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1406,6 +1406,10 @@ export interface ModifyAutoBackupConfigRequest {
1406
1406
  * 自动备份类型。目前仅能配置为:1 ,指定时备份。
1407
1407
  */
1408
1408
  AutoBackupType?: number;
1409
+ /**
1410
+ * 全量备份文件保存天数。单位:天。
1411
+ */
1412
+ BackupStorageDays?: number;
1409
1413
  }
1410
1414
  /**
1411
1415
  * 实例多选项类型参数描述