tencentcloud-sdk-nodejs 4.0.806 → 4.0.808
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 +422 -0
- package/SERVICE_CHANGELOG.md +405 -189
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +14 -14
- package/src/services/batch/v20170312/batch_models.ts +5 -5
- package/src/services/billing/v20180709/billing_client.ts +214 -64
- package/src/services/billing/v20180709/billing_models.ts +4111 -1330
- package/src/services/cam/v20190116/cam_models.ts +18 -18
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
- package/src/services/cvm/v20170312/cvm_client.ts +5 -5
- package/src/services/cvm/v20170312/cvm_models.ts +26 -26
- package/src/services/dcdb/v20180411/dcdb_models.ts +24 -24
- package/src/services/dts/v20211206/dts_models.ts +25 -10
- package/src/services/ess/v20201111/ess_client.ts +8 -6
- package/src/services/ess/v20201111/ess_models.ts +65 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +34 -34
- package/src/services/mrs/v20200910/mrs_models.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +13 -0
- package/src/services/postgres/v20170312/postgres_client.ts +5 -5
- package/src/services/postgres/v20170312/postgres_models.ts +64 -64
- package/src/services/rce/v20201103/rce_models.ts +60 -62
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +15 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +127 -26
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +140 -26
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +5 -6
- package/src/services/vpc/v20170312/vpc_models.ts +14 -14
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +14 -14
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +58 -18
- package/tencentcloud/services/billing/v20180709/billing_client.js +85 -25
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4023 -1292
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -26
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -24
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +25 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +64 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +34 -34
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -64
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +60 -62
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +7 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +124 -26
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -26
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -14
- package/test/billing.v20180709.test.js +118 -18
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
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) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-03-07 14:47:59 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-02-23 01:07:51 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-02-29 01:08:11 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-03-08 01:08:17 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-01-31 01:07:03 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-03-08 11:57:13 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-02-02 01:06:13 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-24 01:07:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) |
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-08 01:09:09 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-02-05 01:08:13 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-05 01:09:53 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-01-24 01:23:26 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-08 01:10:20 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-01-19 01:08:39 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-02-28 01:10:47 |
|
|
@@ -56,7 +56,7 @@
|
|
|
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-03-04 01:10:58 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-11 01:10:47 |
|
|
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-02-29 01:11:23 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-04 01:11:59 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-08 01:12:05 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-07 01:12:14 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-01 01:13:53 |
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-01-16 01:12:56 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-06 01:13:45 |
|
|
82
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) |
|
|
82
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-08 01:14:01 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-02-29 01:14:14 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-07 01:14:20 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-02-29 01:14:41 |
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-07 01:14:47 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-08 01:15:05 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-01-17 01:14:14 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -96,20 +96,20 @@
|
|
|
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-02-28 01:16:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-11 01:15:16 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-11 01:15:31 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-02-22 01:16:11 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-02-28 01:16:53 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-02-28 01:16:55 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-12-06 01:51:28 |
|
|
107
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) |
|
|
107
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-08 01:16:56 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-11 01:16:22 |
|
|
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) | 2023-11-01 01:14:52 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-22 01:14:29 |
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-01-25 01:16:59 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-05 01:18:50 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-11 01:18:22 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-05 01:19:12 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
141
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) |
|
|
141
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-03-08 01:19:33 |
|
|
142
142
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
|
|
143
143
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-02-27 01:19:38 |
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -147,22 +147,22 @@
|
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-05 01:20:29 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-04 01:19:57 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-
|
|
150
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-08 09:57:15 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-08 01:20:43 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-07 01:21:02 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03-04 01:21:08 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-02-29 01:21:30 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-01-23 01:25:29 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
162
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-
|
|
162
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-08 01:21:26 |
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-
|
|
165
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-11 01:21:01 |
|
|
166
166
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-02-22 01:21:35 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
|
|
177
177
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-02-23 01:22:07 |
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-
|
|
179
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-11 01:21:49 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
181
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-02-02 01:20:24 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
@@ -202,10 +202,10 @@
|
|
|
202
202
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-02-02 01:21:42 |
|
|
203
203
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
204
204
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-23 01:28:41 |
|
|
205
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-
|
|
205
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-11 01:24:01 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
208
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-08 01:25:14 |
|
|
209
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-02-21 01:25:12 |
|
|
210
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
211
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-07 01:26:39 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-04 01:26:24 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-01-31 01:25:41 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-11 01:26:05 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-07 01:27:04 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-02-23 01:26:28 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
234
234
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
235
235
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-01 01:28:03 |
|
|
236
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-03-
|
|
236
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-03-08 01:28:15 |
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-07 01:28:58 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.808"
|
|
@@ -4393,7 +4393,7 @@ export interface DescribeBizHttpStatusResponse {
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
export interface InsL7Rules {
|
|
4395
4395
|
/**
|
|
4396
|
-
*
|
|
4396
|
+
* 规则在中间状态不可修改,只可在(0, 2, 8)状态可编辑。
|
|
4397
4397
|
规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
|
|
4398
4398
|
*/
|
|
4399
4399
|
Status: number
|
|
@@ -4489,7 +4489,7 @@ export interface ModifyCCPrecisionPolicyResponse {
|
|
|
4489
4489
|
export interface CcGeoIPBlockConfig {
|
|
4490
4490
|
/**
|
|
4491
4491
|
* 区域类型,取值[
|
|
4492
|
-
oversea(
|
|
4492
|
+
oversea(境外)
|
|
4493
4493
|
china(国内)
|
|
4494
4494
|
customized(自定义地区)
|
|
4495
4495
|
]
|
|
@@ -5078,7 +5078,7 @@ export interface DescribeCCTrendResponse {
|
|
|
5078
5078
|
*/
|
|
5079
5079
|
Count?: number
|
|
5080
5080
|
/**
|
|
5081
|
-
*
|
|
5081
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5082
5082
|
*/
|
|
5083
5083
|
Business?: string
|
|
5084
5084
|
/**
|
|
@@ -5282,7 +5282,7 @@ export interface TagInfo {
|
|
|
5282
5282
|
*/
|
|
5283
5283
|
export interface DescribeDDoSTrendRequest {
|
|
5284
5284
|
/**
|
|
5285
|
-
*
|
|
5285
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5286
5286
|
*/
|
|
5287
5287
|
Business: string
|
|
5288
5288
|
/**
|
|
@@ -5881,40 +5881,40 @@ export interface DescribeDDoSTrendResponse {
|
|
|
5881
5881
|
/**
|
|
5882
5882
|
* 值个数
|
|
5883
5883
|
*/
|
|
5884
|
-
Count
|
|
5884
|
+
Count?: number
|
|
5885
5885
|
/**
|
|
5886
|
-
*
|
|
5886
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5887
5887
|
*/
|
|
5888
|
-
Business
|
|
5888
|
+
Business?: string
|
|
5889
5889
|
/**
|
|
5890
5890
|
* 资源的IP
|
|
5891
5891
|
*/
|
|
5892
|
-
Ip
|
|
5892
|
+
Ip?: string
|
|
5893
5893
|
/**
|
|
5894
5894
|
* 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
|
5895
5895
|
*/
|
|
5896
|
-
Period
|
|
5896
|
+
Period?: number
|
|
5897
5897
|
/**
|
|
5898
5898
|
* 统计开始时间
|
|
5899
5899
|
*/
|
|
5900
|
-
StartTime
|
|
5900
|
+
StartTime?: string
|
|
5901
5901
|
/**
|
|
5902
5902
|
* 统计结束时间
|
|
5903
5903
|
*/
|
|
5904
|
-
EndTime
|
|
5904
|
+
EndTime?: string
|
|
5905
5905
|
/**
|
|
5906
5906
|
* 值数组,攻击流量带宽单位为Mbps,包速率单位为pps
|
|
5907
5907
|
*/
|
|
5908
|
-
Data
|
|
5908
|
+
Data?: Array<number | bigint>
|
|
5909
5909
|
/**
|
|
5910
5910
|
* 资源ID
|
|
5911
5911
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5912
5912
|
*/
|
|
5913
|
-
Id
|
|
5913
|
+
Id?: string
|
|
5914
5914
|
/**
|
|
5915
5915
|
* 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
|
|
5916
5916
|
*/
|
|
5917
|
-
MetricName
|
|
5917
|
+
MetricName?: string
|
|
5918
5918
|
/**
|
|
5919
5919
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5920
5920
|
*/
|
|
@@ -2229,12 +2229,12 @@ USER_ATTACHED:用户添加到计算环境中的实例资源。
|
|
|
2229
2229
|
*/
|
|
2230
2230
|
export interface ItemPrice {
|
|
2231
2231
|
/**
|
|
2232
|
-
* 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)
|
|
2232
|
+
* 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
|
2233
2233
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2234
2234
|
*/
|
|
2235
2235
|
UnitPrice?: number
|
|
2236
2236
|
/**
|
|
2237
|
-
* 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR
|
|
2237
|
+
* 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
|
2238
2238
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2239
2239
|
*/
|
|
2240
2240
|
ChargeUnit?: string
|
|
@@ -2254,7 +2254,7 @@ export interface ItemPrice {
|
|
|
2254
2254
|
*/
|
|
2255
2255
|
Discount?: number
|
|
2256
2256
|
/**
|
|
2257
|
-
* 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)
|
|
2257
|
+
* 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
|
2258
2258
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2259
2259
|
*/
|
|
2260
2260
|
UnitPriceDiscount?: number
|
|
@@ -3064,7 +3064,7 @@ export interface ModifyComputeEnvRequest {
|
|
|
3064
3064
|
*/
|
|
3065
3065
|
export interface InternetAccessible {
|
|
3066
3066
|
/**
|
|
3067
|
-
* 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID
|
|
3067
|
+
* 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
|
|
3068
3068
|
*/
|
|
3069
3069
|
InternetChargeType?: string
|
|
3070
3070
|
/**
|
|
@@ -3072,7 +3072,7 @@ export interface InternetAccessible {
|
|
|
3072
3072
|
*/
|
|
3073
3073
|
InternetMaxBandwidthOut?: number
|
|
3074
3074
|
/**
|
|
3075
|
-
* 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP
|
|
3075
|
+
* 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP</li><li>false:表示不分配公网IP</li><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
|
|
3076
3076
|
*/
|
|
3077
3077
|
PublicIpAssigned?: boolean
|
|
3078
3078
|
/**
|