tencentcloud-sdk-nodejs 4.0.895 → 4.0.897

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 (81) hide show
  1. package/CHANGELOG.md +249 -0
  2. package/SERVICE_CHANGELOG.md +272 -117
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/cbs/v20170312/cbs_client.ts +35 -21
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdz/index.ts +5 -0
  10. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  11. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  12. package/src/services/cdz/v20221123/index.ts +6 -0
  13. package/src/services/clb/v20180317/clb_models.ts +4 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  15. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  16. package/src/services/dts/v20211206/dts_models.ts +2 -2
  17. package/src/services/ess/v20201111/ess_models.ts +7 -13
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  20. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  21. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  22. package/src/services/gaap/v20180529/gaap_models.ts +6 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +69 -14
  25. package/src/services/index.ts +1 -0
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +5 -3
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +76 -29
  28. package/src/services/lke/v20231130/lke_models.ts +5 -1
  29. package/src/services/mongodb/v20190725/mongodb_models.ts +16 -13
  30. package/src/services/mps/v20190612/mps_client.ts +1 -1
  31. package/src/services/mps/v20190612/mps_models.ts +17 -15
  32. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  33. package/src/services/ses/v20201002/ses_models.ts +1 -2
  34. package/src/services/vpc/v20170312/vpc_client.ts +2555 -2352
  35. package/src/services/vpc/v20170312/vpc_models.ts +1038 -328
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  39. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +17 -11
  40. package/tencentcloud/services/cbs/v20170312/cbs_client.js +20 -12
  41. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  42. package/tencentcloud/services/cdz/index.d.ts +6 -0
  43. package/tencentcloud/services/cdz/index.js +7 -0
  44. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  45. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  46. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  48. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  49. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  50. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  52. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  53. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  58. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  59. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  60. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
  61. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +66 -13
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +74 -29
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -1
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +16 -13
  70. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  71. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -15
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1009 -337
  78. package/test/cbs.v20170312.test.js +14 -4
  79. package/test/cdz.v20221123.test.js +41 -0
  80. package/test/hunyuan.v20230901.test.js +14 -4
  81. package/test/vpc.v20170312.test.js +796 -666
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-11 01:08:09 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-16 01:08:08 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
@@ -38,8 +38,8 @@
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-06-28 01:05:34 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-16 01:09:24 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-16 01:09:31 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-10 01:09:35 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
@@ -47,6 +47,7 @@
47
47
  | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-06-27 01:07:08 |
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-20 01:19:00 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
+ | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
50
51
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
52
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
52
53
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-06-20 01:19:49 |
@@ -56,7 +57,7 @@
56
57
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
58
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
59
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-08 01:10:21 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-11 01:11:12 |
60
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-16 01:11:14 |
60
61
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
62
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
63
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
@@ -72,13 +73,13 @@
72
73
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
73
74
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-12 01:12:13 |
74
75
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-02 01:13:35 |
76
- | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
76
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-16 01:13:21 |
77
+ | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
77
78
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
79
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
79
80
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-05 01:08:15 |
80
81
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
81
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
82
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
82
83
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
83
84
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07-08 01:13:07 |
84
85
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-11 01:14:33 |
@@ -87,7 +88,7 @@
87
88
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
89
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
89
90
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-05 01:09:30 |
91
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-15 01:10:34 |
91
92
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
92
93
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
94
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
@@ -96,13 +97,13 @@
96
97
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
98
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
98
99
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-09 01:14:44 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-12 01:16:02 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-12 01:16:22 |
101
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
100
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-16 01:16:14 |
101
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-16 01:16:31 |
102
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
102
103
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
103
104
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
104
105
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-12 01:16:49 |
106
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-15 01:12:05 |
106
107
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
107
108
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
108
109
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -112,7 +113,7 @@
112
113
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
113
114
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
115
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-05 01:11:07 |
116
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-16 01:17:20 |
116
117
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
118
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
119
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -123,7 +124,7 @@
123
124
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
124
125
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
126
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-10 01:17:46 |
127
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-15 01:13:08 |
127
128
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
129
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
129
130
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
@@ -135,7 +136,7 @@
135
136
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
136
137
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-11 01:19:19 |
137
138
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-12 01:19:39 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-11 01:19:53 |
139
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-15 01:15:17 |
139
140
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
140
141
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
141
142
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -145,16 +146,16 @@
145
146
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
146
147
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
147
148
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-11 01:20:22 |
148
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-12 01:20:35 |
149
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-15 01:15:52 |
149
150
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-12 01:20:43 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-11 01:21:03 |
151
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-16 01:21:13 |
151
152
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
152
153
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
153
154
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
154
155
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
155
156
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
157
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-12 01:21:39 |
158
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-15 01:16:56 |
158
159
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
159
160
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
161
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-12 01:22:08 |
@@ -170,7 +171,7 @@
170
171
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
172
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-12 01:22:59 |
172
173
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-03 01:22:38 |
173
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
174
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-15 01:18:34 |
174
175
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
175
176
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
177
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
@@ -219,7 +220,7 @@
219
220
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-06-24 01:24:28 |
220
221
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
222
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-04 01:25:30 |
223
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-15 01:22:43 |
223
224
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
225
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
226
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
@@ -238,7 +239,7 @@
238
239
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
239
240
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
240
241
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
241
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-11 01:29:18 |
242
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-16 01:29:31 |
242
243
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
243
244
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
244
245
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-10 01:30:00 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.895"
1
+ export const sdkVersion = "4.0.897"
@@ -201,7 +201,7 @@ export interface CreateAsyncRecognitionTaskRequest {
201
201
  • 16k_es:西班牙语;
202
202
  • 16k_hi:印地语;
203
203
  • 16k_fr:法语;
204
- • 16k_de:法语;
204
+ • 16k_de:德语;
205
205
  */
206
206
  EngineType: string
207
207
  /**
@@ -717,6 +717,7 @@ export interface CreateRecTaskRequest {
717
717
  **注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
718
718
  • **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
719
719
  • **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
720
+ • **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
720
721
  • **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
721
722
  • **16k_en:**英语;
722
723
  • **16k_yue:**粤语;
@@ -23,7 +23,7 @@ import {
23
23
  DescribeDiskBackupsRequest,
24
24
  AutoSnapshotPolicy,
25
25
  DetailPrice,
26
- CreateDiskBackupRequest,
26
+ ModifySnapshotsSharePermissionRequest,
27
27
  CopySnapshotCrossRegionsResponse,
28
28
  ModifyAutoSnapshotPolicyAttributeResponse,
29
29
  ModifyDiskBackupQuotaRequest,
@@ -54,6 +54,7 @@ import {
54
54
  TerminateDisksResponse,
55
55
  ApplySnapshotResponse,
56
56
  DetachDisksRequest,
57
+ DescribeSnapshotOverviewResponse,
57
58
  ModifyDisksChargeTypeResponse,
58
59
  CreateSnapshotRequest,
59
60
  DescribeInstancesDiskNumRequest,
@@ -89,13 +90,14 @@ import {
89
90
  InquirePriceModifyDiskBackupQuotaResponse,
90
91
  DeleteAutoSnapshotPoliciesRequest,
91
92
  DiskChargePrepaid,
93
+ DescribeSnapshotOverviewRequest,
92
94
  Filter,
93
95
  InquiryPriceCreateDisksRequest,
94
96
  DescribeSnapshotsResponse,
95
97
  Snapshot,
96
98
  CreateDisksResponse,
97
99
  AttachDisksResponse,
98
- ModifySnapshotsSharePermissionRequest,
100
+ CreateDiskBackupRequest,
99
101
  BindAutoSnapshotPolicyResponse,
100
102
  DiskBackup,
101
103
  DescribeDisksRequest,
@@ -574,22 +576,33 @@ export class Client extends AbstractClient {
574
576
  }
575
577
 
576
578
  /**
577
- * 本接口(CreateSnapshot)用于对指定云盘创建快照。
579
+ * 该接口用于查询用户快照使用概览,包括快照总容量、计费容量等信息。
580
+ */
581
+ async DescribeSnapshotOverview(
582
+ req?: DescribeSnapshotOverviewRequest,
583
+ cb?: (error: string, rep: DescribeSnapshotOverviewResponse) => void
584
+ ): Promise<DescribeSnapshotOverviewResponse> {
585
+ return this.request("DescribeSnapshotOverview", req, cb)
586
+ }
578
587
 
579
- * 只有具有快照能力的云硬盘才能创建快照。云硬盘是否具有快照能力可由[DescribeDisks](/document/product/362/16315)接口查询,见SnapshotAbility字段。
580
- * 可创建快照数量限制见[产品使用限制](https://cloud.tencent.com/doc/product/362/5145)。
581
- * 当前支持将备份点转化为普通快照,转化之后可能会收取快照使用费用,备份点不保留,其占用的备份点配额也将被释放。
588
+ /**
589
+ * 本接口(DetachDisks)用于卸载云硬盘。
590
+
591
+ * 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。
592
+ * 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。
582
593
  */
583
- async CreateSnapshot(
584
- req: CreateSnapshotRequest,
585
- cb?: (error: string, rep: CreateSnapshotResponse) => void
586
- ): Promise<CreateSnapshotResponse> {
587
- return this.request("CreateSnapshot", req, cb)
594
+ async DetachDisks(
595
+ req: DetachDisksRequest,
596
+ cb?: (error: string, rep: DetachDisksResponse) => void
597
+ ): Promise<DetachDisksResponse> {
598
+ return this.request("DetachDisks", req, cb)
588
599
  }
589
600
 
590
601
  /**
591
- * 获取快照概览信息
592
- */
602
+ * 为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview
603
+
604
+ 获取快照概览信息
605
+ */
593
606
  async GetSnapOverview(
594
607
  req?: GetSnapOverviewRequest,
595
608
  cb?: (error: string, rep: GetSnapOverviewResponse) => void
@@ -611,16 +624,17 @@ export class Client extends AbstractClient {
611
624
  }
612
625
 
613
626
  /**
614
- * 本接口(DetachDisks)用于卸载云硬盘。
627
+ * 本接口(CreateSnapshot)用于对指定云盘创建快照。
615
628
 
616
- * 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。
617
- * 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。
629
+ * 只有具有快照能力的云硬盘才能创建快照。云硬盘是否具有快照能力可由[DescribeDisks](/document/product/362/16315)接口查询,见SnapshotAbility字段。
630
+ * 可创建快照数量限制见[产品使用限制](https://cloud.tencent.com/doc/product/362/5145)
631
+ * 当前支持将备份点转化为普通快照,转化之后可能会收取快照使用费用,备份点不保留,其占用的备份点配额也将被释放。
618
632
  */
619
- async DetachDisks(
620
- req: DetachDisksRequest,
621
- cb?: (error: string, rep: DetachDisksResponse) => void
622
- ): Promise<DetachDisksResponse> {
623
- return this.request("DetachDisks", req, cb)
633
+ async CreateSnapshot(
634
+ req: CreateSnapshotRequest,
635
+ cb?: (error: string, rep: CreateSnapshotResponse) => void
636
+ ): Promise<CreateSnapshotResponse> {
637
+ return this.request("CreateSnapshot", req, cb)
624
638
  }
625
639
 
626
640
  /**
@@ -218,17 +218,21 @@ export interface DetailPrice {
218
218
  }
219
219
 
220
220
  /**
221
- * CreateDiskBackup请求参数结构体
221
+ * ModifySnapshotsSharePermission请求参数结构体
222
222
  */
223
- export interface CreateDiskBackupRequest {
223
+ export interface ModifySnapshotsSharePermissionRequest {
224
224
  /**
225
- * 要创建备份点的云硬盘名称。
225
+ * 快照ID, 可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
226
226
  */
227
- DiskId: string
227
+ SnapshotIds: Array<string>
228
228
  /**
229
- * 云硬盘备份点名称。长度不能超过100个字符。
229
+ * 接收分享快照的账号Id列表,array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/568)。账号ID不同于QQ号,查询用户账号ID请查看[账号信息](https://console.cloud.tencent.com/developer)中的账号ID栏。
230
230
  */
231
- DiskBackupName?: string
231
+ AccountIds: Array<string>
232
+ /**
233
+ * 操作,包括 SHARE,CANCEL。其中SHARE代表分享操作,CANCEL代表取消分享操作。
234
+ */
235
+ Permission: string
232
236
  }
233
237
 
234
238
  /**
@@ -942,6 +946,32 @@ export interface DetachDisksRequest {
942
946
  InstanceId?: string
943
947
  }
944
948
 
949
+ /**
950
+ * DescribeSnapshotOverview返回参数结构体
951
+ */
952
+ export interface DescribeSnapshotOverviewResponse {
953
+ /**
954
+ * 当前总有效快照数量
955
+ */
956
+ TotalNums?: number
957
+ /**
958
+ * 已使用快照总容量大小,容量单位为GiB
959
+ */
960
+ TotalSize?: number
961
+ /**
962
+ * 快照免费额度大小,额度单位为GiB
963
+ */
964
+ FreeQuota?: number
965
+ /**
966
+ * 快照真实产生计费的总容量大小,单位为GiB
967
+ */
968
+ RealTradeSize?: number
969
+ /**
970
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
971
+ */
972
+ RequestId?: string
973
+ }
974
+
945
975
  /**
946
976
  * ModifyDisksChargeType返回参数结构体
947
977
  */
@@ -1517,6 +1547,11 @@ export interface DiskChargePrepaid {
1517
1547
  CurInstanceDeadline?: string
1518
1548
  }
1519
1549
 
1550
+ /**
1551
+ * DescribeSnapshotOverview请求参数结构体
1552
+ */
1553
+ export type DescribeSnapshotOverviewRequest = null
1554
+
1520
1555
  /**
1521
1556
  * 描述键值对过滤器,用于条件过滤查询。
1522
1557
  */
@@ -1699,21 +1734,17 @@ export interface AttachDisksResponse {
1699
1734
  }
1700
1735
 
1701
1736
  /**
1702
- * ModifySnapshotsSharePermission请求参数结构体
1737
+ * CreateDiskBackup请求参数结构体
1703
1738
  */
1704
- export interface ModifySnapshotsSharePermissionRequest {
1705
- /**
1706
- * 快照ID, 可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
1707
- */
1708
- SnapshotIds: Array<string>
1739
+ export interface CreateDiskBackupRequest {
1709
1740
  /**
1710
- * 接收分享快照的账号Id列表,array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/568)。账号ID不同于QQ号,查询用户账号ID请查看[账号信息](https://console.cloud.tencent.com/developer)中的账号ID栏。
1741
+ * 要创建备份点的云硬盘名称。
1711
1742
  */
1712
- AccountIds: Array<string>
1743
+ DiskId: string
1713
1744
  /**
1714
- * 操作,包括 SHARE,CANCEL。其中SHARE代表分享操作,CANCEL代表取消分享操作。
1745
+ * 云硬盘备份点名称。长度不能超过100个字符。
1715
1746
  */
1716
- Permission: string
1747
+ DiskBackupName?: string
1717
1748
  }
1718
1749
 
1719
1750
  /**
@@ -0,0 +1,5 @@
1
+ import { v20221123 } from "./v20221123"
2
+
3
+ export const cdz = {
4
+ v20221123: v20221123,
5
+ }
@@ -0,0 +1,58 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ DescribeCloudDedicatedZoneResourceSummaryRequest,
22
+ CloudDedicatedZoneResourceStatisticsInfo,
23
+ DescribeCloudDedicatedZoneHostsResponse,
24
+ CloudDedicatedZoneHostsInfo,
25
+ DescribeCloudDedicatedZoneHostsRequest,
26
+ CloudDedicatedZoneResourceSummaryInfo,
27
+ DescribeCloudDedicatedZoneResourceSummaryResponse,
28
+ } from "./cdz_models"
29
+
30
+ /**
31
+ * cdz client
32
+ * @class
33
+ */
34
+ export class Client extends AbstractClient {
35
+ constructor(clientConfig: ClientConfig) {
36
+ super("cdz.tencentcloudapi.com", "2022-11-23", clientConfig)
37
+ }
38
+
39
+ /**
40
+ * 查询专属可用区各个垂直产品的资源使用情况
41
+ */
42
+ async DescribeCloudDedicatedZoneResourceSummary(
43
+ req: DescribeCloudDedicatedZoneResourceSummaryRequest,
44
+ cb?: (error: string, rep: DescribeCloudDedicatedZoneResourceSummaryResponse) => void
45
+ ): Promise<DescribeCloudDedicatedZoneResourceSummaryResponse> {
46
+ return this.request("DescribeCloudDedicatedZoneResourceSummary", req, cb)
47
+ }
48
+
49
+ /**
50
+ * 查询可用区的Host和Host上部署的实例
51
+ */
52
+ async DescribeCloudDedicatedZoneHosts(
53
+ req: DescribeCloudDedicatedZoneHostsRequest,
54
+ cb?: (error: string, rep: DescribeCloudDedicatedZoneHostsResponse) => void
55
+ ): Promise<DescribeCloudDedicatedZoneHostsResponse> {
56
+ return this.request("DescribeCloudDedicatedZoneHosts", req, cb)
57
+ }
58
+ }
@@ -0,0 +1,161 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * DescribeCloudDedicatedZoneResourceSummary请求参数结构体
20
+ */
21
+ export interface DescribeCloudDedicatedZoneResourceSummaryRequest {
22
+ /**
23
+ * 专属可用区唯一标识
24
+ */
25
+ CdzId: string
26
+ }
27
+
28
+ /**
29
+ * 专属可用区资源统计项数据详情,对应一个具体的垂直产品的资源统计项。
30
+ */
31
+ export interface CloudDedicatedZoneResourceStatisticsInfo {
32
+ /**
33
+ * 资源统计项名称
34
+ */
35
+ Item?: string
36
+ /**
37
+ * 资源统计项单位
38
+ */
39
+ Unit?: string
40
+ /**
41
+ * 资源总量
42
+ */
43
+ Total?: string
44
+ /**
45
+ * 已用资源
46
+ */
47
+ Usage?: string
48
+ /**
49
+ * 已用资源占比
50
+ */
51
+ UsageRate?: string
52
+ /**
53
+ * 剩余资源
54
+ */
55
+ Remain?: string
56
+ /**
57
+ * 剩余资源占比
58
+ */
59
+ RemainRate?: string
60
+ /**
61
+ * 本周一零点资源使用率
62
+ */
63
+ ThisMondayUsageRate?: string
64
+ /**
65
+ * 本周资源增长比例
66
+ */
67
+ ThisMondayUsageGrowthRate?: string
68
+ /**
69
+ * 上周资源增长比例
70
+ */
71
+ LastMondayUsageGrowthRate?: string
72
+ }
73
+
74
+ /**
75
+ * DescribeCloudDedicatedZoneHosts返回参数结构体
76
+ */
77
+ export interface DescribeCloudDedicatedZoneHostsResponse {
78
+ /**
79
+ * 返回Host和Host上部署的实例信息之间的关系
80
+ */
81
+ CloudDedicatedZoneHostsInfoSet?: Array<CloudDedicatedZoneHostsInfo>
82
+ /**
83
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
84
+ */
85
+ RequestId?: string
86
+ }
87
+
88
+ /**
89
+ * CDZ的母机和子机的对应关系
90
+ */
91
+ export interface CloudDedicatedZoneHostsInfo {
92
+ /**
93
+ * Host的唯一标识uuid
94
+ 注意:此字段可能返回 null,表示取不到有效值。
95
+ */
96
+ HostUuid?: string
97
+ /**
98
+ * 实例名称数组
99
+ 注意:此字段可能返回 null,表示取不到有效值。
100
+ */
101
+ InstancesInfo?: Array<string>
102
+ }
103
+
104
+ /**
105
+ * DescribeCloudDedicatedZoneHosts请求参数结构体
106
+ */
107
+ export interface DescribeCloudDedicatedZoneHostsRequest {
108
+ /**
109
+ * 专属可用区ID
110
+ */
111
+ CloudDedicatedZoneID: string
112
+ /**
113
+ * 一个或多个Host面的CVM实例信息。最大支持查询100台Host。
114
+ */
115
+ HostUuids?: Array<string>
116
+ /**
117
+ * 查询一个实例或者多个实例所在的Host上面的CVM实例信息。最大支持查询100台实例。
118
+ */
119
+ InstanceIds?: Array<string>
120
+ /**
121
+ * 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。该参数仅与CloudDedicatedZoneID有关,传递了HostUuids和InstanceIds则会失效。
122
+ */
123
+ Offset?: number
124
+ /**
125
+ * 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。该参数仅与CloudDedicatedZoneID有关,传递了HostUuids和InstanceIds则会失效。
126
+ */
127
+ Limit?: number
128
+ }
129
+
130
+ /**
131
+ * 专属可用区资源水位数据详情,对应一个具体的垂直产品。
132
+ */
133
+ export interface CloudDedicatedZoneResourceSummaryInfo {
134
+ /**
135
+ * 产品名称
136
+ */
137
+ ProductName?: string
138
+ /**
139
+ * 子产品名称
140
+ */
141
+ SubProductName?: string
142
+ /**
143
+ * 资源统计详情
144
+ */
145
+ Statistics?: Array<CloudDedicatedZoneResourceStatisticsInfo>
146
+ }
147
+
148
+ /**
149
+ * DescribeCloudDedicatedZoneResourceSummary返回参数结构体
150
+ */
151
+ export interface DescribeCloudDedicatedZoneResourceSummaryResponse {
152
+ /**
153
+ * 资源水位详情
154
+ 注意:此字段可能返回 null,表示取不到有效值。
155
+ */
156
+ ResourceSummarySet?: Array<CloudDedicatedZoneResourceSummaryInfo>
157
+ /**
158
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
159
+ */
160
+ RequestId?: string
161
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./cdz_models"
2
+ import { Client } from "./cdz_client"
3
+ export const v20221123 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -291,6 +291,10 @@ OPEN:公网属性, INTERNAL:内网属性。
291
291
  * 网络出口
292
292
  */
293
293
  Egress?: string
294
+ /**
295
+ * 负载均衡实例的预付费相关属性
296
+ */
297
+ LBChargePrepaid?: LBChargePrepaid
294
298
  }
295
299
 
296
300
  /**