tencentcloud-sdk-nodejs 4.0.610 → 4.0.611
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 +136 -0
- package/SERVICE_CHANGELOG.md +184 -214
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cms/v20190321/cms_client.ts +54 -102
- package/src/services/cms/v20190321/cms_models.ts +580 -702
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +59 -9
- package/src/services/emr/v20190103/emr_client.ts +3 -3
- package/src/services/emr/v20190103/emr_models.ts +33 -1
- package/src/services/ocr/v20181119/ocr_client.ts +22 -8
- package/src/services/ocr/v20181119/ocr_models.ts +91 -21
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
- package/tencentcloud/services/cms/v20190321/cms_client.d.ts +13 -37
- package/tencentcloud/services/cms/v20190321/cms_client.js +18 -48
- package/tencentcloud/services/cms/v20190321/cms_models.d.ts +455 -557
- 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 +52 -9
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +0 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +0 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +28 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -16
- package/test/cms.v20190321.test.js +12 -42
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ocr.v20181119.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,139 @@
|
|
|
1
|
+
# Release 4.0.611
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 129 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-06-01 09:45:06
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
|
16
|
+
|
|
17
|
+
* 新增入参:MinStartTime, MaxStartTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 内容安全(cms) 版本:2019-03-21
|
|
23
|
+
|
|
24
|
+
### 第 16 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-05-31 21:26:41
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
|
|
35
|
+
* [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
|
|
36
|
+
* [DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)
|
|
37
|
+
* [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
|
|
38
|
+
|
|
39
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
40
|
+
|
|
41
|
+
* CreateFileSample
|
|
42
|
+
* CreateTextSample
|
|
43
|
+
* DeleteFileSample
|
|
44
|
+
* DeleteTextSample
|
|
45
|
+
* DescribeFileSample
|
|
46
|
+
* DescribeTextSample
|
|
47
|
+
* ManualReview
|
|
48
|
+
|
|
49
|
+
新增数据结构:
|
|
50
|
+
|
|
51
|
+
* [DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)
|
|
52
|
+
* [Filters](https://cloud.tencent.com/document/api/669/34506#Filters)
|
|
53
|
+
* [InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)
|
|
54
|
+
* [KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)
|
|
55
|
+
* [UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)
|
|
56
|
+
* [UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)
|
|
57
|
+
|
|
58
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
59
|
+
|
|
60
|
+
* FileSample
|
|
61
|
+
* FileSampleInfo
|
|
62
|
+
* Filter
|
|
63
|
+
* ManualReviewContent
|
|
64
|
+
* ManualReviewData
|
|
65
|
+
* TextSample
|
|
66
|
+
|
|
67
|
+
修改数据结构:
|
|
68
|
+
|
|
69
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
|
70
|
+
|
|
71
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
77
|
+
|
|
78
|
+
### 第 58 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2023-06-01 09:49:03
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
新增接口:
|
|
87
|
+
|
|
88
|
+
* [ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)
|
|
89
|
+
|
|
90
|
+
新增数据结构:
|
|
91
|
+
|
|
92
|
+
* [ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
97
|
+
|
|
98
|
+
### 第 46 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2023-06-01 09:50:15
|
|
101
|
+
|
|
102
|
+
本次发布包含了以下内容:
|
|
103
|
+
|
|
104
|
+
改善已有的文档。
|
|
105
|
+
|
|
106
|
+
修改接口:
|
|
107
|
+
|
|
108
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
|
109
|
+
|
|
110
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
|
111
|
+
|
|
112
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
新增数据结构:
|
|
116
|
+
|
|
117
|
+
* [UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
122
|
+
|
|
123
|
+
### 第 102 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2023-06-01 09:54:24
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
新增接口:
|
|
132
|
+
|
|
133
|
+
* [RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
1
137
|
# Release 4.0.610
|
|
2
138
|
|
|
3
139
|
## 应用云渲染(car) 版本:2022-01-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,59 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 7 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-05-31 01:09:58
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
16
|
-
|
|
17
|
-
* 新增入参:ApplicationParameters
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 129 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-06-01 09:45:06
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
30
11
|
改善已有的文档。
|
|
31
12
|
|
|
32
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
33
|
-
|
|
34
|
-
* DescribeSaveOrUpdateWarnings
|
|
35
|
-
|
|
36
13
|
修改接口:
|
|
37
14
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
* <font color="#dd0000">**修改入参**:</font>Uuid, Quuid
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
修改数据结构:
|
|
44
|
-
|
|
45
|
-
* [AssetSystemPackageInfo](https://cloud.tencent.com/document/api/296/19867#AssetSystemPackageInfo)
|
|
15
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
|
46
16
|
|
|
47
|
-
*
|
|
17
|
+
* 新增入参:MinStartTime, MaxStartTime
|
|
48
18
|
|
|
49
19
|
|
|
50
20
|
|
|
51
21
|
|
|
52
|
-
##
|
|
22
|
+
## 内容安全(cms) 版本:2019-03-21
|
|
53
23
|
|
|
54
|
-
### 第
|
|
24
|
+
### 第 16 次发布
|
|
55
25
|
|
|
56
|
-
发布时间:2023-05-31
|
|
26
|
+
发布时间:2023-05-31 21:26:41
|
|
57
27
|
|
|
58
28
|
本次发布包含了以下内容:
|
|
59
29
|
|
|
@@ -61,152 +31,73 @@
|
|
|
61
31
|
|
|
62
32
|
新增接口:
|
|
63
33
|
|
|
64
|
-
* [
|
|
65
|
-
* [
|
|
66
|
-
* [
|
|
67
|
-
* [
|
|
68
|
-
* [DescribeResourcePackageSaleSpec](https://cloud.tencent.com/document/api/1003/93010)
|
|
69
|
-
* [ModifyResourcePackageClusters](https://cloud.tencent.com/document/api/1003/93009)
|
|
70
|
-
* [ModifyResourcePackageName](https://cloud.tencent.com/document/api/1003/93008)
|
|
71
|
-
* [RefundResourcePackage](https://cloud.tencent.com/document/api/1003/93007)
|
|
72
|
-
* [UnbindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93006)
|
|
73
|
-
|
|
74
|
-
新增数据结构:
|
|
75
|
-
|
|
76
|
-
* [BindInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#BindInstanceInfo)
|
|
77
|
-
* [Package](https://cloud.tencent.com/document/api/1003/48097#Package)
|
|
78
|
-
* [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
|
|
79
|
-
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
|
80
|
-
* [SalePackageSpec](https://cloud.tencent.com/document/api/1003/48097#SalePackageSpec)
|
|
81
|
-
|
|
82
|
-
修改数据结构:
|
|
83
|
-
|
|
84
|
-
* [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
|
|
85
|
-
|
|
86
|
-
* 新增成员:ResourcePackages
|
|
87
|
-
|
|
88
|
-
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
89
|
-
|
|
90
|
-
* 新增成员:ResourcePackages
|
|
91
|
-
|
|
92
|
-
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
93
|
-
|
|
94
|
-
* 新增成员:DbMode, ResourcePackages
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
100
|
-
|
|
101
|
-
### 第 70 次发布
|
|
102
|
-
|
|
103
|
-
发布时间:2023-05-31 01:25:51
|
|
104
|
-
|
|
105
|
-
本次发布包含了以下内容:
|
|
106
|
-
|
|
107
|
-
改善已有的文档。
|
|
108
|
-
|
|
109
|
-
修改接口:
|
|
110
|
-
|
|
111
|
-
* [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
|
|
112
|
-
|
|
113
|
-
* 新增入参:SealImageCompress, SealColor, ProcessSeal
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
修改数据结构:
|
|
117
|
-
|
|
118
|
-
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
119
|
-
|
|
120
|
-
* 新增成员:TemplateType
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### 第 69 次发布
|
|
124
|
-
|
|
125
|
-
发布时间:2023-05-30 17:10:50
|
|
126
|
-
|
|
127
|
-
本次发布包含了以下内容:
|
|
128
|
-
|
|
129
|
-
改善已有的文档。
|
|
130
|
-
|
|
131
|
-
修改数据结构:
|
|
132
|
-
|
|
133
|
-
* [Agent](https://cloud.tencent.com/document/api/1323/70369#Agent)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 人脸融合(facefusion) 版本:2022-09-27
|
|
139
|
-
|
|
140
|
-
### 第 4 次发布
|
|
141
|
-
|
|
142
|
-
发布时间:2023-05-31 01:26:29
|
|
143
|
-
|
|
144
|
-
本次发布包含了以下内容:
|
|
145
|
-
|
|
146
|
-
改善已有的文档。
|
|
147
|
-
|
|
148
|
-
修改数据结构:
|
|
149
|
-
|
|
150
|
-
* [PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)
|
|
151
|
-
|
|
152
|
-
* 新增成员:AuditResult
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## 人脸融合(facefusion) 版本:2018-12-01
|
|
158
|
-
|
|
34
|
+
* [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
|
|
35
|
+
* [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
|
|
36
|
+
* [DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)
|
|
37
|
+
* [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
|
|
159
38
|
|
|
39
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
160
40
|
|
|
161
|
-
|
|
41
|
+
* CreateFileSample
|
|
42
|
+
* CreateTextSample
|
|
43
|
+
* DeleteFileSample
|
|
44
|
+
* DeleteTextSample
|
|
45
|
+
* DescribeFileSample
|
|
46
|
+
* DescribeTextSample
|
|
47
|
+
* ManualReview
|
|
162
48
|
|
|
163
|
-
|
|
49
|
+
新增数据结构:
|
|
164
50
|
|
|
165
|
-
|
|
51
|
+
* [DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)
|
|
52
|
+
* [Filters](https://cloud.tencent.com/document/api/669/34506#Filters)
|
|
53
|
+
* [InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)
|
|
54
|
+
* [KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)
|
|
55
|
+
* [UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)
|
|
56
|
+
* [UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)
|
|
166
57
|
|
|
167
|
-
|
|
58
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
168
59
|
|
|
169
|
-
|
|
60
|
+
* FileSample
|
|
61
|
+
* FileSampleInfo
|
|
62
|
+
* Filter
|
|
63
|
+
* ManualReviewContent
|
|
64
|
+
* ManualReviewData
|
|
65
|
+
* TextSample
|
|
170
66
|
|
|
171
67
|
修改数据结构:
|
|
172
68
|
|
|
173
|
-
* [
|
|
69
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
|
174
70
|
|
|
175
|
-
*
|
|
71
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
|
176
72
|
|
|
177
|
-
* [TriggerInfo](https://cloud.tencent.com/document/api/583/17244#TriggerInfo)
|
|
178
|
-
|
|
179
|
-
* <font color="#dd0000">**修改成员**:</font>ResourceId, BindStatus, TriggerAttribute
|
|
180
73
|
|
|
181
74
|
|
|
182
75
|
|
|
76
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
183
77
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### 第 55 次发布
|
|
78
|
+
### 第 58 次发布
|
|
187
79
|
|
|
188
|
-
发布时间:2023-
|
|
80
|
+
发布时间:2023-06-01 09:49:03
|
|
189
81
|
|
|
190
82
|
本次发布包含了以下内容:
|
|
191
83
|
|
|
192
84
|
改善已有的文档。
|
|
193
85
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
* [DeleteSecurityPolicy](https://cloud.tencent.com/document/api/1141/53907)
|
|
86
|
+
新增接口:
|
|
197
87
|
|
|
198
|
-
|
|
88
|
+
* [ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)
|
|
199
89
|
|
|
200
|
-
|
|
90
|
+
新增数据结构:
|
|
201
91
|
|
|
92
|
+
* [ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)
|
|
202
93
|
|
|
203
94
|
|
|
204
95
|
|
|
205
|
-
##
|
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
206
97
|
|
|
207
|
-
### 第
|
|
98
|
+
### 第 46 次发布
|
|
208
99
|
|
|
209
|
-
发布时间:2023-
|
|
100
|
+
发布时间:2023-06-01 09:50:15
|
|
210
101
|
|
|
211
102
|
本次发布包含了以下内容:
|
|
212
103
|
|
|
@@ -214,67 +105,32 @@
|
|
|
214
105
|
|
|
215
106
|
修改接口:
|
|
216
107
|
|
|
217
|
-
* [
|
|
218
|
-
|
|
219
|
-
* 新增入参:ProjectId
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
修改数据结构:
|
|
223
|
-
|
|
224
|
-
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
225
|
-
|
|
226
|
-
* 新增成员:ProjectId
|
|
227
|
-
|
|
228
|
-
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
229
|
-
|
|
230
|
-
* 新增成员:ProjectId
|
|
231
|
-
|
|
232
|
-
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
233
|
-
|
|
234
|
-
* 新增成员:ProjectId
|
|
235
|
-
|
|
236
|
-
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
237
|
-
|
|
238
|
-
* 新增成员:ProjectId
|
|
239
|
-
|
|
240
|
-
|
|
108
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
|
241
109
|
|
|
110
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
|
242
111
|
|
|
243
|
-
|
|
112
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
|
244
113
|
|
|
245
114
|
|
|
115
|
+
新增数据结构:
|
|
246
116
|
|
|
247
|
-
|
|
117
|
+
* [UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)
|
|
248
118
|
|
|
249
119
|
|
|
250
120
|
|
|
251
|
-
##
|
|
121
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
252
122
|
|
|
253
|
-
### 第
|
|
123
|
+
### 第 102 次发布
|
|
254
124
|
|
|
255
|
-
发布时间:2023-
|
|
125
|
+
发布时间:2023-06-01 09:54:24
|
|
256
126
|
|
|
257
127
|
本次发布包含了以下内容:
|
|
258
128
|
|
|
259
129
|
改善已有的文档。
|
|
260
130
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
* [DescribeOperateTasks](https://cloud.tencent.com/document/api/1267/90705)
|
|
264
|
-
|
|
265
|
-
* 新增入参:SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
修改数据结构:
|
|
269
|
-
|
|
270
|
-
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
271
|
-
|
|
272
|
-
* 新增成员:ExecutionStartTime, ExecutionEndTime, Layer, SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType, CreateTime
|
|
273
|
-
|
|
274
|
-
* [TaskInfoPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoPage)
|
|
275
|
-
|
|
276
|
-
* 新增成员:PageCount, TotalCount
|
|
131
|
+
新增接口:
|
|
277
132
|
|
|
133
|
+
* [RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)
|
|
278
134
|
|
|
279
135
|
|
|
280
136
|
|
|
@@ -13816,6 +13672,21 @@
|
|
|
13816
13672
|
|
|
13817
13673
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
13818
13674
|
|
|
13675
|
+
### 第 129 次发布
|
|
13676
|
+
|
|
13677
|
+
发布时间:2023-06-01 09:45:06
|
|
13678
|
+
|
|
13679
|
+
本次发布包含了以下内容:
|
|
13680
|
+
|
|
13681
|
+
改善已有的文档。
|
|
13682
|
+
|
|
13683
|
+
修改接口:
|
|
13684
|
+
|
|
13685
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
|
13686
|
+
|
|
13687
|
+
* 新增入参:MinStartTime, MaxStartTime
|
|
13688
|
+
|
|
13689
|
+
|
|
13819
13690
|
### 第 128 次发布
|
|
13820
13691
|
|
|
13821
13692
|
发布时间:2023-05-22 01:07:39
|
|
@@ -27900,6 +27771,56 @@
|
|
|
27900
27771
|
|
|
27901
27772
|
## 内容安全(cms) 版本:2019-03-21
|
|
27902
27773
|
|
|
27774
|
+
### 第 16 次发布
|
|
27775
|
+
|
|
27776
|
+
发布时间:2023-05-31 21:26:41
|
|
27777
|
+
|
|
27778
|
+
本次发布包含了以下内容:
|
|
27779
|
+
|
|
27780
|
+
改善已有的文档。
|
|
27781
|
+
|
|
27782
|
+
新增接口:
|
|
27783
|
+
|
|
27784
|
+
* [[CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)](https://cloud.tencent.com/document/api/#/#)
|
|
27785
|
+
* [[DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)](https://cloud.tencent.com/document/api/#/#)
|
|
27786
|
+
* [[DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)](https://cloud.tencent.com/document/api/#/#)
|
|
27787
|
+
* [[DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)](https://cloud.tencent.com/document/api/#/#)
|
|
27788
|
+
|
|
27789
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
27790
|
+
|
|
27791
|
+
* CreateFileSample
|
|
27792
|
+
* CreateTextSample
|
|
27793
|
+
* DeleteFileSample
|
|
27794
|
+
* DeleteTextSample
|
|
27795
|
+
* DescribeFileSample
|
|
27796
|
+
* DescribeTextSample
|
|
27797
|
+
* ManualReview
|
|
27798
|
+
|
|
27799
|
+
新增数据结构:
|
|
27800
|
+
|
|
27801
|
+
* [[DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)](https://cloud.tencent.com/document/api/669/34506#[DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails))
|
|
27802
|
+
* [[Filters](https://cloud.tencent.com/document/api/669/34506#Filters)](https://cloud.tencent.com/document/api/669/34506#[Filters](https://cloud.tencent.com/document/api/669/34506#Filters))
|
|
27803
|
+
* [[InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)](https://cloud.tencent.com/document/api/669/34506#[InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample))
|
|
27804
|
+
* [[KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)](https://cloud.tencent.com/document/api/669/34506#[KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo))
|
|
27805
|
+
* [[UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)](https://cloud.tencent.com/document/api/669/34506#[UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword))
|
|
27806
|
+
* [[UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)](https://cloud.tencent.com/document/api/669/34506#[UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo))
|
|
27807
|
+
|
|
27808
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
27809
|
+
|
|
27810
|
+
* FileSample
|
|
27811
|
+
* FileSampleInfo
|
|
27812
|
+
* Filter
|
|
27813
|
+
* ManualReviewContent
|
|
27814
|
+
* ManualReviewData
|
|
27815
|
+
* TextSample
|
|
27816
|
+
|
|
27817
|
+
修改数据结构:
|
|
27818
|
+
|
|
27819
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
|
27820
|
+
|
|
27821
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
|
27822
|
+
|
|
27823
|
+
|
|
27903
27824
|
### 第 15 次发布
|
|
27904
27825
|
|
|
27905
27826
|
发布时间:2020-07-30 08:07:34
|
|
@@ -35882,23 +35803,23 @@
|
|
|
35882
35803
|
|
|
35883
35804
|
新增接口:
|
|
35884
35805
|
|
|
35885
|
-
* [
|
|
35886
|
-
* [
|
|
35887
|
-
* [
|
|
35888
|
-
* [
|
|
35889
|
-
* [
|
|
35890
|
-
* [
|
|
35891
|
-
* [
|
|
35892
|
-
* [
|
|
35893
|
-
* [
|
|
35806
|
+
* [BindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93014)
|
|
35807
|
+
* [CreateResourcePackage](https://cloud.tencent.com/document/api/1003/93013)
|
|
35808
|
+
* [DescribeResourcePackageDetail](https://cloud.tencent.com/document/api/1003/93012)
|
|
35809
|
+
* [DescribeResourcePackageList](https://cloud.tencent.com/document/api/1003/93011)
|
|
35810
|
+
* [DescribeResourcePackageSaleSpec](https://cloud.tencent.com/document/api/1003/93010)
|
|
35811
|
+
* [ModifyResourcePackageClusters](https://cloud.tencent.com/document/api/1003/93009)
|
|
35812
|
+
* [ModifyResourcePackageName](https://cloud.tencent.com/document/api/1003/93008)
|
|
35813
|
+
* [RefundResourcePackage](https://cloud.tencent.com/document/api/1003/93007)
|
|
35814
|
+
* [UnbindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93006)
|
|
35894
35815
|
|
|
35895
35816
|
新增数据结构:
|
|
35896
35817
|
|
|
35897
|
-
* [
|
|
35898
|
-
* [
|
|
35899
|
-
* [
|
|
35900
|
-
* [
|
|
35901
|
-
* [
|
|
35818
|
+
* [BindInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#BindInstanceInfo)
|
|
35819
|
+
* [Package](https://cloud.tencent.com/document/api/1003/48097#Package)
|
|
35820
|
+
* [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
|
|
35821
|
+
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
|
35822
|
+
* [SalePackageSpec](https://cloud.tencent.com/document/api/1003/48097#SalePackageSpec)
|
|
35902
35823
|
|
|
35903
35824
|
修改数据结构:
|
|
35904
35825
|
|
|
@@ -39107,6 +39028,22 @@
|
|
|
39107
39028
|
|
|
39108
39029
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
39109
39030
|
|
|
39031
|
+
### 第 58 次发布
|
|
39032
|
+
|
|
39033
|
+
发布时间:2023-06-01 09:49:03
|
|
39034
|
+
|
|
39035
|
+
本次发布包含了以下内容:
|
|
39036
|
+
|
|
39037
|
+
改善已有的文档。
|
|
39038
|
+
|
|
39039
|
+
新增接口:
|
|
39040
|
+
|
|
39041
|
+
* [[ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)](https://cloud.tencent.com/document/api/#/#)
|
|
39042
|
+
|
|
39043
|
+
新增数据结构:
|
|
39044
|
+
|
|
39045
|
+
* [[ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)](https://cloud.tencent.com/document/api/557/16142#[ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue))
|
|
39046
|
+
|
|
39110
39047
|
### 第 57 次发布
|
|
39111
39048
|
|
|
39112
39049
|
发布时间:2023-05-29 01:20:37
|
|
@@ -45686,6 +45623,27 @@
|
|
|
45686
45623
|
|
|
45687
45624
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
45688
45625
|
|
|
45626
|
+
### 第 46 次发布
|
|
45627
|
+
|
|
45628
|
+
发布时间:2023-06-01 09:50:15
|
|
45629
|
+
|
|
45630
|
+
本次发布包含了以下内容:
|
|
45631
|
+
|
|
45632
|
+
改善已有的文档。
|
|
45633
|
+
|
|
45634
|
+
修改接口:
|
|
45635
|
+
|
|
45636
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
|
45637
|
+
|
|
45638
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
|
45639
|
+
|
|
45640
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
|
45641
|
+
|
|
45642
|
+
|
|
45643
|
+
新增数据结构:
|
|
45644
|
+
|
|
45645
|
+
* [[UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)](https://cloud.tencent.com/document/api/589/33981#[UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup))
|
|
45646
|
+
|
|
45689
45647
|
### 第 45 次发布
|
|
45690
45648
|
|
|
45691
45649
|
发布时间:2023-04-10 01:29:11
|
|
@@ -73406,6 +73364,18 @@
|
|
|
73406
73364
|
|
|
73407
73365
|
## 文字识别(ocr) 版本:2018-11-19
|
|
73408
73366
|
|
|
73367
|
+
### 第 102 次发布
|
|
73368
|
+
|
|
73369
|
+
发布时间:2023-06-01 09:54:24
|
|
73370
|
+
|
|
73371
|
+
本次发布包含了以下内容:
|
|
73372
|
+
|
|
73373
|
+
改善已有的文档。
|
|
73374
|
+
|
|
73375
|
+
新增接口:
|
|
73376
|
+
|
|
73377
|
+
* [[RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)](https://cloud.tencent.com/document/api/#/#)
|
|
73378
|
+
|
|
73409
73379
|
### 第 101 次发布
|
|
73410
73380
|
|
|
73411
73381
|
发布时间:2023-05-26 01:45:09
|