tencentcloud-sdk-nodejs 4.0.933 → 4.0.934
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +203 -0
- package/SERVICE_CHANGELOG.md +333 -28
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +13 -0
- package/src/services/cvm/v20170312/cvm_models.ts +56 -0
- package/src/services/dc/v20180410/dc_client.ts +5 -6
- package/src/services/dc/v20180410/dc_models.ts +6 -7
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -2
- package/src/services/dlc/v20210125/dlc_client.ts +26 -2
- package/src/services/dlc/v20210125/dlc_models.ts +71 -23
- package/src/services/emr/v20190103/emr_client.ts +18 -3
- package/src/services/emr/v20190103/emr_models.ts +170 -32
- package/src/services/es/v20180416/es_client.ts +3 -1
- package/src/services/es/v20180416/es_models.ts +53 -4
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +125 -42
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -3
- package/src/services/rce/v20201103/rce_client.ts +2 -2
- package/src/services/sms/v20190711/sms_models.ts +2 -2
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tse/v20201207/tse_models.ts +8 -8
- package/src/services/vclm/v20240523/vclm_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +2 -2
- package/src/services/vtc/v20240223/vtc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +53 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +4 -5
- package/tencentcloud/services/dc/v20180410/dc_client.js +4 -5
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +6 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +10 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -23
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +164 -31
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +51 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +122 -42
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +11 -3
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +2 -2
- package/tencentcloud/services/rce/v20201103/rce_client.js +2 -2
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -8
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +1 -1
- package/test/cvm.v20170312.test.js +10 -0
- package/test/dlc.v20210125.test.js +20 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
package/products.md
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
73
73
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-28 01:24:29 |
|
|
74
74
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
75
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-
|
|
75
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-10 01:20:00 |
|
|
76
76
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-09 01:25:33 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
78
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-06 01:24:52 |
|
|
@@ -81,25 +81,25 @@
|
|
|
81
81
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
82
82
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
|
|
83
83
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
84
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-
|
|
85
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-
|
|
86
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-
|
|
84
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
85
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-10 01:27:35 |
|
|
86
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-10 01:28:17 |
|
|
87
87
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-08-21 01:31:30 |
|
|
88
88
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
89
89
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
90
90
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
91
91
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-05 01:30:40 |
|
|
92
92
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
93
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-
|
|
93
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-10 01:32:13 |
|
|
94
94
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
95
95
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-09-05 01:32:54 |
|
|
96
96
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
97
97
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
98
98
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
99
99
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
100
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-
|
|
101
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-
|
|
102
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
100
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-10 01:34:43 |
|
|
101
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 01:35:22 |
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-10 01:35:59 |
|
|
103
103
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-03 01:49:10 |
|
|
104
104
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-06 01:38:13 |
|
|
105
105
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
132
132
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
133
133
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
134
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-
|
|
134
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-10 01:45:57 |
|
|
135
135
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
136
136
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
137
137
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
143
143
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
144
144
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
145
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-
|
|
145
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-10 01:50:50 |
|
|
146
146
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
147
147
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-08-28 02:03:45 |
|
|
148
148
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
159
159
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
160
160
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
161
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-
|
|
161
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-10 01:56:25 |
|
|
162
162
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
163
163
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
|
|
164
164
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-03 02:17:01 |
|
|
167
167
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
|
|
168
168
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
169
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-
|
|
169
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
|
|
170
170
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-05 01:59:56 |
|
|
171
171
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-08-28 02:16:37 |
|
|
172
172
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
178
178
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
179
179
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
180
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-
|
|
180
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-09 16:31:53 |
|
|
181
181
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
182
182
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
183
183
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
@@ -225,25 +225,25 @@
|
|
|
225
225
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-03 02:41:07 |
|
|
226
226
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
227
227
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
228
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-
|
|
228
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
229
229
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
230
230
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
231
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-
|
|
232
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-
|
|
231
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-10 02:18:51 |
|
|
232
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
|
|
233
233
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
234
234
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
235
235
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
236
236
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
|
|
237
237
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
238
238
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
239
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-
|
|
239
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
|
|
240
240
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
241
241
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
242
242
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
243
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-
|
|
244
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
243
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-10 02:22:41 |
|
|
244
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-10 02:24:41 |
|
|
245
245
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
|
-
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-
|
|
246
|
+
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
247
247
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
|
|
248
248
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
249
249
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-29 20:07:34 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.934"
|
|
@@ -106,6 +106,7 @@ import {
|
|
|
106
106
|
RenewHostsRequest,
|
|
107
107
|
CreateDisasterRecoverGroupResponse,
|
|
108
108
|
RemoveChcAssistVpcRequest,
|
|
109
|
+
ConvertOperatingSystemsRequest,
|
|
109
110
|
StartInstancesRequest,
|
|
110
111
|
Tag,
|
|
111
112
|
ProgramFpgaImageResponse,
|
|
@@ -149,10 +150,12 @@ import {
|
|
|
149
150
|
OperationCountLimit,
|
|
150
151
|
ReservedInstanceConfigInfoItem,
|
|
151
152
|
LaunchTemplateVersionData,
|
|
153
|
+
TargetOS,
|
|
152
154
|
DeleteDisasterRecoverGroupsResponse,
|
|
153
155
|
HostItem,
|
|
154
156
|
OsVersion,
|
|
155
157
|
Externals,
|
|
158
|
+
ConvertOperatingSystemsResponse,
|
|
156
159
|
InquiryPriceModifyInstancesChargeTypeRequest,
|
|
157
160
|
CreateImageRequest,
|
|
158
161
|
Instance,
|
|
@@ -998,6 +1001,16 @@ export class Client extends AbstractClient {
|
|
|
998
1001
|
return this.request("ModifyImageAttribute", req, cb)
|
|
999
1002
|
}
|
|
1000
1003
|
|
|
1004
|
+
/**
|
|
1005
|
+
* 本接口(ConvertOperatingSystem)用于转换实例的操作系统,仅支持源操作系统为 CentOS 7、CentOS 8 的实例。
|
|
1006
|
+
*/
|
|
1007
|
+
async ConvertOperatingSystems(
|
|
1008
|
+
req: ConvertOperatingSystemsRequest,
|
|
1009
|
+
cb?: (error: string, rep: ConvertOperatingSystemsResponse) => void
|
|
1010
|
+
): Promise<ConvertOperatingSystemsResponse> {
|
|
1011
|
+
return this.request("ConvertOperatingSystems", req, cb)
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1001
1014
|
/**
|
|
1002
1015
|
* 本接口 (DeleteDisasterRecoverGroups)用于删除[分散置放群组](https://cloud.tencent.com/document/product/213/15486)。只有空的置放群组才能被删除,非空的群组需要先销毁组内所有云服务器,才能执行删除操作,不然会产生删除置放群组失败的错误。
|
|
1003
1016
|
*/
|
|
@@ -1892,6 +1892,28 @@ export interface RemoveChcAssistVpcRequest {
|
|
|
1892
1892
|
ChcIds: Array<string>
|
|
1893
1893
|
}
|
|
1894
1894
|
|
|
1895
|
+
/**
|
|
1896
|
+
* ConvertOperatingSystems请求参数结构体
|
|
1897
|
+
*/
|
|
1898
|
+
export interface ConvertOperatingSystemsRequest {
|
|
1899
|
+
/**
|
|
1900
|
+
* 执行操作系统转换的实例 ID
|
|
1901
|
+
*/
|
|
1902
|
+
InstanceIds: Array<string>
|
|
1903
|
+
/**
|
|
1904
|
+
* 是否最小规模转换
|
|
1905
|
+
*/
|
|
1906
|
+
MinimalConversion?: boolean
|
|
1907
|
+
/**
|
|
1908
|
+
* 是否只预检
|
|
1909
|
+
*/
|
|
1910
|
+
DryRun?: boolean
|
|
1911
|
+
/**
|
|
1912
|
+
* 转换的目标操作系统类型。仅支持 TencentOS。
|
|
1913
|
+
*/
|
|
1914
|
+
TargetOSType?: string
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1895
1917
|
/**
|
|
1896
1918
|
* StartInstances请求参数结构体
|
|
1897
1919
|
*/
|
|
@@ -3007,6 +3029,20 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
|
3007
3029
|
DisableApiTermination?: boolean
|
|
3008
3030
|
}
|
|
3009
3031
|
|
|
3032
|
+
/**
|
|
3033
|
+
* 操作系统转换的目标操作系统信息
|
|
3034
|
+
*/
|
|
3035
|
+
export interface TargetOS {
|
|
3036
|
+
/**
|
|
3037
|
+
* 目标操作系统类型
|
|
3038
|
+
*/
|
|
3039
|
+
TargetOSType?: string
|
|
3040
|
+
/**
|
|
3041
|
+
* 目标操作系统版本
|
|
3042
|
+
*/
|
|
3043
|
+
TargetOSVersion?: string
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3010
3046
|
/**
|
|
3011
3047
|
* DeleteDisasterRecoverGroups返回参数结构体
|
|
3012
3048
|
*/
|
|
@@ -3120,6 +3156,26 @@ export interface Externals {
|
|
|
3120
3156
|
StorageBlockAttr?: StorageBlock
|
|
3121
3157
|
}
|
|
3122
3158
|
|
|
3159
|
+
/**
|
|
3160
|
+
* ConvertOperatingSystems返回参数结构体
|
|
3161
|
+
*/
|
|
3162
|
+
export interface ConvertOperatingSystemsResponse {
|
|
3163
|
+
/**
|
|
3164
|
+
* 转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
|
|
3165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3166
|
+
*/
|
|
3167
|
+
SupportTargetOSList?: Array<TargetOS>
|
|
3168
|
+
/**
|
|
3169
|
+
* 操作系统转换的任务 ID
|
|
3170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3171
|
+
*/
|
|
3172
|
+
TaskId?: string
|
|
3173
|
+
/**
|
|
3174
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3175
|
+
*/
|
|
3176
|
+
RequestId?: string
|
|
3177
|
+
}
|
|
3178
|
+
|
|
3123
3179
|
/**
|
|
3124
3180
|
* InquiryPriceModifyInstancesChargeType请求参数结构体
|
|
3125
3181
|
*/
|
|
@@ -117,9 +117,8 @@ export class Client extends AbstractClient {
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
*/
|
|
120
|
+
* 查询物理专线接入点。
|
|
121
|
+
*/
|
|
123
122
|
async DescribeAccessPoints(
|
|
124
123
|
req: DescribeAccessPointsRequest,
|
|
125
124
|
cb?: (error: string, rep: DescribeAccessPointsResponse) => void
|
|
@@ -148,7 +147,7 @@ export class Client extends AbstractClient {
|
|
|
148
147
|
}
|
|
149
148
|
|
|
150
149
|
/**
|
|
151
|
-
*
|
|
150
|
+
* 查询专用通道扩展信息。
|
|
152
151
|
*/
|
|
153
152
|
async DescribeDirectConnectTunnelExtra(
|
|
154
153
|
req: DescribeDirectConnectTunnelExtraRequest,
|
|
@@ -168,7 +167,7 @@ export class Client extends AbstractClient {
|
|
|
168
167
|
}
|
|
169
168
|
|
|
170
169
|
/**
|
|
171
|
-
*
|
|
170
|
+
* 接受专用通道申请。
|
|
172
171
|
*/
|
|
173
172
|
async AcceptDirectConnectTunnel(
|
|
174
173
|
req: AcceptDirectConnectTunnelRequest,
|
|
@@ -261,7 +260,7 @@ export class Client extends AbstractClient {
|
|
|
261
260
|
}
|
|
262
261
|
|
|
263
262
|
/**
|
|
264
|
-
*
|
|
263
|
+
* 拒绝专用通道申请。
|
|
265
264
|
*/
|
|
266
265
|
async RejectDirectConnectTunnel(
|
|
267
266
|
req: RejectDirectConnectTunnelRequest,
|
|
@@ -71,7 +71,7 @@ export interface DirectConnectTunnelRoute {
|
|
|
71
71
|
*/
|
|
72
72
|
export interface RejectDirectConnectTunnelRequest {
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* 专用通道ID。
|
|
75
75
|
*/
|
|
76
76
|
DirectConnectTunnelId: string
|
|
77
77
|
}
|
|
@@ -109,7 +109,7 @@ export interface CreateDirectConnectResponse {
|
|
|
109
109
|
*/
|
|
110
110
|
export interface DescribeDirectConnectTunnelExtraRequest {
|
|
111
111
|
/**
|
|
112
|
-
* 专用通道ID
|
|
112
|
+
* 专用通道ID。
|
|
113
113
|
*/
|
|
114
114
|
DirectConnectTunnelId: string
|
|
115
115
|
}
|
|
@@ -389,7 +389,7 @@ export interface DescribeAccessPointsResponse {
|
|
|
389
389
|
*/
|
|
390
390
|
AccessPointSet?: Array<AccessPoint>
|
|
391
391
|
/**
|
|
392
|
-
*
|
|
392
|
+
* 接入点总数量。
|
|
393
393
|
*/
|
|
394
394
|
TotalCount?: number
|
|
395
395
|
/**
|
|
@@ -413,7 +413,7 @@ export interface DeleteDirectConnectTunnelRequest {
|
|
|
413
413
|
*/
|
|
414
414
|
export interface AcceptDirectConnectTunnelRequest {
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* 专用通道ID。
|
|
417
417
|
*/
|
|
418
418
|
DirectConnectTunnelId: string
|
|
419
419
|
}
|
|
@@ -433,7 +433,7 @@ export interface ReleaseInternetAddressRequest {
|
|
|
433
433
|
*/
|
|
434
434
|
export interface DescribeDirectConnectTunnelExtraResponse {
|
|
435
435
|
/**
|
|
436
|
-
*
|
|
436
|
+
* 专用通道扩展信息。
|
|
437
437
|
*/
|
|
438
438
|
DirectConnectTunnelExtra?: DirectConnectTunnelExtra
|
|
439
439
|
/**
|
|
@@ -863,8 +863,7 @@ export interface DescribeDirectConnectsResponse {
|
|
|
863
863
|
*/
|
|
864
864
|
export interface DescribeAccessPointsRequest {
|
|
865
865
|
/**
|
|
866
|
-
* 接入点所在的地域。使用DescribeRegions
|
|
867
|
-
|
|
866
|
+
* 接入点所在的地域。使用DescribeRegions查询。
|
|
868
867
|
您可以通过调用 DescribeRegions接口获取地域ID。
|
|
869
868
|
*/
|
|
870
869
|
RegionId?: string
|
|
@@ -586,7 +586,7 @@ export interface CreateAccountRequest {
|
|
|
586
586
|
/**
|
|
587
587
|
* 账号密码,密码需要 8-32 个字符,不能以 '/' 开头,并且必须包含小写字母、大写字母、数字和符号()~!@#$%^&*-+=_|{}[]:<>,.?/。
|
|
588
588
|
*/
|
|
589
|
-
Password
|
|
589
|
+
Password?: string
|
|
590
590
|
/**
|
|
591
591
|
* 是否创建为只读账号,0:否, 1:该账号的sql请求优先选择备机执行,备机不可用时选择主机执行,2:优先选择备机执行,备机不可用时操作失败,3:只从备机读取。
|
|
592
592
|
*/
|
|
@@ -608,6 +608,10 @@ export interface CreateAccountRequest {
|
|
|
608
608
|
* 用户最大连接数限制参数。不传或者传0表示为不限制,对应max_user_connections参数,目前10.1内核版本不支持设置。
|
|
609
609
|
*/
|
|
610
610
|
MaxUserConnections?: number
|
|
611
|
+
/**
|
|
612
|
+
* 使用GetPublicKey返回的RSA2048公钥加密后的密码
|
|
613
|
+
*/
|
|
614
|
+
EncryptedPassword?: string
|
|
611
615
|
}
|
|
612
616
|
|
|
613
617
|
/**
|
|
@@ -1262,7 +1266,11 @@ export interface ResetAccountPasswordRequest {
|
|
|
1262
1266
|
/**
|
|
1263
1267
|
* 新密码,由字母、数字或常见符号组成,不能包含分号、单引号和双引号,长度为6~32位。
|
|
1264
1268
|
*/
|
|
1265
|
-
Password
|
|
1269
|
+
Password?: string
|
|
1270
|
+
/**
|
|
1271
|
+
* 使用GetPublicKey返回的RSA2048公钥加密后的密码,加密算法是PKCS1v15
|
|
1272
|
+
*/
|
|
1273
|
+
EncryptedPassword?: string
|
|
1266
1274
|
}
|
|
1267
1275
|
|
|
1268
1276
|
/**
|
|
@@ -53,12 +53,13 @@ import {
|
|
|
53
53
|
DescribeSparkSessionBatchSQLRequest,
|
|
54
54
|
DescribeUsersResponse,
|
|
55
55
|
SmartOptimizerPolicy,
|
|
56
|
-
|
|
56
|
+
DescribeUserInfoResponse,
|
|
57
57
|
ModifyUserTypeRequest,
|
|
58
58
|
NotebookSessionStatementInfo,
|
|
59
59
|
ElasticsearchInfo,
|
|
60
60
|
DeleteUsersFromWorkGroupResponse,
|
|
61
61
|
DescribeDLCCatalogAccessResponse,
|
|
62
|
+
DeleteTableResponse,
|
|
62
63
|
DescribeUserRolesResponse,
|
|
63
64
|
CreateExportTaskRequest,
|
|
64
65
|
CreateDMSTableRequest,
|
|
@@ -101,6 +102,7 @@ import {
|
|
|
101
102
|
CreateWorkGroupRequest,
|
|
102
103
|
DescribeDatasourceConnectionRequest,
|
|
103
104
|
CheckDataEngineImageCanBeUpgradeRequest,
|
|
105
|
+
QueryInternalTableWarehouseRequest,
|
|
104
106
|
CreateResultDownloadRequest,
|
|
105
107
|
DescribeNotebookSessionStatementSqlResultResponse,
|
|
106
108
|
ModifyUserRequest,
|
|
@@ -224,6 +226,7 @@ import {
|
|
|
224
226
|
UserIdSetOfWorkGroupId,
|
|
225
227
|
AlterDMSPartitionRequest,
|
|
226
228
|
ReportHeartbeatMetaDataResponse,
|
|
229
|
+
QueryInternalTableWarehouseResponse,
|
|
227
230
|
Script,
|
|
228
231
|
CheckDataEngineImageCanBeUpgradeResponse,
|
|
229
232
|
CreateInternalTableRequest,
|
|
@@ -243,6 +246,7 @@ import {
|
|
|
243
246
|
DescribeSparkSessionBatchSqlLogRequest,
|
|
244
247
|
WorkGroupIdSetOfUserId,
|
|
245
248
|
DescribeUpdatableDataEnginesRequest,
|
|
249
|
+
DeleteTableRequest,
|
|
246
250
|
DescribeStoreLocationRequest,
|
|
247
251
|
DescribeViewsRequest,
|
|
248
252
|
GrantDLCCatalogAccessRequest,
|
|
@@ -253,7 +257,7 @@ import {
|
|
|
253
257
|
DatasourceConnectionInfo,
|
|
254
258
|
DescribeDataEngineImageVersionsRequest,
|
|
255
259
|
BindWorkGroupsToUserResponse,
|
|
256
|
-
|
|
260
|
+
SparkSessionBatchLog,
|
|
257
261
|
DeleteScriptRequest,
|
|
258
262
|
AddDMSPartitionsRequest,
|
|
259
263
|
DescribeUserRolesRequest,
|
|
@@ -1279,6 +1283,16 @@ export class Client extends AbstractClient {
|
|
|
1279
1283
|
return this.request("CreateCHDFSBindingProduct", req, cb)
|
|
1280
1284
|
}
|
|
1281
1285
|
|
|
1286
|
+
/**
|
|
1287
|
+
* 本接口(QueryInternalTableWarehouse)用于获取原生表warehouse路径
|
|
1288
|
+
*/
|
|
1289
|
+
async QueryInternalTableWarehouse(
|
|
1290
|
+
req: QueryInternalTableWarehouseRequest,
|
|
1291
|
+
cb?: (error: string, rep: QueryInternalTableWarehouseResponse) => void
|
|
1292
|
+
): Promise<QueryInternalTableWarehouseResponse> {
|
|
1293
|
+
return this.request("QueryInternalTableWarehouse", req, cb)
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1282
1296
|
/**
|
|
1283
1297
|
* 本接口(DescribeDatasourceConnection)用于查询数据源信息
|
|
1284
1298
|
*/
|
|
@@ -1399,6 +1413,16 @@ export class Client extends AbstractClient {
|
|
|
1399
1413
|
return this.request("DeleteUser", req, cb)
|
|
1400
1414
|
}
|
|
1401
1415
|
|
|
1416
|
+
/**
|
|
1417
|
+
* 删除表
|
|
1418
|
+
*/
|
|
1419
|
+
async DeleteTable(
|
|
1420
|
+
req: DeleteTableRequest,
|
|
1421
|
+
cb?: (error: string, rep: DeleteTableResponse) => void
|
|
1422
|
+
): Promise<DeleteTableResponse> {
|
|
1423
|
+
return this.request("DeleteTable", req, cb)
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1402
1426
|
/**
|
|
1403
1427
|
* 本接口根据引擎ID查询数据引擎资源使用情况
|
|
1404
1428
|
*/
|
|
@@ -972,29 +972,18 @@ export interface SmartOptimizerPolicy {
|
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
/**
|
|
975
|
-
*
|
|
975
|
+
* DescribeUserInfo返回参数结构体
|
|
976
976
|
*/
|
|
977
|
-
export interface
|
|
978
|
-
/**
|
|
979
|
-
* 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
|
|
980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
981
|
-
*/
|
|
982
|
-
Step?: string
|
|
983
|
-
/**
|
|
984
|
-
* 时间
|
|
985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
986
|
-
*/
|
|
987
|
-
Time?: string
|
|
977
|
+
export interface DescribeUserInfoResponse {
|
|
988
978
|
/**
|
|
989
|
-
*
|
|
979
|
+
* 用户详细信息
|
|
990
980
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
991
981
|
*/
|
|
992
|
-
|
|
982
|
+
UserInfo?: UserDetailInfo
|
|
993
983
|
/**
|
|
994
|
-
*
|
|
995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
984
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
996
985
|
*/
|
|
997
|
-
|
|
986
|
+
RequestId?: string
|
|
998
987
|
}
|
|
999
988
|
|
|
1000
989
|
/**
|
|
@@ -1129,6 +1118,16 @@ export interface DescribeDLCCatalogAccessResponse {
|
|
|
1129
1118
|
RequestId?: string
|
|
1130
1119
|
}
|
|
1131
1120
|
|
|
1121
|
+
/**
|
|
1122
|
+
* DeleteTable返回参数结构体
|
|
1123
|
+
*/
|
|
1124
|
+
export interface DeleteTableResponse {
|
|
1125
|
+
/**
|
|
1126
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1127
|
+
*/
|
|
1128
|
+
RequestId?: string
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1132
1131
|
/**
|
|
1133
1132
|
* DescribeUserRoles返回参数结构体
|
|
1134
1133
|
*/
|
|
@@ -2216,6 +2215,20 @@ export interface CheckDataEngineImageCanBeUpgradeRequest {
|
|
|
2216
2215
|
DataEngineId: string
|
|
2217
2216
|
}
|
|
2218
2217
|
|
|
2218
|
+
/**
|
|
2219
|
+
* QueryInternalTableWarehouse请求参数结构体
|
|
2220
|
+
*/
|
|
2221
|
+
export interface QueryInternalTableWarehouseRequest {
|
|
2222
|
+
/**
|
|
2223
|
+
* 库名
|
|
2224
|
+
*/
|
|
2225
|
+
DatabaseName: string
|
|
2226
|
+
/**
|
|
2227
|
+
* 表名
|
|
2228
|
+
*/
|
|
2229
|
+
TableName: string
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2219
2232
|
/**
|
|
2220
2233
|
* CreateResultDownload请求参数结构体
|
|
2221
2234
|
*/
|
|
@@ -5227,6 +5240,20 @@ export interface ReportHeartbeatMetaDataResponse {
|
|
|
5227
5240
|
RequestId?: string
|
|
5228
5241
|
}
|
|
5229
5242
|
|
|
5243
|
+
/**
|
|
5244
|
+
* QueryInternalTableWarehouse返回参数结构体
|
|
5245
|
+
*/
|
|
5246
|
+
export interface QueryInternalTableWarehouseResponse {
|
|
5247
|
+
/**
|
|
5248
|
+
* warehouse路径
|
|
5249
|
+
*/
|
|
5250
|
+
WarehousePath: string
|
|
5251
|
+
/**
|
|
5252
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5253
|
+
*/
|
|
5254
|
+
RequestId?: string
|
|
5255
|
+
}
|
|
5256
|
+
|
|
5230
5257
|
/**
|
|
5231
5258
|
* script实例。
|
|
5232
5259
|
*/
|
|
@@ -5626,6 +5653,16 @@ export interface DescribeUpdatableDataEnginesRequest {
|
|
|
5626
5653
|
CustomResultPath?: string
|
|
5627
5654
|
}
|
|
5628
5655
|
|
|
5656
|
+
/**
|
|
5657
|
+
* DeleteTable请求参数结构体
|
|
5658
|
+
*/
|
|
5659
|
+
export interface DeleteTableRequest {
|
|
5660
|
+
/**
|
|
5661
|
+
* 表基本信息
|
|
5662
|
+
*/
|
|
5663
|
+
TableBaseInfo: TableBaseInfo
|
|
5664
|
+
}
|
|
5665
|
+
|
|
5629
5666
|
/**
|
|
5630
5667
|
* DescribeStoreLocation请求参数结构体
|
|
5631
5668
|
*/
|
|
@@ -5910,18 +5947,29 @@ export interface BindWorkGroupsToUserResponse {
|
|
|
5910
5947
|
}
|
|
5911
5948
|
|
|
5912
5949
|
/**
|
|
5913
|
-
*
|
|
5950
|
+
* SparkSQL批任务运行日志
|
|
5914
5951
|
*/
|
|
5915
|
-
export interface
|
|
5952
|
+
export interface SparkSessionBatchLog {
|
|
5916
5953
|
/**
|
|
5917
|
-
*
|
|
5954
|
+
* 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
|
|
5918
5955
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5919
5956
|
*/
|
|
5920
|
-
|
|
5957
|
+
Step?: string
|
|
5921
5958
|
/**
|
|
5922
|
-
*
|
|
5959
|
+
* 时间
|
|
5960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5923
5961
|
*/
|
|
5924
|
-
|
|
5962
|
+
Time?: string
|
|
5963
|
+
/**
|
|
5964
|
+
* 日志提示
|
|
5965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5966
|
+
*/
|
|
5967
|
+
Message?: string
|
|
5968
|
+
/**
|
|
5969
|
+
* 日志操作
|
|
5970
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5971
|
+
*/
|
|
5972
|
+
Operate?: Array<SparkSessionBatchLogOperate>
|
|
5925
5973
|
}
|
|
5926
5974
|
|
|
5927
5975
|
/**
|