tencentcloud-sdk-nodejs 4.0.897 → 4.0.898
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 +211 -0
- package/SERVICE_CHANGELOG.md +340 -75
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdc/v20201214/cdc_models.ts +59 -20
- package/src/services/cvm/v20170312/cvm_models.ts +10 -10
- package/src/services/dlc/v20210125/dlc_models.ts +9 -1
- package/src/services/es/v20180416/es_models.ts +9 -1
- package/src/services/gaap/v20180529/gaap_models.ts +9 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/lcic/v20220817/lcic_models.ts +9 -1
- package/src/services/lke/v20231130/lke_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +108 -39
- package/src/services/tdmq/v20200217/tdmq_client.ts +37 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +144 -0
- package/src/services/tsi/v20210325/tsi_client.ts +15 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +94 -45
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +59 -20
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +9 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +9 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +108 -39
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -0
- package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +14 -1
- package/tencentcloud/services/tsi/v20210325/tsi_client.js +14 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +93 -45
- package/test/tdmq.v20200217.test.js +30 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,26 +1,36 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-17 01:09:51
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
16
16
|
|
|
17
|
+
* 新增入参:OrderTypes
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
修改数据结构:
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
* 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
30
|
+
|
|
31
|
+
### 第 97 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2024-07-17 01:14:09
|
|
24
34
|
|
|
25
35
|
本次发布包含了以下内容:
|
|
26
36
|
|
|
@@ -28,41 +38,120 @@
|
|
|
28
38
|
|
|
29
39
|
修改接口:
|
|
30
40
|
|
|
31
|
-
* [
|
|
41
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
32
42
|
|
|
33
|
-
* 新增入参:
|
|
43
|
+
* 新增入参:Sort, Asc
|
|
34
44
|
|
|
35
45
|
|
|
36
46
|
|
|
37
47
|
|
|
38
|
-
##
|
|
48
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
39
49
|
|
|
40
|
-
### 第
|
|
50
|
+
### 第 62 次发布
|
|
41
51
|
|
|
42
|
-
发布时间:2024-07-
|
|
52
|
+
发布时间:2024-07-17 01:15:53
|
|
43
53
|
|
|
44
54
|
本次发布包含了以下内容:
|
|
45
55
|
|
|
46
56
|
改善已有的文档。
|
|
47
57
|
|
|
48
|
-
|
|
58
|
+
修改接口:
|
|
49
59
|
|
|
50
|
-
* [
|
|
60
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
51
61
|
|
|
52
|
-
*
|
|
62
|
+
* 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
|
|
53
63
|
|
|
54
64
|
|
|
55
65
|
|
|
56
66
|
|
|
57
|
-
##
|
|
67
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
68
|
+
|
|
69
|
+
### 第 49 次发布
|
|
70
|
+
|
|
71
|
+
发布时间:2024-07-17 01:16:44
|
|
72
|
+
|
|
73
|
+
本次发布包含了以下内容:
|
|
74
|
+
|
|
75
|
+
改善已有的文档。
|
|
76
|
+
|
|
77
|
+
修改接口:
|
|
78
|
+
|
|
79
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
|
|
80
|
+
|
|
81
|
+
* 新增出参:Status, TaskId
|
|
82
|
+
|
|
58
83
|
|
|
59
84
|
|
|
60
85
|
|
|
61
86
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
62
87
|
|
|
63
|
-
### 第
|
|
88
|
+
### 第 11 次发布
|
|
64
89
|
|
|
65
|
-
发布时间:2024-07-
|
|
90
|
+
发布时间:2024-07-17 01:17:08
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
99
|
+
|
|
100
|
+
* 新增出参:ModerationLevel
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
106
|
+
|
|
107
|
+
### 第 57 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2024-07-17 01:19:12
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改接口:
|
|
116
|
+
|
|
117
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
118
|
+
|
|
119
|
+
* 新增入参:RecordStream
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
修改数据结构:
|
|
123
|
+
|
|
124
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
125
|
+
|
|
126
|
+
* 新增成员:RecordStream
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
132
|
+
|
|
133
|
+
### 第 119 次发布
|
|
134
|
+
|
|
135
|
+
发布时间:2024-07-17 01:20:37
|
|
136
|
+
|
|
137
|
+
本次发布包含了以下内容:
|
|
138
|
+
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
修改数据结构:
|
|
142
|
+
|
|
143
|
+
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
|
|
144
|
+
|
|
145
|
+
* <font color="#dd0000">**修改成员**:</font>Status, Id, Count
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
151
|
+
|
|
152
|
+
### 第 119 次发布
|
|
153
|
+
|
|
154
|
+
发布时间:2024-07-17 01:25:48
|
|
66
155
|
|
|
67
156
|
本次发布包含了以下内容:
|
|
68
157
|
|
|
@@ -70,50 +159,53 @@
|
|
|
70
159
|
|
|
71
160
|
新增接口:
|
|
72
161
|
|
|
73
|
-
* [
|
|
162
|
+
* [DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)
|
|
163
|
+
* [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)
|
|
164
|
+
* [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)
|
|
165
|
+
|
|
166
|
+
新增数据结构:
|
|
167
|
+
|
|
168
|
+
* [TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)
|
|
74
169
|
|
|
75
170
|
|
|
76
171
|
|
|
77
172
|
## 私有网络(vpc) 版本:2017-03-12
|
|
78
173
|
|
|
79
|
-
### 第
|
|
174
|
+
### 第 195 次发布
|
|
80
175
|
|
|
81
|
-
发布时间:2024-07-
|
|
176
|
+
发布时间:2024-07-17 01:29:26
|
|
82
177
|
|
|
83
178
|
本次发布包含了以下内容:
|
|
84
179
|
|
|
85
180
|
改善已有的文档。
|
|
86
181
|
|
|
87
|
-
|
|
182
|
+
修改接口:
|
|
183
|
+
|
|
184
|
+
* [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
|
|
185
|
+
|
|
186
|
+
* 新增入参:CheckAssociate
|
|
187
|
+
|
|
188
|
+
* <font color="#dd0000">**修改入参**:</font>SubnetId
|
|
88
189
|
|
|
89
|
-
* [AssociateInstancesToCcnRouteTable](https://cloud.tencent.com/document/api/215/108751)
|
|
90
|
-
* [ClearRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108750)
|
|
91
|
-
* [CreateCcnRouteTables](https://cloud.tencent.com/document/api/215/108749)
|
|
92
|
-
* [DeleteCcnRouteTables](https://cloud.tencent.com/document/api/215/108748)
|
|
93
|
-
* [DescribeCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108747)
|
|
94
|
-
* [DescribeCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108746)
|
|
95
|
-
* [DescribeCcnRouteTables](https://cloud.tencent.com/document/api/215/108745)
|
|
96
|
-
* [DescribeRouteTableAssociatedInstances](https://cloud.tencent.com/document/api/215/108744)
|
|
97
|
-
* [DescribeRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108743)
|
|
98
|
-
* [ModifyCcnRouteTables](https://cloud.tencent.com/document/api/215/108742)
|
|
99
|
-
* [ModifyRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108741)
|
|
100
|
-
* [ReplaceCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108740)
|
|
101
|
-
* [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
|
|
102
190
|
|
|
103
191
|
新增数据结构:
|
|
104
192
|
|
|
105
|
-
* [
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
* [
|
|
110
|
-
|
|
111
|
-
*
|
|
112
|
-
|
|
113
|
-
* [
|
|
114
|
-
|
|
115
|
-
*
|
|
116
|
-
|
|
193
|
+
* [HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)
|
|
194
|
+
|
|
195
|
+
修改数据结构:
|
|
196
|
+
|
|
197
|
+
* [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
|
|
198
|
+
|
|
199
|
+
* 新增成员:OrderType
|
|
200
|
+
|
|
201
|
+
* [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
|
|
202
|
+
|
|
203
|
+
* 新增成员:LegalPersonId, LegalPersonIdCard
|
|
204
|
+
|
|
205
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
206
|
+
|
|
207
|
+
* 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
|
|
208
|
+
|
|
117
209
|
|
|
118
210
|
|
|
119
211
|
|
|
@@ -14283,7 +14375,7 @@
|
|
|
14283
14375
|
|
|
14284
14376
|
新增接口:
|
|
14285
14377
|
|
|
14286
|
-
* [
|
|
14378
|
+
* [DescribeSnapshotOverview](https://cloud.tencent.com/document/api/362/108737)
|
|
14287
14379
|
|
|
14288
14380
|
### 第 56 次发布
|
|
14289
14381
|
|
|
@@ -19838,6 +19930,28 @@
|
|
|
19838
19930
|
|
|
19839
19931
|
## 本地专用集群(cdc) 版本:2020-12-14
|
|
19840
19932
|
|
|
19933
|
+
### 第 10 次发布
|
|
19934
|
+
|
|
19935
|
+
发布时间:2024-07-17 01:09:51
|
|
19936
|
+
|
|
19937
|
+
本次发布包含了以下内容:
|
|
19938
|
+
|
|
19939
|
+
改善已有的文档。
|
|
19940
|
+
|
|
19941
|
+
修改接口:
|
|
19942
|
+
|
|
19943
|
+
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
19944
|
+
|
|
19945
|
+
* 新增入参:OrderTypes
|
|
19946
|
+
|
|
19947
|
+
|
|
19948
|
+
修改数据结构:
|
|
19949
|
+
|
|
19950
|
+
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
19951
|
+
|
|
19952
|
+
* 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
|
|
19953
|
+
|
|
19954
|
+
|
|
19841
19955
|
### 第 9 次发布
|
|
19842
19956
|
|
|
19843
19957
|
发布时间:2024-03-12 01:14:14
|
|
@@ -51275,6 +51389,21 @@
|
|
|
51275
51389
|
|
|
51276
51390
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
51277
51391
|
|
|
51392
|
+
### 第 97 次发布
|
|
51393
|
+
|
|
51394
|
+
发布时间:2024-07-17 01:14:09
|
|
51395
|
+
|
|
51396
|
+
本次发布包含了以下内容:
|
|
51397
|
+
|
|
51398
|
+
改善已有的文档。
|
|
51399
|
+
|
|
51400
|
+
修改接口:
|
|
51401
|
+
|
|
51402
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
51403
|
+
|
|
51404
|
+
* 新增入参:Sort, Asc
|
|
51405
|
+
|
|
51406
|
+
|
|
51278
51407
|
### 第 96 次发布
|
|
51279
51408
|
|
|
51280
51409
|
发布时间:2024-07-08 01:13:07
|
|
@@ -61351,6 +61480,21 @@
|
|
|
61351
61480
|
|
|
61352
61481
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
61353
61482
|
|
|
61483
|
+
### 第 62 次发布
|
|
61484
|
+
|
|
61485
|
+
发布时间:2024-07-17 01:15:53
|
|
61486
|
+
|
|
61487
|
+
本次发布包含了以下内容:
|
|
61488
|
+
|
|
61489
|
+
改善已有的文档。
|
|
61490
|
+
|
|
61491
|
+
修改接口:
|
|
61492
|
+
|
|
61493
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
61494
|
+
|
|
61495
|
+
* 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
|
|
61496
|
+
|
|
61497
|
+
|
|
61354
61498
|
### 第 61 次发布
|
|
61355
61499
|
|
|
61356
61500
|
发布时间:2024-07-09 01:14:44
|
|
@@ -71152,6 +71296,21 @@
|
|
|
71152
71296
|
|
|
71153
71297
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
71154
71298
|
|
|
71299
|
+
### 第 49 次发布
|
|
71300
|
+
|
|
71301
|
+
发布时间:2024-07-17 01:16:44
|
|
71302
|
+
|
|
71303
|
+
本次发布包含了以下内容:
|
|
71304
|
+
|
|
71305
|
+
改善已有的文档。
|
|
71306
|
+
|
|
71307
|
+
修改接口:
|
|
71308
|
+
|
|
71309
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
|
|
71310
|
+
|
|
71311
|
+
* 新增出参:Status, TaskId
|
|
71312
|
+
|
|
71313
|
+
|
|
71155
71314
|
### 第 48 次发布
|
|
71156
71315
|
|
|
71157
71316
|
发布时间:2024-07-15 01:12:05
|
|
@@ -74692,6 +74851,21 @@
|
|
|
74692
74851
|
|
|
74693
74852
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
74694
74853
|
|
|
74854
|
+
### 第 11 次发布
|
|
74855
|
+
|
|
74856
|
+
发布时间:2024-07-17 01:17:08
|
|
74857
|
+
|
|
74858
|
+
本次发布包含了以下内容:
|
|
74859
|
+
|
|
74860
|
+
改善已有的文档。
|
|
74861
|
+
|
|
74862
|
+
修改接口:
|
|
74863
|
+
|
|
74864
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
74865
|
+
|
|
74866
|
+
* 新增出参:ModerationLevel
|
|
74867
|
+
|
|
74868
|
+
|
|
74695
74869
|
### 第 10 次发布
|
|
74696
74870
|
|
|
74697
74871
|
发布时间:2024-07-16 01:17:20
|
|
@@ -74702,7 +74876,7 @@
|
|
|
74702
74876
|
|
|
74703
74877
|
新增接口:
|
|
74704
74878
|
|
|
74705
|
-
* [
|
|
74879
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
74706
74880
|
|
|
74707
74881
|
### 第 9 次发布
|
|
74708
74882
|
|
|
@@ -83239,6 +83413,28 @@
|
|
|
83239
83413
|
|
|
83240
83414
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
83241
83415
|
|
|
83416
|
+
### 第 57 次发布
|
|
83417
|
+
|
|
83418
|
+
发布时间:2024-07-17 01:19:12
|
|
83419
|
+
|
|
83420
|
+
本次发布包含了以下内容:
|
|
83421
|
+
|
|
83422
|
+
改善已有的文档。
|
|
83423
|
+
|
|
83424
|
+
修改接口:
|
|
83425
|
+
|
|
83426
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
83427
|
+
|
|
83428
|
+
* 新增入参:RecordStream
|
|
83429
|
+
|
|
83430
|
+
|
|
83431
|
+
修改数据结构:
|
|
83432
|
+
|
|
83433
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
83434
|
+
|
|
83435
|
+
* 新增成员:RecordStream
|
|
83436
|
+
|
|
83437
|
+
|
|
83242
83438
|
### 第 56 次发布
|
|
83243
83439
|
|
|
83244
83440
|
发布时间:2024-04-16 01:14:56
|
|
@@ -91599,6 +91795,21 @@
|
|
|
91599
91795
|
|
|
91600
91796
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
91601
91797
|
|
|
91798
|
+
### 第 119 次发布
|
|
91799
|
+
|
|
91800
|
+
发布时间:2024-07-17 01:20:37
|
|
91801
|
+
|
|
91802
|
+
本次发布包含了以下内容:
|
|
91803
|
+
|
|
91804
|
+
改善已有的文档。
|
|
91805
|
+
|
|
91806
|
+
修改数据结构:
|
|
91807
|
+
|
|
91808
|
+
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
|
|
91809
|
+
|
|
91810
|
+
* <font color="#dd0000">**修改成员**:</font>Status, Id, Count
|
|
91811
|
+
|
|
91812
|
+
|
|
91602
91813
|
### 第 118 次发布
|
|
91603
91814
|
|
|
91604
91815
|
发布时间:2024-07-03 01:20:32
|
|
@@ -123858,6 +124069,24 @@
|
|
|
123858
124069
|
|
|
123859
124070
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
123860
124071
|
|
|
124072
|
+
### 第 119 次发布
|
|
124073
|
+
|
|
124074
|
+
发布时间:2024-07-17 01:25:48
|
|
124075
|
+
|
|
124076
|
+
本次发布包含了以下内容:
|
|
124077
|
+
|
|
124078
|
+
改善已有的文档。
|
|
124079
|
+
|
|
124080
|
+
新增接口:
|
|
124081
|
+
|
|
124082
|
+
* [[DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)](https://cloud.tencent.com/document/api/#/#)
|
|
124083
|
+
* [[DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)](https://cloud.tencent.com/document/api/#/#)
|
|
124084
|
+
* [[ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)](https://cloud.tencent.com/document/api/#/#)
|
|
124085
|
+
|
|
124086
|
+
新增数据结构:
|
|
124087
|
+
|
|
124088
|
+
* [[TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)](https://cloud.tencent.com/document/api/1179/46089#[TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats))
|
|
124089
|
+
|
|
123861
124090
|
### 第 118 次发布
|
|
123862
124091
|
|
|
123863
124092
|
发布时间:2024-07-03 01:24:52
|
|
@@ -152641,6 +152870,42 @@
|
|
|
152641
152870
|
|
|
152642
152871
|
## 私有网络(vpc) 版本:2017-03-12
|
|
152643
152872
|
|
|
152873
|
+
### 第 195 次发布
|
|
152874
|
+
|
|
152875
|
+
发布时间:2024-07-17 01:29:26
|
|
152876
|
+
|
|
152877
|
+
本次发布包含了以下内容:
|
|
152878
|
+
|
|
152879
|
+
改善已有的文档。
|
|
152880
|
+
|
|
152881
|
+
修改接口:
|
|
152882
|
+
|
|
152883
|
+
* [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
|
|
152884
|
+
|
|
152885
|
+
* 新增入参:CheckAssociate
|
|
152886
|
+
|
|
152887
|
+
* <font color="#dd0000">**修改入参**:</font>SubnetId
|
|
152888
|
+
|
|
152889
|
+
|
|
152890
|
+
新增数据结构:
|
|
152891
|
+
|
|
152892
|
+
* [[HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)](https://cloud.tencent.com/document/api/215/15824#[HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation))
|
|
152893
|
+
|
|
152894
|
+
修改数据结构:
|
|
152895
|
+
|
|
152896
|
+
* [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
|
|
152897
|
+
|
|
152898
|
+
* 新增成员:OrderType
|
|
152899
|
+
|
|
152900
|
+
* [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
|
|
152901
|
+
|
|
152902
|
+
* 新增成员:LegalPersonId, LegalPersonIdCard
|
|
152903
|
+
|
|
152904
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
152905
|
+
|
|
152906
|
+
* 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
|
|
152907
|
+
|
|
152908
|
+
|
|
152644
152909
|
### 第 194 次发布
|
|
152645
152910
|
|
|
152646
152911
|
发布时间:2024-07-16 01:29:31
|
|
@@ -152651,34 +152916,34 @@
|
|
|
152651
152916
|
|
|
152652
152917
|
新增接口:
|
|
152653
152918
|
|
|
152654
|
-
* [
|
|
152655
|
-
* [
|
|
152656
|
-
* [
|
|
152657
|
-
* [
|
|
152658
|
-
* [
|
|
152659
|
-
* [
|
|
152660
|
-
* [
|
|
152661
|
-
* [
|
|
152662
|
-
* [
|
|
152663
|
-
* [
|
|
152664
|
-
* [
|
|
152665
|
-
* [
|
|
152666
|
-
* [
|
|
152919
|
+
* [AssociateInstancesToCcnRouteTable](https://cloud.tencent.com/document/api/215/108751)
|
|
152920
|
+
* [ClearRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108750)
|
|
152921
|
+
* [CreateCcnRouteTables](https://cloud.tencent.com/document/api/215/108749)
|
|
152922
|
+
* [DeleteCcnRouteTables](https://cloud.tencent.com/document/api/215/108748)
|
|
152923
|
+
* [DescribeCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108747)
|
|
152924
|
+
* [DescribeCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108746)
|
|
152925
|
+
* [DescribeCcnRouteTables](https://cloud.tencent.com/document/api/215/108745)
|
|
152926
|
+
* [DescribeRouteTableAssociatedInstances](https://cloud.tencent.com/document/api/215/108744)
|
|
152927
|
+
* [DescribeRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108743)
|
|
152928
|
+
* [ModifyCcnRouteTables](https://cloud.tencent.com/document/api/215/108742)
|
|
152929
|
+
* [ModifyRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108741)
|
|
152930
|
+
* [ReplaceCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108740)
|
|
152931
|
+
* [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
|
|
152667
152932
|
|
|
152668
152933
|
新增数据结构:
|
|
152669
152934
|
|
|
152670
|
-
* [
|
|
152671
|
-
* [
|
|
152672
|
-
* [
|
|
152673
|
-
* [
|
|
152674
|
-
* [
|
|
152675
|
-
* [
|
|
152676
|
-
* [
|
|
152677
|
-
* [
|
|
152678
|
-
* [
|
|
152679
|
-
* [
|
|
152680
|
-
* [
|
|
152681
|
-
* [
|
|
152935
|
+
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
152936
|
+
* [CcnInstanceWithoutRegion](https://cloud.tencent.com/document/api/215/15824#CcnInstanceWithoutRegion)
|
|
152937
|
+
* [CcnRouteBroadcastPolicyRouteCondition](https://cloud.tencent.com/document/api/215/15824#CcnRouteBroadcastPolicyRouteCondition)
|
|
152938
|
+
* [CcnRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnRouteTable)
|
|
152939
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
152940
|
+
* [CcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicys)
|
|
152941
|
+
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
152942
|
+
* [CcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicys)
|
|
152943
|
+
* [CcnRouteTableSelectPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableSelectPolicy)
|
|
152944
|
+
* [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
|
|
152945
|
+
* [ModifyRouteTableInfo](https://cloud.tencent.com/document/api/215/15824#ModifyRouteTableInfo)
|
|
152946
|
+
* [RouteSelectionPolicy](https://cloud.tencent.com/document/api/215/15824#RouteSelectionPolicy)
|
|
152682
152947
|
|
|
152683
152948
|
### 第 193 次发布
|
|
152684
152949
|
|