tencentcloud-sdk-nodejs 4.0.617 → 4.0.618
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 +304 -0
- package/SERVICE_CHANGELOG.md +528 -23
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +21 -8
- package/src/services/cdwch/v20200915/cdwch_models.ts +131 -61
- package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -27
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -4
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +5 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +42 -0
- package/src/services/dts/v20180330/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +15 -3
- package/src/services/ess/v20201111/ess_models.ts +59 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -6
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +10 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -0
- package/src/services/mps/v20190612/mps_models.ts +72 -5
- package/src/services/ocr/v20181119/ocr_models.ts +5 -4
- package/src/services/organization/v20210331/organization_client.ts +39 -3
- package/src/services/organization/v20210331/organization_models.ts +163 -14
- package/src/services/postgres/v20170312/postgres_models.ts +14 -6
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +111 -52
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +47 -23
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +9 -4
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +35 -0
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -25
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +62 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +141 -14
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -5
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/test/cdwch.v20200915.test.js +12 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/organization.v20210331.test.js +30 -0
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-09 01:01:37 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
|
|
43
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-
|
|
43
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-09 01:06:01 |
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-09 01:06:20 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-09 01:07:13 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
48
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-
|
|
48
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-09 01:07:54 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-08 01:11:18 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-06 01:12:18 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-02 01:13:34 |
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-09 01:09:04 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-08 01:13:42 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-18 01:13:44 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-09 01:10:36 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-05 01:20:04 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-09 01:14:30 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-18 01:21:10 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-09 01:16:45 |
|
|
81
81
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-07 01:20:44 |
|
|
82
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-
|
|
82
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-09 01:17:37 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-01 09:50:15 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-09 01:20:26 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-09 01:20:47 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
@@ -130,15 +130,15 @@
|
|
|
130
130
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-07 01:33:34 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-
|
|
133
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-09 01:28:23 |
|
|
134
134
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-05-18 01:39:13 |
|
|
135
135
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
|
|
136
136
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
137
137
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
138
138
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
|
|
139
139
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-29 01:32:50 |
|
|
140
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
141
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-
|
|
140
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-09 01:29:13 |
|
|
141
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-09 01:30:06 |
|
|
142
142
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
143
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-18 01:42:15 |
|
|
144
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
|
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
|
|
149
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-
|
|
149
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-09 01:31:39 |
|
|
150
150
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
|
151
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-01
|
|
151
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-09 01:35:01 |
|
|
152
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-07 01:39:31 |
|
|
153
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
154
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-
|
|
154
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-09 01:35:46 |
|
|
155
155
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-05-18 01:45:21 |
|
|
156
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-26 01:47:14 |
|
|
157
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
162
162
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
|
|
163
163
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-08 01:51:22 |
|
|
164
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-
|
|
164
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-09 01:37:54 |
|
|
165
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
|
|
166
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
167
167
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
|
|
206
206
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-08 02:02:11 |
|
|
207
207
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
|
|
208
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-
|
|
208
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-09 01:45:39 |
|
|
209
209
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
210
210
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
211
211
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.618"
|
|
@@ -5813,6 +5813,15 @@ off:关闭
|
|
|
5813
5813
|
*/
|
|
5814
5814
|
Switch: string
|
|
5815
5815
|
|
|
5816
|
+
/**
|
|
5817
|
+
* 鉴权算法,取值有:
|
|
5818
|
+
md5:按MD5算法取hash值
|
|
5819
|
+
sha256:按SHA-256算法取hash值
|
|
5820
|
+
默认为 md5
|
|
5821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5822
|
+
*/
|
|
5823
|
+
AuthAlgorithm?: string
|
|
5824
|
+
|
|
5816
5825
|
/**
|
|
5817
5826
|
* 时间戳防盗链模式 A 配置
|
|
5818
5827
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -49,14 +49,17 @@ import {
|
|
|
49
49
|
ScaleUpInstanceRequest,
|
|
50
50
|
DescribeInstanceKeyValConfigsResponse,
|
|
51
51
|
ServiceInfo,
|
|
52
|
-
|
|
52
|
+
MapConfigItem,
|
|
53
53
|
ModifyClusterConfigsResponse,
|
|
54
54
|
DiskSpec,
|
|
55
|
+
DescribeInstancesNewRequest,
|
|
55
56
|
DescribeClusterConfigsRequest,
|
|
56
57
|
ModifyInstanceKeyValConfigsRequest,
|
|
57
|
-
|
|
58
|
+
DescribeInstancesNewResponse,
|
|
58
59
|
AttachCBSSpec,
|
|
59
60
|
ScaleOutInstanceRequest,
|
|
61
|
+
ResourceSpec,
|
|
62
|
+
SearchTags,
|
|
60
63
|
CreateBackUpScheduleResponse,
|
|
61
64
|
InstanceConfigItem,
|
|
62
65
|
DescribeInstanceResponse,
|
|
@@ -108,6 +111,16 @@ export class Client extends AbstractClient {
|
|
|
108
111
|
return this.request("CreateBackUpSchedule", req, cb)
|
|
109
112
|
}
|
|
110
113
|
|
|
114
|
+
/**
|
|
115
|
+
* 销毁集群 open api
|
|
116
|
+
*/
|
|
117
|
+
async DestroyInstance(
|
|
118
|
+
req: DestroyInstanceRequest,
|
|
119
|
+
cb?: (error: string, rep: DestroyInstanceResponse) => void
|
|
120
|
+
): Promise<DestroyInstanceResponse> {
|
|
121
|
+
return this.request("DestroyInstance", req, cb)
|
|
122
|
+
}
|
|
123
|
+
|
|
111
124
|
/**
|
|
112
125
|
* 垂直扩缩容节点规格,修改节点cvm的规格cpu,内存。 规格变化阶段,服务不可用。
|
|
113
126
|
*/
|
|
@@ -199,13 +212,13 @@ export class Client extends AbstractClient {
|
|
|
199
212
|
}
|
|
200
213
|
|
|
201
214
|
/**
|
|
202
|
-
*
|
|
215
|
+
* 获取实例列表,供外部sdk使用
|
|
203
216
|
*/
|
|
204
|
-
async
|
|
205
|
-
req:
|
|
206
|
-
cb?: (error: string, rep:
|
|
207
|
-
): Promise<
|
|
208
|
-
return this.request("
|
|
217
|
+
async DescribeInstancesNew(
|
|
218
|
+
req: DescribeInstancesNewRequest,
|
|
219
|
+
cb?: (error: string, rep: DescribeInstancesNewResponse) => void
|
|
220
|
+
): Promise<DescribeInstancesNewResponse> {
|
|
221
|
+
return this.request("DescribeInstancesNew", req, cb)
|
|
209
222
|
}
|
|
210
223
|
|
|
211
224
|
/**
|
|
@@ -977,67 +977,18 @@ export interface ServiceInfo {
|
|
|
977
977
|
}
|
|
978
978
|
|
|
979
979
|
/**
|
|
980
|
-
*
|
|
980
|
+
* kv配置,多层级item
|
|
981
981
|
*/
|
|
982
|
-
export interface
|
|
983
|
-
/**
|
|
984
|
-
* 规格名称,例如“SCH1"
|
|
985
|
-
*/
|
|
986
|
-
Name: string
|
|
987
|
-
|
|
988
|
-
/**
|
|
989
|
-
* cpu核数
|
|
990
|
-
*/
|
|
991
|
-
Cpu: number
|
|
992
|
-
|
|
993
|
-
/**
|
|
994
|
-
* 内存大小,单位G
|
|
995
|
-
*/
|
|
996
|
-
Mem: number
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* 分类标记,STANDARD/BIGDATA/HIGHIO分别表示标准型/大数据型/高IO
|
|
1000
|
-
*/
|
|
1001
|
-
Type: string
|
|
1002
|
-
|
|
1003
|
-
/**
|
|
1004
|
-
* 系统盘描述信息
|
|
1005
|
-
*/
|
|
1006
|
-
SystemDisk: DiskSpec
|
|
1007
|
-
|
|
982
|
+
export interface MapConfigItem {
|
|
1008
983
|
/**
|
|
1009
|
-
*
|
|
984
|
+
* key
|
|
1010
985
|
*/
|
|
1011
|
-
|
|
986
|
+
ConfKey: string
|
|
1012
987
|
|
|
1013
988
|
/**
|
|
1014
|
-
*
|
|
989
|
+
* 列表
|
|
1015
990
|
*/
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
/**
|
|
1019
|
-
* 是否可用,false代表售罄
|
|
1020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1021
|
-
*/
|
|
1022
|
-
Available: boolean
|
|
1023
|
-
|
|
1024
|
-
/**
|
|
1025
|
-
* 规格描述信息
|
|
1026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1027
|
-
*/
|
|
1028
|
-
ComputeSpecDesc: string
|
|
1029
|
-
|
|
1030
|
-
/**
|
|
1031
|
-
* 规格名
|
|
1032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1033
|
-
*/
|
|
1034
|
-
DisplayName: string
|
|
1035
|
-
|
|
1036
|
-
/**
|
|
1037
|
-
* 库存数
|
|
1038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1039
|
-
*/
|
|
1040
|
-
InstanceQuota: number
|
|
991
|
+
Items: Array<InstanceConfigInfo>
|
|
1041
992
|
}
|
|
1042
993
|
|
|
1043
994
|
/**
|
|
@@ -1090,6 +1041,36 @@ export interface DiskSpec {
|
|
|
1090
1041
|
DiskCount: number
|
|
1091
1042
|
}
|
|
1092
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* DescribeInstancesNew请求参数结构体
|
|
1046
|
+
*/
|
|
1047
|
+
export interface DescribeInstancesNewRequest {
|
|
1048
|
+
/**
|
|
1049
|
+
* 搜索的集群id名称
|
|
1050
|
+
*/
|
|
1051
|
+
SearchInstanceId?: string
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* 搜索的集群name
|
|
1055
|
+
*/
|
|
1056
|
+
SearchInstanceName?: string
|
|
1057
|
+
|
|
1058
|
+
/**
|
|
1059
|
+
* 分页参数,第一页为0,第二页为10
|
|
1060
|
+
*/
|
|
1061
|
+
Offset?: number
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* 分页参数,分页步长,默认为10
|
|
1065
|
+
*/
|
|
1066
|
+
Limit?: number
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* 搜索标签列表
|
|
1070
|
+
*/
|
|
1071
|
+
SearchTags?: Array<SearchTags>
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1093
1074
|
/**
|
|
1094
1075
|
* DescribeClusterConfigs请求参数结构体
|
|
1095
1076
|
*/
|
|
@@ -1136,18 +1117,23 @@ export interface ModifyInstanceKeyValConfigsRequest {
|
|
|
1136
1117
|
}
|
|
1137
1118
|
|
|
1138
1119
|
/**
|
|
1139
|
-
*
|
|
1120
|
+
* DescribeInstancesNew返回参数结构体
|
|
1140
1121
|
*/
|
|
1141
|
-
export interface
|
|
1122
|
+
export interface DescribeInstancesNewResponse {
|
|
1142
1123
|
/**
|
|
1143
|
-
*
|
|
1124
|
+
* 实例总数
|
|
1144
1125
|
*/
|
|
1145
|
-
|
|
1126
|
+
TotalCount?: number
|
|
1146
1127
|
|
|
1147
1128
|
/**
|
|
1148
|
-
*
|
|
1129
|
+
* 实例数组
|
|
1149
1130
|
*/
|
|
1150
|
-
|
|
1131
|
+
InstancesList?: Array<InstanceInfo>
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1135
|
+
*/
|
|
1136
|
+
RequestId?: string
|
|
1151
1137
|
}
|
|
1152
1138
|
|
|
1153
1139
|
/**
|
|
@@ -1216,6 +1202,90 @@ export interface ScaleOutInstanceRequest {
|
|
|
1216
1202
|
ReduceShardInfo?: Array<string>
|
|
1217
1203
|
}
|
|
1218
1204
|
|
|
1205
|
+
/**
|
|
1206
|
+
* 资源规格描述信息
|
|
1207
|
+
*/
|
|
1208
|
+
export interface ResourceSpec {
|
|
1209
|
+
/**
|
|
1210
|
+
* 规格名称,例如“SCH1"
|
|
1211
|
+
*/
|
|
1212
|
+
Name: string
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* cpu核数
|
|
1216
|
+
*/
|
|
1217
|
+
Cpu: number
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* 内存大小,单位G
|
|
1221
|
+
*/
|
|
1222
|
+
Mem: number
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* 分类标记,STANDARD/BIGDATA/HIGHIO分别表示标准型/大数据型/高IO
|
|
1226
|
+
*/
|
|
1227
|
+
Type: string
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* 系统盘描述信息
|
|
1231
|
+
*/
|
|
1232
|
+
SystemDisk: DiskSpec
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* 数据盘描述信息
|
|
1236
|
+
*/
|
|
1237
|
+
DataDisk: DiskSpec
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* 最大节点数目限制
|
|
1241
|
+
*/
|
|
1242
|
+
MaxNodeSize: number
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* 是否可用,false代表售罄
|
|
1246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1247
|
+
*/
|
|
1248
|
+
Available: boolean
|
|
1249
|
+
|
|
1250
|
+
/**
|
|
1251
|
+
* 规格描述信息
|
|
1252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1253
|
+
*/
|
|
1254
|
+
ComputeSpecDesc: string
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* 规格名
|
|
1258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1259
|
+
*/
|
|
1260
|
+
DisplayName: string
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* 库存数
|
|
1264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1265
|
+
*/
|
|
1266
|
+
InstanceQuota: number
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* 列表页搜索的标记列表
|
|
1271
|
+
*/
|
|
1272
|
+
export interface SearchTags {
|
|
1273
|
+
/**
|
|
1274
|
+
* 标签的键
|
|
1275
|
+
*/
|
|
1276
|
+
TagKey?: string
|
|
1277
|
+
|
|
1278
|
+
/**
|
|
1279
|
+
* 标签的值
|
|
1280
|
+
*/
|
|
1281
|
+
TagValue?: string
|
|
1282
|
+
|
|
1283
|
+
/**
|
|
1284
|
+
* 1表示只输入标签的键,没有输入值;0表示输入键时且输入值
|
|
1285
|
+
*/
|
|
1286
|
+
AllValue?: number
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1219
1289
|
/**
|
|
1220
1290
|
* CreateBackUpSchedule返回参数结构体
|
|
1221
1291
|
*/
|
|
@@ -135,6 +135,7 @@ import {
|
|
|
135
135
|
DescribeTopicProduceConnectionRequest,
|
|
136
136
|
CreateAclRequest,
|
|
137
137
|
DescribeTopicSyncReplicaResponse,
|
|
138
|
+
DescribeUserRequest,
|
|
138
139
|
CreateConnectResourceRequest,
|
|
139
140
|
MariaDBParam,
|
|
140
141
|
Route,
|
|
@@ -181,7 +182,7 @@ import {
|
|
|
181
182
|
DescribeGroupInfoResponse,
|
|
182
183
|
AppIdResponse,
|
|
183
184
|
DescribeTopicRequest,
|
|
184
|
-
|
|
185
|
+
DealInstanceDTO,
|
|
185
186
|
CreatePartitionRequest,
|
|
186
187
|
Group,
|
|
187
188
|
GroupInfoResponse,
|
|
@@ -319,7 +320,7 @@ import {
|
|
|
319
320
|
CreateDatahubTaskResponse,
|
|
320
321
|
ClickHouseConnectParam,
|
|
321
322
|
DescribeTaskStatusRequest,
|
|
322
|
-
|
|
323
|
+
CreateTokenRequest,
|
|
323
324
|
DescribeDatahubTopicsResp,
|
|
324
325
|
DescribeTopicSyncReplicaRequest,
|
|
325
326
|
DescribeConnectResource,
|
|
@@ -1567,7 +1567,7 @@ export interface FilterMapParam {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
*
|
|
1570
|
+
* 预付费实例相关接口返回结构
|
|
1571
1571
|
*/
|
|
1572
1572
|
export interface CreateInstancePreResp {
|
|
1573
1573
|
/**
|
|
@@ -1587,10 +1587,10 @@ export interface CreateInstancePreResp {
|
|
|
1587
1587
|
Data: CreateInstancePreData
|
|
1588
1588
|
|
|
1589
1589
|
/**
|
|
1590
|
-
*
|
|
1590
|
+
* 删除时间。目前该参数字段已废弃,将会在未来被删除
|
|
1591
1591
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1592
1592
|
*/
|
|
1593
|
-
DeleteRouteTimestamp
|
|
1593
|
+
DeleteRouteTimestamp?: string
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
1596
|
/**
|
|
@@ -1959,10 +1959,16 @@ export interface CreateInstancePreData {
|
|
|
1959
1959
|
DealNames: Array<string>
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
|
-
* 实例Id
|
|
1962
|
+
* 实例Id,当购买多个实例时,默认返回购买的第一个实例 id
|
|
1963
1963
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1964
1964
|
*/
|
|
1965
1965
|
InstanceId: string
|
|
1966
|
+
|
|
1967
|
+
/**
|
|
1968
|
+
* 订单和购买实例对应映射列表
|
|
1969
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1970
|
+
*/
|
|
1971
|
+
DealNameInstanceIdMapping?: Array<DealInstanceDTO>
|
|
1966
1972
|
}
|
|
1967
1973
|
|
|
1968
1974
|
/**
|
|
@@ -3594,6 +3600,31 @@ export interface DescribeTopicSyncReplicaResponse {
|
|
|
3594
3600
|
RequestId?: string
|
|
3595
3601
|
}
|
|
3596
3602
|
|
|
3603
|
+
/**
|
|
3604
|
+
* DescribeUser请求参数结构体
|
|
3605
|
+
*/
|
|
3606
|
+
export interface DescribeUserRequest {
|
|
3607
|
+
/**
|
|
3608
|
+
* 实例Id
|
|
3609
|
+
*/
|
|
3610
|
+
InstanceId: string
|
|
3611
|
+
|
|
3612
|
+
/**
|
|
3613
|
+
* 按照名称过滤
|
|
3614
|
+
*/
|
|
3615
|
+
SearchWord?: string
|
|
3616
|
+
|
|
3617
|
+
/**
|
|
3618
|
+
* 偏移
|
|
3619
|
+
*/
|
|
3620
|
+
Offset?: number
|
|
3621
|
+
|
|
3622
|
+
/**
|
|
3623
|
+
* 本次返回个数
|
|
3624
|
+
*/
|
|
3625
|
+
Limit?: number
|
|
3626
|
+
}
|
|
3627
|
+
|
|
3597
3628
|
/**
|
|
3598
3629
|
* CreateConnectResource请求参数结构体
|
|
3599
3630
|
*/
|
|
@@ -4857,18 +4888,20 @@ export interface DescribeTopicRequest {
|
|
|
4857
4888
|
}
|
|
4858
4889
|
|
|
4859
4890
|
/**
|
|
4860
|
-
*
|
|
4891
|
+
* 预付费/后付费接口中,订单和 CKafka 实例映射数据结构
|
|
4861
4892
|
*/
|
|
4862
|
-
export interface
|
|
4893
|
+
export interface DealInstanceDTO {
|
|
4863
4894
|
/**
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4895
|
+
* 订单流水
|
|
4896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4897
|
+
*/
|
|
4898
|
+
DealName?: string
|
|
4867
4899
|
|
|
4868
4900
|
/**
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4901
|
+
* 订单流水对应购买的 CKafka 实例 id 列表
|
|
4902
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4903
|
+
*/
|
|
4904
|
+
InstanceIdList?: Array<string>
|
|
4872
4905
|
}
|
|
4873
4906
|
|
|
4874
4907
|
/**
|
|
@@ -8754,6 +8787,11 @@ export interface CreateInstancePreRequest {
|
|
|
8754
8787
|
* 可用区列表,购买多可用区实例时为必填项
|
|
8755
8788
|
*/
|
|
8756
8789
|
ZoneIds?: Array<number>
|
|
8790
|
+
|
|
8791
|
+
/**
|
|
8792
|
+
* 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 4Mbps 公网带宽,此处传 1。默认值为 0
|
|
8793
|
+
*/
|
|
8794
|
+
PublicNetworkMonthly?: number
|
|
8757
8795
|
}
|
|
8758
8796
|
|
|
8759
8797
|
/**
|
|
@@ -8948,28 +8986,18 @@ export interface DescribeTaskStatusRequest {
|
|
|
8948
8986
|
}
|
|
8949
8987
|
|
|
8950
8988
|
/**
|
|
8951
|
-
*
|
|
8989
|
+
* CreateToken请求参数结构体
|
|
8952
8990
|
*/
|
|
8953
|
-
export interface
|
|
8991
|
+
export interface CreateTokenRequest {
|
|
8954
8992
|
/**
|
|
8955
|
-
* 实例
|
|
8993
|
+
* 实例ID
|
|
8956
8994
|
*/
|
|
8957
8995
|
InstanceId: string
|
|
8958
8996
|
|
|
8959
8997
|
/**
|
|
8960
|
-
*
|
|
8961
|
-
*/
|
|
8962
|
-
SearchWord?: string
|
|
8963
|
-
|
|
8964
|
-
/**
|
|
8965
|
-
* 偏移
|
|
8966
|
-
*/
|
|
8967
|
-
Offset?: number
|
|
8968
|
-
|
|
8969
|
-
/**
|
|
8970
|
-
* 本次返回个数
|
|
8998
|
+
* 用户名
|
|
8971
8999
|
*/
|
|
8972
|
-
|
|
9000
|
+
User: string
|
|
8973
9001
|
}
|
|
8974
9002
|
|
|
8975
9003
|
/**
|
|
@@ -250,7 +250,7 @@ export class Client extends AbstractClient {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* ## 提示
|
|
253
|
-
为了保障您日志数据的可靠性以及更高效地使用日志服务,建议您使用CLS优化后的接口[上传结构化日志](https://cloud.tencent.com/document/product/614/16873)
|
|
253
|
+
为了保障您日志数据的可靠性以及更高效地使用日志服务,建议您使用CLS优化后的接口[上传结构化日志](https://cloud.tencent.com/document/product/614/16873)。
|
|
254
254
|
|
|
255
255
|
同时我们给此接口专门优化定制了多个语言版本的SDK供您选择,SDK提供统一的异步发送、资源控制、自动重试、优雅关闭、感知上报等功能,使上报日志功能更完善,详情请参考[SDK采集](https://cloud.tencent.com/document/product/614/67157)。
|
|
256
256
|
|