tencentcloud-sdk-nodejs-cynosdb 4.1.188 → 4.1.195

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.188",
3
+ "version": "4.1.195",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1099,6 +1099,22 @@ export interface BackupFileInfo {
1099
1099
  * 备份文件备注
1100
1100
  */
1101
1101
  BackupName?: string;
1102
+ /**
1103
+ * 投递状态
1104
+ */
1105
+ CopyStatus?: string;
1106
+ /**
1107
+ * 秘钥id
1108
+ */
1109
+ EncryptKeyId?: string;
1110
+ /**
1111
+ * 秘钥地域
1112
+ */
1113
+ EncryptRegion?: string;
1114
+ /**
1115
+ * 保险箱信息
1116
+ */
1117
+ VaultInfos?: Array<VaultInfo>;
1102
1118
  }
1103
1119
  /**
1104
1120
  * UpgradeProxy请求参数结构体
@@ -2509,6 +2525,10 @@ export interface SnapshotBackupConfig {
2509
2525
  * 自动数据备份触发策略,periodically:自动周期备份,frequent:高频备份
2510
2526
  */
2511
2527
  BackupTriggerStrategy?: string;
2528
+ /**
2529
+ * 保险箱信息
2530
+ */
2531
+ AutoCopyVaults?: Array<CreateBackupVaultItem>;
2512
2532
  }
2513
2533
  /**
2514
2534
  * DescribeChangedParamsAfterUpgrade返回参数结构体
@@ -7349,6 +7369,31 @@ export interface OfflineLibraDBInstanceResponse {
7349
7369
  */
7350
7370
  RequestId?: string;
7351
7371
  }
7372
+ /**
7373
+ * 保险箱信息
7374
+ */
7375
+ export interface VaultInfo {
7376
+ /**
7377
+ * 保险箱id
7378
+ */
7379
+ VaultId?: string;
7380
+ /**
7381
+ * 保险箱name
7382
+ */
7383
+ VaultName?: string;
7384
+ /**
7385
+ * 保险箱地域
7386
+ */
7387
+ VaultRegion?: string;
7388
+ /**
7389
+ * 保险箱状态
7390
+ */
7391
+ VaultStatus?: string;
7392
+ /**
7393
+ * 备份保留时间
7394
+ */
7395
+ BackupSaveSeconds?: number;
7396
+ }
7352
7397
  /**
7353
7398
  * RemoveClusterSlaveZone请求参数结构体
7354
7399
  */
@@ -8636,6 +8681,14 @@ export interface BizTaskInfo {
8636
8681
  * 全球数据库网络任务
8637
8682
  */
8638
8683
  GdnTaskInfo?: GdnTaskInfo;
8684
+ /**
8685
+ * 保险箱id
8686
+ */
8687
+ VaultId?: string;
8688
+ /**
8689
+ * 保险箱名称
8690
+ */
8691
+ VaultName?: string;
8639
8692
  }
8640
8693
  /**
8641
8694
  * RemoveClusterSlaveZone返回参数结构体
@@ -9067,6 +9120,22 @@ export interface BinlogItem {
9067
9120
  * binlog所跨地域
9068
9121
  */
9069
9122
  CrossRegions?: Array<string>;
9123
+ /**
9124
+ * 备份投递状态
9125
+ */
9126
+ CopyStatus?: string;
9127
+ /**
9128
+ * 保险箱信息
9129
+ */
9130
+ VaultInfos?: Array<VaultInfo>;
9131
+ /**
9132
+ * 加密秘钥key
9133
+ */
9134
+ EncryptKeyId?: string;
9135
+ /**
9136
+ * 加密秘钥地域
9137
+ */
9138
+ EncryptRegion?: string;
9070
9139
  }
9071
9140
  /**
9072
9141
  * ModifyProxyDesc请求参数结构体
@@ -10171,6 +10240,22 @@ export interface RedoLogItem {
10171
10240
  * 完成时间
10172
10241
  */
10173
10242
  FinishTime?: string;
10243
+ /**
10244
+ * 保险箱信息
10245
+ */
10246
+ VaultInfos?: Array<VaultInfo>;
10247
+ /**
10248
+ * 备份投递状态
10249
+ */
10250
+ CopyStatus?: string;
10251
+ /**
10252
+ * 加密秘钥key
10253
+ */
10254
+ EncryptKeyId?: string;
10255
+ /**
10256
+ * 加密秘钥地域
10257
+ */
10258
+ EncryptRegion?: string;
10174
10259
  }
10175
10260
  /**
10176
10261
  * CreateCLSDelivery请求参数结构体
@@ -10836,6 +10921,10 @@ export interface BinlogConfigInfo {
10836
10921
  注意:此字段可能返回 null,表示取不到有效值。
10837
10922
  */
10838
10923
  BinlogCrossRegions?: Array<string>;
10924
+ /**
10925
+ * 保险箱信息
10926
+ */
10927
+ AutoCopyVaults?: Array<CreateBackupVaultItem>;
10839
10928
  }
10840
10929
  /**
10841
10930
  * DescribeAccountPrivileges请求参数结构体
@@ -11544,6 +11633,21 @@ export interface ClusterInstanceDetail {
11544
11633
  */
11545
11634
  NodeList?: Array<string>;
11546
11635
  }
11636
+ /**
11637
+ * 保险箱信息
11638
+ */
11639
+ export interface CreateBackupVaultItem {
11640
+ /**
11641
+ * 保险箱id
11642
+ 注意:此字段可能返回 null,表示取不到有效值。
11643
+ */
11644
+ VaultId?: string;
11645
+ /**
11646
+ * 保险箱地域
11647
+ 注意:此字段可能返回 null,表示取不到有效值。
11648
+ */
11649
+ VaultRegion?: string;
11650
+ }
11547
11651
  /**
11548
11652
  * 集群从可用区信息
11549
11653
  */
@@ -12120,6 +12224,10 @@ export interface LogicBackupConfigInfo {
12120
12224
  注意:此字段可能返回 null,表示取不到有效值。
12121
12225
  */
12122
12226
  LogicCrossRegions?: Array<string>;
12227
+ /**
12228
+ * 备份投递关系
12229
+ */
12230
+ AutoCopyVaults?: Array<CreateBackupVaultItem>;
12123
12231
  }
12124
12232
  /**
12125
12233
  * proxy节点可用区内个数
@@ -12708,9 +12816,13 @@ export interface BackupConfigInfo {
12708
12816
  */
12709
12817
  CrossRegions?: Array<string>;
12710
12818
  /**
12711
- * 动数据备份触发策略,periodically:自动周期备份,frequent:高频备份
12819
+ * 自动数据备份触发策略,periodically:自动周期备份,frequent:高频备份
12712
12820
  */
12713
12821
  BackupTriggerStrategy?: string;
12822
+ /**
12823
+ * 备份投递关系
12824
+ */
12825
+ AutoCopyVaults?: Array<CreateBackupVaultItem>;
12714
12826
  }
12715
12827
  /**
12716
12828
  * 回档表信息
@@ -13728,6 +13840,10 @@ export interface ModifyServerlessStrategyRequest {
13728
13840
  * 升级类型。 默认值:upgradeImmediate。 可选值: upgradeImmediate:立即完成修改 upgradeInMaintain:在维护时间窗口内完成修改
13729
13841
  */
13730
13842
  UpgradeType?: string;
13843
+ /**
13844
+ * 新增的只读实例需要绑定的安全组列表。仅仅针对于在这次调整策略过程中新产生的只读实例绑定安全组,存量的实例不绑定。
13845
+ */
13846
+ SecurityGroupIdsForNewRo?: Array<string>;
13731
13847
  }
13732
13848
  /**
13733
13849
  * DescribeBinlogConfig返回参数结构体