tencentcloud-sdk-nodejs 4.0.311 → 4.0.314

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +294 -0
  2. package/SERVICE_CHANGELOG.md +407 -154
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cls/v20201016/cls_models.ts +1 -1
  7. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  8. package/src/services/cpdp/v20190820/cpdp_models.ts +23 -1
  9. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  10. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  11. package/src/services/dlc/v20210125/dlc_models.ts +131 -51
  12. package/src/services/es/v20180416/es_client.ts +12 -0
  13. package/src/services/es/v20180416/es_models.ts +50 -0
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +67 -0
  16. package/src/services/gme/v20180711/gme_client.ts +29 -5
  17. package/src/services/gme/v20180711/gme_models.ts +114 -54
  18. package/src/services/iai/v20200303/iai_models.ts +3 -3
  19. package/src/services/iecp/v20210914/iecp_client.ts +25 -1
  20. package/src/services/iecp/v20210914/iecp_models.ts +55 -9
  21. package/src/services/live/v20180801/live_models.ts +50 -0
  22. package/src/services/memcached/v20190318/memcached_models.ts +67 -66
  23. package/src/services/privatedns/v20201028/privatedns_client.ts +13 -0
  24. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  25. package/src/services/redis/v20180412/redis_client.ts +19 -5
  26. package/src/services/redis/v20180412/redis_models.ts +338 -70
  27. package/src/services/ses/v20201002/ses_models.ts +5 -0
  28. package/src/services/tcm/v20210413/tcm_models.ts +18 -0
  29. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  30. package/src/services/tcss/v20201101/tcss_models.ts +183 -0
  31. package/src/services/tke/v20180525/tke_models.ts +5 -0
  32. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  33. package/src/services/vod/v20180717/vod_client.ts +16 -0
  34. package/src/services/vod/v20180717/vod_models.ts +78 -3
  35. package/src/services/vpc/v20170312/vpc_models.ts +25 -5
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +20 -1
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  41. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +111 -43
  44. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  45. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  46. package/tencentcloud/services/es/v20180416/es_models.d.ts +42 -0
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -1
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -0
  50. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +9 -1
  51. package/tencentcloud/services/gme/v20180711/gme_client.js +12 -0
  52. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +99 -47
  53. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +3 -3
  54. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +9 -1
  55. package/tencentcloud/services/iecp/v20210914/iecp_client.js +12 -0
  56. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +49 -8
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +43 -0
  58. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +65 -64
  59. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  60. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  61. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  62. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +10 -6
  63. package/tencentcloud/services/redis/v20180412/redis_client.js +11 -5
  64. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +290 -70
  65. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  66. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +15 -0
  67. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -0
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  69. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  70. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  71. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -3
  73. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -5
  74. package/test/dlc.v20210125.test.js +20 -0
  75. package/test/es.v20180416.test.js +10 -0
  76. package/test/essbasic.v20210526.test.js +10 -0
  77. package/test/gme.v20180711.test.js +20 -0
  78. package/test/iecp.v20210914.test.js +20 -0
  79. package/test/privatedns.v20201028.test.js +10 -0
  80. package/test/redis.v20180412.test.js +10 -0
  81. package/test/vod.v20180717.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.311",
3
+ "version": "4.0.314",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -46,21 +46,21 @@
46
46
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
47
47
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
48
48
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
49
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-18 08:09:03 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-23 08:03:41 |
50
50
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
51
51
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
52
52
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
53
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-16 08:06:39 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
54
54
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
55
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-18 08:09:43 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
56
56
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
57
57
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
58
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
58
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-22 08:07:32 |
59
59
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
60
60
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
61
61
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
62
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
63
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-18 08:10:58 |
62
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-22 08:07:59 |
63
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
64
64
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
65
65
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
66
66
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
@@ -74,24 +74,24 @@
74
74
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-03-18 08:11:46 |
75
75
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
76
76
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
77
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-09 08:11:10 |
77
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
78
78
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 15:46:35 |
79
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-16 08:09:18 |
79
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-22 08:09:17 |
80
80
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
81
81
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
82
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
82
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
83
83
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
84
84
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-03-18 08:12:16 |
85
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-17 08:07:46 |
85
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-22 08:09:44 |
86
86
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
87
87
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
88
88
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
89
89
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
90
90
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-02-21 08:07:36 |
91
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07:37 |
91
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-03-24 08:12:37 |
92
92
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
93
93
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
94
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-17 08:08:16 |
94
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-23 08:07:34 |
95
95
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
96
96
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
97
97
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
@@ -103,12 +103,12 @@
103
103
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
104
104
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
105
105
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
106
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-15 08:12:07 |
106
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-23 08:08:55 |
107
107
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
108
108
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
109
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-10 08:12:16 |
109
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-23 08:09:16 |
110
110
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
111
- | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
111
+ | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
112
112
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
113
113
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
114
114
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
@@ -126,14 +126,14 @@
126
126
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
127
127
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
128
128
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
129
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-02-21 08:10:41 |
129
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-22 08:13:14 |
130
130
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
131
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-21 08:14:58 |
131
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
132
132
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
133
133
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
134
134
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-21 08:15:09 |
135
135
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-21 08:15:19 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
136
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-23 08:11:08 |
137
137
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
138
138
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
139
139
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
@@ -156,9 +156,9 @@
156
156
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-21 08:16:19 |
157
157
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
158
158
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
159
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
160
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
161
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-08 08:18:39 |
159
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
160
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-03-23 08:12:18 |
161
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-23 08:12:32 |
162
162
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
163
163
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
164
164
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-16 08:15:15 |
@@ -172,20 +172,20 @@
172
172
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-03-16 08:15:31 |
173
173
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
174
174
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
175
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-21 08:17:26 |
175
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-22 08:16:05 |
176
176
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
177
177
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
178
178
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
179
179
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-11 08:15:26 |
180
180
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-15 08:16:57 |
181
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
181
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-23 08:13:50 |
182
182
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
183
183
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
184
184
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
185
185
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
186
186
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
187
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-21 08:18:21 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-17 08:15:03 |
187
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-23 08:14:23 |
188
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-23 08:14:50 |
189
189
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
190
190
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
191
191
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.311"
1
+ export const sdkVersion = "4.0.314"
@@ -254,7 +254,7 @@ export interface ModifyTopicRequest {
254
254
  MaxSplitPartitions?: number
255
255
 
256
256
  /**
257
- * 生命周期,单位天;可取值范围1~366
257
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
258
258
  */
259
259
  Period?: number
260
260
  }
@@ -321,6 +321,7 @@ import {
321
321
  ApplyReconciliationFileResult,
322
322
  QueryOpenBankExternalSubMerchantBankAccountResponse,
323
323
  CreateRedInvoiceV2Request,
324
+ OpenBankApprovalGuideInfo,
324
325
  CreateOrderResponse,
325
326
  MultiApplyOrder,
326
327
  ModifyMerchantRequest,
@@ -3146,10 +3146,16 @@ OPENBANK_PAYMENT
3146
3146
  RedirectInfo: OpenBankRedirectInfo
3147
3147
 
3148
3148
  /**
3149
- * 第三方渠道返回信息,见渠道特殊说明
3149
+ * 第三方渠道返回信息,见渠道特殊说明,详情见附录-复杂类型。
3150
3150
  注意:此字段可能返回 null,表示取不到有效值。
3151
3151
  */
3152
3152
  ExternalReturnData: string
3153
+
3154
+ /**
3155
+ * 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
3156
+ 注意:此字段可能返回 null,表示取不到有效值。
3157
+ */
3158
+ BankApprovalGuideInfo: OpenBankApprovalGuideInfo
3153
3159
  }
3154
3160
 
3155
3161
  /**
@@ -12979,6 +12985,22 @@ export interface CreateRedInvoiceV2Request {
12979
12985
  InvoiceChannel?: number
12980
12986
  }
12981
12987
 
12988
+ /**
12989
+ * 银行复核指引。银行侧返回网银授权指引链接,一般PC网银,手机网银链接
12990
+ */
12991
+ export interface OpenBankApprovalGuideInfo {
12992
+ /**
12993
+ * PC网银指引
12994
+ */
12995
+ PcGuideUrl: string
12996
+
12997
+ /**
12998
+ * 手机网银指引
12999
+ 注意:此字段可能返回 null,表示取不到有效值。
13000
+ */
13001
+ MobileGuideUrl: string
13002
+ }
13003
+
12982
13004
  /**
12983
13005
  * CreateOrder返回参数结构体
12984
13006
  */
@@ -3412,7 +3412,7 @@ export interface AllocateHostsResponse {
3412
3412
  /**
3413
3413
  * 新创建云子机的实例id列表。
3414
3414
  */
3415
- HostIdSet?: Array<string>
3415
+ HostIdSet: Array<string>
3416
3416
 
3417
3417
  /**
3418
3418
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -35,6 +35,7 @@ import {
35
35
  DescribeTasksResponse,
36
36
  CreateTasksInOrderRequest,
37
37
  DetachWorkGroupPolicyResponse,
38
+ DataFormat,
38
39
  CSVSerde,
39
40
  CreateDatabaseRequest,
40
41
  UserIdSetOfWorkGroupId,
@@ -62,6 +63,7 @@ import {
62
63
  DescribeStoreLocationRequest,
63
64
  DescribeViewsRequest,
64
65
  UserInfo,
66
+ CreateExportTaskRequest,
65
67
  AttachWorkGroupPolicyResponse,
66
68
  ModifyWorkGroupResponse,
67
69
  AttachUserPolicyRequest,
@@ -71,6 +73,7 @@ import {
71
73
  BindWorkGroupsToUserResponse,
72
74
  DescribeStoreLocationResponse,
73
75
  DeleteScriptRequest,
76
+ CreateImportTaskResponse,
74
77
  Execution,
75
78
  CreateTableResponse,
76
79
  CreateScriptRequest,
@@ -79,7 +82,7 @@ import {
79
82
  DescribeTaskResultRequest,
80
83
  Filter,
81
84
  DescribeUsersResponse,
82
- DataFormat,
85
+ DescribeScriptsResponse,
83
86
  ViewResponseInfo,
84
87
  CreateUserRequest,
85
88
  ModifyWorkGroupRequest,
@@ -91,6 +94,8 @@ import {
91
94
  DescribeTablesRequest,
92
95
  DescribeDatabasesResponse,
93
96
  DatabaseInfo,
97
+ CreateImportTaskRequest,
98
+ CreateExportTaskResponse,
94
99
  UnbindWorkGroupsFromUserRequest,
95
100
  DescribeTableRequest,
96
101
  Other,
@@ -110,7 +115,6 @@ import {
110
115
  SQLTask,
111
116
  UserMessage,
112
117
  AttachUserPolicyResponse,
113
- DescribeScriptsResponse,
114
118
  DetachWorkGroupPolicyRequest,
115
119
  DescribeViewsResponse,
116
120
  ModifyUserRequest,
@@ -156,6 +160,16 @@ export class Client extends AbstractClient {
156
160
  return this.request("AddUsersToWorkGroup", req, cb)
157
161
  }
158
162
 
163
+ /**
164
+ * 该接口(CreateImportTask)用于创建导入任务
165
+ */
166
+ async CreateImportTask(
167
+ req: CreateImportTaskRequest,
168
+ cb?: (error: string, rep: CreateImportTaskResponse) => void
169
+ ): Promise<CreateImportTaskResponse> {
170
+ return this.request("CreateImportTask", req, cb)
171
+ }
172
+
159
173
  /**
160
174
  * 查询任务结果
161
175
  */
@@ -186,6 +200,16 @@ export class Client extends AbstractClient {
186
200
  return this.request("CreateTable", req, cb)
187
201
  }
188
202
 
203
+ /**
204
+ * 该接口(CreateExportTask)用于创建导出任务
205
+ */
206
+ async CreateExportTask(
207
+ req: CreateExportTaskRequest,
208
+ cb?: (error: string, rep: CreateExportTaskResponse) => void
209
+ ): Promise<CreateExportTaskResponse> {
210
+ return this.request("CreateExportTask", req, cb)
211
+ }
212
+
189
213
  /**
190
214
  * 获取用户列表信息
191
215
  */
@@ -350,6 +350,47 @@ export interface DetachWorkGroupPolicyResponse {
350
350
  RequestId?: string
351
351
  }
352
352
 
353
+ /**
354
+ * 数据表数据格式。
355
+ */
356
+ export interface DataFormat {
357
+ /**
358
+ * 文本格式,TextFile。
359
+ 注意:此字段可能返回 null,表示取不到有效值。
360
+ */
361
+ TextFile: TextFile
362
+
363
+ /**
364
+ * 文本格式,CSV。
365
+ 注意:此字段可能返回 null,表示取不到有效值。
366
+ */
367
+ CSV: CSV
368
+
369
+ /**
370
+ * 文本格式,Json。
371
+ 注意:此字段可能返回 null,表示取不到有效值。
372
+ */
373
+ Json: Other
374
+
375
+ /**
376
+ * Parquet格式
377
+ 注意:此字段可能返回 null,表示取不到有效值。
378
+ */
379
+ Parquet: Other
380
+
381
+ /**
382
+ * ORC格式
383
+ 注意:此字段可能返回 null,表示取不到有效值。
384
+ */
385
+ ORC: Other
386
+
387
+ /**
388
+ * AVRO格式
389
+ 注意:此字段可能返回 null,表示取不到有效值。
390
+ */
391
+ AVRO: Other
392
+ }
393
+
353
394
  /**
354
395
  * CSV序列化及反序列化数据结构
355
396
  */
@@ -940,6 +981,31 @@ export interface UserInfo {
940
981
  UserType: string
941
982
  }
942
983
 
984
+ /**
985
+ * CreateExportTask请求参数结构体
986
+ */
987
+ export interface CreateExportTaskRequest {
988
+ /**
989
+ * 数据来源,lakefsStorage、taskResult
990
+ */
991
+ InputType: string
992
+
993
+ /**
994
+ * 导出任务输入配置
995
+ */
996
+ InputConf: Array<KVPair>
997
+
998
+ /**
999
+ * 导出任务输出配置
1000
+ */
1001
+ OutputConf: Array<KVPair>
1002
+
1003
+ /**
1004
+ * 目标数据源的类型,目前支持导出到cos
1005
+ */
1006
+ OutputType?: string
1007
+ }
1008
+
943
1009
  /**
944
1010
  * AttachWorkGroupPolicy返回参数结构体
945
1011
  */
@@ -1177,6 +1243,21 @@ export interface DeleteScriptRequest {
1177
1243
  ScriptIds: Array<string>
1178
1244
  }
1179
1245
 
1246
+ /**
1247
+ * CreateImportTask返回参数结构体
1248
+ */
1249
+ export interface CreateImportTaskResponse {
1250
+ /**
1251
+ * 任务id
1252
+ */
1253
+ TaskId: string
1254
+
1255
+ /**
1256
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1257
+ */
1258
+ RequestId?: string
1259
+ }
1260
+
1180
1261
  /**
1181
1262
  * SQL语句对象
1182
1263
  */
@@ -1351,44 +1432,24 @@ export interface DescribeUsersResponse {
1351
1432
  }
1352
1433
 
1353
1434
  /**
1354
- * 数据表数据格式。
1435
+ * DescribeScripts返回参数结构体
1355
1436
  */
1356
- export interface DataFormat {
1357
- /**
1358
- * 文本格式,TextFile。
1359
- 注意:此字段可能返回 null,表示取不到有效值。
1360
- */
1361
- TextFile: TextFile
1362
-
1363
- /**
1364
- * 文本格式,CSV。
1365
- 注意:此字段可能返回 null,表示取不到有效值。
1366
- */
1367
- CSV: CSV
1368
-
1369
- /**
1370
- * 文本格式,Json。
1371
- 注意:此字段可能返回 null,表示取不到有效值。
1372
- */
1373
- Json: Other
1374
-
1437
+ export interface DescribeScriptsResponse {
1375
1438
  /**
1376
- * Parquet格式
1439
+ * Script列表
1377
1440
  注意:此字段可能返回 null,表示取不到有效值。
1378
1441
  */
1379
- Parquet: Other
1442
+ Scripts: Array<Script>
1380
1443
 
1381
1444
  /**
1382
- * ORC格式
1383
- 注意:此字段可能返回 null,表示取不到有效值。
1384
- */
1385
- ORC: Other
1445
+ * 实例总数
1446
+ */
1447
+ TotalCount: number
1386
1448
 
1387
1449
  /**
1388
- * AVRO格式
1389
- 注意:此字段可能返回 null,表示取不到有效值。
1390
- */
1391
- AVRO: Other
1450
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1451
+ */
1452
+ RequestId?: string
1392
1453
  }
1393
1454
 
1394
1455
  /**
@@ -1722,6 +1783,46 @@ export interface DatabaseInfo {
1722
1783
  Location?: string
1723
1784
  }
1724
1785
 
1786
+ /**
1787
+ * CreateImportTask请求参数结构体
1788
+ */
1789
+ export interface CreateImportTaskRequest {
1790
+ /**
1791
+ * 数据来源,cos
1792
+ */
1793
+ InputType: string
1794
+
1795
+ /**
1796
+ * 输入配置
1797
+ */
1798
+ InputConf: Array<KVPair>
1799
+
1800
+ /**
1801
+ * 输出配置
1802
+ */
1803
+ OutputConf: Array<KVPair>
1804
+
1805
+ /**
1806
+ * 目标数据源的类型,目前支持导入到托管存储,即lakefsStorage
1807
+ */
1808
+ OutputType?: string
1809
+ }
1810
+
1811
+ /**
1812
+ * CreateExportTask返回参数结构体
1813
+ */
1814
+ export interface CreateExportTaskResponse {
1815
+ /**
1816
+ * 任务id
1817
+ */
1818
+ TaskId: string
1819
+
1820
+ /**
1821
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1822
+ */
1823
+ RequestId?: string
1824
+ }
1825
+
1725
1826
  /**
1726
1827
  * UnbindWorkGroupsFromUser请求参数结构体
1727
1828
  */
@@ -2164,27 +2265,6 @@ export interface AttachUserPolicyResponse {
2164
2265
  RequestId?: string
2165
2266
  }
2166
2267
 
2167
- /**
2168
- * DescribeScripts返回参数结构体
2169
- */
2170
- export interface DescribeScriptsResponse {
2171
- /**
2172
- * Script列表
2173
- 注意:此字段可能返回 null,表示取不到有效值。
2174
- */
2175
- Scripts: Array<Script>
2176
-
2177
- /**
2178
- * 实例总数
2179
- */
2180
- TotalCount: number
2181
-
2182
- /**
2183
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2184
- */
2185
- RequestId?: string
2186
- }
2187
-
2188
2268
  /**
2189
2269
  * DetachWorkGroupPolicy请求参数结构体
2190
2270
  */
@@ -36,12 +36,14 @@ import {
36
36
  RestartKibanaRequest,
37
37
  CreateInstanceResponse,
38
38
  DescribeInstanceLogsRequest,
39
+ UpdateDictionariesRequest,
39
40
  UpdateRequestTargetNodeTypesRequest,
40
41
  NodeView,
41
42
  CosBackup,
42
43
  TagInfo,
43
44
  KeyValue,
44
45
  CreateInstanceRequest,
46
+ UpdateDictionariesResponse,
45
47
  InstanceInfo,
46
48
  DeleteInstanceResponse,
47
49
  DescribeInstancesResponse,
@@ -273,4 +275,14 @@ export class Client extends AbstractClient {
273
275
  ): Promise<RestartKibanaResponse> {
274
276
  return this.request("RestartKibana", req, cb)
275
277
  }
278
+
279
+ /**
280
+ * 更新ES集群词典
281
+ */
282
+ async UpdateDictionaries(
283
+ req: UpdateDictionariesRequest,
284
+ cb?: (error: string, rep: UpdateDictionariesResponse) => void
285
+ ): Promise<UpdateDictionariesResponse> {
286
+ return this.request("UpdateDictionaries", req, cb)
287
+ }
276
288
  }
@@ -427,6 +427,46 @@ export interface DescribeInstanceLogsRequest {
427
427
  OrderByType?: number
428
428
  }
429
429
 
430
+ /**
431
+ * UpdateDictionaries请求参数结构体
432
+ */
433
+ export interface UpdateDictionariesRequest {
434
+ /**
435
+ * ES实例ID
436
+ */
437
+ InstanceId: string
438
+
439
+ /**
440
+ * IK分词主词典COS地址
441
+ */
442
+ IkMainDicts?: Array<string>
443
+
444
+ /**
445
+ * IK分词停用词词典COS地址
446
+ */
447
+ IkStopwords?: Array<string>
448
+
449
+ /**
450
+ * 同义词词典COS地址
451
+ */
452
+ Synonym?: Array<string>
453
+
454
+ /**
455
+ * QQ分词词典COS地址
456
+ */
457
+ QQDict?: Array<string>
458
+
459
+ /**
460
+ * 0:安装;1:删除
461
+ */
462
+ UpdateType?: number
463
+
464
+ /**
465
+ * 是否强制重启集群
466
+ */
467
+ ForceRestart?: boolean
468
+ }
469
+
430
470
  /**
431
471
  * UpdateRequestTargetNodeTypes请求参数结构体
432
472
  */
@@ -740,6 +780,16 @@ export interface CreateInstanceRequest {
740
780
  Protocol?: string
741
781
  }
742
782
 
783
+ /**
784
+ * UpdateDictionaries返回参数结构体
785
+ */
786
+ export interface UpdateDictionariesResponse {
787
+ /**
788
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
789
+ */
790
+ RequestId?: string
791
+ }
792
+
743
793
  /**
744
794
  * 实例详细信息
745
795
  */
@@ -32,7 +32,9 @@ import {
32
32
  CreateSignUrlsRequest,
33
33
  AuthFailMessage,
34
34
  DescribeFlowDetailInfoRequest,
35
+ UploadFilesRequest,
35
36
  DescribeResourceUrlsByFlowsRequest,
37
+ UploadFile,
36
38
  Component,
37
39
  GetDownloadFlowUrlRequest,
38
40
  FlowDetailInfo,
@@ -51,6 +53,7 @@ import {
51
53
  CreateSignUrlsResponse,
52
54
  OperateChannelTemplateRequest,
53
55
  DownloadFlowInfo,
56
+ UploadFilesResponse,
54
57
  SyncFailReason,
55
58
  DescribeUsageRequest,
56
59
  CcInfo,
@@ -201,4 +204,15 @@ export class Client extends AbstractClient {
201
204
  ): Promise<DescribeResourceUrlsByFlowsResponse> {
202
205
  return this.request("DescribeResourceUrlsByFlows", req, cb)
203
206
  }
207
+
208
+ /**
209
+ * 此接口(UploadFiles)用于文件上传。
210
+ 调用时需要设置Domain 为 file.ess.tencent.cn
211
+ */
212
+ async UploadFiles(
213
+ req: UploadFilesRequest,
214
+ cb?: (error: string, rep: UploadFilesResponse) => void
215
+ ): Promise<UploadFilesResponse> {
216
+ return this.request("UploadFiles", req, cb)
217
+ }
204
218
  }