tencentcloud-sdk-nodejs-tdmq 4.0.510 → 4.0.511
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 +164 -0
- package/SERVICE_CHANGELOG.md +267 -15
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/services/tdmq/v20200217/tdmq_models.ts +82 -26
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +72 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,167 @@
|
|
|
1
|
+
# Release 4.0.511
|
|
2
|
+
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
|
+
|
|
5
|
+
### 第 11 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-12-27 01:33:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeProxyProcessStatistics](https://cloud.tencent.com/document/api/1130/84544)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [ProcessStatistic](https://cloud.tencent.com/document/api/1130/57812#ProcessStatistic)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
28
|
+
|
|
29
|
+
### 第 42 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-12-27 02:09:12
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改接口:
|
|
38
|
+
|
|
39
|
+
* [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
|
|
40
|
+
|
|
41
|
+
* 新增入参:GroupType, RetryMaxTimes
|
|
42
|
+
|
|
43
|
+
* [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
|
|
44
|
+
|
|
45
|
+
* 新增入参:Types
|
|
46
|
+
|
|
47
|
+
* [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
|
|
48
|
+
|
|
49
|
+
* 新增入参:RetryMaxTimes
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
修改数据结构:
|
|
53
|
+
|
|
54
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
55
|
+
|
|
56
|
+
* 新增成员:Status, IsolateTime, HttpPublicEndpoint, HttpVpcEndpoint
|
|
57
|
+
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint, SupportNamespaceEndpoint, Vpcs, IsVip, RocketMQFlag
|
|
59
|
+
|
|
60
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
61
|
+
|
|
62
|
+
* 新增成员:GroupType, RetryMaxTimes
|
|
63
|
+
|
|
64
|
+
* <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
70
|
+
|
|
71
|
+
### 第 22 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-12-27 02:10:56
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
80
|
+
|
|
81
|
+
* CreateDnsRecord
|
|
82
|
+
* CreateLoadBalancing
|
|
83
|
+
* DeleteDnsRecords
|
|
84
|
+
* DeleteLoadBalancing
|
|
85
|
+
* DescribeDnsRecords
|
|
86
|
+
* DescribeLoadBalancing
|
|
87
|
+
* ModifyDnsRecord
|
|
88
|
+
* ModifyLoadBalancing
|
|
89
|
+
|
|
90
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
91
|
+
|
|
92
|
+
* AdvancedOriginGroup
|
|
93
|
+
* DnsRecord
|
|
94
|
+
* LoadBalancing
|
|
95
|
+
* OriginGroupCondition
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
104
|
+
|
|
105
|
+
### 第 12 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-12-27 02:17:04
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改接口:
|
|
114
|
+
|
|
115
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
116
|
+
|
|
117
|
+
* 新增入参:BatchCode
|
|
118
|
+
|
|
119
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
120
|
+
|
|
121
|
+
* 新增入参:SerialType
|
|
122
|
+
|
|
123
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
124
|
+
|
|
125
|
+
* 新增入参:SerialType
|
|
126
|
+
|
|
127
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
128
|
+
|
|
129
|
+
* 新增入参:SerialType
|
|
130
|
+
|
|
131
|
+
* [ModifyCodeBatch](https://cloud.tencent.com/document/api/1458/75007)
|
|
132
|
+
|
|
133
|
+
* 新增入参:BatchCode
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
139
|
+
|
|
140
|
+
### 第 9 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2022-12-27 02:26:58
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
147
|
+
|
|
148
|
+
新增数据结构:
|
|
149
|
+
|
|
150
|
+
* [AMEMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#AMEMusicBaseInfo)
|
|
151
|
+
|
|
152
|
+
修改数据结构:
|
|
153
|
+
|
|
154
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
155
|
+
|
|
156
|
+
* 新增成员:AMEMusicBaseInfo
|
|
157
|
+
|
|
158
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
159
|
+
|
|
160
|
+
* 新增成员:MusicIdToMatchAME
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
1
165
|
# Release 4.0.510
|
|
2
166
|
|
|
3
167
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,34 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-12-
|
|
7
|
+
发布时间:2022-12-27 01:33:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeProxyProcessStatistics](https://cloud.tencent.com/document/api/1130/84544)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [ProcessStatistic](https://cloud.tencent.com/document/api/1130/57812#ProcessStatistic)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
28
|
+
|
|
29
|
+
### 第 42 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-12-27 02:09:12
|
|
8
32
|
|
|
9
33
|
本次发布包含了以下内容:
|
|
10
34
|
|
|
@@ -12,31 +36,63 @@
|
|
|
12
36
|
|
|
13
37
|
修改接口:
|
|
14
38
|
|
|
15
|
-
* [
|
|
39
|
+
* [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
|
|
16
40
|
|
|
17
|
-
*
|
|
41
|
+
* 新增入参:GroupType, RetryMaxTimes
|
|
18
42
|
|
|
43
|
+
* [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
|
|
19
44
|
|
|
20
|
-
|
|
45
|
+
* 新增入参:Types
|
|
46
|
+
|
|
47
|
+
* [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
|
|
48
|
+
|
|
49
|
+
* 新增入参:RetryMaxTimes
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
修改数据结构:
|
|
53
|
+
|
|
54
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
55
|
+
|
|
56
|
+
* 新增成员:Status, IsolateTime, HttpPublicEndpoint, HttpVpcEndpoint
|
|
57
|
+
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint, SupportNamespaceEndpoint, Vpcs, IsVip, RocketMQFlag
|
|
59
|
+
|
|
60
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
61
|
+
|
|
62
|
+
* 新增成员:GroupType, RetryMaxTimes
|
|
63
|
+
|
|
64
|
+
* <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
21
65
|
|
|
22
|
-
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
23
66
|
|
|
24
67
|
|
|
25
68
|
|
|
26
69
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
27
70
|
|
|
28
|
-
### 第
|
|
71
|
+
### 第 22 次发布
|
|
29
72
|
|
|
30
|
-
发布时间:2022-12-
|
|
73
|
+
发布时间:2022-12-27 02:10:56
|
|
31
74
|
|
|
32
75
|
本次发布包含了以下内容:
|
|
33
76
|
|
|
34
77
|
改善已有的文档。
|
|
35
78
|
|
|
36
|
-
|
|
79
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
37
80
|
|
|
38
|
-
*
|
|
39
|
-
*
|
|
81
|
+
* CreateDnsRecord
|
|
82
|
+
* CreateLoadBalancing
|
|
83
|
+
* DeleteDnsRecords
|
|
84
|
+
* DeleteLoadBalancing
|
|
85
|
+
* DescribeDnsRecords
|
|
86
|
+
* DescribeLoadBalancing
|
|
87
|
+
* ModifyDnsRecord
|
|
88
|
+
* ModifyLoadBalancing
|
|
89
|
+
|
|
90
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
91
|
+
|
|
92
|
+
* AdvancedOriginGroup
|
|
93
|
+
* DnsRecord
|
|
94
|
+
* LoadBalancing
|
|
95
|
+
* OriginGroupCondition
|
|
40
96
|
|
|
41
97
|
|
|
42
98
|
|
|
@@ -44,6 +100,68 @@
|
|
|
44
100
|
|
|
45
101
|
|
|
46
102
|
|
|
103
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
104
|
+
|
|
105
|
+
### 第 12 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-12-27 02:17:04
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改接口:
|
|
114
|
+
|
|
115
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
116
|
+
|
|
117
|
+
* 新增入参:BatchCode
|
|
118
|
+
|
|
119
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
120
|
+
|
|
121
|
+
* 新增入参:SerialType
|
|
122
|
+
|
|
123
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
124
|
+
|
|
125
|
+
* 新增入参:SerialType
|
|
126
|
+
|
|
127
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
128
|
+
|
|
129
|
+
* 新增入参:SerialType
|
|
130
|
+
|
|
131
|
+
* [ModifyCodeBatch](https://cloud.tencent.com/document/api/1458/75007)
|
|
132
|
+
|
|
133
|
+
* 新增入参:BatchCode
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
139
|
+
|
|
140
|
+
### 第 9 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2022-12-27 02:26:58
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
147
|
+
|
|
148
|
+
新增数据结构:
|
|
149
|
+
|
|
150
|
+
* [AMEMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#AMEMusicBaseInfo)
|
|
151
|
+
|
|
152
|
+
修改数据结构:
|
|
153
|
+
|
|
154
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
155
|
+
|
|
156
|
+
* 新增成员:AMEMusicBaseInfo
|
|
157
|
+
|
|
158
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
159
|
+
|
|
160
|
+
* 新增成员:MusicIdToMatchAME
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
47
165
|
# 历次版本更新如下:
|
|
48
166
|
|
|
49
167
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -17359,7 +17477,7 @@
|
|
|
17359
17477
|
|
|
17360
17478
|
新增数据结构:
|
|
17361
17479
|
|
|
17362
|
-
* [
|
|
17480
|
+
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
17363
17481
|
|
|
17364
17482
|
### 第 4 次发布
|
|
17365
17483
|
|
|
@@ -33276,6 +33394,22 @@
|
|
|
33276
33394
|
|
|
33277
33395
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
33278
33396
|
|
|
33397
|
+
### 第 11 次发布
|
|
33398
|
+
|
|
33399
|
+
发布时间:2022-12-27 01:33:02
|
|
33400
|
+
|
|
33401
|
+
本次发布包含了以下内容:
|
|
33402
|
+
|
|
33403
|
+
改善已有的文档。
|
|
33404
|
+
|
|
33405
|
+
新增接口:
|
|
33406
|
+
|
|
33407
|
+
* [[DescribeProxyProcessStatistics](https://cloud.tencent.com/document/api/1130/84544)](https://cloud.tencent.com/document/api/#/#)
|
|
33408
|
+
|
|
33409
|
+
新增数据结构:
|
|
33410
|
+
|
|
33411
|
+
* [[ProcessStatistic](https://cloud.tencent.com/document/api/1130/57812#ProcessStatistic)](https://cloud.tencent.com/document/api/1130/57812#[ProcessStatistic](https://cloud.tencent.com/document/api/1130/57812#ProcessStatistic))
|
|
33412
|
+
|
|
33279
33413
|
### 第 10 次发布
|
|
33280
33414
|
|
|
33281
33415
|
发布时间:2022-09-07 06:24:27
|
|
@@ -79802,6 +79936,44 @@
|
|
|
79802
79936
|
|
|
79803
79937
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
79804
79938
|
|
|
79939
|
+
### 第 42 次发布
|
|
79940
|
+
|
|
79941
|
+
发布时间:2022-12-27 02:09:12
|
|
79942
|
+
|
|
79943
|
+
本次发布包含了以下内容:
|
|
79944
|
+
|
|
79945
|
+
改善已有的文档。
|
|
79946
|
+
|
|
79947
|
+
修改接口:
|
|
79948
|
+
|
|
79949
|
+
* [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
|
|
79950
|
+
|
|
79951
|
+
* 新增入参:GroupType, RetryMaxTimes
|
|
79952
|
+
|
|
79953
|
+
* [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
|
|
79954
|
+
|
|
79955
|
+
* 新增入参:Types
|
|
79956
|
+
|
|
79957
|
+
* [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
|
|
79958
|
+
|
|
79959
|
+
* 新增入参:RetryMaxTimes
|
|
79960
|
+
|
|
79961
|
+
|
|
79962
|
+
修改数据结构:
|
|
79963
|
+
|
|
79964
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
79965
|
+
|
|
79966
|
+
* 新增成员:Status, IsolateTime, HttpPublicEndpoint, HttpVpcEndpoint
|
|
79967
|
+
|
|
79968
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint, SupportNamespaceEndpoint, Vpcs, IsVip, RocketMQFlag
|
|
79969
|
+
|
|
79970
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
79971
|
+
|
|
79972
|
+
* 新增成员:GroupType, RetryMaxTimes
|
|
79973
|
+
|
|
79974
|
+
* <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
79975
|
+
|
|
79976
|
+
|
|
79805
79977
|
### 第 41 次发布
|
|
79806
79978
|
|
|
79807
79979
|
发布时间:2022-11-25 07:03:54
|
|
@@ -82727,6 +82899,32 @@
|
|
|
82727
82899
|
|
|
82728
82900
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
82729
82901
|
|
|
82902
|
+
### 第 22 次发布
|
|
82903
|
+
|
|
82904
|
+
发布时间:2022-12-27 02:10:56
|
|
82905
|
+
|
|
82906
|
+
本次发布包含了以下内容:
|
|
82907
|
+
|
|
82908
|
+
改善已有的文档。
|
|
82909
|
+
|
|
82910
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
82911
|
+
|
|
82912
|
+
* CreateDnsRecord
|
|
82913
|
+
* CreateLoadBalancing
|
|
82914
|
+
* DeleteDnsRecords
|
|
82915
|
+
* DeleteLoadBalancing
|
|
82916
|
+
* DescribeDnsRecords
|
|
82917
|
+
* DescribeLoadBalancing
|
|
82918
|
+
* ModifyDnsRecord
|
|
82919
|
+
* ModifyLoadBalancing
|
|
82920
|
+
|
|
82921
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
82922
|
+
|
|
82923
|
+
* AdvancedOriginGroup
|
|
82924
|
+
* DnsRecord
|
|
82925
|
+
* LoadBalancing
|
|
82926
|
+
* OriginGroupCondition
|
|
82927
|
+
|
|
82730
82928
|
### 第 21 次发布
|
|
82731
82929
|
|
|
82732
82930
|
发布时间:2022-12-26 01:58:03
|
|
@@ -82737,8 +82935,8 @@
|
|
|
82737
82935
|
|
|
82738
82936
|
新增接口:
|
|
82739
82937
|
|
|
82740
|
-
* [
|
|
82741
|
-
* [
|
|
82938
|
+
* [DescribeDistributionL4AccessData](https://cloud.tencent.com/document/api/1552/84489)
|
|
82939
|
+
* [DescribeTimingL4AccessData](https://cloud.tencent.com/document/api/1552/84488)
|
|
82742
82940
|
|
|
82743
82941
|
### 第 20 次发布
|
|
82744
82942
|
|
|
@@ -89316,6 +89514,37 @@
|
|
|
89316
89514
|
|
|
89317
89515
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
89318
89516
|
|
|
89517
|
+
### 第 12 次发布
|
|
89518
|
+
|
|
89519
|
+
发布时间:2022-12-27 02:17:04
|
|
89520
|
+
|
|
89521
|
+
本次发布包含了以下内容:
|
|
89522
|
+
|
|
89523
|
+
改善已有的文档。
|
|
89524
|
+
|
|
89525
|
+
修改接口:
|
|
89526
|
+
|
|
89527
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
89528
|
+
|
|
89529
|
+
* 新增入参:BatchCode
|
|
89530
|
+
|
|
89531
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
89532
|
+
|
|
89533
|
+
* 新增入参:SerialType
|
|
89534
|
+
|
|
89535
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
89536
|
+
|
|
89537
|
+
* 新增入参:SerialType
|
|
89538
|
+
|
|
89539
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
89540
|
+
|
|
89541
|
+
* 新增入参:SerialType
|
|
89542
|
+
|
|
89543
|
+
* [ModifyCodeBatch](https://cloud.tencent.com/document/api/1458/75007)
|
|
89544
|
+
|
|
89545
|
+
* 新增入参:BatchCode
|
|
89546
|
+
|
|
89547
|
+
|
|
89319
89548
|
### 第 11 次发布
|
|
89320
89549
|
|
|
89321
89550
|
发布时间:2022-12-07 07:14:07
|
|
@@ -101798,6 +102027,29 @@
|
|
|
101798
102027
|
|
|
101799
102028
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
101800
102029
|
|
|
102030
|
+
### 第 9 次发布
|
|
102031
|
+
|
|
102032
|
+
发布时间:2022-12-27 02:26:58
|
|
102033
|
+
|
|
102034
|
+
本次发布包含了以下内容:
|
|
102035
|
+
|
|
102036
|
+
改善已有的文档。
|
|
102037
|
+
|
|
102038
|
+
新增数据结构:
|
|
102039
|
+
|
|
102040
|
+
* [[AMEMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#AMEMusicBaseInfo)](https://cloud.tencent.com/document/api/1592/76191#[AMEMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#AMEMusicBaseInfo))
|
|
102041
|
+
|
|
102042
|
+
修改数据结构:
|
|
102043
|
+
|
|
102044
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
102045
|
+
|
|
102046
|
+
* 新增成员:AMEMusicBaseInfo
|
|
102047
|
+
|
|
102048
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
102049
|
+
|
|
102050
|
+
* 新增成员:MusicIdToMatchAME
|
|
102051
|
+
|
|
102052
|
+
|
|
101801
102053
|
### 第 8 次发布
|
|
101802
102054
|
|
|
101803
102055
|
发布时间:2022-10-28 07:02:46
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-23 01:11:34 |
|
|
37
37
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
|
|
39
|
-
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-
|
|
39
|
+
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-15 01:11:34 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-16 01:10:35 |
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-27 01:23:30 |
|
|
57
57
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-14 01:16:36 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
74
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-
|
|
74
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-12-27 01:33:02 |
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
88
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-
|
|
88
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-12-27 01:37:12 |
|
|
89
89
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-13 10:29:37 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-27 01:39:30 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-27 01:39:46 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
|
|
185
185
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
186
186
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
|
|
187
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
187
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-27 02:09:12 |
|
|
188
188
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
189
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-
|
|
190
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-
|
|
189
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
190
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-27 02:10:56 |
|
|
191
191
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
|
|
192
192
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
193
193
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
203
203
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
|
|
204
204
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
205
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-
|
|
205
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-27 02:17:04 |
|
|
206
206
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-19 02:11:18 |
|
|
207
207
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
208
208
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-16 01:48:54 |
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
218
218
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
|
|
219
219
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
220
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-
|
|
220
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-12-27 02:26:58 |
|
|
221
221
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
222
222
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
223
223
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
|
|
@@ -250,6 +250,16 @@ export interface CreateRocketMQGroupRequest {
|
|
|
250
250
|
* 说明信息,最长128个字符
|
|
251
251
|
*/
|
|
252
252
|
Remark?: string
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Group类型(TCP/HTTP)
|
|
256
|
+
*/
|
|
257
|
+
GroupType?: string
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Group最大重试次数
|
|
261
|
+
*/
|
|
262
|
+
RetryMaxTimes?: number
|
|
253
263
|
}
|
|
254
264
|
|
|
255
265
|
/**
|
|
@@ -953,70 +963,82 @@ export interface RocketMQGroup {
|
|
|
953
963
|
/**
|
|
954
964
|
* 消费组名称
|
|
955
965
|
*/
|
|
956
|
-
Name
|
|
966
|
+
Name?: string
|
|
957
967
|
|
|
958
968
|
/**
|
|
959
969
|
* 在线消费者数量
|
|
960
970
|
*/
|
|
961
|
-
ConsumerNum
|
|
971
|
+
ConsumerNum?: number
|
|
962
972
|
|
|
963
973
|
/**
|
|
964
974
|
* 消费TPS
|
|
965
975
|
*/
|
|
966
|
-
TPS
|
|
976
|
+
TPS?: number
|
|
967
977
|
|
|
968
978
|
/**
|
|
969
979
|
* 总堆积数量
|
|
970
980
|
*/
|
|
971
|
-
TotalAccumulative
|
|
981
|
+
TotalAccumulative?: number
|
|
972
982
|
|
|
973
983
|
/**
|
|
974
984
|
* 0表示集群消费模式,1表示广播消费模式,-1表示未知
|
|
975
985
|
*/
|
|
976
|
-
ConsumptionMode
|
|
986
|
+
ConsumptionMode?: number
|
|
977
987
|
|
|
978
988
|
/**
|
|
979
989
|
* 是否允许消费
|
|
980
990
|
*/
|
|
981
|
-
ReadEnabled
|
|
991
|
+
ReadEnabled?: boolean
|
|
982
992
|
|
|
983
993
|
/**
|
|
984
994
|
* 重试队列分区数
|
|
985
995
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
986
996
|
*/
|
|
987
|
-
RetryPartitionNum
|
|
997
|
+
RetryPartitionNum?: number
|
|
988
998
|
|
|
989
999
|
/**
|
|
990
1000
|
* 创建时间,以毫秒为单位
|
|
991
1001
|
*/
|
|
992
|
-
CreateTime
|
|
1002
|
+
CreateTime?: number
|
|
993
1003
|
|
|
994
1004
|
/**
|
|
995
1005
|
* 修改时间,以毫秒为单位
|
|
996
1006
|
*/
|
|
997
|
-
UpdateTime
|
|
1007
|
+
UpdateTime?: number
|
|
998
1008
|
|
|
999
1009
|
/**
|
|
1000
1010
|
* 客户端协议
|
|
1001
1011
|
*/
|
|
1002
|
-
ClientProtocol
|
|
1012
|
+
ClientProtocol?: string
|
|
1003
1013
|
|
|
1004
1014
|
/**
|
|
1005
1015
|
* 说明信息
|
|
1006
1016
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1007
1017
|
*/
|
|
1008
|
-
Remark
|
|
1018
|
+
Remark?: string
|
|
1009
1019
|
|
|
1010
1020
|
/**
|
|
1011
1021
|
* 消费者类型,枚举值ACTIVELY, PASSIVELY
|
|
1012
1022
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1013
1023
|
*/
|
|
1014
|
-
ConsumerType
|
|
1024
|
+
ConsumerType?: string
|
|
1015
1025
|
|
|
1016
1026
|
/**
|
|
1017
1027
|
* 是否开启广播消费
|
|
1018
1028
|
*/
|
|
1019
|
-
BroadcastEnabled
|
|
1029
|
+
BroadcastEnabled?: boolean
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* Group类型
|
|
1033
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1034
|
+
*/
|
|
1035
|
+
GroupType?: string
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* 重试次数
|
|
1039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1040
|
+
*/
|
|
1041
|
+
RetryMaxTimes?: number
|
|
1020
1042
|
}
|
|
1021
1043
|
|
|
1022
1044
|
/**
|
|
@@ -3216,6 +3238,11 @@ export interface ModifyRocketMQGroupRequest {
|
|
|
3216
3238
|
* 是否开启广播消费
|
|
3217
3239
|
*/
|
|
3218
3240
|
BroadcastEnable?: boolean
|
|
3241
|
+
|
|
3242
|
+
/**
|
|
3243
|
+
* 最大重试次数
|
|
3244
|
+
*/
|
|
3245
|
+
RetryMaxTimes?: number
|
|
3219
3246
|
}
|
|
3220
3247
|
|
|
3221
3248
|
/**
|
|
@@ -3787,62 +3814,86 @@ export interface RocketMQClusterInfo {
|
|
|
3787
3814
|
/**
|
|
3788
3815
|
* 集群ID
|
|
3789
3816
|
*/
|
|
3790
|
-
ClusterId
|
|
3817
|
+
ClusterId?: string
|
|
3791
3818
|
|
|
3792
3819
|
/**
|
|
3793
3820
|
* 集群名称
|
|
3794
3821
|
*/
|
|
3795
|
-
ClusterName
|
|
3822
|
+
ClusterName?: string
|
|
3796
3823
|
|
|
3797
3824
|
/**
|
|
3798
3825
|
* 地域信息
|
|
3799
3826
|
*/
|
|
3800
|
-
Region
|
|
3827
|
+
Region?: string
|
|
3801
3828
|
|
|
3802
3829
|
/**
|
|
3803
3830
|
* 创建时间,毫秒为单位
|
|
3804
3831
|
*/
|
|
3805
|
-
CreateTime
|
|
3832
|
+
CreateTime?: number
|
|
3806
3833
|
|
|
3807
3834
|
/**
|
|
3808
3835
|
* 集群说明信息
|
|
3809
3836
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3810
3837
|
*/
|
|
3811
|
-
Remark
|
|
3838
|
+
Remark?: string
|
|
3812
3839
|
|
|
3813
3840
|
/**
|
|
3814
3841
|
* 公网接入地址
|
|
3815
3842
|
*/
|
|
3816
|
-
PublicEndPoint
|
|
3843
|
+
PublicEndPoint?: string
|
|
3817
3844
|
|
|
3818
3845
|
/**
|
|
3819
3846
|
* VPC接入地址
|
|
3820
3847
|
*/
|
|
3821
|
-
VpcEndPoint
|
|
3848
|
+
VpcEndPoint?: string
|
|
3822
3849
|
|
|
3823
3850
|
/**
|
|
3824
3851
|
* 是否支持命名空间接入点
|
|
3825
3852
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3826
3853
|
*/
|
|
3827
|
-
SupportNamespaceEndpoint
|
|
3854
|
+
SupportNamespaceEndpoint?: boolean
|
|
3828
3855
|
|
|
3829
3856
|
/**
|
|
3830
3857
|
* VPC信息
|
|
3831
3858
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3832
3859
|
*/
|
|
3833
|
-
Vpcs
|
|
3860
|
+
Vpcs?: Array<VpcConfig>
|
|
3834
3861
|
|
|
3835
3862
|
/**
|
|
3836
3863
|
* 是否为专享实例
|
|
3837
3864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3838
3865
|
*/
|
|
3839
|
-
IsVip
|
|
3866
|
+
IsVip?: boolean
|
|
3840
3867
|
|
|
3841
3868
|
/**
|
|
3842
3869
|
* Rocketmq集群标识
|
|
3843
3870
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3844
3871
|
*/
|
|
3845
|
-
RocketMQFlag
|
|
3872
|
+
RocketMQFlag?: boolean
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* 计费状态,1表示正常,2表示已停服,3表示已销毁
|
|
3876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3877
|
+
*/
|
|
3878
|
+
Status?: number
|
|
3879
|
+
|
|
3880
|
+
/**
|
|
3881
|
+
* 欠费停服时间,毫秒为单位
|
|
3882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3883
|
+
*/
|
|
3884
|
+
IsolateTime?: number
|
|
3885
|
+
|
|
3886
|
+
/**
|
|
3887
|
+
* HTTP协议公网接入地址
|
|
3888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3889
|
+
*/
|
|
3890
|
+
HttpPublicEndpoint?: string
|
|
3891
|
+
|
|
3892
|
+
/**
|
|
3893
|
+
* HTTP协议VPC接入地址
|
|
3894
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3895
|
+
*/
|
|
3896
|
+
HttpVpcEndpoint?: string
|
|
3846
3897
|
}
|
|
3847
3898
|
|
|
3848
3899
|
/**
|
|
@@ -4026,12 +4077,12 @@ export interface DescribeRocketMQGroupsResponse {
|
|
|
4026
4077
|
/**
|
|
4027
4078
|
* 总数量
|
|
4028
4079
|
*/
|
|
4029
|
-
TotalCount
|
|
4080
|
+
TotalCount?: number
|
|
4030
4081
|
|
|
4031
4082
|
/**
|
|
4032
4083
|
* 订阅组列表
|
|
4033
4084
|
*/
|
|
4034
|
-
Groups
|
|
4085
|
+
Groups?: Array<RocketMQGroup>
|
|
4035
4086
|
|
|
4036
4087
|
/**
|
|
4037
4088
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5955,6 +6006,11 @@ export interface DescribeRocketMQGroupsRequest {
|
|
|
5955
6006
|
* 订阅组名称,指定此参数后将只返回该订阅组信息
|
|
5956
6007
|
*/
|
|
5957
6008
|
FilterOneGroup?: string
|
|
6009
|
+
|
|
6010
|
+
/**
|
|
6011
|
+
* group类型
|
|
6012
|
+
*/
|
|
6013
|
+
Types?: Array<string>
|
|
5958
6014
|
}
|
|
5959
6015
|
|
|
5960
6016
|
/**
|
|
@@ -195,6 +195,14 @@ export interface CreateRocketMQGroupRequest {
|
|
|
195
195
|
* 说明信息,最长128个字符
|
|
196
196
|
*/
|
|
197
197
|
Remark?: string;
|
|
198
|
+
/**
|
|
199
|
+
* Group类型(TCP/HTTP)
|
|
200
|
+
*/
|
|
201
|
+
GroupType?: string;
|
|
202
|
+
/**
|
|
203
|
+
* Group最大重试次数
|
|
204
|
+
*/
|
|
205
|
+
RetryMaxTimes?: number;
|
|
198
206
|
}
|
|
199
207
|
/**
|
|
200
208
|
* ModifyEnvironmentAttributes请求参数结构体
|
|
@@ -790,58 +798,68 @@ export interface RocketMQGroup {
|
|
|
790
798
|
/**
|
|
791
799
|
* 消费组名称
|
|
792
800
|
*/
|
|
793
|
-
Name
|
|
801
|
+
Name?: string;
|
|
794
802
|
/**
|
|
795
803
|
* 在线消费者数量
|
|
796
804
|
*/
|
|
797
|
-
ConsumerNum
|
|
805
|
+
ConsumerNum?: number;
|
|
798
806
|
/**
|
|
799
807
|
* 消费TPS
|
|
800
808
|
*/
|
|
801
|
-
TPS
|
|
809
|
+
TPS?: number;
|
|
802
810
|
/**
|
|
803
811
|
* 总堆积数量
|
|
804
812
|
*/
|
|
805
|
-
TotalAccumulative
|
|
813
|
+
TotalAccumulative?: number;
|
|
806
814
|
/**
|
|
807
815
|
* 0表示集群消费模式,1表示广播消费模式,-1表示未知
|
|
808
816
|
*/
|
|
809
|
-
ConsumptionMode
|
|
817
|
+
ConsumptionMode?: number;
|
|
810
818
|
/**
|
|
811
819
|
* 是否允许消费
|
|
812
820
|
*/
|
|
813
|
-
ReadEnabled
|
|
821
|
+
ReadEnabled?: boolean;
|
|
814
822
|
/**
|
|
815
823
|
* 重试队列分区数
|
|
816
824
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
817
825
|
*/
|
|
818
|
-
RetryPartitionNum
|
|
826
|
+
RetryPartitionNum?: number;
|
|
819
827
|
/**
|
|
820
828
|
* 创建时间,以毫秒为单位
|
|
821
829
|
*/
|
|
822
|
-
CreateTime
|
|
830
|
+
CreateTime?: number;
|
|
823
831
|
/**
|
|
824
832
|
* 修改时间,以毫秒为单位
|
|
825
833
|
*/
|
|
826
|
-
UpdateTime
|
|
834
|
+
UpdateTime?: number;
|
|
827
835
|
/**
|
|
828
836
|
* 客户端协议
|
|
829
837
|
*/
|
|
830
|
-
ClientProtocol
|
|
838
|
+
ClientProtocol?: string;
|
|
831
839
|
/**
|
|
832
840
|
* 说明信息
|
|
833
841
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
834
842
|
*/
|
|
835
|
-
Remark
|
|
843
|
+
Remark?: string;
|
|
836
844
|
/**
|
|
837
845
|
* 消费者类型,枚举值ACTIVELY, PASSIVELY
|
|
838
846
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
839
847
|
*/
|
|
840
|
-
ConsumerType
|
|
848
|
+
ConsumerType?: string;
|
|
841
849
|
/**
|
|
842
850
|
* 是否开启广播消费
|
|
843
851
|
*/
|
|
844
|
-
BroadcastEnabled
|
|
852
|
+
BroadcastEnabled?: boolean;
|
|
853
|
+
/**
|
|
854
|
+
* Group类型
|
|
855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
+
*/
|
|
857
|
+
GroupType?: string;
|
|
858
|
+
/**
|
|
859
|
+
* 重试次数
|
|
860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
861
|
+
*/
|
|
862
|
+
RetryMaxTimes?: number;
|
|
845
863
|
}
|
|
846
864
|
/**
|
|
847
865
|
* AMQP集群近期使用量
|
|
@@ -2703,6 +2721,10 @@ export interface ModifyRocketMQGroupRequest {
|
|
|
2703
2721
|
* 是否开启广播消费
|
|
2704
2722
|
*/
|
|
2705
2723
|
BroadcastEnable?: boolean;
|
|
2724
|
+
/**
|
|
2725
|
+
* 最大重试次数
|
|
2726
|
+
*/
|
|
2727
|
+
RetryMaxTimes?: number;
|
|
2706
2728
|
}
|
|
2707
2729
|
/**
|
|
2708
2730
|
* 过滤订阅列表
|
|
@@ -3188,52 +3210,72 @@ export interface RocketMQClusterInfo {
|
|
|
3188
3210
|
/**
|
|
3189
3211
|
* 集群ID
|
|
3190
3212
|
*/
|
|
3191
|
-
ClusterId
|
|
3213
|
+
ClusterId?: string;
|
|
3192
3214
|
/**
|
|
3193
3215
|
* 集群名称
|
|
3194
3216
|
*/
|
|
3195
|
-
ClusterName
|
|
3217
|
+
ClusterName?: string;
|
|
3196
3218
|
/**
|
|
3197
3219
|
* 地域信息
|
|
3198
3220
|
*/
|
|
3199
|
-
Region
|
|
3221
|
+
Region?: string;
|
|
3200
3222
|
/**
|
|
3201
3223
|
* 创建时间,毫秒为单位
|
|
3202
3224
|
*/
|
|
3203
|
-
CreateTime
|
|
3225
|
+
CreateTime?: number;
|
|
3204
3226
|
/**
|
|
3205
3227
|
* 集群说明信息
|
|
3206
3228
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3207
3229
|
*/
|
|
3208
|
-
Remark
|
|
3230
|
+
Remark?: string;
|
|
3209
3231
|
/**
|
|
3210
3232
|
* 公网接入地址
|
|
3211
3233
|
*/
|
|
3212
|
-
PublicEndPoint
|
|
3234
|
+
PublicEndPoint?: string;
|
|
3213
3235
|
/**
|
|
3214
3236
|
* VPC接入地址
|
|
3215
3237
|
*/
|
|
3216
|
-
VpcEndPoint
|
|
3238
|
+
VpcEndPoint?: string;
|
|
3217
3239
|
/**
|
|
3218
3240
|
* 是否支持命名空间接入点
|
|
3219
3241
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3220
3242
|
*/
|
|
3221
|
-
SupportNamespaceEndpoint
|
|
3243
|
+
SupportNamespaceEndpoint?: boolean;
|
|
3222
3244
|
/**
|
|
3223
3245
|
* VPC信息
|
|
3224
3246
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3225
3247
|
*/
|
|
3226
|
-
Vpcs
|
|
3248
|
+
Vpcs?: Array<VpcConfig>;
|
|
3227
3249
|
/**
|
|
3228
3250
|
* 是否为专享实例
|
|
3229
3251
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3230
3252
|
*/
|
|
3231
|
-
IsVip
|
|
3253
|
+
IsVip?: boolean;
|
|
3232
3254
|
/**
|
|
3233
3255
|
* Rocketmq集群标识
|
|
3234
3256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3235
3257
|
*/
|
|
3236
|
-
RocketMQFlag
|
|
3258
|
+
RocketMQFlag?: boolean;
|
|
3259
|
+
/**
|
|
3260
|
+
* 计费状态,1表示正常,2表示已停服,3表示已销毁
|
|
3261
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3262
|
+
*/
|
|
3263
|
+
Status?: number;
|
|
3264
|
+
/**
|
|
3265
|
+
* 欠费停服时间,毫秒为单位
|
|
3266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3267
|
+
*/
|
|
3268
|
+
IsolateTime?: number;
|
|
3269
|
+
/**
|
|
3270
|
+
* HTTP协议公网接入地址
|
|
3271
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3272
|
+
*/
|
|
3273
|
+
HttpPublicEndpoint?: string;
|
|
3274
|
+
/**
|
|
3275
|
+
* HTTP协议VPC接入地址
|
|
3276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3277
|
+
*/
|
|
3278
|
+
HttpVpcEndpoint?: string;
|
|
3237
3279
|
}
|
|
3238
3280
|
/**
|
|
3239
3281
|
* DescribeRocketMQTopics返回参数结构体
|
|
@@ -3390,11 +3432,11 @@ export interface DescribeRocketMQGroupsResponse {
|
|
|
3390
3432
|
/**
|
|
3391
3433
|
* 总数量
|
|
3392
3434
|
*/
|
|
3393
|
-
TotalCount
|
|
3435
|
+
TotalCount?: number;
|
|
3394
3436
|
/**
|
|
3395
3437
|
* 订阅组列表
|
|
3396
3438
|
*/
|
|
3397
|
-
Groups
|
|
3439
|
+
Groups?: Array<RocketMQGroup>;
|
|
3398
3440
|
/**
|
|
3399
3441
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3400
3442
|
*/
|
|
@@ -5016,6 +5058,10 @@ export interface DescribeRocketMQGroupsRequest {
|
|
|
5016
5058
|
* 订阅组名称,指定此参数后将只返回该订阅组信息
|
|
5017
5059
|
*/
|
|
5018
5060
|
FilterOneGroup?: string;
|
|
5061
|
+
/**
|
|
5062
|
+
* group类型
|
|
5063
|
+
*/
|
|
5064
|
+
Types?: Array<string>;
|
|
5019
5065
|
}
|
|
5020
5066
|
/**
|
|
5021
5067
|
* DescribeRocketMQClusters返回参数结构体
|