tencentcloud-sdk-nodejs 4.0.702 → 4.0.703
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 +245 -0
- package/SERVICE_CHANGELOG.md +658 -884
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +14 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +146 -4
- package/src/services/dasb/v20191018/dasb_client.ts +31 -7
- package/src/services/dasb/v20191018/dasb_models.ts +84 -8
- package/src/services/dlc/v20210125/dlc_client.ts +9 -8
- package/src/services/dlc/v20210125/dlc_models.ts +158 -38
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +24 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -2
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -0
- package/src/services/mps/v20190612/mps_models.ts +62 -6
- package/src/services/sms/v20190711/sms_client.ts +0 -2
- package/src/services/sms/v20190711/sms_models.ts +2 -2
- package/src/services/tat/v20201028/tat_client.ts +26 -1
- package/src/services/tat/v20201028/tat_models.ts +69 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +97 -67
- package/src/services/tsf/v20180326/tsf_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +143 -4
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +11 -3
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +15 -3
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +80 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -7
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +157 -38
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +59 -6
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -2
- package/tencentcloud/services/sms/v20190711/sms_client.js +0 -2
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +9 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +12 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +64 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +97 -67
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/test/cdwpg.v20201230.test.js +10 -0
- package/test/dasb.v20191018.test.js +22 -2
- package/test/tat.v20201028.test.js +20 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-09-27 01:07:05 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-10 01:08:04 |
|
|
24
|
-
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-
|
|
24
|
+
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-26 01:07:22 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
|
-
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-11 01:19:09 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-11 01:29:04 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-10 01:12:20 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-10 01:12:51 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-10 01:34:35 |
|
|
75
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-
|
|
75
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-11 01:37:08 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
78
78
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-11 01:40:01 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-10 01:37:17 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-09 01:15:32 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-11 01:48:23 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-11 01:49:28 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
131
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-27 01:19:43 |
|
|
132
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-
|
|
133
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-
|
|
132
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-11 02:02:31 |
|
|
133
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-11 02:03:32 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
145
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-11 02:06:42 |
|
|
145
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
148
148
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
182
182
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
|
|
183
183
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
184
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-
|
|
184
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-11 02:22:08 |
|
|
185
185
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
186
186
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
|
|
187
187
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-11 02:29:22 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-
|
|
203
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
|
|
204
204
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
205
205
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
206
206
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
223
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-27 01:26:51 |
|
|
224
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
224
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
227
227
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.703"
|
|
@@ -20,12 +20,15 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
ResourceSpecNew,
|
|
22
22
|
DestroyInstanceByApiResponse,
|
|
23
|
+
DestroyInstanceByApiRequest,
|
|
23
24
|
CreateInstanceByApiRequest,
|
|
24
25
|
CBSSpec,
|
|
25
26
|
CreateInstanceByApiResponse,
|
|
27
|
+
DescribeSimpleInstancesResponse,
|
|
26
28
|
Tag,
|
|
29
|
+
InstanceSimpleInfoNew,
|
|
27
30
|
ChargeProperties,
|
|
28
|
-
|
|
31
|
+
DescribeSimpleInstancesRequest,
|
|
29
32
|
} from "./cdwpg_models"
|
|
30
33
|
|
|
31
34
|
/**
|
|
@@ -56,4 +59,14 @@ export class Client extends AbstractClient {
|
|
|
56
59
|
): Promise<CreateInstanceByApiResponse> {
|
|
57
60
|
return this.request("CreateInstanceByApi", req, cb)
|
|
58
61
|
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* 获取集群实例列表
|
|
65
|
+
*/
|
|
66
|
+
async DescribeSimpleInstances(
|
|
67
|
+
req: DescribeSimpleInstancesRequest,
|
|
68
|
+
cb?: (error: string, rep: DescribeSimpleInstancesResponse) => void
|
|
69
|
+
): Promise<DescribeSimpleInstancesResponse> {
|
|
70
|
+
return this.request("DescribeSimpleInstances", req, cb)
|
|
71
|
+
}
|
|
59
72
|
}
|
|
@@ -55,6 +55,16 @@ export interface DestroyInstanceByApiResponse {
|
|
|
55
55
|
RequestId?: string
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
/**
|
|
59
|
+
* DestroyInstanceByApi请求参数结构体
|
|
60
|
+
*/
|
|
61
|
+
export interface DestroyInstanceByApiRequest {
|
|
62
|
+
/**
|
|
63
|
+
* 实例名称,例如"cdwpg-xxxx"
|
|
64
|
+
*/
|
|
65
|
+
InstanceId: string
|
|
66
|
+
}
|
|
67
|
+
|
|
58
68
|
/**
|
|
59
69
|
* CreateInstanceByApi请求参数结构体
|
|
60
70
|
*/
|
|
@@ -136,6 +146,31 @@ export interface CreateInstanceByApiResponse {
|
|
|
136
146
|
RequestId?: string
|
|
137
147
|
}
|
|
138
148
|
|
|
149
|
+
/**
|
|
150
|
+
* DescribeSimpleInstances返回参数结构体
|
|
151
|
+
*/
|
|
152
|
+
export interface DescribeSimpleInstancesResponse {
|
|
153
|
+
/**
|
|
154
|
+
* 1
|
|
155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
156
|
+
*/
|
|
157
|
+
TotalCount?: number
|
|
158
|
+
/**
|
|
159
|
+
* 1
|
|
160
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
161
|
+
*/
|
|
162
|
+
InstancesList?: Array<InstanceSimpleInfoNew>
|
|
163
|
+
/**
|
|
164
|
+
* -
|
|
165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
166
|
+
*/
|
|
167
|
+
ErrorMsg?: string
|
|
168
|
+
/**
|
|
169
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
170
|
+
*/
|
|
171
|
+
RequestId?: string
|
|
172
|
+
}
|
|
173
|
+
|
|
139
174
|
/**
|
|
140
175
|
* 标签描述
|
|
141
176
|
*/
|
|
@@ -150,6 +185,97 @@ export interface Tag {
|
|
|
150
185
|
TagValue: string
|
|
151
186
|
}
|
|
152
187
|
|
|
188
|
+
/**
|
|
189
|
+
* 精简集群信息
|
|
190
|
+
*/
|
|
191
|
+
export interface InstanceSimpleInfoNew {
|
|
192
|
+
/**
|
|
193
|
+
* 1
|
|
194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
|
+
*/
|
|
196
|
+
ID?: number
|
|
197
|
+
/**
|
|
198
|
+
* 1
|
|
199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
+
*/
|
|
201
|
+
InstanceId?: string
|
|
202
|
+
/**
|
|
203
|
+
* 1
|
|
204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
205
|
+
*/
|
|
206
|
+
InstanceName?: string
|
|
207
|
+
/**
|
|
208
|
+
* 1
|
|
209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
210
|
+
*/
|
|
211
|
+
Version?: string
|
|
212
|
+
/**
|
|
213
|
+
* 1
|
|
214
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
215
|
+
*/
|
|
216
|
+
Region?: string
|
|
217
|
+
/**
|
|
218
|
+
* 1
|
|
219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
+
*/
|
|
221
|
+
RegionId?: number
|
|
222
|
+
/**
|
|
223
|
+
* 1
|
|
224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
|
+
*/
|
|
226
|
+
RegionDesc?: string
|
|
227
|
+
/**
|
|
228
|
+
* 1
|
|
229
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
230
|
+
*/
|
|
231
|
+
Zone?: string
|
|
232
|
+
/**
|
|
233
|
+
* 1
|
|
234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
235
|
+
*/
|
|
236
|
+
ZoneId?: number
|
|
237
|
+
/**
|
|
238
|
+
* 1
|
|
239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
240
|
+
*/
|
|
241
|
+
ZoneDesc?: string
|
|
242
|
+
/**
|
|
243
|
+
* 1
|
|
244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
245
|
+
*/
|
|
246
|
+
VpcId?: string
|
|
247
|
+
/**
|
|
248
|
+
* 1
|
|
249
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
250
|
+
*/
|
|
251
|
+
SubnetId?: string
|
|
252
|
+
/**
|
|
253
|
+
* 1
|
|
254
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
255
|
+
*/
|
|
256
|
+
CreateTime?: string
|
|
257
|
+
/**
|
|
258
|
+
* 1
|
|
259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
260
|
+
*/
|
|
261
|
+
ExpireTime?: string
|
|
262
|
+
/**
|
|
263
|
+
* 1
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
+
*/
|
|
266
|
+
AccessInfo?: string
|
|
267
|
+
/**
|
|
268
|
+
* 1
|
|
269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
|
+
*/
|
|
271
|
+
PayMode?: string
|
|
272
|
+
/**
|
|
273
|
+
* 1
|
|
274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
275
|
+
*/
|
|
276
|
+
RenewFlag?: boolean
|
|
277
|
+
}
|
|
278
|
+
|
|
153
279
|
/**
|
|
154
280
|
* 计费时间参数
|
|
155
281
|
*/
|
|
@@ -177,11 +303,27 @@ export interface ChargeProperties {
|
|
|
177
303
|
}
|
|
178
304
|
|
|
179
305
|
/**
|
|
180
|
-
*
|
|
306
|
+
* DescribeSimpleInstances请求参数结构体
|
|
181
307
|
*/
|
|
182
|
-
export interface
|
|
308
|
+
export interface DescribeSimpleInstancesRequest {
|
|
183
309
|
/**
|
|
184
|
-
*
|
|
310
|
+
* 11
|
|
185
311
|
*/
|
|
186
|
-
|
|
312
|
+
SearchInstanceId?: string
|
|
313
|
+
/**
|
|
314
|
+
* 11
|
|
315
|
+
*/
|
|
316
|
+
SearchInstanceName?: string
|
|
317
|
+
/**
|
|
318
|
+
* 11
|
|
319
|
+
*/
|
|
320
|
+
Offset?: number
|
|
321
|
+
/**
|
|
322
|
+
* 11
|
|
323
|
+
*/
|
|
324
|
+
Limit?: number
|
|
325
|
+
/**
|
|
326
|
+
* 11
|
|
327
|
+
*/
|
|
328
|
+
SearchTags?: Array<string>
|
|
187
329
|
}
|
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
ResetDeviceAccountPasswordResponse,
|
|
22
22
|
DescribeLoginEventRequest,
|
|
23
|
+
ModifyResourceResponse,
|
|
23
24
|
BindDeviceAccountPasswordRequest,
|
|
24
25
|
DeleteAclsRequest,
|
|
25
26
|
DeleteDeviceGroupsResponse,
|
|
@@ -31,6 +32,7 @@ import {
|
|
|
31
32
|
BindDeviceAccountPasswordResponse,
|
|
32
33
|
ResetDeviceAccountPasswordRequest,
|
|
33
34
|
AddUserGroupMembersRequest,
|
|
35
|
+
CreateResourceRequest,
|
|
34
36
|
DescribeDevicesResponse,
|
|
35
37
|
ResetUserResponse,
|
|
36
38
|
SessionCommand,
|
|
@@ -61,6 +63,7 @@ import {
|
|
|
61
63
|
CreateAclRequest,
|
|
62
64
|
DescribeLoginEventResponse,
|
|
63
65
|
DeleteDeviceGroupMembersRequest,
|
|
66
|
+
SearchCommandResponse,
|
|
64
67
|
CreateDeviceGroupRequest,
|
|
65
68
|
CreateAclResponse,
|
|
66
69
|
DescribeAclsResponse,
|
|
@@ -68,7 +71,8 @@ import {
|
|
|
68
71
|
Command,
|
|
69
72
|
ModifyAclRequest,
|
|
70
73
|
SearchAuditLogRequest,
|
|
71
|
-
|
|
74
|
+
CreateResourceResponse,
|
|
75
|
+
ModifyResourceRequest,
|
|
72
76
|
DeleteUsersResponse,
|
|
73
77
|
SearchCommandBySidResponse,
|
|
74
78
|
AssetSyncStatus,
|
|
@@ -437,6 +441,16 @@ export class Client extends AbstractClient {
|
|
|
437
441
|
return this.request("DescribeDasbImageIds", req, cb)
|
|
438
442
|
}
|
|
439
443
|
|
|
444
|
+
/**
|
|
445
|
+
* 清除设备账号绑定的密钥
|
|
446
|
+
*/
|
|
447
|
+
async ResetDeviceAccountPrivateKey(
|
|
448
|
+
req: ResetDeviceAccountPrivateKeyRequest,
|
|
449
|
+
cb?: (error: string, rep: ResetDeviceAccountPrivateKeyResponse) => void
|
|
450
|
+
): Promise<ResetDeviceAccountPrivateKeyResponse> {
|
|
451
|
+
return this.request("ResetDeviceAccountPrivateKey", req, cb)
|
|
452
|
+
}
|
|
453
|
+
|
|
440
454
|
/**
|
|
441
455
|
* 新建主机账号
|
|
442
456
|
*/
|
|
@@ -507,6 +521,16 @@ export class Client extends AbstractClient {
|
|
|
507
521
|
return this.request("CreateCmdTemplate", req, cb)
|
|
508
522
|
}
|
|
509
523
|
|
|
524
|
+
/**
|
|
525
|
+
* 资源变配
|
|
526
|
+
*/
|
|
527
|
+
async ModifyResource(
|
|
528
|
+
req: ModifyResourceRequest,
|
|
529
|
+
cb?: (error: string, rep: ModifyResourceResponse) => void
|
|
530
|
+
): Promise<ModifyResourceResponse> {
|
|
531
|
+
return this.request("ModifyResource", req, cb)
|
|
532
|
+
}
|
|
533
|
+
|
|
510
534
|
/**
|
|
511
535
|
* 修改用户信息
|
|
512
536
|
*/
|
|
@@ -628,13 +652,13 @@ export class Client extends AbstractClient {
|
|
|
628
652
|
}
|
|
629
653
|
|
|
630
654
|
/**
|
|
631
|
-
*
|
|
655
|
+
* 创建堡垒机实例
|
|
632
656
|
*/
|
|
633
|
-
async
|
|
634
|
-
req:
|
|
635
|
-
cb?: (error: string, rep:
|
|
636
|
-
): Promise<
|
|
637
|
-
return this.request("
|
|
657
|
+
async CreateResource(
|
|
658
|
+
req: CreateResourceRequest,
|
|
659
|
+
cb?: (error: string, rep: CreateResourceResponse) => void
|
|
660
|
+
): Promise<CreateResourceResponse> {
|
|
661
|
+
return this.request("CreateResource", req, cb)
|
|
638
662
|
}
|
|
639
663
|
|
|
640
664
|
/**
|
|
@@ -67,6 +67,16 @@ export interface DescribeLoginEventRequest {
|
|
|
67
67
|
Limit?: number
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
/**
|
|
71
|
+
* ModifyResource返回参数结构体
|
|
72
|
+
*/
|
|
73
|
+
export interface ModifyResourceResponse {
|
|
74
|
+
/**
|
|
75
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
76
|
+
*/
|
|
77
|
+
RequestId?: string
|
|
78
|
+
}
|
|
79
|
+
|
|
70
80
|
/**
|
|
71
81
|
* BindDeviceAccountPassword请求参数结构体
|
|
72
82
|
*/
|
|
@@ -223,6 +233,20 @@ export interface AddUserGroupMembersRequest {
|
|
|
223
233
|
MemberIdSet: Array<number | bigint>
|
|
224
234
|
}
|
|
225
235
|
|
|
236
|
+
/**
|
|
237
|
+
* CreateResource请求参数结构体
|
|
238
|
+
*/
|
|
239
|
+
export interface CreateResourceRequest {
|
|
240
|
+
/**
|
|
241
|
+
* 部署堡垒机的VpcId
|
|
242
|
+
*/
|
|
243
|
+
VpcId: string
|
|
244
|
+
/**
|
|
245
|
+
* 部署堡垒机的SubnetId
|
|
246
|
+
*/
|
|
247
|
+
SubnetId: string
|
|
248
|
+
}
|
|
249
|
+
|
|
226
250
|
/**
|
|
227
251
|
* DescribeDevices返回参数结构体
|
|
228
252
|
*/
|
|
@@ -1142,6 +1166,24 @@ export interface DeleteDeviceGroupMembersRequest {
|
|
|
1142
1166
|
MemberIdSet: Array<number | bigint>
|
|
1143
1167
|
}
|
|
1144
1168
|
|
|
1169
|
+
/**
|
|
1170
|
+
* SearchCommand返回参数结构体
|
|
1171
|
+
*/
|
|
1172
|
+
export interface SearchCommandResponse {
|
|
1173
|
+
/**
|
|
1174
|
+
* 总记录数
|
|
1175
|
+
*/
|
|
1176
|
+
TotalCount?: number
|
|
1177
|
+
/**
|
|
1178
|
+
* 命令列表
|
|
1179
|
+
*/
|
|
1180
|
+
Commands?: Array<SearchCommandResult>
|
|
1181
|
+
/**
|
|
1182
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1183
|
+
*/
|
|
1184
|
+
RequestId?: string
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1145
1187
|
/**
|
|
1146
1188
|
* CreateDeviceGroup请求参数结构体
|
|
1147
1189
|
*/
|
|
@@ -1422,21 +1464,55 @@ export interface SearchAuditLogRequest {
|
|
|
1422
1464
|
}
|
|
1423
1465
|
|
|
1424
1466
|
/**
|
|
1425
|
-
*
|
|
1467
|
+
* CreateResource返回参数结构体
|
|
1426
1468
|
*/
|
|
1427
|
-
export interface
|
|
1469
|
+
export interface CreateResourceResponse {
|
|
1428
1470
|
/**
|
|
1429
|
-
*
|
|
1471
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1430
1472
|
*/
|
|
1431
|
-
|
|
1473
|
+
RequestId?: string
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
/**
|
|
1477
|
+
* ModifyResource请求参数结构体
|
|
1478
|
+
*/
|
|
1479
|
+
export interface ModifyResourceRequest {
|
|
1432
1480
|
/**
|
|
1433
|
-
*
|
|
1481
|
+
* 需要开通服务的资源ID
|
|
1434
1482
|
*/
|
|
1435
|
-
|
|
1483
|
+
ResourceId: string
|
|
1436
1484
|
/**
|
|
1437
|
-
*
|
|
1485
|
+
* 已废弃
|
|
1438
1486
|
*/
|
|
1439
|
-
|
|
1487
|
+
Status?: string
|
|
1488
|
+
/**
|
|
1489
|
+
* 已废弃
|
|
1490
|
+
*/
|
|
1491
|
+
ModuleSet?: Array<string>
|
|
1492
|
+
/**
|
|
1493
|
+
* 实例版本
|
|
1494
|
+
*/
|
|
1495
|
+
ResourceEdition?: string
|
|
1496
|
+
/**
|
|
1497
|
+
* 资源节点数
|
|
1498
|
+
*/
|
|
1499
|
+
ResourceNode?: number
|
|
1500
|
+
/**
|
|
1501
|
+
* 自动续费
|
|
1502
|
+
*/
|
|
1503
|
+
AutoRenewFlag?: number
|
|
1504
|
+
/**
|
|
1505
|
+
* 带宽扩展包个数(4M)
|
|
1506
|
+
*/
|
|
1507
|
+
PackageBandwidth?: number
|
|
1508
|
+
/**
|
|
1509
|
+
* 授权点数扩展包个数(50点)
|
|
1510
|
+
*/
|
|
1511
|
+
PackageNode?: number
|
|
1512
|
+
/**
|
|
1513
|
+
* 日志投递
|
|
1514
|
+
*/
|
|
1515
|
+
LogDelivery?: number
|
|
1440
1516
|
}
|
|
1441
1517
|
|
|
1442
1518
|
/**
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
DeleteScriptResponse,
|
|
65
65
|
TableInfo,
|
|
66
66
|
Task,
|
|
67
|
-
|
|
67
|
+
DataEngineConfigInstanceInfo,
|
|
68
68
|
DescribeWorkGroupsRequest,
|
|
69
69
|
CrontabResumeSuspendStrategy,
|
|
70
70
|
AlterDMSTableResponse,
|
|
@@ -83,6 +83,7 @@ import {
|
|
|
83
83
|
DescribeUserTypeRequest,
|
|
84
84
|
SwitchDataEngineResponse,
|
|
85
85
|
CheckDataEngineConfigPairsValidityRequest,
|
|
86
|
+
ElasticsearchInfo,
|
|
86
87
|
CSVSerde,
|
|
87
88
|
DescribeLakeFsInfoRequest,
|
|
88
89
|
ModifySparkAppRequest,
|
|
@@ -576,7 +577,7 @@ export class Client extends AbstractClient {
|
|
|
576
577
|
* 切换引擎镜像版本
|
|
577
578
|
*/
|
|
578
579
|
async SwitchDataEngineImage(
|
|
579
|
-
req
|
|
580
|
+
req: SwitchDataEngineImageRequest,
|
|
580
581
|
cb?: (error: string, rep: SwitchDataEngineImageResponse) => void
|
|
581
582
|
): Promise<SwitchDataEngineImageResponse> {
|
|
582
583
|
return this.request("SwitchDataEngineImage", req, cb)
|
|
@@ -806,7 +807,7 @@ export class Client extends AbstractClient {
|
|
|
806
807
|
* 回滚引擎镜像版本
|
|
807
808
|
*/
|
|
808
809
|
async RollbackDataEngineImage(
|
|
809
|
-
req
|
|
810
|
+
req: RollbackDataEngineImageRequest,
|
|
810
811
|
cb?: (error: string, rep: RollbackDataEngineImageResponse) => void
|
|
811
812
|
): Promise<RollbackDataEngineImageResponse> {
|
|
812
813
|
return this.request("RollbackDataEngineImage", req, cb)
|
|
@@ -946,7 +947,7 @@ export class Client extends AbstractClient {
|
|
|
946
947
|
* 修改用户引擎自定义配置
|
|
947
948
|
*/
|
|
948
949
|
async UpdateUserDataEngineConfig(
|
|
949
|
-
req
|
|
950
|
+
req: UpdateUserDataEngineConfigRequest,
|
|
950
951
|
cb?: (error: string, rep: UpdateUserDataEngineConfigResponse) => void
|
|
951
952
|
): Promise<UpdateUserDataEngineConfigResponse> {
|
|
952
953
|
return this.request("UpdateUserDataEngineConfig", req, cb)
|
|
@@ -1156,7 +1157,7 @@ export class Client extends AbstractClient {
|
|
|
1156
1157
|
* 用户某种操作,触发引擎配置修改
|
|
1157
1158
|
*/
|
|
1158
1159
|
async UpdateDataEngineConfig(
|
|
1159
|
-
req
|
|
1160
|
+
req: UpdateDataEngineConfigRequest,
|
|
1160
1161
|
cb?: (error: string, rep: UpdateDataEngineConfigResponse) => void
|
|
1161
1162
|
): Promise<UpdateDataEngineConfigResponse> {
|
|
1162
1163
|
return this.request("UpdateDataEngineConfig", req, cb)
|
|
@@ -1196,7 +1197,7 @@ export class Client extends AbstractClient {
|
|
|
1196
1197
|
* 升级引擎镜像
|
|
1197
1198
|
*/
|
|
1198
1199
|
async UpgradeDataEngineImage(
|
|
1199
|
-
req
|
|
1200
|
+
req: UpgradeDataEngineImageRequest,
|
|
1200
1201
|
cb?: (error: string, rep: UpgradeDataEngineImageResponse) => void
|
|
1201
1202
|
): Promise<UpgradeDataEngineImageResponse> {
|
|
1202
1203
|
return this.request("UpgradeDataEngineImage", req, cb)
|
|
@@ -1346,7 +1347,7 @@ export class Client extends AbstractClient {
|
|
|
1346
1347
|
* 重启引擎
|
|
1347
1348
|
*/
|
|
1348
1349
|
async RestartDataEngine(
|
|
1349
|
-
req
|
|
1350
|
+
req: RestartDataEngineRequest,
|
|
1350
1351
|
cb?: (error: string, rep: RestartDataEngineResponse) => void
|
|
1351
1352
|
): Promise<RestartDataEngineResponse> {
|
|
1352
1353
|
return this.request("RestartDataEngine", req, cb)
|
|
@@ -1416,7 +1417,7 @@ export class Client extends AbstractClient {
|
|
|
1416
1417
|
* 查询用户自定义引擎参数
|
|
1417
1418
|
*/
|
|
1418
1419
|
async DescribeUserDataEngineConfig(
|
|
1419
|
-
req
|
|
1420
|
+
req: DescribeUserDataEngineConfigRequest,
|
|
1420
1421
|
cb?: (error: string, rep: DescribeUserDataEngineConfigResponse) => void
|
|
1421
1422
|
): Promise<DescribeUserDataEngineConfigResponse> {
|
|
1422
1423
|
return this.request("DescribeUserDataEngineConfig", req, cb)
|