tencentcloud-sdk-nodejs 4.0.302 → 4.0.305

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 (82) hide show
  1. package/CHANGELOG.md +352 -0
  2. package/SERVICE_CHANGELOG.md +359 -40
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +29 -1
  7. package/src/services/ame/v20190916/ame_models.ts +132 -6
  8. package/src/services/as/v20180419/as_models.ts +17 -6
  9. package/src/services/asr/v20190614/asr_models.ts +1 -1
  10. package/src/services/billing/v20180709/billing_client.ts +31 -2
  11. package/src/services/billing/v20180709/billing_models.ts +334 -47
  12. package/src/services/cdn/v20180606/cdn_models.ts +18 -18
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +33 -0
  15. package/src/services/cls/v20201016/cls_client.ts +9 -2
  16. package/src/services/cls/v20201016/cls_models.ts +30 -41
  17. package/src/services/cpdp/v20190820/cpdp_client.ts +27 -1
  18. package/src/services/cpdp/v20190820/cpdp_models.ts +201 -19
  19. package/src/services/es/v20180416/es_models.ts +5 -0
  20. package/src/services/ess/v20201111/ess_models.ts +12 -7
  21. package/src/services/faceid/v20180301/faceid_models.ts +2 -4
  22. package/src/services/kms/v20190118/kms_models.ts +2 -2
  23. package/src/services/mongodb/v20190725/mongodb_models.ts +7 -5
  24. package/src/services/monitor/v20180724/monitor_models.ts +9 -4
  25. package/src/services/organization/v20210331/organization_models.ts +6 -0
  26. package/src/services/ses/v20201002/ses_client.ts +15 -2
  27. package/src/services/ses/v20201002/ses_models.ts +51 -10
  28. package/src/services/tcss/v20201101/tcss_models.ts +5 -0
  29. package/src/services/tem/v20210701/tem_models.ts +11 -0
  30. package/src/services/tke/v20180525/tke_client.ts +81 -19
  31. package/src/services/tke/v20180525/tke_models.ts +459 -158
  32. package/src/services/tse/v20201207/tse_models.ts +15 -0
  33. package/src/services/vod/v20180717/vod_client.ts +24 -0
  34. package/src/services/vod/v20180717/vod_models.ts +57 -9
  35. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  36. package/src/services/vpc/v20170312/vpc_models.ts +6 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +9 -1
  40. package/tencentcloud/services/ame/v20190916/ame_client.js +12 -0
  41. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +114 -6
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -6
  43. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  44. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +9 -1
  45. package/tencentcloud/services/billing/v20180709/billing_client.js +12 -0
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +279 -39
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +18 -18
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +9 -2
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -41
  52. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +174 -18
  55. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -5
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -4
  58. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
  59. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -4
  60. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
  61. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  62. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  63. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  64. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +46 -10
  65. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
  66. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +10 -0
  67. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -5
  68. package/tencentcloud/services/tke/v20180525/tke_client.js +36 -6
  69. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +393 -138
  70. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -0
  71. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +17 -1
  72. package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
  73. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +49 -7
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  76. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -0
  77. package/test/ame.v20190916.test.js +20 -0
  78. package/test/billing.v20180709.test.js +20 -0
  79. package/test/cpdp.v20190820.test.js +20 -0
  80. package/test/ses.v20201002.test.js +10 -0
  81. package/test/tke.v20180525.test.js +54 -4
  82. package/test/vod.v20180717.test.js +10 -0
package/products.md CHANGED
@@ -5,7 +5,7 @@
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-02-21 08:00:45 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-03 08:00:14 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-10 08:03:53 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-02 08:04:36 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
@@ -13,13 +13,13 @@
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-03 08:00:40 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-01 08:01:06 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-09 08:05:55 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-08 08:06:26 |
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 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-21 08:01:38 |
22
- | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-02 08:05:35 |
22
+ | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-09 08:06:22 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
25
25
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-02-21 08:01:45 |
@@ -34,7 +34,7 @@
34
34
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
35
35
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
36
36
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-03 08:02:04 |
37
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
37
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-08 08:07:56 |
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 |
40
40
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
@@ -42,15 +42,15 @@
42
42
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
43
43
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
44
44
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
45
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-04 08:05:57 |
45
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-10 08:06:28 |
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-07 08:04:53 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-10 08:06:54 |
50
50
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
51
51
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
52
52
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
53
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-07 08:05:12 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-08 08:09:49 |
54
54
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
55
55
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
56
56
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
@@ -59,7 +59,7 @@
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-03 08:04:55 |
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-01 08:05:34 |
62
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
63
63
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
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 |
@@ -74,11 +74,11 @@
74
74
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
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-02-21 08:06:51 |
78
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
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-09 17:36:06 |
79
79
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
80
80
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
81
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
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-02-21 08:07:03 |
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-02-21 08:07:07 |
@@ -101,18 +101,18 @@
101
101
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-02-21 08:08:26 |
102
102
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
103
103
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
104
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
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
106
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
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-03 08:08:44 |
109
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-10 08:12:16 |
110
110
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
111
111
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
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
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-03 08:08:57 |
115
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-03 08:09:04 |
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
116
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
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 |
@@ -122,7 +122,7 @@
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
124
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
125
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
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-02-21 08:10:29 |
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 |
@@ -133,7 +133,7 @@
133
133
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
134
134
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-01 08:11:06 |
135
135
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-07 08:11:53 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
136
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-08 08:17:15 |
137
137
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
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 |
@@ -158,11 +158,11 @@
158
158
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
159
159
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
160
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-02 08:15:58 |
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 |
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-03 08:12:23 |
165
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-01 08:13:25 |
165
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
166
166
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
167
167
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
168
168
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
@@ -172,20 +172,20 @@
172
172
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-21 08:13:16 |
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-07 08:14:19 |
175
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-10 08:16:16 |
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-02-21 08:13:42 |
180
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-03 08:13:19 |
180
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-08 08:20:05 |
181
181
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
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-02-21 08:14:18 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-28 08:19:45 |
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-10 08:17:42 |
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.302"
1
+ export const sdkVersion = "4.0.305"
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeMusicResponse,
22
+ DescribeKTVSuggestionsResponse,
22
23
  ChorusClip,
23
24
  ModifyMusicOnShelvesResponse,
24
25
  Station,
@@ -35,7 +36,7 @@ import {
35
36
  DescribeCloudMusicResponse,
36
37
  MusicDetailInfo,
37
38
  ImagePath,
38
- DescribeMusicSaleStatusResponse,
39
+ KTVMusicTagInfo,
39
40
  DestroyKTVRobotRequest,
40
41
  DescribeAuthInfoResponse,
41
42
  DescribeLyricRequest,
@@ -43,10 +44,13 @@ import {
43
44
  SeekCommandInput,
44
45
  DescribePkgOfflineMusicRequest,
45
46
  TimeRange,
47
+ DescribeMusicSaleStatusResponse,
46
48
  CreateKTVRobotResponse,
47
49
  DescribePackageItemsResponse,
48
50
  DescribeCloudMusicPurchasedResponse,
51
+ KTVMusicTagGroup,
49
52
  DataInfo,
53
+ ApplicationLicenseInput,
50
54
  Artist,
51
55
  SetDestroyModeCommandInput,
52
56
  ReportDataResponse,
@@ -62,9 +66,12 @@ import {
62
66
  SortBy,
63
67
  DescribeKTVMusicDetailResponse,
64
68
  DescribeKTVRobotsRequest,
69
+ DescribeKTVMusicTagsResponse,
70
+ DescribeKTVMusicTagsRequest,
65
71
  JoinRoomInput,
66
72
  DestroyKTVRobotResponse,
67
73
  CreateKTVRobotRequest,
74
+ KTVSuggestionInfo,
68
75
  DescribeKTVTopListRequest,
69
76
  DescribeKTVPlaylistDetailRequest,
70
77
  Music,
@@ -97,6 +104,7 @@ import {
97
104
  DescribeLyricResponse,
98
105
  KTVMusicBaseInfo,
99
106
  SyncKTVRobotCommandRequest,
107
+ DescribeKTVSuggestionsRequest,
100
108
  DescribeKTVPlaylistsResponse,
101
109
  DescribeKTVPlaylistDetailResponse,
102
110
  SetAudioParamCommandInput,
@@ -218,6 +226,16 @@ export class Client extends AbstractClient {
218
226
  return this.request("DescribeMusic", req, cb)
219
227
  }
220
228
 
229
+ /**
230
+ * 获取直播互动曲库联想词
231
+ */
232
+ async DescribeKTVSuggestions(
233
+ req: DescribeKTVSuggestionsRequest,
234
+ cb?: (error: string, rep: DescribeKTVSuggestionsResponse) => void
235
+ ): Promise<DescribeKTVSuggestionsResponse> {
236
+ return this.request("DescribeKTVSuggestions", req, cb)
237
+ }
238
+
221
239
  /**
222
240
  * 根据资源方,需要变更的参数,请求该接口进行变更,为空的参数默认为无变更
223
241
  */
@@ -228,6 +246,16 @@ export class Client extends AbstractClient {
228
246
  return this.request("ModifyMusicOnShelves", req, cb)
229
247
  }
230
248
 
249
+ /**
250
+ * 获取直播互动曲库标签分组信息和标签信息
251
+ */
252
+ async DescribeKTVMusicTags(
253
+ req?: DescribeKTVMusicTagsRequest,
254
+ cb?: (error: string, rep: DescribeKTVMusicTagsResponse) => void
255
+ ): Promise<DescribeKTVMusicTagsResponse> {
256
+ return this.request("DescribeKTVMusicTags", req, cb)
257
+ }
258
+
231
259
  /**
232
260
  * 获取曲库包下已核销歌曲列表接口
233
261
  */
@@ -31,6 +31,21 @@ export interface DescribeMusicResponse {
31
31
  RequestId?: string
32
32
  }
33
33
 
34
+ /**
35
+ * DescribeKTVSuggestions返回参数结构体
36
+ */
37
+ export interface DescribeKTVSuggestionsResponse {
38
+ /**
39
+ * 联想词信息列表。返回总数最大为10。
40
+ */
41
+ KTVSuggestionInfoSet: Array<KTVSuggestionInfo>
42
+
43
+ /**
44
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
45
+ */
46
+ RequestId?: string
47
+ }
48
+
34
49
  /**
35
50
  * 副歌片段信息
36
51
  */
@@ -403,18 +418,18 @@ export interface ImagePath {
403
418
  }
404
419
 
405
420
  /**
406
- * DescribeMusicSaleStatus返回参数结构体
421
+ * 即使广播曲库歌曲标签信息
407
422
  */
408
- export interface DescribeMusicSaleStatusResponse {
423
+ export interface KTVMusicTagInfo {
409
424
  /**
410
- * musicId对应歌曲状态
425
+ * 标签Id
411
426
  */
412
- MusicStatusSet: Array<MusicStatus>
427
+ TagId: string
413
428
 
414
429
  /**
415
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
430
+ * 标签
416
431
  */
417
- RequestId?: string
432
+ TagName: string
418
433
  }
419
434
 
420
435
  /**
@@ -533,6 +548,21 @@ export interface TimeRange {
533
548
  After?: string
534
549
  }
535
550
 
551
+ /**
552
+ * DescribeMusicSaleStatus返回参数结构体
553
+ */
554
+ export interface DescribeMusicSaleStatusResponse {
555
+ /**
556
+ * musicId对应歌曲状态
557
+ */
558
+ MusicStatusSet: Array<MusicStatus>
559
+
560
+ /**
561
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
562
+ */
563
+ RequestId?: string
564
+ }
565
+
536
566
  /**
537
567
  * CreateKTVRobot返回参数结构体
538
568
  */
@@ -580,6 +610,26 @@ export interface DescribeCloudMusicPurchasedResponse {
580
610
  RequestId?: string
581
611
  }
582
612
 
613
+ /**
614
+ * 即使广播曲库歌曲标签分组信息
615
+ */
616
+ export interface KTVMusicTagGroup {
617
+ /**
618
+ * 标签分组英文名
619
+ */
620
+ EnglishGroupName: string
621
+
622
+ /**
623
+ * 标签分组中文名
624
+ */
625
+ ChineseGroupName: string
626
+
627
+ /**
628
+ * 标签分类下标签列表
629
+ */
630
+ TagSet: Array<KTVMusicTagInfo>
631
+ }
632
+
583
633
  /**
584
634
  * 数据信息
585
635
  */
@@ -615,6 +665,31 @@ export interface DataInfo {
615
665
  TagNames: Array<string>
616
666
  }
617
667
 
668
+ /**
669
+ * 用户license基础信息
670
+ */
671
+ export interface ApplicationLicenseInput {
672
+ /**
673
+ * 应用名称,注:后面三个字段AndroidPackageName、IOSBundleId、PcIdentifier,三者选填一个
674
+ */
675
+ AppName: string
676
+
677
+ /**
678
+ * app的安卓包名
679
+ */
680
+ AndroidPackageName?: string
681
+
682
+ /**
683
+ * app的IOS的BundleId名
684
+ */
685
+ IOSBundleId?: string
686
+
687
+ /**
688
+ * PC标识名
689
+ */
690
+ PcIdentifier?: string
691
+ }
692
+
618
693
  /**
619
694
  * Artist
620
695
  */
@@ -944,6 +1019,26 @@ export interface DescribeKTVRobotsRequest {
944
1019
  Limit?: number
945
1020
  }
946
1021
 
1022
+ /**
1023
+ * DescribeKTVMusicTags返回参数结构体
1024
+ */
1025
+ export interface DescribeKTVMusicTagsResponse {
1026
+ /**
1027
+ * 标签分组列表
1028
+ */
1029
+ TagGroupSet: Array<KTVMusicTagGroup>
1030
+
1031
+ /**
1032
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1033
+ */
1034
+ RequestId?: string
1035
+ }
1036
+
1037
+ /**
1038
+ * DescribeKTVMusicTags请求参数结构体
1039
+ */
1040
+ export type DescribeKTVMusicTagsRequest = null
1041
+
947
1042
  /**
948
1043
  * 直播进房输入参数
949
1044
  */
@@ -978,6 +1073,21 @@ export interface CreateKTVRobotRequest {
978
1073
  * 进房参数。
979
1074
  */
980
1075
  JoinRoomInput: JoinRoomInput
1076
+
1077
+ /**
1078
+ * license基础信息
1079
+ */
1080
+ ApplicationLicenseInput?: ApplicationLicenseInput
1081
+ }
1082
+
1083
+ /**
1084
+ * 即使广播曲库联想词信息
1085
+ */
1086
+ export interface KTVSuggestionInfo {
1087
+ /**
1088
+ * 联想词
1089
+ */
1090
+ Suggestion: string
981
1091
  }
982
1092
 
983
1093
  /**
@@ -1474,6 +1584,12 @@ export interface SearchKTVMusicsRequest {
1474
1584
  <li> 当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。</li>
1475
1585
  */
1476
1586
  Sort?: SortBy
1587
+
1588
+ /**
1589
+ * 标签 ID 集合,匹配集合指定所有 ID 。
1590
+ <li>数组长度限制:10。</li>
1591
+ */
1592
+ TagIds?: Array<string>
1477
1593
  }
1478
1594
 
1479
1595
  /**
@@ -1752,6 +1868,16 @@ export interface SyncKTVRobotCommandRequest {
1752
1868
  SetDestroyModeCommandInput?: SetDestroyModeCommandInput
1753
1869
  }
1754
1870
 
1871
+ /**
1872
+ * DescribeKTVSuggestions请求参数结构体
1873
+ */
1874
+ export interface DescribeKTVSuggestionsRequest {
1875
+ /**
1876
+ * 联想关键词
1877
+ */
1878
+ KeyWord: string
1879
+ }
1880
+
1755
1881
  /**
1756
1882
  * DescribeKTVPlaylists返回参数结构体
1757
1883
  */
@@ -1002,12 +1002,12 @@ export interface DescribeLaunchConfigurationsResponse {
1002
1002
  /**
1003
1003
  * 符合条件的启动配置数量。
1004
1004
  */
1005
- TotalCount?: number
1005
+ TotalCount: number
1006
1006
 
1007
1007
  /**
1008
1008
  * 启动配置详细信息列表。
1009
1009
  */
1010
- LaunchConfigurationSet?: Array<LaunchConfiguration>
1010
+ LaunchConfigurationSet: Array<LaunchConfiguration>
1011
1011
 
1012
1012
  /**
1013
1013
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1086,7 +1086,7 @@ export interface DetachLoadBalancersRequest {
1086
1086
  */
1087
1087
  export interface DescribeAutoScalingInstancesRequest {
1088
1088
  /**
1089
- * 待查询云服务器(CVM)的实例ID。参数不支持同时指定InstanceIds和Filters。
1089
+ * 待查询云服务器(CVM)的实例ID。每次请求的上限为100。参数不支持同时指定InstanceIds和Filters。
1090
1090
  */
1091
1091
  InstanceIds?: Array<string>
1092
1092
 
@@ -1104,7 +1104,7 @@ export interface DescribeAutoScalingInstancesRequest {
1104
1104
  Offset?: number
1105
1105
 
1106
1106
  /**
1107
- * 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1107
+ * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1108
1108
  */
1109
1109
  Limit?: number
1110
1110
  }
@@ -1774,12 +1774,12 @@ export interface DescribeScheduledActionsResponse {
1774
1774
  /**
1775
1775
  * 符合条件的定时任务数量。
1776
1776
  */
1777
- TotalCount?: number
1777
+ TotalCount: number
1778
1778
 
1779
1779
  /**
1780
1780
  * 定时任务详细信息列表。
1781
1781
  */
1782
- ScheduledActionSet?: Array<ScheduledAction>
1782
+ ScheduledActionSet: Array<ScheduledAction>
1783
1783
 
1784
1784
  /**
1785
1785
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2325,6 +2325,12 @@ export interface DataDisk {
2325
2325
  注意:此字段可能返回 null,表示取不到有效值。
2326
2326
  */
2327
2327
  SnapshotId?: string
2328
+
2329
+ /**
2330
+ * 数据盘是否随子机销毁。取值范围:<br><li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘<br><li>FALSE:子机销毁时,保留数据盘
2331
+ 注意:此字段可能返回 null,表示取不到有效值。
2332
+ */
2333
+ DeleteWithInstance?: boolean
2328
2334
  }
2329
2335
 
2330
2336
  /**
@@ -2754,6 +2760,11 @@ export interface ScheduledAction {
2754
2760
  * 定时任务的创建时间。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。
2755
2761
  */
2756
2762
  CreatedTime: string
2763
+
2764
+ /**
2765
+ * 定时任务的执行类型。取值范围:<br><li>CRONTAB:代表定时任务为重复执行。<br><li>ONCE:代表定时任务为单次执行。
2766
+ */
2767
+ ScheduledType: string
2757
2768
  }
2758
2769
 
2759
2770
  /**
@@ -469,7 +469,7 @@ export interface CreateRecTaskRequest {
469
469
  EngineModelType: string
470
470
 
471
471
  /**
472
- * 识别声道数。1:单声道;2:双声道(仅支持 8k_zh 引擎模)。注意:录音识别会自动将音频转码为填写的识别声道数
472
+ * 识别声道数。1:单声道(非电话场景,直接选择单声道即可,忽略音频声道数);2:双声道(仅支持8k_zh电话场景,双声道应分别对应通话双方)。注意:双声道的电话音频已物理分离说话人,无需再开启说话人分离功能。
473
473
  */
474
474
  ChannelNum: number
475
475
 
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CostComponentSet,
22
+ VoucherInfos,
22
23
  DescribeCostSummaryByProductRequest,
23
24
  ConsumptionSummaryTotal,
24
25
  DescribeCostSummaryByProjectResponse,
@@ -38,11 +39,12 @@ import {
38
39
  DescribeBillSummaryByRegionResponse,
39
40
  DetailSet,
40
41
  BillTransactionInfo,
41
- RegionSummaryOverviewItem,
42
+ DescribeVoucherInfoResponse,
42
43
  ConsumptionResourceSummaryDataItem,
43
44
  DescribeAccountBalanceRequest,
44
45
  DescribeBillDetailRequest,
45
46
  ConsumptionProjectSummaryDataItem,
47
+ RegionSummaryOverviewItem,
46
48
  DescribeCostSummaryByProductResponse,
47
49
  ProductInfo,
48
50
  DescribeDosageDetailByDateResponse,
@@ -55,16 +57,22 @@ import {
55
57
  DescribeBillSummaryByRegionRequest,
56
58
  DescribeBillSummaryByPayModeRequest,
57
59
  DescribeCostSummaryByProjectRequest,
60
+ UsageRecords,
58
61
  ConsumptionRegionSummaryDataItem,
59
62
  DescribeDosageCosDetailByDateResponse,
63
+ UsageDetails,
60
64
  DescribeBillResourceSummaryResponse,
61
65
  ActionSummaryOverviewItem,
66
+ DescribeVoucherInfoRequest,
67
+ ApplicableProducts,
62
68
  ConditionPayMode,
69
+ DescribeVoucherUsageDetailsRequest,
63
70
  DescribeDealsByCondRequest,
64
71
  DescribeBillResourceSummaryRequest,
65
72
  PayDealsRequest,
66
73
  DescribeBillListRequest,
67
74
  PayDealsResponse,
75
+ SummaryTotal,
68
76
  BillDetail,
69
77
  DescribeBillSummaryByTagResponse,
70
78
  TagSummaryOverviewItem,
@@ -73,6 +81,7 @@ import {
73
81
  ConsumptionResourceSummaryConditionValue,
74
82
  Deal,
75
83
  DescribeCostDetailRequest,
84
+ DescribeVoucherUsageDetailsResponse,
76
85
  DescribeDealsByCondResponse,
77
86
  ConditionProject,
78
87
  CosDetailSets,
@@ -82,7 +91,7 @@ import {
82
91
  DescribeCostSummaryByResourceRequest,
83
92
  DescribeCostDetailResponse,
84
93
  DescribeDosageCosDetailByDateRequest,
85
- SummaryTotal,
94
+ ExcludedProducts,
86
95
  PayModeSummaryOverviewItem,
87
96
  BusinessSummaryTotal,
88
97
  DescribeCostSummaryByRegionResponse,
@@ -107,6 +116,16 @@ export class Client extends AbstractClient {
107
116
  return this.request("DescribeAccountBalance", req, cb)
108
117
  }
109
118
 
119
+ /**
120
+ * 获取代金券相关信息
121
+ */
122
+ async DescribeVoucherInfo(
123
+ req: DescribeVoucherInfoRequest,
124
+ cb?: (error: string, rep: DescribeVoucherInfoResponse) => void
125
+ ): Promise<DescribeVoucherInfoResponse> {
126
+ return this.request("DescribeVoucherInfo", req, cb)
127
+ }
128
+
110
129
  /**
111
130
  * 按日期获取产品用量明细
112
131
  */
@@ -127,6 +146,16 @@ export class Client extends AbstractClient {
127
146
  return this.request("DescribeCostSummaryByResource", req, cb)
128
147
  }
129
148
 
149
+ /**
150
+ * 获取代金券使用记录
151
+ */
152
+ async DescribeVoucherUsageDetails(
153
+ req: DescribeVoucherUsageDetailsRequest,
154
+ cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void
155
+ ): Promise<DescribeVoucherUsageDetailsResponse> {
156
+ return this.request("DescribeVoucherUsageDetails", req, cb)
157
+ }
158
+
130
159
  /**
131
160
  * 获取收支明细列表,支持翻页和参数过滤
132
161
  */