tencentcloud-sdk-nodejs 4.0.883 → 4.0.885
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 +567 -0
- package/SERVICE_CHANGELOG.md +653 -114
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +67 -0
- package/src/services/asr/v20190614/asr_models.ts +22 -0
- package/src/services/cbs/v20170312/cbs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +4 -4
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -17
- package/src/services/cls/v20201016/cls_models.ts +27 -4
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +32 -75
- package/src/services/domain/v20180808/domain_client.ts +1 -0
- package/src/services/domain/v20180808/domain_models.ts +20 -0
- package/src/services/emr/v20190103/emr_client.ts +7 -2
- package/src/services/emr/v20190103/emr_models.ts +357 -106
- package/src/services/ess/v20201111/ess_client.ts +5 -5
- package/src/services/ess/v20201111/ess_models.ts +10 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/ims/v20201229/ims_client.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/ioa/v20220601/ioa_models.ts +55 -45
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
- package/src/services/mps/v20190612/mps_models.ts +87 -66
- package/src/services/ocr/v20181119/ocr_models.ts +8 -0
- package/src/services/redis/v20180412/redis_models.ts +12 -10
- package/src/services/ssl/v20191205/ssl_client.ts +27 -13
- package/src/services/ssl/v20191205/ssl_models.ts +486 -357
- package/src/services/tdmq/v20200217/tdmq_models.ts +69 -5
- package/src/services/thpc/v20230321/thpc_models.ts +31 -19
- package/src/services/tke/v20180525/tke_client.ts +7 -7
- package/src/services/tke/v20180525/tke_models.ts +46 -26
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vclm/index.ts +5 -0
- package/src/services/vclm/v20240523/index.ts +6 -0
- package/src/services/vclm/v20240523/vclm_client.ts +117 -0
- package/src/services/vclm/v20240523/vclm_models.ts +363 -0
- package/src/services/vdb/v20230616/vdb_models.ts +10 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +65 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +22 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +4 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +4 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +27 -4
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -73
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +19 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +352 -106
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +55 -45
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +87 -66
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -10
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +481 -356
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +69 -5
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +31 -19
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +7 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +46 -26
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vclm/index.d.ts +6 -0
- package/tencentcloud/services/vclm/index.js +7 -0
- package/tencentcloud/services/vclm/v20240523/index.d.ts +6 -0
- package/tencentcloud/services/vclm/v20240523/index.js +9 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +38 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +73 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +331 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.js +18 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +10 -0
- package/test/aiart.v20221229.test.js +10 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/ssl.v20191205.test.js +12 -2
- package/test/vclm.v20240523.test.js +91 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-06-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-06-28 01:03:50 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-27 01:05:14 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-06-28 01:05:34 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-26 01:10:30 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
|
-
| cdwch | [
|
|
47
|
+
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-06-27 01:07:08 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-20 01:19:00 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-27 01:07:40 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-06-21 01:22:04 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-28 01:07:19 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-20 01:24:58 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-28 01:08:04 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-26 01:13:42 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-27 01:11:00 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-28 01:11:14 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-28 01:11:37 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-28 01:11:51 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-06-20 01:44:21 |
|
|
106
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-
|
|
106
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
@@ -119,16 +119,16 @@
|
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-06-
|
|
123
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-06-28 01:12:55 |
|
|
123
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-27 01:13:47 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 01:13:57 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-21 01:58:00 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-20 01:58:59 |
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-28 01:16:00 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-28 01:16:42 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-21 02:03:56 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
|
|
167
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-
|
|
167
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-27 01:17:54 |
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-
|
|
172
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-28 01:17:47 |
|
|
172
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-06-28 01:17:54 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-06-21 16:30:49 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
175
175
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
180
180
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
|
|
181
181
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
182
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-06-
|
|
182
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-06-28 01:18:28 |
|
|
183
183
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-28 01:20:13 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
|
|
209
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
|
|
210
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-
|
|
210
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-06-27 01:21:12 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
213
213
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -225,15 +225,16 @@
|
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-25 01:24:46 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-28 01:21:55 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-20 02:26:25 |
|
|
230
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-
|
|
230
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-27 01:22:43 |
|
|
231
231
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-06-25 01:25:47 |
|
|
232
232
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
233
233
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-26 01:27:08 |
|
|
234
234
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
235
235
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
236
|
-
|
|
|
236
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-06-28 01:22:51 |
|
|
237
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
|
|
237
238
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
238
239
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
239
240
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.885"
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
SubmitTextToImageProJobResponse,
|
|
32
32
|
SubmitTrainPortraitModelJobRequest,
|
|
33
33
|
TextToImageRequest,
|
|
34
|
+
GenerateAvatarRequest,
|
|
34
35
|
LogoRect,
|
|
35
36
|
Filter,
|
|
36
37
|
SubmitTrainPortraitModelJobResponse,
|
|
@@ -38,6 +39,7 @@ import {
|
|
|
38
39
|
ImageToImageResponse,
|
|
39
40
|
UploadTrainPortraitImagesResponse,
|
|
40
41
|
QueryTextToImageProJobRequest,
|
|
42
|
+
GenerateAvatarResponse,
|
|
41
43
|
TextToImageResponse,
|
|
42
44
|
SubmitDrawPortraitJobRequest,
|
|
43
45
|
} from "./aiart_models"
|
|
@@ -94,6 +96,17 @@ export class Client extends AbstractClient {
|
|
|
94
96
|
return this.request("QueryTextToImageProJob", req, cb)
|
|
95
97
|
}
|
|
96
98
|
|
|
99
|
+
/**
|
|
100
|
+
* 百变头像接口将根据输入的人像照片,生成风格百变的头像。
|
|
101
|
+
百变头像默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
|
|
102
|
+
*/
|
|
103
|
+
async GenerateAvatar(
|
|
104
|
+
req: GenerateAvatarRequest,
|
|
105
|
+
cb?: (error: string, rep: GenerateAvatarResponse) => void
|
|
106
|
+
): Promise<GenerateAvatarResponse> {
|
|
107
|
+
return this.request("GenerateAvatar", req, cb)
|
|
108
|
+
}
|
|
109
|
+
|
|
97
110
|
/**
|
|
98
111
|
* AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。
|
|
99
112
|
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
@@ -407,6 +407,57 @@ export interface TextToImageRequest {
|
|
|
407
407
|
RspImgType?: string
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
+
/**
|
|
411
|
+
* GenerateAvatar请求参数结构体
|
|
412
|
+
*/
|
|
413
|
+
export interface GenerateAvatarRequest {
|
|
414
|
+
/**
|
|
415
|
+
* 头像风格。
|
|
416
|
+
请在 [百变头像风格列表](https://cloud.tencent.com/document/product/1668/107741) 中选择期望的风格,必须传入风格编号。
|
|
417
|
+
*/
|
|
418
|
+
Style: string
|
|
419
|
+
/**
|
|
420
|
+
* 输入图 Base64 数据。
|
|
421
|
+
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
|
422
|
+
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
423
|
+
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
424
|
+
*/
|
|
425
|
+
InputImage?: string
|
|
426
|
+
/**
|
|
427
|
+
* 输入图 Url。
|
|
428
|
+
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
|
429
|
+
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
430
|
+
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
431
|
+
*/
|
|
432
|
+
InputUrl?: string
|
|
433
|
+
/**
|
|
434
|
+
* 输入图像质量检测开关,默认开启。
|
|
435
|
+
1:开启
|
|
436
|
+
0:关闭
|
|
437
|
+
建议开启检测,可提升生成效果,关闭检测可能因输入图像质量较差导致生成效果受损。
|
|
438
|
+
开启后,将增强对输入图像的质量要求,如果输入图像单边分辨率<500、图像中人脸占比较小、存在多人、没有检测到人脸、人脸不完整、人脸遮挡等,将被拦截。
|
|
439
|
+
关闭后,将降低对输入图像的质量要求,如果图像中没有检测到人脸或人脸占比过小等,将被拦截。
|
|
440
|
+
*/
|
|
441
|
+
Filter?: number
|
|
442
|
+
/**
|
|
443
|
+
* 为生成结果图添加标识的开关,默认为1。
|
|
444
|
+
1:添加标识。
|
|
445
|
+
0:不添加标识。
|
|
446
|
+
其他数值:默认按1处理。
|
|
447
|
+
建议您使用显著标识来提示结果图是 AI 生成的图片。
|
|
448
|
+
*/
|
|
449
|
+
LogoAdd?: number
|
|
450
|
+
/**
|
|
451
|
+
* 标识内容设置。
|
|
452
|
+
默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
453
|
+
*/
|
|
454
|
+
LogoParam?: LogoParam
|
|
455
|
+
/**
|
|
456
|
+
* 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
|
|
457
|
+
*/
|
|
458
|
+
RspImgType?: string
|
|
459
|
+
}
|
|
460
|
+
|
|
410
461
|
/**
|
|
411
462
|
* 输入框
|
|
412
463
|
*/
|
|
@@ -520,6 +571,22 @@ export interface QueryTextToImageProJobRequest {
|
|
|
520
571
|
JobId: string
|
|
521
572
|
}
|
|
522
573
|
|
|
574
|
+
/**
|
|
575
|
+
* GenerateAvatar返回参数结构体
|
|
576
|
+
*/
|
|
577
|
+
export interface GenerateAvatarResponse {
|
|
578
|
+
/**
|
|
579
|
+
* 根据入参 RspImgType 填入不同,返回不同的内容。
|
|
580
|
+
如果传入 base64 则返回生成图 Base64 编码。
|
|
581
|
+
如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
|
|
582
|
+
*/
|
|
583
|
+
ResultImage?: string
|
|
584
|
+
/**
|
|
585
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
586
|
+
*/
|
|
587
|
+
RequestId?: string
|
|
588
|
+
}
|
|
589
|
+
|
|
523
590
|
/**
|
|
524
591
|
* TextToImage返回参数结构体
|
|
525
592
|
*/
|
|
@@ -905,6 +905,28 @@ export interface CreateRecTaskRequest {
|
|
|
905
905
|
* 附加参数**(该参数无意义,忽略即可)**
|
|
906
906
|
*/
|
|
907
907
|
Extra?: string
|
|
908
|
+
/**
|
|
909
|
+
* 临时热词表:该参数用于提升识别准确率。
|
|
910
|
+
|
|
911
|
+
- 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或“ASR|11”;
|
|
912
|
+
|
|
913
|
+
- 临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
914
|
+
|
|
915
|
+
- 参数 hotword_id(热词表) 与 hotword_list(临时热词表) 区别:
|
|
916
|
+
|
|
917
|
+
- hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
|
|
918
|
+
|
|
919
|
+
- hotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;
|
|
920
|
+
|
|
921
|
+
注意:
|
|
922
|
+
|
|
923
|
+
- 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;
|
|
924
|
+
|
|
925
|
+
- 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
|
|
926
|
+
|
|
927
|
+
- 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。
|
|
928
|
+
*/
|
|
929
|
+
HotwordList?: string
|
|
908
930
|
}
|
|
909
931
|
|
|
910
932
|
/**
|
|
@@ -2023,11 +2023,11 @@ export interface AutoMountConfiguration {
|
|
|
2023
2023
|
/**
|
|
2024
2024
|
* 子机内的挂载点。
|
|
2025
2025
|
*/
|
|
2026
|
-
MountPoint
|
|
2026
|
+
MountPoint?: Array<string>
|
|
2027
2027
|
/**
|
|
2028
2028
|
* 文件系统类型,支持的有 ext4、xfs。
|
|
2029
2029
|
*/
|
|
2030
|
-
FileSystemType
|
|
2030
|
+
FileSystemType?: string
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
2033
|
/**
|
|
@@ -508,7 +508,7 @@ export class Client extends AbstractClient {
|
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
/**
|
|
511
|
-
* 修改
|
|
511
|
+
* 修改DIP主题属性
|
|
512
512
|
*/
|
|
513
513
|
async ModifyDatahubTopic(
|
|
514
514
|
req: ModifyDatahubTopicRequest,
|
|
@@ -608,7 +608,7 @@ export class Client extends AbstractClient {
|
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
/**
|
|
611
|
-
* 删除
|
|
611
|
+
* 删除Dip任务
|
|
612
612
|
*/
|
|
613
613
|
async DeleteDatahubTask(
|
|
614
614
|
req: DeleteDatahubTaskRequest,
|
|
@@ -648,7 +648,7 @@ export class Client extends AbstractClient {
|
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
/**
|
|
651
|
-
* 创建
|
|
651
|
+
* 创建DIP主题
|
|
652
652
|
*/
|
|
653
653
|
async CreateDatahubTopic(
|
|
654
654
|
req: CreateDatahubTopicRequest,
|
|
@@ -1109,7 +1109,7 @@ export class Client extends AbstractClient {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
/**
|
|
1112
|
-
* 获取
|
|
1112
|
+
* 获取DIP主题属性
|
|
1113
1113
|
*/
|
|
1114
1114
|
async DescribeDatahubTopic(
|
|
1115
1115
|
req: DescribeDatahubTopicRequest,
|
|
@@ -310,7 +310,7 @@ export interface DescribeDatahubTaskResponse {
|
|
|
310
310
|
/**
|
|
311
311
|
* 返回结果
|
|
312
312
|
*/
|
|
313
|
-
Result
|
|
313
|
+
Result?: DescribeDatahubTaskRes
|
|
314
314
|
/**
|
|
315
315
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
316
316
|
*/
|
|
@@ -551,7 +551,7 @@ export interface DescribeDatahubGroupOffsetsResponse {
|
|
|
551
551
|
/**
|
|
552
552
|
* 返回的结果对象
|
|
553
553
|
*/
|
|
554
|
-
Result
|
|
554
|
+
Result?: GroupOffsetResponse
|
|
555
555
|
/**
|
|
556
556
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
557
557
|
*/
|
|
@@ -716,7 +716,7 @@ export interface AuthorizeTokenResponse {
|
|
|
716
716
|
* 0 成功
|
|
717
717
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
718
718
|
*/
|
|
719
|
-
Result
|
|
719
|
+
Result?: number
|
|
720
720
|
/**
|
|
721
721
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
722
722
|
*/
|
|
@@ -751,7 +751,7 @@ export interface FetchLatestDatahubMessageListResponse {
|
|
|
751
751
|
/**
|
|
752
752
|
* 返回结果。
|
|
753
753
|
*/
|
|
754
|
-
Result
|
|
754
|
+
Result?: Array<ConsumerRecord>
|
|
755
755
|
/**
|
|
756
756
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
757
757
|
*/
|
|
@@ -1010,7 +1010,7 @@ export interface CreateRouteRequest {
|
|
|
1010
1010
|
*/
|
|
1011
1011
|
InstanceId: string
|
|
1012
1012
|
/**
|
|
1013
|
-
* 路由网络类型(3:vpc路由;
|
|
1013
|
+
* 路由网络类型(3:vpc路由;7:内部支撑路由)
|
|
1014
1014
|
*/
|
|
1015
1015
|
VipType: number
|
|
1016
1016
|
/**
|
|
@@ -1422,7 +1422,7 @@ export interface ModifyDatahubTaskResponse {
|
|
|
1422
1422
|
* 任务id
|
|
1423
1423
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1424
1424
|
*/
|
|
1425
|
-
Result
|
|
1425
|
+
Result?: DatahubTaskIdRes
|
|
1426
1426
|
/**
|
|
1427
1427
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1428
1428
|
*/
|
|
@@ -1969,7 +1969,7 @@ export interface CreateTokenResponse {
|
|
|
1969
1969
|
* token串
|
|
1970
1970
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1971
1971
|
*/
|
|
1972
|
-
Result
|
|
1972
|
+
Result?: string
|
|
1973
1973
|
/**
|
|
1974
1974
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1975
1975
|
*/
|
|
@@ -2565,7 +2565,7 @@ export interface GroupOffsetResponse {
|
|
|
2565
2565
|
*/
|
|
2566
2566
|
export interface CreateDatahubTopicRequest {
|
|
2567
2567
|
/**
|
|
2568
|
-
* 名称,是一个不超过 128
|
|
2568
|
+
* 名称,是一个不超过 128 个字符的字符串,必须以“AppId-”为首字符,剩余部分可以包含字母、数字和横划线(-)
|
|
2569
2569
|
*/
|
|
2570
2570
|
Name: string
|
|
2571
2571
|
/**
|
|
@@ -2749,7 +2749,7 @@ export interface DescribeDatahubTopicResponse {
|
|
|
2749
2749
|
/**
|
|
2750
2750
|
* 返回的结果对象
|
|
2751
2751
|
*/
|
|
2752
|
-
Result
|
|
2752
|
+
Result?: DescribeDatahubTopicResp
|
|
2753
2753
|
/**
|
|
2754
2754
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2755
2755
|
*/
|
|
@@ -3725,7 +3725,7 @@ export interface CreatePrometheusResponse {
|
|
|
3725
3725
|
/**
|
|
3726
3726
|
* 打通普罗米修斯
|
|
3727
3727
|
*/
|
|
3728
|
-
Result
|
|
3728
|
+
Result?: PrometheusResult
|
|
3729
3729
|
/**
|
|
3730
3730
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3731
3731
|
*/
|
|
@@ -4267,7 +4267,7 @@ export interface DeleteConnectResourceResponse {
|
|
|
4267
4267
|
/**
|
|
4268
4268
|
* 连接源的Id
|
|
4269
4269
|
*/
|
|
4270
|
-
Result
|
|
4270
|
+
Result?: ConnectResourceResourceIdResp
|
|
4271
4271
|
/**
|
|
4272
4272
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4273
4273
|
*/
|
|
@@ -4321,7 +4321,7 @@ export interface DeleteAclRuleResponse {
|
|
|
4321
4321
|
/**
|
|
4322
4322
|
* 返回被删除的规则的ID
|
|
4323
4323
|
*/
|
|
4324
|
-
Result
|
|
4324
|
+
Result?: number
|
|
4325
4325
|
/**
|
|
4326
4326
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4327
4327
|
*/
|
|
@@ -5531,7 +5531,7 @@ export interface CreateAclRuleResponse {
|
|
|
5531
5531
|
/**
|
|
5532
5532
|
* 规则的唯一表示Key
|
|
5533
5533
|
*/
|
|
5534
|
-
Result
|
|
5534
|
+
Result?: number
|
|
5535
5535
|
/**
|
|
5536
5536
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5537
5537
|
*/
|
|
@@ -5721,7 +5721,7 @@ export interface DeleteDatahubTaskResponse {
|
|
|
5721
5721
|
* 任务id
|
|
5722
5722
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5723
5723
|
*/
|
|
5724
|
-
Result
|
|
5724
|
+
Result?: DatahubTaskIdRes
|
|
5725
5725
|
/**
|
|
5726
5726
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5727
5727
|
*/
|
|
@@ -6029,7 +6029,7 @@ export interface DescribeConnectResourceResponse {
|
|
|
6029
6029
|
* 连接源的Id
|
|
6030
6030
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6031
6031
|
*/
|
|
6032
|
-
Result
|
|
6032
|
+
Result?: DescribeConnectResourceResp
|
|
6033
6033
|
/**
|
|
6034
6034
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6035
6035
|
*/
|
|
@@ -6651,7 +6651,7 @@ export interface CreateDatahubTopicResponse {
|
|
|
6651
6651
|
/**
|
|
6652
6652
|
* 返回创建结果
|
|
6653
6653
|
*/
|
|
6654
|
-
Result
|
|
6654
|
+
Result?: DatahubTopicResp
|
|
6655
6655
|
/**
|
|
6656
6656
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6657
6657
|
*/
|
|
@@ -7705,7 +7705,7 @@ export interface ModifyDatahubTopicResponse {
|
|
|
7705
7705
|
/**
|
|
7706
7706
|
* 返回结果集
|
|
7707
7707
|
*/
|
|
7708
|
-
Result
|
|
7708
|
+
Result?: JgwOperateResponse
|
|
7709
7709
|
/**
|
|
7710
7710
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7711
7711
|
*/
|
|
@@ -1341,6 +1341,19 @@ export interface AlarmTargetInfo {
|
|
|
1341
1341
|
* 查询范围终止时间相对于告警执行时间的偏移,单位为分钟,取值为非正,须大于StartTimeOffset,最大值为0,最小值为-1440。
|
|
1342
1342
|
*/
|
|
1343
1343
|
EndTimeOffset?: number
|
|
1344
|
+
/**
|
|
1345
|
+
* 检索语法规则,默认值为0。
|
|
1346
|
+
0:Lucene语法,1:CQL语法。
|
|
1347
|
+
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
|
1348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1349
|
+
*/
|
|
1350
|
+
SyntaxRule?: number
|
|
1351
|
+
/**
|
|
1352
|
+
* 主题类型。
|
|
1353
|
+
0: 日志主题,1: 指标主题
|
|
1354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1355
|
+
*/
|
|
1356
|
+
BizType?: number
|
|
1344
1357
|
}
|
|
1345
1358
|
|
|
1346
1359
|
/**
|
|
@@ -2233,7 +2246,7 @@ export interface ModifyAlarmRequest {
|
|
|
2233
2246
|
*/
|
|
2234
2247
|
MultiConditions?: Array<MultiCondition>
|
|
2235
2248
|
/**
|
|
2236
|
-
* 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为
|
|
2249
|
+
* 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。
|
|
2237
2250
|
*/
|
|
2238
2251
|
TriggerCount?: number
|
|
2239
2252
|
/**
|
|
@@ -2412,7 +2425,7 @@ export interface CreateAlarmRequest {
|
|
|
2412
2425
|
*/
|
|
2413
2426
|
MonitorTime: MonitorTime
|
|
2414
2427
|
/**
|
|
2415
|
-
* 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为
|
|
2428
|
+
* 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。
|
|
2416
2429
|
*/
|
|
2417
2430
|
TriggerCount: number
|
|
2418
2431
|
/**
|
|
@@ -4886,6 +4899,11 @@ HotPeriod=0为没有开启日志沉降。
|
|
|
4886
4899
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4887
4900
|
*/
|
|
4888
4901
|
IsWebTracking?: boolean
|
|
4902
|
+
/**
|
|
4903
|
+
* 日志主题扩展信息
|
|
4904
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4905
|
+
*/
|
|
4906
|
+
Extends?: TopicExtendInfo
|
|
4889
4907
|
}
|
|
4890
4908
|
|
|
4891
4909
|
/**
|
|
@@ -6240,6 +6258,10 @@ export interface ModifyTopicRequest {
|
|
|
6240
6258
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
|
6241
6259
|
*/
|
|
6242
6260
|
IsWebTracking?: boolean
|
|
6261
|
+
/**
|
|
6262
|
+
* 日志主题扩展信息
|
|
6263
|
+
*/
|
|
6264
|
+
Extends?: TopicExtendInfo
|
|
6243
6265
|
/**
|
|
6244
6266
|
* 日志主题分区数量
|
|
6245
6267
|
*/
|
|
@@ -6417,7 +6439,7 @@ export interface ModifyLogsetResponse {
|
|
|
6417
6439
|
*/
|
|
6418
6440
|
export interface MonitorTime {
|
|
6419
6441
|
/**
|
|
6420
|
-
* 执行周期,
|
|
6442
|
+
* 执行周期, 可选值:`Period`、`Fixed`。
|
|
6421
6443
|
|
|
6422
6444
|
- Period:固定频率
|
|
6423
6445
|
- Fixed:固定时间
|
|
@@ -6425,8 +6447,9 @@ export interface MonitorTime {
|
|
|
6425
6447
|
Type: string
|
|
6426
6448
|
/**
|
|
6427
6449
|
* 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
|
|
6450
|
+
当type为`Period`,`Fixed`时,time字段生效。
|
|
6428
6451
|
*/
|
|
6429
|
-
Time
|
|
6452
|
+
Time?: number
|
|
6430
6453
|
}
|
|
6431
6454
|
|
|
6432
6455
|
/**
|