tencentcloud-sdk-nodejs 4.0.310 → 4.0.313

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 (97) hide show
  1. package/CHANGELOG.md +416 -0
  2. package/SERVICE_CHANGELOG.md +620 -35
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +23 -2
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +8 -8
  10. package/src/services/cls/v20201016/cls_models.ts +1 -1
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +131 -51
  14. package/src/services/es/v20180416/es_client.ts +12 -0
  15. package/src/services/es/v20180416/es_models.ts +50 -0
  16. package/src/services/ess/v20201111/ess_models.ts +10 -5
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +67 -0
  19. package/src/services/gme/v20180711/gme_client.ts +29 -5
  20. package/src/services/gme/v20180711/gme_models.ts +114 -54
  21. package/src/services/iecp/v20210914/iecp_client.ts +25 -1
  22. package/src/services/iecp/v20210914/iecp_models.ts +55 -9
  23. package/src/services/live/v20180801/live_models.ts +50 -0
  24. package/src/services/memcached/v20190318/memcached_models.ts +67 -66
  25. package/src/services/privatedns/v20201028/privatedns_client.ts +13 -0
  26. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  27. package/src/services/redis/v20180412/redis_client.ts +16 -2
  28. package/src/services/redis/v20180412/redis_models.ts +217 -7
  29. package/src/services/rum/v20210622/rum_models.ts +31 -10
  30. package/src/services/scf/v20180416/scf_models.ts +25 -0
  31. package/src/services/ses/v20201002/ses_models.ts +5 -0
  32. package/src/services/tcb/v20180608/tcb_client.ts +30 -6
  33. package/src/services/tcb/v20180608/tcb_models.ts +84 -0
  34. package/src/services/tcm/v20210413/tcm_models.ts +18 -0
  35. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  36. package/src/services/tcss/v20201101/tcss_models.ts +183 -0
  37. package/src/services/tke/v20180525/tke_client.ts +5 -4
  38. package/src/services/tke/v20180525/tke_models.ts +110 -63
  39. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  40. package/src/services/vod/v20180717/vod_client.ts +42 -1
  41. package/src/services/vod/v20180717/vod_models.ts +298 -7
  42. package/src/services/vpc/v20170312/vpc_models.ts +25 -5
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  50. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
  51. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  52. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +111 -43
  53. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  54. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  55. package/tencentcloud/services/es/v20180416/es_models.d.ts +42 -0
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -4
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -0
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -0
  60. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +9 -1
  61. package/tencentcloud/services/gme/v20180711/gme_client.js +12 -0
  62. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +99 -47
  63. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +9 -1
  64. package/tencentcloud/services/iecp/v20210914/iecp_client.js +12 -0
  65. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +49 -8
  66. package/tencentcloud/services/live/v20180801/live_models.d.ts +43 -0
  67. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +65 -64
  68. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  69. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  70. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  71. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +7 -3
  72. package/tencentcloud/services/redis/v20180412/redis_client.js +8 -2
  73. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +180 -7
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +25 -8
  75. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +21 -0
  76. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  77. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -3
  78. package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
  79. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
  80. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +15 -0
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -0
  82. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  83. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +95 -56
  84. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  85. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -1
  86. package/tencentcloud/services/vod/v20180717/vod_client.js +22 -0
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +259 -7
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -5
  89. package/test/dlc.v20210125.test.js +20 -0
  90. package/test/es.v20180416.test.js +10 -0
  91. package/test/essbasic.v20210526.test.js +10 -0
  92. package/test/gme.v20180711.test.js +20 -0
  93. package/test/iecp.v20210914.test.js +20 -0
  94. package/test/privatedns.v20201028.test.js +10 -0
  95. package/test/redis.v20180412.test.js +10 -0
  96. package/test/tcb.v20180608.test.js +22 -2
  97. package/test/vod.v20180717.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.310",
3
+ "version": "4.0.313",
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) | 2022-02-21 08:00:44 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-03-14 08:04:49 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-03-14 08:04:51 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-10 08:03:53 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-21 08:06:03 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-15 08:03:22 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-21 08:06:11 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
@@ -33,7 +33,7 @@
33
33
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
34
34
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
35
35
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
36
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-18 08:07:44 |
36
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-21 08:07:42 |
37
37
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
38
38
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
39
39
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
@@ -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
53
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-16 08:06:39 |
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,15 +74,15 @@
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 |
78
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 08:12:01 |
79
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-16 08:09:18 |
77
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
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-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 |
@@ -91,7 +91,7 @@
91
91
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07: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-17 08:11:19 |
131
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-23 08:10:37 |
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
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-15 08:13:58 |
135
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-16 08:13:22 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
134
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-21 08:15:09 |
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-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 |
@@ -153,12 +153,12 @@
153
153
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
154
154
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-02-21 08:12:00 |
155
155
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-02-21 08:12:01 |
156
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-21 08:12:08 |
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-18 08:18:31 |
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-10 08:17:15 |
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.310"
1
+ export const sdkVersion = "4.0.313"
@@ -61,6 +61,7 @@ import {
61
61
  DescribeItemsResponse,
62
62
  DescribePkgOfflineMusicResponse,
63
63
  KTVSingerInfo,
64
+ SetVolumeCommandInput,
64
65
  PutMusicOnTheShelvesRequest,
65
66
  DescribeCloudMusicRequest,
66
67
  SortBy,
@@ -896,6 +896,16 @@ export interface KTVSingerInfo {
896
896
  PlayCount: number
897
897
  }
898
898
 
899
+ /**
900
+ * 设置音量。
901
+ */
902
+ export interface SetVolumeCommandInput {
903
+ /**
904
+ * 音量大小,取值范围为 0~100,默认值为 50。
905
+ */
906
+ Volume: number
907
+ }
908
+
899
909
  /**
900
910
  * PutMusicOnTheShelves请求参数结构体
901
911
  */
@@ -1829,6 +1839,7 @@ export interface SyncKTVRobotCommandRequest {
1829
1839
  <li>SetAudioParam:音频参数变更</li>
1830
1840
  <li>SendMessage:发送自定义消息</li>
1831
1841
  <li>SetDestroyMode:设置销毁模式</li>
1842
+ <li>SetVolume:设置音量</li>
1832
1843
  */
1833
1844
  Command: string
1834
1845
 
@@ -1866,6 +1877,11 @@ export interface SyncKTVRobotCommandRequest {
1866
1877
  * 销毁模式,当Command取SetDestroyMode时,必填。
1867
1878
  */
1868
1879
  SetDestroyModeCommandInput?: SetDestroyModeCommandInput
1880
+
1881
+ /**
1882
+ * 音量,当Command取SetVolume时,必填。
1883
+ */
1884
+ SetVolumeCommandInput?: SetVolumeCommandInput
1869
1885
  }
1870
1886
 
1871
1887
  /**
@@ -2106,12 +2122,12 @@ export interface KTVRobotInfo {
2106
2122
  Position: number
2107
2123
 
2108
2124
  /**
2109
- * 音频参数
2125
+ * 音频参数。
2110
2126
  */
2111
2127
  SetAudioParamInput: SetAudioParamCommandInput
2112
2128
 
2113
2129
  /**
2114
- * 进房信息
2130
+ * 进房信息。
2115
2131
  */
2116
2132
  JoinRoomInput: JoinRoomInput
2117
2133
 
@@ -2129,6 +2145,11 @@ export interface KTVRobotInfo {
2129
2145
  <li>Shuffle:随机播放</li>
2130
2146
  */
2131
2147
  SetPlayModeInput: SetPlayModeCommandInput
2148
+
2149
+ /**
2150
+ * 音量,范围 0~100,默认为 50。
2151
+ */
2152
+ SetVolumeInput: SetVolumeCommandInput
2132
2153
  }
2133
2154
 
2134
2155
  /**
@@ -408,7 +408,7 @@ export interface CreateWaterPrintConfigRequest {
408
408
  export interface DDoSGeoIPBlockConfig {
409
409
  /**
410
410
  * 区域类型,取值[
411
- oversea(海外)
411
+ oversea(境外)
412
412
  china(国内)
413
413
  customized(自定义地区)
414
414
  ]
@@ -4278,12 +4278,12 @@ export interface DescribeProxyConnectionPoolConfRequest {
4278
4278
  InstanceId: string
4279
4279
 
4280
4280
  /**
4281
- * 分页查询偏移量
4281
+ * 分页
4282
4282
  */
4283
4283
  Offset?: number
4284
4284
 
4285
4285
  /**
4286
- * 分页查询限制
4286
+ * 限制
4287
4287
  */
4288
4288
  Limit?: number
4289
4289
  }
@@ -6899,12 +6899,12 @@ export interface ModifyCDBProxyRequest {
6899
6899
  ProxyGroupId: string
6900
6900
 
6901
6901
  /**
6902
- * 是否开始延迟剔除,取值:"true" | "false"
6902
+ * 是否开始延迟剔除,默认false,取值:"true" | "false"
6903
6903
  */
6904
6904
  IsKickout?: boolean
6905
6905
 
6906
6906
  /**
6907
- * 最少保留数
6907
+ * 最少保留数,最小为0,最大为实例数量
6908
6908
  */
6909
6909
  MinCount?: number
6910
6910
 
@@ -6924,12 +6924,12 @@ export interface ModifyCDBProxyRequest {
6924
6924
  RoWeightValues?: RoWeight
6925
6925
 
6926
6926
  /**
6927
- * 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,取值:"true" | "false"
6927
+ * 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
6928
6928
  */
6929
6929
  FailOver?: boolean
6930
6930
 
6931
6931
  /**
6932
- * 是否自动添加只读实例,取值:"true" | "false"
6932
+ * 是否自动添加只读实例,默认false,取值:"true" | "false"
6933
6933
  */
6934
6934
  AutoAddRo?: boolean
6935
6935
  }
@@ -7892,12 +7892,12 @@ export interface UpgradeCDBProxyRequest {
7892
7892
  ProxyGroupId: string
7893
7893
 
7894
7894
  /**
7895
- * 代理节点个数
7895
+ * 代理节点个数,实际规格支持数
7896
7896
  */
7897
7897
  ProxyCount: number
7898
7898
 
7899
7899
  /**
7900
- * 代理节点核数
7900
+ * 代理节点核数,实际规格支持数
7901
7901
  */
7902
7902
  Cpu: number
7903
7903
 
@@ -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
  }
@@ -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
  */