tencentcloud-sdk-nodejs 4.0.282 → 4.0.286

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 (70) hide show
  1. package/CHANGELOG.md +261 -0
  2. package/SERVICE_CHANGELOG.md +228 -61
  3. package/package.json +1 -1
  4. package/products.md +15 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +15 -2
  7. package/src/services/ame/v20190916/ame_models.ts +92 -14
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +4 -4
  9. package/src/services/cdb/v20170320/cdb_models.ts +9 -4
  10. package/src/services/cfs/v20190719/cfs_models.ts +5 -0
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
  13. package/src/services/clb/v20180317/clb_models.ts +4 -3
  14. package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
  15. package/src/services/index.ts +2 -0
  16. package/src/services/lowcode/index.ts +5 -0
  17. package/src/services/lowcode/v20210108/index.ts +6 -0
  18. package/src/services/lowcode/v20210108/lowcode_client.ts +48 -0
  19. package/src/services/lowcode/v20210108/lowcode_models.ts +359 -0
  20. package/src/services/mariadb/v20170312/mariadb_client.ts +13 -0
  21. package/src/services/mariadb/v20170312/mariadb_models.ts +65 -0
  22. package/src/services/smh/index.ts +5 -0
  23. package/src/services/smh/v20210712/index.ts +6 -0
  24. package/src/services/smh/v20210712/smh_client.ts +155 -0
  25. package/src/services/smh/v20210712/smh_models.ts +655 -0
  26. package/src/services/ssl/v20191205/ssl_models.ts +6 -0
  27. package/src/services/tat/v20201028/tat_models.ts +1 -1
  28. package/src/services/tke/v20180525/tke_models.ts +35 -2
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
  32. package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
  33. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +79 -13
  34. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -4
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -4
  36. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
  37. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  39. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -0
  40. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -1
  41. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
  42. package/tencentcloud/services/index.d.ts +2 -0
  43. package/tencentcloud/services/index.js +4 -0
  44. package/tencentcloud/services/lowcode/index.d.ts +6 -0
  45. package/tencentcloud/services/lowcode/index.js +7 -0
  46. package/tencentcloud/services/lowcode/v20210108/index.d.ts +6 -0
  47. package/tencentcloud/services/lowcode/v20210108/index.js +9 -0
  48. package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +14 -0
  49. package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +37 -0
  50. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +287 -0
  51. package/tencentcloud/services/lowcode/v20210108/lowcode_models.js +18 -0
  52. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  53. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  54. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +55 -0
  55. package/tencentcloud/services/smh/index.d.ts +6 -0
  56. package/tencentcloud/services/smh/index.js +7 -0
  57. package/tencentcloud/services/smh/v20210712/index.d.ts +6 -0
  58. package/tencentcloud/services/smh/v20210712/index.js +9 -0
  59. package/tencentcloud/services/smh/v20210712/smh_client.d.ts +50 -0
  60. package/tencentcloud/services/smh/v20210712/smh_client.js +91 -0
  61. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +538 -0
  62. package/tencentcloud/services/smh/v20210712/smh_models.js +18 -0
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
  64. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
  65. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -2
  66. package/test/ame.v20190916.test.js +10 -0
  67. package/test/ckafka.v20190819.test.js +10 -0
  68. package/test/lowcode.v20210108.test.js +31 -0
  69. package/test/mariadb.v20170312.test.js +10 -0
  70. package/test/smh.v20210712.test.js +121 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.282",
3
+ "version": "4.0.286",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,9 +5,9 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-27 08:04:32 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-28 08:00:20 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-11 08:01:33 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-01-14 10:07:56 |
@@ -32,17 +32,17 @@
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-01-24 08:05:51 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-20 08:05:53 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-11 08:03:05 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
38
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
38
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-11 08:03:37 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
40
40
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-26 08:04:40 |
41
41
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-26 19:49:53 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-26 08:04:46 |
45
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-20 08:06:53 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-10 08:03:19 |
45
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-11 08:04:02 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
48
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-21 08:08:17 |
@@ -75,7 +75,7 @@
75
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-01-17 08:08:00 |
76
76
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-01-20 08:10:01 |
77
77
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-17 08:08:08 |
78
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
78
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-11 08:07:03 |
79
79
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-21 08:11:28 |
80
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
81
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
@@ -102,8 +102,9 @@
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
103
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
104
104
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
105
+ | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-01-27 10:15:18 |
105
106
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-14 08:12:58 |
107
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-11 08:09:25 |
107
108
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
108
109
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
109
110
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
@@ -131,19 +132,20 @@
131
132
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
132
133
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
133
134
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
135
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-10 11:28:45 |
134
136
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
135
137
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
136
138
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
137
139
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
138
140
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
139
141
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
140
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-01-17 08:12:18 |
142
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-02-11 08:11:30 |
141
143
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
142
144
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-24 08:14:23 |
143
145
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
144
146
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
145
147
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
146
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-01-13 09:01:34 |
148
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-02-11 08:11:45 |
147
149
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
148
150
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
149
151
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -164,10 +166,10 @@
164
166
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
165
167
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-11-10 08:11:37 |
166
168
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2021-12-31 11:26:13 |
167
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
169
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-10 08:12:20 |
168
170
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
169
171
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
170
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-24 08:16:10 |
172
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-02-11 08:13:17 |
171
173
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
172
174
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-24 08:16:27 |
173
175
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
@@ -180,7 +182,7 @@
180
182
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
181
183
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
182
184
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-26 08:14:54 |
183
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-26 08:15:17 |
185
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-11 08:14:30 |
184
186
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
185
187
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
186
188
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.282"
1
+ export const sdkVersion = "4.0.286"
@@ -23,13 +23,14 @@ import {
23
23
  ModifyMusicOnShelvesResponse,
24
24
  Station,
25
25
  DescribeKTVMusicDetailRequest,
26
+ KTVMusicTopInfo,
26
27
  DescribeKTVSingerCategoriesRequest,
27
28
  KTVSingerBaseInfo,
28
29
  ModifyMusicOnShelvesRequest,
29
30
  PlayCommandInput,
30
31
  DescribeMusicRequest,
31
32
  DescribeMusicSaleStatusRequest,
32
- TakeMusicOffShelves,
33
+ TakeMusicOffShelvesRequest,
33
34
  DescribeCloudMusicResponse,
34
35
  MusicDetailInfo,
35
36
  ImagePath,
@@ -62,6 +63,7 @@ import {
62
63
  JoinRoomInput,
63
64
  DestroyKTVRobotResponse,
64
65
  CreateKTVRobotRequest,
66
+ DescribeKTVTopListRequest,
65
67
  DescribeKTVPlaylistDetailRequest,
66
68
  Music,
67
69
  DescribeStationsResponse,
@@ -94,7 +96,7 @@ import {
94
96
  DescribeKTVPlaylistsResponse,
95
97
  DescribeKTVPlaylistDetailResponse,
96
98
  SetAudioParamCommandInput,
97
- TakeMusicOffShelvesRequest,
99
+ TakeMusicOffShelves,
98
100
  OfflineMusicDetail,
99
101
  DescribeAuthInfoRequest,
100
102
  Package,
@@ -102,6 +104,7 @@ import {
102
104
  KTVRobotInfo,
103
105
  DescribeItemsRequest,
104
106
  Item,
107
+ DescribeKTVTopListResponse,
105
108
  MusicOpenDetail,
106
109
  DescribePackagesRequest,
107
110
  DescribePackagesResponse,
@@ -261,6 +264,16 @@ export class Client extends AbstractClient {
261
264
  return this.request("SyncKTVRobotCommand", req, cb)
262
265
  }
263
266
 
267
+ /**
268
+ * 获取直播互动曲库歌曲的周榜和月榜
269
+ */
270
+ async DescribeKTVTopList(
271
+ req: DescribeKTVTopListRequest,
272
+ cb?: (error: string, rep: DescribeKTVTopListResponse) => void
273
+ ): Promise<DescribeKTVTopListResponse> {
274
+ return this.request("DescribeKTVTopList", req, cb)
275
+ }
276
+
264
277
  /**
265
278
  * 根据歌单 Id 获取歌单详情,包括歌单的基础信息以及歌曲列表。
266
279
  */
@@ -100,6 +100,46 @@ export interface DescribeKTVMusicDetailRequest {
100
100
  MusicId: string
101
101
  }
102
102
 
103
+ /**
104
+ * 排行榜结构
105
+ */
106
+ export interface KTVMusicTopInfo {
107
+ /**
108
+ * 歌曲Id
109
+ */
110
+ MusicId: string
111
+
112
+ /**
113
+ * 歌曲名称
114
+ */
115
+ Name: string
116
+
117
+ /**
118
+ * 歌手名称列表
119
+ */
120
+ SingerInfoSet: Array<KTVSingerBaseInfo>
121
+
122
+ /**
123
+ * 歌词名称列表
124
+ */
125
+ LyricistSet: Array<string>
126
+
127
+ /**
128
+ * 作曲列表
129
+ */
130
+ ComposerSet: Array<string>
131
+
132
+ /**
133
+ * 标签列表
134
+ */
135
+ TagSet: Array<string>
136
+
137
+ /**
138
+ * 播放时长
139
+ */
140
+ Duration: number
141
+ }
142
+
103
143
  /**
104
144
  * DescribeKTVSingerCategories请求参数结构体
105
145
  */
@@ -188,19 +228,13 @@ export interface DescribeMusicSaleStatusRequest {
188
228
  }
189
229
 
190
230
  /**
191
- * 下架歌曲复合结构
231
+ * TakeMusicOffShelves请求参数结构体
192
232
  */
193
- export interface TakeMusicOffShelves {
233
+ export interface TakeMusicOffShelvesRequest {
194
234
  /**
195
- * 资源方对应音乐Id
235
+ * 资源方下架必传结构
196
236
  */
197
- MusicIds: string
198
-
199
- /**
200
- * 当曲目临时下架时:已订购客户无影响,无需消息通知。当曲目封杀下架后,推送消息至已订购老客户,枚举值,判断是否上/下架
201
- 在售状态,0在售,1临时下架,2永久下架
202
- */
203
- SaleStatus: string
237
+ TakeMusicOffShelves: Array<TakeMusicOffShelves>
204
238
  }
205
239
 
206
240
  /**
@@ -883,6 +917,24 @@ export interface CreateKTVRobotRequest {
883
917
  JoinRoomInput: JoinRoomInput
884
918
  }
885
919
 
920
+ /**
921
+ * DescribeKTVTopList请求参数结构体
922
+ */
923
+ export interface DescribeKTVTopListRequest {
924
+ /**
925
+ * 榜单类型。默认Hot
926
+ <li> Hot, 热歌榜。</li>
927
+ */
928
+ Type?: string
929
+
930
+ /**
931
+ * 榜单周期 默认为Week
932
+ <li> Week, 周榜。</li>
933
+ <li> Month, 月榜。</li>
934
+ */
935
+ Period?: string
936
+ }
937
+
886
938
  /**
887
939
  * DescribeKTVPlaylistDetail请求参数结构体
888
940
  */
@@ -1647,13 +1699,19 @@ export interface SetAudioParamCommandInput {
1647
1699
  }
1648
1700
 
1649
1701
  /**
1650
- * TakeMusicOffShelves请求参数结构体
1702
+ * 下架歌曲复合结构
1651
1703
  */
1652
- export interface TakeMusicOffShelvesRequest {
1704
+ export interface TakeMusicOffShelves {
1653
1705
  /**
1654
- * 资源方下架必传结构
1706
+ * 资源方对应音乐Id
1655
1707
  */
1656
- TakeMusicOffShelves: Array<TakeMusicOffShelves>
1708
+ MusicIds: string
1709
+
1710
+ /**
1711
+ * 当曲目临时下架时:已订购客户无影响,无需消息通知。当曲目封杀下架后,推送消息至已订购老客户,枚举值,判断是否上/下架
1712
+ 在售状态,0在售,1临时下架,2永久下架
1713
+ */
1714
+ SaleStatus: string
1657
1715
  }
1658
1716
 
1659
1717
  /**
@@ -1892,6 +1950,26 @@ export interface Item {
1892
1950
  Status: number
1893
1951
  }
1894
1952
 
1953
+ /**
1954
+ * DescribeKTVTopList返回参数结构体
1955
+ */
1956
+ export interface DescribeKTVTopListResponse {
1957
+ /**
1958
+ * 歌曲基础信息列表
1959
+ */
1960
+ KTVMusicTopInfoSet: Array<KTVMusicTopInfo>
1961
+
1962
+ /**
1963
+ * 返回总条数
1964
+ */
1965
+ TotalCount: number
1966
+
1967
+ /**
1968
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1969
+ */
1970
+ RequestId?: string
1971
+ }
1972
+
1895
1973
  /**
1896
1974
  * 对外开放信息
1897
1975
  */
@@ -825,22 +825,22 @@ export interface BoundIpInfo {
825
825
  Ip: string
826
826
 
827
827
  /**
828
- * 绑定的产品分类,取值[public(CVM、CLB产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关), natgw(NAT网关),waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP)]
828
+ * 绑定的产品分类,绑定操作为必填项,解绑操作可不填。取值[public(CVM、CLB产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关), natgw(NAT网关),waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP)]
829
829
  */
830
830
  BizType?: string
831
831
 
832
832
  /**
833
- * IP所属的资源实例ID,当绑定新IP时必须填写此字段;例如是弹性网卡的IP,则InstanceId填写弹性网卡的ID(eni-*); 如果绑定的是托管IP没有对应的资源实例ID,请填写"none";
833
+ * IP所属的资源实例ID,绑定操作为必填项,解绑操作可不填。例如是弹性网卡的IP,则InstanceId填写弹性网卡的ID(eni-*); 如果绑定的是托管IP没有对应的资源实例ID,请填写"none";
834
834
  */
835
835
  InstanceId?: string
836
836
 
837
837
  /**
838
- * 产品分类下的子类型,取值[cvm(CVM),lb(负载均衡器),eni(弹性网卡),vpngw(VPN),natgw(NAT),waf(WAF),fpc(金融),gaap(GAAP),other(托管IP),eip(黑石弹性IP)]
838
+ * 产品分类下的子类型,绑定操作为必填项,解绑操作可不填。取值[cvm(CVM),lb(负载均衡器),eni(弹性网卡),vpngw(VPN),natgw(NAT),waf(WAF),fpc(金融),gaap(GAAP),other(托管IP),eip(黑石弹性IP)]
839
839
  */
840
840
  DeviceType?: string
841
841
 
842
842
  /**
843
- * 运营商,0:电信;1:联通;2:移动;5:BGP
843
+ * 运营商,绑定操作为必填项,解绑操作可不填。0:电信;1:联通;2:移动;5:BGP
844
844
  */
845
845
  IspCode?: number
846
846
  }
@@ -122,14 +122,14 @@ export interface CreateDBImportJobRequest {
122
122
  InstanceId: string
123
123
 
124
124
  /**
125
- * 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
125
+ * 云数据库的用户名。
126
126
  */
127
- FileName: string
127
+ User: string
128
128
 
129
129
  /**
130
- * 云数据库的用户名。
130
+ * 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
131
131
  */
132
- User: string
132
+ FileName?: string
133
133
 
134
134
  /**
135
135
  * 云数据库实例 User 账号的密码。
@@ -140,6 +140,11 @@ export interface CreateDBImportJobRequest {
140
140
  * 导入的目标数据库名,不传表示不指定数据库。
141
141
  */
142
142
  DbName?: string
143
+
144
+ /**
145
+ * 腾讯云COS文件链接。 用户需要指定 FileName 或者 CosUrl 其中一个。 COS文件需要是 .sql 文件。
146
+ */
147
+ CosUrl?: string
143
148
  }
144
149
 
145
150
  /**
@@ -648,6 +648,11 @@ export interface FileSystemInfo {
648
648
  * 文件系统总容量
649
649
  */
650
650
  Capacity: number
651
+
652
+ /**
653
+ * 文件系统标签列表
654
+ */
655
+ Tags: Array<TagInfo>
651
656
  }
652
657
 
653
658
  /**
@@ -64,6 +64,7 @@ import {
64
64
  ModifyInstanceAttributesResponse,
65
65
  CreatePartitionResponse,
66
66
  ClusterInfo,
67
+ DeleteGroupRequest,
67
68
  DescribeConsumerGroupRequest,
68
69
  DeleteUserResponse,
69
70
  CreateAclRequest,
@@ -147,6 +148,7 @@ import {
147
148
  ConsumerRecord,
148
149
  ModifyGroupOffsetsRequest,
149
150
  BatchModifyTopicAttributesRequest,
151
+ DeleteGroupResponse,
150
152
  CreateTopicIpWhiteListRequest,
151
153
  Route,
152
154
  AclRuleInfo,
@@ -293,6 +295,16 @@ export class Client extends AbstractClient {
293
295
  return this.request("ModifyInstanceAttributes", req, cb)
294
296
  }
295
297
 
298
+ /**
299
+ * 删除消费组
300
+ */
301
+ async DeleteGroup(
302
+ req: DeleteGroupRequest,
303
+ cb?: (error: string, rep: DeleteGroupResponse) => void
304
+ ): Promise<DeleteGroupResponse> {
305
+ return this.request("DeleteGroup", req, cb)
306
+ }
307
+
296
308
  /**
297
309
  * 查询用户信息
298
310
  */
@@ -1068,6 +1068,21 @@ export interface ClusterInfo {
1068
1068
  ZoneIds: Array<number>
1069
1069
  }
1070
1070
 
1071
+ /**
1072
+ * DeleteGroup请求参数结构体
1073
+ */
1074
+ export interface DeleteGroupRequest {
1075
+ /**
1076
+ * 实例Id
1077
+ */
1078
+ InstanceId: string
1079
+
1080
+ /**
1081
+ * 消费分组
1082
+ */
1083
+ Group: string
1084
+ }
1085
+
1071
1086
  /**
1072
1087
  * DescribeConsumerGroup请求参数结构体
1073
1088
  */
@@ -3190,6 +3205,21 @@ export interface BatchModifyTopicAttributesRequest {
3190
3205
  Topic: Array<BatchModifyTopicInfo>
3191
3206
  }
3192
3207
 
3208
+ /**
3209
+ * DeleteGroup返回参数结构体
3210
+ */
3211
+ export interface DeleteGroupResponse {
3212
+ /**
3213
+ * 返回结果
3214
+ */
3215
+ Result: JgwOperateResponse
3216
+
3217
+ /**
3218
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3219
+ */
3220
+ RequestId?: string
3221
+ }
3222
+
3193
3223
  /**
3194
3224
  * CreateTopicIpWhiteList请求参数结构体
3195
3225
  */
@@ -2126,7 +2126,7 @@ export interface HealthCheck {
2126
2126
  HttpVersion?: string
2127
2127
 
2128
2128
  /**
2129
- * 自定义探测相关参数。健康检查原IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
2129
+ * 自定义探测相关参数。健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
2130
2130
  注意:此字段可能返回 null,表示取不到有效值。
2131
2131
  */
2132
2132
  SourceIpType?: number
@@ -4627,8 +4627,9 @@ export interface DescribeBlockIPTaskRequest {
4627
4627
  */
4628
4628
  export interface CreateLoadBalancerResponse {
4629
4629
  /**
4630
- * 由负载均衡实例唯一 ID 组成的数组。
4631
- */
4630
+ * 由负载均衡实例唯一 ID 组成的数组。
4631
+ 存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。
4632
+ */
4632
4633
  LoadBalancerIds: Array<string>
4633
4634
 
4634
4635
  /**
@@ -186,7 +186,7 @@ export interface FaceFusionRequest {
186
186
  CelebrityIdentify?: number
187
187
 
188
188
  /**
189
- * 图片Url地址
189
+ * 图片Url地址,目前Url方式还不支持,后续会支持,可以使用FuseFace接口
190
190
  */
191
191
  Url?: string
192
192
  }
@@ -227,7 +227,7 @@ export interface FuseFaceReviewDetail {
227
227
  Label: string
228
228
 
229
229
  /**
230
- * 对应识别label的置信度,分数越高意味涉政可能性越大。
230
+ * 对应识别label的置信度,分数越高意味违法违规可能性越大。
231
231
  0到70,Suggestion建议为PASS;
232
232
  70到80,Suggestion建议为REVIEW;
233
233
  80到100,Suggestion建议为BLOCK。
@@ -100,6 +100,7 @@ export { ivld } from "./ivld"
100
100
  export { kms } from "./kms"
101
101
  export { lighthouse } from "./lighthouse"
102
102
  export { live } from "./live"
103
+ export { lowcode } from "./lowcode"
103
104
  export { lp } from "./lp"
104
105
  export { mariadb } from "./mariadb"
105
106
  export { market } from "./market"
@@ -129,6 +130,7 @@ export { rp } from "./rp"
129
130
  export { rum } from "./rum"
130
131
  export { scf } from "./scf"
131
132
  export { ses } from "./ses"
133
+ export { smh } from "./smh"
132
134
  export { smpn } from "./smpn"
133
135
  export { sms } from "./sms"
134
136
  export { soe } from "./soe"
@@ -0,0 +1,5 @@
1
+ import { v20210108 } from "./v20210108"
2
+
3
+ export const lowcode = {
4
+ v20210108: v20210108,
5
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./lowcode_models"
2
+ import { Client } from "./lowcode_client"
3
+ export const v20210108 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -0,0 +1,48 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ TicketAuthInfo,
22
+ DescribeDataSourceListRequest,
23
+ DataSourceQueryOption,
24
+ DataSourceLinkApp,
25
+ DataSourceDetail,
26
+ DataSourceDetailItems,
27
+ DescribeDataSourceListResponse,
28
+ } from "./lowcode_models"
29
+
30
+ /**
31
+ * lowcode client
32
+ * @class
33
+ */
34
+ export class Client extends AbstractClient {
35
+ constructor(clientConfig: ClientConfig) {
36
+ super("lowcode.tencentcloudapi.com", "2021-01-08", clientConfig)
37
+ }
38
+
39
+ /**
40
+ * 获取数据源详情列表
41
+ */
42
+ async DescribeDataSourceList(
43
+ req: DescribeDataSourceListRequest,
44
+ cb?: (error: string, rep: DescribeDataSourceListResponse) => void
45
+ ): Promise<DescribeDataSourceListResponse> {
46
+ return this.request("DescribeDataSourceList", req, cb)
47
+ }
48
+ }