tencentcloud-sdk-nodejs 4.0.765 → 4.0.767
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 +401 -0
- package/SERVICE_CHANGELOG.md +530 -28
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +15 -4
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cat/v20180409/cat_models.ts +5 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +182 -7
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1152 -181
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -23
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/v20211206/dts_models.ts +97 -97
- package/src/services/ess/v20201111/ess_client.ts +65 -18
- package/src/services/ess/v20201111/ess_models.ts +133 -26
- package/src/services/essbasic/v20210526/essbasic_client.ts +38 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +147 -25
- package/src/services/faceid/v20180301/faceid_models.ts +8 -8
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_models.ts +12 -8
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +4 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +75 -13
- package/src/services/monitor/v20180724/monitor_models.ts +7 -7
- package/src/services/organization/index.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +3 -3
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +33 -7
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +4 -3
- package/src/services/vod/v20180717/vod_models.ts +179 -180
- package/src/services/vpc/v20170312/vpc_models.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +5 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +43 -7
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +155 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -4
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +57 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +84 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1117 -181
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -23
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +97 -97
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +52 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +54 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +130 -26
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +29 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +144 -25
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
- 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/iss/v20230517/iss_models.d.ts +12 -8
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -13
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -3
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +32 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +179 -180
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +149 -6
- package/test/cdwdoris.v20211228.test.js +140 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +32 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
|
|
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) | 2023-12-22 01:07:03 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-27 01:07:34 |
|
|
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) | 2023-08-31 01:07:17 |
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
|
|
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) | 2023-12-05 01:14:32 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-26 01:07:57 |
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-22 01:08:53 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-26 01:09:04 |
|
|
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) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2023-12-15 19:16:07 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-26 01:10:29 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-19 01:25:03 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-22 01:11:31 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-12-27 01:12:48 |
|
|
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) | 2023-12-15 19:25:23 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
|
|
@@ -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) | 2023-11-29 01:53:04 |
|
|
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) | 2023-12-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-27 01:17:28 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
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,10 +96,10 @@
|
|
|
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) | 2023-12-25 00:10:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-27 01:19:02 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-27 01:19:26 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-11-29 01:57:28 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-12-27 01:22:46 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
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) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-26 01:18:52 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
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 |
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-27 01:26:59 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-12-06 20:13:59 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-12-08 02:10:30 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -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) | 2023-10-16 01:23:02 |
|
|
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) | 2023-12-
|
|
179
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-12-27 01:30:20 |
|
|
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) | 2023-12-20 02:05:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
192
192
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
|
|
193
193
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
|
|
194
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-
|
|
194
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-12-27 01:32:04 |
|
|
195
195
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
196
196
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
197
197
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
215
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-21 02:14:50 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
217
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-
|
|
217
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-26 01:27:04 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
219
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
|
|
220
220
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
|
|
@@ -231,15 +231,15 @@
|
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-
|
|
235
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-
|
|
234
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-27 01:37:29 |
|
|
235
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-27 01:44:26 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-
|
|
237
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-26 02:05:35 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
239
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-22 01:29:59 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-
|
|
242
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
|
|
243
243
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
244
244
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
245
245
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2023-08-17 06:52:26 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.767"
|
|
@@ -1717,6 +1717,11 @@ export interface BillDetail {
|
|
|
1717
1717
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1718
1718
|
*/
|
|
1719
1719
|
BillMonth?: string
|
|
1720
|
+
/**
|
|
1721
|
+
* 账单记录ID
|
|
1722
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1723
|
+
*/
|
|
1724
|
+
Id?: string
|
|
1720
1725
|
}
|
|
1721
1726
|
|
|
1722
1727
|
/**
|
|
@@ -2537,22 +2542,22 @@ export interface DescribeDosageDetailByDateResponse {
|
|
|
2537
2542
|
* 计量单位
|
|
2538
2543
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2539
2544
|
*/
|
|
2540
|
-
Unit
|
|
2545
|
+
Unit?: string
|
|
2541
2546
|
/**
|
|
2542
2547
|
* 用量数组
|
|
2543
2548
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2544
2549
|
*/
|
|
2545
|
-
DetailSets
|
|
2550
|
+
DetailSets?: Array<DetailSet>
|
|
2546
2551
|
/**
|
|
2547
2552
|
* 错误码
|
|
2548
2553
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2549
2554
|
*/
|
|
2550
|
-
RetCode
|
|
2555
|
+
RetCode?: number
|
|
2551
2556
|
/**
|
|
2552
2557
|
* 错误信息
|
|
2553
2558
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2554
2559
|
*/
|
|
2555
|
-
RetMsg
|
|
2560
|
+
RetMsg?: string
|
|
2556
2561
|
/**
|
|
2557
2562
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2558
2563
|
*/
|
|
@@ -3189,6 +3194,8 @@ cdn业务:
|
|
|
3189
3194
|
10227 视频直播带宽(国内)
|
|
3190
3195
|
100763 视频直播流量(海外)
|
|
3191
3196
|
100762 视频直播宽带(海外)
|
|
3197
|
+
|
|
3198
|
+
仅支持以上产品
|
|
3192
3199
|
*/
|
|
3193
3200
|
ProductCode: string
|
|
3194
3201
|
/**
|
|
@@ -3201,6 +3208,10 @@ cdn业务:
|
|
|
3201
3208
|
2、如果传入实例名,则返回该实例明细
|
|
3202
3209
|
*/
|
|
3203
3210
|
InstanceID?: string
|
|
3211
|
+
/**
|
|
3212
|
+
* 支付者的账号 ID(账号 ID 是用户在腾讯云的唯一账号标识),默认查询本账号账单,如集团管理账号需查询成员账号自付的账单,该字段需入参成员账号UIN
|
|
3213
|
+
*/
|
|
3214
|
+
PayerUin?: string
|
|
3204
3215
|
}
|
|
3205
3216
|
|
|
3206
3217
|
/**
|
|
@@ -218,7 +218,7 @@ AnalyzeTaskType_MediaStream:音视频体验
|
|
|
218
218
|
*/
|
|
219
219
|
Ascending: boolean
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
* 选中字段,如ProbeTime、TransferTime、TransferSize等。
|
|
222
222
|
*/
|
|
223
223
|
SelectedFields: Array<string>
|
|
224
224
|
/**
|
|
@@ -273,6 +273,10 @@ AnalyzeTaskType_MediaStream:音视频体验
|
|
|
273
273
|
* es scroll查询id
|
|
274
274
|
*/
|
|
275
275
|
ScrollID?: string
|
|
276
|
+
/**
|
|
277
|
+
* 详情数据下载
|
|
278
|
+
*/
|
|
279
|
+
QueryFlag?: string
|
|
276
280
|
}
|
|
277
281
|
|
|
278
282
|
/**
|
|
@@ -497,11 +497,11 @@ export interface CreateDisksRequest {
|
|
|
497
497
|
*/
|
|
498
498
|
Placement: Placement
|
|
499
499
|
/**
|
|
500
|
-
* 云硬盘计费类型。<br><li>PREPAID
|
|
500
|
+
* 云硬盘计费类型。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>CDCPAID:独享集群付费<br>各类型价格请参考云硬盘[价格总览](/document/product/362/2413)。</li>
|
|
501
501
|
*/
|
|
502
502
|
DiskChargeType: string
|
|
503
503
|
/**
|
|
504
|
-
* 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC
|
|
504
|
+
* 硬盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘</li><br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><br><li>CLOUD_BSSD:表示通用型SSD云硬盘</li><br><li>CLOUD_SSD:表示SSD云硬盘</li><br><li>CLOUD_HSSD:表示增强型SSD云硬盘</li><br><li>CLOUD_TSSD:表示极速型SSD云硬盘。</li>
|
|
505
505
|
*/
|
|
506
506
|
DiskType: string
|
|
507
507
|
/**
|
|
@@ -525,7 +525,7 @@ export interface CreateDisksRequest {
|
|
|
525
525
|
*/
|
|
526
526
|
ThroughputPerformance?: number
|
|
527
527
|
/**
|
|
528
|
-
* 云硬盘大小,单位为GB。<br><li>如果传入`SnapshotId`则可不传`DiskSize
|
|
528
|
+
* 云硬盘大小,单位为GB。<br><li>如果传入`SnapshotId`则可不传`DiskSize`,此时新建云盘的大小为快照大小</li><br><li>如果传入`SnapshotId`同时传入`DiskSize`,则云盘大小必须大于或等于快照大小</li><br><li>云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。</li>
|
|
529
529
|
*/
|
|
530
530
|
DiskSize?: number
|
|
531
531
|
/**
|
|
@@ -579,7 +579,7 @@ export interface AttachDisksRequest {
|
|
|
579
579
|
*/
|
|
580
580
|
DeleteWithInstance?: boolean
|
|
581
581
|
/**
|
|
582
|
-
* 可选参数,用于控制云盘挂载时使用的挂载模式,目前仅对黑石裸金属机型有效。取值范围:<br><li>PF
|
|
582
|
+
* 可选参数,用于控制云盘挂载时使用的挂载模式,目前仅对黑石裸金属机型有效。取值范围:<br><li>PF</li><br><li>VF</li>
|
|
583
583
|
*/
|
|
584
584
|
AttachMode?: string
|
|
585
585
|
}
|
|
@@ -18,18 +18,53 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
ModifyInstanceResponse,
|
|
22
|
+
DestroyInstanceResponse,
|
|
23
|
+
DescribeSlowQueryRecordsDownloadRequest,
|
|
24
|
+
ResizeDiskRequest,
|
|
25
|
+
NodeInfo,
|
|
26
|
+
RestartClusterForNodeResponse,
|
|
24
27
|
DescribeInstanceNodesResponse,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
DescribeInstanceStateRequest,
|
|
29
|
+
DescribeClusterConfigsResponse,
|
|
30
|
+
ScaleOutInstanceResponse,
|
|
31
|
+
SlowQueryRecord,
|
|
28
32
|
DescribeInstanceNodesRequest,
|
|
33
|
+
ModifyInstanceRequest,
|
|
34
|
+
ChargeProperties,
|
|
35
|
+
ClusterConfigsInfoFromEMR,
|
|
36
|
+
InstanceNode,
|
|
37
|
+
CreateInstanceNewResponse,
|
|
38
|
+
DescribeSlowQueryRecordsDownloadResponse,
|
|
39
|
+
DestroyInstanceRequest,
|
|
40
|
+
CreateInstanceNewRequest,
|
|
29
41
|
InstanceInfo,
|
|
30
|
-
DescribeInstanceResponse,
|
|
31
42
|
DescribeInstancesResponse,
|
|
43
|
+
DescribeInstancesRequest,
|
|
44
|
+
DescribeSlowQueryRecordsRequest,
|
|
45
|
+
DescribeClusterConfigsRequest,
|
|
46
|
+
ResizeDiskResponse,
|
|
47
|
+
AttachCBSSpec,
|
|
48
|
+
DataBaseAuditRecord,
|
|
49
|
+
ScaleOutInstanceRequest,
|
|
50
|
+
DescribeSlowQueryRecordsResponse,
|
|
51
|
+
DescribeDatabaseAuditRecordsResponse,
|
|
52
|
+
DescribeInstanceResponse,
|
|
53
|
+
ScaleUpInstanceRequest,
|
|
32
54
|
NodesSummary,
|
|
55
|
+
RestartClusterForNodeRequest,
|
|
56
|
+
CreateInstanceSpec,
|
|
57
|
+
SearchTags,
|
|
58
|
+
DescribeInstanceRequest,
|
|
59
|
+
ConfigKeyValue,
|
|
60
|
+
Tag,
|
|
61
|
+
DescribeInstanceStateResponse,
|
|
62
|
+
DescribeDatabaseAuditRecordsRequest,
|
|
63
|
+
DescribeInstanceNodesInfoRequest,
|
|
64
|
+
DescribeDatabaseAuditDownloadResponse,
|
|
65
|
+
DescribeDatabaseAuditDownloadRequest,
|
|
66
|
+
DescribeInstanceNodesInfoResponse,
|
|
67
|
+
ScaleUpInstanceResponse,
|
|
33
68
|
} from "./cdwdoris_models"
|
|
34
69
|
|
|
35
70
|
/**
|
|
@@ -41,6 +76,16 @@ export class Client extends AbstractClient {
|
|
|
41
76
|
super("cdwdoris.tencentcloudapi.com", "2021-12-28", clientConfig)
|
|
42
77
|
}
|
|
43
78
|
|
|
79
|
+
/**
|
|
80
|
+
* 计算资源垂直变配
|
|
81
|
+
*/
|
|
82
|
+
async ScaleUpInstance(
|
|
83
|
+
req: ScaleUpInstanceRequest,
|
|
84
|
+
cb?: (error: string, rep: ScaleUpInstanceResponse) => void
|
|
85
|
+
): Promise<ScaleUpInstanceResponse> {
|
|
86
|
+
return this.request("ScaleUpInstance", req, cb)
|
|
87
|
+
}
|
|
88
|
+
|
|
44
89
|
/**
|
|
45
90
|
* 获取集群列表
|
|
46
91
|
*/
|
|
@@ -51,6 +96,66 @@ export class Client extends AbstractClient {
|
|
|
51
96
|
return this.request("DescribeInstances", req, cb)
|
|
52
97
|
}
|
|
53
98
|
|
|
99
|
+
/**
|
|
100
|
+
* 销毁集群
|
|
101
|
+
*/
|
|
102
|
+
async DestroyInstance(
|
|
103
|
+
req: DestroyInstanceRequest,
|
|
104
|
+
cb?: (error: string, rep: DestroyInstanceResponse) => void
|
|
105
|
+
): Promise<DestroyInstanceResponse> {
|
|
106
|
+
return this.request("DestroyInstance", req, cb)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* 集群详情页中显示集群状态、流程进度等
|
|
111
|
+
*/
|
|
112
|
+
async DescribeInstanceState(
|
|
113
|
+
req: DescribeInstanceStateRequest,
|
|
114
|
+
cb?: (error: string, rep: DescribeInstanceStateResponse) => void
|
|
115
|
+
): Promise<DescribeInstanceStateResponse> {
|
|
116
|
+
return this.request("DescribeInstanceState", req, cb)
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* 获取数据库审计记录
|
|
121
|
+
*/
|
|
122
|
+
async DescribeDatabaseAuditRecords(
|
|
123
|
+
req: DescribeDatabaseAuditRecordsRequest,
|
|
124
|
+
cb?: (error: string, rep: DescribeDatabaseAuditRecordsResponse) => void
|
|
125
|
+
): Promise<DescribeDatabaseAuditRecordsResponse> {
|
|
126
|
+
return this.request("DescribeDatabaseAuditRecords", req, cb)
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* 获取集群的最新的几个配置文件(config.xml、metrika.xml、user.xml)的内容,显示给用户
|
|
131
|
+
*/
|
|
132
|
+
async DescribeClusterConfigs(
|
|
133
|
+
req: DescribeClusterConfigsRequest,
|
|
134
|
+
cb?: (error: string, rep: DescribeClusterConfigsResponse) => void
|
|
135
|
+
): Promise<DescribeClusterConfigsResponse> {
|
|
136
|
+
return this.request("DescribeClusterConfigs", req, cb)
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* 扩容云盘
|
|
141
|
+
*/
|
|
142
|
+
async ResizeDisk(
|
|
143
|
+
req: ResizeDiskRequest,
|
|
144
|
+
cb?: (error: string, rep: ResizeDiskResponse) => void
|
|
145
|
+
): Promise<ResizeDiskResponse> {
|
|
146
|
+
return this.request("ResizeDisk", req, cb)
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* 下载数据库审计日志
|
|
151
|
+
*/
|
|
152
|
+
async DescribeDatabaseAuditDownload(
|
|
153
|
+
req: DescribeDatabaseAuditDownloadRequest,
|
|
154
|
+
cb?: (error: string, rep: DescribeDatabaseAuditDownloadResponse) => void
|
|
155
|
+
): Promise<DescribeDatabaseAuditDownloadResponse> {
|
|
156
|
+
return this.request("DescribeDatabaseAuditDownload", req, cb)
|
|
157
|
+
}
|
|
158
|
+
|
|
54
159
|
/**
|
|
55
160
|
* 根据集群ID查询某个集群的具体信息
|
|
56
161
|
*/
|
|
@@ -61,6 +166,16 @@ export class Client extends AbstractClient {
|
|
|
61
166
|
return this.request("DescribeInstance", req, cb)
|
|
62
167
|
}
|
|
63
168
|
|
|
169
|
+
/**
|
|
170
|
+
* 集群滚动重启
|
|
171
|
+
*/
|
|
172
|
+
async RestartClusterForNode(
|
|
173
|
+
req: RestartClusterForNodeRequest,
|
|
174
|
+
cb?: (error: string, rep: RestartClusterForNodeResponse) => void
|
|
175
|
+
): Promise<RestartClusterForNodeResponse> {
|
|
176
|
+
return this.request("RestartClusterForNode", req, cb)
|
|
177
|
+
}
|
|
178
|
+
|
|
64
179
|
/**
|
|
65
180
|
* 获取集群节点信息列表
|
|
66
181
|
*/
|
|
@@ -70,4 +185,64 @@ export class Client extends AbstractClient {
|
|
|
70
185
|
): Promise<DescribeInstanceNodesResponse> {
|
|
71
186
|
return this.request("DescribeInstanceNodes", req, cb)
|
|
72
187
|
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* 下载慢查询文件
|
|
191
|
+
*/
|
|
192
|
+
async DescribeSlowQueryRecordsDownload(
|
|
193
|
+
req: DescribeSlowQueryRecordsDownloadRequest,
|
|
194
|
+
cb?: (error: string, rep: DescribeSlowQueryRecordsDownloadResponse) => void
|
|
195
|
+
): Promise<DescribeSlowQueryRecordsDownloadResponse> {
|
|
196
|
+
return this.request("DescribeSlowQueryRecordsDownload", req, cb)
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* 获取BE/FE节点角色
|
|
201
|
+
*/
|
|
202
|
+
async DescribeInstanceNodesInfo(
|
|
203
|
+
req: DescribeInstanceNodesInfoRequest,
|
|
204
|
+
cb?: (error: string, rep: DescribeInstanceNodesInfoResponse) => void
|
|
205
|
+
): Promise<DescribeInstanceNodesInfoResponse> {
|
|
206
|
+
return this.request("DescribeInstanceNodesInfo", req, cb)
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* 通过API创建集群
|
|
211
|
+
*/
|
|
212
|
+
async CreateInstanceNew(
|
|
213
|
+
req: CreateInstanceNewRequest,
|
|
214
|
+
cb?: (error: string, rep: CreateInstanceNewResponse) => void
|
|
215
|
+
): Promise<CreateInstanceNewResponse> {
|
|
216
|
+
return this.request("CreateInstanceNew", req, cb)
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* 水平扩容节点
|
|
221
|
+
*/
|
|
222
|
+
async ScaleOutInstance(
|
|
223
|
+
req: ScaleOutInstanceRequest,
|
|
224
|
+
cb?: (error: string, rep: ScaleOutInstanceResponse) => void
|
|
225
|
+
): Promise<ScaleOutInstanceResponse> {
|
|
226
|
+
return this.request("ScaleOutInstance", req, cb)
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 修改集群名称
|
|
231
|
+
*/
|
|
232
|
+
async ModifyInstance(
|
|
233
|
+
req: ModifyInstanceRequest,
|
|
234
|
+
cb?: (error: string, rep: ModifyInstanceResponse) => void
|
|
235
|
+
): Promise<ModifyInstanceResponse> {
|
|
236
|
+
return this.request("ModifyInstance", req, cb)
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* 获取慢查询列表
|
|
241
|
+
*/
|
|
242
|
+
async DescribeSlowQueryRecords(
|
|
243
|
+
req: DescribeSlowQueryRecordsRequest,
|
|
244
|
+
cb?: (error: string, rep: DescribeSlowQueryRecordsResponse) => void
|
|
245
|
+
): Promise<DescribeSlowQueryRecordsResponse> {
|
|
246
|
+
return this.request("DescribeSlowQueryRecords", req, cb)
|
|
247
|
+
}
|
|
73
248
|
}
|