tencentcloud-sdk-nodejs-cynosdb 4.1.182 → 4.1.184

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-cynosdb",
3
- "version": "4.1.182",
3
+ "version": "4.1.184",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2506,7 +2506,7 @@ export interface SnapshotBackupConfig {
2506
2506
  */
2507
2507
  ReserveDuration?: number;
2508
2508
  /**
2509
- * 动数据备份触发策略,periodically:自动周期备份,frequent:高频备份
2509
+ * 自动数据备份触发策略,periodically:自动周期备份,frequent:高频备份
2510
2510
  */
2511
2511
  BackupTriggerStrategy?: string;
2512
2512
  }