tencentcloud-sdk-nodejs-cdb 4.1.134 → 4.1.137

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-cdb",
3
- "version": "4.1.134",
3
+ "version": "4.1.137",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8872,6 +8872,10 @@ export interface ModifyBackupEncryptionStatusRequest {
8872
8872
  * 设置实例新增的自动物理备份文件默认加密状态。可选值为 on或者off。
8873
8873
  */
8874
8874
  EncryptionStatus: string;
8875
+ /**
8876
+ * 设置实例新增的自动日志备份文件默认加密状态。可选值为 on或者off。
8877
+ */
8878
+ BinlogEncryptionStatus?: string;
8875
8879
  }
8876
8880
  /**
8877
8881
  * DescribeRollbackTaskDetail返回参数结构体