tencentcloud-sdk-nodejs-es 4.1.62 → 4.1.64

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-es",
3
- "version": "4.1.62",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2787,6 +2787,22 @@ export interface CosBackup {
2787
2787
  * 自动备份执行时间(精确到小时), e.g. "22:00"
2788
2788
  */
2789
2789
  BackupTime: string;
2790
+ /**
2791
+ * 0 腾讯云仓库; 1 客户仓库
2792
+ */
2793
+ EsRepositoryType?: number;
2794
+ /**
2795
+ * 客户快照仓库名称
2796
+ */
2797
+ UserEsRepository?: string;
2798
+ /**
2799
+ * 快照存储周期 单位天
2800
+ */
2801
+ StorageDuration?: number;
2802
+ /**
2803
+ * 自动备份频率单位小时
2804
+ */
2805
+ AutoBackupInterval?: number;
2790
2806
  }
2791
2807
  /**
2792
2808
  * DescribeLogstashPipelines返回参数结构体
@@ -4077,6 +4093,11 @@ export interface Snapshots {
4077
4093
  注意:此字段可能返回 null,表示取不到有效值。
4078
4094
  */
4079
4095
  Uuid?: string;
4096
+ /**
4097
+ * 仓库名称
4098
+ 注意:此字段可能返回 null,表示取不到有效值。
4099
+ */
4100
+ Repository?: string;
4080
4101
  /**
4081
4102
  * 该快照所属集群的版本号
4082
4103
  注意:此字段可能返回 null,表示取不到有效值。