tencentcloud-sdk-nodejs 4.0.352 → 4.0.355
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 +585 -0
- package/SERVICE_CHANGELOG.md +628 -40
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/api/v20201106/api_models.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +2 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -0
- package/src/services/cdb/v20170320/cdb_models.ts +20 -0
- package/src/services/cdn/v20180606/cdn_client.ts +27 -15
- package/src/services/cdn/v20180606/cdn_models.ts +87 -52
- package/src/services/cpdp/v20190820/cpdp_client.ts +237 -48
- package/src/services/cpdp/v20190820/cpdp_models.ts +1896 -527
- package/src/services/cvm/v20170312/cvm_models.ts +22 -0
- package/src/services/dasb/v20191018/dasb_client.ts +202 -34
- package/src/services/dasb/v20191018/dasb_models.ts +633 -175
- package/src/services/dlc/v20210125/dlc_models.ts +7 -1
- package/src/services/ess/v20201111/ess_client.ts +30 -9
- package/src/services/ess/v20201111/ess_models.ts +254 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -0
- package/src/services/faceid/v20180301/faceid_client.ts +13 -1
- package/src/services/faceid/v20180301/faceid_models.ts +161 -19
- package/src/services/gaap/v20180529/gaap_models.ts +10 -6
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/soe/v20180724/soe_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +11 -1
- package/src/services/tan/index.ts +5 -0
- package/src/services/tan/v20220420/index.ts +6 -0
- package/src/services/tan/v20220420/tan_client.ts +40 -0
- package/src/services/tan/v20220420/tan_models.ts +46 -0
- package/src/services/teo/v20220106/teo_client.ts +585 -18
- package/src/services/teo/v20220106/teo_models.ts +3872 -252
- package/src/services/thpc/v20220401/thpc_models.ts +1 -1
- package/src/services/tiia/v20190529/tiia_client.ts +8 -3
- package/src/services/tiia/v20190529/tiia_models.ts +254 -83
- package/src/services/tke/v20180525/tke_client.ts +302 -74
- package/src/services/tke/v20180525/tke_models.ts +1504 -479
- package/src/services/trtc/v20190722/trtc_client.ts +91 -61
- package/src/services/trtc/v20190722/trtc_models.ts +1145 -994
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +11 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_client.d.ts +2 -0
- package/tencentcloud/services/as/v20180419/as_client.js +2 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +9 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +12 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +76 -46
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +65 -9
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +96 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1640 -473
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +67 -11
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +99 -15
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +554 -157
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +210 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +136 -16
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -6
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -1
- package/tencentcloud/services/tan/index.d.ts +6 -0
- package/tencentcloud/services/tan/index.js +7 -0
- package/tencentcloud/services/tan/v20220420/index.d.ts +6 -0
- package/tencentcloud/services/tan/v20220420/index.js +9 -0
- package/tencentcloud/services/tan/v20220420/tan_client.d.ts +14 -0
- package/tencentcloud/services/tan/v20220420/tan_client.js +37 -0
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +26 -0
- package/tencentcloud/services/tan/v20220420/tan_models.js +18 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +179 -3
- package/tencentcloud/services/teo/v20220106/teo_client.js +267 -3
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3325 -232
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +225 -76
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +91 -19
- package/tencentcloud/services/tke/v20180525/tke_client.js +135 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1235 -363
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +17 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +22 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +976 -849
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +11 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +11 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/test/cdn.v20180606.test.js +14 -4
- package/test/cpdp.v20190820.test.js +148 -8
- package/test/dasb.v20191018.test.js +150 -10
- package/test/ess.v20201111.test.js +12 -2
- package/test/faceid.v20180301.test.js +10 -0
- package/test/tan.v20220420.test.js +31 -0
- package/test/teo.v20220106.test.js +442 -2
- package/test/tke.v20180525.test.js +202 -22
- package/test/trtc.v20190722.test.js +24 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
13
|
-
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-
|
|
13
|
+
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-26 06:06:08 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
|
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
|
|
38
38
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
|
|
39
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-
|
|
39
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-02 06:03:38 |
|
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
41
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-
|
|
41
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-07 06:02:40 |
|
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
43
43
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
44
44
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -55,19 +55,19 @@
|
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
58
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-
|
|
58
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-07 06:04:05 |
|
|
59
59
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
60
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-
|
|
60
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-03 06:05:18 |
|
|
61
61
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-31 06:08:47 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
63
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
|
|
64
|
-
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-
|
|
64
|
+
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
65
65
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
66
66
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
67
67
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
|
|
68
68
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
69
69
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
|
|
70
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-
|
|
70
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-07 06:06:14 |
|
|
71
71
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
72
72
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
73
73
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
83
83
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
|
|
84
84
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-25 06:08:55 |
|
|
85
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
86
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
85
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-07 06:07:22 |
|
|
86
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-02 06:08:13 |
|
|
87
87
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
88
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
88
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
89
89
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
90
90
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
91
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-
|
|
91
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-06-02 06:08:28 |
|
|
92
92
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
93
93
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
94
94
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
120
120
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
121
121
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
122
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-
|
|
122
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
123
123
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
|
|
124
124
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
125
125
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
130
130
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
131
131
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
|
|
132
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
132
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-03 06:11:11 |
|
|
133
133
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-05-30 06:11:27 |
|
|
134
134
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
135
135
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
146
146
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
147
147
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
148
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-
|
|
148
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
149
149
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
150
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-
|
|
150
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-06-07 06:12:09 |
|
|
151
151
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
152
152
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-01 06:15:43 |
|
|
153
153
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
|
|
156
156
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-04-04 07:08:16 |
|
|
157
157
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-04-08 06:12:35 |
|
|
158
|
+
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-06-06 16:47:40 |
|
|
158
159
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
159
160
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
160
161
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-04-15 06:12:40 |
|
|
@@ -171,30 +172,30 @@
|
|
|
171
172
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
172
173
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
|
|
173
174
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-28 06:18:38 |
|
|
174
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-
|
|
175
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-
|
|
175
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-02 06:14:38 |
|
|
176
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
176
177
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
177
178
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
178
179
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
179
180
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
180
181
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
181
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-
|
|
182
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-03 06:14:26 |
|
|
182
183
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
183
184
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
184
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-
|
|
185
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-03 06:14:39 |
|
|
185
186
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
186
187
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
187
188
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
188
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-
|
|
189
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-
|
|
189
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-07 06:15:13 |
|
|
190
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-02 06:16:18 |
|
|
190
191
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
191
192
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
192
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-
|
|
193
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
193
194
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
194
195
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
195
196
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
196
197
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-01 06:18:42 |
|
|
197
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
198
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-02 06:17:13 |
|
|
198
199
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
199
200
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
200
201
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.355"
|
|
@@ -134,7 +134,7 @@ export interface ZoneInfo {
|
|
|
134
134
|
*/
|
|
135
135
|
export interface DescribeZonesRequest {
|
|
136
136
|
/**
|
|
137
|
-
* 待查询产品的名称,例如cvm
|
|
137
|
+
* 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
|
|
138
138
|
*/
|
|
139
139
|
Product: string
|
|
140
140
|
}
|
|
@@ -204,7 +204,7 @@ export interface DescribeRegionsResponse {
|
|
|
204
204
|
*/
|
|
205
205
|
export interface DescribeRegionsRequest {
|
|
206
206
|
/**
|
|
207
|
-
* 待查询产品的名称,例如cvm
|
|
207
|
+
* 待查询产品的名称,例如cvm,具体取值请查询DescribeProducts接口
|
|
208
208
|
*/
|
|
209
209
|
Product: string
|
|
210
210
|
}
|
|
@@ -740,6 +740,11 @@ export interface DescribeDBInstancesRequest {
|
|
|
740
740
|
* 私有网络字符型subnetId
|
|
741
741
|
*/
|
|
742
742
|
UniqSubnetIds?: Array<string>
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* 标签键值
|
|
746
|
+
*/
|
|
747
|
+
Tags?: Array<Tag>
|
|
743
748
|
}
|
|
744
749
|
|
|
745
750
|
/**
|
|
@@ -2900,6 +2905,21 @@ export interface ModifyCDBProxyConnectionPoolResponse {
|
|
|
2900
2905
|
RequestId?: string
|
|
2901
2906
|
}
|
|
2902
2907
|
|
|
2908
|
+
/**
|
|
2909
|
+
* 标签结构
|
|
2910
|
+
*/
|
|
2911
|
+
export interface Tag {
|
|
2912
|
+
/**
|
|
2913
|
+
* 标签键
|
|
2914
|
+
*/
|
|
2915
|
+
Key: string
|
|
2916
|
+
|
|
2917
|
+
/**
|
|
2918
|
+
* 标签值
|
|
2919
|
+
*/
|
|
2920
|
+
Value: string
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2903
2923
|
/**
|
|
2904
2924
|
* CreateAuditLogFile返回参数结构体
|
|
2905
2925
|
*/
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
StartScdnDomainRequest,
|
|
58
58
|
PostSize,
|
|
59
59
|
ListTopWafDataRequest,
|
|
60
|
-
|
|
60
|
+
AdvanceCacheRule,
|
|
61
61
|
DescribeIpStatusResponse,
|
|
62
62
|
UpdateImageConfigResponse,
|
|
63
63
|
ScdnDomain,
|
|
@@ -174,7 +174,7 @@ import {
|
|
|
174
174
|
CreateScdnLogTaskRequest,
|
|
175
175
|
Quota,
|
|
176
176
|
DistrictIspInfo,
|
|
177
|
-
|
|
177
|
+
AddCLSTopicDomainsResponse,
|
|
178
178
|
SimpleCacheRule,
|
|
179
179
|
ModifyPurgeFetchTaskStatusResponse,
|
|
180
180
|
DisableClsLogTopicResponse,
|
|
@@ -191,6 +191,7 @@ import {
|
|
|
191
191
|
UpdateScdnDomainRequest,
|
|
192
192
|
BotSortBy,
|
|
193
193
|
ManageClsTopicDomainsRequest,
|
|
194
|
+
AddCLSTopicDomainsRequest,
|
|
194
195
|
ListDiagnoseReportRequest,
|
|
195
196
|
OriginAuthentication,
|
|
196
197
|
DomainBotCount,
|
|
@@ -250,7 +251,7 @@ import {
|
|
|
250
251
|
StatisticItem,
|
|
251
252
|
DescribeImageConfigRequest,
|
|
252
253
|
DescribeCdnIpResponse,
|
|
253
|
-
|
|
254
|
+
DescribeCdnDataResponse,
|
|
254
255
|
DescribeCcDataRequest,
|
|
255
256
|
AccessControl,
|
|
256
257
|
ListScdnLogTasksResponse,
|
|
@@ -357,6 +358,7 @@ import {
|
|
|
357
358
|
TopDataMore,
|
|
358
359
|
DiagnoseList,
|
|
359
360
|
IpFilterPathRule,
|
|
361
|
+
ScdnAclRule,
|
|
360
362
|
} from "./cdn_models"
|
|
361
363
|
|
|
362
364
|
/**
|
|
@@ -369,13 +371,13 @@ export class Client extends AbstractClient {
|
|
|
369
371
|
}
|
|
370
372
|
|
|
371
373
|
/**
|
|
372
|
-
*
|
|
374
|
+
* AddCLSTopicDomains 用于新增域名到某日志主题下
|
|
373
375
|
*/
|
|
374
|
-
async
|
|
375
|
-
req:
|
|
376
|
-
cb?: (error: string, rep:
|
|
377
|
-
): Promise<
|
|
378
|
-
return this.request("
|
|
376
|
+
async AddCLSTopicDomains(
|
|
377
|
+
req: AddCLSTopicDomainsRequest,
|
|
378
|
+
cb?: (error: string, rep: AddCLSTopicDomainsResponse) => void
|
|
379
|
+
): Promise<AddCLSTopicDomainsResponse> {
|
|
380
|
+
return this.request("AddCLSTopicDomains", req, cb)
|
|
379
381
|
}
|
|
380
382
|
|
|
381
383
|
/**
|
|
@@ -536,13 +538,13 @@ export class Client extends AbstractClient {
|
|
|
536
538
|
}
|
|
537
539
|
|
|
538
540
|
/**
|
|
539
|
-
*
|
|
541
|
+
* 动态打包任务提交接口
|
|
540
542
|
*/
|
|
541
|
-
async
|
|
542
|
-
req:
|
|
543
|
-
cb?: (error: string, rep:
|
|
544
|
-
): Promise<
|
|
545
|
-
return this.request("
|
|
543
|
+
async CreateEdgePackTask(
|
|
544
|
+
req: CreateEdgePackTaskRequest,
|
|
545
|
+
cb?: (error: string, rep: CreateEdgePackTaskResponse) => void
|
|
546
|
+
): Promise<CreateEdgePackTaskResponse> {
|
|
547
|
+
return this.request("CreateEdgePackTask", req, cb)
|
|
546
548
|
}
|
|
547
549
|
|
|
548
550
|
/**
|
|
@@ -867,6 +869,16 @@ export class Client extends AbstractClient {
|
|
|
867
869
|
return this.request("ListTopDDoSData", req, cb)
|
|
868
870
|
}
|
|
869
871
|
|
|
872
|
+
/**
|
|
873
|
+
* DescribeDomains 用于查询内容分发网络加速域名(含境内、境外)基本配置信息,包括项目ID、服务状态,业务类型、创建时间、更新时间等信息。
|
|
874
|
+
*/
|
|
875
|
+
async DescribeDomains(
|
|
876
|
+
req: DescribeDomainsRequest,
|
|
877
|
+
cb?: (error: string, rep: DescribeDomainsResponse) => void
|
|
878
|
+
): Promise<DescribeDomainsResponse> {
|
|
879
|
+
return this.request("DescribeDomains", req, cb)
|
|
880
|
+
}
|
|
881
|
+
|
|
870
882
|
/**
|
|
871
883
|
* PurgeUrlsCache 用于批量提交 URL 进行刷新,根据 URL 中域名的当前加速区域进行对应区域的刷新。
|
|
872
884
|
默认情况下境内、境外加速区域每日 URL 刷新额度各为 10000 条,每次最多可提交 1000 条。
|
|
@@ -1252,27 +1252,37 @@ domain:当查询整个AppID下数据时,按照域名请求量排序
|
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
1254
|
/**
|
|
1255
|
-
*
|
|
1255
|
+
* 缓存配置高级版本规则
|
|
1256
1256
|
*/
|
|
1257
|
-
export interface
|
|
1257
|
+
export interface AdvanceCacheRule {
|
|
1258
1258
|
/**
|
|
1259
|
-
*
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1259
|
+
* 规则类型:
|
|
1260
|
+
all:所有文件生效
|
|
1261
|
+
file:指定文件后缀生效
|
|
1262
|
+
directory:指定路径生效
|
|
1263
|
+
path:指定绝对路径生效
|
|
1264
|
+
default:源站未返回 max-age 情况下的缓存规则
|
|
1265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
1266
|
*/
|
|
1265
|
-
|
|
1267
|
+
CacheType: string
|
|
1266
1268
|
|
|
1267
1269
|
/**
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1270
|
+
* 对应类型下的匹配内容:
|
|
1271
|
+
all 时填充 *
|
|
1272
|
+
file 时填充后缀名,如 jpg、txt
|
|
1273
|
+
directory 时填充路径,如 /xxx/test/
|
|
1274
|
+
path 时填充绝对路径,如 /xxx/test.html
|
|
1275
|
+
default 时填充 "no max-age"
|
|
1276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1277
|
+
*/
|
|
1278
|
+
CacheContents: Array<string>
|
|
1271
1279
|
|
|
1272
1280
|
/**
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1281
|
+
* 缓存过期时间
|
|
1282
|
+
单位为秒,最大可设置为 365 天
|
|
1283
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1284
|
+
*/
|
|
1285
|
+
CacheTime: number
|
|
1276
1286
|
}
|
|
1277
1287
|
|
|
1278
1288
|
/**
|
|
@@ -5509,23 +5519,13 @@ export interface DistrictIspInfo {
|
|
|
5509
5519
|
}
|
|
5510
5520
|
|
|
5511
5521
|
/**
|
|
5512
|
-
*
|
|
5522
|
+
* AddCLSTopicDomains返回参数结构体
|
|
5513
5523
|
*/
|
|
5514
|
-
export interface
|
|
5524
|
+
export interface AddCLSTopicDomainsResponse {
|
|
5515
5525
|
/**
|
|
5516
|
-
*
|
|
5517
|
-
*/
|
|
5518
|
-
MatchKey: string
|
|
5519
|
-
|
|
5520
|
-
/**
|
|
5521
|
-
* 逻辑操作符,取值如下
|
|
5522
|
-
*/
|
|
5523
|
-
LogiOperator: string
|
|
5524
|
-
|
|
5525
|
-
/**
|
|
5526
|
-
* 匹配值。
|
|
5526
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5527
5527
|
*/
|
|
5528
|
-
|
|
5528
|
+
RequestId?: string
|
|
5529
5529
|
}
|
|
5530
5530
|
|
|
5531
5531
|
/**
|
|
@@ -6232,6 +6232,31 @@ export interface ManageClsTopicDomainsRequest {
|
|
|
6232
6232
|
DomainAreaConfigs?: Array<DomainAreaConfig>
|
|
6233
6233
|
}
|
|
6234
6234
|
|
|
6235
|
+
/**
|
|
6236
|
+
* AddCLSTopicDomains请求参数结构体
|
|
6237
|
+
*/
|
|
6238
|
+
export interface AddCLSTopicDomainsRequest {
|
|
6239
|
+
/**
|
|
6240
|
+
* 日志集ID
|
|
6241
|
+
*/
|
|
6242
|
+
LogsetId: string
|
|
6243
|
+
|
|
6244
|
+
/**
|
|
6245
|
+
* 日志主题ID
|
|
6246
|
+
*/
|
|
6247
|
+
TopicId: string
|
|
6248
|
+
|
|
6249
|
+
/**
|
|
6250
|
+
* 域名区域配置
|
|
6251
|
+
*/
|
|
6252
|
+
DomainAreaConfigs: Array<DomainAreaConfig>
|
|
6253
|
+
|
|
6254
|
+
/**
|
|
6255
|
+
* 接入渠道,cdn或者ecdn,默认值为cdn
|
|
6256
|
+
*/
|
|
6257
|
+
Channel?: string
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6235
6260
|
/**
|
|
6236
6261
|
* ListDiagnoseReport请求参数结构体
|
|
6237
6262
|
*/
|
|
@@ -8339,37 +8364,27 @@ export interface DescribeCdnIpResponse {
|
|
|
8339
8364
|
}
|
|
8340
8365
|
|
|
8341
8366
|
/**
|
|
8342
|
-
*
|
|
8367
|
+
* DescribeCdnData返回参数结构体
|
|
8343
8368
|
*/
|
|
8344
|
-
export interface
|
|
8369
|
+
export interface DescribeCdnDataResponse {
|
|
8345
8370
|
/**
|
|
8346
|
-
*
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
default:源站未返回 max-age 情况下的缓存规则
|
|
8352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8371
|
+
* 返回数据的时间粒度,查询时指定:
|
|
8372
|
+
min:1 分钟粒度
|
|
8373
|
+
5min:5 分钟粒度
|
|
8374
|
+
hour:1 小时粒度
|
|
8375
|
+
day:天粒度
|
|
8353
8376
|
*/
|
|
8354
|
-
|
|
8377
|
+
Interval: string
|
|
8355
8378
|
|
|
8356
8379
|
/**
|
|
8357
|
-
|
|
8358
|
-
|
|
8359
|
-
|
|
8360
|
-
directory 时填充路径,如 /xxx/test/
|
|
8361
|
-
path 时填充绝对路径,如 /xxx/test.html
|
|
8362
|
-
default 时填充 "no max-age"
|
|
8363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8364
|
-
*/
|
|
8365
|
-
CacheContents: Array<string>
|
|
8380
|
+
* 指定条件查询得到的数据明细
|
|
8381
|
+
*/
|
|
8382
|
+
Data: Array<ResourceData>
|
|
8366
8383
|
|
|
8367
8384
|
/**
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
*/
|
|
8372
|
-
CacheTime: number
|
|
8385
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8386
|
+
*/
|
|
8387
|
+
RequestId?: string
|
|
8373
8388
|
}
|
|
8374
8389
|
|
|
8375
8390
|
/**
|
|
@@ -11008,3 +11023,23 @@ path 时填充绝对路径,如 /xxx/test.html
|
|
|
11008
11023
|
*/
|
|
11009
11024
|
RulePaths: Array<string>
|
|
11010
11025
|
}
|
|
11026
|
+
|
|
11027
|
+
/**
|
|
11028
|
+
* 精准访问控制匹配规则
|
|
11029
|
+
*/
|
|
11030
|
+
export interface ScdnAclRule {
|
|
11031
|
+
/**
|
|
11032
|
+
* 匹配关键字
|
|
11033
|
+
*/
|
|
11034
|
+
MatchKey: string
|
|
11035
|
+
|
|
11036
|
+
/**
|
|
11037
|
+
* 逻辑操作符,取值如下
|
|
11038
|
+
*/
|
|
11039
|
+
LogiOperator: string
|
|
11040
|
+
|
|
11041
|
+
/**
|
|
11042
|
+
* 匹配值。
|
|
11043
|
+
*/
|
|
11044
|
+
MatchValue: string
|
|
11045
|
+
}
|