tencentcloud-sdk-nodejs 4.0.627 → 4.0.629

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 (90) hide show
  1. package/CHANGELOG.md +508 -0
  2. package/SERVICE_CHANGELOG.md +642 -100
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +35 -26
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +17 -13
  8. package/src/services/asr/v20190614/asr_client.ts +1 -1
  9. package/src/services/asr/v20190614/asr_models.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  11. package/src/services/cdn/v20180606/cdn_client.ts +16 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +28 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +26 -12
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +271 -130
  15. package/src/services/cls/v20201016/cls_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -8
  18. package/src/services/ess/v20201111/ess_models.ts +4 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -36
  20. package/src/services/live/v20180801/live_models.ts +4 -4
  21. package/src/services/nlp/v20190408/nlp_client.ts +54 -5
  22. package/src/services/nlp/v20190408/nlp_models.ts +206 -32
  23. package/src/services/postgres/v20170312/postgres_models.ts +5 -5
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +33 -2
  26. package/src/services/tbaas/v20180416/tbaas_client.ts +53 -123
  27. package/src/services/tbaas/v20180416/tbaas_models.ts +192 -516
  28. package/src/services/tdid/v20210519/tdid_client.ts +111 -518
  29. package/src/services/tdid/v20210519/tdid_models.ts +354 -1911
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  31. package/src/services/tione/v20211111/tione_models.ts +10 -0
  32. package/src/services/tke/v20180525/tke_client.ts +1 -1
  33. package/src/services/tke/v20180525/tke_models.ts +4 -4
  34. package/src/services/trp/v20210515/trp_client.ts +1 -0
  35. package/src/services/trp/v20210515/trp_models.ts +152 -40
  36. package/src/services/tts/v20190823/tts_models.ts +3 -3
  37. package/src/services/waf/v20180125/waf_client.ts +13 -0
  38. package/src/services/waf/v20180125/waf_models.ts +170 -0
  39. package/src/services/wedata/v20210820/wedata_models.ts +76 -5
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +35 -26
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +17 -13
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  48. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +9 -1
  49. package/tencentcloud/services/cdn/v20180606/cdn_client.js +10 -0
  50. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +26 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +7 -3
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +9 -3
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +266 -129
  54. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  55. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +40 -8
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -36
  61. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  62. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +17 -1
  63. package/tencentcloud/services/nlp/v20190408/nlp_client.js +24 -0
  64. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +197 -32
  65. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -5
  66. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -2
  67. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +27 -47
  68. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +27 -59
  69. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +193 -503
  70. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +41 -197
  71. package/tencentcloud/services/tdid/v20210519/tdid_client.js +50 -266
  72. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +353 -1839
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  74. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +10 -0
  75. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  76. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  77. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
  78. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +151 -40
  79. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +3 -3
  80. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  81. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  82. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +167 -0
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +76 -5
  84. package/test/cdn.v20180606.test.js +10 -0
  85. package/test/ckafka.v20190819.test.js +12 -2
  86. package/test/cynosdb.v20190107.test.js +10 -0
  87. package/test/nlp.v20190408.test.js +40 -0
  88. package/test/tbaas.v20180416.test.js +2 -62
  89. package/test/tdid.v20210519.test.js +20 -320
  90. package/test/waf.v20180125.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.627",
3
+ "version": "4.0.629",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,18 +10,18 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-09 01:01:37 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-27 01:01:43 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-21 01:02:30 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-27 01:02:21 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-21 01:02:56 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-06-27 01:03:21 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
24
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-05-18 01:04:31 |
24
+ | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-21 01:03:53 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
@@ -41,25 +41,25 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-09 01:06:01 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-22 01:12:14 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-27 01:06:53 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-19 01:07:32 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-26 01:13:28 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-09 01:07:54 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-08 01:11:18 |
50
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-20 01:12:06 |
50
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-27 01:08:55 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-12 01:07:56 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-06-05 01:14:51 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
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-06-22 01:15:41 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-27 01:10:06 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-22 01:16:17 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-22 01:17:26 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-27 01:11:41 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
@@ -70,7 +70,7 @@
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-22 01:22:32 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-26 01:22:36 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -93,8 +93,8 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-21 01:18:51 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-21 01:19:14 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-27 01:22:30 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-26 01:30:42 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
@@ -127,23 +127,23 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-15 01:24:27 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-15 01:24:47 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-21 01:25:23 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-27 01:30:16 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-21 01:26:12 |
133
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
134
134
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-06-21 01:26:39 |
135
135
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
136
136
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
137
137
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
138
138
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
139
139
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-29 01:32:50 |
140
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-21 01:27:07 |
140
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-26 01:41:04 |
141
141
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-15 01:28:24 |
142
142
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
143
143
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
144
144
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
145
145
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
146
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-16 01:33:34 |
146
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-26 15:51:14 |
147
147
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
149
149
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-22 01:43:22 |
@@ -151,7 +151,7 @@
151
151
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
152
152
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-15 01:30:36 |
154
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-26 01:45:09 |
155
155
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
156
156
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
@@ -160,15 +160,15 @@
160
160
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
161
161
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-08 01:51:22 |
164
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-09 01:37:54 |
163
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-27 01:37:18 |
164
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-26 01:47:44 |
165
165
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
168
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-20 01:45:56 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
171
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-26 01:49:10 |
172
172
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
173
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
@@ -179,7 +179,7 @@
179
179
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
180
180
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
181
181
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
182
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-20 01:47:44 |
182
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-27 01:39:58 |
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
184
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
185
185
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
@@ -191,8 +191,8 @@
191
191
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-05-31 01:41:56 |
192
192
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
194
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-21 01:36:48 |
194
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
195
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-26 01:55:34 |
196
196
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
197
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
198
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
@@ -203,30 +203,30 @@
203
203
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
204
204
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
205
205
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-13 01:43:45 |
206
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
207
207
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-20 01:53:31 |
208
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-26 01:58:39 |
209
209
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
210
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
211
211
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
212
212
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
213
213
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
214
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-06-01 09:59:32 |
214
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-06-26 02:00:13 |
215
215
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
216
216
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-06-12 01:43:03 |
217
217
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
218
218
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
219
219
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
220
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-05-25 02:07:59 |
220
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-06-27 01:49:42 |
221
221
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-22 02:01:05 |
224
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-26 02:03:20 |
225
225
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-21 01:43:26 |
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
227
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-27 01:53:24 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
229
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-08 02:14:41 |
229
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
230
230
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
231
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
232
232
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.627"
1
+ export const sdkVersion = "4.0.629"
@@ -643,6 +643,10 @@ export interface DescribeListBGPInstancesRequest {
643
643
  * 资产IP数组
644
644
  */
645
645
  FilterAssetIpList?: Array<string>
646
+ /**
647
+ * 是否包含基础防护增强版 0: 不包含 1: 包含
648
+ */
649
+ FilterBasicPlusFlag?: number
646
650
  }
647
651
 
648
652
  /**
@@ -2557,19 +2561,19 @@ export interface BGPIPInstance {
2557
2561
  /**
2558
2562
  * 资产实例的详细信息
2559
2563
  */
2560
- InstanceDetail: InstanceRelation
2564
+ InstanceDetail?: InstanceRelation
2561
2565
  /**
2562
2566
  * 资产实例的规格信息
2563
2567
  */
2564
- SpecificationLimit: BGPIPInstanceSpecification
2568
+ SpecificationLimit?: BGPIPInstanceSpecification
2565
2569
  /**
2566
2570
  * 资产实例的使用统计信息
2567
2571
  */
2568
- Usage: BGPIPInstanceUsages
2572
+ Usage?: BGPIPInstanceUsages
2569
2573
  /**
2570
2574
  * 资产实例所在的地域
2571
2575
  */
2572
- Region: RegionInfo
2576
+ Region?: RegionInfo
2573
2577
  /**
2574
2578
  * 资产实例的防护状态,状态码如下:
2575
2579
  "idle":正常状态(无攻击)
@@ -2579,113 +2583,113 @@ export interface BGPIPInstance {
2579
2583
  "deblocking":解封中
2580
2584
  "isolate":回收隔离中
2581
2585
  */
2582
- Status: string
2586
+ Status?: string
2583
2587
  /**
2584
2588
  * 到期时间
2585
2589
  */
2586
- ExpiredTime: string
2590
+ ExpiredTime?: string
2587
2591
  /**
2588
2592
  * 购买时间
2589
2593
  */
2590
- CreatedTime: string
2594
+ CreatedTime?: string
2591
2595
  /**
2592
2596
  * 资产实例的名称
2593
2597
  */
2594
- Name: string
2598
+ Name?: string
2595
2599
  /**
2596
2600
  * 资产实例所属的套餐包信息,
2597
2601
  注意:当资产实例不是套餐包的实例时,此字段为null
2598
2602
  注意:此字段可能返回 null,表示取不到有效值。
2599
2603
  */
2600
- PackInfo: PackInfo
2604
+ PackInfo?: PackInfo
2601
2605
  /**
2602
2606
  * 资产实例所属的三网套餐包详情,
2603
2607
  注意:当资产实例不是三网套餐包的实例时,此字段为null
2604
2608
  注意:此字段可能返回 null,表示取不到有效值。
2605
2609
  */
2606
- StaticPackRelation: StaticPackRelation
2610
+ StaticPackRelation?: StaticPackRelation
2607
2611
  /**
2608
2612
  * 区分高防IP境外线路
2609
2613
  注意:此字段可能返回 null,表示取不到有效值。
2610
2614
  */
2611
- ZoneId: number
2615
+ ZoneId?: number
2612
2616
  /**
2613
2617
  * 区分集群
2614
2618
  注意:此字段可能返回 null,表示取不到有效值。
2615
2619
  */
2616
- Tgw: number
2620
+ Tgw?: number
2617
2621
  /**
2618
2622
  * 高防弹性公网IP状态,包含'CREATING'(创建中),'BINDING'(绑定中),'BIND'(已绑定),'UNBINDING'(解绑中),'UNBIND'(已解绑),'OFFLINING'(释放中),'BIND_ENI'(绑定悬空弹性网卡)。只对高防弹性公网IP实例有效。
2619
2623
  注意:此字段可能返回 null,表示取不到有效值。
2620
2624
  */
2621
- EipAddressStatus: string
2625
+ EipAddressStatus?: string
2622
2626
  /**
2623
2627
  * 是否高防弹性公网IP实例,是为1,否为0。
2624
2628
  注意:此字段可能返回 null,表示取不到有效值。
2625
2629
  */
2626
- EipFlag: number
2630
+ EipFlag?: number
2627
2631
  /**
2628
2632
  * 资产实例所属的高防弹性公网IP套餐包详情,
2629
2633
  注意:当资产实例不是高防弹性公网IP套餐包的实例时,此字段为null
2630
2634
  注意:此字段可能返回 null,表示取不到有效值。
2631
2635
  */
2632
- EipAddressPackRelation: EipAddressPackRelation
2636
+ EipAddressPackRelation?: EipAddressPackRelation
2633
2637
  /**
2634
2638
  * 高防弹性公网IP关联的实例信息。
2635
2639
  注意:当资产实例不是高防弹性公网IP实例时,此字段为null
2636
2640
  注意:此字段可能返回 null,表示取不到有效值。
2637
2641
  */
2638
- EipAddressInfo: EipAddressRelation
2642
+ EipAddressInfo?: EipAddressRelation
2639
2643
  /**
2640
2644
  * 建议客户接入的域名,客户可使用域名接入。
2641
2645
  注意:此字段可能返回 null,表示取不到有效值。
2642
2646
  */
2643
- Domain: string
2647
+ Domain?: string
2644
2648
  /**
2645
2649
  * 是否开启安全加速,是为1,否为0。
2646
2650
  */
2647
- DamDDoSStatus: number
2651
+ DamDDoSStatus?: number
2648
2652
  /**
2649
2653
  * 是否Ipv6版本的IP, 是为1,否为0
2650
2654
  注意:此字段可能返回 null,表示取不到有效值。
2651
2655
  */
2652
- V6Flag: number
2656
+ V6Flag?: number
2653
2657
  /**
2654
2658
  * 是否渠道版高防IP,是为1,否为0
2655
2659
  注意:此字段可能返回 null,表示取不到有效值。
2656
2660
  */
2657
- BGPIPChannelFlag: number
2661
+ BGPIPChannelFlag?: number
2658
2662
  /**
2659
2663
  * 资源关联标签
2660
2664
  注意:此字段可能返回 null,表示取不到有效值。
2661
2665
  */
2662
- TagInfoList: Array<TagInfo>
2666
+ TagInfoList?: Array<TagInfo>
2663
2667
  /**
2664
2668
  * 资产实例所属的全力防护套餐包详情,
2665
2669
  注意:当资产实例不是全力防护套餐包的实例时,此字段为null
2666
2670
  注意:此字段可能返回 null,表示取不到有效值。
2667
2671
  */
2668
- AnycastOutPackRelation: AnycastOutPackRelation
2672
+ AnycastOutPackRelation?: AnycastOutPackRelation
2669
2673
  /**
2670
2674
  * 资源实例版本
2671
2675
  注意:此字段可能返回 null,表示取不到有效值。
2672
2676
  */
2673
- InstanceVersion: number
2677
+ InstanceVersion?: number
2674
2678
  /**
2675
2679
  * 重保实例
2676
2680
  注意:此字段可能返回 null,表示取不到有效值。
2677
2681
  */
2678
- ConvoyId: string
2682
+ ConvoyId?: string
2679
2683
  /**
2680
2684
  * 带宽后付费
2681
2685
  注意:此字段可能返回 null,表示取不到有效值。
2682
2686
  */
2683
- ElasticBandwidth: number
2687
+ ElasticBandwidth?: number
2684
2688
  /**
2685
2689
  * 是否为EO代播的ip: 1是,0不是
2686
2690
  注意:此字段可能返回 null,表示取不到有效值。
2687
2691
  */
2688
- EOFlag: number
2692
+ EOFlag?: number
2689
2693
  }
2690
2694
 
2691
2695
  /**
@@ -5148,6 +5152,11 @@ export interface BGPInstance {
5148
5152
  注意:此字段可能返回 null,表示取不到有效值。
5149
5153
  */
5150
5154
  ModifyTime?: string
5155
+ /**
5156
+ * 是否是基础防护加强版 0: 不是 1: 是
5157
+ 注意:此字段可能返回 null,表示取不到有效值。
5158
+ */
5159
+ BasicPlusFlag?: number
5151
5160
  }
5152
5161
 
5153
5162
  /**
@@ -3067,50 +3067,51 @@ export interface ParameterInfo {
3067
3067
  /**
3068
3068
  * 名字
3069
3069
  */
3070
- Name: string
3070
+ Name?: string
3071
3071
  /**
3072
3072
  * 当前值
3073
3073
  */
3074
- Value: number
3074
+ Value?: number
3075
3075
  /**
3076
3076
  * 默认值
3077
3077
  */
3078
- Default: number
3078
+ Default?: number
3079
3079
  /**
3080
3080
  * 单位
3081
3081
  */
3082
- Unit: string
3082
+ Unit?: string
3083
3083
  /**
3084
3084
  * 类型, integer|string
3085
3085
  */
3086
- Type: string
3086
+ Type?: string
3087
3087
  /**
3088
3088
  * 最小
3089
3089
  */
3090
- Minimum: number
3090
+ Minimum?: number
3091
3091
  /**
3092
3092
  * 最大
3093
3093
  */
3094
- Maximum: number
3094
+ Maximum?: number
3095
3095
  /**
3096
3096
  * 修改时间
3097
+ * @deprecated
3097
3098
  */
3098
- ModifedTime: string
3099
+ ModifedTime?: string
3099
3100
  /**
3100
3101
  * 字符类型的值,当Type为string时才有意义
3101
3102
  注意:此字段可能返回 null,表示取不到有效值。
3102
3103
  */
3103
- ValueString: string
3104
+ ValueString?: string
3104
3105
  /**
3105
3106
  * 字符类型的默认值,当Type为string时才有意义
3106
3107
  注意:此字段可能返回 null,表示取不到有效值。
3107
3108
  */
3108
- DefaultValueString: string
3109
+ DefaultValueString?: string
3109
3110
  /**
3110
3111
  * 可调整范围
3111
3112
  注意:此字段可能返回 null,表示取不到有效值。
3112
3113
  */
3113
- Range: string
3114
+ Range?: string
3114
3115
  }
3115
3116
 
3116
3117
  /**
@@ -3734,8 +3735,9 @@ export interface ApiIdStatus {
3734
3735
  /**
3735
3736
  * 授权API关联的业务API列表。
3736
3737
  注意:此字段可能返回 null,表示取不到有效值。
3738
+ * @deprecated
3737
3739
  */
3738
- RelationBuniessApiIds: Array<string>
3740
+ RelationBuniessApiIds?: Array<string>
3739
3741
  /**
3740
3742
  * oauth配置信息。
3741
3743
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5498,6 +5500,7 @@ export interface DescribeApisStatusResultApiIdStatusSetInfo {
5498
5500
  /**
5499
5501
  * 授权API关联的业务API列表。
5500
5502
  注意:此字段可能返回 null,表示取不到有效值。
5503
+ * @deprecated
5501
5504
  */
5502
5505
  RelationBuniessApiIds?: Array<string>
5503
5506
  /**
@@ -6675,8 +6678,9 @@ export interface DesApisStatus {
6675
6678
  /**
6676
6679
  * 授权API关联的业务API列表。
6677
6680
  注意:此字段可能返回 null,表示取不到有效值。
6681
+ * @deprecated
6678
6682
  */
6679
- RelationBuniessApiIds: Array<string>
6683
+ RelationBuniessApiIds?: Array<string>
6680
6684
  /**
6681
6685
  * API关联的标签信息。
6682
6686
  注意:此字段可能返回 null,表示取不到有效值。
@@ -128,7 +128,7 @@ export class Client extends AbstractClient {
128
128
  • 支持回调或轮询的方式获取结果,结果获取请参考[ 录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)。
129
129
  • 生成字幕场景可设置参数ResTextFormat为3,解析ResultDetail结构生成字幕,可参考 [生成字幕最佳实践](https://cloud.tencent.com/document/product/1093/84291)。
130
130
  • 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
131
- • 默认接口请求频率限制:20次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
131
+ • 默认接口请求频率限制:20次/秒。
132
132
  */
133
133
  async CreateRecTask(
134
134
  req: CreateRecTaskRequest,
@@ -522,8 +522,8 @@ export interface CreateRecTaskRequest {
522
522
  */
523
523
  SourceType: number
524
524
  /**
525
- * 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh16k_zh,16k_zh_video,单声道音频),默认值为 0。
526
- 注意:8k电话场景建议使用双声道来区分通话双方,设置ChannelNum=2即可,不用开启说话人分离。
525
+ * 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh/16k_zh,ChannelNum=1时可用),默认值为 0。
526
+ 注意:8k电话场景建议使用双声道来区分通话双方,设置ChannelNum=2即可,不用开启说话人分离,如果设置了ChannelNum=1,后台会先转码成单声道,说话人分离结果可能产生偏差。
527
527
  */
528
528
  SpeakerDiarization?: number
529
529
  /**
@@ -5722,10 +5722,10 @@ export interface ProxyInst {
5722
5722
  */
5723
5723
  InstanceName?: string
5724
5724
  /**
5725
- * 实例类型
5725
+ * 实例类型:1 master 主实例; 2 ro 只读实例; 3 dr 灾备实例; 4 sdr 小灾备实例
5726
5726
  注意:此字段可能返回 null,表示取不到有效值。
5727
5727
  */
5728
- InstanceType?: string
5728
+ InstanceType?: number
5729
5729
  /**
5730
5730
  * 实例状态,可能的返回值:0-创建中;1-运行中;4-隔离中;5-已隔离
5731
5731
  注意:此字段可能返回 null,表示取不到有效值。
@@ -95,6 +95,7 @@ import {
95
95
  AwsPrivateAccess,
96
96
  VideoSeek,
97
97
  Compatibility,
98
+ ModifyDomainConfigRequest,
98
99
  ClsSearchLogs,
99
100
  OriginIp,
100
101
  DescribeScdnBotDataRequest,
@@ -350,6 +351,7 @@ import {
350
351
  RemoteAuthentication,
351
352
  KeyRule,
352
353
  CappingRule,
354
+ ModifyDomainConfigResponse,
353
355
  Quic,
354
356
  CdnData,
355
357
  CreateEdgePackTaskResponse,
@@ -394,6 +396,20 @@ export class Client extends AbstractClient {
394
396
  return this.request("AddCLSTopicDomains", req, cb)
395
397
  }
396
398
 
399
+ /**
400
+ * ModifyDomainConfig 用于修改内容分发网络加速域名配置信息
401
+ 注意:
402
+ Route 字段,使用点分隔,最后一段称为叶子节点,非叶子节点配置保持不变;
403
+ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,配置路径值参考 https://cloud.tencent.com/document/product/228/41116 接口各配置项复杂类型,为配置路径对应复杂类型下的节点。
404
+ 云审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到云审计。
405
+ */
406
+ async ModifyDomainConfig(
407
+ req: ModifyDomainConfigRequest,
408
+ cb?: (error: string, rep: ModifyDomainConfigResponse) => void
409
+ ): Promise<ModifyDomainConfigResponse> {
410
+ return this.request("ModifyDomainConfig", req, cb)
411
+ }
412
+
397
413
  /**
398
414
  * DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:暂不支持查询边缘节点信息并且数据会存在一定延迟。
399
415
 
@@ -2235,6 +2235,24 @@ export interface Compatibility {
2235
2235
  Code: number
2236
2236
  }
2237
2237
 
2238
+ /**
2239
+ * ModifyDomainConfig请求参数结构体
2240
+ */
2241
+ export interface ModifyDomainConfigRequest {
2242
+ /**
2243
+ * 域名
2244
+ */
2245
+ Domain: string
2246
+ /**
2247
+ * 配置路径
2248
+ */
2249
+ Route: string
2250
+ /**
2251
+ * 配置路径值,使用 json 进行序列化,其中固定 update 作为 key
2252
+ */
2253
+ Value: string
2254
+ }
2255
+
2238
2256
  /**
2239
2257
  * Cls日志搜索结果
2240
2258
  */
@@ -10013,6 +10031,16 @@ path 时填充绝对路径,如 /xxx/test.html
10013
10031
  KBpsThreshold: number
10014
10032
  }
10015
10033
 
10034
+ /**
10035
+ * ModifyDomainConfig返回参数结构体
10036
+ */
10037
+ export interface ModifyDomainConfigResponse {
10038
+ /**
10039
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10040
+ */
10041
+ RequestId?: string
10042
+ }
10043
+
10016
10044
  /**
10017
10045
  * Quic配置项
10018
10046
  */