tencentcloud-sdk-nodejs 4.0.289 → 4.0.290
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 +188 -0
- package/SERVICE_CHANGELOG.md +293 -30
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +3 -2
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +36 -4
- package/src/services/cii/v20210408/cii_models.ts +5 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
- package/src/services/gaap/v20180529/gaap_models.ts +51 -6
- package/src/services/monitor/v20180724/monitor_models.ts +18 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
- package/src/services/tiw/v20190919/tiw_models.ts +6 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
- package/test/dcdb.v20180411.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,191 @@
|
|
|
1
|
+
# Release 4.0.290
|
|
2
|
+
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
|
+
|
|
5
|
+
### 第 93 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-02-17 08:07:01
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
|
|
16
|
+
|
|
17
|
+
修改数据结构:
|
|
18
|
+
|
|
19
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
20
|
+
|
|
21
|
+
* 新增成员:RuleEngine
|
|
22
|
+
|
|
23
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
24
|
+
|
|
25
|
+
* 新增成员:From
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
31
|
+
|
|
32
|
+
### 第 10 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2022-02-17 08:07:32
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
43
|
+
|
|
44
|
+
* 新增成员:TaskFiles
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
54
|
+
|
|
55
|
+
### 第 34 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-02-17 08:09:34
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
新增接口:
|
|
64
|
+
|
|
65
|
+
* [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
|
|
66
|
+
|
|
67
|
+
新增数据结构:
|
|
68
|
+
|
|
69
|
+
* [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
74
|
+
|
|
75
|
+
### 第 28 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-02-17 08:10:54
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
86
|
+
|
|
87
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
88
|
+
|
|
89
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
90
|
+
|
|
91
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
修改数据结构:
|
|
95
|
+
|
|
96
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
97
|
+
|
|
98
|
+
* 新增成员:InBanBlacklist
|
|
99
|
+
|
|
100
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
101
|
+
|
|
102
|
+
* 新增成员:InBanBlacklist
|
|
103
|
+
|
|
104
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
105
|
+
|
|
106
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
112
|
+
|
|
113
|
+
### 第 38 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-02-17 08:13:29
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
修改接口:
|
|
122
|
+
|
|
123
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
124
|
+
|
|
125
|
+
* 新增入参:NeedCorrespondence
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
修改数据结构:
|
|
129
|
+
|
|
130
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
131
|
+
|
|
132
|
+
* 新增成员:FilterDimensionsParam
|
|
133
|
+
|
|
134
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
135
|
+
|
|
136
|
+
* 新增成员:PhoneCallType
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
142
|
+
|
|
143
|
+
### 第 29 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2022-02-17 08:16:33
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
修改接口:
|
|
152
|
+
|
|
153
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
154
|
+
|
|
155
|
+
* 新增入参:Tags
|
|
156
|
+
|
|
157
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
158
|
+
|
|
159
|
+
* 新增入参:Tags
|
|
160
|
+
|
|
161
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
162
|
+
|
|
163
|
+
* 新增入参:PulsarTopicType
|
|
164
|
+
|
|
165
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
修改数据结构:
|
|
169
|
+
|
|
170
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
171
|
+
|
|
172
|
+
* 新增成员:PayMode
|
|
173
|
+
|
|
174
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
175
|
+
|
|
176
|
+
* 新增成员:Partition
|
|
177
|
+
|
|
178
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
179
|
+
|
|
180
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
181
|
+
|
|
182
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
183
|
+
|
|
184
|
+
* 新增成员:PulsarTopicType
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
1
189
|
# Release 4.0.289
|
|
2
190
|
|
|
3
191
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,37 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 93 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-17 08:07:01
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
|
|
16
|
+
|
|
13
17
|
修改数据结构:
|
|
14
18
|
|
|
15
|
-
* [
|
|
19
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
16
20
|
|
|
17
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:RuleEngine
|
|
18
22
|
|
|
23
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
19
24
|
|
|
25
|
+
* 新增成员:From
|
|
20
26
|
|
|
21
27
|
|
|
22
|
-
## 视频智能标签(ivld) 版本:2021-09-03
|
|
23
28
|
|
|
24
|
-
### 第 3 次发布
|
|
25
29
|
|
|
26
|
-
|
|
30
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
31
|
+
|
|
32
|
+
### 第 10 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2022-02-17 08:07:32
|
|
27
35
|
|
|
28
36
|
本次发布包含了以下内容:
|
|
29
37
|
|
|
@@ -31,18 +39,22 @@
|
|
|
31
39
|
|
|
32
40
|
修改数据结构:
|
|
33
41
|
|
|
34
|
-
* [
|
|
42
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
35
43
|
|
|
36
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:TaskFiles
|
|
37
45
|
|
|
38
46
|
|
|
39
47
|
|
|
40
48
|
|
|
41
|
-
##
|
|
49
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
42
50
|
|
|
43
|
-
### 第 25 次发布
|
|
44
51
|
|
|
45
|
-
|
|
52
|
+
|
|
53
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
54
|
+
|
|
55
|
+
### 第 34 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-02-17 08:09:34
|
|
46
58
|
|
|
47
59
|
本次发布包含了以下内容:
|
|
48
60
|
|
|
@@ -50,33 +62,126 @@
|
|
|
50
62
|
|
|
51
63
|
新增接口:
|
|
52
64
|
|
|
53
|
-
* [
|
|
65
|
+
* [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
|
|
54
66
|
|
|
55
67
|
新增数据结构:
|
|
56
68
|
|
|
57
|
-
* [
|
|
58
|
-
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
59
|
-
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
60
|
-
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
61
|
-
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
69
|
+
* [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
|
|
62
70
|
|
|
63
71
|
|
|
64
72
|
|
|
65
|
-
##
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
66
74
|
|
|
67
|
-
### 第
|
|
75
|
+
### 第 28 次发布
|
|
68
76
|
|
|
69
|
-
发布时间:2022-02-
|
|
77
|
+
发布时间:2022-02-17 08:10:54
|
|
70
78
|
|
|
71
79
|
本次发布包含了以下内容:
|
|
72
80
|
|
|
73
81
|
改善已有的文档。
|
|
74
82
|
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
86
|
+
|
|
87
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
88
|
+
|
|
89
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
90
|
+
|
|
91
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
92
|
+
|
|
93
|
+
|
|
75
94
|
修改数据结构:
|
|
76
95
|
|
|
77
|
-
* [
|
|
96
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
78
97
|
|
|
79
|
-
* 新增成员:
|
|
98
|
+
* 新增成员:InBanBlacklist
|
|
99
|
+
|
|
100
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
101
|
+
|
|
102
|
+
* 新增成员:InBanBlacklist
|
|
103
|
+
|
|
104
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
105
|
+
|
|
106
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
112
|
+
|
|
113
|
+
### 第 38 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-02-17 08:13:29
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
修改接口:
|
|
122
|
+
|
|
123
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
124
|
+
|
|
125
|
+
* 新增入参:NeedCorrespondence
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
修改数据结构:
|
|
129
|
+
|
|
130
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
131
|
+
|
|
132
|
+
* 新增成员:FilterDimensionsParam
|
|
133
|
+
|
|
134
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
135
|
+
|
|
136
|
+
* 新增成员:PhoneCallType
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
142
|
+
|
|
143
|
+
### 第 29 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2022-02-17 08:16:33
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
修改接口:
|
|
152
|
+
|
|
153
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
154
|
+
|
|
155
|
+
* 新增入参:Tags
|
|
156
|
+
|
|
157
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
158
|
+
|
|
159
|
+
* 新增入参:Tags
|
|
160
|
+
|
|
161
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
162
|
+
|
|
163
|
+
* 新增入参:PulsarTopicType
|
|
164
|
+
|
|
165
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
修改数据结构:
|
|
169
|
+
|
|
170
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
171
|
+
|
|
172
|
+
* 新增成员:PayMode
|
|
173
|
+
|
|
174
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
175
|
+
|
|
176
|
+
* 新增成员:Partition
|
|
177
|
+
|
|
178
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
179
|
+
|
|
180
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
181
|
+
|
|
182
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
183
|
+
|
|
184
|
+
* 新增成员:PulsarTopicType
|
|
80
185
|
|
|
81
186
|
|
|
82
187
|
|
|
@@ -10948,6 +11053,29 @@
|
|
|
10948
11053
|
|
|
10949
11054
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10950
11055
|
|
|
11056
|
+
### 第 93 次发布
|
|
11057
|
+
|
|
11058
|
+
发布时间:2022-02-17 08:07:01
|
|
11059
|
+
|
|
11060
|
+
本次发布包含了以下内容:
|
|
11061
|
+
|
|
11062
|
+
改善已有的文档。
|
|
11063
|
+
|
|
11064
|
+
新增数据结构:
|
|
11065
|
+
|
|
11066
|
+
* [[RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)](https://cloud.tencent.com/document/api/228/30987#[RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine))
|
|
11067
|
+
|
|
11068
|
+
修改数据结构:
|
|
11069
|
+
|
|
11070
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
11071
|
+
|
|
11072
|
+
* 新增成员:RuleEngine
|
|
11073
|
+
|
|
11074
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
11075
|
+
|
|
11076
|
+
* 新增成员:From
|
|
11077
|
+
|
|
11078
|
+
|
|
10951
11079
|
### 第 92 次发布
|
|
10952
11080
|
|
|
10953
11081
|
发布时间:2022-01-05 08:05:09
|
|
@@ -13928,6 +14056,21 @@
|
|
|
13928
14056
|
|
|
13929
14057
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
13930
14058
|
|
|
14059
|
+
### 第 10 次发布
|
|
14060
|
+
|
|
14061
|
+
发布时间:2022-02-17 08:07:32
|
|
14062
|
+
|
|
14063
|
+
本次发布包含了以下内容:
|
|
14064
|
+
|
|
14065
|
+
改善已有的文档。
|
|
14066
|
+
|
|
14067
|
+
修改数据结构:
|
|
14068
|
+
|
|
14069
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
14070
|
+
|
|
14071
|
+
* 新增成员:TaskFiles
|
|
14072
|
+
|
|
14073
|
+
|
|
13931
14074
|
### 第 9 次发布
|
|
13932
14075
|
|
|
13933
14076
|
发布时间:2022-01-20 08:06:41
|
|
@@ -24563,6 +24706,22 @@
|
|
|
24563
24706
|
|
|
24564
24707
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
24565
24708
|
|
|
24709
|
+
### 第 34 次发布
|
|
24710
|
+
|
|
24711
|
+
发布时间:2022-02-17 08:09:34
|
|
24712
|
+
|
|
24713
|
+
本次发布包含了以下内容:
|
|
24714
|
+
|
|
24715
|
+
改善已有的文档。
|
|
24716
|
+
|
|
24717
|
+
新增接口:
|
|
24718
|
+
|
|
24719
|
+
* [[DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)](https://cloud.tencent.com/document/api/#/#)
|
|
24720
|
+
|
|
24721
|
+
新增数据结构:
|
|
24722
|
+
|
|
24723
|
+
* [[SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)](https://cloud.tencent.com/document/api/557/16142#[SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData))
|
|
24724
|
+
|
|
24566
24725
|
### 第 33 次发布
|
|
24567
24726
|
|
|
24568
24727
|
发布时间:2022-01-13 08:32:29
|
|
@@ -31282,6 +31441,40 @@
|
|
|
31282
31441
|
|
|
31283
31442
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
31284
31443
|
|
|
31444
|
+
### 第 28 次发布
|
|
31445
|
+
|
|
31446
|
+
发布时间:2022-02-17 08:10:54
|
|
31447
|
+
|
|
31448
|
+
本次发布包含了以下内容:
|
|
31449
|
+
|
|
31450
|
+
改善已有的文档。
|
|
31451
|
+
|
|
31452
|
+
修改接口:
|
|
31453
|
+
|
|
31454
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
31455
|
+
|
|
31456
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31457
|
+
|
|
31458
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
31459
|
+
|
|
31460
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31461
|
+
|
|
31462
|
+
|
|
31463
|
+
修改数据结构:
|
|
31464
|
+
|
|
31465
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
31466
|
+
|
|
31467
|
+
* 新增成员:InBanBlacklist
|
|
31468
|
+
|
|
31469
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
31470
|
+
|
|
31471
|
+
* 新增成员:InBanBlacklist
|
|
31472
|
+
|
|
31473
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
31474
|
+
|
|
31475
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
31476
|
+
|
|
31477
|
+
|
|
31285
31478
|
### 第 27 次发布
|
|
31286
31479
|
|
|
31287
31480
|
发布时间:2022-01-11 08:09:11
|
|
@@ -38619,15 +38812,15 @@
|
|
|
38619
38812
|
|
|
38620
38813
|
新增接口:
|
|
38621
38814
|
|
|
38622
|
-
* [
|
|
38815
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
38623
38816
|
|
|
38624
38817
|
新增数据结构:
|
|
38625
38818
|
|
|
38626
|
-
* [
|
|
38627
|
-
* [
|
|
38628
|
-
* [
|
|
38629
|
-
* [
|
|
38630
|
-
* [
|
|
38819
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
38820
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
38821
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
38822
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
38823
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
38631
38824
|
|
|
38632
38825
|
### 第 24 次发布
|
|
38633
38826
|
|
|
@@ -42100,6 +42293,32 @@
|
|
|
42100
42293
|
|
|
42101
42294
|
## 云监控(monitor) 版本:2018-07-24
|
|
42102
42295
|
|
|
42296
|
+
### 第 38 次发布
|
|
42297
|
+
|
|
42298
|
+
发布时间:2022-02-17 08:13:29
|
|
42299
|
+
|
|
42300
|
+
本次发布包含了以下内容:
|
|
42301
|
+
|
|
42302
|
+
改善已有的文档。
|
|
42303
|
+
|
|
42304
|
+
修改接口:
|
|
42305
|
+
|
|
42306
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
42307
|
+
|
|
42308
|
+
* 新增入参:NeedCorrespondence
|
|
42309
|
+
|
|
42310
|
+
|
|
42311
|
+
修改数据结构:
|
|
42312
|
+
|
|
42313
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
42314
|
+
|
|
42315
|
+
* 新增成员:FilterDimensionsParam
|
|
42316
|
+
|
|
42317
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
42318
|
+
|
|
42319
|
+
* 新增成员:PhoneCallType
|
|
42320
|
+
|
|
42321
|
+
|
|
42103
42322
|
### 第 37 次发布
|
|
42104
42323
|
|
|
42105
42324
|
发布时间:2022-01-21 08:14:26
|
|
@@ -56961,6 +57180,50 @@
|
|
|
56961
57180
|
|
|
56962
57181
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
56963
57182
|
|
|
57183
|
+
### 第 29 次发布
|
|
57184
|
+
|
|
57185
|
+
发布时间:2022-02-17 08:16:33
|
|
57186
|
+
|
|
57187
|
+
本次发布包含了以下内容:
|
|
57188
|
+
|
|
57189
|
+
改善已有的文档。
|
|
57190
|
+
|
|
57191
|
+
修改接口:
|
|
57192
|
+
|
|
57193
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
57194
|
+
|
|
57195
|
+
* 新增入参:Tags
|
|
57196
|
+
|
|
57197
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
57198
|
+
|
|
57199
|
+
* 新增入参:Tags
|
|
57200
|
+
|
|
57201
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
57202
|
+
|
|
57203
|
+
* 新增入参:PulsarTopicType
|
|
57204
|
+
|
|
57205
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
57206
|
+
|
|
57207
|
+
|
|
57208
|
+
修改数据结构:
|
|
57209
|
+
|
|
57210
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
57211
|
+
|
|
57212
|
+
* 新增成员:PayMode
|
|
57213
|
+
|
|
57214
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
57215
|
+
|
|
57216
|
+
* 新增成员:Partition
|
|
57217
|
+
|
|
57218
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
57219
|
+
|
|
57220
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
57221
|
+
|
|
57222
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
57223
|
+
|
|
57224
|
+
* 新增成员:PulsarTopicType
|
|
57225
|
+
|
|
57226
|
+
|
|
56964
57227
|
### 第 28 次发布
|
|
56965
57228
|
|
|
56966
57229
|
发布时间:2022-01-21 08:17:48
|