tencentcloud-sdk-nodejs-cynosdb 4.1.197 → 4.1.199

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.
@@ -41,16 +41,22 @@ class Client extends TencentCloudCommon.AbstractClient {
41
41
  return this.request("UpgradeProxyVersion", req, cb);
42
42
  }
43
43
  /**
44
- * 本接口(DescribeBackupConfig)用于获取指定集群的备份配置信息,包括全量备份时间段、备份文件保留时间。
44
+ * 本接口(DescribeInstanceSpecs)用于查询购买页可购买的实例规格。
45
45
  */
46
- async DescribeBackupConfig(req, cb) {
47
- return this.request("DescribeBackupConfig", req, cb);
46
+ async DescribeInstanceSpecs(req, cb) {
47
+ return this.request("DescribeInstanceSpecs", req, cb);
48
48
  }
49
49
  /**
50
- * 本接口(ModifyAccountDescription)用于修改数据库账号描述信息。
50
+ * 修改备份保险箱配置,包括名称、描述、保留时长、加密密钥、锁定时间等
51
51
  */
52
- async ModifyAccountDescription(req, cb) {
53
- return this.request("ModifyAccountDescription", req, cb);
52
+ async ModifyVault(req, cb) {
53
+ return this.request("ModifyVault", req, cb);
54
+ }
55
+ /**
56
+ * 回放实例审计日志
57
+ */
58
+ async ReplayInstanceAuditLog(req, cb) {
59
+ return this.request("ReplayInstanceAuditLog", req, cb);
54
60
  }
55
61
  /**
56
62
  * 该接口(ModifyBinlogConfig)用于修改Binlog配置
@@ -59,10 +65,10 @@ class Client extends TencentCloudCommon.AbstractClient {
59
65
  return this.request("ModifyBinlogConfig", req, cb);
60
66
  }
61
67
  /**
62
- * 本接口(DeleteAccounts)用于删除用户账号。
68
+ * 本接口(DescribeLibraDBClusterAccounts)用于查询分析集群账号
63
69
  */
64
- async DeleteAccounts(req, cb) {
65
- return this.request("DeleteAccounts", req, cb);
70
+ async DescribeLibraDBClusterAccounts(req, cb) {
71
+ return this.request("DescribeLibraDBClusterAccounts", req, cb);
66
72
  }
67
73
  /**
68
74
  * 本接口(CreateProxyEndPoint)用于创建数据库代理连接点。
@@ -89,10 +95,16 @@ class Client extends TencentCloudCommon.AbstractClient {
89
95
  return this.request("ModifyLibraDBForwardConfig", req, cb);
90
96
  }
91
97
  /**
92
- * 本接口(GrantAccountPrivileges)用于批量授权账号权限。
98
+ * 查询保险箱内binlog备份
93
99
  */
94
- async GrantAccountPrivileges(req, cb) {
95
- return this.request("GrantAccountPrivileges", req, cb);
100
+ async DescribeBinlogListByVault(req, cb) {
101
+ return this.request("DescribeBinlogListByVault", req, cb);
102
+ }
103
+ /**
104
+ * 查询备份保险箱关联的集群信息列表
105
+ */
106
+ async DescribeVaultBackupClusterInfo(req, cb) {
107
+ return this.request("DescribeVaultBackupClusterInfo", req, cb);
96
108
  }
97
109
  /**
98
110
  * 本接口(DescribeClusterParamLogs)用于查询参数修改记录。
@@ -107,10 +119,10 @@ class Client extends TencentCloudCommon.AbstractClient {
107
119
  return this.request("ModifyMaintainPeriodConfig", req, cb);
108
120
  }
109
121
  /**
110
- * 本接口(DescribeResourcesByDealName)用于查询订单关联实例。
122
+ * 根据保险箱ID查询备份文件列表
111
123
  */
112
- async DescribeResourcesByDealName(req, cb) {
113
- return this.request("DescribeResourcesByDealName", req, cb);
124
+ async DescribeBackupListByVault(req, cb) {
125
+ return this.request("DescribeBackupListByVault", req, cb);
114
126
  }
115
127
  /**
116
128
  * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
@@ -124,6 +136,12 @@ class Client extends TencentCloudCommon.AbstractClient {
124
136
  async CloseAuditService(req, cb) {
125
137
  return this.request("CloseAuditService", req, cb);
126
138
  }
139
+ /**
140
+ * 查询备份保险箱列表,支持分页、筛选和排序
141
+ */
142
+ async DescribeVaults(req, cb) {
143
+ return this.request("DescribeVaults", req, cb);
144
+ }
127
145
  /**
128
146
  * 本接口(DescribeSupportProxyVersion)用于查询支持的数据库代理版本。
129
147
  */
@@ -142,6 +160,12 @@ class Client extends TencentCloudCommon.AbstractClient {
142
160
  async DescribeLibraDBClusters(req, cb) {
143
161
  return this.request("DescribeLibraDBClusters", req, cb);
144
162
  }
163
+ /**
164
+ * 修改集群Binlog和RedoLog自动拷贝到保险箱的配置
165
+ */
166
+ async ModifyClusterBinlogRedoLogAutoCopyVault(req, cb) {
167
+ return this.request("ModifyClusterBinlogRedoLogAutoCopyVault", req, cb);
168
+ }
145
169
  /**
146
170
  * 查询从可用区
147
171
  */
@@ -197,10 +221,10 @@ class Client extends TencentCloudCommon.AbstractClient {
197
221
  return this.request("DescribeTasks", req, cb);
198
222
  }
199
223
  /**
200
- * 本接口(DescribeInstanceSpecs)用于查询购买页可购买的实例规格。
224
+ * 本接口(DescribeBackupConfig)用于获取指定集群的备份配置信息,包括全量备份时间段、备份文件保留时间。
201
225
  */
202
- async DescribeInstanceSpecs(req, cb) {
203
- return this.request("DescribeInstanceSpecs", req, cb);
226
+ async DescribeBackupConfig(req, cb) {
227
+ return this.request("DescribeBackupConfig", req, cb);
204
228
  }
205
229
  /**
206
230
  * 本接口(DescribeBinlogDownloadUrl)用于查询 Binlog 的下载地址。
@@ -262,6 +286,12 @@ class Client extends TencentCloudCommon.AbstractClient {
262
286
  async SearchClusterDatabases(req, cb) {
263
287
  return this.request("SearchClusterDatabases", req, cb);
264
288
  }
289
+ /**
290
+ * 本接口(TransferClusterZone)用于发起跨可用区迁移。
291
+ */
292
+ async TransferClusterZone(req, cb) {
293
+ return this.request("TransferClusterZone", req, cb);
294
+ }
265
295
  /**
266
296
  * 隔离 TDSQL-C 分析集群
267
297
  */
@@ -527,10 +557,10 @@ class Client extends TencentCloudCommon.AbstractClient {
527
557
  return this.request("ModifyParamTemplate", req, cb);
528
558
  }
529
559
  /**
530
- * 修改已绑定资源包抵扣优先级
560
+ * 本接口(DescribeResourcesByDealName)用于查询订单关联实例。
531
561
  */
532
- async ModifyResourcePackagesDeductionPriority(req, cb) {
533
- return this.request("ModifyResourcePackagesDeductionPriority", req, cb);
562
+ async DescribeResourcesByDealName(req, cb) {
563
+ return this.request("DescribeResourcesByDealName", req, cb);
534
564
  }
535
565
  /**
536
566
  * 查询 TDSQL-C 分析集群信息
@@ -538,6 +568,18 @@ class Client extends TencentCloudCommon.AbstractClient {
538
568
  async DescribeLibraDBClusterDetail(req, cb) {
539
569
  return this.request("DescribeLibraDBClusterDetail", req, cb);
540
570
  }
571
+ /**
572
+ * 修改已绑定资源包抵扣优先级
573
+ */
574
+ async ModifyResourcePackagesDeductionPriority(req, cb) {
575
+ return this.request("ModifyResourcePackagesDeductionPriority", req, cb);
576
+ }
577
+ /**
578
+ * 本接口(DescribeInstanceParams)用于查询实例参数列表。
579
+ */
580
+ async DescribeInstanceParams(req, cb) {
581
+ return this.request("DescribeInstanceParams", req, cb);
582
+ }
541
583
  /**
542
584
  * 本接口(ModifyLibraDBClusterAccountDescription)用于修改分析集群账号描述
543
585
  */
@@ -557,10 +599,10 @@ class Client extends TencentCloudCommon.AbstractClient {
557
599
  return this.request("DescribeParamTemplateDetail", req, cb);
558
600
  }
559
601
  /**
560
- * 本接口(ActivateLibraDBInstance)用于解除已隔离的只读分析引擎实例。
602
+ * 本接口(DescribeClusterDatabases)用于获取集群数据库列表。
561
603
  */
562
- async ActivateLibraDBInstance(req, cb) {
563
- return this.request("ActivateLibraDBInstance", req, cb);
604
+ async DescribeClusterDatabases(req, cb) {
605
+ return this.request("DescribeClusterDatabases", req, cb);
564
606
  }
565
607
  /**
566
608
  * 本接口(ModifyClusterParam)用于修改集群参数。
@@ -586,12 +628,6 @@ class Client extends TencentCloudCommon.AbstractClient {
586
628
  async CreateAccounts(req, cb) {
587
629
  return this.request("CreateAccounts", req, cb);
588
630
  }
589
- /**
590
- * 回放实例审计日志
591
- */
592
- async ReplayInstanceAuditLog(req, cb) {
593
- return this.request("ReplayInstanceAuditLog", req, cb);
594
- }
595
631
  /**
596
632
  * 本接口(RollbackToNewCluster)用于回档到新集群。
597
633
  */
@@ -599,10 +635,10 @@ class Client extends TencentCloudCommon.AbstractClient {
599
635
  return this.request("RollbackToNewCluster", req, cb);
600
636
  }
601
637
  /**
602
- * 本接口(DescribeInstanceParams)用于查询实例参数列表。
638
+ * 本接口(CreateResourcePackage)用于新购资源包。
603
639
  */
604
- async DescribeInstanceParams(req, cb) {
605
- return this.request("DescribeInstanceParams", req, cb);
640
+ async CreateResourcePackage(req, cb) {
641
+ return this.request("CreateResourcePackage", req, cb);
606
642
  }
607
643
  /**
608
644
  * 本接口(DescribeAuditLogFiles)用于查询云数据库实例的审计日志文件。
@@ -659,10 +695,10 @@ class Client extends TencentCloudCommon.AbstractClient {
659
695
  return this.request("ModifyInstanceUpgradeLimitDays", req, cb);
660
696
  }
661
697
  /**
662
- * 本接口(DescribeLibraDBClusterAccounts)用于查询分析集群账号
698
+ * 本接口(DeleteAccounts)用于删除用户账号。
663
699
  */
664
- async DescribeLibraDBClusterAccounts(req, cb) {
665
- return this.request("DescribeLibraDBClusterAccounts", req, cb);
700
+ async DeleteAccounts(req, cb) {
701
+ return this.request("DeleteAccounts", req, cb);
666
702
  }
667
703
  /**
668
704
  * 本接口(RevokeAccountPrivileges)用于批量回收账号权限。
@@ -706,6 +742,12 @@ class Client extends TencentCloudCommon.AbstractClient {
706
742
  async RestartLibraDBInstance(req, cb) {
707
743
  return this.request("RestartLibraDBInstance", req, cb);
708
744
  }
745
+ /**
746
+ * 批量删除备份保险箱
747
+ */
748
+ async DeleteVaults(req, cb) {
749
+ return this.request("DeleteVaults", req, cb);
750
+ }
709
751
  /**
710
752
  * 查询serverless策略
711
753
  */
@@ -742,6 +784,12 @@ class Client extends TencentCloudCommon.AbstractClient {
742
784
  async DescribeAuditInstanceList(req, cb) {
743
785
  return this.request("DescribeAuditInstanceList", req, cb);
744
786
  }
787
+ /**
788
+ * 本接口(GrantAccountPrivileges)用于批量授权账号权限。
789
+ */
790
+ async GrantAccountPrivileges(req, cb) {
791
+ return this.request("GrantAccountPrivileges", req, cb);
792
+ }
745
793
  /**
746
794
  * 本接口(DescribeRollbackTimeRange)用于查询回档时间范围。
747
795
  */
@@ -827,10 +875,10 @@ class Client extends TencentCloudCommon.AbstractClient {
827
875
  return this.request("OpenWan", req, cb);
828
876
  }
829
877
  /**
830
- * 本接口(DescribeClusterDatabases)用于获取集群数据库列表。
878
+ * 本接口(ActivateLibraDBInstance)用于解除已隔离的只读分析引擎实例。
831
879
  */
832
- async DescribeClusterDatabases(req, cb) {
833
- return this.request("DescribeClusterDatabases", req, cb);
880
+ async ActivateLibraDBInstance(req, cb) {
881
+ return this.request("ActivateLibraDBInstance", req, cb);
834
882
  }
835
883
  /**
836
884
  * 本接口(ModifyLibraDBClusterAccountHost)用于修改分析集群账号的可登录主机信息
@@ -958,6 +1006,12 @@ class Client extends TencentCloudCommon.AbstractClient {
958
1006
  async ReloadBalanceProxyNode(req, cb) {
959
1007
  return this.request("ReloadBalanceProxyNode", req, cb);
960
1008
  }
1009
+ /**
1010
+ * 创建备份保险箱
1011
+ */
1012
+ async CreateVault(req, cb) {
1013
+ return this.request("CreateVault", req, cb);
1014
+ }
961
1015
  /**
962
1016
  * 本接口(ModifyLibraDBForwardConfig)用于查看分析集群库表映射关系
963
1017
  */
@@ -988,6 +1042,12 @@ class Client extends TencentCloudCommon.AbstractClient {
988
1042
  async ActivateLibraDBCluster(req, cb) {
989
1043
  return this.request("ActivateLibraDBCluster", req, cb);
990
1044
  }
1045
+ /**
1046
+ * 计算修改备份保留时长后将会过期删除的备份文件列表
1047
+ */
1048
+ async CalculateBackupSaveSecExpires(req, cb) {
1049
+ return this.request("CalculateBackupSaveSecExpires", req, cb);
1050
+ }
991
1051
  /**
992
1052
  * 开关全局加密
993
1053
  */
@@ -1007,10 +1067,10 @@ class Client extends TencentCloudCommon.AbstractClient {
1007
1067
  return this.request("DescribeBackupList", req, cb);
1008
1068
  }
1009
1069
  /**
1010
- * 本接口(CreateResourcePackage)用于新购资源包。
1070
+ * 本接口(ModifyAccountDescription)用于修改数据库账号描述信息。
1011
1071
  */
1012
- async CreateResourcePackage(req, cb) {
1013
- return this.request("CreateResourcePackage", req, cb);
1072
+ async ModifyAccountDescription(req, cb) {
1073
+ return this.request("ModifyAccountDescription", req, cb);
1014
1074
  }
1015
1075
  /**
1016
1076
  * 修改serverless策略
@@ -1030,6 +1090,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1030
1090
  async OpenAuditService(req, cb) {
1031
1091
  return this.request("OpenAuditService", req, cb);
1032
1092
  }
1093
+ /**
1094
+ * 将备份文件复制到指定的备份保险箱
1095
+ */
1096
+ async CopyBackupToVault(req, cb) {
1097
+ return this.request("CopyBackupToVault", req, cb);
1098
+ }
1033
1099
  /**
1034
1100
  * 本接口(ModifyClusterReadOnly)用于修改集群只读开关。
1035
1101
  */
@@ -1066,6 +1132,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1066
1132
  async ModifyLibraDBClusterDataSource(req, cb) {
1067
1133
  return this.request("ModifyLibraDBClusterDataSource", req, cb);
1068
1134
  }
1135
+ /**
1136
+ * 查询RedoLog备份
1137
+ */
1138
+ async DescribeRedoLogListByVault(req, cb) {
1139
+ return this.request("DescribeRedoLogListByVault", req, cb);
1140
+ }
1069
1141
  /**
1070
1142
  * 本接口(DescribeInstances)用于查询实例列表。
1071
1143
  */
@@ -1078,6 +1150,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1078
1150
  async DescribeBinlogConfig(req, cb) {
1079
1151
  return this.request("DescribeBinlogConfig", req, cb);
1080
1152
  }
1153
+ /**
1154
+ * 从备份保险箱中删除指定的备份文件
1155
+ */
1156
+ async DeleteBackupVault(req, cb) {
1157
+ return this.request("DeleteBackupVault", req, cb);
1158
+ }
1081
1159
  /**
1082
1160
  * 此接口(InquirePriceMultiSpec)用于批量询价
1083
1161
  */
@@ -1150,6 +1228,12 @@ class Client extends TencentCloudCommon.AbstractClient {
1150
1228
  async ModifyAuditService(req, cb) {
1151
1229
  return this.request("ModifyAuditService", req, cb);
1152
1230
  }
1231
+ /**
1232
+ * 本接口(CheckTransferClusterZone)用于检查是否可以发起跨可用区迁移。
1233
+ */
1234
+ async CheckTransferClusterZone(req, cb) {
1235
+ return this.request("CheckTransferClusterZone", req, cb);
1236
+ }
1153
1237
  /**
1154
1238
  * 本接口(DescribeZones)用于查询可售卖地域可用区信息。
1155
1239
  */