tencentcloud-sdk-nodejs 4.0.840 → 4.0.841
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 +139 -0
- package/SERVICE_CHANGELOG.md +168 -104
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +99 -13
- package/src/services/aiart/v20221229/aiart_models.ts +359 -76
- package/src/services/billing/v20180709/billing_models.ts +15 -0
- package/src/services/ccc/v20200210/ccc_models.ts +2 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
- package/test/aiart.v20221229.test.js +52 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,142 @@
|
|
|
1
|
+
# Release 4.0.841
|
|
2
|
+
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-23 15:48:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
|
|
16
|
+
* [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
|
|
17
|
+
* [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
|
|
18
|
+
* [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
|
|
19
|
+
* [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
|
|
20
|
+
|
|
21
|
+
新增数据结构:
|
|
22
|
+
|
|
23
|
+
* [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
28
|
+
|
|
29
|
+
### 第 59 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2024-04-24 01:05:02
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改数据结构:
|
|
38
|
+
|
|
39
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
40
|
+
|
|
41
|
+
* 新增成员:RegionType, RegionTypeName, ReserveDetail
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
47
|
+
|
|
48
|
+
### 第 67 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-04-24 01:06:08
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改接口:
|
|
57
|
+
|
|
58
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
64
|
+
|
|
65
|
+
### 第 68 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-04-24 01:10:19
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
|
|
76
|
+
|
|
77
|
+
* 新增入参:Tags
|
|
78
|
+
|
|
79
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
80
|
+
|
|
81
|
+
* 新增入参:ShardInstanceIds
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
91
|
+
|
|
92
|
+
### 第 61 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2024-04-24 01:16:00
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改接口:
|
|
101
|
+
|
|
102
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
103
|
+
|
|
104
|
+
* 新增出参:ProxyVersion
|
|
105
|
+
|
|
106
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
|
|
107
|
+
|
|
108
|
+
* 新增入参:Tags
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
新增数据结构:
|
|
112
|
+
|
|
113
|
+
* [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
118
|
+
|
|
119
|
+
### 第 107 次发布
|
|
120
|
+
|
|
121
|
+
发布时间:2024-04-24 01:21:13
|
|
122
|
+
|
|
123
|
+
本次发布包含了以下内容:
|
|
124
|
+
|
|
125
|
+
改善已有的文档。
|
|
126
|
+
|
|
127
|
+
修改接口:
|
|
128
|
+
|
|
129
|
+
* [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
|
|
130
|
+
|
|
131
|
+
* 新增入参:MirrorQueuePolicyFlag
|
|
132
|
+
|
|
133
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
134
|
+
|
|
135
|
+
* 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
1
140
|
# Release 4.0.840
|
|
2
141
|
|
|
3
142
|
## 云联络中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-23
|
|
7
|
+
发布时间:2024-04-23 15:48:38
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,74 +12,42 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
* [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
|
|
16
|
+
* [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
|
|
17
|
+
* [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
|
|
18
|
+
* [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
|
|
19
|
+
* [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
|
|
18
20
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### 第 156 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-04-23 01:09:48
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改接口:
|
|
30
|
-
|
|
31
|
-
* [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
|
|
32
|
-
|
|
33
|
-
* 新增入参:ProxyVersion
|
|
21
|
+
新增数据结构:
|
|
34
22
|
|
|
23
|
+
* [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
|
|
35
24
|
|
|
36
25
|
|
|
37
26
|
|
|
38
|
-
##
|
|
27
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
39
28
|
|
|
40
|
-
### 第
|
|
29
|
+
### 第 59 次发布
|
|
41
30
|
|
|
42
|
-
发布时间:2024-04-
|
|
31
|
+
发布时间:2024-04-24 01:05:02
|
|
43
32
|
|
|
44
33
|
本次发布包含了以下内容:
|
|
45
34
|
|
|
46
35
|
改善已有的文档。
|
|
47
36
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
51
|
-
|
|
52
|
-
新增数据结构:
|
|
53
|
-
|
|
54
|
-
* [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
|
|
55
|
-
* [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
|
|
56
|
-
* [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
|
|
57
|
-
* [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
|
|
58
|
-
* [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
63
|
-
|
|
64
|
-
### 第 85 次发布
|
|
65
|
-
|
|
66
|
-
发布时间:2024-04-23 01:13:35
|
|
67
|
-
|
|
68
|
-
本次发布包含了以下内容:
|
|
37
|
+
修改数据结构:
|
|
69
38
|
|
|
70
|
-
|
|
39
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
71
40
|
|
|
72
|
-
|
|
41
|
+
* 新增成员:RegionType, RegionTypeName, ReserveDetail
|
|
73
42
|
|
|
74
|
-
* [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
|
|
75
43
|
|
|
76
44
|
|
|
77
45
|
|
|
78
|
-
##
|
|
46
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
79
47
|
|
|
80
|
-
### 第
|
|
48
|
+
### 第 67 次发布
|
|
81
49
|
|
|
82
|
-
发布时间:2024-04-
|
|
50
|
+
发布时间:2024-04-24 01:06:08
|
|
83
51
|
|
|
84
52
|
本次发布包含了以下内容:
|
|
85
53
|
|
|
@@ -87,18 +55,16 @@
|
|
|
87
55
|
|
|
88
56
|
修改接口:
|
|
89
57
|
|
|
90
|
-
* [
|
|
91
|
-
|
|
92
|
-
* 新增出参:UseTime, AffectRows, DataAmount
|
|
58
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
93
59
|
|
|
94
60
|
|
|
95
61
|
|
|
96
62
|
|
|
97
|
-
##
|
|
63
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
98
64
|
|
|
99
|
-
### 第
|
|
65
|
+
### 第 68 次发布
|
|
100
66
|
|
|
101
|
-
发布时间:2024-04-
|
|
67
|
+
发布时间:2024-04-24 01:10:19
|
|
102
68
|
|
|
103
69
|
本次发布包含了以下内容:
|
|
104
70
|
|
|
@@ -106,32 +72,26 @@
|
|
|
106
72
|
|
|
107
73
|
修改接口:
|
|
108
74
|
|
|
109
|
-
* [
|
|
110
|
-
|
|
111
|
-
* 新增出参:Usage
|
|
112
|
-
|
|
113
|
-
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
|
|
114
|
-
|
|
115
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
|
|
75
|
+
* [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
|
|
116
76
|
|
|
117
|
-
*
|
|
77
|
+
* 新增入参:Tags
|
|
118
78
|
|
|
119
|
-
* [
|
|
79
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
120
80
|
|
|
121
|
-
*
|
|
81
|
+
* 新增入参:ShardInstanceIds
|
|
122
82
|
|
|
123
83
|
|
|
124
84
|
新增数据结构:
|
|
125
85
|
|
|
126
|
-
* [
|
|
86
|
+
* [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
|
|
127
87
|
|
|
128
88
|
|
|
129
89
|
|
|
130
|
-
##
|
|
90
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
131
91
|
|
|
132
|
-
### 第
|
|
92
|
+
### 第 61 次发布
|
|
133
93
|
|
|
134
|
-
发布时间:2024-04-
|
|
94
|
+
发布时间:2024-04-24 01:16:00
|
|
135
95
|
|
|
136
96
|
本次发布包含了以下内容:
|
|
137
97
|
|
|
@@ -139,39 +99,26 @@
|
|
|
139
99
|
|
|
140
100
|
修改接口:
|
|
141
101
|
|
|
142
|
-
* [
|
|
143
|
-
|
|
144
|
-
* 新增入参:OldCertificateId, Offset, Limit, AsyncCache
|
|
145
|
-
|
|
146
|
-
* <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
152
|
-
|
|
153
|
-
### 第 71 次发布
|
|
102
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
154
103
|
|
|
155
|
-
|
|
104
|
+
* 新增出参:ProxyVersion
|
|
156
105
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
改善已有的文档。
|
|
106
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
|
|
160
107
|
|
|
161
|
-
|
|
108
|
+
* 新增入参:Tags
|
|
162
109
|
|
|
163
|
-
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
164
110
|
|
|
165
|
-
|
|
111
|
+
新增数据结构:
|
|
166
112
|
|
|
113
|
+
* [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
|
|
167
114
|
|
|
168
115
|
|
|
169
116
|
|
|
170
|
-
##
|
|
117
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
171
118
|
|
|
172
|
-
### 第
|
|
119
|
+
### 第 107 次发布
|
|
173
120
|
|
|
174
|
-
发布时间:2024-04-
|
|
121
|
+
发布时间:2024-04-24 01:21:13
|
|
175
122
|
|
|
176
123
|
本次发布包含了以下内容:
|
|
177
124
|
|
|
@@ -179,9 +126,13 @@
|
|
|
179
126
|
|
|
180
127
|
修改接口:
|
|
181
128
|
|
|
182
|
-
* [
|
|
129
|
+
* [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
|
|
183
130
|
|
|
184
|
-
* 新增入参:
|
|
131
|
+
* 新增入参:MirrorQueuePolicyFlag
|
|
132
|
+
|
|
133
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
134
|
+
|
|
135
|
+
* 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
|
|
185
136
|
|
|
186
137
|
|
|
187
138
|
|
|
@@ -830,6 +781,26 @@
|
|
|
830
781
|
|
|
831
782
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
832
783
|
|
|
784
|
+
### 第 5 次发布
|
|
785
|
+
|
|
786
|
+
发布时间:2024-04-23 15:48:38
|
|
787
|
+
|
|
788
|
+
本次发布包含了以下内容:
|
|
789
|
+
|
|
790
|
+
改善已有的文档。
|
|
791
|
+
|
|
792
|
+
新增接口:
|
|
793
|
+
|
|
794
|
+
* [[QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)](https://cloud.tencent.com/document/api/#/#)
|
|
795
|
+
* [[QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)](https://cloud.tencent.com/document/api/#/#)
|
|
796
|
+
* [[SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)](https://cloud.tencent.com/document/api/#/#)
|
|
797
|
+
* [[SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)](https://cloud.tencent.com/document/api/#/#)
|
|
798
|
+
* [[UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)](https://cloud.tencent.com/document/api/#/#)
|
|
799
|
+
|
|
800
|
+
新增数据结构:
|
|
801
|
+
|
|
802
|
+
* [[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)](https://cloud.tencent.com/document/api/1668/88067#[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter))
|
|
803
|
+
|
|
833
804
|
### 第 4 次发布
|
|
834
805
|
|
|
835
806
|
发布时间:2024-04-16 01:03:52
|
|
@@ -9010,6 +8981,21 @@
|
|
|
9010
8981
|
|
|
9011
8982
|
## 费用中心(billing) 版本:2018-07-09
|
|
9012
8983
|
|
|
8984
|
+
### 第 59 次发布
|
|
8985
|
+
|
|
8986
|
+
发布时间:2024-04-24 01:05:02
|
|
8987
|
+
|
|
8988
|
+
本次发布包含了以下内容:
|
|
8989
|
+
|
|
8990
|
+
改善已有的文档。
|
|
8991
|
+
|
|
8992
|
+
修改数据结构:
|
|
8993
|
+
|
|
8994
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
8995
|
+
|
|
8996
|
+
* 新增成员:RegionType, RegionTypeName, ReserveDetail
|
|
8997
|
+
|
|
8998
|
+
|
|
9013
8999
|
### 第 58 次发布
|
|
9014
9000
|
|
|
9015
9001
|
发布时间:2024-03-29 01:08:47
|
|
@@ -15109,6 +15095,19 @@
|
|
|
15109
15095
|
|
|
15110
15096
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15111
15097
|
|
|
15098
|
+
### 第 67 次发布
|
|
15099
|
+
|
|
15100
|
+
发布时间:2024-04-24 01:06:08
|
|
15101
|
+
|
|
15102
|
+
本次发布包含了以下内容:
|
|
15103
|
+
|
|
15104
|
+
改善已有的文档。
|
|
15105
|
+
|
|
15106
|
+
修改接口:
|
|
15107
|
+
|
|
15108
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
15109
|
+
|
|
15110
|
+
|
|
15112
15111
|
### 第 66 次发布
|
|
15113
15112
|
|
|
15114
15113
|
发布时间:2024-04-23 01:09:39
|
|
@@ -15119,7 +15118,7 @@
|
|
|
15119
15118
|
|
|
15120
15119
|
新增接口:
|
|
15121
15120
|
|
|
15122
|
-
* [
|
|
15121
|
+
* [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
|
|
15123
15122
|
|
|
15124
15123
|
### 第 65 次发布
|
|
15125
15124
|
|
|
@@ -37175,15 +37174,15 @@
|
|
|
37175
37174
|
|
|
37176
37175
|
新增接口:
|
|
37177
37176
|
|
|
37178
|
-
* [
|
|
37177
|
+
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
37179
37178
|
|
|
37180
37179
|
新增数据结构:
|
|
37181
37180
|
|
|
37182
|
-
* [
|
|
37183
|
-
* [
|
|
37184
|
-
* [
|
|
37185
|
-
* [
|
|
37186
|
-
* [
|
|
37181
|
+
* [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
|
|
37182
|
+
* [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
|
|
37183
|
+
* [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
|
|
37184
|
+
* [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
|
|
37185
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
|
|
37187
37186
|
|
|
37188
37187
|
### 第 34 次发布
|
|
37189
37188
|
|
|
@@ -43869,7 +43868,7 @@
|
|
|
43869
43868
|
|
|
43870
43869
|
新增接口:
|
|
43871
43870
|
|
|
43872
|
-
* [
|
|
43871
|
+
* [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
|
|
43873
43872
|
|
|
43874
43873
|
### 第 84 次发布
|
|
43875
43874
|
|
|
@@ -48276,6 +48275,29 @@
|
|
|
48276
48275
|
|
|
48277
48276
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
48278
48277
|
|
|
48278
|
+
### 第 68 次发布
|
|
48279
|
+
|
|
48280
|
+
发布时间:2024-04-24 01:10:19
|
|
48281
|
+
|
|
48282
|
+
本次发布包含了以下内容:
|
|
48283
|
+
|
|
48284
|
+
改善已有的文档。
|
|
48285
|
+
|
|
48286
|
+
修改接口:
|
|
48287
|
+
|
|
48288
|
+
* [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
|
|
48289
|
+
|
|
48290
|
+
* 新增入参:Tags
|
|
48291
|
+
|
|
48292
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
48293
|
+
|
|
48294
|
+
* 新增入参:ShardInstanceIds
|
|
48295
|
+
|
|
48296
|
+
|
|
48297
|
+
新增数据结构:
|
|
48298
|
+
|
|
48299
|
+
* [[Tag](https://cloud.tencent.com/document/api/557/16142#Tag)](https://cloud.tencent.com/document/api/557/16142#[Tag](https://cloud.tencent.com/document/api/557/16142#Tag))
|
|
48300
|
+
|
|
48279
48301
|
### 第 67 次发布
|
|
48280
48302
|
|
|
48281
48303
|
发布时间:2023-10-30 00:33:47
|
|
@@ -84524,7 +84546,7 @@
|
|
|
84524
84546
|
|
|
84525
84547
|
新增数据结构:
|
|
84526
84548
|
|
|
84527
|
-
* [
|
|
84549
|
+
* [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
|
|
84528
84550
|
|
|
84529
84551
|
### 第 2 次发布
|
|
84530
84552
|
|
|
@@ -84741,6 +84763,29 @@
|
|
|
84741
84763
|
|
|
84742
84764
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
84743
84765
|
|
|
84766
|
+
### 第 61 次发布
|
|
84767
|
+
|
|
84768
|
+
发布时间:2024-04-24 01:16:00
|
|
84769
|
+
|
|
84770
|
+
本次发布包含了以下内容:
|
|
84771
|
+
|
|
84772
|
+
改善已有的文档。
|
|
84773
|
+
|
|
84774
|
+
修改接口:
|
|
84775
|
+
|
|
84776
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
84777
|
+
|
|
84778
|
+
* 新增出参:ProxyVersion
|
|
84779
|
+
|
|
84780
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
|
|
84781
|
+
|
|
84782
|
+
* 新增入参:Tags
|
|
84783
|
+
|
|
84784
|
+
|
|
84785
|
+
新增数据结构:
|
|
84786
|
+
|
|
84787
|
+
* [[Tag](https://cloud.tencent.com/document/api/237/16191#Tag)](https://cloud.tencent.com/document/api/237/16191#[Tag](https://cloud.tencent.com/document/api/237/16191#Tag))
|
|
84788
|
+
|
|
84744
84789
|
### 第 60 次发布
|
|
84745
84790
|
|
|
84746
84791
|
发布时间:2024-03-08 01:19:33
|
|
@@ -118287,6 +118332,25 @@
|
|
|
118287
118332
|
|
|
118288
118333
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
118289
118334
|
|
|
118335
|
+
### 第 107 次发布
|
|
118336
|
+
|
|
118337
|
+
发布时间:2024-04-24 01:21:13
|
|
118338
|
+
|
|
118339
|
+
本次发布包含了以下内容:
|
|
118340
|
+
|
|
118341
|
+
改善已有的文档。
|
|
118342
|
+
|
|
118343
|
+
修改接口:
|
|
118344
|
+
|
|
118345
|
+
* [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
|
|
118346
|
+
|
|
118347
|
+
* 新增入参:MirrorQueuePolicyFlag
|
|
118348
|
+
|
|
118349
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
118350
|
+
|
|
118351
|
+
* 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
|
|
118352
|
+
|
|
118353
|
+
|
|
118290
118354
|
### 第 106 次发布
|
|
118291
118355
|
|
|
118292
118356
|
发布时间:2024-04-02 01:23:41
|