tencentcloud-sdk-nodejs 4.0.896 → 4.0.898

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 (89) hide show
  1. package/CHANGELOG.md +330 -0
  2. package/SERVICE_CHANGELOG.md +411 -40
  3. package/package.json +1 -1
  4. package/products.md +24 -23
  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 +31 -19
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdc/v20201214/cdc_models.ts +59 -20
  10. package/src/services/cdz/index.ts +5 -0
  11. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  12. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  13. package/src/services/cdz/v20221123/index.ts +6 -0
  14. package/src/services/clb/v20180317/clb_models.ts +4 -0
  15. package/src/services/cvm/v20170312/cvm_models.ts +10 -10
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  17. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  18. package/src/services/dlc/v20210125/dlc_models.ts +9 -1
  19. package/src/services/es/v20180416/es_models.ts +9 -1
  20. package/src/services/ess/v20201111/ess_models.ts +7 -13
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  23. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  24. package/src/services/gaap/v20180529/gaap_models.ts +9 -0
  25. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  26. package/src/services/hunyuan/v20230901/hunyuan_models.ts +73 -14
  27. package/src/services/index.ts +1 -0
  28. package/src/services/lcic/v20220817/lcic_models.ts +9 -1
  29. package/src/services/lke/v20231130/lke_client.ts +1 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +108 -39
  31. package/src/services/mps/v20190612/mps_client.ts +1 -1
  32. package/src/services/mps/v20190612/mps_models.ts +11 -9
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +37 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +144 -0
  35. package/src/services/tsi/v20210325/tsi_client.ts +15 -2
  36. package/src/services/vpc/v20170312/vpc_client.ts +2556 -2352
  37. package/src/services/vpc/v20170312/vpc_models.ts +1104 -345
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  41. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -10
  42. package/tencentcloud/services/cbs/v20170312/cbs_client.js +17 -11
  43. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  44. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +59 -20
  45. package/tencentcloud/services/cdz/index.d.ts +6 -0
  46. package/tencentcloud/services/cdz/index.js +7 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  48. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  49. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  50. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  51. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  52. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -10
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  56. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -1
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -1
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  63. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  64. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +9 -0
  65. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  66. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +70 -13
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +9 -1
  71. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  72. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +108 -39
  74. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  75. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  76. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -9
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -0
  80. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +14 -1
  81. package/tencentcloud/services/tsi/v20210325/tsi_client.js +14 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1068 -348
  85. package/test/cbs.v20170312.test.js +14 -4
  86. package/test/cdz.v20221123.test.js +41 -0
  87. package/test/hunyuan.v20230901.test.js +14 -4
  88. package/test/tdmq.v20200217.test.js +30 -0
  89. 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,15 +38,16 @@
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-07-15 01:04:45 |
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
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
44
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
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 |
@@ -69,18 +70,18 @@
69
70
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
71
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
71
72
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
73
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07-17 01:11:57 |
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-15 01:08:36 |
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
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
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07-08 01:13:07 |
84
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07-17 01:14:09 |
84
85
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-11 01:14:33 |
85
86
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
86
87
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
@@ -95,14 +96,14 @@
95
96
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
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
- | 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 |
99
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-17 01:15:53 |
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-15 01:12:05 |
106
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-17 01:16:44 |
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-17 01:17:08 |
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 |
@@ -132,10 +133,10 @@
132
133
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
133
134
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
135
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
136
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-07-17 01:19:12 |
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-15 01:15:17 |
139
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-17 01:19:55 |
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 |
@@ -146,8 +147,8 @@
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
149
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-15 01:15:52 |
149
- | 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-15 01:16:23 |
150
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-17 01:20:37 |
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 |
@@ -203,7 +204,7 @@
203
204
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
204
205
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
205
206
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-12 01:25:48 |
207
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-17 01:25:48 |
207
208
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
209
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
209
210
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
@@ -228,7 +229,7 @@
228
229
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-12 01:27:45 |
229
230
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-07-10 01:27:48 |
230
231
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-11 01:28:05 |
231
- | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-08 01:25:22 |
232
+ | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-17 01:28:37 |
232
233
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
233
234
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07-08 01:25:23 |
234
235
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
@@ -237,8 +238,8 @@
237
238
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-07-09 01:25:36 |
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
- | 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 |
241
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-17 01:28:46 |
242
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-17 01:29:26 |
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.896"
1
+ export const sdkVersion = "4.0.898"
@@ -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,17 +576,26 @@ 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
  /**
@@ -613,16 +624,17 @@ export class Client extends AbstractClient {
613
624
  }
614
625
 
615
626
  /**
616
- * 本接口(DetachDisks)用于卸载云硬盘。
627
+ * 本接口(CreateSnapshot)用于对指定云盘创建快照。
617
628
 
618
- * 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。
619
- * 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。
629
+ * 只有具有快照能力的云硬盘才能创建快照。云硬盘是否具有快照能力可由[DescribeDisks](/document/product/362/16315)接口查询,见SnapshotAbility字段。
630
+ * 可创建快照数量限制见[产品使用限制](https://cloud.tencent.com/doc/product/362/5145)
631
+ * 当前支持将备份点转化为普通快照,转化之后可能会收取快照使用费用,备份点不保留,其占用的备份点配额也将被释放。
620
632
  */
621
- async DetachDisks(
622
- req: DetachDisksRequest,
623
- cb?: (error: string, rep: DetachDisksResponse) => void
624
- ): Promise<DetachDisksResponse> {
625
- 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)
626
638
  }
627
639
 
628
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
  /**
@@ -822,92 +822,127 @@ export interface DedicatedClusterOrder {
822
822
  /**
823
823
  * 专用集群id
824
824
  */
825
- DedicatedClusterId: string
825
+ DedicatedClusterId?: string
826
826
  /**
827
827
  * 专用集群类型id(移到下一层级,已经废弃,后续将删除)
828
828
  */
829
- DedicatedClusterTypeId: string
829
+ DedicatedClusterTypeId?: string
830
830
  /**
831
831
  * 支持的存储类型列表(移到下一层级,已经废弃,后续将删除)
832
832
  */
833
- SupportedStorageType: Array<string>
833
+ SupportedStorageType?: Array<string>
834
834
  /**
835
835
  * 支持的上连交换机的链路传输速率(GiB)(移到下一层级,已经废弃,后续将删除)
836
836
  */
837
- SupportedUplinkSpeed: Array<number | bigint>
837
+ SupportedUplinkSpeed?: Array<number | bigint>
838
838
  /**
839
839
  * 支持的实例族列表(移到下一层级,已经废弃,后续将删除)
840
840
  */
841
- SupportedInstanceFamily: Array<string>
841
+ SupportedInstanceFamily?: Array<string>
842
842
  /**
843
843
  * 地板承重要求(KG)
844
844
  */
845
- Weight: number
845
+ Weight?: number
846
846
  /**
847
847
  * 功率要求(KW)
848
848
  */
849
- PowerDraw: number
849
+ PowerDraw?: number
850
850
  /**
851
851
  * 订单状态
852
852
  */
853
- OrderStatus: string
853
+ OrderStatus?: string
854
854
  /**
855
855
  * 订单创建的时间
856
856
  */
857
- CreateTime: string
857
+ CreateTime?: string
858
858
  /**
859
859
  * 大订单ID
860
860
  */
861
- DedicatedClusterOrderId: string
861
+ DedicatedClusterOrderId?: string
862
862
  /**
863
863
  * 订单类型,创建CREATE或扩容EXTEND
864
864
  */
865
- Action: string
865
+ Action?: string
866
866
  /**
867
867
  * 子订单详情列表
868
868
  注意:此字段可能返回 null,表示取不到有效值。
869
869
  */
870
- DedicatedClusterOrderItems: Array<DedicatedClusterOrderItem>
870
+ DedicatedClusterOrderItems?: Array<DedicatedClusterOrderItem>
871
871
  /**
872
872
  * cpu值
873
873
  注意:此字段可能返回 null,表示取不到有效值。
874
874
  */
875
- Cpu: number
875
+ Cpu?: number
876
876
  /**
877
877
  * mem值
878
878
  注意:此字段可能返回 null,表示取不到有效值。
879
879
  */
880
- Mem: number
880
+ Mem?: number
881
881
  /**
882
882
  * gpu值
883
883
  注意:此字段可能返回 null,表示取不到有效值。
884
884
  */
885
- Gpu: number
885
+ Gpu?: number
886
886
  /**
887
887
  * 0代表未支付,1代表已支付
888
888
  注意:此字段可能返回 null,表示取不到有效值。
889
889
  */
890
- PayStatus: number
890
+ PayStatus?: number
891
891
  /**
892
892
  * 支付方式,一次性、按月、按年
893
893
  注意:此字段可能返回 null,表示取不到有效值。
894
894
  */
895
- PayType: string
895
+ PayType?: string
896
896
  /**
897
897
  * 购买时长的单位
898
898
  注意:此字段可能返回 null,表示取不到有效值。
899
899
  */
900
- TimeUnit: string
900
+ TimeUnit?: string
901
901
  /**
902
902
  * 购买时长
903
903
  注意:此字段可能返回 null,表示取不到有效值。
904
904
  */
905
- TimeSpan: number
905
+ TimeSpan?: number
906
906
  /**
907
907
  * 订单类型
908
908
  注意:此字段可能返回 null,表示取不到有效值。
909
909
  */
910
- OrderType: string
910
+ OrderType?: string
911
+ /**
912
+ * 验收状态
913
+ 注意:此字段可能返回 null,表示取不到有效值。
914
+ */
915
+ CheckStatus?: string
916
+ /**
917
+ * 交付预期时间
918
+ 注意:此字段可能返回 null,表示取不到有效值。
919
+ */
920
+ DeliverExpectTime?: string
921
+ /**
922
+ * 交付实际完成时间
923
+ 注意:此字段可能返回 null,表示取不到有效值。
924
+ */
925
+ DeliverFinishTime?: string
926
+ /**
927
+ * 验收预期时间
928
+ 注意:此字段可能返回 null,表示取不到有效值。
929
+ */
930
+ CheckExpectTime?: string
931
+ /**
932
+ * 验收实际完成时间
933
+ 注意:此字段可能返回 null,表示取不到有效值。
934
+ */
935
+ CheckFinishTime?: string
936
+ /**
937
+ * 订单SLA
938
+ 注意:此字段可能返回 null,表示取不到有效值。
939
+ */
940
+ OrderSLA?: string
941
+ /**
942
+ * 订单支付计划
943
+ 注意:此字段可能返回 null,表示取不到有效值。
944
+ */
945
+ OrderPayPlan?: string
911
946
  }
912
947
 
913
948
  /**
@@ -1126,6 +1161,10 @@ export interface DescribeDedicatedClusterOrdersRequest {
1126
1161
  * 订单类型为过滤条件:CREATE EXTEND
1127
1162
  */
1128
1163
  ActionType?: string
1164
+ /**
1165
+ * 订单类型列表
1166
+ */
1167
+ OrderTypes?: Array<string>
1129
1168
  }
1130
1169
 
1131
1170
  /**
@@ -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
+ }