tencentcloud-sdk-nodejs 4.0.566 → 4.0.568

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 (98) hide show
  1. package/CHANGELOG.md +524 -0
  2. package/SERVICE_CHANGELOG.md +535 -170
  3. package/package.json +1 -1
  4. package/products.md +37 -37
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +23 -23
  7. package/src/services/cat/v20180409/cat_models.ts +4 -4
  8. package/src/services/ccc/v20200210/ccc_models.ts +14 -4
  9. package/src/services/cdb/v20170320/cdb_models.ts +21 -6
  10. package/src/services/cdn/v20180606/cdn_models.ts +8 -1
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -1
  12. package/src/services/cls/v20201016/cls_models.ts +39 -8
  13. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  14. package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
  17. package/src/services/dlc/v20210125/dlc_models.ts +6 -0
  18. package/src/services/emr/v20190103/emr_models.ts +6 -0
  19. package/src/services/ess/v20201111/ess_client.ts +71 -7
  20. package/src/services/ess/v20201111/ess_models.ts +463 -88
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
  23. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +23 -11
  24. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  25. package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
  26. package/src/services/monitor/v20180724/monitor_client.ts +2 -2
  27. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  28. package/src/services/mps/v20190612/mps_models.ts +2 -2
  29. package/src/services/ocr/v20181119/ocr_client.ts +53 -27
  30. package/src/services/ocr/v20181119/ocr_models.ts +36 -36
  31. package/src/services/redis/v20180412/redis_client.ts +14 -2
  32. package/src/services/redis/v20180412/redis_models.ts +159 -39
  33. package/src/services/tcss/v20201101/tcss_models.ts +31 -6
  34. package/src/services/tdid/v20210519/tdid_client.ts +133 -65
  35. package/src/services/tiw/v20190919/tiw_client.ts +403 -91
  36. package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
  37. package/src/services/trtc/v20190722/trtc_client.ts +2 -2
  38. package/src/services/trtc/v20190722/trtc_models.ts +27 -7
  39. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  40. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  41. package/src/services/waf/v20180125/waf_client.ts +1 -1
  42. package/src/services/waf/v20180125/waf_models.ts +36 -6
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +23 -23
  46. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -4
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +18 -6
  49. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -1
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -1
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +34 -8
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  53. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -2
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +31 -1
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +400 -83
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
  65. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -10
  66. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  67. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  68. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -0
  69. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +29 -3
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +29 -3
  75. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +36 -36
  76. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  77. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  78. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +132 -34
  79. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +26 -6
  80. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
  81. package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
  82. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
  83. package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
  84. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
  85. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -2
  86. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  87. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +24 -7
  88. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  89. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  90. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  91. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  92. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
  93. package/test/dcdb.v20180411.test.js +10 -0
  94. package/test/ess.v20201111.test.js +50 -0
  95. package/test/essbasic.v20210526.test.js +32 -2
  96. package/test/mariadb.v20170312.test.js +10 -0
  97. package/test/redis.v20180412.test.js +10 -0
  98. package/test/tiw.v20190919.test.js +262 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.566",
3
+ "version": "4.0.568",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-24 01:05:00 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-22 01:06:01 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-24 01:05:46 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-28 01:05:10 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-21 01:06:31 |
@@ -38,46 +38,46 @@
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-03-28 01:08:30 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-24 01:13:32 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-22 01:11:38 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-28 01:09:13 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-28 01:09:40 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-24 01:15:14 |
47
- | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-28 01:11:14 |
47
+ | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-27 01:15:17 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-16 01:15:13 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-23 01:17:23 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-21 01:13:58 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-27 01:16:34 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-24 01:21:36 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-27 01:20:43 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-24 01:22:38 |
59
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-22 01:21:19 |
59
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-27 01:23:27 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
61
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-21 01:17:19 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-22 01:21:57 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-27 01:24:07 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-28 01:16:03 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-24 01:25:23 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-21 01:18:14 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-24 01:28:57 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-28 01:19:03 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-21 01:21:31 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-21 01:23:38 |
71
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-28 01:22:11 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-24 01:32:45 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
75
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-24 01:34:33 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-27 01:41:31 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
78
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-23 01:33:19 |
79
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-21 01:26:40 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-21 01:30:31 |
78
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-27 01:42:17 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-27 01:43:04 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-27 01:43:55 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-24 01:38:35 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
@@ -89,10 +89,10 @@
89
89
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-21 01:33:43 |
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
92
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
92
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-27 01:51:55 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-23 01:38:57 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-23 01:39:22 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-28 01:32:56 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-27 17:35:48 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -115,7 +115,7 @@
115
115
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-03-01 01:30:09 |
116
116
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
117
117
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
118
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
118
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-03-28 01:38:25 |
119
119
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
120
120
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-22 01:49:36 |
121
121
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
@@ -123,20 +123,20 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-21 01:46:21 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-23 01:48:55 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-28 01:43:00 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-22 02:01:17 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-27 02:10:03 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-23 01:51:42 |
131
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-27 02:12:03 |
132
132
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
133
133
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-21 01:50:45 |
134
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
137
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-20 01:41:42 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-24 01:56:44 |
139
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-23 01:54:54 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-28 01:47:28 |
139
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-28 01:48:49 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-21 01:53:56 |
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -144,7 +144,7 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-24 01:59:29 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-21 01:54:32 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-23 01:57:00 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-28 01:50:42 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-21 20:10:58 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-20 01:46:48 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
@@ -153,12 +153,12 @@
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-21 01:58:06 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-20 01:48:22 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-24 02:02:59 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-27 02:24:20 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-20 01:49:11 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
160
160
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
161
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-24 02:04:32 |
161
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-28 01:55:25 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
164
164
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-03-21 09:25:44 |
@@ -187,9 +187,9 @@
187
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
188
188
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
189
189
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-20 01:55:07 |
190
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-24 02:10:54 |
190
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-28 02:03:24 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
192
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
192
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-27 02:39:51 |
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-20 01:58:33 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
@@ -202,15 +202,15 @@
202
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
204
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-24 02:33:01 |
205
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-22 02:39:44 |
205
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-27 02:48:49 |
206
206
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-23 02:42:43 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
210
210
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
211
211
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-03-21 02:26:25 |
212
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-24 02:36:53 |
213
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-21 02:27:23 |
212
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-28 02:14:35 |
213
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-28 02:15:01 |
214
214
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-03-23 15:53:56 |
215
215
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
216
216
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
@@ -218,10 +218,10 @@
218
218
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
219
219
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
220
220
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-24 02:42:50 |
221
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-23 02:58:47 |
222
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-22 02:51:26 |
221
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-28 02:19:12 |
222
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-27 03:03:12 |
223
223
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
224
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-22 02:53:10 |
224
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-28 02:54:57 |
225
225
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
226
226
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-16 02:35:06 |
227
227
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.566"
1
+ export const sdkVersion = "4.0.568"
@@ -994,18 +994,18 @@ export interface DescribeVoucherInfoResponse {
994
994
  /**
995
995
  * 券总数
996
996
  */
997
- TotalCount: number
997
+ TotalCount?: number
998
998
 
999
999
  /**
1000
1000
  * 总余额(微分)
1001
1001
  */
1002
- TotalBalance: number
1002
+ TotalBalance?: number
1003
1003
 
1004
1004
  /**
1005
1005
  * 代金券相关信息
1006
1006
  注意:此字段可能返回 null,表示取不到有效值。
1007
1007
  */
1008
- VoucherInfos: Array<VoucherInfos>
1008
+ VoucherInfos?: Array<VoucherInfos>
1009
1009
 
1010
1010
  /**
1011
1011
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1360,62 +1360,62 @@ export interface DescribeBillListResponse {
1360
1360
  /**
1361
1361
  * 收支明细列表
1362
1362
  */
1363
- TransactionList: Array<BillTransactionInfo>
1363
+ TransactionList?: Array<BillTransactionInfo>
1364
1364
 
1365
1365
  /**
1366
1366
  * 总条数
1367
1367
  */
1368
- Total: number
1368
+ Total?: number
1369
1369
 
1370
1370
  /**
1371
1371
  * 退费总额,单位(分)
1372
1372
  */
1373
- ReturnAmount: number
1373
+ ReturnAmount?: number
1374
1374
 
1375
1375
  /**
1376
1376
  * 充值总额,单位(分)
1377
1377
  */
1378
- RechargeAmount: number
1378
+ RechargeAmount?: number
1379
1379
 
1380
1380
  /**
1381
1381
  * 冻结总额,单位(分)
1382
1382
  */
1383
- BlockAmount: number
1383
+ BlockAmount?: number
1384
1384
 
1385
1385
  /**
1386
1386
  * 解冻总额,单位(分)
1387
1387
  */
1388
- UnblockAmount: number
1388
+ UnblockAmount?: number
1389
1389
 
1390
1390
  /**
1391
1391
  * 扣费总额,单位(分)
1392
1392
  */
1393
- DeductAmount: number
1393
+ DeductAmount?: number
1394
1394
 
1395
1395
  /**
1396
1396
  * 资金转入总额,单位(分)
1397
1397
  */
1398
- AgentInAmount: number
1398
+ AgentInAmount?: number
1399
1399
 
1400
1400
  /**
1401
1401
  * 垫付充值总额,单位(分)
1402
1402
  */
1403
- AdvanceRechargeAmount: number
1403
+ AdvanceRechargeAmount?: number
1404
1404
 
1405
1405
  /**
1406
1406
  * 提现扣减总额,单位(分)
1407
1407
  */
1408
- WithdrawAmount: number
1408
+ WithdrawAmount?: number
1409
1409
 
1410
1410
  /**
1411
1411
  * 资金转出总额,单位(分)
1412
1412
  */
1413
- AgentOutAmount: number
1413
+ AgentOutAmount?: number
1414
1414
 
1415
1415
  /**
1416
1416
  * 还垫付总额,单位(分)
1417
1417
  */
1418
- AdvancePayAmount: number
1418
+ AdvancePayAmount?: number
1419
1419
 
1420
1420
  /**
1421
1421
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2024,12 +2024,12 @@ export interface DescribeVoucherInfoRequest {
2024
2024
  VoucherName?: string
2025
2025
 
2026
2026
  /**
2027
- * 发放开始时间
2027
+ * 发放开始时间,例:2021-01-01
2028
2028
  */
2029
2029
  TimeFrom?: string
2030
2030
 
2031
2031
  /**
2032
- * 发放结束时间
2032
+ * 发放结束时间,例:2021-01-01
2033
2033
  */
2034
2034
  TimeTo?: string
2035
2035
 
@@ -2106,7 +2106,7 @@ export interface DescribeVoucherUsageDetailsRequest {
2106
2106
  /**
2107
2107
  * 代金券id
2108
2108
  */
2109
- VoucherId?: string
2109
+ VoucherId: string
2110
2110
 
2111
2111
  /**
2112
2112
  * 操作人,默认就是用户uin
@@ -2279,12 +2279,12 @@ export interface PayDealsRequest {
2279
2279
  */
2280
2280
  export interface DescribeBillListRequest {
2281
2281
  /**
2282
- * 查询范围的起始时间(包含)
2282
+ * 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
2283
2283
  */
2284
2284
  StartTime: string
2285
2285
 
2286
2286
  /**
2287
- * 查询范围的结束时间(包含)
2287
+ * 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
2288
2288
  */
2289
2289
  EndTime: string
2290
2290
 
@@ -2886,18 +2886,18 @@ export interface DescribeVoucherUsageDetailsResponse {
2886
2886
  /**
2887
2887
  * 券总数
2888
2888
  */
2889
- TotalCount: number
2889
+ TotalCount?: number
2890
2890
 
2891
2891
  /**
2892
2892
  * 总已用金额(微分)
2893
2893
  */
2894
- TotalUsedAmount: number
2894
+ TotalUsedAmount?: number
2895
2895
 
2896
2896
  /**
2897
2897
  * 代金券使用记录细节
2898
2898
  注意:此字段可能返回 null,表示取不到有效值。
2899
2899
  */
2900
- UsageRecords: Array<UsageRecords>
2900
+ UsageRecords?: Array<UsageRecords>
2901
2901
 
2902
2902
  /**
2903
2903
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -191,7 +191,7 @@ export interface DescribeProbeMetricDataResponse {
191
191
  * 返回指标 JSON 序列化后的字符串,具体如下所示:
192
192
  "[{\"name\":\"task_navigate_request_gauge\",\"columns\":[\"time\",\"avg(first_screen_time) / 1000\"],\"values\":[[1641571200,6.756600000000001]],\"tags\":null}]"
193
193
  */
194
- MetricSet: string
194
+ MetricSet?: string
195
195
 
196
196
  /**
197
197
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -344,12 +344,12 @@ export interface DescribeDetailedSingleProbeDataResponse {
344
344
  /**
345
345
  * 单次详情数据
346
346
  */
347
- DataSet: Array<DetailedSingleDataDefine>
347
+ DataSet?: Array<DetailedSingleDataDefine>
348
348
 
349
349
  /**
350
350
  * 符合条件的数据总数
351
351
  */
352
- TotalNumber: number
352
+ TotalNumber?: number
353
353
 
354
354
  /**
355
355
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -431,7 +431,7 @@ export interface DescribeProbeNodesResponse {
431
431
  * 节点列表
432
432
  注意:此字段可能返回 null,表示取不到有效值。
433
433
  */
434
- NodeSet: Array<NodeDefine>
434
+ NodeSet?: Array<NodeDefine>
435
435
 
436
436
  /**
437
437
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -434,22 +434,32 @@ export interface DescribeTelCallInfoResponse {
434
434
  /**
435
435
  * 呼出套餐包消耗分钟数
436
436
  */
437
- TelCallOutCount: number
437
+ TelCallOutCount?: number
438
438
 
439
439
  /**
440
440
  * 呼入套餐包消耗分钟数
441
441
  */
442
- TelCallInCount: number
442
+ TelCallInCount?: number
443
443
 
444
444
  /**
445
445
  * 坐席使用统计个数
446
446
  */
447
- SeatUsedCount: number
447
+ SeatUsedCount?: number
448
448
 
449
449
  /**
450
450
  * 音频套餐包消耗分钟数
451
451
  */
452
- VoipCallInCount: number
452
+ VoipCallInCount?: number
453
+
454
+ /**
455
+ * 离线语音转文字套餐包消耗分钟数
456
+ */
457
+ AsrOfflineCount?: number
458
+
459
+ /**
460
+ * 实时语音转文字套餐包消耗分钟数
461
+ */
462
+ AsrRealtimeCount?: number
453
463
 
454
464
  /**
455
465
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -889,6 +889,11 @@ export interface DescribeDBInstancesRequest {
889
889
  * 数据库代理 ID 。
890
890
  */
891
891
  ProxyIds?: Array<string>
892
+
893
+ /**
894
+ * 数据库引擎类型。
895
+ */
896
+ EngineTypes?: Array<string>
892
897
  }
893
898
 
894
899
  /**
@@ -2529,6 +2534,11 @@ export interface DescribeDefaultParamsRequest {
2529
2534
  * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
2530
2535
  */
2531
2536
  TemplateType?: string
2537
+
2538
+ /**
2539
+ * 参数模板引擎,默认值:InnoDB
2540
+ */
2541
+ EngineType?: string
2532
2542
  }
2533
2543
 
2534
2544
  /**
@@ -4115,12 +4125,12 @@ export interface DescribeDBInstancesResponse {
4115
4125
  /**
4116
4126
  * 符合查询条件的实例总数。
4117
4127
  */
4118
- TotalCount: number
4128
+ TotalCount?: number
4119
4129
 
4120
4130
  /**
4121
4131
  * 实例详细信息列表。
4122
4132
  */
4123
- Items: Array<InstanceInfo>
4133
+ Items?: Array<InstanceInfo>
4124
4134
 
4125
4135
  /**
4126
4136
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6447,6 +6457,11 @@ export interface InstanceInfo {
6447
6457
  注意:此字段可能返回 null,表示取不到有效值。
6448
6458
  */
6449
6459
  MaxDelayTime: number
6460
+
6461
+ /**
6462
+ * 实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘
6463
+ */
6464
+ DiskType: string
6450
6465
  }
6451
6466
 
6452
6467
  /**
@@ -6456,12 +6471,12 @@ export interface DescribeDefaultParamsResponse {
6456
6471
  /**
6457
6472
  * 参数个数。
6458
6473
  */
6459
- TotalCount: number
6474
+ TotalCount?: number
6460
6475
 
6461
6476
  /**
6462
6477
  * 参数详情。
6463
6478
  */
6464
- Items: Array<ParameterDetail>
6479
+ Items?: Array<ParameterDetail>
6465
6480
 
6466
6481
  /**
6467
6482
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7776,12 +7791,12 @@ export interface DescribeTasksResponse {
7776
7791
  /**
7777
7792
  * 符合查询条件的实例总数。
7778
7793
  */
7779
- TotalCount: number
7794
+ TotalCount?: number
7780
7795
 
7781
7796
  /**
7782
7797
  * 返回的实例任务信息。
7783
7798
  */
7784
- Items: Array<TaskDetail>
7799
+ Items?: Array<TaskDetail>
7785
7800
 
7786
7801
  /**
7787
7802
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2067,7 +2067,14 @@ export interface DescribeDistrictIspDataRequest {
2067
2067
  /**
2068
2068
  * 指定查询指标,支持:
2069
2069
  bandwidth:带宽,单位为 bps
2070
+ flux:流量,单位为 byte
2070
2071
  request:请求数,单位为 次
2072
+ statusCode:状态码,返回 0、2xx、3xx、4xx、5xx 汇总数据,单位为 次
2073
+ 2xx:返回 2xx 状态码汇总及各 2 开头状态码数据,单位为 次
2074
+ 3xx:返回 3xx 状态码汇总及各 3 开头状态码数据,单位为 次
2075
+ 4xx:返回 4xx 状态码汇总及各 4 开头状态码数据,单位为 次
2076
+ 5xx:返回 5xx 状态码汇总及各 5 开头状态码数据,单位为 次
2077
+ 支持指定具体状态码查询,若未产生过,则返回为空
2071
2078
  */
2072
2079
  Metric: string
2073
2080
 
@@ -9707,7 +9714,7 @@ export interface DescribeDistrictIspDataResponse {
9707
9714
  * 地区运营商数据明细
9708
9715
  注意:此字段可能返回 null,表示取不到有效值。
9709
9716
  */
9710
- Data: Array<DistrictIspInfo>
9717
+ Data?: Array<DistrictIspInfo>
9711
9718
 
9712
9719
  /**
9713
9720
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2308,6 +2308,11 @@ export interface DescribeConnectResourcesRequest {
2308
2308
  * 返回数量,默认为20,最大值为100
2309
2309
  */
2310
2310
  Limit?: number
2311
+
2312
+ /**
2313
+ * 连接源的关键字查询, 根据地域查询本地域内连接管理列表中的连接(仅支持包含region输入的连接源)
2314
+ */
2315
+ ResourceRegion?: string
2311
2316
  }
2312
2317
 
2313
2318
  /**
@@ -9156,7 +9161,7 @@ export interface DescribeConnectResourcesResponse {
9156
9161
  /**
9157
9162
  * 连接源列表
9158
9163
  */
9159
- Result: DescribeConnectResourcesResp
9164
+ Result?: DescribeConnectResourcesResp
9160
9165
 
9161
9166
  /**
9162
9167
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。