tencentcloud-sdk-nodejs 4.0.846 → 4.0.848
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/CHANGELOG.md +409 -0
- package/SERVICE_CHANGELOG.md +490 -11
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_client.ts +38 -2
- package/src/services/cdb/v20170320/cdb_models.ts +128 -40
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +8 -0
- package/src/services/cls/v20201016/cls_models.ts +251 -54
- package/src/services/csip/v20221121/csip_models.ts +68 -0
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +20 -104
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +36 -36
- package/src/services/ocr/v20181119/ocr_client.ts +2 -4
- package/src/services/organization/index.ts +2 -2
- package/src/services/rum/v20210622/rum_models.ts +19 -19
- package/src/services/sms/index.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +56 -1
- package/src/services/teo/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +17 -2
- package/src/services/teo/v20220901/teo_models.ts +31 -1
- package/src/services/tke/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/trtc/v20190722/trtc_models.ts +15 -5
- package/src/services/tsf/v20180326/tsf_models.ts +54 -37
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +18 -13
- package/src/services/wedata/v20210820/wedata_client.ts +12 -8
- package/src/services/wedata/v20210820/wedata_models.ts +341 -104
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +122 -40
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +251 -54
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +68 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -102
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +19 -19
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -1
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
- package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -1
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +15 -5
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +54 -37
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -102
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cdb.v20170320.test.js +30 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/teo.v20220901.test.js +10 -0
package/products.md
CHANGED
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-08 01:09:39 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-22 01:09:16 |
|
|
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-
|
|
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
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-08 01:10:36 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
|
|
@@ -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-
|
|
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-05-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-08 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-
|
|
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-
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-08 01:12:59 |
|
|
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-
|
|
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 |
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-04-17 01:13:44 |
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-08 01:17:25 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-08 01:17:34 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-08 01:17:50 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-26 01:16:30 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-03-20 01:17:36 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-08 01:18:38 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -146,18 +146,18 @@
|
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-04-12 01:19:07 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-08 01:22:13 |
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-08 01:22:37 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
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-
|
|
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-
|
|
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
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-
|
|
160
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
|
|
@@ -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-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-05-08 01:24:46 |
|
|
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-
|
|
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 |
|
|
@@ -203,10 +203,10 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-04-22 01:25:22 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-08 01:27:51 |
|
|
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-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-07 17:57:40 |
|
|
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,26 +219,26 @@
|
|
|
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-
|
|
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 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-07 11:13:32 |
|
|
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-
|
|
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
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-
|
|
237
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-
|
|
236
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-08 01:31:07 |
|
|
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-
|
|
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.
|
|
1
|
+
export const sdkVersion = "4.0.848"
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
*
|
|
1984
|
+
* OpenWanService请求参数结构体
|
|
1957
1985
|
*/
|
|
1958
|
-
export interface
|
|
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
|
-
*
|
|
1988
|
+
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
|
1993
1989
|
*/
|
|
1994
|
-
|
|
1990
|
+
InstanceId: string
|
|
1995
1991
|
}
|
|
1996
1992
|
|
|
1997
1993
|
/**
|
|
@@ -3466,13 +3462,45 @@ export interface CreateRoInstanceIpRequest {
|
|
|
3466
3462
|
}
|
|
3467
3463
|
|
|
3468
3464
|
/**
|
|
3469
|
-
*
|
|
3465
|
+
* DescribeTimeWindow返回参数结构体
|
|
3470
3466
|
*/
|
|
3471
|
-
export interface
|
|
3467
|
+
export interface DescribeTimeWindowResponse {
|
|
3472
3468
|
/**
|
|
3473
|
-
*
|
|
3469
|
+
* 星期一的可维护时间列表。
|
|
3474
3470
|
*/
|
|
3475
|
-
|
|
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
|
*/
|
|
@@ -963,7 +963,7 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
963
963
|
/**
|
|
964
964
|
* UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。
|
|
965
965
|
注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。
|
|
966
|
-
|
|
966
|
+
操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。
|
|
967
967
|
*/
|
|
968
968
|
async UpdateDomainConfig(
|
|
969
969
|
req: UpdateDomainConfigRequest,
|
|
@@ -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
|
/**
|