tencentcloud-sdk-nodejs 4.0.663 → 4.0.664
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.
- package/CHANGELOG.md +103 -0
- package/SERVICE_CHANGELOG.md +119 -42
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +33 -0
- package/src/services/cls/v20201016/cls_client.ts +4 -1
- package/src/services/cls/v20201016/cls_models.ts +77 -14
- package/src/services/dcdb/v20180411/dcdb_client.ts +25 -13
- package/src/services/dcdb/v20180411/dcdb_models.ts +72 -44
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +56 -0
- package/src/services/tcss/v20201101/tcss_client.ts +32 -7
- package/src/services/tcss/v20201101/tcss_models.ts +488 -15
- package/src/services/vpc/v20170312/vpc_models.ts +30 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +33 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +74 -14
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +9 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +12 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +70 -44
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +11 -3
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +483 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -30
- package/test/dcdb.v20180411.test.js +14 -4
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tcss.v20201101.test.js +22 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,106 @@
|
|
|
1
|
+
# Release 4.0.664
|
|
2
|
+
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 93 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-08-14 01:12:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ClickHouseParam](https://cloud.tencent.com/document/api/597/40861#ClickHouseParam)
|
|
16
|
+
|
|
17
|
+
* 新增成员:BatchSize, ConsumerFetchMinBytes, ConsumerFetchMaxWaitMs
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
23
|
+
|
|
24
|
+
### 第 66 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-08-14 01:14:15
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
35
|
+
|
|
36
|
+
* 新增出参:Topics
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [SearchLogErrors](https://cloud.tencent.com/document/api/614/56471#SearchLogErrors)
|
|
42
|
+
* [SearchLogInfos](https://cloud.tencent.com/document/api/614/56471#SearchLogInfos)
|
|
43
|
+
* [SearchLogTopics](https://cloud.tencent.com/document/api/614/56471#SearchLogTopics)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
48
|
+
|
|
49
|
+
### 第 64 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2023-08-14 01:19:27
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
新增接口:
|
|
58
|
+
|
|
59
|
+
* [DescribeLogFileRetentionPeriod](https://cloud.tencent.com/document/api/557/96159)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
64
|
+
|
|
65
|
+
### 第 102 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2023-08-14 01:23:26
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
84
|
+
|
|
85
|
+
### 第 49 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2023-08-14 01:39:44
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
新增接口:
|
|
94
|
+
|
|
95
|
+
* [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
|
|
96
|
+
* [DescribeRiskDnsList](https://cloud.tencent.com/document/api/1285/96161)
|
|
97
|
+
|
|
98
|
+
新增数据结构:
|
|
99
|
+
|
|
100
|
+
* [RiskDnsEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskDnsEventInfo)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
1
104
|
# Release 4.0.663
|
|
2
105
|
|
|
3
106
|
## 访问管理(cam) 版本:2019-01-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 93 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-08-
|
|
7
|
+
发布时间:2023-08-14 01:12:57
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ClickHouseParam](https://cloud.tencent.com/document/api/597/40861#ClickHouseParam)
|
|
16
16
|
|
|
17
|
+
* 新增成员:BatchSize, ConsumerFetchMinBytes, ConsumerFetchMaxWaitMs
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
20
20
|
|
|
21
|
-
### 第 92 次发布
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
### 第 66 次发布
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
发布时间:2023-08-14 01:14:15
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
* [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
|
|
28
|
+
本次发布包含了以下内容:
|
|
32
29
|
|
|
33
|
-
|
|
30
|
+
改善已有的文档。
|
|
34
31
|
|
|
32
|
+
修改接口:
|
|
35
33
|
|
|
36
|
-
|
|
34
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+
* 新增出参:Topics
|
|
39
37
|
|
|
40
|
-
本次发布包含了以下内容:
|
|
41
38
|
|
|
42
|
-
|
|
39
|
+
新增数据结构:
|
|
43
40
|
|
|
44
|
-
|
|
41
|
+
* [SearchLogErrors](https://cloud.tencent.com/document/api/614/56471#SearchLogErrors)
|
|
42
|
+
* [SearchLogInfos](https://cloud.tencent.com/document/api/614/56471#SearchLogInfos)
|
|
43
|
+
* [SearchLogTopics](https://cloud.tencent.com/document/api/614/56471#SearchLogTopics)
|
|
45
44
|
|
|
46
|
-
* [RenewCkafkaInstance](https://cloud.tencent.com/document/api/597/90290)
|
|
47
45
|
|
|
48
|
-
* 新增出参:Result, RequestId
|
|
49
|
-
|
|
50
|
-
* <font color="#dd0000">**删除出参**:</font>BigDealId, DealName
|
|
51
46
|
|
|
47
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
52
48
|
|
|
53
|
-
|
|
49
|
+
### 第 64 次发布
|
|
54
50
|
|
|
55
|
-
|
|
51
|
+
发布时间:2023-08-14 01:19:27
|
|
56
52
|
|
|
57
|
-
|
|
53
|
+
本次发布包含了以下内容:
|
|
58
54
|
|
|
59
|
-
|
|
55
|
+
改善已有的文档。
|
|
60
56
|
|
|
61
|
-
|
|
57
|
+
新增接口:
|
|
62
58
|
|
|
59
|
+
* [DescribeLogFileRetentionPeriod](https://cloud.tencent.com/document/api/557/96159)
|
|
63
60
|
|
|
64
61
|
|
|
65
62
|
|
|
66
|
-
##
|
|
63
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
67
64
|
|
|
68
|
-
### 第
|
|
65
|
+
### 第 102 次发布
|
|
69
66
|
|
|
70
|
-
发布时间:2023-08-
|
|
67
|
+
发布时间:2023-08-14 01:23:26
|
|
71
68
|
|
|
72
69
|
本次发布包含了以下内容:
|
|
73
70
|
|
|
74
71
|
改善已有的文档。
|
|
75
72
|
|
|
76
|
-
|
|
73
|
+
新增接口:
|
|
77
74
|
|
|
78
|
-
* [
|
|
75
|
+
* [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
|
|
79
76
|
|
|
80
|
-
* 新增出参:VideoDuration
|
|
81
77
|
|
|
82
78
|
|
|
79
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
83
80
|
|
|
84
81
|
|
|
85
|
-
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
86
82
|
|
|
87
|
-
|
|
83
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
88
84
|
|
|
89
|
-
|
|
85
|
+
### 第 49 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2023-08-14 01:39:44
|
|
90
88
|
|
|
91
89
|
本次发布包含了以下内容:
|
|
92
90
|
|
|
93
91
|
改善已有的文档。
|
|
94
92
|
|
|
95
|
-
|
|
93
|
+
新增接口:
|
|
96
94
|
|
|
97
|
-
* [
|
|
95
|
+
* [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
|
|
96
|
+
* [DescribeRiskDnsList](https://cloud.tencent.com/document/api/1285/96161)
|
|
98
97
|
|
|
99
|
-
|
|
98
|
+
新增数据结构:
|
|
100
99
|
|
|
100
|
+
* [RiskDnsEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskDnsEventInfo)
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
|
|
@@ -10662,7 +10662,7 @@
|
|
|
10662
10662
|
|
|
10663
10663
|
新增接口:
|
|
10664
10664
|
|
|
10665
|
-
* [
|
|
10665
|
+
* [CreateMessageReceiver](https://cloud.tencent.com/document/api/598/96136)
|
|
10666
10666
|
|
|
10667
10667
|
### 第 54 次发布
|
|
10668
10668
|
|
|
@@ -22718,6 +22718,21 @@
|
|
|
22718
22718
|
|
|
22719
22719
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
22720
22720
|
|
|
22721
|
+
### 第 93 次发布
|
|
22722
|
+
|
|
22723
|
+
发布时间:2023-08-14 01:12:57
|
|
22724
|
+
|
|
22725
|
+
本次发布包含了以下内容:
|
|
22726
|
+
|
|
22727
|
+
改善已有的文档。
|
|
22728
|
+
|
|
22729
|
+
修改数据结构:
|
|
22730
|
+
|
|
22731
|
+
* [ClickHouseParam](https://cloud.tencent.com/document/api/597/40861#ClickHouseParam)
|
|
22732
|
+
|
|
22733
|
+
* 新增成员:BatchSize, ConsumerFetchMinBytes, ConsumerFetchMaxWaitMs
|
|
22734
|
+
|
|
22735
|
+
|
|
22721
22736
|
### 第 92 次发布
|
|
22722
22737
|
|
|
22723
22738
|
发布时间:2023-08-11 01:08:23
|
|
@@ -22752,7 +22767,7 @@
|
|
|
22752
22767
|
|
|
22753
22768
|
新增数据结构:
|
|
22754
22769
|
|
|
22755
|
-
* [
|
|
22770
|
+
* [RenewCkafkaInstanceResp](https://cloud.tencent.com/document/api/597/40861#RenewCkafkaInstanceResp)
|
|
22756
22771
|
|
|
22757
22772
|
修改数据结构:
|
|
22758
22773
|
|
|
@@ -27194,6 +27209,27 @@
|
|
|
27194
27209
|
|
|
27195
27210
|
## 日志服务(cls) 版本:2020-10-16
|
|
27196
27211
|
|
|
27212
|
+
### 第 66 次发布
|
|
27213
|
+
|
|
27214
|
+
发布时间:2023-08-14 01:14:15
|
|
27215
|
+
|
|
27216
|
+
本次发布包含了以下内容:
|
|
27217
|
+
|
|
27218
|
+
改善已有的文档。
|
|
27219
|
+
|
|
27220
|
+
修改接口:
|
|
27221
|
+
|
|
27222
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
27223
|
+
|
|
27224
|
+
* 新增出参:Topics
|
|
27225
|
+
|
|
27226
|
+
|
|
27227
|
+
新增数据结构:
|
|
27228
|
+
|
|
27229
|
+
* [[SearchLogErrors](https://cloud.tencent.com/document/api/614/56471#SearchLogErrors)](https://cloud.tencent.com/document/api/614/56471#[SearchLogErrors](https://cloud.tencent.com/document/api/614/56471#SearchLogErrors))
|
|
27230
|
+
* [[SearchLogInfos](https://cloud.tencent.com/document/api/614/56471#SearchLogInfos)](https://cloud.tencent.com/document/api/614/56471#[SearchLogInfos](https://cloud.tencent.com/document/api/614/56471#SearchLogInfos))
|
|
27231
|
+
* [[SearchLogTopics](https://cloud.tencent.com/document/api/614/56471#SearchLogTopics)](https://cloud.tencent.com/document/api/614/56471#[SearchLogTopics](https://cloud.tencent.com/document/api/614/56471#SearchLogTopics))
|
|
27232
|
+
|
|
27197
27233
|
### 第 65 次发布
|
|
27198
27234
|
|
|
27199
27235
|
发布时间:2023-08-08 01:11:32
|
|
@@ -41802,6 +41838,18 @@
|
|
|
41802
41838
|
|
|
41803
41839
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
41804
41840
|
|
|
41841
|
+
### 第 64 次发布
|
|
41842
|
+
|
|
41843
|
+
发布时间:2023-08-14 01:19:27
|
|
41844
|
+
|
|
41845
|
+
本次发布包含了以下内容:
|
|
41846
|
+
|
|
41847
|
+
改善已有的文档。
|
|
41848
|
+
|
|
41849
|
+
新增接口:
|
|
41850
|
+
|
|
41851
|
+
* [[DescribeLogFileRetentionPeriod](https://cloud.tencent.com/document/api/557/96159)](https://cloud.tencent.com/document/api/#/#)
|
|
41852
|
+
|
|
41805
41853
|
### 第 63 次发布
|
|
41806
41854
|
|
|
41807
41855
|
发布时间:2023-06-28 01:18:44
|
|
@@ -53175,6 +53223,18 @@
|
|
|
53175
53223
|
|
|
53176
53224
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
53177
53225
|
|
|
53226
|
+
### 第 102 次发布
|
|
53227
|
+
|
|
53228
|
+
发布时间:2023-08-14 01:23:26
|
|
53229
|
+
|
|
53230
|
+
本次发布包含了以下内容:
|
|
53231
|
+
|
|
53232
|
+
改善已有的文档。
|
|
53233
|
+
|
|
53234
|
+
新增接口:
|
|
53235
|
+
|
|
53236
|
+
* [[ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)](https://cloud.tencent.com/document/api/#/#)
|
|
53237
|
+
|
|
53178
53238
|
### 第 101 次发布
|
|
53179
53239
|
|
|
53180
53240
|
发布时间:2023-08-09 10:50:48
|
|
@@ -97444,6 +97504,23 @@
|
|
|
97444
97504
|
|
|
97445
97505
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
97446
97506
|
|
|
97507
|
+
### 第 49 次发布
|
|
97508
|
+
|
|
97509
|
+
发布时间:2023-08-14 01:39:44
|
|
97510
|
+
|
|
97511
|
+
本次发布包含了以下内容:
|
|
97512
|
+
|
|
97513
|
+
改善已有的文档。
|
|
97514
|
+
|
|
97515
|
+
新增接口:
|
|
97516
|
+
|
|
97517
|
+
* [[DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)](https://cloud.tencent.com/document/api/#/#)
|
|
97518
|
+
* [[DescribeRiskDnsList](https://cloud.tencent.com/document/api/1285/96161)](https://cloud.tencent.com/document/api/#/#)
|
|
97519
|
+
|
|
97520
|
+
新增数据结构:
|
|
97521
|
+
|
|
97522
|
+
* [[RiskDnsEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskDnsEventInfo)](https://cloud.tencent.com/document/api/1285/65614#[RiskDnsEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskDnsEventInfo))
|
|
97523
|
+
|
|
97447
97524
|
### 第 48 次发布
|
|
97448
97525
|
|
|
97449
97526
|
发布时间:2023-07-28 01:47:50
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
|
|
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-04 01:06:13 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-14 01:07:26 |
|
|
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-07-19 01:07:48 |
|
|
24
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-08-10 01:03:11 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-08-14 01:07:59 |
|
|
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-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-07-28 01:09:00 |
|
|
@@ -54,12 +54,12 @@
|
|
|
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-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-14 01:12:57 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-07 01:08:20 |
|
|
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-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-14 01:14:15 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-
|
|
82
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-08-14 01:19:27 |
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-14 01:19:53 |
|
|
82
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-14 01:20:21 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
|
|
95
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-
|
|
95
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-08-14 01:22:50 |
|
|
96
96
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-11 01:21:52 |
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-14 01:23:26 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
|
|
@@ -192,10 +192,10 @@
|
|
|
192
192
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
193
193
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
194
194
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
|
|
195
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-
|
|
195
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-14 01:39:44 |
|
|
196
196
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
197
197
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
198
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-
|
|
198
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-14 01:41:40 |
|
|
199
199
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
200
200
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
201
201
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
227
227
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
228
228
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-11 01:45:58 |
|
|
229
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-
|
|
229
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-14 01:49:39 |
|
|
230
230
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
231
231
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
|
|
232
232
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.664"
|
|
@@ -342,7 +342,7 @@ export class Client extends AbstractClient {
|
|
|
342
342
|
/**
|
|
343
343
|
* 用户通过本接口进行热词表的创建。
|
|
344
344
|
<br>• 默认最多可创建30个热词表。
|
|
345
|
-
<br>• 每个热词表最多可添加128个词,每个词最长10
|
|
345
|
+
<br>• 每个热词表最多可添加128个词,每个词最长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
|
|
1071
|
+
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于128
|
|
1072
1072
|
*/
|
|
1073
1073
|
WordWeights?: Array<HotWord>
|
|
1074
1074
|
/**
|
|
@@ -1229,64 +1229,97 @@ export interface BatchModifyTopicAttributesResponse {
|
|
|
1229
1229
|
export interface ClickHouseParam {
|
|
1230
1230
|
/**
|
|
1231
1231
|
* ClickHouse的集群
|
|
1232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1232
1233
|
*/
|
|
1233
1234
|
Cluster: string
|
|
1234
1235
|
/**
|
|
1235
1236
|
* ClickHouse的数据库名
|
|
1237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1236
1238
|
*/
|
|
1237
1239
|
Database: string
|
|
1238
1240
|
/**
|
|
1239
1241
|
* ClickHouse的数据表名
|
|
1242
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1240
1243
|
*/
|
|
1241
1244
|
Table: string
|
|
1242
1245
|
/**
|
|
1243
1246
|
* ClickHouse的schema
|
|
1247
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1244
1248
|
*/
|
|
1245
1249
|
Schema: Array<ClickHouseSchema>
|
|
1246
1250
|
/**
|
|
1247
1251
|
* 实例资源
|
|
1252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1248
1253
|
*/
|
|
1249
1254
|
Resource: string
|
|
1250
1255
|
/**
|
|
1251
1256
|
* ClickHouse的连接ip
|
|
1257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1252
1258
|
*/
|
|
1253
1259
|
Ip?: string
|
|
1254
1260
|
/**
|
|
1255
1261
|
* ClickHouse的连接port
|
|
1262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1256
1263
|
*/
|
|
1257
1264
|
Port?: number
|
|
1258
1265
|
/**
|
|
1259
1266
|
* ClickHouse的用户名
|
|
1267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1260
1268
|
*/
|
|
1261
1269
|
UserName?: string
|
|
1262
1270
|
/**
|
|
1263
1271
|
* ClickHouse的密码
|
|
1272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
1273
|
*/
|
|
1265
1274
|
Password?: string
|
|
1266
1275
|
/**
|
|
1267
1276
|
* 实例vip
|
|
1277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1268
1278
|
*/
|
|
1269
1279
|
ServiceVip?: string
|
|
1270
1280
|
/**
|
|
1271
1281
|
* 实例的vpcId
|
|
1282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1272
1283
|
*/
|
|
1273
1284
|
UniqVpcId?: string
|
|
1274
1285
|
/**
|
|
1275
1286
|
* 是否为自建集群
|
|
1287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1276
1288
|
*/
|
|
1277
1289
|
SelfBuilt?: boolean
|
|
1278
1290
|
/**
|
|
1279
1291
|
* ClickHouse是否抛弃解析失败的消息,默认为true
|
|
1292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1280
1293
|
*/
|
|
1281
1294
|
DropInvalidMessage?: boolean
|
|
1282
1295
|
/**
|
|
1283
1296
|
* ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
|
|
1297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1284
1298
|
*/
|
|
1285
1299
|
Type?: string
|
|
1286
1300
|
/**
|
|
1287
1301
|
* 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
|
1302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1288
1303
|
*/
|
|
1289
1304
|
DropCls?: DropCls
|
|
1305
|
+
/**
|
|
1306
|
+
* 每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
|
|
1307
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1309
|
+
*/
|
|
1310
|
+
BatchSize?: number
|
|
1311
|
+
/**
|
|
1312
|
+
* 每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
|
|
1313
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1315
|
+
*/
|
|
1316
|
+
ConsumerFetchMinBytes?: number
|
|
1317
|
+
/**
|
|
1318
|
+
* 每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
|
|
1319
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1321
|
+
*/
|
|
1322
|
+
ConsumerFetchMaxWaitMs?: number
|
|
1290
1323
|
}
|
|
1291
1324
|
|
|
1292
1325
|
/**
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
ModifyConfigExtraResponse,
|
|
39
39
|
KafkaRechargeInfo,
|
|
40
40
|
ModifyLogsetRequest,
|
|
41
|
+
UploadLogRequest,
|
|
41
42
|
CreateLogsetRequest,
|
|
42
43
|
DescribeShippersRequest,
|
|
43
44
|
CreateScheduledSqlResponse,
|
|
@@ -98,6 +99,7 @@ import {
|
|
|
98
99
|
EventLog,
|
|
99
100
|
CreateAlarmRequest,
|
|
100
101
|
DeleteExportResponse,
|
|
102
|
+
SearchLogInfos,
|
|
101
103
|
PartitionInfo,
|
|
102
104
|
DeleteScheduledSqlResponse,
|
|
103
105
|
AlertHistoryRecord,
|
|
@@ -128,7 +130,7 @@ import {
|
|
|
128
130
|
DeleteConsumerRequest,
|
|
129
131
|
DeleteIndexRequest,
|
|
130
132
|
DescribeConsumerResponse,
|
|
131
|
-
|
|
133
|
+
SearchLogTopics,
|
|
132
134
|
ModifyConsumerResponse,
|
|
133
135
|
DescribeAlertRecordHistoryRequest,
|
|
134
136
|
DescribeConfigsRequest,
|
|
@@ -164,6 +166,7 @@ import {
|
|
|
164
166
|
DeleteIndexResponse,
|
|
165
167
|
AlarmAnalysisConfig,
|
|
166
168
|
PreviewLogStatistic,
|
|
169
|
+
SearchLogErrors,
|
|
167
170
|
ModifyIndexRequest,
|
|
168
171
|
Column,
|
|
169
172
|
ContentInfo,
|