tencentcloud-sdk-nodejs 4.0.287 → 4.0.291

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 (86) hide show
  1. package/CHANGELOG.md +480 -0
  2. package/SERVICE_CHANGELOG.md +532 -242
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  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 +24 -0
  8. package/src/services/asr/v20190614/asr_models.ts +3 -2
  9. package/src/services/batch/v20170312/batch_models.ts +15 -15
  10. package/src/services/cdb/v20170320/cdb_models.ts +22 -5
  11. package/src/services/cdn/v20180606/cdn_client.ts +5 -2
  12. package/src/services/cdn/v20180606/cdn_models.ts +36 -4
  13. package/src/services/cii/v20210408/cii_models.ts +5 -0
  14. package/src/services/cls/v20201016/cls_client.ts +1 -1
  15. package/src/services/cls/v20201016/cls_models.ts +1 -1
  16. package/src/services/cvm/v20170312/cvm_models.ts +15 -15
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
  21. package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
  22. package/src/services/es/v20180416/es_models.ts +12 -0
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  24. package/src/services/gaap/v20180529/gaap_models.ts +51 -6
  25. package/src/services/iecp/v20210914/iecp_models.ts +6 -0
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  28. package/src/services/ivld/v20210903/ivld_models.ts +10 -0
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +208 -35
  31. package/src/services/monitor/v20180724/monitor_models.ts +18 -1
  32. package/src/services/rum/v20210622/rum_models.ts +12 -12
  33. package/src/services/tcm/v20210413/tcm_models.ts +10 -0
  34. package/src/services/tcss/v20201101/tcss_models.ts +13 -2
  35. package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
  36. package/src/services/tiw/v20190919/tiw_models.ts +6 -6
  37. package/src/services/tse/v20201207/tse_models.ts +10 -0
  38. package/src/services/vpc/v20170312/vpc_client.ts +4 -4
  39. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +21 -0
  43. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  44. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -5
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
  47. package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
  49. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +15 -15
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
  57. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  58. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  59. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
  60. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
  61. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
  62. package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  64. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
  65. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
  69. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  72. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +178 -32
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -1
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
  75. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
  76. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
  78. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
  79. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  83. package/test/cynosdb.v20190107.test.js +112 -2
  84. package/test/dcdb.v20180411.test.js +10 -0
  85. package/test/iotexplorer.v20190423.test.js +10 -0
  86. package/test/lighthouse.v20200324.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.287",
3
+ "version": "4.0.291",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-14 08:04:52 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-15 08:02:33 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-14 08:04:59 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
@@ -14,11 +14,11 @@
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-25 08:05:51 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-19 08:05:14 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-21 08:05:34 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-01-25 08:06:14 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-17 08:05:39 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-01-03 08:04:43 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-18 08:04:38 |
21
+ | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-16 08:01:43 |
22
22
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-01-11 08:03:32 |
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 |
@@ -32,33 +32,33 @@
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-14 08:06:57 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-14 08:07:04 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-18 08:05:33 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-17 08:07:01 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-11 08:03:37 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
40
40
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-26 08:04:40 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-14 08:07:51 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-17 08:07:32 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
44
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-10 08:03:19 |
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-11 08:04:02 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-14 08:08:17 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-21 08:08:17 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-18 08:06:44 |
49
49
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-01-27 08:22:16 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
52
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-20 08:07:33 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-26 08:05:43 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-18 08:07:21 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-17 08:06:09 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
57
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-18 08:07:59 |
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
59
59
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-14 08:09:51 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-14 08:09:41 |
61
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-17 08:09:34 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-12 08:09:02 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
64
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
@@ -68,18 +68,18 @@
68
68
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-01-24 08:09:08 |
69
69
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-20 08:09:25 |
70
70
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
71
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-01-18 08:09:09 |
71
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-16 08:05:58 |
72
72
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
73
73
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-18 08:09:35 |
74
74
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-01-20 08:09:56 |
75
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-01-17 08:08:00 |
76
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-01-20 08:10:01 |
77
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-17 08:08:08 |
76
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-18 08:09:35 |
77
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-16 08:06:32 |
78
78
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-11 08:07:03 |
79
79
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-21 08:11:28 |
80
80
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
81
81
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
82
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
82
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-17 08:10:54 |
83
83
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-24 08:10:18 |
84
84
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
85
85
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-12 08:10:24 |
@@ -89,18 +89,18 @@
89
89
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-12-22 08:12:31 |
90
90
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-14 08:12:04 |
91
91
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
92
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
92
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-15 08:09:12 |
93
93
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
94
94
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-01-24 08:10:57 |
95
95
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
96
96
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
97
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
97
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-02-15 08:09:38 |
98
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
99
99
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
100
100
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
101
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-01-25 16:20:40 |
101
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-16 08:08:24 |
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-14 08:13:19 |
103
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-16 08:08:43 |
104
104
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
105
105
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-01-27 10:15:18 |
106
106
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
@@ -110,7 +110,7 @@
110
110
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
111
111
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
112
112
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
113
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-26 08:10:33 |
113
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-17 08:13:29 |
114
114
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
115
115
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
116
116
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -119,7 +119,7 @@
119
119
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
120
120
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
121
121
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-01-25 08:15:03 |
122
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-27 08:59:26 |
122
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-17 08:14:03 |
123
123
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-14 08:14:42 |
124
124
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-01-27 09:00:32 |
125
125
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
@@ -129,7 +129,7 @@
129
129
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-01-19 08:13:55 |
130
130
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
131
131
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
132
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-14 08:15:11 |
132
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-18 08:13:28 |
133
133
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
134
134
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
135
135
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-10 11:28:45 |
@@ -151,14 +151,14 @@
151
151
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
152
152
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
153
153
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
154
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-17 08:12:48 |
154
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-16 08:11:44 |
155
155
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
156
156
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
157
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
157
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-16 08:11:56 |
158
158
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
159
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-26 08:13:10 |
159
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-15 08:13:53 |
160
160
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
161
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
161
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-02-17 08:16:33 |
162
162
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
163
163
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
164
164
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -168,13 +168,13 @@
168
168
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2021-12-31 11:26:13 |
169
169
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-10 08:12:20 |
170
170
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
171
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
171
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-17 08:17:06 |
172
172
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-02-11 08:13:17 |
173
173
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
174
174
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-24 08:16:27 |
175
175
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
176
176
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
177
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-14 08:18:13 |
177
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-18 08:16:25 |
178
178
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-20 08:16:32 |
179
179
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
180
180
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-24 08:16:57 |
@@ -182,7 +182,7 @@
182
182
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
183
183
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
184
184
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-14 08:18:44 |
185
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-11 08:14:30 |
185
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-17 08:18:21 |
186
186
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
187
187
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
188
188
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.287"
1
+ export const sdkVersion = "4.0.291"
@@ -47,6 +47,7 @@ import {
47
47
  DescribeCloudMusicPurchasedResponse,
48
48
  DataInfo,
49
49
  Artist,
50
+ SetDestroyModeCommandInput,
50
51
  ReportDataResponse,
51
52
  SearchKTVMusicsResponse,
52
53
  DescribeItemByIdRequest,
@@ -585,6 +585,24 @@ export interface Artist {
585
585
  ArtistName: string
586
586
  }
587
587
 
588
+ /**
589
+ * 设置销毁模式
590
+ */
591
+ export interface SetDestroyModeCommandInput {
592
+ /**
593
+ * 销毁模式,取值有:
594
+ <li>Auto:房间没人时自动销毁</li>
595
+ <li>Expire:房间没人时过期自动销毁</li>
596
+ <li>Never:不自动销毁,需手动销毁</li>默认为:Auto。
597
+ */
598
+ DestroyMode: string
599
+
600
+ /**
601
+ * 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。
602
+ */
603
+ DestroyExpireTime?: number
604
+ }
605
+
588
606
  /**
589
607
  * ReportData返回参数结构体
590
608
  */
@@ -1611,6 +1629,7 @@ export interface SyncKTVRobotCommandRequest {
1611
1629
  <li>SetPlaylist:歌单变更</li>
1612
1630
  <li>SetAudioParam:音频参数变更</li>
1613
1631
  <li>SendMessage:发送自定义消息</li>
1632
+ <li>SetDestroyMode:设置销毁模式</li>
1614
1633
  */
1615
1634
  Command: string
1616
1635
 
@@ -1643,6 +1662,11 @@ export interface SyncKTVRobotCommandRequest {
1643
1662
  * 播放模式,当Command取SetPlayMode时,必填。
1644
1663
  */
1645
1664
  SetPlayModeCommandInput?: SetPlayModeCommandInput
1665
+
1666
+ /**
1667
+ * 销毁模式,当Command取SetDestroyMode时,必填。
1668
+ */
1669
+ SetDestroyModeCommandInput?: SetDestroyModeCommandInput
1646
1670
  }
1647
1671
 
1648
1672
  /**
@@ -484,8 +484,9 @@ export interface CreateRecTaskRequest {
484
484
  SourceType: number
485
485
 
486
486
  /**
487
- * 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh,16k_zh,16k_zh_video引擎模型,单声道音频),默认值为 0。
488
- */
487
+ * 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh,16k_zh,16k_zh_video,单声道音频),默认值为 0。
488
+ 注意:8k电话场景建议使用双声道来区分通话双方,设置ChannelNum=2即可,不用开启说话人分离。
489
+ */
489
490
  SpeakerDiarization?: number
490
491
 
491
492
  /**
@@ -2441,100 +2441,100 @@ export interface ItemPrice {
2441
2441
  * 折扣,如20.0代表2折。
2442
2442
  注意:此字段可能返回 null,表示取不到有效值。
2443
2443
  */
2444
- Discount: number
2444
+ Discount?: number
2445
2445
 
2446
2446
  /**
2447
2447
  * 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时
2448
2448
  注意:此字段可能返回 null,表示取不到有效值。
2449
2449
  */
2450
- UnitPriceDiscount: number
2450
+ UnitPriceDiscount?: number
2451
2451
 
2452
2452
  /**
2453
2453
  * 使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
2454
2454
  注意:此字段可能返回 null,表示取不到有效值。
2455
2455
  */
2456
- UnitPriceSecondStep: number
2456
+ UnitPriceSecondStep?: number
2457
2457
 
2458
2458
  /**
2459
2459
  * 使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
2460
2460
  注意:此字段可能返回 null,表示取不到有效值。
2461
2461
  */
2462
- UnitPriceDiscountSecondStep: number
2462
+ UnitPriceDiscountSecondStep?: number
2463
2463
 
2464
2464
  /**
2465
2465
  * 使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
2466
2466
  注意:此字段可能返回 null,表示取不到有效值。
2467
2467
  */
2468
- UnitPriceThirdStep: number
2468
+ UnitPriceThirdStep?: number
2469
2469
 
2470
2470
  /**
2471
2471
  * 使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
2472
2472
  注意:此字段可能返回 null,表示取不到有效值。
2473
2473
  */
2474
- UnitPriceDiscountThirdStep: number
2474
+ UnitPriceDiscountThirdStep?: number
2475
2475
 
2476
2476
  /**
2477
2477
  * 预支三年合计费用的原价,预付费模式使用,单位:元。
2478
2478
  注意:此字段可能返回 null,表示取不到有效值。
2479
2479
  注意:此字段可能返回 null,表示取不到有效值。
2480
2480
  */
2481
- OriginalPriceThreeYear: number
2481
+ OriginalPriceThreeYear?: number
2482
2482
 
2483
2483
  /**
2484
2484
  * 预支三年合计费用的折扣价,预付费模式使用,单位:元。
2485
2485
  注意:此字段可能返回 null,表示取不到有效值。
2486
2486
  注意:此字段可能返回 null,表示取不到有效值。
2487
2487
  */
2488
- DiscountPriceThreeYear: number
2488
+ DiscountPriceThreeYear?: number
2489
2489
 
2490
2490
  /**
2491
2491
  * 预支三年应用的折扣,如20.0代表2折。
2492
2492
  注意:此字段可能返回 null,表示取不到有效值。
2493
2493
  注意:此字段可能返回 null,表示取不到有效值。
2494
2494
  */
2495
- DiscountThreeYear: number
2495
+ DiscountThreeYear?: number
2496
2496
 
2497
2497
  /**
2498
2498
  * 预支五年合计费用的原价,预付费模式使用,单位:元。
2499
2499
  注意:此字段可能返回 null,表示取不到有效值。
2500
2500
  注意:此字段可能返回 null,表示取不到有效值。
2501
2501
  */
2502
- OriginalPriceFiveYear: number
2502
+ OriginalPriceFiveYear?: number
2503
2503
 
2504
2504
  /**
2505
2505
  * 预支五年合计费用的折扣价,预付费模式使用,单位:元。
2506
2506
  注意:此字段可能返回 null,表示取不到有效值。
2507
2507
  注意:此字段可能返回 null,表示取不到有效值。
2508
2508
  */
2509
- DiscountPriceFiveYear: number
2509
+ DiscountPriceFiveYear?: number
2510
2510
 
2511
2511
  /**
2512
2512
  * 预支五年应用的折扣,如20.0代表2折。
2513
2513
  注意:此字段可能返回 null,表示取不到有效值。
2514
2514
  注意:此字段可能返回 null,表示取不到有效值。
2515
2515
  */
2516
- DiscountFiveYear: number
2516
+ DiscountFiveYear?: number
2517
2517
 
2518
2518
  /**
2519
2519
  * 预支一年合计费用的原价,预付费模式使用,单位:元。
2520
2520
  注意:此字段可能返回 null,表示取不到有效值。
2521
2521
  注意:此字段可能返回 null,表示取不到有效值。
2522
2522
  */
2523
- OriginalPriceOneYear: number
2523
+ OriginalPriceOneYear?: number
2524
2524
 
2525
2525
  /**
2526
2526
  * 预支一年合计费用的折扣价,预付费模式使用,单位:元。
2527
2527
  注意:此字段可能返回 null,表示取不到有效值。
2528
2528
  注意:此字段可能返回 null,表示取不到有效值。
2529
2529
  */
2530
- DiscountPriceOneYear: number
2530
+ DiscountPriceOneYear?: number
2531
2531
 
2532
2532
  /**
2533
2533
  * 预支一年应用的折扣,如20.0代表2折。
2534
2534
  注意:此字段可能返回 null,表示取不到有效值。
2535
2535
  注意:此字段可能返回 null,表示取不到有效值。
2536
2536
  */
2537
- DiscountOneYear: number
2537
+ DiscountOneYear?: number
2538
2538
  }
2539
2539
 
2540
2540
  /**
@@ -1431,7 +1431,7 @@ export interface StartReplicationResponse {
1431
1431
  */
1432
1432
  export interface ZoneSellConf {
1433
1433
  /**
1434
- * 可用区状态。可能的返回值为:0-未上线;1-上线;2-开放;3-停售;4-不展示
1434
+ * 可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
1435
1435
  */
1436
1436
  Status: number
1437
1437
 
@@ -1510,6 +1510,23 @@ export interface ZoneSellConf {
1510
1510
  注意:此字段可能返回 null,表示取不到有效值。
1511
1511
  */
1512
1512
  RemoteRoZone: Array<string>
1513
+
1514
+ /**
1515
+ * 独享型可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
1516
+ */
1517
+ ExClusterStatus: number
1518
+
1519
+ /**
1520
+ * 独享型可支持的跨可用区只读区信息
1521
+ 注意:此字段可能返回 null,表示取不到有效值。
1522
+ */
1523
+ ExClusterRemoteRoZone: Array<string>
1524
+
1525
+ /**
1526
+ * 独享型多可用区信息
1527
+ 注意:此字段可能返回 null,表示取不到有效值。
1528
+ */
1529
+ ExClusterZoneConf: ZoneConf
1513
1530
  }
1514
1531
 
1515
1532
  /**
@@ -2098,7 +2115,7 @@ export interface CreateAuditRuleResponse {
2098
2115
  /**
2099
2116
  * 审计规则 ID。
2100
2117
  */
2101
- RuleId?: string
2118
+ RuleId: string
2102
2119
 
2103
2120
  /**
2104
2121
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6145,13 +6162,13 @@ export interface DescribeAuditRulesResponse {
6145
6162
  /**
6146
6163
  * 符合条件的审计规则个数。
6147
6164
  */
6148
- TotalCount?: number
6165
+ TotalCount: number
6149
6166
 
6150
6167
  /**
6151
6168
  * 审计规则详情。
6152
6169
  注意:此字段可能返回 null,表示取不到有效值。
6153
6170
  */
6154
- Items?: Array<AuditRule>
6171
+ Items: Array<AuditRule>
6155
6172
 
6156
6173
  /**
6157
6174
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6397,7 +6414,7 @@ export interface ModifyAccountPrivilegesRequest {
6397
6414
  Accounts: Array<Account>
6398
6415
 
6399
6416
  /**
6400
- * 全局权限。其中,GlobalPrivileges 中权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "PROCESS", "DROP","REFERENCES","INDEX","ALTER","SHOW DATABASES","CREATE TEMPORARY TABLES","LOCK TABLES","EXECUTE","CREATE VIEW","SHOW VIEW","CREATE ROUTINE","ALTER ROUTINE","EVENT","TRIGGER"。
6417
+ * 全局权限。其中,GlobalPrivileges 中权限的可选值为:"SELECT","INSERT","UPDATE","DELETE","CREATE", "PROCESS", "DROP","REFERENCES","INDEX","ALTER","SHOW DATABASES","CREATE TEMPORARY TABLES","LOCK TABLES","EXECUTE","CREATE VIEW","SHOW VIEW","CREATE ROUTINE","ALTER ROUTINE","EVENT","TRIGGER","CREATE USER","RELOAD","REPLICATION CLIENT","REPLICATION SLAVE","UPDATE"
6401
6418
  注意,不传该参数表示清除该权限。
6402
6419
  */
6403
6420
  GlobalPrivileges?: Array<string>
@@ -179,6 +179,7 @@ import {
179
179
  Hsts,
180
180
  DescribeIpStatusRequest,
181
181
  DetailDomain,
182
+ RuleEngine,
182
183
  GetDisableRecordsResponse,
183
184
  Ipv6Access,
184
185
  ResponseHeader,
@@ -373,8 +374,10 @@ export class Client extends AbstractClient {
373
374
  }
374
375
 
375
376
  /**
376
- * DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:边缘节点(edge)尚未全量开放,未在内测名单中的账号不支持调用
377
- */
377
+ * DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:边缘节点(edge)尚未全量开放,未在内测名单中的账号不支持调用。
378
+
379
+ >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41954"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
380
+ */
378
381
  async DescribeIpStatus(
379
382
  req: DescribeIpStatusRequest,
380
383
  cb?: (error: string, rep: DescribeIpStatusResponse) => void
@@ -5105,6 +5105,12 @@ export interface ServerCert {
5105
5105
  注意:此字段可能返回 null,表示取不到有效值。
5106
5106
  */
5107
5107
  Message?: string
5108
+
5109
+ /**
5110
+ * 证书来源
5111
+ 注意:此字段可能返回 null,表示取不到有效值。
5112
+ */
5113
+ From?: string
5108
5114
  }
5109
5115
 
5110
5116
  /**
@@ -5532,10 +5538,12 @@ offline:已关闭
5532
5538
  ProjectId: number
5533
5539
 
5534
5540
  /**
5535
- * 域名业务类型
5536
- web:静态加速
5537
- download:下载加速
5538
- media:流媒体点播加速
5541
+ * 加速域名业务类型
5542
+ web:网页小文件
5543
+ download:下载大文件
5544
+ media:音视频点播
5545
+ hybrid: 动静加速
5546
+ dynamic: 动态加速
5539
5547
  */
5540
5548
  ServiceType: string
5541
5549
 
@@ -5870,6 +5878,30 @@ off:不支持
5870
5878
  注意:此字段可能返回 null,表示取不到有效值。
5871
5879
  */
5872
5880
  ShareCname: ShareCname
5881
+
5882
+ /**
5883
+ * 规则引擎
5884
+ 注意:此字段可能返回 null,表示取不到有效值。
5885
+ */
5886
+ RuleEngine: RuleEngine
5887
+ }
5888
+
5889
+ /**
5890
+ * 规则引擎配置
5891
+ */
5892
+ export interface RuleEngine {
5893
+ /**
5894
+ * 规则引擎配置开关
5895
+ on:开启
5896
+ off:关闭
5897
+ */
5898
+ Switch: string
5899
+
5900
+ /**
5901
+ * 规则
5902
+ 注意:此字段可能返回 null,表示取不到有效值。
5903
+ */
5904
+ Content?: string
5873
5905
  }
5874
5906
 
5875
5907
  /**
@@ -903,6 +903,11 @@ export interface StructureResultObject {
903
903
  * 子任务ID
904
904
  */
905
905
  SubTaskId: string
906
+
907
+ /**
908
+ * 任务文件列表
909
+ */
910
+ TaskFiles: Array<string>
906
911
  }
907
912
 
908
913
  /**
@@ -717,7 +717,7 @@ cls.pb.cc cls.pb.h cls.proto
717
717
  }
718
718
 
719
719
  /**
720
- * 本接口用于日志主题的索引配置
720
+ * 本接口用于删除日志主题的索引配置,删除索引配置后将无法检索和查询采集到的日志。
721
721
  */
722
722
  async DeleteIndex(
723
723
  req: DeleteIndexRequest,
@@ -575,7 +575,7 @@ export interface CallBackInfo {
575
575
  }
576
576
 
577
577
  /**
578
- * 日志告警监控对线
578
+ * 告警对象
579
579
  */
580
580
  export interface AlarmTargetInfo {
581
581
  /**