tencentcloud-sdk-nodejs 4.0.879 → 4.0.880
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 +321 -0
- package/SERVICE_CHANGELOG.md +408 -160
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +5 -0
- package/src/services/cam/v20190116/cam_models.ts +22 -8
- package/src/services/cls/v20201016/cls_models.ts +9 -1
- package/src/services/cmq/v20190304/cmq_client.ts +1 -1
- package/src/services/cmq/v20190304/cmq_models.ts +16 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +57 -0
- package/src/services/dlc/v20210125/dlc_client.ts +20 -7
- package/src/services/dlc/v20210125/dlc_models.ts +80 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -6
- package/src/services/dts/v20180330/dts_client.ts +3 -18
- package/src/services/dts/v20180330/dts_models.ts +63 -117
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +864 -827
- package/src/services/ess/v20201111/ess_models.ts +162 -84
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -8
- package/src/services/ocr/v20181119/ocr_client.ts +13 -10
- package/src/services/ocr/v20181119/ocr_models.ts +361 -169
- package/src/services/organization/v20210331/organization_client.ts +32 -8
- package/src/services/organization/v20210331/organization_models.ts +70 -30
- package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +381 -86
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +32 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +55 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +77 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
- package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +22 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +365 -86
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -27
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/dlc.v20210125.test.js +12 -2
- package/test/dts.v20180330.test.js +0 -10
- package/test/ess.v20201111.test.js +182 -162
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/mongodb.v20190725.test.js +12 -2
- package/test/organization.v20210331.test.js +22 -2
- package/test/tdmq.v20200217.test.js +84 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-20 01:09:30 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-21 01:10:11 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-20 01:10:32 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-31 01:10:46 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-21 01:11:19 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-21 01:14:07 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-20 01:21:11 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-06-21 01:22:04 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-21 01:23:06 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
|
-
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-
|
|
65
|
+
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
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 |
|
|
@@ -72,7 +72,7 @@
|
|
|
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-05-16 01:28:30 |
|
|
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-06-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-21 01:30:05 |
|
|
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 |
|
|
@@ -80,12 +80,12 @@
|
|
|
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
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-21 01:33:48 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-18 01:35:38 |
|
|
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
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-
|
|
88
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-21 01:36:23 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
90
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-06-06 01:45:02 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
@@ -94,10 +94,10 @@
|
|
|
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-03-20 01:16:13 |
|
|
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-06-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-21 01:40:25 |
|
|
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-06-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-21 01:41:37 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-21 01:42:38 |
|
|
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-04 01:43:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
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-06-
|
|
148
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-21 01:58:00 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-20 01:58:59 |
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-21 01:59:51 |
|
|
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 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -155,9 +155,9 @@
|
|
|
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-06-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-21 02:02:31 |
|
|
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-06-
|
|
160
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-21 02:03:56 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-06-10 02:16:23 |
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-06 02:29:53 |
|
|
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-06-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-20 15:41:09 |
|
|
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-03-20 01:26:14 |
|
|
209
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
|
-
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-
|
|
227
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-21 02:25:15 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-20 02:26:25 |
|
|
230
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-
|
|
230
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-21 02:26:46 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
232
232
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-17 02:28:35 |
|
|
233
233
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.880"
|
|
@@ -794,7 +794,7 @@ export interface CreateAccessKeyResponse {
|
|
|
794
794
|
* 访问密钥
|
|
795
795
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
796
796
|
*/
|
|
797
|
-
AccessKey
|
|
797
|
+
AccessKey?: AccessKeyDetail
|
|
798
798
|
/**
|
|
799
799
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
800
800
|
*/
|
|
@@ -819,6 +819,10 @@ export interface CreateAccessKeyRequest {
|
|
|
819
819
|
* 指定用户Uin,不填默认为当前用户创建访问密钥
|
|
820
820
|
*/
|
|
821
821
|
TargetUin?: number
|
|
822
|
+
/**
|
|
823
|
+
* 密钥描述,长度在1到1024之间,可包含大小写字符,数字以及特殊字符:=,.@:/-。 正则为:[\w+=,.@:/-]*。
|
|
824
|
+
*/
|
|
825
|
+
Description?: string
|
|
822
826
|
}
|
|
823
827
|
|
|
824
828
|
/**
|
|
@@ -1002,19 +1006,24 @@ export interface AccessKeyDetail {
|
|
|
1002
1006
|
/**
|
|
1003
1007
|
* 访问密钥标识
|
|
1004
1008
|
*/
|
|
1005
|
-
AccessKeyId
|
|
1009
|
+
AccessKeyId?: string
|
|
1006
1010
|
/**
|
|
1007
1011
|
* 访问密钥(密钥仅创建时可见,请妥善保存)
|
|
1008
1012
|
*/
|
|
1009
|
-
SecretAccessKey
|
|
1013
|
+
SecretAccessKey?: string
|
|
1010
1014
|
/**
|
|
1011
1015
|
* 密钥状态,激活(Active)或未激活(Inactive)
|
|
1012
1016
|
*/
|
|
1013
|
-
Status
|
|
1017
|
+
Status?: string
|
|
1014
1018
|
/**
|
|
1015
1019
|
* 创建时间
|
|
1016
1020
|
*/
|
|
1017
|
-
CreateTime
|
|
1021
|
+
CreateTime?: string
|
|
1022
|
+
/**
|
|
1023
|
+
* 描述
|
|
1024
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1025
|
+
*/
|
|
1026
|
+
Description?: string
|
|
1018
1027
|
}
|
|
1019
1028
|
|
|
1020
1029
|
/**
|
|
@@ -2337,15 +2346,20 @@ export interface AccessKey {
|
|
|
2337
2346
|
/**
|
|
2338
2347
|
* 访问密钥标识
|
|
2339
2348
|
*/
|
|
2340
|
-
AccessKeyId
|
|
2349
|
+
AccessKeyId?: string
|
|
2341
2350
|
/**
|
|
2342
2351
|
* 密钥状态,激活(Active)或未激活(Inactive)
|
|
2343
2352
|
*/
|
|
2344
|
-
Status
|
|
2353
|
+
Status?: string
|
|
2345
2354
|
/**
|
|
2346
2355
|
* 创建时间
|
|
2347
2356
|
*/
|
|
2348
|
-
CreateTime
|
|
2357
|
+
CreateTime?: string
|
|
2358
|
+
/**
|
|
2359
|
+
* 密钥描述
|
|
2360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2361
|
+
*/
|
|
2362
|
+
Description?: string
|
|
2349
2363
|
}
|
|
2350
2364
|
|
|
2351
2365
|
/**
|
|
@@ -3058,7 +3058,15 @@ export interface CreateTopicRequest {
|
|
|
3058
3058
|
*/
|
|
3059
3059
|
export interface DescribeTopicsRequest {
|
|
3060
3060
|
/**
|
|
3061
|
-
*
|
|
3061
|
+
* * topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否
|
|
3062
|
+
* logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否
|
|
3063
|
+
* topicId 按照【日志主题ID】进行过滤。类型:String。必选:否
|
|
3064
|
+
* logsetId 按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。类型:String。必选:否
|
|
3065
|
+
* tagKey 按照【标签键】进行过滤。类型:String。必选:否
|
|
3066
|
+
* tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,例如tag:exampleKey。类型:String。必选:否
|
|
3067
|
+
* storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否
|
|
3068
|
+
|
|
3069
|
+
注意:每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
3062
3070
|
*/
|
|
3063
3071
|
Filters?: Array<Filter>
|
|
3064
3072
|
/**
|
|
@@ -387,25 +387,25 @@ export interface TransactionPolicy {
|
|
|
387
387
|
*/
|
|
388
388
|
export interface DescribeTopicDetailRequest {
|
|
389
389
|
/**
|
|
390
|
-
*
|
|
390
|
+
* 标签匹配。
|
|
391
391
|
*/
|
|
392
|
-
|
|
392
|
+
TagKey?: string
|
|
393
393
|
/**
|
|
394
394
|
* 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
|
395
395
|
*/
|
|
396
396
|
Limit?: number
|
|
397
397
|
/**
|
|
398
|
-
*
|
|
398
|
+
* 精确匹配TopicName。
|
|
399
399
|
*/
|
|
400
|
-
|
|
400
|
+
TopicName?: string
|
|
401
401
|
/**
|
|
402
|
-
*
|
|
402
|
+
* 目前只支持过滤TopicName , 且只能填一个过滤值。
|
|
403
403
|
*/
|
|
404
|
-
|
|
404
|
+
Filters?: Array<Filter>
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
|
|
407
407
|
*/
|
|
408
|
-
|
|
408
|
+
Offset?: number
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
/**
|
|
@@ -569,25 +569,25 @@ export interface ModifyTopicAttributeRequest {
|
|
|
569
569
|
*/
|
|
570
570
|
export interface DescribeQueueDetailRequest {
|
|
571
571
|
/**
|
|
572
|
-
*
|
|
572
|
+
* 标签搜索
|
|
573
573
|
*/
|
|
574
|
-
|
|
574
|
+
TagKey?: string
|
|
575
575
|
/**
|
|
576
576
|
* 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
|
577
577
|
*/
|
|
578
578
|
Limit?: number
|
|
579
579
|
/**
|
|
580
|
-
*
|
|
580
|
+
* 精确匹配QueueName
|
|
581
581
|
*/
|
|
582
|
-
|
|
582
|
+
QueueName?: string
|
|
583
583
|
/**
|
|
584
|
-
*
|
|
584
|
+
* 筛选参数,目前支持QueueName筛选,且仅支持一个关键字
|
|
585
585
|
*/
|
|
586
|
-
|
|
586
|
+
Filters?: Array<Filter>
|
|
587
587
|
/**
|
|
588
|
-
*
|
|
588
|
+
* 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0
|
|
589
589
|
*/
|
|
590
|
-
|
|
590
|
+
Offset?: number
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
/**
|
|
@@ -251,6 +251,7 @@ import {
|
|
|
251
251
|
RollBackClusterRequest,
|
|
252
252
|
BizTaskInfo,
|
|
253
253
|
RemoveClusterSlaveZoneResponse,
|
|
254
|
+
RenewClustersRequest,
|
|
254
255
|
OpenClusterReadOnlyInstanceGroupAccessResponse,
|
|
255
256
|
QueryParamFilter,
|
|
256
257
|
NewAccount,
|
|
@@ -353,6 +354,7 @@ import {
|
|
|
353
354
|
ParamItemDetail,
|
|
354
355
|
GrantAccountPrivilegesRequest,
|
|
355
356
|
IsolateClusterResponse,
|
|
357
|
+
RenewClustersResponse,
|
|
356
358
|
RollbackTableInfo,
|
|
357
359
|
RollbackProcessInfo,
|
|
358
360
|
ModifyVipVportResponse,
|
|
@@ -548,13 +550,13 @@ export class Client extends AbstractClient {
|
|
|
548
550
|
}
|
|
549
551
|
|
|
550
552
|
/**
|
|
551
|
-
*
|
|
553
|
+
* 续费集群
|
|
552
554
|
*/
|
|
553
|
-
async
|
|
554
|
-
req:
|
|
555
|
-
cb?: (error: string, rep:
|
|
556
|
-
): Promise<
|
|
557
|
-
return this.request("
|
|
555
|
+
async RenewClusters(
|
|
556
|
+
req: RenewClustersRequest,
|
|
557
|
+
cb?: (error: string, rep: RenewClustersResponse) => void
|
|
558
|
+
): Promise<RenewClustersResponse> {
|
|
559
|
+
return this.request("RenewClusters", req, cb)
|
|
558
560
|
}
|
|
559
561
|
|
|
560
562
|
/**
|
|
@@ -1467,6 +1469,16 @@ export class Client extends AbstractClient {
|
|
|
1467
1469
|
return this.request("ModifyAccountDescription", req, cb)
|
|
1468
1470
|
}
|
|
1469
1471
|
|
|
1472
|
+
/**
|
|
1473
|
+
* 更换集群vpc
|
|
1474
|
+
*/
|
|
1475
|
+
async SwitchClusterVpc(
|
|
1476
|
+
req: SwitchClusterVpcRequest,
|
|
1477
|
+
cb?: (error: string, rep: SwitchClusterVpcResponse) => void
|
|
1478
|
+
): Promise<SwitchClusterVpcResponse> {
|
|
1479
|
+
return this.request("SwitchClusterVpc", req, cb)
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1470
1482
|
/**
|
|
1471
1483
|
* 创建数据库
|
|
1472
1484
|
*/
|
|
@@ -6205,6 +6205,28 @@ export interface RemoveClusterSlaveZoneResponse {
|
|
|
6205
6205
|
RequestId?: string
|
|
6206
6206
|
}
|
|
6207
6207
|
|
|
6208
|
+
/**
|
|
6209
|
+
* RenewClusters请求参数结构体
|
|
6210
|
+
*/
|
|
6211
|
+
export interface RenewClustersRequest {
|
|
6212
|
+
/**
|
|
6213
|
+
* 集群ID
|
|
6214
|
+
*/
|
|
6215
|
+
ClusterId: string
|
|
6216
|
+
/**
|
|
6217
|
+
* 续费时长
|
|
6218
|
+
*/
|
|
6219
|
+
TimeSpan: number
|
|
6220
|
+
/**
|
|
6221
|
+
* 时间单位 y,m,d,h,i,s
|
|
6222
|
+
*/
|
|
6223
|
+
TimeUnit: string
|
|
6224
|
+
/**
|
|
6225
|
+
* 交易模式 0-下单并支付 1-下单
|
|
6226
|
+
*/
|
|
6227
|
+
DealMode?: number
|
|
6228
|
+
}
|
|
6229
|
+
|
|
6208
6230
|
/**
|
|
6209
6231
|
* OpenClusterReadOnlyInstanceGroupAccess返回参数结构体
|
|
6210
6232
|
*/
|
|
@@ -8992,6 +9014,41 @@ export interface IsolateClusterResponse {
|
|
|
8992
9014
|
RequestId?: string
|
|
8993
9015
|
}
|
|
8994
9016
|
|
|
9017
|
+
/**
|
|
9018
|
+
* RenewClusters返回参数结构体
|
|
9019
|
+
*/
|
|
9020
|
+
export interface RenewClustersResponse {
|
|
9021
|
+
/**
|
|
9022
|
+
* 预付费总订单号
|
|
9023
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9024
|
+
*/
|
|
9025
|
+
BigDealIds: Array<string>
|
|
9026
|
+
/**
|
|
9027
|
+
* 退款订单号
|
|
9028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9029
|
+
*/
|
|
9030
|
+
DealNames: Array<string>
|
|
9031
|
+
/**
|
|
9032
|
+
* 冻结流水,一次开通一个冻结流水
|
|
9033
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9034
|
+
*/
|
|
9035
|
+
TranId: string
|
|
9036
|
+
/**
|
|
9037
|
+
* 每个订单号对应的发货资源id列表
|
|
9038
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9039
|
+
*/
|
|
9040
|
+
ResourceIds: Array<string>
|
|
9041
|
+
/**
|
|
9042
|
+
* 集群id列表
|
|
9043
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9044
|
+
*/
|
|
9045
|
+
ClusterIds: Array<string>
|
|
9046
|
+
/**
|
|
9047
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9048
|
+
*/
|
|
9049
|
+
RequestId?: string
|
|
9050
|
+
}
|
|
9051
|
+
|
|
8995
9052
|
/**
|
|
8996
9053
|
* 回档表信息
|
|
8997
9054
|
*/
|
|
@@ -107,6 +107,7 @@ import {
|
|
|
107
107
|
SparkMonitorMetrics,
|
|
108
108
|
CreateDMSDatabaseResponse,
|
|
109
109
|
CreateStoreLocationResponse,
|
|
110
|
+
BatchSQLCostInfo,
|
|
110
111
|
DescribeTablesNameRequest,
|
|
111
112
|
WorkGroupInfo,
|
|
112
113
|
SwitchDataEngineRequest,
|
|
@@ -168,6 +169,7 @@ import {
|
|
|
168
169
|
CancelTaskResponse,
|
|
169
170
|
TableInfo,
|
|
170
171
|
DescribeSparkSessionBatchSQLResponse,
|
|
172
|
+
DescribeSparkSessionBatchSQLCostResponse,
|
|
171
173
|
DescribeTasksOverviewResponse,
|
|
172
174
|
KafkaInfo,
|
|
173
175
|
FavorInfo,
|
|
@@ -384,6 +386,7 @@ import {
|
|
|
384
386
|
DescribeViewsResponse,
|
|
385
387
|
DescribeWorkGroupsRequest,
|
|
386
388
|
LockMetaDataRequest,
|
|
389
|
+
DescribeSparkSessionBatchSQLCostRequest,
|
|
387
390
|
CreateNotebookSessionResponse,
|
|
388
391
|
DescribeDataEngineResponse,
|
|
389
392
|
QueryTaskCostDetailRequest,
|
|
@@ -901,6 +904,16 @@ export class Client extends AbstractClient {
|
|
|
901
904
|
return this.request("ReportHeartbeatMetaData", req, cb)
|
|
902
905
|
}
|
|
903
906
|
|
|
907
|
+
/**
|
|
908
|
+
* 分配原生表表属性
|
|
909
|
+
*/
|
|
910
|
+
async AssignMangedTableProperties(
|
|
911
|
+
req: AssignMangedTablePropertiesRequest,
|
|
912
|
+
cb?: (error: string, rep: AssignMangedTablePropertiesResponse) => void
|
|
913
|
+
): Promise<AssignMangedTablePropertiesResponse> {
|
|
914
|
+
return this.request("AssignMangedTableProperties", req, cb)
|
|
915
|
+
}
|
|
916
|
+
|
|
904
917
|
/**
|
|
905
918
|
* 查询可更新配置的引擎列表
|
|
906
919
|
*/
|
|
@@ -1385,7 +1398,7 @@ export class Client extends AbstractClient {
|
|
|
1385
1398
|
* 查看任务概览页
|
|
1386
1399
|
*/
|
|
1387
1400
|
async DescribeTasksOverview(
|
|
1388
|
-
req
|
|
1401
|
+
req: DescribeTasksOverviewRequest,
|
|
1389
1402
|
cb?: (error: string, rep: DescribeTasksOverviewResponse) => void
|
|
1390
1403
|
): Promise<DescribeTasksOverviewResponse> {
|
|
1391
1404
|
return this.request("DescribeTasksOverview", req, cb)
|
|
@@ -1432,13 +1445,13 @@ export class Client extends AbstractClient {
|
|
|
1432
1445
|
}
|
|
1433
1446
|
|
|
1434
1447
|
/**
|
|
1435
|
-
*
|
|
1448
|
+
* 本接口(DescribeSparkSessionBatchSQLCost)用于查询Spark SQL批任务消耗
|
|
1436
1449
|
*/
|
|
1437
|
-
async
|
|
1438
|
-
req:
|
|
1439
|
-
cb?: (error: string, rep:
|
|
1440
|
-
): Promise<
|
|
1441
|
-
return this.request("
|
|
1450
|
+
async DescribeSparkSessionBatchSQLCost(
|
|
1451
|
+
req: DescribeSparkSessionBatchSQLCostRequest,
|
|
1452
|
+
cb?: (error: string, rep: DescribeSparkSessionBatchSQLCostResponse) => void
|
|
1453
|
+
): Promise<DescribeSparkSessionBatchSQLCostResponse> {
|
|
1454
|
+
return this.request("DescribeSparkSessionBatchSQLCost", req, cb)
|
|
1442
1455
|
}
|
|
1443
1456
|
|
|
1444
1457
|
/**
|
|
@@ -2314,6 +2314,42 @@ export interface CreateStoreLocationResponse {
|
|
|
2314
2314
|
RequestId?: string
|
|
2315
2315
|
}
|
|
2316
2316
|
|
|
2317
|
+
/**
|
|
2318
|
+
* spark session batch SQL的消耗信息
|
|
2319
|
+
*/
|
|
2320
|
+
export interface BatchSQLCostInfo {
|
|
2321
|
+
/**
|
|
2322
|
+
* 任务id
|
|
2323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2324
|
+
*/
|
|
2325
|
+
BatchId?: string
|
|
2326
|
+
/**
|
|
2327
|
+
* 引擎名称
|
|
2328
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2329
|
+
*/
|
|
2330
|
+
DataEngineName?: string
|
|
2331
|
+
/**
|
|
2332
|
+
* 引擎id
|
|
2333
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2334
|
+
*/
|
|
2335
|
+
DataEngineId?: string
|
|
2336
|
+
/**
|
|
2337
|
+
* 本次消耗,单位cu
|
|
2338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2339
|
+
*/
|
|
2340
|
+
Cost?: number
|
|
2341
|
+
/**
|
|
2342
|
+
* 时间开销,秒
|
|
2343
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2344
|
+
*/
|
|
2345
|
+
TimeCost?: number
|
|
2346
|
+
/**
|
|
2347
|
+
* 操作者
|
|
2348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2349
|
+
*/
|
|
2350
|
+
Operator?: string
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2317
2353
|
/**
|
|
2318
2354
|
* DescribeTablesName请求参数结构体
|
|
2319
2355
|
*/
|
|
@@ -3737,6 +3773,21 @@ export interface DescribeSparkSessionBatchSQLResponse {
|
|
|
3737
3773
|
RequestId?: string
|
|
3738
3774
|
}
|
|
3739
3775
|
|
|
3776
|
+
/**
|
|
3777
|
+
* DescribeSparkSessionBatchSQLCost返回参数结构体
|
|
3778
|
+
*/
|
|
3779
|
+
export interface DescribeSparkSessionBatchSQLCostResponse {
|
|
3780
|
+
/**
|
|
3781
|
+
* 任务消耗
|
|
3782
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3783
|
+
*/
|
|
3784
|
+
CostInfo?: Array<BatchSQLCostInfo>
|
|
3785
|
+
/**
|
|
3786
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3787
|
+
*/
|
|
3788
|
+
RequestId?: string
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3740
3791
|
/**
|
|
3741
3792
|
* DescribeTasksOverview返回参数结构体
|
|
3742
3793
|
*/
|
|
@@ -3744,7 +3795,7 @@ export interface DescribeTasksOverviewResponse {
|
|
|
3744
3795
|
/**
|
|
3745
3796
|
* 各类任务个数大于0
|
|
3746
3797
|
*/
|
|
3747
|
-
TasksOverview
|
|
3798
|
+
TasksOverview?: TasksOverview
|
|
3748
3799
|
/**
|
|
3749
3800
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3750
3801
|
*/
|
|
@@ -5253,7 +5304,24 @@ export interface UpdateDataEngineResponse {
|
|
|
5253
5304
|
/**
|
|
5254
5305
|
* DescribeTasksOverview请求参数结构体
|
|
5255
5306
|
*/
|
|
5256
|
-
export
|
|
5307
|
+
export interface DescribeTasksOverviewRequest {
|
|
5308
|
+
/**
|
|
5309
|
+
* 开始时间
|
|
5310
|
+
*/
|
|
5311
|
+
StartTime?: string
|
|
5312
|
+
/**
|
|
5313
|
+
* 结束时间
|
|
5314
|
+
*/
|
|
5315
|
+
EndTime?: string
|
|
5316
|
+
/**
|
|
5317
|
+
* 筛选条件
|
|
5318
|
+
*/
|
|
5319
|
+
Filters?: Array<Filter>
|
|
5320
|
+
/**
|
|
5321
|
+
* 引擎名
|
|
5322
|
+
*/
|
|
5323
|
+
DataEngineName?: string
|
|
5324
|
+
}
|
|
5257
5325
|
|
|
5258
5326
|
/**
|
|
5259
5327
|
* 表分区字段信息
|
|
@@ -9146,6 +9214,16 @@ export interface LockMetaDataRequest {
|
|
|
9146
9214
|
Hostname?: string
|
|
9147
9215
|
}
|
|
9148
9216
|
|
|
9217
|
+
/**
|
|
9218
|
+
* DescribeSparkSessionBatchSQLCost请求参数结构体
|
|
9219
|
+
*/
|
|
9220
|
+
export interface DescribeSparkSessionBatchSQLCostRequest {
|
|
9221
|
+
/**
|
|
9222
|
+
* SparkSQL唯一标识
|
|
9223
|
+
*/
|
|
9224
|
+
BatchIds?: Array<string>
|
|
9225
|
+
}
|
|
9226
|
+
|
|
9149
9227
|
/**
|
|
9150
9228
|
* CreateNotebookSession返回参数结构体
|
|
9151
9229
|
*/
|