tencentcloud-sdk-nodejs 4.0.886 → 4.0.888
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 +443 -0
- package/SERVICE_CHANGELOG.md +559 -48
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +9 -9
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/dts/v20211206/dts_models.ts +5 -0
- package/src/services/emr/v20190103/emr_models.ts +2 -10
- package/src/services/ess/v20201111/ess_models.ts +24 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_client.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +28 -0
- package/src/services/ims/v20201229/ims_client.ts +2 -0
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +5 -1
- package/src/services/ocr/v20181119/ocr_client.ts +5 -2
- package/src/services/ocr/v20181119/ocr_models.ts +46 -26
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +10 -10
- package/src/services/ssl/v20191205/ssl_models.ts +43 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +36 -9
- package/src/services/vpc/v20170312/vpc_client.ts +339 -100
- package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +2 -27
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/gaap.v20180529.test.js +10 -0
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-03 01:08:36 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -67,42 +67,42 @@
|
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-28 01:08:04 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-02 01:13:35 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
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) | 2024-05-27 01:30:50 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
|
|
82
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-
|
|
82
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-03 01:14:20 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-03 01:15:22 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-03 01:15:58 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-03 01:16:06 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-03 01:16:20 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
105
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-03 01:16:42 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-07-03 01:17:26 |
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-03 01:17:36 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
142
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-
|
|
142
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-07-03 01:20:08 |
|
|
143
143
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
144
144
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
|
-
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-
|
|
146
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-
|
|
148
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-02 01:19:49 |
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-03 01:20:32 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-28 01:16:00 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-03 01:21:25 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-
|
|
160
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-03 01:21:45 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-
|
|
163
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-03 01:21:58 |
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
171
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-28 01:17:47 |
|
|
172
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-
|
|
172
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-03 01:22:38 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
175
175
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
180
180
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
|
|
181
181
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
182
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-
|
|
182
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-03 01:23:11 |
|
|
183
183
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -203,10 +203,10 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-03 01:24:52 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 01:25:21 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-06-27 01:21:12 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
|
|
238
238
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
239
239
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
240
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-
|
|
241
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-
|
|
240
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-03 01:27:29 |
|
|
241
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-03 01:28:07 |
|
|
242
242
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
243
243
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
244
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-
|
|
244
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-03 01:28:45 |
|
|
245
245
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
246
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-
|
|
246
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
|
|
247
247
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
248
248
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
249
249
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.888"
|
|
@@ -627,7 +627,7 @@ export interface AssetViewCFGRisk {
|
|
|
627
627
|
*/
|
|
628
628
|
Status?: number
|
|
629
629
|
/**
|
|
630
|
-
*
|
|
630
|
+
* 相关规范
|
|
631
631
|
*/
|
|
632
632
|
CFGSTD?: string
|
|
633
633
|
/**
|
|
@@ -1665,7 +1665,7 @@ export interface DeleteDomainAndIpRequest {
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
MemberId?: Array<string>
|
|
1667
1667
|
/**
|
|
1668
|
-
*
|
|
1668
|
+
* 资产
|
|
1669
1669
|
*/
|
|
1670
1670
|
Content?: Array<PublicIpDomainListKey>
|
|
1671
1671
|
/**
|
|
@@ -3342,7 +3342,7 @@ export interface AssetViewWeakPassRisk {
|
|
|
3342
3342
|
*/
|
|
3343
3343
|
Status?: number
|
|
3344
3344
|
/**
|
|
3345
|
-
*
|
|
3345
|
+
* ID,处理风险使用
|
|
3346
3346
|
*/
|
|
3347
3347
|
Id?: string
|
|
3348
3348
|
/**
|
|
@@ -3392,7 +3392,7 @@ export interface AssetViewWeakPassRisk {
|
|
|
3392
3392
|
*/
|
|
3393
3393
|
Fix?: string
|
|
3394
3394
|
/**
|
|
3395
|
-
*
|
|
3395
|
+
* 证明
|
|
3396
3396
|
*/
|
|
3397
3397
|
Payload?: string
|
|
3398
3398
|
}
|
|
@@ -3422,7 +3422,7 @@ export interface WebsiteRisk {
|
|
|
3422
3422
|
*/
|
|
3423
3423
|
Status?: number
|
|
3424
3424
|
/**
|
|
3425
|
-
*
|
|
3425
|
+
* ID,处理风险使用
|
|
3426
3426
|
*/
|
|
3427
3427
|
Id?: string
|
|
3428
3428
|
/**
|
|
@@ -3951,7 +3951,7 @@ export interface VULViewVULRisk {
|
|
|
3951
3951
|
*/
|
|
3952
3952
|
export interface PortViewPortRisk {
|
|
3953
3953
|
/**
|
|
3954
|
-
*
|
|
3954
|
+
* 未处理数量
|
|
3955
3955
|
*/
|
|
3956
3956
|
NoHandleCount?: number
|
|
3957
3957
|
/**
|
|
@@ -3983,15 +3983,15 @@ export interface PortViewPortRisk {
|
|
|
3983
3983
|
*/
|
|
3984
3984
|
Suggestion?: number
|
|
3985
3985
|
/**
|
|
3986
|
-
*
|
|
3986
|
+
* 影响资产数量
|
|
3987
3987
|
*/
|
|
3988
3988
|
AffectAssetCount?: string
|
|
3989
3989
|
/**
|
|
3990
|
-
*
|
|
3990
|
+
* ID
|
|
3991
3991
|
*/
|
|
3992
3992
|
Id?: string
|
|
3993
3993
|
/**
|
|
3994
|
-
*
|
|
3994
|
+
* 识别来源
|
|
3995
3995
|
*/
|
|
3996
3996
|
From?: string
|
|
3997
3997
|
/**
|
|
@@ -1118,32 +1118,32 @@ export interface DescribeClusterPasswordComplexityResponse {
|
|
|
1118
1118
|
* 数据字典参数
|
|
1119
1119
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1120
1120
|
*/
|
|
1121
|
-
ValidatePasswordDictionary
|
|
1121
|
+
ValidatePasswordDictionary?: ParamInfo
|
|
1122
1122
|
/**
|
|
1123
1123
|
* 密码长度
|
|
1124
1124
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1125
1125
|
*/
|
|
1126
|
-
ValidatePasswordLength
|
|
1126
|
+
ValidatePasswordLength?: ParamInfo
|
|
1127
1127
|
/**
|
|
1128
1128
|
* 大小写敏感字符个数
|
|
1129
1129
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1130
1130
|
*/
|
|
1131
|
-
ValidatePasswordMixedCaseCount
|
|
1131
|
+
ValidatePasswordMixedCaseCount?: ParamInfo
|
|
1132
1132
|
/**
|
|
1133
1133
|
* 数字个数
|
|
1134
1134
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1135
1135
|
*/
|
|
1136
|
-
ValidatePasswordNumberCount
|
|
1136
|
+
ValidatePasswordNumberCount?: ParamInfo
|
|
1137
1137
|
/**
|
|
1138
1138
|
* 密码等级
|
|
1139
1139
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1140
1140
|
*/
|
|
1141
|
-
ValidatePasswordPolicy
|
|
1141
|
+
ValidatePasswordPolicy?: ParamInfo
|
|
1142
1142
|
/**
|
|
1143
1143
|
* 特殊字符个数
|
|
1144
1144
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1145
1145
|
*/
|
|
1146
|
-
ValidatePasswordSpecialCharCount
|
|
1146
|
+
ValidatePasswordSpecialCharCount?: ParamInfo
|
|
1147
1147
|
/**
|
|
1148
1148
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1149
1149
|
*/
|
|
@@ -3004,11 +3004,11 @@ export interface DescribeClusterDetailDatabasesResponse {
|
|
|
3004
3004
|
* 数据库信息
|
|
3005
3005
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3006
3006
|
*/
|
|
3007
|
-
DbInfos
|
|
3007
|
+
DbInfos?: Array<DbInfo>
|
|
3008
3008
|
/**
|
|
3009
3009
|
* 总数
|
|
3010
3010
|
*/
|
|
3011
|
-
TotalCount
|
|
3011
|
+
TotalCount?: number
|
|
3012
3012
|
/**
|
|
3013
3013
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3014
3014
|
*/
|
|
@@ -3493,7 +3493,7 @@ export interface DescribeInstanceDetailResponse {
|
|
|
3493
3493
|
/**
|
|
3494
3494
|
* 实例详情
|
|
3495
3495
|
*/
|
|
3496
|
-
Detail
|
|
3496
|
+
Detail?: CynosdbInstanceDetail
|
|
3497
3497
|
/**
|
|
3498
3498
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3499
3499
|
*/
|
|
@@ -3868,52 +3868,52 @@ export interface NetAddr {
|
|
|
3868
3868
|
* 内网ip
|
|
3869
3869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3870
3870
|
*/
|
|
3871
|
-
Vip
|
|
3871
|
+
Vip?: string
|
|
3872
3872
|
/**
|
|
3873
3873
|
* 内网端口号
|
|
3874
3874
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3875
3875
|
*/
|
|
3876
|
-
Vport
|
|
3876
|
+
Vport?: number
|
|
3877
3877
|
/**
|
|
3878
3878
|
* 外网域名
|
|
3879
3879
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3880
3880
|
*/
|
|
3881
|
-
WanDomain
|
|
3881
|
+
WanDomain?: string
|
|
3882
3882
|
/**
|
|
3883
3883
|
* 外网端口号
|
|
3884
3884
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3885
3885
|
*/
|
|
3886
|
-
WanPort
|
|
3886
|
+
WanPort?: number
|
|
3887
3887
|
/**
|
|
3888
3888
|
* 网络类型(ro-只读,rw/ha-读写)
|
|
3889
3889
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3890
3890
|
*/
|
|
3891
|
-
NetType
|
|
3891
|
+
NetType?: string
|
|
3892
3892
|
/**
|
|
3893
3893
|
* 子网ID
|
|
3894
3894
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3895
3895
|
*/
|
|
3896
|
-
UniqSubnetId
|
|
3896
|
+
UniqSubnetId?: string
|
|
3897
3897
|
/**
|
|
3898
3898
|
* 私有网络ID
|
|
3899
3899
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3900
3900
|
*/
|
|
3901
|
-
UniqVpcId
|
|
3901
|
+
UniqVpcId?: string
|
|
3902
3902
|
/**
|
|
3903
3903
|
* 描述信息
|
|
3904
3904
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3905
3905
|
*/
|
|
3906
|
-
Description
|
|
3906
|
+
Description?: string
|
|
3907
3907
|
/**
|
|
3908
3908
|
* 外网IP
|
|
3909
3909
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3910
3910
|
*/
|
|
3911
|
-
WanIP
|
|
3911
|
+
WanIP?: string
|
|
3912
3912
|
/**
|
|
3913
3913
|
* 外网状态
|
|
3914
3914
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3915
3915
|
*/
|
|
3916
|
-
WanStatus
|
|
3916
|
+
WanStatus?: string
|
|
3917
3917
|
/**
|
|
3918
3918
|
* 实例组ID
|
|
3919
3919
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4499,6 +4499,12 @@ export interface CynosdbInstanceDetail {
|
|
|
4499
4499
|
* 实例状态中文描述
|
|
4500
4500
|
*/
|
|
4501
4501
|
StatusDesc?: string
|
|
4502
|
+
/**
|
|
4503
|
+
* serverless实例状态, 可能值:
|
|
4504
|
+
resume
|
|
4505
|
+
pause
|
|
4506
|
+
*/
|
|
4507
|
+
ServerlessStatus?: string
|
|
4502
4508
|
/**
|
|
4503
4509
|
* 数据库类型
|
|
4504
4510
|
*/
|
|
@@ -4587,12 +4593,6 @@ export interface CynosdbInstanceDetail {
|
|
|
4587
4593
|
* serverless实例cpu上限
|
|
4588
4594
|
*/
|
|
4589
4595
|
MaxCpu?: number
|
|
4590
|
-
/**
|
|
4591
|
-
* serverless实例状态, 可能值:
|
|
4592
|
-
resume
|
|
4593
|
-
pause
|
|
4594
|
-
*/
|
|
4595
|
-
ServerlessStatus?: string
|
|
4596
4596
|
}
|
|
4597
4597
|
|
|
4598
4598
|
/**
|
|
@@ -5988,6 +5988,16 @@ export interface Ability {
|
|
|
5988
5988
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5989
5989
|
*/
|
|
5990
5990
|
IsSupportManualSnapshot: string
|
|
5991
|
+
/**
|
|
5992
|
+
* 是否支持透明数据加密
|
|
5993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5994
|
+
*/
|
|
5995
|
+
IsSupportTransparentDataEncryption?: string
|
|
5996
|
+
/**
|
|
5997
|
+
* 不支持透明数据加密原因
|
|
5998
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5999
|
+
*/
|
|
6000
|
+
NoSupportTransparentDataEncryptionReason?: string
|
|
5991
6001
|
}
|
|
5992
6002
|
|
|
5993
6003
|
/**
|
|
@@ -7299,15 +7309,15 @@ export interface DescribeMaintainPeriodResponse {
|
|
|
7299
7309
|
/**
|
|
7300
7310
|
* 维护week days
|
|
7301
7311
|
*/
|
|
7302
|
-
MaintainWeekDays
|
|
7312
|
+
MaintainWeekDays?: Array<string>
|
|
7303
7313
|
/**
|
|
7304
7314
|
* 维护开始时间,单位秒
|
|
7305
7315
|
*/
|
|
7306
|
-
MaintainStartTime
|
|
7316
|
+
MaintainStartTime?: number
|
|
7307
7317
|
/**
|
|
7308
7318
|
* 维护时长,单位秒
|
|
7309
7319
|
*/
|
|
7310
|
-
MaintainDuration
|
|
7320
|
+
MaintainDuration?: number
|
|
7311
7321
|
/**
|
|
7312
7322
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7313
7323
|
*/
|
|
@@ -9272,6 +9282,11 @@ export interface ParamInfo {
|
|
|
9272
9282
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9273
9283
|
*/
|
|
9274
9284
|
Func?: string
|
|
9285
|
+
/**
|
|
9286
|
+
* 支持公式的参数的默认公式样式
|
|
9287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9288
|
+
*/
|
|
9289
|
+
FuncPattern?: string
|
|
9275
9290
|
}
|
|
9276
9291
|
|
|
9277
9292
|
/**
|
|
@@ -3041,47 +3041,51 @@ export interface InstanceBackupFileItem {
|
|
|
3041
3041
|
/**
|
|
3042
3042
|
* 实例ID
|
|
3043
3043
|
*/
|
|
3044
|
-
InstanceId
|
|
3044
|
+
InstanceId?: string
|
|
3045
3045
|
/**
|
|
3046
3046
|
* 实例名称
|
|
3047
3047
|
*/
|
|
3048
|
-
InstanceName
|
|
3048
|
+
InstanceName?: string
|
|
3049
3049
|
/**
|
|
3050
3050
|
* 实例状态
|
|
3051
3051
|
*/
|
|
3052
|
-
InstanceStatus
|
|
3052
|
+
InstanceStatus?: number
|
|
3053
3053
|
/**
|
|
3054
3054
|
* 分片ID
|
|
3055
3055
|
*/
|
|
3056
|
-
ShardId
|
|
3056
|
+
ShardId?: string
|
|
3057
3057
|
/**
|
|
3058
3058
|
* 文件路径
|
|
3059
3059
|
*/
|
|
3060
|
-
FilePath
|
|
3060
|
+
FilePath?: string
|
|
3061
3061
|
/**
|
|
3062
3062
|
* 文件名
|
|
3063
3063
|
*/
|
|
3064
|
-
FileName
|
|
3064
|
+
FileName?: string
|
|
3065
3065
|
/**
|
|
3066
3066
|
* 文件大小
|
|
3067
3067
|
*/
|
|
3068
|
-
FileSize
|
|
3068
|
+
FileSize?: number
|
|
3069
3069
|
/**
|
|
3070
3070
|
* 备份类型,Data:数据备份,Binlog:Binlog备份,Errlog:错误日志,Slowlog:慢日志
|
|
3071
3071
|
*/
|
|
3072
|
-
BackupType
|
|
3072
|
+
BackupType?: string
|
|
3073
3073
|
/**
|
|
3074
3074
|
* 手动备份,0:否,1:是
|
|
3075
3075
|
*/
|
|
3076
|
-
ManualBackup
|
|
3076
|
+
ManualBackup?: number
|
|
3077
3077
|
/**
|
|
3078
3078
|
* 备份开始时间
|
|
3079
3079
|
*/
|
|
3080
|
-
StartTime
|
|
3080
|
+
StartTime?: string
|
|
3081
3081
|
/**
|
|
3082
3082
|
* 备份结束时间
|
|
3083
3083
|
*/
|
|
3084
|
-
EndTime
|
|
3084
|
+
EndTime?: string
|
|
3085
|
+
/**
|
|
3086
|
+
* 对象的存储类型,枚举值:STANDARD(标准存储)、ARCHIVE(归档存储)。
|
|
3087
|
+
*/
|
|
3088
|
+
StorageClass?: string
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
/**
|
|
@@ -784,35 +784,35 @@ export interface DomainBatchDetailSet {
|
|
|
784
784
|
/**
|
|
785
785
|
* 详情ID
|
|
786
786
|
*/
|
|
787
|
-
Id
|
|
787
|
+
Id?: number
|
|
788
788
|
/**
|
|
789
789
|
* 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
|
|
790
790
|
*/
|
|
791
|
-
Action
|
|
791
|
+
Action?: string
|
|
792
792
|
/**
|
|
793
793
|
* 域名
|
|
794
794
|
*/
|
|
795
|
-
Domain
|
|
795
|
+
Domain?: string
|
|
796
796
|
/**
|
|
797
797
|
* 执行状态:
|
|
798
798
|
doing 执行中。
|
|
799
799
|
failed 操作失败。
|
|
800
800
|
success 操作成功。
|
|
801
801
|
*/
|
|
802
|
-
Status
|
|
802
|
+
Status?: string
|
|
803
803
|
/**
|
|
804
804
|
* 失败原因
|
|
805
805
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
806
806
|
*/
|
|
807
|
-
Reason
|
|
807
|
+
Reason?: string
|
|
808
808
|
/**
|
|
809
809
|
* 创建时间
|
|
810
810
|
*/
|
|
811
|
-
CreatedOn
|
|
811
|
+
CreatedOn?: string
|
|
812
812
|
/**
|
|
813
813
|
* 更新时间
|
|
814
814
|
*/
|
|
815
|
-
UpdatedOn
|
|
815
|
+
UpdatedOn?: string
|
|
816
816
|
/**
|
|
817
817
|
* 订单号
|
|
818
818
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2966,21 +2966,21 @@ export interface DomainBatchLogSet {
|
|
|
2966
2966
|
/**
|
|
2967
2967
|
* 日志ID
|
|
2968
2968
|
*/
|
|
2969
|
-
LogId
|
|
2969
|
+
LogId?: number
|
|
2970
2970
|
/**
|
|
2971
2971
|
* 数量
|
|
2972
2972
|
*/
|
|
2973
|
-
Number
|
|
2973
|
+
Number?: number
|
|
2974
2974
|
/**
|
|
2975
2975
|
* 执行状态:
|
|
2976
2976
|
doing 执行中。
|
|
2977
2977
|
done 执行完成。
|
|
2978
2978
|
*/
|
|
2979
|
-
Status
|
|
2979
|
+
Status?: string
|
|
2980
2980
|
/**
|
|
2981
2981
|
* 提交时间
|
|
2982
2982
|
*/
|
|
2983
|
-
CreatedOn
|
|
2983
|
+
CreatedOn?: string
|
|
2984
2984
|
/**
|
|
2985
2985
|
* 批量操作成功个数
|
|
2986
2986
|
*/
|
|
@@ -5666,11 +5666,7 @@ export interface InquiryPriceCreateInstanceRequest {
|
|
|
5666
5666
|
*/
|
|
5667
5667
|
SupportHA: number
|
|
5668
5668
|
/**
|
|
5669
|
-
* 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId
|
|
5670
|
-
<li>ProductId为1的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
|
|
5671
|
-
<li>ProductId为2的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
|
|
5672
|
-
<li>ProductId为4的时候,必选组件包括:hadoop-2.8.4、knox-1.2.0、zookeeper-3.4.9</li>
|
|
5673
|
-
<li>ProductId为7的时候,必选组件包括:hadoop-3.1.2、knox-1.2.0、zookeeper-3.4.9</li>
|
|
5669
|
+
* 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>
|
|
5674
5670
|
*/
|
|
5675
5671
|
Software: Array<string>
|
|
5676
5672
|
/**
|
|
@@ -5701,11 +5697,7 @@ export interface InquiryPriceCreateInstanceRequest {
|
|
|
5701
5697
|
*/
|
|
5702
5698
|
MetaDBInfo?: CustomMetaInfo
|
|
5703
5699
|
/**
|
|
5704
|
-
* 产品ID,不同产品ID表示不同的EMR
|
|
5705
|
-
<li>1:表示EMR-V1.3.1。</li>
|
|
5706
|
-
<li>2:表示EMR-V2.0.1。</li>
|
|
5707
|
-
<li>4:表示EMR-V2.1.0。</li>
|
|
5708
|
-
<li>7:表示EMR-V3.0.0。</li>
|
|
5700
|
+
* 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>
|
|
5709
5701
|
*/
|
|
5710
5702
|
ProductId?: number
|
|
5711
5703
|
/**
|