tencentcloud-sdk-nodejs 4.0.497 → 4.0.499

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 (71) hide show
  1. package/CHANGELOG.md +548 -0
  2. package/SERVICE_CHANGELOG.md +587 -149
  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/antiddos/v20200309/antiddos_models.ts +3 -2
  7. package/src/services/batch/v20170312/batch_client.ts +1 -0
  8. package/src/services/batch/v20170312/batch_models.ts +19 -0
  9. package/src/services/ccc/v20200210/ccc_models.ts +36 -30
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/clb/v20180317/clb_models.ts +43 -1
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +12 -0
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +15 -0
  14. package/src/services/es/v20180416/es_models.ts +2 -2
  15. package/src/services/ess/v20201111/ess_models.ts +6 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -1
  17. package/src/services/monitor/v20180724/monitor_models.ts +35 -35
  18. package/src/services/mrs/v20200910/mrs_models.ts +28 -8
  19. package/src/services/ms/v20180408/ms_models.ts +364 -10
  20. package/src/services/nlp/v20190408/nlp_models.ts +9 -9
  21. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  22. package/src/services/privatedns/v20201028/privatedns_models.ts +24 -0
  23. package/src/services/pts/v20210728/pts_models.ts +11 -5
  24. package/src/services/rum/v20210622/rum_models.ts +16 -0
  25. package/src/services/tcss/v20201101/tcss_models.ts +2 -2
  26. package/src/services/tem/v20210701/tem_client.ts +1 -0
  27. package/src/services/tem/v20210701/tem_models.ts +58 -0
  28. package/src/services/teo/v20220901/teo_client.ts +1 -0
  29. package/src/services/teo/v20220901/teo_models.ts +198 -43
  30. package/src/services/tiia/v20190529/tiia_models.ts +3 -3
  31. package/src/services/tione/v20211111/tione_models.ts +18 -0
  32. package/src/services/tke/v20180525/tke_client.ts +110 -11
  33. package/src/services/tke/v20180525/tke_models.ts +709 -63
  34. package/src/services/tmt/v20180321/tmt_models.ts +10 -10
  35. package/src/services/trtc/v20190722/trtc_models.ts +24 -3
  36. package/src/services/vod/v20180717/vod_client.ts +5 -3
  37. package/src/services/vod/v20180717/vod_models.ts +119 -19
  38. package/src/services/waf/v20180125/waf_models.ts +34 -0
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -1
  42. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +17 -0
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +35 -30
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  45. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +36 -1
  46. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +10 -0
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +12 -0
  48. package/tencentcloud/services/es/v20180416/es_models.d.ts +2 -2
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
  51. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +35 -35
  52. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +24 -8
  53. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +361 -7
  54. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +9 -9
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
  56. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +20 -0
  57. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +10 -5
  58. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +13 -0
  59. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
  60. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +48 -0
  61. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +165 -34
  62. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +3 -3
  63. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
  64. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +35 -3
  65. package/tencentcloud/services/tke/v20180525/tke_client.js +51 -3
  66. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +591 -47
  67. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +10 -10
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -3
  69. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +103 -19
  70. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +28 -0
  71. package/test/tke.v20180525.test.js +82 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.497",
3
+ "version": "4.0.499",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
11
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-05 10:58:07 |
11
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-08 10:18:06 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
@@ -18,7 +18,7 @@
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-07 06:17:30 |
21
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
22
22
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-09-06 06:10:38 |
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2022-10-31 06:10:22 |
@@ -38,8 +38,8 @@
38
38
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
39
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
40
40
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
41
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-07 06:21:07 |
42
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-07 06:21:29 |
41
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-08 01:17:22 |
42
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-09 01:15:21 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
44
44
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
45
45
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
@@ -53,7 +53,7 @@
53
53
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
54
54
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
55
55
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-02 06:19:08 |
56
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-11-01 06:15:44 |
56
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-09 01:20:31 |
57
57
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
58
58
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
59
59
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
@@ -61,12 +61,12 @@
61
61
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
62
62
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
63
63
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
64
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-07 06:27:58 |
64
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-08 01:21:58 |
65
65
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
66
66
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-07 06:29:50 |
67
67
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
68
68
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
69
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-07 06:32:17 |
69
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-08 01:24:51 |
70
70
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
71
71
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
72
72
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -74,7 +74,7 @@
74
74
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
75
75
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
76
76
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
77
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-05 06:43:01 |
77
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-08 01:26:41 |
78
78
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-11-25 06:28:38 |
79
79
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
80
80
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -87,10 +87,10 @@
87
87
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
88
88
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
89
89
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
90
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-07 06:38:34 |
91
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-06 06:40:42 |
92
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-07 06:39:12 |
93
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-06 06:41:29 |
90
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-08 01:29:13 |
91
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-09 01:34:26 |
92
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-09 01:34:50 |
93
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-08 17:53:00 |
94
94
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
95
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
96
96
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -111,7 +111,7 @@
111
111
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
112
112
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
113
113
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
114
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-07 06:44:16 |
114
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-09 01:39:48 |
115
115
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
116
116
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-05 06:57:57 |
117
117
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
@@ -130,28 +130,28 @@
130
130
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
131
131
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
132
132
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
133
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-05 07:04:52 |
133
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-09 01:46:06 |
134
134
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-23 06:41:18 |
135
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
136
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-07 06:52:38 |
135
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
136
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-08 01:38:47 |
137
137
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
138
138
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
139
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-07 06:52:55 |
139
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-09 01:49:39 |
140
140
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
141
141
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
142
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-24 06:45:42 |
142
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-09 01:50:13 |
143
143
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
144
144
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
145
145
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
146
146
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-11-29 07:09:18 |
147
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-10-26 06:52:45 |
148
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-11-18 06:42:29 |
147
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
148
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-12-08 01:40:36 |
149
149
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
150
150
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-11-28 06:57:10 |
151
151
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
152
152
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
153
153
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
154
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-11-24 06:48:50 |
154
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-12-09 01:53:36 |
155
155
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-05 07:13:50 |
156
156
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-11-03 06:36:44 |
157
157
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
@@ -180,29 +180,29 @@
180
180
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
181
181
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
182
182
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-07 07:02:05 |
183
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-07 07:02:56 |
183
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-09 02:00:06 |
184
184
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
185
185
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
186
186
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
187
187
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
188
- | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-17 06:48:59 |
189
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-29 07:26:41 |
188
+ | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-09 02:04:15 |
189
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-09 02:05:01 |
190
190
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
191
191
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
192
192
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
193
193
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
194
194
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
195
195
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
196
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-11-22 07:01:36 |
197
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-29 07:29:47 |
196
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-08 01:49:24 |
197
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-08 01:49:46 |
198
198
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-07 07:09:41 |
199
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-07 07:10:03 |
199
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-08 01:50:31 |
200
200
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
201
201
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
202
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
202
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
203
203
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
204
204
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-07 07:14:07 |
205
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-07 07:14:39 |
205
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-09 02:10:18 |
206
206
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
207
207
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-07 07:15:23 |
208
208
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
@@ -210,9 +210,9 @@
210
210
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
211
211
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
212
212
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
213
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-01 07:13:39 |
213
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-09 02:12:52 |
214
214
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-05 07:38:38 |
215
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-11-16 06:48:54 |
215
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-09 02:16:48 |
216
216
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
217
217
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
218
218
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.497"
1
+ export const sdkVersion = "4.0.499"
@@ -4494,8 +4494,9 @@ export interface WaterPrintRelation {
4494
4494
  */
4495
4495
  export interface InsL7Rules {
4496
4496
  /**
4497
- * 规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
4498
- */
4497
+ * 规则在中间状态态不可修改,只可在(0 2 8)状态可编辑。
4498
+ 规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
4499
+ */
4499
4500
  Status: number
4500
4501
 
4501
4502
  /**
@@ -129,6 +129,7 @@ import {
129
129
  AttachInstancesRequest,
130
130
  DescribeComputeEnvsRequest,
131
131
  DescribeCvmZoneInstanceConfigInfosResponse,
132
+ OutputMappingOption,
132
133
  DescribeJobsResponse,
133
134
  Activity,
134
135
  RunMonitorServiceEnabled,
@@ -2009,6 +2009,12 @@ export interface OutputMapping {
2009
2009
  * 目的端路径
2010
2010
  */
2011
2011
  DestinationPath: string
2012
+
2013
+ /**
2014
+ * 输出映射选项
2015
+ 注意:此字段可能返回 null,表示取不到有效值。
2016
+ */
2017
+ OutputMappingOption?: OutputMappingOption
2012
2018
  }
2013
2019
 
2014
2020
  /**
@@ -3207,6 +3213,19 @@ export interface DescribeCvmZoneInstanceConfigInfosResponse {
3207
3213
  RequestId?: string
3208
3214
  }
3209
3215
 
3216
+ /**
3217
+ * 输出映射选项
3218
+ */
3219
+ export interface OutputMappingOption {
3220
+ /**
3221
+ * 容器场景下,输出选项从实例映射到容器内的实例侧的工作空间。
3222
+ BATCH_WORKSPACE: 工作空间为BATCH在实例内定义的工作空间,BATCH侧保证作业之间的隔离。(默认)
3223
+ GLOBAL_WORKSPACE: 工作空间为实例操作系统空间。
3224
+ 注意:此字段可能返回 null,表示取不到有效值。
3225
+ */
3226
+ Workspace?: string
3227
+ }
3228
+
3210
3229
  /**
3211
3230
  * DescribeJobs返回参数结构体
3212
3231
  */
@@ -1594,37 +1594,37 @@ export interface TelCdrInfo {
1594
1594
  /**
1595
1595
  * 主叫号码
1596
1596
  */
1597
- Caller: string
1597
+ Caller?: string
1598
1598
 
1599
1599
  /**
1600
1600
  * 被叫号码
1601
1601
  */
1602
- Callee: string
1602
+ Callee?: string
1603
1603
 
1604
1604
  /**
1605
1605
  * 呼叫发起时间戳,Unix 时间戳
1606
1606
  */
1607
- Time: number
1607
+ Time?: number
1608
1608
 
1609
1609
  /**
1610
1610
  * 呼入呼出方向 0 呼入 1 呼出
1611
1611
  */
1612
- Direction: number
1612
+ Direction?: number
1613
1613
 
1614
1614
  /**
1615
1615
  * 通话时长
1616
1616
  */
1617
- Duration: number
1617
+ Duration?: number
1618
1618
 
1619
1619
  /**
1620
1620
  * 录音信息
1621
1621
  */
1622
- RecordURL: string
1622
+ RecordURL?: string
1623
1623
 
1624
1624
  /**
1625
1625
  * 坐席信息
1626
1626
  */
1627
- SeatUser: SeatUserInfo
1627
+ SeatUser?: SeatUserInfo
1628
1628
 
1629
1629
  /**
1630
1630
  * 结束状态
@@ -1651,65 +1651,65 @@ export interface TelCdrInfo {
1651
1651
  209 主叫取消
1652
1652
  210 不在服务区
1653
1653
  */
1654
- EndStatus: number
1654
+ EndStatus?: number
1655
1655
 
1656
1656
  /**
1657
1657
  * 技能组名称
1658
1658
  */
1659
- SkillGroup: string
1659
+ SkillGroup?: string
1660
1660
 
1661
1661
  /**
1662
1662
  * 主叫归属地
1663
1663
  */
1664
- CallerLocation: string
1664
+ CallerLocation?: string
1665
1665
 
1666
1666
  /**
1667
1667
  * IVR 阶段耗时
1668
1668
  注意:此字段可能返回 null,表示取不到有效值。
1669
1669
  */
1670
- IVRDuration: number
1670
+ IVRDuration?: number
1671
1671
 
1672
1672
  /**
1673
1673
  * 振铃时间戳,UNIX 秒级时间戳
1674
1674
  注意:此字段可能返回 null,表示取不到有效值。
1675
1675
  */
1676
- RingTimestamp: number
1676
+ RingTimestamp?: number
1677
1677
 
1678
1678
  /**
1679
1679
  * 接听时间戳,UNIX 秒级时间戳
1680
1680
  注意:此字段可能返回 null,表示取不到有效值。
1681
1681
  */
1682
- AcceptTimestamp: number
1682
+ AcceptTimestamp?: number
1683
1683
 
1684
1684
  /**
1685
1685
  * 结束时间戳,UNIX 秒级时间戳
1686
1686
  注意:此字段可能返回 null,表示取不到有效值。
1687
1687
  */
1688
- EndedTimestamp: number
1688
+ EndedTimestamp?: number
1689
1689
 
1690
1690
  /**
1691
1691
  * IVR 按键信息 ,e.g. ["1","2","3"]
1692
1692
  注意:此字段可能返回 null,表示取不到有效值。
1693
1693
  */
1694
- IVRKeyPressed: Array<string>
1694
+ IVRKeyPressed?: Array<string>
1695
1695
 
1696
1696
  /**
1697
1697
  * 挂机方 seat 坐席 user 用户
1698
1698
  注意:此字段可能返回 null,表示取不到有效值。
1699
1699
  */
1700
- HungUpSide: string
1700
+ HungUpSide?: string
1701
1701
 
1702
1702
  /**
1703
1703
  * 服务参与者列表
1704
1704
  注意:此字段可能返回 null,表示取不到有效值。
1705
1705
  */
1706
- ServeParticipants: Array<ServeParticipant>
1706
+ ServeParticipants?: Array<ServeParticipant>
1707
1707
 
1708
1708
  /**
1709
1709
  * 技能组ID
1710
1710
  注意:此字段可能返回 null,表示取不到有效值。
1711
1711
  */
1712
- SkillGroupId: number
1712
+ SkillGroupId?: number
1713
1713
 
1714
1714
  /**
1715
1715
  * error 错误
@@ -1736,73 +1736,79 @@ callerCancel 主叫取消
1736
1736
  notInService 不在服务区
1737
1737
  注意:此字段可能返回 null,表示取不到有效值。
1738
1738
  */
1739
- EndStatusString: string
1739
+ EndStatusString?: string
1740
1740
 
1741
1741
  /**
1742
1742
  * 会话开始时间戳,UNIX 秒级时间戳
1743
1743
  注意:此字段可能返回 null,表示取不到有效值。
1744
1744
  */
1745
- StartTimestamp: number
1745
+ StartTimestamp?: number
1746
1746
 
1747
1747
  /**
1748
1748
  * 进入排队时间,Unix 秒级时间戳
1749
1749
  注意:此字段可能返回 null,表示取不到有效值。
1750
1750
  */
1751
- QueuedTimestamp: number
1751
+ QueuedTimestamp?: number
1752
1752
 
1753
1753
  /**
1754
1754
  * 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
1755
1755
  注意:此字段可能返回 null,表示取不到有效值。
1756
1756
  */
1757
- PostIVRKeyPressed: Array<IVRKeyPressedElement>
1757
+ PostIVRKeyPressed?: Array<IVRKeyPressedElement>
1758
1758
 
1759
1759
  /**
1760
1760
  * 排队技能组Id
1761
1761
  注意:此字段可能返回 null,表示取不到有效值。
1762
1762
  */
1763
- QueuedSkillGroupId: number
1763
+ QueuedSkillGroupId?: number
1764
1764
 
1765
1765
  /**
1766
1766
  * 会话 ID
1767
1767
  注意:此字段可能返回 null,表示取不到有效值。
1768
1768
  */
1769
- SessionId: string
1769
+ SessionId?: string
1770
1770
 
1771
1771
  /**
1772
1772
  * 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
1773
1773
  注意:此字段可能返回 null,表示取不到有效值。
1774
1774
  */
1775
- ProtectedCaller: string
1775
+ ProtectedCaller?: string
1776
1776
 
1777
1777
  /**
1778
1778
  * 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
1779
1779
  注意:此字段可能返回 null,表示取不到有效值。
1780
1780
  */
1781
- ProtectedCallee: string
1781
+ ProtectedCallee?: string
1782
1782
 
1783
1783
  /**
1784
1784
  * 客户自定义数据(User-to-User Interface)
1785
1785
  注意:此字段可能返回 null,表示取不到有效值。
1786
1786
  */
1787
- Uui: string
1787
+ Uui?: string
1788
1788
 
1789
1789
  /**
1790
1790
  * IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
1791
1791
  注意:此字段可能返回 null,表示取不到有效值。
1792
1792
  */
1793
- IVRKeyPressedEx: Array<IVRKeyPressedElement>
1793
+ IVRKeyPressedEx?: Array<IVRKeyPressedElement>
1794
1794
 
1795
1795
  /**
1796
1796
  * 获取录音ASR文本信息地址
1797
1797
  注意:此字段可能返回 null,表示取不到有效值。
1798
1798
  */
1799
- AsrUrl: string
1799
+ AsrUrl?: string
1800
1800
 
1801
1801
  /**
1802
1802
  * 录音转存第三方COS地址
1803
1803
  注意:此字段可能返回 null,表示取不到有效值。
1804
1804
  */
1805
- CustomRecordURL: string
1805
+ CustomRecordURL?: string
1806
+
1807
+ /**
1808
+ * 备注
1809
+ 注意:此字段可能返回 null,表示取不到有效值。
1810
+ */
1811
+ Remark?: string
1806
1812
  }
1807
1813
 
1808
1814
  /**
@@ -7651,7 +7651,7 @@ export interface DeleteDeployGroupsResponse {
7651
7651
  */
7652
7652
  export interface CdbSellType {
7653
7653
  /**
7654
- * 售卖实例名称
7654
+ * 售卖实例名称。Z3是高可用类型对应规格中的DeviceType包含UNIVERSAL,EXCLUSIVE;CVM是基础版类型对应规格中的DeviceType是BASIC;TKE是基础型v2类型对应规格中的DeviceType是BASIC_V2。
7655
7655
  */
7656
7656
  TypeName: string
7657
7657
 
@@ -1360,6 +1360,12 @@ export interface ZoneInfo {
1360
1360
  注意:此字段可能返回 null,表示取不到有效值。
1361
1361
  */
1362
1362
  LocalZone: boolean
1363
+
1364
+ /**
1365
+ * 可用区是否是EdgeZone可用区,如:false
1366
+ 注意:此字段可能返回 null,表示取不到有效值。
1367
+ */
1368
+ EdgeZone: boolean
1363
1369
  }
1364
1370
 
1365
1371
  /**
@@ -1936,6 +1942,12 @@ export interface Listener {
1936
1942
  注意:此字段可能返回 null,表示取不到有效值。
1937
1943
  */
1938
1944
  AttrFlags: Array<string>
1945
+
1946
+ /**
1947
+ * 绑定的目标组列表
1948
+ 注意:此字段可能返回 null,表示取不到有效值。
1949
+ */
1950
+ TargetGroupList: Array<BasicTargetGroupInfo>
1939
1951
  }
1940
1952
 
1941
1953
  /**
@@ -3237,6 +3249,12 @@ export interface RuleOutput {
3237
3249
  注意:此字段可能返回 null,表示取不到有效值。
3238
3250
  */
3239
3251
  Domains: Array<string>
3252
+
3253
+ /**
3254
+ * 绑定的目标组列表
3255
+ 注意:此字段可能返回 null,表示取不到有效值。
3256
+ */
3257
+ TargetGroupList: Array<BasicTargetGroupInfo>
3240
3258
  }
3241
3259
 
3242
3260
  /**
@@ -4233,6 +4251,24 @@ Public:公网属性, Private:内网属性。
4233
4251
  注意:此字段可能返回 null,表示取不到有效值。
4234
4252
  */
4235
4253
  Domains: string
4254
+
4255
+ /**
4256
+ * 多可用区负载均衡实例所选备区
4257
+ 注意:此字段可能返回 null,表示取不到有效值。
4258
+ */
4259
+ SlaveZone: Array<string>
4260
+
4261
+ /**
4262
+ * 内网负载均衡实例所在可用区,由白名单CLB_Internal_Zone控制
4263
+ 注意:此字段可能返回 null,表示取不到有效值。
4264
+ */
4265
+ Zones: Array<string>
4266
+
4267
+ /**
4268
+ * 是否开启SNI特性(本参数仅对于HTTPS监听器有意义)。
4269
+ 注意:此字段可能返回 null,表示取不到有效值。
4270
+ */
4271
+ SniSwitch: number
4236
4272
  }
4237
4273
 
4238
4274
  /**
@@ -5297,7 +5333,7 @@ export interface CertificateOutput {
5297
5333
  SSLMode: string
5298
5334
 
5299
5335
  /**
5300
- * 服务端证书的 ID。
5336
+ * 服务端证书的ID。
5301
5337
  */
5302
5338
  CertId: string
5303
5339
 
@@ -5306,6 +5342,12 @@ export interface CertificateOutput {
5306
5342
  注意:此字段可能返回 null,表示取不到有效值。
5307
5343
  */
5308
5344
  CertCaId: string
5345
+
5346
+ /**
5347
+ * 多本服务器证书场景扩展的服务器证书ID。
5348
+ 注意:此字段可能返回 null,表示取不到有效值。
5349
+ */
5350
+ ExtCertIds: Array<string>
5309
5351
  }
5310
5352
 
5311
5353
  /**
@@ -3525,6 +3525,12 @@ FAILED:已失败
3525
3525
  注意:此字段可能返回 null,表示取不到有效值。
3526
3526
  */
3527
3527
  AdditionalTaxItem: string
3528
+
3529
+ /**
3530
+ * 失败原因。当Status为FAILED时,改字段为失败的原因。
3531
+ 注意:此字段可能返回 null,表示取不到有效值。
3532
+ */
3533
+ FailReason: string
3528
3534
  }
3529
3535
 
3530
3536
  /**
@@ -19706,6 +19712,12 @@ FAILED:已失败
19706
19712
  * 状态描述
19707
19713
  */
19708
19714
  StatusDesc: string
19715
+
19716
+ /**
19717
+ * 失败原因。当Status为FAILED时,改字段为失败的原因。
19718
+ 注意:此字段可能返回 null,表示取不到有效值。
19719
+ */
19720
+ FailReason: string
19709
19721
  }
19710
19722
 
19711
19723
  /**
@@ -3695,6 +3695,21 @@ export interface DescribeClusterParamLogsRequest {
3695
3695
  */
3696
3696
  ClusterId: string
3697
3697
 
3698
+ /**
3699
+ * 实例ID列表,用来记录具体操作哪些实例
3700
+ */
3701
+ InstanceIds?: Array<string>
3702
+
3703
+ /**
3704
+ * 排序字段,定义在回返结果的基于哪个字段进行排序
3705
+ */
3706
+ OrderBy?: string
3707
+
3708
+ /**
3709
+ * 定义具体的排序规则,限定为desc,asc,DESC,ASC其中之一
3710
+ */
3711
+ OrderByType?: string
3712
+
3698
3713
  /**
3699
3714
  * 返回数量,默认为 20,取值范围为(0,100]
3700
3715
  */
@@ -2665,7 +2665,7 @@ export interface DescribeInstancesRequest {
2665
2665
  Limit?: number
2666
2666
 
2667
2667
  /**
2668
- * 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderKey未传递则按创建时间降序排序
2668
+ * 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderByKey未传递则按创建时间降序排序
2669
2669
  */
2670
2670
  OrderByKey?: number
2671
2671
 
@@ -2690,7 +2690,7 @@ export interface DescribeInstancesRequest {
2690
2690
  ZoneList?: Array<string>
2691
2691
 
2692
2692
  /**
2693
- * 健康状态筛列表
2693
+ * 健康状态筛列表:0表示绿色,1表示黄色,2表示红色,-1表示未知
2694
2694
  */
2695
2695
  HealthStatus?: Array<number>
2696
2696
 
@@ -1444,6 +1444,12 @@ export interface Staff {
1444
1444
  注意:此字段可能返回 null,表示取不到有效值。
1445
1445
  */
1446
1446
  VerifiedOn?: number
1447
+
1448
+ /**
1449
+ * 员工是否离职:0-未离职,1-离职
1450
+ 注意:此字段可能返回 null,表示取不到有效值。
1451
+ */
1452
+ QuiteJob?: number
1447
1453
  }
1448
1454
 
1449
1455
  /**