tencentcloud-sdk-nodejs 4.0.922 → 4.0.923
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 +79 -0
- package/SERVICE_CHANGELOG.md +86 -176
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -1
- package/src/services/ccc/v20200210/ccc_models.ts +10 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +15 -2
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +70 -12
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -1
- package/src/services/lke/v20231130/lke_models.ts +2 -2
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tmt/v20180321/tmt_models.ts +6 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +5 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +6 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +67 -12
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +6 -6
- package/test/cdwdoris.v20211228.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,82 @@
|
|
|
1
|
+
# Release 4.0.923
|
|
2
|
+
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 68 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-08-22 01:03:05
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Source
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
23
|
+
|
|
24
|
+
### 第 73 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-08-22 01:10:57
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:AsrStatus
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
42
|
+
|
|
43
|
+
### 第 20 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-08-22 01:14:33
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)
|
|
54
|
+
|
|
55
|
+
新增数据结构:
|
|
56
|
+
|
|
57
|
+
* [ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
62
|
+
|
|
63
|
+
### 第 105 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-08-22 01:19:50
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
74
|
+
|
|
75
|
+
* 新增入参:DataTransformType
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
1
80
|
# Release 4.0.922
|
|
2
81
|
|
|
3
82
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,37 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
|
|
20
|
-
|
|
21
|
-
修改数据结构:
|
|
22
|
-
|
|
23
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
24
|
-
|
|
25
|
-
* 新增成员:EnableDlc, AccountType
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
31
|
-
|
|
32
|
-
### 第 70 次发布
|
|
33
|
-
|
|
34
|
-
发布时间:2024-08-21 01:29:32
|
|
7
|
+
发布时间:2024-08-22 01:03:05
|
|
35
8
|
|
|
36
9
|
本次发布包含了以下内容:
|
|
37
10
|
|
|
@@ -39,77 +12,37 @@
|
|
|
39
12
|
|
|
40
13
|
修改接口:
|
|
41
14
|
|
|
42
|
-
* [
|
|
15
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
43
16
|
|
|
44
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:Source
|
|
45
18
|
|
|
46
19
|
|
|
47
20
|
|
|
48
21
|
|
|
49
|
-
##
|
|
22
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
50
23
|
|
|
51
|
-
### 第
|
|
24
|
+
### 第 73 次发布
|
|
52
25
|
|
|
53
|
-
发布时间:2024-08-
|
|
26
|
+
发布时间:2024-08-22 01:10:57
|
|
54
27
|
|
|
55
28
|
本次发布包含了以下内容:
|
|
56
29
|
|
|
57
30
|
改善已有的文档。
|
|
58
31
|
|
|
59
|
-
修改接口:
|
|
60
|
-
|
|
61
|
-
* [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
|
|
62
|
-
|
|
63
|
-
* 新增入参:Status
|
|
64
|
-
|
|
65
|
-
* [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
|
|
66
|
-
|
|
67
|
-
* 新增入参:Status
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
新增数据结构:
|
|
71
|
-
|
|
72
|
-
* [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
|
|
73
|
-
|
|
74
32
|
修改数据结构:
|
|
75
33
|
|
|
76
|
-
* [
|
|
77
|
-
|
|
78
|
-
* 新增成员:RuleEffectItems, RuleStatus
|
|
79
|
-
|
|
80
|
-
* [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
|
|
81
|
-
|
|
82
|
-
* 新增成员:Status
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## 人脸核身(faceid) 版本:2018-03-01
|
|
88
|
-
|
|
89
|
-
### 第 78 次发布
|
|
90
|
-
|
|
91
|
-
发布时间:2024-08-21 01:40:11
|
|
92
|
-
|
|
93
|
-
本次发布包含了以下内容:
|
|
94
|
-
|
|
95
|
-
改善已有的文档。
|
|
96
|
-
|
|
97
|
-
修改接口:
|
|
98
|
-
|
|
99
|
-
* [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
|
|
100
|
-
|
|
101
|
-
* 新增入参:IsEncryptResponse, Encryption
|
|
34
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
102
35
|
|
|
103
|
-
*
|
|
36
|
+
* 新增成员:AsrStatus
|
|
104
37
|
|
|
105
38
|
|
|
106
39
|
|
|
107
40
|
|
|
108
|
-
##
|
|
41
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
109
42
|
|
|
110
|
-
### 第
|
|
43
|
+
### 第 20 次发布
|
|
111
44
|
|
|
112
|
-
发布时间:2024-08-
|
|
45
|
+
发布时间:2024-08-22 01:14:33
|
|
113
46
|
|
|
114
47
|
本次发布包含了以下内容:
|
|
115
48
|
|
|
@@ -117,40 +50,19 @@
|
|
|
117
50
|
|
|
118
51
|
新增接口:
|
|
119
52
|
|
|
120
|
-
* [
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
125
|
-
|
|
126
|
-
### 第 75 次发布
|
|
127
|
-
|
|
128
|
-
发布时间:2024-08-21 02:23:57
|
|
129
|
-
|
|
130
|
-
本次发布包含了以下内容:
|
|
131
|
-
|
|
132
|
-
改善已有的文档。
|
|
133
|
-
|
|
134
|
-
修改接口:
|
|
135
|
-
|
|
136
|
-
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
|
|
137
|
-
|
|
138
|
-
* 新增入参:Location
|
|
139
|
-
|
|
140
|
-
* 新增出参:Location
|
|
141
|
-
|
|
53
|
+
* [ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)
|
|
142
54
|
|
|
143
55
|
新增数据结构:
|
|
144
56
|
|
|
145
|
-
* [
|
|
57
|
+
* [ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)
|
|
146
58
|
|
|
147
59
|
|
|
148
60
|
|
|
149
|
-
##
|
|
61
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
150
62
|
|
|
151
|
-
### 第
|
|
63
|
+
### 第 105 次发布
|
|
152
64
|
|
|
153
|
-
发布时间:2024-08-
|
|
65
|
+
发布时间:2024-08-22 01:19:50
|
|
154
66
|
|
|
155
67
|
本次发布包含了以下内容:
|
|
156
68
|
|
|
@@ -158,72 +70,9 @@
|
|
|
158
70
|
|
|
159
71
|
修改接口:
|
|
160
72
|
|
|
161
|
-
* [
|
|
162
|
-
|
|
163
|
-
* 新增入参:EnableBodyJoins
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
169
|
-
|
|
170
|
-
### 第 202 次发布
|
|
171
|
-
|
|
172
|
-
发布时间:2024-08-21 02:29:48
|
|
173
|
-
|
|
174
|
-
本次发布包含了以下内容:
|
|
175
|
-
|
|
176
|
-
改善已有的文档。
|
|
177
|
-
|
|
178
|
-
修改数据结构:
|
|
179
|
-
|
|
180
|
-
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
181
|
-
|
|
182
|
-
* 新增成员:TagSet
|
|
183
|
-
|
|
184
|
-
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
185
|
-
|
|
186
|
-
* [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
|
|
187
|
-
|
|
188
|
-
* 新增成员:TagSet
|
|
189
|
-
|
|
190
|
-
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
191
|
-
|
|
192
|
-
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
193
|
-
|
|
194
|
-
* 新增成员:TagSet
|
|
195
|
-
|
|
196
|
-
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
197
|
-
|
|
198
|
-
* 新增成员:TagSet
|
|
199
|
-
|
|
200
|
-
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
201
|
-
|
|
202
|
-
* 新增成员:TagSet
|
|
203
|
-
|
|
204
|
-
* [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
|
|
205
|
-
|
|
206
|
-
* 新增成员:TagSet, LocalGatewayId
|
|
207
|
-
|
|
208
|
-
* [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
|
|
209
|
-
|
|
210
|
-
* 新增成员:TagSet
|
|
211
|
-
|
|
212
|
-
* [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
|
|
213
|
-
|
|
214
|
-
* 新增成员:TagSet
|
|
215
|
-
|
|
216
|
-
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
217
|
-
|
|
218
|
-
* [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
|
|
219
|
-
|
|
220
|
-
* 新增成员:TagSet
|
|
221
|
-
|
|
222
|
-
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
223
|
-
|
|
224
|
-
* [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
|
|
73
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
225
74
|
|
|
226
|
-
*
|
|
75
|
+
* 新增入参:DataTransformType
|
|
227
76
|
|
|
228
77
|
|
|
229
78
|
|
|
@@ -2161,6 +2010,21 @@
|
|
|
2161
2010
|
|
|
2162
2011
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
2163
2012
|
|
|
2013
|
+
### 第 68 次发布
|
|
2014
|
+
|
|
2015
|
+
发布时间:2024-08-22 01:03:05
|
|
2016
|
+
|
|
2017
|
+
本次发布包含了以下内容:
|
|
2018
|
+
|
|
2019
|
+
改善已有的文档。
|
|
2020
|
+
|
|
2021
|
+
修改接口:
|
|
2022
|
+
|
|
2023
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
2024
|
+
|
|
2025
|
+
* 新增入参:Source
|
|
2026
|
+
|
|
2027
|
+
|
|
2164
2028
|
### 第 67 次发布
|
|
2165
2029
|
|
|
2166
2030
|
发布时间:2024-06-04 01:07:52
|
|
@@ -15691,6 +15555,21 @@
|
|
|
15691
15555
|
|
|
15692
15556
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15693
15557
|
|
|
15558
|
+
### 第 73 次发布
|
|
15559
|
+
|
|
15560
|
+
发布时间:2024-08-22 01:10:57
|
|
15561
|
+
|
|
15562
|
+
本次发布包含了以下内容:
|
|
15563
|
+
|
|
15564
|
+
改善已有的文档。
|
|
15565
|
+
|
|
15566
|
+
修改数据结构:
|
|
15567
|
+
|
|
15568
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
15569
|
+
|
|
15570
|
+
* 新增成员:AsrStatus
|
|
15571
|
+
|
|
15572
|
+
|
|
15694
15573
|
### 第 72 次发布
|
|
15695
15574
|
|
|
15696
15575
|
发布时间:2024-08-20 01:11:11
|
|
@@ -23758,6 +23637,22 @@
|
|
|
23758
23637
|
|
|
23759
23638
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23760
23639
|
|
|
23640
|
+
### 第 20 次发布
|
|
23641
|
+
|
|
23642
|
+
发布时间:2024-08-22 01:14:33
|
|
23643
|
+
|
|
23644
|
+
本次发布包含了以下内容:
|
|
23645
|
+
|
|
23646
|
+
改善已有的文档。
|
|
23647
|
+
|
|
23648
|
+
新增接口:
|
|
23649
|
+
|
|
23650
|
+
* [[ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)](https://cloud.tencent.com/document/api/#/#)
|
|
23651
|
+
|
|
23652
|
+
新增数据结构:
|
|
23653
|
+
|
|
23654
|
+
* [[ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)](https://cloud.tencent.com/document/api/1387/102385#[ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext))
|
|
23655
|
+
|
|
23761
23656
|
### 第 19 次发布
|
|
23762
23657
|
|
|
23763
23658
|
发布时间:2024-08-21 01:14:40
|
|
@@ -23768,11 +23663,11 @@
|
|
|
23768
23663
|
|
|
23769
23664
|
新增接口:
|
|
23770
23665
|
|
|
23771
|
-
* [
|
|
23666
|
+
* [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
|
|
23772
23667
|
|
|
23773
23668
|
新增数据结构:
|
|
23774
23669
|
|
|
23775
|
-
* [
|
|
23670
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
|
|
23776
23671
|
|
|
23777
23672
|
修改数据结构:
|
|
23778
23673
|
|
|
@@ -32434,6 +32329,21 @@
|
|
|
32434
32329
|
|
|
32435
32330
|
## 日志服务(cls) 版本:2020-10-16
|
|
32436
32331
|
|
|
32332
|
+
### 第 105 次发布
|
|
32333
|
+
|
|
32334
|
+
发布时间:2024-08-22 01:19:50
|
|
32335
|
+
|
|
32336
|
+
本次发布包含了以下内容:
|
|
32337
|
+
|
|
32338
|
+
改善已有的文档。
|
|
32339
|
+
|
|
32340
|
+
修改接口:
|
|
32341
|
+
|
|
32342
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
32343
|
+
|
|
32344
|
+
* 新增入参:DataTransformType
|
|
32345
|
+
|
|
32346
|
+
|
|
32437
32347
|
### 第 104 次发布
|
|
32438
32348
|
|
|
32439
32349
|
发布时间:2024-08-16 01:20:46
|
|
@@ -56266,7 +56176,7 @@
|
|
|
56266
56176
|
|
|
56267
56177
|
新增数据结构:
|
|
56268
56178
|
|
|
56269
|
-
* [
|
|
56179
|
+
* [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
|
|
56270
56180
|
|
|
56271
56181
|
修改数据结构:
|
|
56272
56182
|
|
|
@@ -143982,7 +143892,7 @@
|
|
|
143982
143892
|
|
|
143983
143893
|
新增接口:
|
|
143984
143894
|
|
|
143985
|
-
* [
|
|
143895
|
+
* [UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)
|
|
143986
143896
|
|
|
143987
143897
|
### 第 88 次发布
|
|
143988
143898
|
|
|
@@ -145609,7 +145519,7 @@
|
|
|
145609
145519
|
|
|
145610
145520
|
新增数据结构:
|
|
145611
145521
|
|
|
145612
|
-
* [
|
|
145522
|
+
* [Location](https://cloud.tencent.com/document/api/1364/54942#Location)
|
|
145613
145523
|
|
|
145614
145524
|
### 第 74 次发布
|
|
145615
145525
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-07-26 01:08:05 |
|
|
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/297) | 2024-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-08-22 01:03:05 |
|
|
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 |
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-01 01:15:22 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-08-02 01:11:12 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
47
|
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-07-24 01:18:03 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-22 01:14:33 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-08-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-08-22 01:15:51 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-05 01:14:34 |
|
|
53
53
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-07-30 01:19:22 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
63
63
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
64
64
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
65
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-
|
|
65
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-22 01:19:50 |
|
|
66
66
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
|
|
67
67
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
68
68
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-20 01:37:24 |
|
|
100
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-
|
|
100
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-22 01:38:21 |
|
|
101
101
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-19 01:39:34 |
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-22 01:40:00 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-16 01:43:31 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-21 01:40:11 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-01 01:53:15 |
|
|
138
138
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-16 01:55:21 |
|
|
139
139
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
|
|
140
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-
|
|
140
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-22 01:54:06 |
|
|
141
141
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
142
142
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
143
143
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -150,14 +150,14 @@
|
|
|
150
150
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
|
|
151
151
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
|
|
152
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-20 01:57:54 |
|
|
153
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-08-
|
|
153
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-08-22 01:59:34 |
|
|
154
154
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
155
155
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
156
156
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-22 02:00:55 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
162
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-21 02:01:12 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
182
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-19 02:09:32 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-
|
|
184
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-22 02:09:19 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
186
186
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-07-24 02:19:34 |
|
|
222
222
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
223
223
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
224
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-
|
|
224
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-22 02:23:30 |
|
|
225
225
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
226
226
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-14 02:39:09 |
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-
|
|
242
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-22 02:28:51 |
|
|
243
243
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-21 02:29:48 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.923"
|
|
@@ -716,6 +716,10 @@ export interface DescribeBGPIPL7RulesRequest {
|
|
|
716
716
|
* 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
|
|
717
717
|
*/
|
|
718
718
|
Export?: boolean
|
|
719
|
+
/**
|
|
720
|
+
* 源站,模糊查询
|
|
721
|
+
*/
|
|
722
|
+
Source?: string
|
|
719
723
|
}
|
|
720
724
|
|
|
721
725
|
/**
|
|
@@ -5468,7 +5472,7 @@ export interface BGPInstance {
|
|
|
5468
5472
|
*/
|
|
5469
5473
|
BasicPlusFlag?: number
|
|
5470
5474
|
/**
|
|
5471
|
-
*
|
|
5475
|
+
* 是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
|
|
5472
5476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5473
5477
|
*/
|
|
5474
5478
|
PlanCntFlag?: number
|
|
@@ -2500,6 +2500,16 @@ export interface TelCdrInfo {
|
|
|
2500
2500
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2501
2501
|
*/
|
|
2502
2502
|
AsrUrl?: string
|
|
2503
|
+
/**
|
|
2504
|
+
* AsrUrl的状态:Complete
|
|
2505
|
+
已完成;
|
|
2506
|
+
Processing
|
|
2507
|
+
正在生成中;
|
|
2508
|
+
NotExists
|
|
2509
|
+
无记录(未开启生成离线asr或者无套餐包)
|
|
2510
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2511
|
+
*/
|
|
2512
|
+
AsrStatus?: string
|
|
2503
2513
|
/**
|
|
2504
2514
|
* 录音转存第三方COS地址
|
|
2505
2515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
ScaleOutInstanceResponse,
|
|
27
27
|
ModifyUserPrivilegesV3Response,
|
|
28
28
|
ModifyUserPrivilegesV3Request,
|
|
29
|
-
|
|
29
|
+
DestroyInstanceRequest,
|
|
30
30
|
BindUser,
|
|
31
31
|
CancelBackupJobRequest,
|
|
32
32
|
ModifyWorkloadGroupRequest,
|
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
DescribeUserBindWorkloadGroupResponse,
|
|
46
46
|
ScaleOutInstanceRequest,
|
|
47
47
|
UpdateUserPrivileges,
|
|
48
|
+
ModifyClusterConfigsRequest,
|
|
48
49
|
DescribeInstanceStateRequest,
|
|
49
50
|
NetworkInfo,
|
|
50
51
|
ZoneInfo,
|
|
@@ -149,12 +150,14 @@ import {
|
|
|
149
150
|
DescribeCoolDownTableDataResponse,
|
|
150
151
|
RestartClusterForConfigsRequest,
|
|
151
152
|
RegionAreaInfo,
|
|
152
|
-
|
|
153
|
+
ModifyWorkloadGroupStatusResponse,
|
|
154
|
+
ConfigSubmitContext,
|
|
153
155
|
RegionInfo,
|
|
154
156
|
CreateWorkloadGroupResponse,
|
|
155
157
|
DescribeInstanceStateResponse,
|
|
156
158
|
DescribeCoolDownPoliciesRequest,
|
|
157
159
|
ResourceSpec,
|
|
160
|
+
ModifyClusterConfigsResponse,
|
|
158
161
|
RestoreStatus,
|
|
159
162
|
DeleteBackUpDataResponse,
|
|
160
163
|
ModifyInstanceKeyValConfigsRequest,
|
|
@@ -477,6 +480,16 @@ export class Client extends AbstractClient {
|
|
|
477
480
|
return this.request("DeleteWorkloadGroup", req, cb)
|
|
478
481
|
}
|
|
479
482
|
|
|
483
|
+
/**
|
|
484
|
+
* 在集群配置页面修改集群配置文件接口,xml模式
|
|
485
|
+
*/
|
|
486
|
+
async ModifyClusterConfigs(
|
|
487
|
+
req: ModifyClusterConfigsRequest,
|
|
488
|
+
cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
|
|
489
|
+
): Promise<ModifyClusterConfigsResponse> {
|
|
490
|
+
return this.request("ModifyClusterConfigs", req, cb)
|
|
491
|
+
}
|
|
492
|
+
|
|
480
493
|
/**
|
|
481
494
|
* 更改安全组
|
|
482
495
|
*/
|