tencentcloud-sdk-nodejs 4.0.277 → 4.0.278
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 +186 -0
- package/SERVICE_CHANGELOG.md +247 -71
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +3 -4
- package/src/services/cam/v20190116/cam_models.ts +4 -4
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +24 -8
- package/src/services/faceid/v20180301/faceid_client.ts +36 -0
- package/src/services/faceid/v20180301/faceid_models.ts +183 -0
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tcss/v20201101/tcss_client.ts +3 -2
- package/src/services/tcss/v20201101/tcss_models.ts +456 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +18 -0
- package/src/services/tem/v20210701/tem_models.ts +30 -0
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -4
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +22 -8
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +159 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +378 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
- package/test/faceid.v20180301.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,189 @@
|
|
|
1
|
+
# Release 4.0.278
|
|
2
|
+
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 71 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-01-21 08:08:55
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
16
|
+
|
|
17
|
+
* 新增入参:TagSpecification
|
|
18
|
+
|
|
19
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
20
|
+
|
|
21
|
+
* 新增入参:TagSpecification
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
27
|
+
|
|
28
|
+
### 第 38 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-01-21 08:11:28
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [PhoneVerificationCMCC](https://cloud.tencent.com/document/api/1007/68559)
|
|
39
|
+
* [PhoneVerificationCTCC](https://cloud.tencent.com/document/api/1007/68558)
|
|
40
|
+
* [PhoneVerificationCUCC](https://cloud.tencent.com/document/api/1007/68557)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
45
|
+
|
|
46
|
+
### 第 37 次发布
|
|
47
|
+
|
|
48
|
+
发布时间:2022-01-21 08:14:26
|
|
49
|
+
|
|
50
|
+
本次发布包含了以下内容:
|
|
51
|
+
|
|
52
|
+
改善已有的文档。
|
|
53
|
+
|
|
54
|
+
修改接口:
|
|
55
|
+
|
|
56
|
+
* [DescribeBaseMetrics](https://cloud.tencent.com/document/api/248/30351)
|
|
57
|
+
|
|
58
|
+
* 新增入参:Dimensions
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
64
|
+
|
|
65
|
+
### 第 61 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2022-01-21 08:15:03
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [LicensePlateOCR](https://cloud.tencent.com/document/api/866/36211)
|
|
76
|
+
|
|
77
|
+
* 新增出参:Color
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
83
|
+
|
|
84
|
+
### 第 7 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2022-01-20 19:50:27
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
修改接口:
|
|
93
|
+
|
|
94
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
95
|
+
|
|
96
|
+
* 新增出参:RegistryType, ImageName, ImageTag, ScanTime, ScanStatus, VulCnt, VirusCnt, RiskCnt, SentiveInfoCnt, OsName, ScanVirusError, ScanVulError, LayerInfo, InstanceId, InstanceName, Namespace, ScanRiskError, ScanVirusProgress, ScanVulProgress, ScanRiskProgress, ScanRemainTime, CveStatus, RiskStatus, VirusStatus, Progress, IsAuthorized, ImageSize, ImageId, RegistryRegion, ImageCreateTime
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### 第 6 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2022-01-20 19:25:42
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [CreateAssetImageRegistryScanTask](https://cloud.tencent.com/document/api/1285/65517)
|
|
110
|
+
|
|
111
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
112
|
+
|
|
113
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
114
|
+
|
|
115
|
+
* 新增入参:Id
|
|
116
|
+
|
|
117
|
+
* [DescribeAssetImageRegistryList](https://cloud.tencent.com/document/api/1285/65500)
|
|
118
|
+
|
|
119
|
+
* 新增入参:Limit, Offset, Filters, By, Order, OnlyShowLatest
|
|
120
|
+
|
|
121
|
+
* 新增出参:List, TotalCount
|
|
122
|
+
|
|
123
|
+
* [DescribeAssetImageRegistryListExport](https://cloud.tencent.com/document/api/1285/65499)
|
|
124
|
+
|
|
125
|
+
* 新增入参:OnlyShowLatest
|
|
126
|
+
|
|
127
|
+
* [ModifyAssetImageRegistryScanStop](https://cloud.tencent.com/document/api/1285/65462)
|
|
128
|
+
|
|
129
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
新增数据结构:
|
|
133
|
+
|
|
134
|
+
* [ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
139
|
+
|
|
140
|
+
### 第 28 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2022-01-21 08:17:48
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
147
|
+
|
|
148
|
+
修改数据结构:
|
|
149
|
+
|
|
150
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
151
|
+
|
|
152
|
+
* 新增成员:Status, MaxUnackedMsgNum, MaxMsgBacklogSize
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
158
|
+
|
|
159
|
+
### 第 11 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2022-01-21 08:18:01
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
166
|
+
|
|
167
|
+
修改接口:
|
|
168
|
+
|
|
169
|
+
* [RollingUpdateApplicationByVersion](https://cloud.tencent.com/document/api/1371/66371)
|
|
170
|
+
|
|
171
|
+
* 新增入参:DeployStrategyType, TotalBatchCount, BatchInterval, BetaBatchNum, MinAvailable
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
修改数据结构:
|
|
175
|
+
|
|
176
|
+
* [TemNamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#TemNamespaceInfo)
|
|
177
|
+
|
|
178
|
+
* 新增成员:Locked
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
1
187
|
# Release 4.0.277
|
|
2
188
|
|
|
3
189
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 71 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-21 08:08:55
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增入参:TagSpecification
|
|
18
18
|
|
|
19
|
-
* [
|
|
20
|
-
* [RWInfos](https://cloud.tencent.com/document/api/236/15878#RWInfos)
|
|
19
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
21
20
|
|
|
21
|
+
* 新增入参:TagSpecification
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
## 智能保险助手(cii) 版本:2021-04-08
|
|
25
24
|
|
|
26
|
-
### 第 9 次发布
|
|
27
25
|
|
|
28
|
-
|
|
26
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
27
|
+
|
|
28
|
+
### 第 38 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-01-21 08:11:28
|
|
29
31
|
|
|
30
32
|
本次发布包含了以下内容:
|
|
31
33
|
|
|
@@ -33,27 +35,36 @@
|
|
|
33
35
|
|
|
34
36
|
新增接口:
|
|
35
37
|
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
38
|
+
* [PhoneVerificationCMCC](https://cloud.tencent.com/document/api/1007/68559)
|
|
39
|
+
* [PhoneVerificationCTCC](https://cloud.tencent.com/document/api/1007/68558)
|
|
40
|
+
* [PhoneVerificationCUCC](https://cloud.tencent.com/document/api/1007/68557)
|
|
39
41
|
|
|
40
|
-
新增数据结构:
|
|
41
42
|
|
|
42
|
-
* [ClassifiedReports](https://cloud.tencent.com/document/api/1368/56853#ClassifiedReports)
|
|
43
|
-
* [UnderwriteConclusion](https://cloud.tencent.com/document/api/1368/56853#UnderwriteConclusion)
|
|
44
|
-
* [UnderwriteOutput](https://cloud.tencent.com/document/api/1368/56853#UnderwriteOutput)
|
|
45
43
|
|
|
44
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
46
45
|
|
|
46
|
+
### 第 37 次发布
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
发布时间:2022-01-21 08:14:26
|
|
49
49
|
|
|
50
|
+
本次发布包含了以下内容:
|
|
50
51
|
|
|
52
|
+
改善已有的文档。
|
|
51
53
|
|
|
52
|
-
|
|
54
|
+
修改接口:
|
|
55
|
+
|
|
56
|
+
* [DescribeBaseMetrics](https://cloud.tencent.com/document/api/248/30351)
|
|
57
|
+
|
|
58
|
+
* 新增入参:Dimensions
|
|
53
59
|
|
|
54
|
-
### 第 65 次发布
|
|
55
60
|
|
|
56
|
-
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
64
|
+
|
|
65
|
+
### 第 61 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2022-01-21 08:15:03
|
|
57
68
|
|
|
58
69
|
本次发布包含了以下内容:
|
|
59
70
|
|
|
@@ -61,79 +72,93 @@
|
|
|
61
72
|
|
|
62
73
|
修改接口:
|
|
63
74
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
* <font color="#dd0000">**修改入参**:</font>Period
|
|
67
|
-
|
|
68
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/214/46802)
|
|
75
|
+
* [LicensePlateOCR](https://cloud.tencent.com/document/api/866/36211)
|
|
69
76
|
|
|
70
|
-
*
|
|
77
|
+
* 新增出参:Color
|
|
71
78
|
|
|
72
|
-
* [ModifyDomainAttributes](https://cloud.tencent.com/document/api/214/38092)
|
|
73
79
|
|
|
74
|
-
* 新增入参:NewDomains
|
|
75
80
|
|
|
76
81
|
|
|
77
|
-
|
|
82
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
78
83
|
|
|
79
|
-
|
|
84
|
+
### 第 7 次发布
|
|
80
85
|
|
|
81
|
-
|
|
86
|
+
发布时间:2022-01-20 19:50:27
|
|
82
87
|
|
|
83
|
-
|
|
88
|
+
本次发布包含了以下内容:
|
|
84
89
|
|
|
85
|
-
|
|
90
|
+
改善已有的文档。
|
|
86
91
|
|
|
92
|
+
修改接口:
|
|
87
93
|
|
|
94
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
88
95
|
|
|
96
|
+
* 新增出参:RegistryType, ImageName, ImageTag, ScanTime, ScanStatus, VulCnt, VirusCnt, RiskCnt, SentiveInfoCnt, OsName, ScanVirusError, ScanVulError, LayerInfo, InstanceId, InstanceName, Namespace, ScanRiskError, ScanVirusProgress, ScanVulProgress, ScanRiskProgress, ScanRemainTime, CveStatus, RiskStatus, VirusStatus, Progress, IsAuthorized, ImageSize, ImageId, RegistryRegion, ImageCreateTime
|
|
89
97
|
|
|
90
|
-
## 事件总线(eb) 版本:2021-04-16
|
|
91
98
|
|
|
92
|
-
### 第
|
|
99
|
+
### 第 6 次发布
|
|
93
100
|
|
|
94
|
-
发布时间:2022-01-20
|
|
101
|
+
发布时间:2022-01-20 19:25:42
|
|
95
102
|
|
|
96
103
|
本次发布包含了以下内容:
|
|
97
104
|
|
|
98
105
|
改善已有的文档。
|
|
99
106
|
|
|
100
|
-
|
|
107
|
+
修改接口:
|
|
101
108
|
|
|
102
|
-
* [
|
|
109
|
+
* [CreateAssetImageRegistryScanTask](https://cloud.tencent.com/document/api/1285/65517)
|
|
103
110
|
|
|
111
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
104
112
|
|
|
113
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
105
114
|
|
|
106
|
-
|
|
115
|
+
* 新增入参:Id
|
|
107
116
|
|
|
108
|
-
|
|
117
|
+
* [DescribeAssetImageRegistryList](https://cloud.tencent.com/document/api/1285/65500)
|
|
109
118
|
|
|
110
|
-
|
|
119
|
+
* 新增入参:Limit, Offset, Filters, By, Order, OnlyShowLatest
|
|
111
120
|
|
|
112
|
-
|
|
121
|
+
* 新增出参:List, TotalCount
|
|
113
122
|
|
|
114
|
-
|
|
123
|
+
* [DescribeAssetImageRegistryListExport](https://cloud.tencent.com/document/api/1285/65499)
|
|
115
124
|
|
|
116
|
-
|
|
125
|
+
* 新增入参:OnlyShowLatest
|
|
117
126
|
|
|
118
|
-
* [
|
|
127
|
+
* [ModifyAssetImageRegistryScanStop](https://cloud.tencent.com/document/api/1285/65462)
|
|
119
128
|
|
|
120
|
-
* 新增入参:
|
|
129
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
新增数据结构:
|
|
121
133
|
|
|
134
|
+
* [ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
139
|
+
|
|
140
|
+
### 第 28 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2022-01-21 08:17:48
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
122
147
|
|
|
123
148
|
修改数据结构:
|
|
124
149
|
|
|
125
|
-
* [
|
|
150
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
126
151
|
|
|
127
|
-
* 新增成员:
|
|
152
|
+
* 新增成员:Status, MaxUnackedMsgNum, MaxMsgBacklogSize
|
|
128
153
|
|
|
129
154
|
|
|
130
155
|
|
|
131
156
|
|
|
132
|
-
##
|
|
157
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
133
158
|
|
|
134
|
-
### 第
|
|
159
|
+
### 第 11 次发布
|
|
135
160
|
|
|
136
|
-
发布时间:2022-01-
|
|
161
|
+
发布时间:2022-01-21 08:18:01
|
|
137
162
|
|
|
138
163
|
本次发布包含了以下内容:
|
|
139
164
|
|
|
@@ -141,23 +166,22 @@
|
|
|
141
166
|
|
|
142
167
|
修改接口:
|
|
143
168
|
|
|
144
|
-
* [
|
|
169
|
+
* [RollingUpdateApplicationByVersion](https://cloud.tencent.com/document/api/1371/66371)
|
|
145
170
|
|
|
146
|
-
* 新增入参:
|
|
171
|
+
* 新增入参:DeployStrategyType, TotalBatchCount, BatchInterval, BetaBatchNum, MinAvailable
|
|
147
172
|
|
|
148
|
-
* [CreateTaskFlow](https://cloud.tencent.com/document/api/649/50088)
|
|
149
173
|
|
|
150
|
-
|
|
174
|
+
修改数据结构:
|
|
151
175
|
|
|
152
|
-
* [
|
|
176
|
+
* [TemNamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#TemNamespaceInfo)
|
|
153
177
|
|
|
154
|
-
*
|
|
178
|
+
* 新增成员:Locked
|
|
155
179
|
|
|
156
|
-
* [ModifyTask](https://cloud.tencent.com/document/api/649/50087)
|
|
157
180
|
|
|
158
|
-
* 新增入参:ProgramIdList
|
|
159
181
|
|
|
160
182
|
|
|
183
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
184
|
+
|
|
161
185
|
|
|
162
186
|
|
|
163
187
|
# 历次版本更新如下:
|
|
@@ -8979,12 +9003,12 @@
|
|
|
8979
9003
|
|
|
8980
9004
|
新增接口:
|
|
8981
9005
|
|
|
8982
|
-
* [
|
|
9006
|
+
* [QueryCDBProxy](https://cloud.tencent.com/document/api/236/68461)
|
|
8983
9007
|
|
|
8984
9008
|
新增数据结构:
|
|
8985
9009
|
|
|
8986
|
-
* [
|
|
8987
|
-
* [
|
|
9010
|
+
* [ProxyGroups](https://cloud.tencent.com/document/api/236/15878#ProxyGroups)
|
|
9011
|
+
* [RWInfos](https://cloud.tencent.com/document/api/236/15878#RWInfos)
|
|
8988
9012
|
|
|
8989
9013
|
### 第 81 次发布
|
|
8990
9014
|
|
|
@@ -13687,15 +13711,15 @@
|
|
|
13687
13711
|
|
|
13688
13712
|
新增接口:
|
|
13689
13713
|
|
|
13690
|
-
* [
|
|
13691
|
-
* [
|
|
13692
|
-
* [
|
|
13714
|
+
* [AddSubStructureTasks](https://cloud.tencent.com/document/api/1368/68463)
|
|
13715
|
+
* [DescribeReportClassify](https://cloud.tencent.com/document/api/1368/68462)
|
|
13716
|
+
* [DescribeUnderwriteTask](https://cloud.tencent.com/document/api/1368/68464)
|
|
13693
13717
|
|
|
13694
13718
|
新增数据结构:
|
|
13695
13719
|
|
|
13696
|
-
* [
|
|
13697
|
-
* [
|
|
13698
|
-
* [
|
|
13720
|
+
* [ClassifiedReports](https://cloud.tencent.com/document/api/1368/56853#ClassifiedReports)
|
|
13721
|
+
* [UnderwriteConclusion](https://cloud.tencent.com/document/api/1368/56853#UnderwriteConclusion)
|
|
13722
|
+
* [UnderwriteOutput](https://cloud.tencent.com/document/api/1368/56853#UnderwriteOutput)
|
|
13699
13723
|
|
|
13700
13724
|
### 第 8 次发布
|
|
13701
13725
|
|
|
@@ -19725,6 +19749,25 @@
|
|
|
19725
19749
|
|
|
19726
19750
|
## 云服务器(cvm) 版本:2017-03-12
|
|
19727
19751
|
|
|
19752
|
+
### 第 71 次发布
|
|
19753
|
+
|
|
19754
|
+
发布时间:2022-01-21 08:08:55
|
|
19755
|
+
|
|
19756
|
+
本次发布包含了以下内容:
|
|
19757
|
+
|
|
19758
|
+
改善已有的文档。
|
|
19759
|
+
|
|
19760
|
+
修改接口:
|
|
19761
|
+
|
|
19762
|
+
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
19763
|
+
|
|
19764
|
+
* 新增入参:TagSpecification
|
|
19765
|
+
|
|
19766
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
19767
|
+
|
|
19768
|
+
* 新增入参:TagSpecification
|
|
19769
|
+
|
|
19770
|
+
|
|
19728
19771
|
### 第 70 次发布
|
|
19729
19772
|
|
|
19730
19773
|
发布时间:2022-01-18 08:07:22
|
|
@@ -26179,7 +26222,7 @@
|
|
|
26179
26222
|
|
|
26180
26223
|
新增接口:
|
|
26181
26224
|
|
|
26182
|
-
* [
|
|
26225
|
+
* [PutEvents](https://cloud.tencent.com/document/api/1359/68465)
|
|
26183
26226
|
|
|
26184
26227
|
### 第 1 次发布
|
|
26185
26228
|
|
|
@@ -30039,6 +30082,20 @@
|
|
|
30039
30082
|
|
|
30040
30083
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
30041
30084
|
|
|
30085
|
+
### 第 38 次发布
|
|
30086
|
+
|
|
30087
|
+
发布时间:2022-01-21 08:11:28
|
|
30088
|
+
|
|
30089
|
+
本次发布包含了以下内容:
|
|
30090
|
+
|
|
30091
|
+
改善已有的文档。
|
|
30092
|
+
|
|
30093
|
+
新增接口:
|
|
30094
|
+
|
|
30095
|
+
* [[PhoneVerificationCMCC](https://cloud.tencent.com/document/api/1007/68559)](https://cloud.tencent.com/document/api/#/#)
|
|
30096
|
+
* [[PhoneVerificationCTCC](https://cloud.tencent.com/document/api/1007/68558)](https://cloud.tencent.com/document/api/#/#)
|
|
30097
|
+
* [[PhoneVerificationCUCC](https://cloud.tencent.com/document/api/1007/68557)](https://cloud.tencent.com/document/api/#/#)
|
|
30098
|
+
|
|
30042
30099
|
### 第 37 次发布
|
|
30043
30100
|
|
|
30044
30101
|
发布时间:2022-01-07 08:08:34
|
|
@@ -41590,6 +41647,21 @@
|
|
|
41590
41647
|
|
|
41591
41648
|
## 云监控(monitor) 版本:2018-07-24
|
|
41592
41649
|
|
|
41650
|
+
### 第 37 次发布
|
|
41651
|
+
|
|
41652
|
+
发布时间:2022-01-21 08:14:26
|
|
41653
|
+
|
|
41654
|
+
本次发布包含了以下内容:
|
|
41655
|
+
|
|
41656
|
+
改善已有的文档。
|
|
41657
|
+
|
|
41658
|
+
修改接口:
|
|
41659
|
+
|
|
41660
|
+
* [DescribeBaseMetrics](https://cloud.tencent.com/document/api/248/30351)
|
|
41661
|
+
|
|
41662
|
+
* 新增入参:Dimensions
|
|
41663
|
+
|
|
41664
|
+
|
|
41593
41665
|
### 第 36 次发布
|
|
41594
41666
|
|
|
41595
41667
|
发布时间:2022-01-12 08:12:33
|
|
@@ -44648,6 +44720,21 @@
|
|
|
44648
44720
|
|
|
44649
44721
|
## 文字识别(ocr) 版本:2018-11-19
|
|
44650
44722
|
|
|
44723
|
+
### 第 61 次发布
|
|
44724
|
+
|
|
44725
|
+
发布时间:2022-01-21 08:15:03
|
|
44726
|
+
|
|
44727
|
+
本次发布包含了以下内容:
|
|
44728
|
+
|
|
44729
|
+
改善已有的文档。
|
|
44730
|
+
|
|
44731
|
+
修改接口:
|
|
44732
|
+
|
|
44733
|
+
* [LicensePlateOCR](https://cloud.tencent.com/document/api/866/36211)
|
|
44734
|
+
|
|
44735
|
+
* 新增出参:Color
|
|
44736
|
+
|
|
44737
|
+
|
|
44651
44738
|
### 第 60 次发布
|
|
44652
44739
|
|
|
44653
44740
|
发布时间:2022-01-14 08:13:51
|
|
@@ -55742,6 +55829,58 @@
|
|
|
55742
55829
|
|
|
55743
55830
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
55744
55831
|
|
|
55832
|
+
### 第 7 次发布
|
|
55833
|
+
|
|
55834
|
+
发布时间:2022-01-20 19:50:27
|
|
55835
|
+
|
|
55836
|
+
本次发布包含了以下内容:
|
|
55837
|
+
|
|
55838
|
+
改善已有的文档。
|
|
55839
|
+
|
|
55840
|
+
修改接口:
|
|
55841
|
+
|
|
55842
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
55843
|
+
|
|
55844
|
+
* 新增出参:RegistryType, ImageName, ImageTag, ScanTime, ScanStatus, VulCnt, VirusCnt, RiskCnt, SentiveInfoCnt, OsName, ScanVirusError, ScanVulError, LayerInfo, InstanceId, InstanceName, Namespace, ScanRiskError, ScanVirusProgress, ScanVulProgress, ScanRiskProgress, ScanRemainTime, CveStatus, RiskStatus, VirusStatus, Progress, IsAuthorized, ImageSize, ImageId, RegistryRegion, ImageCreateTime
|
|
55845
|
+
|
|
55846
|
+
|
|
55847
|
+
### 第 6 次发布
|
|
55848
|
+
|
|
55849
|
+
发布时间:2022-01-20 19:25:42
|
|
55850
|
+
|
|
55851
|
+
本次发布包含了以下内容:
|
|
55852
|
+
|
|
55853
|
+
改善已有的文档。
|
|
55854
|
+
|
|
55855
|
+
修改接口:
|
|
55856
|
+
|
|
55857
|
+
* [CreateAssetImageRegistryScanTask](https://cloud.tencent.com/document/api/1285/65517)
|
|
55858
|
+
|
|
55859
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
55860
|
+
|
|
55861
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
55862
|
+
|
|
55863
|
+
* 新增入参:Id
|
|
55864
|
+
|
|
55865
|
+
* [DescribeAssetImageRegistryList](https://cloud.tencent.com/document/api/1285/65500)
|
|
55866
|
+
|
|
55867
|
+
* 新增入参:Limit, Offset, Filters, By, Order, OnlyShowLatest
|
|
55868
|
+
|
|
55869
|
+
* 新增出参:List, TotalCount
|
|
55870
|
+
|
|
55871
|
+
* [DescribeAssetImageRegistryListExport](https://cloud.tencent.com/document/api/1285/65499)
|
|
55872
|
+
|
|
55873
|
+
* 新增入参:OnlyShowLatest
|
|
55874
|
+
|
|
55875
|
+
* [ModifyAssetImageRegistryScanStop](https://cloud.tencent.com/document/api/1285/65462)
|
|
55876
|
+
|
|
55877
|
+
* 新增入参:Filters, ExcludeImageList, OnlyScanLatest
|
|
55878
|
+
|
|
55879
|
+
|
|
55880
|
+
新增数据结构:
|
|
55881
|
+
|
|
55882
|
+
* [[ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo)](https://cloud.tencent.com/document/api/1285/65614#[ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo))
|
|
55883
|
+
|
|
55745
55884
|
### 第 5 次发布
|
|
55746
55885
|
|
|
55747
55886
|
发布时间:2022-01-14 08:15:55
|
|
@@ -56138,6 +56277,21 @@
|
|
|
56138
56277
|
|
|
56139
56278
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
56140
56279
|
|
|
56280
|
+
### 第 28 次发布
|
|
56281
|
+
|
|
56282
|
+
发布时间:2022-01-21 08:17:48
|
|
56283
|
+
|
|
56284
|
+
本次发布包含了以下内容:
|
|
56285
|
+
|
|
56286
|
+
改善已有的文档。
|
|
56287
|
+
|
|
56288
|
+
修改数据结构:
|
|
56289
|
+
|
|
56290
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
56291
|
+
|
|
56292
|
+
* 新增成员:Status, MaxUnackedMsgNum, MaxMsgBacklogSize
|
|
56293
|
+
|
|
56294
|
+
|
|
56141
56295
|
### 第 27 次发布
|
|
56142
56296
|
|
|
56143
56297
|
发布时间:2021-12-29 08:13:22
|
|
@@ -57058,6 +57212,28 @@
|
|
|
57058
57212
|
|
|
57059
57213
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
57060
57214
|
|
|
57215
|
+
### 第 11 次发布
|
|
57216
|
+
|
|
57217
|
+
发布时间:2022-01-21 08:18:01
|
|
57218
|
+
|
|
57219
|
+
本次发布包含了以下内容:
|
|
57220
|
+
|
|
57221
|
+
改善已有的文档。
|
|
57222
|
+
|
|
57223
|
+
修改接口:
|
|
57224
|
+
|
|
57225
|
+
* [RollingUpdateApplicationByVersion](https://cloud.tencent.com/document/api/1371/66371)
|
|
57226
|
+
|
|
57227
|
+
* 新增入参:DeployStrategyType, TotalBatchCount, BatchInterval, BetaBatchNum, MinAvailable
|
|
57228
|
+
|
|
57229
|
+
|
|
57230
|
+
修改数据结构:
|
|
57231
|
+
|
|
57232
|
+
* [TemNamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#TemNamespaceInfo)
|
|
57233
|
+
|
|
57234
|
+
* 新增成员:Locked
|
|
57235
|
+
|
|
57236
|
+
|
|
57061
57237
|
### 第 10 次发布
|
|
57062
57238
|
|
|
57063
57239
|
发布时间:2022-01-12 08:15:47
|