tencentcloud-sdk-nodejs 4.0.545 → 4.0.546
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 +234 -0
- package/SERVICE_CHANGELOG.md +315 -55
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/cdc/v20201214/cdc_client.ts +5 -1
- package/src/services/cdc/v20201214/cdc_models.ts +120 -17
- package/src/services/cfw/v20190904/cfw_client.ts +59 -8
- package/src/services/cfw/v20190904/cfw_models.ts +578 -150
- package/src/services/chdfs/v20201112/chdfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +35 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +207 -28
- package/src/services/clb/v20180317/clb_models.ts +18 -11
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +27 -27
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -4
- package/src/services/mna/v20210119/mna_client.ts +14 -1
- package/src/services/mna/v20210119/mna_models.ts +86 -6
- package/src/services/postgres/v20170312/postgres_models.ts +6 -2
- package/src/services/tem/v20210701/tem_models.ts +18 -0
- package/src/services/teo/v20220901/teo_models.ts +28 -26
- package/src/services/tse/v20201207/tse_models.ts +36 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +103 -14
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +24 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +498 -132
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +175 -24
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -26
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +74 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -26
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +30 -0
- package/test/cfw.v20190904.test.js +40 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/mna.v20210119.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-02-23
|
|
7
|
+
发布时间:2023-02-23 14:35:55
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
16
|
+
|
|
17
|
+
* 新增成员:FakeDomain
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
27
|
+
|
|
28
|
+
### 第 6 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-02-24 01:07:16
|
|
8
31
|
|
|
9
32
|
本次发布包含了以下内容:
|
|
10
33
|
|
|
@@ -12,56 +35,80 @@
|
|
|
12
35
|
|
|
13
36
|
修改接口:
|
|
14
37
|
|
|
15
|
-
* [
|
|
38
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
16
39
|
|
|
17
|
-
*
|
|
40
|
+
* 新增出参:VpnConnectionState, VpngwBandwidthData, LocalNetInfo, VpnConnectionBandwidthData
|
|
18
41
|
|
|
19
42
|
|
|
20
43
|
新增数据结构:
|
|
21
44
|
|
|
22
|
-
* [
|
|
45
|
+
* [InBandwidth](https://cloud.tencent.com/document/api/1346/73770#InBandwidth)
|
|
46
|
+
* [LocalNetInfo](https://cloud.tencent.com/document/api/1346/73770#LocalNetInfo)
|
|
47
|
+
* [OutBandwidth](https://cloud.tencent.com/document/api/1346/73770#OutBandwidth)
|
|
48
|
+
* [VpngwBandwidthData](https://cloud.tencent.com/document/api/1346/73770#VpngwBandwidthData)
|
|
23
49
|
|
|
24
|
-
修改数据结构:
|
|
25
50
|
|
|
26
|
-
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1155/40113#KTVRobotInfo)
|
|
27
51
|
|
|
28
|
-
|
|
52
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
29
53
|
|
|
30
|
-
|
|
54
|
+
### 第 30 次发布
|
|
31
55
|
|
|
32
|
-
|
|
56
|
+
发布时间:2023-02-24 01:07:43
|
|
57
|
+
|
|
58
|
+
本次发布包含了以下内容:
|
|
59
|
+
|
|
60
|
+
改善已有的文档。
|
|
61
|
+
|
|
62
|
+
新增接口:
|
|
33
63
|
|
|
64
|
+
* [AddNatAcRule](https://cloud.tencent.com/document/api/1132/86861)
|
|
65
|
+
* [DescribeNatAcRule](https://cloud.tencent.com/document/api/1132/86860)
|
|
66
|
+
* [ModifyNatAcRule](https://cloud.tencent.com/document/api/1132/86859)
|
|
67
|
+
* [RemoveNatAcRule](https://cloud.tencent.com/document/api/1132/86858)
|
|
68
|
+
|
|
69
|
+
新增数据结构:
|
|
70
|
+
|
|
71
|
+
* [CommonFilter](https://cloud.tencent.com/document/api/1132/49071#CommonFilter)
|
|
72
|
+
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
73
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
34
74
|
|
|
35
75
|
|
|
36
76
|
|
|
37
77
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
38
78
|
|
|
39
|
-
### 第
|
|
79
|
+
### 第 70 次发布
|
|
40
80
|
|
|
41
|
-
发布时间:2023-02-
|
|
81
|
+
发布时间:2023-02-24 01:08:10
|
|
42
82
|
|
|
43
83
|
本次发布包含了以下内容:
|
|
44
84
|
|
|
45
85
|
改善已有的文档。
|
|
46
86
|
|
|
47
|
-
|
|
87
|
+
新增接口:
|
|
48
88
|
|
|
49
|
-
* [
|
|
89
|
+
* [DescribeDatahubTopic](https://cloud.tencent.com/document/api/597/86862)
|
|
90
|
+
* [DescribeDatahubTopics](https://cloud.tencent.com/document/api/597/86863)
|
|
50
91
|
|
|
51
|
-
|
|
92
|
+
修改接口:
|
|
52
93
|
|
|
53
|
-
* [
|
|
94
|
+
* [DescribeInstancesDetail](https://cloud.tencent.com/document/api/597/40834)
|
|
54
95
|
|
|
55
|
-
*
|
|
96
|
+
* 新增入参:TagList
|
|
56
97
|
|
|
57
98
|
|
|
99
|
+
新增数据结构:
|
|
58
100
|
|
|
101
|
+
* [DatahubTopicDTO](https://cloud.tencent.com/document/api/597/40861#DatahubTopicDTO)
|
|
102
|
+
* [DescribeDatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicResp)
|
|
103
|
+
* [DescribeDatahubTopicsResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicsResp)
|
|
59
104
|
|
|
60
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61
105
|
|
|
62
|
-
### 第 46 次发布
|
|
63
106
|
|
|
64
|
-
|
|
107
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
108
|
+
|
|
109
|
+
### 第 82 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2023-02-24 01:08:31
|
|
65
112
|
|
|
66
113
|
本次发布包含了以下内容:
|
|
67
114
|
|
|
@@ -69,18 +116,18 @@
|
|
|
69
116
|
|
|
70
117
|
修改接口:
|
|
71
118
|
|
|
72
|
-
* [
|
|
119
|
+
* [DescribeTargets](https://cloud.tencent.com/document/api/214/30684)
|
|
73
120
|
|
|
74
|
-
* 新增入参:
|
|
121
|
+
* 新增入参:Filters
|
|
75
122
|
|
|
76
123
|
|
|
77
124
|
|
|
78
125
|
|
|
79
|
-
##
|
|
126
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
80
127
|
|
|
81
|
-
### 第
|
|
128
|
+
### 第 43 次发布
|
|
82
129
|
|
|
83
|
-
发布时间:2023-02-
|
|
130
|
+
发布时间:2023-02-24 01:14:10
|
|
84
131
|
|
|
85
132
|
本次发布包含了以下内容:
|
|
86
133
|
|
|
@@ -88,64 +135,77 @@
|
|
|
88
135
|
|
|
89
136
|
修改数据结构:
|
|
90
137
|
|
|
91
|
-
* [
|
|
138
|
+
* [BlueprintPrice](https://cloud.tencent.com/document/api/1207/47576#BlueprintPrice)
|
|
92
139
|
|
|
93
|
-
*
|
|
140
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
94
141
|
|
|
95
|
-
* [
|
|
142
|
+
* [DiscountDetail](https://cloud.tencent.com/document/api/1207/47576#DiscountDetail)
|
|
96
143
|
|
|
97
|
-
*
|
|
144
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
98
145
|
|
|
146
|
+
* [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
|
|
99
147
|
|
|
148
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
100
149
|
|
|
101
150
|
|
|
102
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103
151
|
|
|
104
|
-
### 第 60 次发布
|
|
105
152
|
|
|
106
|
-
|
|
153
|
+
## 移动网络加速(mna) 版本:2021-01-19
|
|
154
|
+
|
|
155
|
+
### 第 11 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2023-02-24 01:20:12
|
|
107
158
|
|
|
108
159
|
本次发布包含了以下内容:
|
|
109
160
|
|
|
110
161
|
改善已有的文档。
|
|
111
162
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
* [DescribeBackupUrl](https://cloud.tencent.com/document/api/239/34443)
|
|
163
|
+
新增接口:
|
|
115
164
|
|
|
116
|
-
|
|
165
|
+
* [GetMultiFlowStatistic](https://cloud.tencent.com/document/api/1385/86864)
|
|
117
166
|
|
|
118
|
-
|
|
167
|
+
新增数据结构:
|
|
119
168
|
|
|
120
|
-
|
|
169
|
+
* [FlowDetails](https://cloud.tencent.com/document/api/1385/55846#FlowDetails)
|
|
121
170
|
|
|
122
|
-
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
123
171
|
|
|
124
|
-
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/239/34436)
|
|
125
172
|
|
|
126
|
-
|
|
173
|
+
## 弹性微服务 TEM(tem) 版本:2021-07-01
|
|
127
174
|
|
|
128
|
-
|
|
175
|
+
### 第 40 次发布
|
|
129
176
|
|
|
177
|
+
发布时间:2023-02-24 01:23:28
|
|
130
178
|
|
|
131
|
-
|
|
179
|
+
本次发布包含了以下内容:
|
|
132
180
|
|
|
133
|
-
|
|
181
|
+
改善已有的文档。
|
|
134
182
|
|
|
135
183
|
修改数据结构:
|
|
136
184
|
|
|
137
|
-
* [
|
|
185
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
138
186
|
|
|
139
|
-
* 新增成员:
|
|
187
|
+
* 新增成员:ExternalDomain
|
|
140
188
|
|
|
189
|
+
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
141
190
|
|
|
191
|
+
* 新增成员:Domain
|
|
142
192
|
|
|
193
|
+
* [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
|
|
143
194
|
|
|
144
|
-
|
|
195
|
+
* 新增成员:ExternalDomain
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## 弹性微服务 TEM(tem) 版本:2020-12-21
|
|
145
201
|
|
|
146
|
-
### 第 20 次发布
|
|
147
202
|
|
|
148
|
-
|
|
203
|
+
|
|
204
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
205
|
+
|
|
206
|
+
### 第 31 次发布
|
|
207
|
+
|
|
208
|
+
发布时间:2023-02-24 01:39:04
|
|
149
209
|
|
|
150
210
|
本次发布包含了以下内容:
|
|
151
211
|
|
|
@@ -153,9 +213,21 @@
|
|
|
153
213
|
|
|
154
214
|
修改数据结构:
|
|
155
215
|
|
|
156
|
-
* [
|
|
216
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
157
217
|
|
|
158
|
-
* 新增成员:
|
|
218
|
+
* 新增成员:InternetBandWidth
|
|
219
|
+
|
|
220
|
+
* [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
|
|
221
|
+
|
|
222
|
+
* 新增成员:VpcId
|
|
223
|
+
|
|
224
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
225
|
+
|
|
226
|
+
* 新增成员:EKSType, FeatureVersion, EnableClientIntranet
|
|
227
|
+
|
|
228
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
229
|
+
|
|
230
|
+
* 新增成员:VpcId
|
|
159
231
|
|
|
160
232
|
|
|
161
233
|
|
|
@@ -766,7 +838,7 @@
|
|
|
766
838
|
|
|
767
839
|
新增数据结构:
|
|
768
840
|
|
|
769
|
-
* [
|
|
841
|
+
* [SetRealVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetRealVolumeCommandInput)
|
|
770
842
|
|
|
771
843
|
修改数据结构:
|
|
772
844
|
|
|
@@ -8784,6 +8856,21 @@
|
|
|
8784
8856
|
|
|
8785
8857
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
8786
8858
|
|
|
8859
|
+
### 第 4 次发布
|
|
8860
|
+
|
|
8861
|
+
发布时间:2023-02-23 14:35:55
|
|
8862
|
+
|
|
8863
|
+
本次发布包含了以下内容:
|
|
8864
|
+
|
|
8865
|
+
改善已有的文档。
|
|
8866
|
+
|
|
8867
|
+
修改数据结构:
|
|
8868
|
+
|
|
8869
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
8870
|
+
|
|
8871
|
+
* 新增成员:FakeDomain
|
|
8872
|
+
|
|
8873
|
+
|
|
8787
8874
|
### 第 3 次发布
|
|
8788
8875
|
|
|
8789
8876
|
发布时间:2023-02-16 01:09:07
|
|
@@ -15223,6 +15310,28 @@
|
|
|
15223
15310
|
|
|
15224
15311
|
## 本地专用集群(cdc) 版本:2020-12-14
|
|
15225
15312
|
|
|
15313
|
+
### 第 6 次发布
|
|
15314
|
+
|
|
15315
|
+
发布时间:2023-02-24 01:07:16
|
|
15316
|
+
|
|
15317
|
+
本次发布包含了以下内容:
|
|
15318
|
+
|
|
15319
|
+
改善已有的文档。
|
|
15320
|
+
|
|
15321
|
+
修改接口:
|
|
15322
|
+
|
|
15323
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
15324
|
+
|
|
15325
|
+
* 新增出参:VpnConnectionState, VpngwBandwidthData, LocalNetInfo, VpnConnectionBandwidthData
|
|
15326
|
+
|
|
15327
|
+
|
|
15328
|
+
新增数据结构:
|
|
15329
|
+
|
|
15330
|
+
* [[InBandwidth](https://cloud.tencent.com/document/api/1346/73770#InBandwidth)](https://cloud.tencent.com/document/api/1346/73770#[InBandwidth](https://cloud.tencent.com/document/api/1346/73770#InBandwidth))
|
|
15331
|
+
* [[LocalNetInfo](https://cloud.tencent.com/document/api/1346/73770#LocalNetInfo)](https://cloud.tencent.com/document/api/1346/73770#[LocalNetInfo](https://cloud.tencent.com/document/api/1346/73770#LocalNetInfo))
|
|
15332
|
+
* [[OutBandwidth](https://cloud.tencent.com/document/api/1346/73770#OutBandwidth)](https://cloud.tencent.com/document/api/1346/73770#[OutBandwidth](https://cloud.tencent.com/document/api/1346/73770#OutBandwidth))
|
|
15333
|
+
* [[VpngwBandwidthData](https://cloud.tencent.com/document/api/1346/73770#VpngwBandwidthData)](https://cloud.tencent.com/document/api/1346/73770#[VpngwBandwidthData](https://cloud.tencent.com/document/api/1346/73770#VpngwBandwidthData))
|
|
15334
|
+
|
|
15226
15335
|
### 第 5 次发布
|
|
15227
15336
|
|
|
15228
15337
|
发布时间:2023-02-22 01:10:12
|
|
@@ -18515,6 +18624,27 @@
|
|
|
18515
18624
|
|
|
18516
18625
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
18517
18626
|
|
|
18627
|
+
### 第 30 次发布
|
|
18628
|
+
|
|
18629
|
+
发布时间:2023-02-24 01:07:43
|
|
18630
|
+
|
|
18631
|
+
本次发布包含了以下内容:
|
|
18632
|
+
|
|
18633
|
+
改善已有的文档。
|
|
18634
|
+
|
|
18635
|
+
新增接口:
|
|
18636
|
+
|
|
18637
|
+
* [[AddNatAcRule](https://cloud.tencent.com/document/api/1132/86861)](https://cloud.tencent.com/document/api/#/#)
|
|
18638
|
+
* [[DescribeNatAcRule](https://cloud.tencent.com/document/api/1132/86860)](https://cloud.tencent.com/document/api/#/#)
|
|
18639
|
+
* [[ModifyNatAcRule](https://cloud.tencent.com/document/api/1132/86859)](https://cloud.tencent.com/document/api/#/#)
|
|
18640
|
+
* [[RemoveNatAcRule](https://cloud.tencent.com/document/api/1132/86858)](https://cloud.tencent.com/document/api/#/#)
|
|
18641
|
+
|
|
18642
|
+
新增数据结构:
|
|
18643
|
+
|
|
18644
|
+
* [[CommonFilter](https://cloud.tencent.com/document/api/1132/49071#CommonFilter)](https://cloud.tencent.com/document/api/1132/49071#[CommonFilter](https://cloud.tencent.com/document/api/1132/49071#CommonFilter))
|
|
18645
|
+
* [[CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)](https://cloud.tencent.com/document/api/1132/49071#[CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem))
|
|
18646
|
+
* [[DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)](https://cloud.tencent.com/document/api/1132/49071#[DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem))
|
|
18647
|
+
|
|
18518
18648
|
### 第 29 次发布
|
|
18519
18649
|
|
|
18520
18650
|
发布时间:2023-02-22 01:11:48
|
|
@@ -19879,6 +20009,32 @@
|
|
|
19879
20009
|
|
|
19880
20010
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
19881
20011
|
|
|
20012
|
+
### 第 70 次发布
|
|
20013
|
+
|
|
20014
|
+
发布时间:2023-02-24 01:08:10
|
|
20015
|
+
|
|
20016
|
+
本次发布包含了以下内容:
|
|
20017
|
+
|
|
20018
|
+
改善已有的文档。
|
|
20019
|
+
|
|
20020
|
+
新增接口:
|
|
20021
|
+
|
|
20022
|
+
* [[DescribeDatahubTopic](https://cloud.tencent.com/document/api/597/86862)](https://cloud.tencent.com/document/api/#/#)
|
|
20023
|
+
* [[DescribeDatahubTopics](https://cloud.tencent.com/document/api/597/86863)](https://cloud.tencent.com/document/api/#/#)
|
|
20024
|
+
|
|
20025
|
+
修改接口:
|
|
20026
|
+
|
|
20027
|
+
* [DescribeInstancesDetail](https://cloud.tencent.com/document/api/597/40834)
|
|
20028
|
+
|
|
20029
|
+
* 新增入参:TagList
|
|
20030
|
+
|
|
20031
|
+
|
|
20032
|
+
新增数据结构:
|
|
20033
|
+
|
|
20034
|
+
* [[DatahubTopicDTO](https://cloud.tencent.com/document/api/597/40861#DatahubTopicDTO)](https://cloud.tencent.com/document/api/597/40861#[DatahubTopicDTO](https://cloud.tencent.com/document/api/597/40861#DatahubTopicDTO))
|
|
20035
|
+
* [[DescribeDatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicResp)](https://cloud.tencent.com/document/api/597/40861#[DescribeDatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicResp))
|
|
20036
|
+
* [[DescribeDatahubTopicsResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicsResp)](https://cloud.tencent.com/document/api/597/40861#[DescribeDatahubTopicsResp](https://cloud.tencent.com/document/api/597/40861#DescribeDatahubTopicsResp))
|
|
20037
|
+
|
|
19882
20038
|
### 第 69 次发布
|
|
19883
20039
|
|
|
19884
20040
|
发布时间:2023-02-23 01:11:36
|
|
@@ -19889,7 +20045,7 @@
|
|
|
19889
20045
|
|
|
19890
20046
|
新增数据结构:
|
|
19891
20047
|
|
|
19892
|
-
* [
|
|
20048
|
+
* [LowercaseParam](https://cloud.tencent.com/document/api/597/40861#LowercaseParam)
|
|
19893
20049
|
|
|
19894
20050
|
修改数据结构:
|
|
19895
20051
|
|
|
@@ -21398,6 +21554,21 @@
|
|
|
21398
21554
|
|
|
21399
21555
|
## 负载均衡(clb) 版本:2018-03-17
|
|
21400
21556
|
|
|
21557
|
+
### 第 82 次发布
|
|
21558
|
+
|
|
21559
|
+
发布时间:2023-02-24 01:08:31
|
|
21560
|
+
|
|
21561
|
+
本次发布包含了以下内容:
|
|
21562
|
+
|
|
21563
|
+
改善已有的文档。
|
|
21564
|
+
|
|
21565
|
+
修改接口:
|
|
21566
|
+
|
|
21567
|
+
* [DescribeTargets](https://cloud.tencent.com/document/api/214/30684)
|
|
21568
|
+
|
|
21569
|
+
* 新增入参:Filters
|
|
21570
|
+
|
|
21571
|
+
|
|
21401
21572
|
### 第 81 次发布
|
|
21402
21573
|
|
|
21403
21574
|
发布时间:2023-02-16 01:14:51
|
|
@@ -56534,6 +56705,29 @@
|
|
|
56534
56705
|
|
|
56535
56706
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
56536
56707
|
|
|
56708
|
+
### 第 43 次发布
|
|
56709
|
+
|
|
56710
|
+
发布时间:2023-02-24 01:14:10
|
|
56711
|
+
|
|
56712
|
+
本次发布包含了以下内容:
|
|
56713
|
+
|
|
56714
|
+
改善已有的文档。
|
|
56715
|
+
|
|
56716
|
+
修改数据结构:
|
|
56717
|
+
|
|
56718
|
+
* [BlueprintPrice](https://cloud.tencent.com/document/api/1207/47576#BlueprintPrice)
|
|
56719
|
+
|
|
56720
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
56721
|
+
|
|
56722
|
+
* [DiscountDetail](https://cloud.tencent.com/document/api/1207/47576#DiscountDetail)
|
|
56723
|
+
|
|
56724
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
56725
|
+
|
|
56726
|
+
* [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
|
|
56727
|
+
|
|
56728
|
+
* <font color="#dd0000">**修改成员**:</font>Discount
|
|
56729
|
+
|
|
56730
|
+
|
|
56537
56731
|
### 第 42 次发布
|
|
56538
56732
|
|
|
56539
56733
|
发布时间:2023-02-17 04:14:14
|
|
@@ -60800,6 +60994,22 @@
|
|
|
60800
60994
|
|
|
60801
60995
|
## 移动网络加速(mna) 版本:2021-01-19
|
|
60802
60996
|
|
|
60997
|
+
### 第 11 次发布
|
|
60998
|
+
|
|
60999
|
+
发布时间:2023-02-24 01:20:12
|
|
61000
|
+
|
|
61001
|
+
本次发布包含了以下内容:
|
|
61002
|
+
|
|
61003
|
+
改善已有的文档。
|
|
61004
|
+
|
|
61005
|
+
新增接口:
|
|
61006
|
+
|
|
61007
|
+
* [[GetMultiFlowStatistic](https://cloud.tencent.com/document/api/1385/86864)](https://cloud.tencent.com/document/api/#/#)
|
|
61008
|
+
|
|
61009
|
+
新增数据结构:
|
|
61010
|
+
|
|
61011
|
+
* [[FlowDetails](https://cloud.tencent.com/document/api/1385/55846#FlowDetails)](https://cloud.tencent.com/document/api/1385/55846#[FlowDetails](https://cloud.tencent.com/document/api/1385/55846#FlowDetails))
|
|
61012
|
+
|
|
60803
61013
|
### 第 10 次发布
|
|
60804
61014
|
|
|
60805
61015
|
发布时间:2023-02-23 01:43:45
|
|
@@ -70561,7 +70771,7 @@
|
|
|
70561
70771
|
|
|
70562
70772
|
新增数据结构:
|
|
70563
70773
|
|
|
70564
|
-
* [
|
|
70774
|
+
* [BackupLimitVpcItem](https://cloud.tencent.com/document/api/239/20022#BackupLimitVpcItem)
|
|
70565
70775
|
|
|
70566
70776
|
修改数据结构:
|
|
70567
70777
|
|
|
@@ -85034,6 +85244,29 @@
|
|
|
85034
85244
|
|
|
85035
85245
|
## 弹性微服务 TEM(tem) 版本:2021-07-01
|
|
85036
85246
|
|
|
85247
|
+
### 第 40 次发布
|
|
85248
|
+
|
|
85249
|
+
发布时间:2023-02-24 01:23:28
|
|
85250
|
+
|
|
85251
|
+
本次发布包含了以下内容:
|
|
85252
|
+
|
|
85253
|
+
改善已有的文档。
|
|
85254
|
+
|
|
85255
|
+
修改数据结构:
|
|
85256
|
+
|
|
85257
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
85258
|
+
|
|
85259
|
+
* 新增成员:ExternalDomain
|
|
85260
|
+
|
|
85261
|
+
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
85262
|
+
|
|
85263
|
+
* 新增成员:Domain
|
|
85264
|
+
|
|
85265
|
+
* [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
|
|
85266
|
+
|
|
85267
|
+
* 新增成员:ExternalDomain
|
|
85268
|
+
|
|
85269
|
+
|
|
85037
85270
|
### 第 39 次发布
|
|
85038
85271
|
|
|
85039
85272
|
发布时间:2023-02-16 01:58:58
|
|
@@ -95249,6 +95482,33 @@
|
|
|
95249
95482
|
|
|
95250
95483
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
95251
95484
|
|
|
95485
|
+
### 第 31 次发布
|
|
95486
|
+
|
|
95487
|
+
发布时间:2023-02-24 01:39:04
|
|
95488
|
+
|
|
95489
|
+
本次发布包含了以下内容:
|
|
95490
|
+
|
|
95491
|
+
改善已有的文档。
|
|
95492
|
+
|
|
95493
|
+
修改数据结构:
|
|
95494
|
+
|
|
95495
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
95496
|
+
|
|
95497
|
+
* 新增成员:InternetBandWidth
|
|
95498
|
+
|
|
95499
|
+
* [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
|
|
95500
|
+
|
|
95501
|
+
* 新增成员:VpcId
|
|
95502
|
+
|
|
95503
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
95504
|
+
|
|
95505
|
+
* 新增成员:EKSType, FeatureVersion, EnableClientIntranet
|
|
95506
|
+
|
|
95507
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
95508
|
+
|
|
95509
|
+
* 新增成员:VpcId
|
|
95510
|
+
|
|
95511
|
+
|
|
95252
95512
|
### 第 30 次发布
|
|
95253
95513
|
|
|
95254
95514
|
发布时间:2023-02-10 02:12:51
|