tencentcloud-sdk-nodejs 4.0.677 → 4.0.679

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 (76) hide show
  1. package/CHANGELOG.md +471 -0
  2. package/SERVICE_CHANGELOG.md +447 -227
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +11 -2
  7. package/src/services/asr/v20190614/asr_client.ts +1 -1
  8. package/src/services/asr/v20190614/asr_models.ts +2 -2
  9. package/src/services/bma/v20221115/bma_models.ts +9 -0
  10. package/src/services/cdwch/v20200915/cdwch_client.ts +144 -95
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +227 -67
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +6 -5
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +113 -79
  14. package/src/services/csip/v20221121/csip_models.ts +5 -0
  15. package/src/services/cvm/v20170312/cvm_client.ts +4 -5
  16. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  17. package/src/services/cwp/v20180228/cwp_models.ts +10 -2
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +36 -28
  20. package/src/services/dsgc/v20190723/dsgc_client.ts +26 -0
  21. package/src/services/dsgc/v20190723/dsgc_models.ts +207 -30
  22. package/src/services/ess/v20201111/ess_models.ts +1 -1
  23. package/src/services/faceid/v20180301/faceid_models.ts +16 -7
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  25. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +81 -35
  27. package/src/services/trtc/v20190722/trtc_models.ts +2 -1
  28. package/src/services/tsf/v20180326/tsf_models.ts +2 -2
  29. package/src/services/vod/v20180717/vod_client.ts +1 -0
  30. package/src/services/vod/v20180717/vod_models.ts +51 -10
  31. package/src/services/vpc/v20170312/vpc_client.ts +88 -62
  32. package/src/services/vpc/v20170312/vpc_models.ts +108 -39
  33. package/src/services/waf/v20180125/waf_client.ts +744 -489
  34. package/src/services/waf/v20180125/waf_models.ts +1329 -282
  35. package/src/services/wedata/v20210820/wedata_models.ts +34 -29
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +11 -2
  39. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  42. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +9 -0
  43. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +49 -33
  44. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +72 -48
  45. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +217 -66
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +112 -79
  48. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  49. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -5
  50. package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -5
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  54. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +36 -28
  55. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +9 -1
  56. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +12 -0
  57. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +201 -30
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  59. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -7
  60. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  61. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  62. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +80 -35
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
  64. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +50 -10
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +41 -31
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.js +51 -37
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +104 -39
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +244 -162
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +361 -239
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1287 -293
  72. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +34 -29
  73. package/test/cdwch.v20200915.test.js +74 -34
  74. package/test/dsgc.v20190723.test.js +20 -0
  75. package/test/vpc.v20170312.test.js +30 -10
  76. package/test/waf.v20180125.test.js +356 -156
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.677",
3
+ "version": "4.0.679",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,10 +14,10 @@
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-08-17 01:10:55 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-31 01:06:05 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-28 01:09:11 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-17 01:17:59 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-31 01:06:44 |
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-08-17 01:18:28 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-08-25 01:09:47 |
@@ -26,7 +26,7 @@
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-08-30 01:07:19 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
29
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-07-28 01:09:00 |
29
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-08-17 01:21:42 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-08-17 01:21:57 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-08-17 01:22:11 |
@@ -45,16 +45,16 @@
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-08-17 01:37:50 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-21 01:07:44 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-08-30 01:09:10 |
48
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-08-31 01:09:05 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-08-23 01:12:18 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-08-28 01:20:23 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-08-17 01:45:16 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-08-31 01:09:25 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
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-08-29 01:09:11 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-31 01:09:45 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-17 01:52:43 |
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-08-17 01:57:08 |
@@ -65,16 +65,16 @@
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-08-17 02:03:56 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-09 01:17:49 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-31 01:11:48 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-30 01:11:15 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-30 01:11:34 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-31 01:12:23 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-31 01:12:44 |
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-08-28 01:35:17 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-31 01:13:24 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-17 02:45:26 |
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 |
77
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-08-28 01:38:40 |
77
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-08-31 01:13:53 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-08-29 01:12:46 |
@@ -83,7 +83,7 @@
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-08-17 02:58:55 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
86
- | dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-08-25 01:34:20 |
86
+ | dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-08-31 01:14:45 |
87
87
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
88
88
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-08-18 16:50:40 |
89
89
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-08-22 01:12:28 |
@@ -94,10 +94,10 @@
94
94
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
95
95
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
96
96
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-08-29 01:14:45 |
97
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-30 01:14:43 |
98
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-30 01:15:05 |
97
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-31 01:16:24 |
98
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-31 01:16:36 |
99
99
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
100
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-29 01:15:31 |
100
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-31 01:16:46 |
101
101
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
102
102
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
103
103
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-08-17 03:13:07 |
@@ -127,8 +127,8 @@
127
127
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
128
128
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
129
129
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
130
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-29 01:17:54 |
131
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-23 01:30:37 |
130
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-31 01:19:08 |
131
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-31 01:19:17 |
132
132
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-28 02:05:52 |
133
133
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
134
134
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -148,7 +148,7 @@
148
148
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
149
149
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-29 01:19:54 |
150
150
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
151
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-17 04:18:36 |
151
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-31 01:20:56 |
152
152
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-30 01:20:08 |
153
153
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
154
154
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-24 01:24:31 |
@@ -218,20 +218,20 @@
218
218
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-08-07 10:45:38 |
219
219
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-08-15 01:44:16 |
220
220
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
221
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-28 02:42:57 |
221
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-31 01:26:49 |
222
222
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-29 01:25:23 |
223
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-22 01:21:52 |
223
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-31 01:27:03 |
224
224
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
225
225
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-22 01:22:20 |
226
226
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
227
227
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
228
228
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
229
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-25 02:22:14 |
230
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-30 01:27:39 |
229
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-31 01:27:41 |
230
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-31 11:01:10 |
231
231
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
232
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-28 02:53:45 |
232
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-31 10:55:43 |
233
233
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
234
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-30 01:28:20 |
234
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
235
235
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
236
236
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
237
237
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.677"
1
+ export const sdkVersion = "4.0.679"
@@ -1632,6 +1632,11 @@ export interface DescribeServiceResponse {
1632
1632
  注意:此字段可能返回 null,表示取不到有效值。
1633
1633
  */
1634
1634
  SpecialUse?: string
1635
+ /**
1636
+ * vpc属性,存量可能为空字符串
1637
+ 注意:此字段可能返回 null,表示取不到有效值。
1638
+ */
1639
+ UniqVpcId?: string
1635
1640
  /**
1636
1641
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1637
1642
  */
@@ -2796,7 +2801,7 @@ export interface CreateServiceRequest {
2796
2801
  */
2797
2802
  InstanceId?: string
2798
2803
  /**
2799
- * vpc属性
2804
+ * vpc属性,选择VPC后不可修改,为服务选择VPC后,可对接该VPC下的后端资源
2800
2805
  */
2801
2806
  UniqVpcId?: string
2802
2807
  }
@@ -3634,6 +3639,10 @@ export interface ModifyServiceRequest {
3634
3639
  * 网络类型列表,用于指定支持的访问类型,INNER为内网访问,OUTER为外网访问。默认为OUTER。
3635
3640
  */
3636
3641
  NetTypes?: Array<string>
3642
+ /**
3643
+ * vpc属性,选择VPC后不可修改。为服务选择VPC后,可对接该VPC下的后端资源
3644
+ */
3645
+ UniqVpcId?: string
3637
3646
  }
3638
3647
 
3639
3648
  /**
@@ -4378,7 +4387,7 @@ export interface ServiceUsagePlanSet {
4378
4387
  */
4379
4388
  export interface CreateUpstreamRequest {
4380
4389
  /**
4381
- * 后端协议,取值范围:HTTP, HTTPS
4390
+ * 后端协议,取值范围:HTTP, HTTPS,gRPC,gRPCs
4382
4391
  */
4383
4392
  Scheme: string
4384
4393
  /**
@@ -342,7 +342,7 @@ export class Client extends AbstractClient {
342
342
  /**
343
343
  * 用户通过本接口进行热词表的创建。
344
344
  <br>• 默认最多可创建30个热词表。
345
- <br>• 每个热词表最多可添加128个词,每个词最长10个汉字或30个英文字符,不能超出限制。
345
+ <br>• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
346
346
  <br>• 热词表可以通过数组或者本地文件形式上传。
347
347
  <br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
348
348
  <br>• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。
@@ -1068,7 +1068,7 @@ export interface CreateAsrVocabRequest {
1068
1068
  */
1069
1069
  Description?: string
1070
1070
  /**
1071
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于128
1071
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
1072
1072
  */
1073
1073
  WordWeights?: Array<HotWord>
1074
1074
  /**
@@ -1105,7 +1105,7 @@ export interface UpdateAsrVocabRequest {
1105
1105
  */
1106
1106
  Name?: string
1107
1107
  /**
1108
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
1108
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
1109
1109
  */
1110
1110
  WordWeights?: Array<HotWord>
1111
1111
  /**
@@ -257,6 +257,11 @@ export interface WhiteListData {
257
257
  注意:此字段可能返回 null,表示取不到有效值。
258
258
  */
259
259
  WhiteList?: string
260
+ /**
261
+ * 白名单备注
262
+ 注意:此字段可能返回 null,表示取不到有效值。
263
+ */
264
+ Remark?: string
260
265
  /**
261
266
  * 新增时间
262
267
  注意:此字段可能返回 null,表示取不到有效值。
@@ -763,6 +768,10 @@ export interface CreateBPWhiteListRequest {
763
768
  * 白名单名称
764
769
  */
765
770
  WhiteLists: Array<string>
771
+ /**
772
+ * 白名单备注
773
+ */
774
+ Remark?: string
766
775
  }
767
776
 
768
777
  /**
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeInstanceShardsRequest,
22
+ ScaleOutInstanceRequest,
22
23
  ScaleOutInstanceResponse,
23
24
  ResizeDiskRequest,
24
25
  DestroyInstanceResponse,
@@ -36,48 +37,56 @@ import {
36
37
  ModifyUserNewPrivilegeRequest,
37
38
  DescribeCkSqlApisRequest,
38
39
  ClusterConfigsInfoFromEMR,
39
- DescribeInstanceClustersRequest,
40
+ ClusterInfo,
40
41
  OpenBackUpRequest,
41
42
  BackupTableContent,
42
43
  CreateInstanceNewResponse,
43
44
  ConfigSubmitContext,
44
45
  InstanceStateInfo,
46
+ Tag,
45
47
  DescribeInstanceClustersResponse,
46
48
  CreateInstanceNewRequest,
47
49
  InstanceInfo,
50
+ NodeSpec,
51
+ DescribeBackUpJobDetailResponse,
48
52
  ModifyClusterConfigsRequest,
49
53
  ScaleUpInstanceRequest,
50
54
  DescribeInstanceKeyValConfigsResponse,
51
55
  ServiceInfo,
52
56
  MapConfigItem,
53
57
  ModifyClusterConfigsResponse,
58
+ RecoverBackUpJobRequest,
54
59
  DiskSpec,
55
60
  DescribeInstancesNewRequest,
56
- DescribeClusterConfigsRequest,
61
+ DeleteBackUpDataResponse,
57
62
  ModifyInstanceKeyValConfigsRequest,
58
63
  DescribeInstancesNewResponse,
59
- AttachCBSSpec,
60
- ScaleOutInstanceRequest,
64
+ BackUpJobDisplay,
65
+ DescribeClusterConfigsRequest,
61
66
  ResourceSpec,
62
67
  SearchTags,
63
68
  CreateBackUpScheduleResponse,
64
69
  InstanceConfigItem,
70
+ RecoverBackUpJobResponse,
65
71
  DescribeInstanceResponse,
66
- ClusterInfo,
72
+ DescribeBackUpJobResponse,
73
+ DescribeInstanceClustersRequest,
67
74
  DescribeInstanceStateRequest,
68
75
  NodesSummary,
69
76
  DescribeInstanceShardsResponse,
70
77
  InstanceConfigInfo,
78
+ DescribeBackUpJobDetailRequest,
71
79
  CreateBackUpScheduleRequest,
72
- NodeSpec,
80
+ DeleteBackUpDataRequest,
73
81
  DescribeInstanceRequest,
74
82
  ActionAlterCkUserResponse,
75
- Tag,
83
+ AttachCBSSpec,
76
84
  ScheduleStrategy,
77
85
  DescribeInstanceStateResponse,
78
86
  ResizeDiskResponse,
79
87
  DescribeBackUpScheduleResponse,
80
88
  DescribeCkSqlApisResponse,
89
+ DescribeBackUpJobRequest,
81
90
  ScaleUpInstanceResponse,
82
91
  ModifyUserNewPrivilegeResponse,
83
92
  } from "./cdwch_models"
@@ -91,16 +100,6 @@ export class Client extends AbstractClient {
91
100
  super("cdwch.tencentcloudapi.com", "2020-09-15", clientConfig)
92
101
  }
93
102
 
94
- /**
95
- * 查询备份策略信息
96
- */
97
- async DescribeBackUpSchedule(
98
- req: DescribeBackUpScheduleRequest,
99
- cb?: (error: string, rep: DescribeBackUpScheduleResponse) => void
100
- ): Promise<DescribeBackUpScheduleResponse> {
101
- return this.request("DescribeBackUpSchedule", req, cb)
102
- }
103
-
104
103
  /**
105
104
  * 创建或者修改备份策略
106
105
  */
@@ -111,6 +110,16 @@ export class Client extends AbstractClient {
111
110
  return this.request("CreateBackUpSchedule", req, cb)
112
111
  }
113
112
 
113
+ /**
114
+ * 查询备份任务列表
115
+ */
116
+ async DescribeBackUpJob(
117
+ req: DescribeBackUpJobRequest,
118
+ cb?: (error: string, rep: DescribeBackUpJobResponse) => void
119
+ ): Promise<DescribeBackUpJobResponse> {
120
+ return this.request("DescribeBackUpJob", req, cb)
121
+ }
122
+
114
123
  /**
115
124
  * 销毁集群 open api
116
125
  */
@@ -121,6 +130,26 @@ export class Client extends AbstractClient {
121
130
  return this.request("DestroyInstance", req, cb)
122
131
  }
123
132
 
133
+ /**
134
+ * 在集群详情页面获取所有参数列表
135
+ */
136
+ async DescribeInstanceKeyValConfigs(
137
+ req: DescribeInstanceKeyValConfigsRequest,
138
+ cb?: (error: string, rep: DescribeInstanceKeyValConfigsResponse) => void
139
+ ): Promise<DescribeInstanceKeyValConfigsResponse> {
140
+ return this.request("DescribeInstanceKeyValConfigs", req, cb)
141
+ }
142
+
143
+ /**
144
+ * KV模式修改配置接口
145
+ */
146
+ async ModifyInstanceKeyValConfigs(
147
+ req: ModifyInstanceKeyValConfigsRequest,
148
+ cb?: (error: string, rep: ModifyInstanceKeyValConfigsResponse) => void
149
+ ): Promise<ModifyInstanceKeyValConfigsResponse> {
150
+ return this.request("ModifyInstanceKeyValConfigs", req, cb)
151
+ }
152
+
124
153
  /**
125
154
  * 垂直扩缩容节点规格,修改节点cvm的规格cpu,内存。 规格变化阶段,服务不可用。
126
155
  */
@@ -132,13 +161,53 @@ export class Client extends AbstractClient {
132
161
  }
133
162
 
134
163
  /**
135
- * 查询集群用户、集群表,数据库等相关信息
164
+ * 调整clickhouse节点数量
136
165
  */
137
- async DescribeCkSqlApis(
138
- req: DescribeCkSqlApisRequest,
139
- cb?: (error: string, rep: DescribeCkSqlApisResponse) => void
140
- ): Promise<DescribeCkSqlApisResponse> {
141
- return this.request("DescribeCkSqlApis", req, cb)
166
+ async ScaleOutInstance(
167
+ req: ScaleOutInstanceRequest,
168
+ cb?: (error: string, rep: ScaleOutInstanceResponse) => void
169
+ ): Promise<ScaleOutInstanceResponse> {
170
+ return this.request("ScaleOutInstance", req, cb)
171
+ }
172
+
173
+ /**
174
+ * 备份恢复
175
+ */
176
+ async RecoverBackUpJob(
177
+ req: RecoverBackUpJobRequest,
178
+ cb?: (error: string, rep: RecoverBackUpJobResponse) => void
179
+ ): Promise<RecoverBackUpJobResponse> {
180
+ return this.request("RecoverBackUpJob", req, cb)
181
+ }
182
+
183
+ /**
184
+ * 获取实例列表,供外部sdk使用
185
+ */
186
+ async DescribeInstancesNew(
187
+ req: DescribeInstancesNewRequest,
188
+ cb?: (error: string, rep: DescribeInstancesNewResponse) => void
189
+ ): Promise<DescribeInstancesNewResponse> {
190
+ return this.request("DescribeInstancesNew", req, cb)
191
+ }
192
+
193
+ /**
194
+ * 删除备份数据
195
+ */
196
+ async DeleteBackUpData(
197
+ req: DeleteBackUpDataRequest,
198
+ cb?: (error: string, rep: DeleteBackUpDataResponse) => void
199
+ ): Promise<DeleteBackUpDataResponse> {
200
+ return this.request("DeleteBackUpData", req, cb)
201
+ }
202
+
203
+ /**
204
+ * 在集群配置页面修改集群配置文件接口,xml模式
205
+ */
206
+ async ModifyClusterConfigs(
207
+ req: ModifyClusterConfigsRequest,
208
+ cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
209
+ ): Promise<ModifyClusterConfigsResponse> {
210
+ return this.request("ModifyClusterConfigs", req, cb)
142
211
  }
143
212
 
144
213
  /**
@@ -161,6 +230,16 @@ export class Client extends AbstractClient {
161
230
  return this.request("DescribeInstanceState", req, cb)
162
231
  }
163
232
 
233
+ /**
234
+ * 获取集群的最新的几个配置文件(config.xml、metrika.xml、user.xml)的内容,显示给用户
235
+ */
236
+ async DescribeClusterConfigs(
237
+ req: DescribeClusterConfigsRequest,
238
+ cb?: (error: string, rep: DescribeClusterConfigsResponse) => void
239
+ ): Promise<DescribeClusterConfigsResponse> {
240
+ return this.request("DescribeClusterConfigs", req, cb)
241
+ }
242
+
164
243
  /**
165
244
  * 开启或者关闭策略
166
245
  */
@@ -172,23 +251,23 @@ export class Client extends AbstractClient {
172
251
  }
173
252
 
174
253
  /**
175
- * 集群vcluster列表
254
+ * 获取实例shard信息列表
176
255
  */
177
- async DescribeInstanceClusters(
178
- req: DescribeInstanceClustersRequest,
179
- cb?: (error: string, rep: DescribeInstanceClustersResponse) => void
180
- ): Promise<DescribeInstanceClustersResponse> {
181
- return this.request("DescribeInstanceClusters", req, cb)
256
+ async DescribeInstanceShards(
257
+ req: DescribeInstanceShardsRequest,
258
+ cb?: (error: string, rep: DescribeInstanceShardsResponse) => void
259
+ ): Promise<DescribeInstanceShardsResponse> {
260
+ return this.request("DescribeInstanceShards", req, cb)
182
261
  }
183
262
 
184
263
  /**
185
- * 在集群详情页面获取所有参数列表
264
+ * 查询集群用户、集群表,数据库等相关信息
186
265
  */
187
- async DescribeInstanceKeyValConfigs(
188
- req: DescribeInstanceKeyValConfigsRequest,
189
- cb?: (error: string, rep: DescribeInstanceKeyValConfigsResponse) => void
190
- ): Promise<DescribeInstanceKeyValConfigsResponse> {
191
- return this.request("DescribeInstanceKeyValConfigs", req, cb)
266
+ async DescribeCkSqlApis(
267
+ req: DescribeCkSqlApisRequest,
268
+ cb?: (error: string, rep: DescribeCkSqlApisResponse) => void
269
+ ): Promise<DescribeCkSqlApisResponse> {
270
+ return this.request("DescribeCkSqlApis", req, cb)
192
271
  }
193
272
 
194
273
  /**
@@ -202,63 +281,53 @@ export class Client extends AbstractClient {
202
281
  }
203
282
 
204
283
  /**
205
- * 获取集群的最新的几个配置文件(config.xml、metrika.xml、user.xml)的内容,显示给用户
206
- */
207
- async DescribeClusterConfigs(
208
- req: DescribeClusterConfigsRequest,
209
- cb?: (error: string, rep: DescribeClusterConfigsResponse) => void
210
- ): Promise<DescribeClusterConfigsResponse> {
211
- return this.request("DescribeClusterConfigs", req, cb)
212
- }
213
-
214
- /**
215
- * 获取实例列表,供外部sdk使用
284
+ * 创建集群
216
285
  */
217
- async DescribeInstancesNew(
218
- req: DescribeInstancesNewRequest,
219
- cb?: (error: string, rep: DescribeInstancesNewResponse) => void
220
- ): Promise<DescribeInstancesNewResponse> {
221
- return this.request("DescribeInstancesNew", req, cb)
286
+ async CreateInstanceNew(
287
+ req: CreateInstanceNewRequest,
288
+ cb?: (error: string, rep: CreateInstanceNewResponse) => void
289
+ ): Promise<CreateInstanceNewResponse> {
290
+ return this.request("CreateInstanceNew", req, cb)
222
291
  }
223
292
 
224
293
  /**
225
- * 根据实例ID查询某个实例的具体信息
294
+ * 查询备份策略信息
226
295
  */
227
- async DescribeInstance(
228
- req: DescribeInstanceRequest,
229
- cb?: (error: string, rep: DescribeInstanceResponse) => void
230
- ): Promise<DescribeInstanceResponse> {
231
- return this.request("DescribeInstance", req, cb)
296
+ async DescribeBackUpSchedule(
297
+ req: DescribeBackUpScheduleRequest,
298
+ cb?: (error: string, rep: DescribeBackUpScheduleResponse) => void
299
+ ): Promise<DescribeBackUpScheduleResponse> {
300
+ return this.request("DescribeBackUpSchedule", req, cb)
232
301
  }
233
302
 
234
303
  /**
235
- * 在集群配置页面修改集群配置文件接口,xml模式
304
+ * 查询备份任务详情
236
305
  */
237
- async ModifyClusterConfigs(
238
- req: ModifyClusterConfigsRequest,
239
- cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
240
- ): Promise<ModifyClusterConfigsResponse> {
241
- return this.request("ModifyClusterConfigs", req, cb)
306
+ async DescribeBackUpJobDetail(
307
+ req: DescribeBackUpJobDetailRequest,
308
+ cb?: (error: string, rep: DescribeBackUpJobDetailResponse) => void
309
+ ): Promise<DescribeBackUpJobDetailResponse> {
310
+ return this.request("DescribeBackUpJobDetail", req, cb)
242
311
  }
243
312
 
244
313
  /**
245
- * 创建集群
314
+ * 集群vcluster列表
246
315
  */
247
- async CreateInstanceNew(
248
- req: CreateInstanceNewRequest,
249
- cb?: (error: string, rep: CreateInstanceNewResponse) => void
250
- ): Promise<CreateInstanceNewResponse> {
251
- return this.request("CreateInstanceNew", req, cb)
316
+ async DescribeInstanceClusters(
317
+ req: DescribeInstanceClustersRequest,
318
+ cb?: (error: string, rep: DescribeInstanceClustersResponse) => void
319
+ ): Promise<DescribeInstanceClustersResponse> {
320
+ return this.request("DescribeInstanceClusters", req, cb)
252
321
  }
253
322
 
254
323
  /**
255
- * KV模式修改配置接口
324
+ * 根据实例ID查询某个实例的具体信息
256
325
  */
257
- async ModifyInstanceKeyValConfigs(
258
- req: ModifyInstanceKeyValConfigsRequest,
259
- cb?: (error: string, rep: ModifyInstanceKeyValConfigsResponse) => void
260
- ): Promise<ModifyInstanceKeyValConfigsResponse> {
261
- return this.request("ModifyInstanceKeyValConfigs", req, cb)
326
+ async DescribeInstance(
327
+ req: DescribeInstanceRequest,
328
+ cb?: (error: string, rep: DescribeInstanceResponse) => void
329
+ ): Promise<DescribeInstanceResponse> {
330
+ return this.request("DescribeInstance", req, cb)
262
331
  }
263
332
 
264
333
  /**
@@ -271,16 +340,6 @@ export class Client extends AbstractClient {
271
340
  return this.request("ModifyUserNewPrivilege", req, cb)
272
341
  }
273
342
 
274
- /**
275
- * 调整clickhouse节点数量
276
- */
277
- async ScaleOutInstance(
278
- req: ScaleOutInstanceRequest,
279
- cb?: (error: string, rep: ScaleOutInstanceResponse) => void
280
- ): Promise<ScaleOutInstanceResponse> {
281
- return this.request("ScaleOutInstance", req, cb)
282
- }
283
-
284
343
  /**
285
344
  * 扩容磁盘,包含扩容数据节点,zk节点
286
345
  */
@@ -290,14 +349,4 @@ export class Client extends AbstractClient {
290
349
  ): Promise<ResizeDiskResponse> {
291
350
  return this.request("ResizeDisk", req, cb)
292
351
  }
293
-
294
- /**
295
- * 获取实例shard信息列表
296
- */
297
- async DescribeInstanceShards(
298
- req: DescribeInstanceShardsRequest,
299
- cb?: (error: string, rep: DescribeInstanceShardsResponse) => void
300
- ): Promise<DescribeInstanceShardsResponse> {
301
- return this.request("DescribeInstanceShards", req, cb)
302
- }
303
352
  }