tencentcloud-sdk-nodejs 4.0.353 → 4.0.356
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 +765 -0
- package/SERVICE_CHANGELOG.md +1168 -327
- package/package.json +1 -1
- package/products.md +31 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_models.ts +16 -0
- package/src/services/api/v20201106/api_models.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +70 -8
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_client.ts +27 -15
- package/src/services/cdn/v20180606/cdn_models.ts +87 -52
- package/src/services/cls/v20201016/cls_models.ts +7 -1
- 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 +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +7 -1
- package/src/services/emr/v20190103/emr_client.ts +3 -1
- package/src/services/emr/v20190103/emr_models.ts +90 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +8 -8
- package/src/services/live/v20180801/live_models.ts +39 -5
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +53 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +10 -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/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +56 -0
- package/src/services/tcss/v20201101/tcss_models.ts +16 -1
- package/src/services/tem/v20210701/tem_models.ts +15 -10
- package/src/services/teo/v20220106/teo_client.ts +288 -51
- package/src/services/teo/v20220106/teo_models.ts +2232 -362
- package/src/services/tiia/v20190529/tiia_client.ts +8 -3
- package/src/services/tiia/v20190529/tiia_models.ts +243 -72
- package/src/services/tione/index.ts +2 -0
- package/src/services/tione/v20211111/index.ts +6 -0
- package/src/services/tione/v20211111/tione_client.ts +388 -0
- package/src/services/tione/v20211111/tione_models.ts +3004 -0
- package/src/services/tke/v20180525/tke_models.ts +11 -0
- package/src/services/trp/index.ts +5 -0
- package/src/services/trp/v20210515/index.ts +6 -0
- package/src/services/trp/v20210515/trp_client.ts +377 -0
- package/src/services/trp/v20210515/trp_models.ts +1708 -0
- package/src/services/trtc/v20190722/trtc_client.ts +91 -61
- package/src/services/trtc/v20190722/trtc_models.ts +1145 -994
- 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/advisor/v20200721/advisor_models.d.ts +13 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +59 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -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/cls/v20201016/cls_models.d.ts +6 -1
- 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 +10 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +74 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -8
- package/tencentcloud/services/live/v20180801/live_client.js +6 -7
- package/tencentcloud/services/live/v20180801/live_models.d.ts +34 -5
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +45 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -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/tcm/v20210413/tcm_models.d.ts +46 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +14 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -10
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +79 -11
- package/tencentcloud/services/teo/v20220106/teo_client.js +117 -15
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1890 -309
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +214 -65
- package/tencentcloud/services/tione/index.d.ts +4 -0
- package/tencentcloud/services/tione/index.js +2 -0
- package/tencentcloud/services/tione/v20211111/index.d.ts +6 -0
- package/tencentcloud/services/tione/v20211111/index.js +9 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +114 -0
- package/tencentcloud/services/tione/v20211111/tione_client.js +187 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2545 -0
- package/tencentcloud/services/tione/v20211111/tione_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +9 -0
- package/tencentcloud/services/trp/index.d.ts +6 -0
- package/tencentcloud/services/trp/index.js +7 -0
- package/tencentcloud/services/trp/v20210515/index.d.ts +6 -0
- package/tencentcloud/services/trp/v20210515/index.js +9 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +122 -0
- package/tencentcloud/services/trp/v20210515/trp_client.js +199 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1431 -0
- package/tencentcloud/services/trp/v20210515/trp_models.js +18 -0
- 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/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/oceanus.v20190422.test.js +10 -0
- package/test/tan.v20220420.test.js +31 -0
- package/test/teo.v20220106.test.js +180 -10
- package/test/tione.v20211111.test.js +281 -0
- package/test/trp.v20210515.test.js +301 -0
- package/test/trtc.v20190722.test.js +24 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-
|
|
5
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
@@ -10,7 +10,7 @@
|
|
|
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
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
|
|
22
22
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
|
|
23
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-
|
|
23
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
|
|
24
24
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
25
25
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
26
26
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
@@ -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-06-
|
|
39
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-08 06:05:02 |
|
|
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 |
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
52
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-08 06:06:22 |
|
|
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-06-
|
|
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 |
|
|
@@ -67,7 +67,7 @@
|
|
|
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 |
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
|
|
81
81
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
82
82
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
83
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
84
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
85
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-
|
|
83
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-08 06:09:23 |
|
|
84
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
85
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-07 06:07:22 |
|
|
86
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
88
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
@@ -104,14 +104,14 @@
|
|
|
104
104
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
|
|
105
105
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
106
106
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
107
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-
|
|
107
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
|
|
108
108
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
109
109
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
110
110
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
111
111
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
|
|
112
112
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
113
113
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
114
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
114
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-08 06:11:54 |
|
|
115
115
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
116
116
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
117
117
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
@@ -119,17 +119,17 @@
|
|
|
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
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-
|
|
125
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-08 06:12:58 |
|
|
126
126
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
127
127
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
128
128
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
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
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
132
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
131
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
|
|
132
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-08 06:13:12 |
|
|
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 |
|
|
@@ -164,32 +165,33 @@
|
|
|
164
165
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
165
166
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
166
167
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
167
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-
|
|
168
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
168
169
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-01 06:16:29 |
|
|
169
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
170
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-08 06:15:35 |
|
|
170
171
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
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
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
174
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
174
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-08 06:16:15 |
|
|
175
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-08 06:16:20 |
|
|
175
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-06-
|
|
182
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-
|
|
182
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-03 06:14:26 |
|
|
183
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
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-06-
|
|
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
|
-
|
|
|
189
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
190
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-08 06:17:24 |
|
|
189
191
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-02 06:16:18 |
|
|
190
192
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
191
193
|
| 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-
|
|
194
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
193
195
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
194
196
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
195
197
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.356"
|
|
@@ -49,6 +49,16 @@ export interface DescribeTaskStrategyRisksRequest {
|
|
|
49
49
|
* 偏移量,默认0
|
|
50
50
|
*/
|
|
51
51
|
Offset?: number
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 环境
|
|
55
|
+
*/
|
|
56
|
+
Env?: string
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 任务类型
|
|
60
|
+
*/
|
|
61
|
+
TaskType?: string
|
|
52
62
|
}
|
|
53
63
|
|
|
54
64
|
/**
|
|
@@ -139,6 +149,12 @@ export interface DescribeTaskStrategyRisksResponse {
|
|
|
139
149
|
*/
|
|
140
150
|
Risks: string
|
|
141
151
|
|
|
152
|
+
/**
|
|
153
|
+
* 巡检资源数
|
|
154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
155
|
+
*/
|
|
156
|
+
ResourceCount: number
|
|
157
|
+
|
|
142
158
|
/**
|
|
143
159
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
144
160
|
*/
|
|
@@ -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
|
}
|
|
@@ -680,6 +680,34 @@ export interface BillResourceSummary {
|
|
|
680
680
|
* 区域ID
|
|
681
681
|
*/
|
|
682
682
|
RegionId: number
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
|
|
686
|
+
|
|
687
|
+
ri=Standard RI
|
|
688
|
+
|
|
689
|
+
svp=Savings Plan
|
|
690
|
+
|
|
691
|
+
si=Spot Instances
|
|
692
|
+
|
|
693
|
+
rp=Resource Pack
|
|
694
|
+
*/
|
|
695
|
+
InstanceType: string
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* 按组件原价的口径换算的预留实例抵扣金额
|
|
699
|
+
*/
|
|
700
|
+
OriginalCostWithRI: string
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* 节省计划抵扣的SP包面值
|
|
704
|
+
*/
|
|
705
|
+
SPDeduction: string
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* 按组件原价的口径换算的节省计划抵扣金额
|
|
709
|
+
*/
|
|
710
|
+
OriginalCostWithSP: string
|
|
683
711
|
}
|
|
684
712
|
|
|
685
713
|
/**
|
|
@@ -1139,10 +1167,6 @@ export interface DescribeBillDetailRequest {
|
|
|
1139
1167
|
小时费用
|
|
1140
1168
|
预留实例退款
|
|
1141
1169
|
按量计费冲正
|
|
1142
|
-
按量计费冲正
|
|
1143
|
-
按量计费冲正
|
|
1144
|
-
按量计费冲正
|
|
1145
|
-
按量计费冲正
|
|
1146
1170
|
包年包月转按量
|
|
1147
1171
|
*/
|
|
1148
1172
|
ActionType?: string
|
|
@@ -1653,6 +1677,48 @@ export interface BillDetailComponent {
|
|
|
1653
1677
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
1678
|
*/
|
|
1655
1679
|
ContractPrice: string
|
|
1680
|
+
|
|
1681
|
+
/**
|
|
1682
|
+
* 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
|
|
1683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1684
|
+
*/
|
|
1685
|
+
InstanceType: string
|
|
1686
|
+
|
|
1687
|
+
/**
|
|
1688
|
+
* 预留实例抵扣的使用时长,时长单位与被抵扣的时长单位保持一致
|
|
1689
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1690
|
+
*/
|
|
1691
|
+
RiTimeSpan: string
|
|
1692
|
+
|
|
1693
|
+
/**
|
|
1694
|
+
* 按组件原价的口径换算的预留实例抵扣金额
|
|
1695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1696
|
+
*/
|
|
1697
|
+
OriginalCostWithRI: string
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* 节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
|
1701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
|
+
*/
|
|
1703
|
+
SPDeductionRate: string
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* 节省计划抵扣的SP包面值
|
|
1707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1708
|
+
*/
|
|
1709
|
+
SPDeduction: string
|
|
1710
|
+
|
|
1711
|
+
/**
|
|
1712
|
+
* 按组件原价的口径换算的节省计划抵扣金额
|
|
1713
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1714
|
+
*/
|
|
1715
|
+
OriginalCostWithSP: string
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* 综合了官网折扣、预留实例抵扣、节省计划抵扣的混合折扣率。若没有预留实例抵扣、节省计划抵扣,混合折扣率等于折扣率
|
|
1719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1720
|
+
*/
|
|
1721
|
+
BlendedDiscount: string
|
|
1656
1722
|
}
|
|
1657
1723
|
|
|
1658
1724
|
/**
|
|
@@ -2149,10 +2215,6 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
2149
2215
|
小时费用
|
|
2150
2216
|
预留实例退款
|
|
2151
2217
|
按量计费冲正
|
|
2152
|
-
按量计费冲正
|
|
2153
|
-
按量计费冲正
|
|
2154
|
-
按量计费冲正
|
|
2155
|
-
按量计费冲正
|
|
2156
2218
|
包年包月转按量
|
|
2157
2219
|
*/
|
|
2158
2220
|
ActionType?: string
|
|
@@ -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
|
+
}
|