tencentcloud-sdk-nodejs 4.0.772 → 4.0.774
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 +203 -0
- package/SERVICE_CHANGELOG.md +268 -42
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -4
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +33 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +133 -18
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1 -0
- package/src/services/cfw/v20190904/cfw_client.ts +0 -14
- package/src/services/cfw/v20190904/cfw_models.ts +0 -33
- package/src/services/cwp/v20180228/cwp_models.ts +13 -5
- package/src/services/dasb/v20191018/dasb_models.ts +10 -0
- package/src/services/ess/v20201111/ess_client.ts +7 -7
- package/src/services/ess/v20201111/ess_models.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +8 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -4
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +14 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +63 -0
- package/src/services/mrs/v20200910/mrs_client.ts +27 -3
- package/src/services/mrs/v20200910/mrs_models.ts +136 -84
- package/src/services/oceanus/v20190422/oceanus_models.ts +7 -7
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/src/services/omics/v20221128/omics_models.ts +10 -6
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +5 -5
- package/src/services/tcss/v20201101/tcss_models.ts +16 -11
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +1 -0
- package/src/services/tsf/v20180326/tsf_models.ts +78 -11
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -4
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -7
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -9
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +129 -18
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -8
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +0 -31
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +13 -5
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -4
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +5 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +59 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +9 -1
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +12 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +132 -84
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +7 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -5
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -11
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +77 -11
- package/test/cdwch.v20200915.test.js +22 -12
- package/test/cfw.v20190904.test.js +0 -10
- package/test/hunyuan.v20230901.test.js +10 -0
- package/test/mrs.v20200910.test.js +20 -0
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-09-14 01:05:50 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-11-21 01:06:07 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) |
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2024-01-04 01:06:10 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-01
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-05 01:08:31 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-03 01:08:25 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) |
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-01-04 01:08:41 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-01
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-05 01:09:22 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-03 01:09:01 |
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) |
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-01-05 01:09:38 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-29 01:11:43 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-01 00:06:04 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
|
|
76
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) |
|
|
76
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-05 01:13:10 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-05 01:15:56 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-05 01:16:12 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-03 01:16:14 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) |
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-05 01:17:08 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-12-15 19:45:01 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
|
|
@@ -147,15 +147,15 @@
|
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-27 01:26:59 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-03 01:19:35 |
|
|
150
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) |
|
|
150
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-04 01:19:26 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-01
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) |
|
|
158
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) |
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-05 01:21:32 |
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-05 01:21:40 |
|
|
158
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
|
|
177
177
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) |
|
|
179
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-05 01:23:32 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
181
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-20 02:05:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
199
199
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
200
200
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
|
|
201
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-01-
|
|
201
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-01-05 01:25:17 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-21 02:11:13 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) |
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-05 01:26:43 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -217,21 +217,21 @@
|
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-26 01:27:04 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
219
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-01 00:20:49 |
|
|
220
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) |
|
|
220
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) |
|
|
223
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-04 01:25:28 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-29 01:27:46 |
|
|
228
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) |
|
|
228
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-05 01:28:46 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-01
|
|
234
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-05 01:29:30 |
|
|
235
235
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-27 01:44:26 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-26 02:05:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.774"
|
|
@@ -87,7 +87,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
87
87
|
Styles?: Array<string>
|
|
88
88
|
/**
|
|
89
89
|
* 生成图结果的配置,包括输出图片分辨率和尺寸等。
|
|
90
|
-
支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3
|
|
90
|
+
支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin。
|
|
91
91
|
*/
|
|
92
92
|
ResultConfig?: ResultConfig
|
|
93
93
|
/**
|
|
@@ -105,7 +105,8 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
105
105
|
LogoParam?: LogoParam
|
|
106
106
|
/**
|
|
107
107
|
* 生成自由度。
|
|
108
|
-
Strength
|
|
108
|
+
Strength 值越小,生成图和原图越接近,取值范围0 - 1,不传使用模型内置的默认值。
|
|
109
|
+
推荐的取值范围为0.6 - 0.8。
|
|
109
110
|
*/
|
|
110
111
|
Strength?: number
|
|
111
112
|
/**
|
|
@@ -143,9 +144,9 @@ export interface ResultConfig {
|
|
|
143
144
|
/**
|
|
144
145
|
* 生成图分辨率
|
|
145
146
|
|
|
146
|
-
智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9
|
|
147
|
+
智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768
|
|
147
148
|
|
|
148
|
-
智能图生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3
|
|
149
|
+
智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪
|
|
149
150
|
*/
|
|
150
151
|
Resolution?: string
|
|
151
152
|
}
|
|
@@ -3937,7 +3937,7 @@ export interface ModifyAuditServiceRequest {
|
|
|
3937
3937
|
*/
|
|
3938
3938
|
AuditRuleFilters?: Array<AuditRuleFilters>
|
|
3939
3939
|
/**
|
|
3940
|
-
*
|
|
3940
|
+
* 规则模板ID。
|
|
3941
3941
|
*/
|
|
3942
3942
|
RuleTemplateIds?: Array<string>
|
|
3943
3943
|
}
|
|
@@ -5647,7 +5647,7 @@ export interface CreateAccountsRequest {
|
|
|
5647
5647
|
*/
|
|
5648
5648
|
export interface DeleteAuditRuleTemplatesRequest {
|
|
5649
5649
|
/**
|
|
5650
|
-
*
|
|
5650
|
+
* 审计规则模板ID。
|
|
5651
5651
|
*/
|
|
5652
5652
|
RuleTemplateIds: Array<string>
|
|
5653
5653
|
}
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
DescribeInstanceShardsRequest,
|
|
22
22
|
ScaleOutInstanceRequest,
|
|
23
23
|
ScaleOutInstanceResponse,
|
|
24
|
-
|
|
24
|
+
DescribeInstancesNewResponse,
|
|
25
25
|
DatabasePrivilegeInfo,
|
|
26
26
|
DescribeInstanceKeyValConfigsRequest,
|
|
27
|
-
|
|
27
|
+
DescribeInstanceNodesRequest,
|
|
28
28
|
Charge,
|
|
29
29
|
DescribeClusterConfigsResponse,
|
|
30
30
|
ActionAlterCkUserRequest,
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
OpenBackUpRequest,
|
|
42
42
|
ModifyInstanceKeyValConfigsResponse,
|
|
43
43
|
BackupTableContent,
|
|
44
|
+
OpenBackUpResponse,
|
|
44
45
|
CreateInstanceNewResponse,
|
|
45
46
|
ConfigSubmitContext,
|
|
46
47
|
InstanceStateInfo,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
DescribeBackUpJobDetailResponse,
|
|
53
54
|
ModifyClusterConfigsRequest,
|
|
54
55
|
ScaleUpInstanceRequest,
|
|
56
|
+
GroupInfo,
|
|
55
57
|
DescribeInstanceKeyValConfigsResponse,
|
|
56
58
|
ServiceInfo,
|
|
57
59
|
MapConfigItem,
|
|
@@ -61,7 +63,7 @@ import {
|
|
|
61
63
|
DescribeInstancesNewRequest,
|
|
62
64
|
DeleteBackUpDataResponse,
|
|
63
65
|
ModifyInstanceKeyValConfigsRequest,
|
|
64
|
-
|
|
66
|
+
DescribeInstanceNodesResponse,
|
|
65
67
|
Tag,
|
|
66
68
|
BackUpJobDisplay,
|
|
67
69
|
DescribeClusterConfigsRequest,
|
|
@@ -73,9 +75,11 @@ import {
|
|
|
73
75
|
DescribeInstanceResponse,
|
|
74
76
|
DescribeBackUpJobResponse,
|
|
75
77
|
DescribeInstanceClustersRequest,
|
|
78
|
+
ResizeDiskRequest,
|
|
76
79
|
DescribeInstanceStateRequest,
|
|
77
80
|
NodesSummary,
|
|
78
81
|
DescribeInstanceShardsResponse,
|
|
82
|
+
InstanceNode,
|
|
79
83
|
InstanceConfigInfo,
|
|
80
84
|
DescribeBackUpJobDetailRequest,
|
|
81
85
|
CreateBackUpScheduleRequest,
|
|
@@ -144,6 +148,16 @@ export class Client extends AbstractClient {
|
|
|
144
148
|
return this.request("DescribeInstanceKeyValConfigs", req, cb)
|
|
145
149
|
}
|
|
146
150
|
|
|
151
|
+
/**
|
|
152
|
+
* 开启或者关闭策略
|
|
153
|
+
*/
|
|
154
|
+
async OpenBackUp(
|
|
155
|
+
req: OpenBackUpRequest,
|
|
156
|
+
cb?: (error: string, rep: OpenBackUpResponse) => void
|
|
157
|
+
): Promise<OpenBackUpResponse> {
|
|
158
|
+
return this.request("OpenBackUp", req, cb)
|
|
159
|
+
}
|
|
160
|
+
|
|
147
161
|
/**
|
|
148
162
|
* KV模式修改配置接口
|
|
149
163
|
*/
|
|
@@ -214,16 +228,6 @@ export class Client extends AbstractClient {
|
|
|
214
228
|
return this.request("DeleteBackUpData", req, cb)
|
|
215
229
|
}
|
|
216
230
|
|
|
217
|
-
/**
|
|
218
|
-
* 在集群配置页面修改集群配置文件接口,xml模式
|
|
219
|
-
*/
|
|
220
|
-
async ModifyClusterConfigs(
|
|
221
|
-
req: ModifyClusterConfigsRequest,
|
|
222
|
-
cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
|
|
223
|
-
): Promise<ModifyClusterConfigsResponse> {
|
|
224
|
-
return this.request("ModifyClusterConfigs", req, cb)
|
|
225
|
-
}
|
|
226
|
-
|
|
227
231
|
/**
|
|
228
232
|
* 新增和修改用户接口
|
|
229
233
|
*/
|
|
@@ -255,13 +259,13 @@ export class Client extends AbstractClient {
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
/**
|
|
258
|
-
*
|
|
262
|
+
* 在集群配置页面修改集群配置文件接口,xml模式
|
|
259
263
|
*/
|
|
260
|
-
async
|
|
261
|
-
req:
|
|
262
|
-
cb?: (error: string, rep:
|
|
263
|
-
): Promise<
|
|
264
|
-
return this.request("
|
|
264
|
+
async ModifyClusterConfigs(
|
|
265
|
+
req: ModifyClusterConfigsRequest,
|
|
266
|
+
cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
|
|
267
|
+
): Promise<ModifyClusterConfigsResponse> {
|
|
268
|
+
return this.request("ModifyClusterConfigs", req, cb)
|
|
265
269
|
}
|
|
266
270
|
|
|
267
271
|
/**
|
|
@@ -344,6 +348,16 @@ export class Client extends AbstractClient {
|
|
|
344
348
|
return this.request("DescribeInstance", req, cb)
|
|
345
349
|
}
|
|
346
350
|
|
|
351
|
+
/**
|
|
352
|
+
* 获取实例节点信息列表
|
|
353
|
+
*/
|
|
354
|
+
async DescribeInstanceNodes(
|
|
355
|
+
req: DescribeInstanceNodesRequest,
|
|
356
|
+
cb?: (error: string, rep: DescribeInstanceNodesResponse) => void
|
|
357
|
+
): Promise<DescribeInstanceNodesResponse> {
|
|
358
|
+
return this.request("DescribeInstanceNodes", req, cb)
|
|
359
|
+
}
|
|
360
|
+
|
|
347
361
|
/**
|
|
348
362
|
* 针对集群账号的权限做管控(新版)
|
|
349
363
|
*/
|
|
@@ -86,21 +86,21 @@ export interface ScaleOutInstanceResponse {
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* DescribeInstancesNew返回参数结构体
|
|
90
90
|
*/
|
|
91
|
-
export interface
|
|
91
|
+
export interface DescribeInstancesNewResponse {
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* 实例总数
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
TotalCount?: number
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 实例数组
|
|
98
98
|
*/
|
|
99
|
-
|
|
99
|
+
InstancesList?: Array<InstanceInfo>
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
102
102
|
*/
|
|
103
|
-
|
|
103
|
+
RequestId?: string
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
/**
|
|
@@ -138,13 +138,33 @@ export interface DescribeInstanceKeyValConfigsRequest {
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* DescribeInstanceNodes请求参数结构体
|
|
142
142
|
*/
|
|
143
|
-
export interface
|
|
143
|
+
export interface DescribeInstanceNodesRequest {
|
|
144
144
|
/**
|
|
145
|
-
*
|
|
145
|
+
* 集群实例ID
|
|
146
146
|
*/
|
|
147
|
-
|
|
147
|
+
InstanceId: string
|
|
148
|
+
/**
|
|
149
|
+
* 集群角色类型,默认为 "data"数据节点
|
|
150
|
+
*/
|
|
151
|
+
NodeRole?: string
|
|
152
|
+
/**
|
|
153
|
+
* 分页参数,第一页为0,第二页为10
|
|
154
|
+
*/
|
|
155
|
+
Offset?: number
|
|
156
|
+
/**
|
|
157
|
+
* 分页参数,分页步长,默认为10
|
|
158
|
+
*/
|
|
159
|
+
Limit?: number
|
|
160
|
+
/**
|
|
161
|
+
* 展现策略,All时显示所有
|
|
162
|
+
*/
|
|
163
|
+
DisplayPolicy?: string
|
|
164
|
+
/**
|
|
165
|
+
* 当true的时候返回所有节点,即Limit无限大
|
|
166
|
+
*/
|
|
167
|
+
ForceAll?: boolean
|
|
148
168
|
}
|
|
149
169
|
|
|
150
170
|
/**
|
|
@@ -488,6 +508,16 @@ export interface BackupTableContent {
|
|
|
488
508
|
Rip?: string
|
|
489
509
|
}
|
|
490
510
|
|
|
511
|
+
/**
|
|
512
|
+
* OpenBackUp返回参数结构体
|
|
513
|
+
*/
|
|
514
|
+
export interface OpenBackUpResponse {
|
|
515
|
+
/**
|
|
516
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
517
|
+
*/
|
|
518
|
+
RequestId?: string
|
|
519
|
+
}
|
|
520
|
+
|
|
491
521
|
/**
|
|
492
522
|
* CreateInstanceNew返回参数结构体
|
|
493
523
|
*/
|
|
@@ -988,6 +1018,24 @@ export interface ScaleUpInstanceRequest {
|
|
|
988
1018
|
ScaleUpEnableRolling: boolean
|
|
989
1019
|
}
|
|
990
1020
|
|
|
1021
|
+
/**
|
|
1022
|
+
* 集群分组信息描述
|
|
1023
|
+
*/
|
|
1024
|
+
export interface GroupInfo {
|
|
1025
|
+
/**
|
|
1026
|
+
* 分组名称
|
|
1027
|
+
*/
|
|
1028
|
+
GroupName: string
|
|
1029
|
+
/**
|
|
1030
|
+
* 分片变量名称
|
|
1031
|
+
*/
|
|
1032
|
+
ShardName: string
|
|
1033
|
+
/**
|
|
1034
|
+
* 副本变量名称
|
|
1035
|
+
*/
|
|
1036
|
+
ReplicaName: string
|
|
1037
|
+
}
|
|
1038
|
+
|
|
991
1039
|
/**
|
|
992
1040
|
* DescribeInstanceKeyValConfigs返回参数结构体
|
|
993
1041
|
*/
|
|
@@ -1176,17 +1224,18 @@ export interface ModifyInstanceKeyValConfigsRequest {
|
|
|
1176
1224
|
}
|
|
1177
1225
|
|
|
1178
1226
|
/**
|
|
1179
|
-
*
|
|
1227
|
+
* DescribeInstanceNodes返回参数结构体
|
|
1180
1228
|
*/
|
|
1181
|
-
export interface
|
|
1229
|
+
export interface DescribeInstanceNodesResponse {
|
|
1182
1230
|
/**
|
|
1183
|
-
*
|
|
1231
|
+
* 总数
|
|
1184
1232
|
*/
|
|
1185
|
-
TotalCount
|
|
1233
|
+
TotalCount: number
|
|
1186
1234
|
/**
|
|
1187
|
-
*
|
|
1235
|
+
* 实例节点总数
|
|
1236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1188
1237
|
*/
|
|
1189
|
-
|
|
1238
|
+
InstanceNodesList: Array<InstanceNode>
|
|
1190
1239
|
/**
|
|
1191
1240
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1192
1241
|
*/
|
|
@@ -1400,6 +1449,24 @@ export interface DescribeInstanceClustersRequest {
|
|
|
1400
1449
|
InstanceId: string
|
|
1401
1450
|
}
|
|
1402
1451
|
|
|
1452
|
+
/**
|
|
1453
|
+
* ResizeDisk请求参数结构体
|
|
1454
|
+
*/
|
|
1455
|
+
export interface ResizeDiskRequest {
|
|
1456
|
+
/**
|
|
1457
|
+
* 实例唯一ID
|
|
1458
|
+
*/
|
|
1459
|
+
InstanceId: string
|
|
1460
|
+
/**
|
|
1461
|
+
* 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点
|
|
1462
|
+
*/
|
|
1463
|
+
Type: string
|
|
1464
|
+
/**
|
|
1465
|
+
* 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍;
|
|
1466
|
+
*/
|
|
1467
|
+
DiskSize: number
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1403
1470
|
/**
|
|
1404
1471
|
* DescribeInstanceState请求参数结构体
|
|
1405
1472
|
*/
|
|
@@ -1494,6 +1561,54 @@ export interface DescribeInstanceShardsResponse {
|
|
|
1494
1561
|
RequestId?: string
|
|
1495
1562
|
}
|
|
1496
1563
|
|
|
1564
|
+
/**
|
|
1565
|
+
* 实例节点描述信息
|
|
1566
|
+
*/
|
|
1567
|
+
export interface InstanceNode {
|
|
1568
|
+
/**
|
|
1569
|
+
* IP地址
|
|
1570
|
+
*/
|
|
1571
|
+
Ip: string
|
|
1572
|
+
/**
|
|
1573
|
+
* 机型,如 S1
|
|
1574
|
+
*/
|
|
1575
|
+
Spec: string
|
|
1576
|
+
/**
|
|
1577
|
+
* cpu核数
|
|
1578
|
+
*/
|
|
1579
|
+
Core: number
|
|
1580
|
+
/**
|
|
1581
|
+
* 内存大小
|
|
1582
|
+
*/
|
|
1583
|
+
Memory: number
|
|
1584
|
+
/**
|
|
1585
|
+
* 磁盘类型
|
|
1586
|
+
*/
|
|
1587
|
+
DiskType: string
|
|
1588
|
+
/**
|
|
1589
|
+
* 磁盘大小
|
|
1590
|
+
*/
|
|
1591
|
+
DiskSize: number
|
|
1592
|
+
/**
|
|
1593
|
+
* 所属clickhouse cluster名称
|
|
1594
|
+
*/
|
|
1595
|
+
Cluster: string
|
|
1596
|
+
/**
|
|
1597
|
+
* 节点所属的分组信息
|
|
1598
|
+
*/
|
|
1599
|
+
NodeGroups: Array<GroupInfo>
|
|
1600
|
+
/**
|
|
1601
|
+
* VPC IP
|
|
1602
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1603
|
+
*/
|
|
1604
|
+
Rip: string
|
|
1605
|
+
/**
|
|
1606
|
+
* ture的时候表示该节点上部署了chproxy进程
|
|
1607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1608
|
+
*/
|
|
1609
|
+
IsCHProxy: boolean
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1497
1612
|
/**
|
|
1498
1613
|
* 集群配置信息
|
|
1499
1614
|
*/
|
|
@@ -36,7 +36,6 @@ import {
|
|
|
36
36
|
SyncFwOperateResponse,
|
|
37
37
|
DescribeNatAcRuleResponse,
|
|
38
38
|
ModifyBlockTopRequest,
|
|
39
|
-
ModifyPublicIPSwitchStatusResponse,
|
|
40
39
|
AddAclRuleRequest,
|
|
41
40
|
DescribeVpcFwGroupSwitchRequest,
|
|
42
41
|
FwDeploy,
|
|
@@ -104,7 +103,6 @@ import {
|
|
|
104
103
|
NatInstanceInfo,
|
|
105
104
|
SetNatFwEipResponse,
|
|
106
105
|
DeleteSecurityGroupRuleResponse,
|
|
107
|
-
ModifyPublicIPSwitchStatusRequest,
|
|
108
106
|
CreateNatRuleItem,
|
|
109
107
|
ModifyStorageSettingResponse,
|
|
110
108
|
AcListsData,
|
|
@@ -852,18 +850,6 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
852
850
|
return this.request("DescribeSwitchLists", req, cb)
|
|
853
851
|
}
|
|
854
852
|
|
|
855
|
-
/**
|
|
856
|
-
* 已上新接口,支持串行
|
|
857
|
-
|
|
858
|
-
单个修改互联网边界防火墙开关
|
|
859
|
-
*/
|
|
860
|
-
async ModifyPublicIPSwitchStatus(
|
|
861
|
-
req: ModifyPublicIPSwitchStatusRequest,
|
|
862
|
-
cb?: (error: string, rep: ModifyPublicIPSwitchStatusResponse) => void
|
|
863
|
-
): Promise<ModifyPublicIPSwitchStatusResponse> {
|
|
864
|
-
return this.request("ModifyPublicIPSwitchStatus", req, cb)
|
|
865
|
-
}
|
|
866
|
-
|
|
867
853
|
/**
|
|
868
854
|
* 修改规则表状态
|
|
869
855
|
*/
|
|
@@ -394,25 +394,6 @@ export interface ModifyBlockTopRequest {
|
|
|
394
394
|
OpeType: string
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
/**
|
|
398
|
-
* ModifyPublicIPSwitchStatus返回参数结构体
|
|
399
|
-
*/
|
|
400
|
-
export interface ModifyPublicIPSwitchStatusResponse {
|
|
401
|
-
/**
|
|
402
|
-
* 接口返回信息
|
|
403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
404
|
-
*/
|
|
405
|
-
ReturnMsg: string
|
|
406
|
-
/**
|
|
407
|
-
* 接口返回错误码,0请求成功 非0失败
|
|
408
|
-
*/
|
|
409
|
-
ReturnCode: number
|
|
410
|
-
/**
|
|
411
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
412
|
-
*/
|
|
413
|
-
RequestId?: string
|
|
414
|
-
}
|
|
415
|
-
|
|
416
397
|
/**
|
|
417
398
|
* AddAclRule请求参数结构体
|
|
418
399
|
*/
|
|
@@ -2383,20 +2364,6 @@ export interface DeleteSecurityGroupRuleResponse {
|
|
|
2383
2364
|
RequestId?: string
|
|
2384
2365
|
}
|
|
2385
2366
|
|
|
2386
|
-
/**
|
|
2387
|
-
* ModifyPublicIPSwitchStatus请求参数结构体
|
|
2388
|
-
*/
|
|
2389
|
-
export interface ModifyPublicIPSwitchStatusRequest {
|
|
2390
|
-
/**
|
|
2391
|
-
* 公网IP
|
|
2392
|
-
*/
|
|
2393
|
-
FireWallPublicIP: string
|
|
2394
|
-
/**
|
|
2395
|
-
* 状态值,0: 关闭 ,1:开启
|
|
2396
|
-
*/
|
|
2397
|
-
Status: number
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
2367
|
/**
|
|
2401
2368
|
* 创建NAT ACL规则参数结构
|
|
2402
2369
|
*/
|