tencentcloud-sdk-nodejs 4.0.845 → 4.0.847

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +263 -0
  2. package/SERVICE_CHANGELOG.md +442 -35
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +5 -42
  7. package/src/services/cdb/v20170320/cdb_client.ts +38 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +128 -40
  9. package/src/services/clb/v20180317/clb_models.ts +8 -0
  10. package/src/services/cls/v20201016/cls_client.ts +7 -4
  11. package/src/services/cls/v20201016/cls_models.ts +193 -43
  12. package/src/services/csip/v20221121/csip_models.ts +68 -0
  13. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_client.ts +1 -15
  15. package/src/services/cwp/v20180228/cwp_models.ts +20 -104
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  17. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  18. package/src/services/rum/v20210622/rum_models.ts +8 -8
  19. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  20. package/src/services/teo/v20220901/teo_models.ts +1 -1
  21. package/src/services/tke/v20180525/tke_client.ts +3 -3
  22. package/src/services/tke/v20180525/tke_models.ts +18 -61
  23. package/src/services/tsf/v20180326/tsf_models.ts +54 -37
  24. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  25. package/src/services/vpc/v20170312/vpc_models.ts +18 -13
  26. package/src/services/wedata/v20210820/wedata_client.ts +12 -8
  27. package/src/services/wedata/v20210820/wedata_models.ts +341 -104
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -42
  31. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  32. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  33. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +122 -40
  34. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  35. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  36. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +190 -43
  37. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +68 -0
  38. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  40. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  41. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -102
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  43. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  44. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  45. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +8 -8
  46. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  47. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  48. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -3
  49. package/tencentcloud/services/tke/v20180525/tke_client.js +3 -3
  50. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -61
  51. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +54 -37
  52. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  53. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  54. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
  55. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  56. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -102
  57. package/test/cdb.v20170320.test.js +30 -0
  58. package/test/cwp.v20180228.test.js +0 -10
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-04-22 01:07:18 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-29 01:07:46 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-05-01 01:08:11 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -40,7 +40,7 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-26 01:09:38 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-04-23 01:09:48 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-07 01:10:17 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-04-24 01:06:45 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
@@ -56,23 +56,23 @@
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
58
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-04-17 01:08:31 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-07 01:12:00 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-30 01:11:49 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-07 01:12:18 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-23 01:12:12 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-05-07 01:12:54 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-22 01:12:38 |
73
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-04-22 01:12:53 |
72
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-07 01:13:09 |
73
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-07 01:13:25 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-04-26 01:13:19 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-07 01:14:21 |
76
76
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-04-22 01:14:04 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -152,10 +152,10 @@
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
154
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
155
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-04-19 01:23:09 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-29 01:21:11 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-05-07 01:22:19 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-22 01:22:36 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
@@ -168,7 +168,7 @@
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-30 01:23:43 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-05-07 01:23:32 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
@@ -179,7 +179,7 @@
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-04-29 01:23:12 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-07 01:24:15 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
184
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-04-22 01:24:29 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -206,7 +206,7 @@
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-29 01:24:57 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
209
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-29 16:57:36 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-07 01:26:42 |
210
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
211
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
212
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -219,7 +219,7 @@
219
219
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
220
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
221
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-26 01:26:41 |
222
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-06 15:48:46 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-22 01:28:17 |
@@ -227,18 +227,18 @@
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-22 19:56:18 |
229
229
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-29 01:27:04 |
230
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
230
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
234
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
235
235
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
236
236
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-19 01:30:53 |
237
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-29 01:28:19 |
237
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-07 01:29:27 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-04-25 14:30:01 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
241
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-18 15:07:41 |
241
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-07 01:30:27 |
242
242
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-04-23 01:30:48 |
243
243
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
244
244
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.845"
1
+ export const sdkVersion = "4.0.847"
@@ -56,14 +56,14 @@ export interface ImageToImageRequest {
56
56
  * 输入图 Base64 数据。
57
57
  算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
58
58
  Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
59
- 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB。
59
+ 图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB。
60
60
  */
61
61
  InputImage?: string
62
62
  /**
63
63
  * 输入图 Url。
64
64
  算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
65
65
  Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
66
- 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于8MB。
66
+ 图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于8MB。
67
67
  */
68
68
  InputUrl?: string
69
69
  /**
@@ -105,7 +105,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
105
105
  LogoParam?: LogoParam
106
106
  /**
107
107
  * 生成自由度。
108
- Strength 值越小,生成图和原图越接近,取值范围0 - 1,不传使用模型内置的默认值。
108
+ Strength 值越小,生成图和原图越接近,取值范围(0, 1],不传使用模型内置的默认值。
109
109
  推荐的取值范围为0.6 - 0.8。
110
110
  */
111
111
  Strength?: number
@@ -546,45 +546,8 @@ export interface SubmitDrawPortraitJobRequest {
546
546
  */
547
547
  ModelId: string
548
548
  /**
549
- * 写真风格模板,支持以下风格:
550
- zhengjian_female:证件照-长发(女)
551
- zhengjian_shorthair_female:证件照-短发(女)
552
- zhengjian_male:证件照(男)
553
- grey_suit_male:灰色西装(男)
554
- beige_suit_male:米色西装(男)
555
- white_sweater_male:白色毛衣(男)
556
- hanfu_female:汉服(女)
557
- hanfu2_female:汉服2(女)
558
- green_female:绿色毛衣(女)
559
- white_sweater_female:白色毛衣(女)
560
- sports_female:蓝色运动装(女)
561
- bow_female:蝴蝶结发饰(女)
562
- wreath_female:头戴花环(女)
563
- black_dress1_female:小黑裙1(女)
564
- black_dress2_female:小黑裙2(女)
565
- black_dress3_female:小黑裙3(女)
566
- wedding_female:婚纱裙(女)
567
- wedding2_female:婚纱裙2(女)
568
- forest_female:树林(女)
569
- flower_female:花丛(女)
570
- qipao_female:旗袍(女)
571
- feather_female:羽毛(女)
572
- lolita_female:洛丽塔(女)
573
- blue_shirt_female:蓝衬衣(女)
574
- green_shirt_female:绿衬衣(女)
575
- purple_shirt_female:紫衬衣(女)
576
- fire_female:火焰(女)
577
- christmas1_female: 圣诞1(女)
578
- christmas2_female: 圣诞2(女)
579
- christmas3_female: 圣诞3(适用女性)
580
- newyear1_female:新春1(女)
581
- newyear2_female:新春2(女)
582
- newyear3_female:新春3(女)
583
- newyear5_female:新春5(女)
584
- elderly_female:中老年(女)
585
- elderly_male:中老年(男)
586
- labour_female:田野劳作(女)
587
- simple:简洁风格(通用),一般用于写真模型的封面示意图,每个 ModelId 的生成结果固定,多次生成将返回相同图片
549
+ * 写真风格模板。
550
+ 请在[ AI 写真风格列表](https://cloud.tencent.com/document/product/1668/105740) 中选择期望的风格,传入风格编号。
588
551
  */
589
552
  StyleId: string
590
553
  /**
@@ -54,6 +54,7 @@ import {
54
54
  CloseWanServiceRequest,
55
55
  DescribeAuditConfigRequest,
56
56
  CreateRoInstanceIpResponse,
57
+ CloseSSLRequest,
57
58
  CreateAuditPolicyResponse,
58
59
  LogRuleTemplateInfo,
59
60
  DescribeInstanceParamRecordsRequest,
@@ -88,10 +89,11 @@ import {
88
89
  SwitchDBInstanceMasterSlaveRequest,
89
90
  ModifyCdbProxyAddressVipAndVPortRequest,
90
91
  ModifyAutoRenewFlagRequest,
92
+ OpenSSLRequest,
91
93
  DeleteDeployGroupsRequest,
92
94
  DescribeAuditConfigResponse,
93
95
  ModifyBackupConfigResponse,
94
- DescribeTimeWindowResponse,
96
+ OpenWanServiceRequest,
95
97
  DeleteAuditPolicyResponse,
96
98
  InitDBInstancesResponse,
97
99
  DescribeParamTemplateInfoResponse,
@@ -163,7 +165,7 @@ import {
163
165
  DescribeBackupsResponse,
164
166
  CreateAuditPolicyRequest,
165
167
  CreateRoInstanceIpRequest,
166
- OpenWanServiceRequest,
168
+ DescribeTimeWindowResponse,
167
169
  StopCpuExpandResponse,
168
170
  DescribeBackupConfigResponse,
169
171
  DescribeParamTemplatesResponse,
@@ -314,6 +316,7 @@ import {
314
316
  DescribeTimeWindowRequest,
315
317
  AdjustCdbProxyAddressResponse,
316
318
  ModifyDBInstanceVipVportRequest,
319
+ DescribeSSLStatusResponse,
317
320
  DescribeDBImportRecordsRequest,
318
321
  CreateDBImportJobResponse,
319
322
  DescribeTagsOfInstanceIdsRequest,
@@ -333,6 +336,7 @@ import {
333
336
  DescribeSupportedPrivilegesResponse,
334
337
  SlowLogItem,
335
338
  DescribeLocalBinlogConfigResponse,
339
+ OpenSSLResponse,
336
340
  ModifyAuditServiceResponse,
337
341
  ModifyInstancePasswordComplexityRequest,
338
342
  OpenWanServiceResponse,
@@ -417,6 +421,7 @@ import {
417
421
  RenewDBInstanceResponse,
418
422
  TablePrivilege,
419
423
  AddTimeWindowResponse,
424
+ CloseSSLResponse,
420
425
  DescribeAuditInstanceListRequest,
421
426
  DescribeBackupEncryptionStatusRequest,
422
427
  ModifyDBInstanceLogToCLSResponse,
@@ -425,6 +430,7 @@ import {
425
430
  RollbackTables,
426
431
  AuditRuleTemplateInfo,
427
432
  LocalBinlogConfigDefault,
433
+ DescribeSSLStatusRequest,
428
434
  DescribeSlowLogDataRequest,
429
435
  ReleaseIsolatedDBInstancesResponse,
430
436
  DeleteAuditLogFileRequest,
@@ -483,6 +489,16 @@ export class Client extends AbstractClient {
483
489
  return this.request("CreateAuditPolicy", req, cb)
484
490
  }
485
491
 
492
+ /**
493
+ * 开启SSL连接功能。
494
+ */
495
+ async OpenSSL(
496
+ req: OpenSSLRequest,
497
+ cb?: (error: string, rep: OpenSSLResponse) => void
498
+ ): Promise<OpenSSLResponse> {
499
+ return this.request("OpenSSL", req, cb)
500
+ }
501
+
486
502
  /**
487
503
  * 本接口(DescribeDBFeatures)用于查询云数据库版本属性,包括是否支持数据库加密、数据库审计等功能。
488
504
  */
@@ -1624,6 +1640,16 @@ export class Client extends AbstractClient {
1624
1640
  return this.request("DescribeDBImportRecords", req, cb)
1625
1641
  }
1626
1642
 
1643
+ /**
1644
+ * 查询 SSL 开通情况。如果已经开通 SSL ,会同步返回证书下载链接。
1645
+ */
1646
+ async DescribeSSLStatus(
1647
+ req: DescribeSSLStatusRequest,
1648
+ cb?: (error: string, rep: DescribeSSLStatusResponse) => void
1649
+ ): Promise<DescribeSSLStatusResponse> {
1650
+ return this.request("DescribeSSLStatus", req, cb)
1651
+ }
1652
+
1627
1653
  /**
1628
1654
  * 本接口(DescribeDBSwitchRecords)用于查询云数据库实例切换记录。
1629
1655
  */
@@ -2081,6 +2107,16 @@ export class Client extends AbstractClient {
2081
2107
  return this.request("UpgradeDBInstance", req, cb)
2082
2108
  }
2083
2109
 
2110
+ /**
2111
+ * 关闭SSL连接功能。
2112
+ */
2113
+ async CloseSSL(
2114
+ req: CloseSSLRequest,
2115
+ cb?: (error: string, rep: CloseSSLResponse) => void
2116
+ ): Promise<CloseSSLResponse> {
2117
+ return this.request("CloseSSL", req, cb)
2118
+ }
2119
+
2084
2120
  /**
2085
2121
  * 本接口(CreateDeployGroup)用于创建放置实例的置放群组
2086
2122
  */
@@ -1085,6 +1085,20 @@ export interface CreateRoInstanceIpResponse {
1085
1085
  RequestId?: string
1086
1086
  }
1087
1087
 
1088
+ /**
1089
+ * CloseSSL请求参数结构体
1090
+ */
1091
+ export interface CloseSSLRequest {
1092
+ /**
1093
+ * 实例 ID 。只读组 ID为空时必填。
1094
+ */
1095
+ InstanceId?: string
1096
+ /**
1097
+ * 只读组 ID。实例 ID为空时必填。
1098
+ */
1099
+ RoGroupId?: string
1100
+ }
1101
+
1088
1102
  /**
1089
1103
  * CreateAuditPolicy返回参数结构体
1090
1104
  */
@@ -1904,6 +1918,20 @@ export interface ModifyAutoRenewFlagRequest {
1904
1918
  AutoRenew: number
1905
1919
  }
1906
1920
 
1921
+ /**
1922
+ * OpenSSL请求参数结构体
1923
+ */
1924
+ export interface OpenSSLRequest {
1925
+ /**
1926
+ * 实例 ID 。
1927
+ */
1928
+ InstanceId?: string
1929
+ /**
1930
+ * 只读组 ID。
1931
+ */
1932
+ RoGroupId?: string
1933
+ }
1934
+
1907
1935
  /**
1908
1936
  * DeleteDeployGroups请求参数结构体
1909
1937
  */
@@ -1953,45 +1981,13 @@ export interface ModifyBackupConfigResponse {
1953
1981
  }
1954
1982
 
1955
1983
  /**
1956
- * DescribeTimeWindow返回参数结构体
1984
+ * OpenWanService请求参数结构体
1957
1985
  */
1958
- export interface DescribeTimeWindowResponse {
1959
- /**
1960
- * 星期一的可维护时间列表。
1961
- */
1962
- Monday: Array<string>
1963
- /**
1964
- * 星期二的可维护时间列表。
1965
- */
1966
- Tuesday: Array<string>
1967
- /**
1968
- * 星期三的可维护时间列表。
1969
- */
1970
- Wednesday: Array<string>
1971
- /**
1972
- * 星期四的可维护时间列表。
1973
- */
1974
- Thursday: Array<string>
1975
- /**
1976
- * 星期五的可维护时间列表。
1977
- */
1978
- Friday: Array<string>
1979
- /**
1980
- * 星期六的可维护时间列表。
1981
- */
1982
- Saturday: Array<string>
1983
- /**
1984
- * 星期日的可维护时间列表。
1985
- */
1986
- Sunday: Array<string>
1987
- /**
1988
- * 最大数据延迟阈值
1989
- */
1990
- MaxDelayTime: number
1986
+ export interface OpenWanServiceRequest {
1991
1987
  /**
1992
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1988
+ * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
1993
1989
  */
1994
- RequestId?: string
1990
+ InstanceId: string
1995
1991
  }
1996
1992
 
1997
1993
  /**
@@ -3466,13 +3462,45 @@ export interface CreateRoInstanceIpRequest {
3466
3462
  }
3467
3463
 
3468
3464
  /**
3469
- * OpenWanService请求参数结构体
3465
+ * DescribeTimeWindow返回参数结构体
3470
3466
  */
3471
- export interface OpenWanServiceRequest {
3467
+ export interface DescribeTimeWindowResponse {
3472
3468
  /**
3473
- * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
3469
+ * 星期一的可维护时间列表。
3474
3470
  */
3475
- InstanceId: string
3471
+ Monday: Array<string>
3472
+ /**
3473
+ * 星期二的可维护时间列表。
3474
+ */
3475
+ Tuesday: Array<string>
3476
+ /**
3477
+ * 星期三的可维护时间列表。
3478
+ */
3479
+ Wednesday: Array<string>
3480
+ /**
3481
+ * 星期四的可维护时间列表。
3482
+ */
3483
+ Thursday: Array<string>
3484
+ /**
3485
+ * 星期五的可维护时间列表。
3486
+ */
3487
+ Friday: Array<string>
3488
+ /**
3489
+ * 星期六的可维护时间列表。
3490
+ */
3491
+ Saturday: Array<string>
3492
+ /**
3493
+ * 星期日的可维护时间列表。
3494
+ */
3495
+ Sunday: Array<string>
3496
+ /**
3497
+ * 最大数据延迟阈值
3498
+ */
3499
+ MaxDelayTime: number
3500
+ /**
3501
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3502
+ */
3503
+ RequestId?: string
3476
3504
  }
3477
3505
 
3478
3506
  /**
@@ -7216,6 +7244,24 @@ export interface ModifyDBInstanceVipVportRequest {
7216
7244
  ReleaseDuration?: number
7217
7245
  }
7218
7246
 
7247
+ /**
7248
+ * DescribeSSLStatus返回参数结构体
7249
+ */
7250
+ export interface DescribeSSLStatusResponse {
7251
+ /**
7252
+ * 是否开通 SSL 。ON 代表开通 ,OFF 代表未开通。
7253
+ */
7254
+ Status: string
7255
+ /**
7256
+ * 证书下载链接。
7257
+ */
7258
+ Url: string
7259
+ /**
7260
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7261
+ */
7262
+ RequestId?: string
7263
+ }
7264
+
7219
7265
  /**
7220
7266
  * DescribeDBImportRecords请求参数结构体
7221
7267
  */
@@ -7605,6 +7651,20 @@ export interface DescribeLocalBinlogConfigResponse {
7605
7651
  RequestId?: string
7606
7652
  }
7607
7653
 
7654
+ /**
7655
+ * OpenSSL返回参数结构体
7656
+ */
7657
+ export interface OpenSSLResponse {
7658
+ /**
7659
+ * 异步请求 ID。
7660
+ */
7661
+ AsyncRequestId: string
7662
+ /**
7663
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7664
+ */
7665
+ RequestId?: string
7666
+ }
7667
+
7608
7668
  /**
7609
7669
  * ModifyAuditService返回参数结构体
7610
7670
  */
@@ -9467,6 +9527,20 @@ export interface AddTimeWindowResponse {
9467
9527
  RequestId?: string
9468
9528
  }
9469
9529
 
9530
+ /**
9531
+ * CloseSSL返回参数结构体
9532
+ */
9533
+ export interface CloseSSLResponse {
9534
+ /**
9535
+ * 异步请求 ID。
9536
+ */
9537
+ AsyncRequestId: string
9538
+ /**
9539
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9540
+ */
9541
+ RequestId?: string
9542
+ }
9543
+
9470
9544
  /**
9471
9545
  * DescribeAuditInstanceList请求参数结构体
9472
9546
  */
@@ -9661,6 +9735,20 @@ export interface LocalBinlogConfigDefault {
9661
9735
  MaxUsage: number
9662
9736
  }
9663
9737
 
9738
+ /**
9739
+ * DescribeSSLStatus请求参数结构体
9740
+ */
9741
+ export interface DescribeSSLStatusRequest {
9742
+ /**
9743
+ * 实例 ID 。只读组 ID为空时必填。
9744
+ */
9745
+ InstanceId?: string
9746
+ /**
9747
+ * 只读组 ID。实例 ID为空时必填。
9748
+ */
9749
+ RoGroupId?: string
9750
+ }
9751
+
9664
9752
  /**
9665
9753
  * DescribeSlowLogData请求参数结构体
9666
9754
  */
@@ -2237,6 +2237,10 @@ export interface ModifyListenerRequest {
2237
2237
  * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
2238
2238
  */
2239
2239
  IdleConnectTimeout?: number
2240
+ /**
2241
+ * 是否开启SNAT。
2242
+ */
2243
+ SnatEnable?: boolean
2240
2244
  }
2241
2245
 
2242
2246
  /**
@@ -3731,6 +3735,10 @@ export interface CreateListenerRequest {
3731
3735
  * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
3732
3736
  */
3733
3737
  IdleConnectTimeout?: number
3738
+ /**
3739
+ * 是否开启SNAT。
3740
+ */
3741
+ SnatEnable?: boolean
3734
3742
  }
3735
3743
 
3736
3744
  /**
@@ -80,7 +80,7 @@ import {
80
80
  DeleteMachineGroupInfoRequest,
81
81
  CreateLogsetResponse,
82
82
  NoticeRule,
83
- DeleteMachineGroupResponse,
83
+ DashboardNoticeMode,
84
84
  KafkaProtocolInfo,
85
85
  ScheduledSqlTaskInfo,
86
86
  DescribeConfigMachineGroupsRequest,
@@ -116,6 +116,7 @@ import {
116
116
  DeleteExportResponse,
117
117
  DescribeDashboardSubscribesRequest,
118
118
  SearchLogInfos,
119
+ DeleteMachineGroupResponse,
119
120
  PartitionInfo,
120
121
  DeleteScheduledSqlResponse,
121
122
  AlertHistoryRecord,
@@ -145,7 +146,7 @@ import {
145
146
  AlarmTarget,
146
147
  CreateKafkaRechargeResponse,
147
148
  ModifyScheduledSqlRequest,
148
- DeleteConfigResponse,
149
+ DashboardSubscribeData,
149
150
  CreateDeliverCloudFunctionRequest,
150
151
  DeleteConsumerRequest,
151
152
  QueryRangeMetricResponse,
@@ -165,7 +166,7 @@ import {
165
166
  CloseKafkaConsumerRequest,
166
167
  RuleTagInfo,
167
168
  CreateExportRequest,
168
- ModifyDashboardSubscribeResponse,
169
+ DashboardTemplateVariable,
169
170
  DescribeAlarmNoticesResponse,
170
171
  DeleteDataTransformRequest,
171
172
  DescribeMachineGroupsResponse,
@@ -185,6 +186,7 @@ import {
185
186
  ModifyTopicResponse,
186
187
  CreateConfigRequest,
187
188
  CreateShipperResponse,
189
+ ModifyDashboardSubscribeResponse,
188
190
  DescribeKafkaRechargesResponse,
189
191
  DeleteIndexResponse,
190
192
  AlarmAnalysisConfig,
@@ -195,6 +197,7 @@ import {
195
197
  ContentInfo,
196
198
  ValueInfo,
197
199
  DescribeDataTransformInfoRequest,
200
+ DeleteConfigResponse,
198
201
  DeleteShipperResponse,
199
202
  ModifyKafkaConsumerRequest,
200
203
  ExportInfo,
@@ -770,7 +773,7 @@ export class Client extends AbstractClient {
770
773
  * 此接口用于预览仪表盘订阅
771
774
  */
772
775
  async SearchDashboardSubscribe(
773
- req?: SearchDashboardSubscribeRequest,
776
+ req: SearchDashboardSubscribeRequest,
774
777
  cb?: (error: string, rep: SearchDashboardSubscribeResponse) => void
775
778
  ): Promise<SearchDashboardSubscribeResponse> {
776
779
  return this.request("SearchDashboardSubscribe", req, cb)