tencentcloud-sdk-nodejs 4.0.616 → 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 +353 -0
- package/SERVICE_CHANGELOG.md +398 -196
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +3 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +132 -5
- 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 +110 -49
- package/src/services/ess/v20201111/ess_models.ts +292 -61
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +26 -13
- 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/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +111 -5
- 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 +42 -22
- package/tencentcloud/services/ess/v20201111/ess_client.js +56 -26
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +252 -55
- 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 +19 -8
- 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 +60 -10
- package/test/organization.v20210331.test.js +30 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
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 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-08 16:31:03 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-18 01:03:25 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03: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"
|
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
ImportOpenApiResponse,
|
|
35
35
|
DisableApiKeyResponse,
|
|
36
36
|
DescribeApiResponse,
|
|
37
|
+
DescribeServiceForApiAppRequest,
|
|
37
38
|
UnReleaseServiceRequest,
|
|
38
39
|
DescribeExclusiveInstancesStatusResponse,
|
|
39
40
|
ModifySubDomainRequest,
|
|
@@ -151,6 +152,7 @@ import {
|
|
|
151
152
|
DescribeIPStrategyApisStatusResponse,
|
|
152
153
|
ModifyApiAppResponse,
|
|
153
154
|
UpdateApiAppKeyRequest,
|
|
155
|
+
ApigatewayTags,
|
|
154
156
|
DomainSetList,
|
|
155
157
|
IPStrategysStatus,
|
|
156
158
|
DescribeApiKeyResponse,
|
|
@@ -233,7 +235,7 @@ import {
|
|
|
233
235
|
DescribeUsagePlanEnvironmentsResponse,
|
|
234
236
|
DescribeServiceSubDomainsResponse,
|
|
235
237
|
AttachPluginRequest,
|
|
236
|
-
|
|
238
|
+
DescribeApisStatusResultApiIdStatusSetInfo,
|
|
237
239
|
ModifyApiEnvironmentStrategyResponse,
|
|
238
240
|
BindSubDomainRequest,
|
|
239
241
|
ApiAppInfos,
|
|
@@ -389,6 +389,21 @@ export interface DescribeApiResponse {
|
|
|
389
389
|
RequestId?: string
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
+
/**
|
|
393
|
+
* DescribeServiceForApiApp请求参数结构体
|
|
394
|
+
*/
|
|
395
|
+
export interface DescribeServiceForApiAppRequest {
|
|
396
|
+
/**
|
|
397
|
+
* 待查询的服务唯一 ID。
|
|
398
|
+
*/
|
|
399
|
+
ServiceId: string
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 服务所属的地域
|
|
403
|
+
*/
|
|
404
|
+
ApiRegion: string
|
|
405
|
+
}
|
|
406
|
+
|
|
392
407
|
/**
|
|
393
408
|
* UnReleaseService请求参数结构体
|
|
394
409
|
*/
|
|
@@ -3589,6 +3604,11 @@ export interface DescribeApisStatusResultInfo {
|
|
|
3589
3604
|
* 符合条件的 API 接口数量。
|
|
3590
3605
|
*/
|
|
3591
3606
|
TotalCount: number
|
|
3607
|
+
|
|
3608
|
+
/**
|
|
3609
|
+
* API 接口列表。
|
|
3610
|
+
*/
|
|
3611
|
+
ApiIdStatusSet: Array<DescribeApisStatusResultApiIdStatusSetInfo>
|
|
3592
3612
|
}
|
|
3593
3613
|
|
|
3594
3614
|
/**
|
|
@@ -3643,6 +3663,11 @@ export interface UpdateApiAppKeyRequest {
|
|
|
3643
3663
|
ApiAppSecret?: string
|
|
3644
3664
|
}
|
|
3645
3665
|
|
|
3666
|
+
/**
|
|
3667
|
+
* key-value
|
|
3668
|
+
*/
|
|
3669
|
+
export type ApigatewayTags = null
|
|
3670
|
+
|
|
3646
3671
|
/**
|
|
3647
3672
|
* 服务自定义域名列表
|
|
3648
3673
|
*/
|
|
@@ -6124,18 +6149,120 @@ export interface AttachPluginRequest {
|
|
|
6124
6149
|
}
|
|
6125
6150
|
|
|
6126
6151
|
/**
|
|
6127
|
-
*
|
|
6152
|
+
* api状态详情
|
|
6128
6153
|
*/
|
|
6129
|
-
export interface
|
|
6154
|
+
export interface DescribeApisStatusResultApiIdStatusSetInfo {
|
|
6130
6155
|
/**
|
|
6131
|
-
*
|
|
6156
|
+
* 服务唯一ID。
|
|
6132
6157
|
*/
|
|
6133
6158
|
ServiceId: string
|
|
6134
6159
|
|
|
6135
6160
|
/**
|
|
6136
|
-
*
|
|
6161
|
+
* API唯一ID。
|
|
6137
6162
|
*/
|
|
6138
|
-
|
|
6163
|
+
ApiId: string
|
|
6164
|
+
|
|
6165
|
+
/**
|
|
6166
|
+
* 用户自定义的 API 接口描述。
|
|
6167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6168
|
+
*/
|
|
6169
|
+
ApiDesc: string
|
|
6170
|
+
|
|
6171
|
+
/**
|
|
6172
|
+
* 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
6173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6174
|
+
*/
|
|
6175
|
+
CreatedTime: string
|
|
6176
|
+
|
|
6177
|
+
/**
|
|
6178
|
+
* 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
6179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6180
|
+
*/
|
|
6181
|
+
ModifiedTime: string
|
|
6182
|
+
|
|
6183
|
+
/**
|
|
6184
|
+
* API 接口的名称。
|
|
6185
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6186
|
+
*/
|
|
6187
|
+
ApiName: string
|
|
6188
|
+
|
|
6189
|
+
/**
|
|
6190
|
+
* VPCID。
|
|
6191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6192
|
+
*/
|
|
6193
|
+
VpcId: number
|
|
6194
|
+
|
|
6195
|
+
/**
|
|
6196
|
+
* VPC唯一ID。
|
|
6197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6198
|
+
*/
|
|
6199
|
+
UniqVpcId: string
|
|
6200
|
+
|
|
6201
|
+
/**
|
|
6202
|
+
* API类型。取值为NORMAL(普通API)和TSF(微服务API)。
|
|
6203
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6204
|
+
*/
|
|
6205
|
+
ApiType: string
|
|
6206
|
+
|
|
6207
|
+
/**
|
|
6208
|
+
* API协议。
|
|
6209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6210
|
+
*/
|
|
6211
|
+
Protocol: string
|
|
6212
|
+
|
|
6213
|
+
/**
|
|
6214
|
+
* 是否买后调试。(云市场预留字段)
|
|
6215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6216
|
+
*/
|
|
6217
|
+
IsDebugAfterCharge: boolean
|
|
6218
|
+
|
|
6219
|
+
/**
|
|
6220
|
+
* API 鉴权类型。取值为SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH、EIAM。
|
|
6221
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6222
|
+
*/
|
|
6223
|
+
AuthType: string
|
|
6224
|
+
|
|
6225
|
+
/**
|
|
6226
|
+
* OAUTH API的类型。当AuthType 为 OAUTH时该字段有效, 取值为NORMAL(业务API)和 OAUTH(授权API)。
|
|
6227
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6228
|
+
*/
|
|
6229
|
+
ApiBusinessType: string
|
|
6230
|
+
|
|
6231
|
+
/**
|
|
6232
|
+
* 关联的授权API 唯一 ID,当AuthType为OAUTH且ApiBusinessType为NORMAL时生效。标示业务API绑定的oauth2.0授权API唯一ID。
|
|
6233
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6234
|
+
*/
|
|
6235
|
+
AuthRelationApiId: string
|
|
6236
|
+
|
|
6237
|
+
/**
|
|
6238
|
+
* OAUTH 配置信息。当AuthType是OAUTH时生效。
|
|
6239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6240
|
+
*/
|
|
6241
|
+
OauthConfig: OauthConfig
|
|
6242
|
+
|
|
6243
|
+
/**
|
|
6244
|
+
* 授权API关联的业务API列表。
|
|
6245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6246
|
+
*/
|
|
6247
|
+
RelationBuniessApiIds?: Array<string>
|
|
6248
|
+
|
|
6249
|
+
/**
|
|
6250
|
+
* API关联的标签信息。
|
|
6251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6252
|
+
*/
|
|
6253
|
+
Tags: Array<ApigatewayTags>
|
|
6254
|
+
|
|
6255
|
+
/**
|
|
6256
|
+
* API 的路径,如 /path。
|
|
6257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6258
|
+
*/
|
|
6259
|
+
Path: string
|
|
6260
|
+
|
|
6261
|
+
/**
|
|
6262
|
+
* API 的请求方法,如 GET。
|
|
6263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6264
|
+
*/
|
|
6265
|
+
Method: string
|
|
6139
6266
|
}
|
|
6140
6267
|
|
|
6141
6268
|
/**
|
|
@@ -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
|
*/
|