tencentcloud-sdk-nodejs 4.0.309 → 4.0.312

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 (93) hide show
  1. package/CHANGELOG.md +308 -0
  2. package/SERVICE_CHANGELOG.md +392 -162
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  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/asr/v20190614/asr_models.ts +11 -6
  10. package/src/services/cdb/v20170320/cdb_models.ts +14 -14
  11. package/src/services/cls/v20201016/cls_models.ts +3 -3
  12. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  13. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  14. package/src/services/dlc/v20210125/dlc_models.ts +146 -51
  15. package/src/services/es/v20180416/es_client.ts +12 -0
  16. package/src/services/es/v20180416/es_models.ts +50 -0
  17. package/src/services/ess/v20201111/ess_models.ts +12 -12
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +67 -0
  20. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  21. package/src/services/gme/v20180711/gme_client.ts +29 -5
  22. package/src/services/gme/v20180711/gme_models.ts +114 -54
  23. package/src/services/live/v20180801/live_models.ts +34 -0
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  26. package/src/services/mps/v20190612/mps_models.ts +1 -1
  27. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  28. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  29. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  30. package/src/services/privatedns/v20201028/privatedns_client.ts +13 -0
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  32. package/src/services/rum/v20210622/rum_models.ts +31 -10
  33. package/src/services/scf/v20180416/scf_models.ts +25 -0
  34. package/src/services/tcb/v20180608/tcb_client.ts +30 -6
  35. package/src/services/tcb/v20180608/tcb_models.ts +84 -0
  36. package/src/services/tcm/v20210413/tcm_models.ts +18 -0
  37. package/src/services/tke/v20180525/tke_client.ts +5 -4
  38. package/src/services/tke/v20180525/tke_models.ts +131 -84
  39. package/src/services/vod/v20180717/vod_client.ts +26 -1
  40. package/src/services/vod/v20180717/vod_models.ts +224 -8
  41. package/src/services/vpc/v20170312/vpc_models.ts +5 -5
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -14
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  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 +123 -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 +9 -10
  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/gaap/v20180529/gaap_models.d.ts +1 -1
  61. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +9 -1
  62. package/tencentcloud/services/gme/v20180711/gme_client.js +12 -0
  63. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +99 -47
  64. package/tencentcloud/services/live/v20180801/live_models.d.ts +30 -0
  65. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  66. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  68. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  69. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  71. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  72. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  73. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  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/tcb/v20180608/tcb_client.d.ts +11 -3
  77. package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
  78. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
  79. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +15 -0
  80. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  81. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +116 -77
  82. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
  83. package/tencentcloud/services/vod/v20180717/vod_client.js +13 -0
  84. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +195 -7
  85. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
  86. package/test/dlc.v20210125.test.js +20 -0
  87. package/test/es.v20180416.test.js +10 -0
  88. package/test/essbasic.v20210526.test.js +10 -0
  89. package/test/gme.v20180711.test.js +20 -0
  90. package/test/nlp.v20190408.test.js +10 -0
  91. package/test/privatedns.v20201028.test.js +10 -0
  92. package/test/tcb.v20180608.test.js +22 -2
  93. package/test/vod.v20180717.test.js +10 -0
package/products.md CHANGED
@@ -5,16 +5,16 @@
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 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-08 08:06:26 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-18 08:06:40 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
@@ -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-15 08:05:08 |
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-17 08:04:20 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-18 08:09:03 |
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-17 08:05:00 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-22 08:06:45 |
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-17 08:06:17 |
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 |
@@ -71,18 +71,18 @@
71
71
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
72
72
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
73
73
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
74
- | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
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-16 08:09:15 |
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
82
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
83
83
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
84
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
85
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-17 08:07:46 |
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-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 |
@@ -103,36 +103,36 @@
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-22 08:11:37 |
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-22 08:11:57 |
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 |
115
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-09 08:14:02 |
116
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-17 08:10:26 |
115
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
116
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
117
117
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
118
118
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
119
119
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-02-21 08:10:10 |
120
120
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
121
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-15 08:13:08 |
121
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
122
122
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
123
123
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
124
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-11 08:11:56 |
124
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-18 08:15:31 |
125
125
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
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-21 08:14:58 |
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 |
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
136
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
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 |
@@ -153,10 +153,10 @@
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 |
159
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
160
160
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
161
161
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-08 08:18:39 |
162
162
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
@@ -172,7 +172,7 @@
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-16 08:15:43 |
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 |
@@ -184,8 +184,8 @@
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-22 08:17:08 |
188
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-22 08:17:30 |
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.309"
1
+ export const sdkVersion = "4.0.312"
@@ -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
  ]
@@ -516,9 +516,9 @@ export interface CreateRecTaskRequest {
516
516
  DataLen?: number
517
517
 
518
518
  /**
519
- * 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id
519
+ * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1
520
520
  */
521
- HotwordId?: string
521
+ ConvertNumMode?: number
522
522
 
523
523
  /**
524
524
  * 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
@@ -526,14 +526,14 @@ export interface CreateRecTaskRequest {
526
526
  FilterDirty?: number
527
527
 
528
528
  /**
529
- * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
529
+ * 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
530
530
  */
531
- FilterModal?: number
531
+ HotwordId?: string
532
532
 
533
533
  /**
534
- * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
534
+ * 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
535
535
  */
536
- ConvertNumMode?: number
536
+ CustomizationId?: string
537
537
 
538
538
  /**
539
539
  * 附加参数(该参数无意义,忽略即可)
@@ -544,6 +544,11 @@ export interface CreateRecTaskRequest {
544
544
  * 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
545
545
  */
546
546
  FilterPunc?: number
547
+
548
+ /**
549
+ * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
550
+ */
551
+ FilterModal?: number
547
552
  }
548
553
 
549
554
  /**
@@ -557,7 +557,7 @@ export interface CreateParamTemplateRequest {
557
557
  ParamList?: Array<Parameter>
558
558
 
559
559
  /**
560
- * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
560
+ * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
561
561
  */
562
562
  TemplateType?: string
563
563
  }
@@ -1008,7 +1008,7 @@ export interface DescribeAuditRulesRequest {
1008
1008
  Limit?: number
1009
1009
 
1010
1010
  /**
1011
- * 分页偏移量。
1011
+ * 分页偏移量。默认值为0。
1012
1012
  */
1013
1013
  Offset?: number
1014
1014
  }
@@ -1804,7 +1804,7 @@ export interface DescribeParamTemplateInfoResponse {
1804
1804
  Description: string
1805
1805
 
1806
1806
  /**
1807
- * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1807
+ * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1808
1808
  */
1809
1809
  TemplateType: string
1810
1810
 
@@ -2232,7 +2232,7 @@ export interface ApplyCDBProxyRequest {
2232
2232
  SecurityGroup?: Array<string>
2233
2233
 
2234
2234
  /**
2235
- * 描述说明
2235
+ * 描述说明,最大支持256位。
2236
2236
  */
2237
2237
  Desc?: string
2238
2238
  }
@@ -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
  }
@@ -6444,7 +6444,7 @@ export interface ModifyAccountPrivilegesRequest {
6444
6444
  ColumnPrivileges?: Array<ColumnPrivilege>
6445
6445
 
6446
6446
  /**
6447
- * 该参数不为空时,为批量修改权限。可选值为:grantrevoke
6447
+ * 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
6448
6448
  */
6449
6449
  ModifyAction?: string
6450
6450
  }
@@ -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
  }
@@ -7767,7 +7767,7 @@ export interface CloseCDBProxyRequest {
7767
7767
  ProxyGroupId: string
7768
7768
 
7769
7769
  /**
7770
- * 是否只关闭读写分离,取值:"true" | "false"
7770
+ * 是否只关闭读写分离,取值:"true" | "false",默认为"false"
7771
7771
  */
7772
7772
  OnlyCloseRW?: boolean
7773
7773
  }
@@ -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
 
@@ -1005,7 +1005,7 @@ export interface TopicInfo {
1005
1005
  StorageType: string
1006
1006
 
1007
1007
  /**
1008
- * 生命周期,单位为天
1008
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1009
1009
  注意:此字段可能返回 null,表示取不到有效值。
1010
1010
  */
1011
1011
  Period: number
@@ -1933,12 +1933,12 @@ export interface CreateTopicRequest {
1933
1933
  MaxSplitPartitions?: number
1934
1934
 
1935
1935
  /**
1936
- * 日志主题的存储类型,可选值 hot(实时存储),cold(离线存储);默认为hot。若传入cold,请先联系客服进行开白。
1936
+ * 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot
1937
1937
  */
1938
1938
  StorageType?: string
1939
1939
 
1940
1940
  /**
1941
- * 生命周期,单位天;可取值范围1~366。默认30天
1941
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1942
1942
  */
1943
1943
  Period?: number
1944
1944
  }
@@ -772,7 +772,7 @@ export interface ImportKeyPairResponse {
772
772
  /**
773
773
  * 密钥对ID。
774
774
  */
775
- KeyId?: string
775
+ KeyId: string
776
776
 
777
777
  /**
778
778
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -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
  */