tencentcloud-sdk-nodejs 4.0.326 → 4.0.329
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 +215 -0
- package/README.md +3 -1
- package/SERVICE_CHANGELOG.md +202 -124
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/abstract_client.ts +9 -6
- package/src/common/http/http_connection.ts +7 -3
- package/src/common/interface.ts +6 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +55 -45
- package/src/services/bmeip/v20180625/bmeip_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +69 -9
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -5
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +3 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +46 -6
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +32 -1
- package/src/services/ssa/v20180608/ssa_client.ts +15 -1
- package/src/services/ssa/v20180608/ssa_models.ts +182 -45
- package/src/services/thpc/v20211109/thpc_models.ts +2 -2
- package/src/services/tiia/v20190529/tiia_client.ts +3 -2
- package/src/services/tiia/v20190529/tiia_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +308 -104
- package/src/services/waf/v20180125/waf_models.ts +1513 -483
- package/tencentcloud/common/abstract_client.d.ts +3 -3
- package/tencentcloud/common/abstract_client.js +5 -3
- package/tencentcloud/common/http/http_connection.d.ts +4 -2
- package/tencentcloud/common/http/http_connection.js +5 -5
- package/tencentcloud/common/interface.d.ts +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +52 -44
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +57 -9
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -4
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +3 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -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 +27 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +153 -39
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +95 -27
- package/tencentcloud/services/waf/v20180125/waf_client.js +139 -39
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1301 -437
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/waf.v20180125.test.js +186 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,218 @@
|
|
|
1
|
+
# Release 4.0.329
|
|
2
|
+
|
|
3
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
4
|
+
|
|
5
|
+
### 第 65 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-19 19:47:18
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Type
|
|
18
|
+
|
|
19
|
+
* 新增出参:IDNumber, TestingInterval, TestingResult, TestingTime
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Release 4.0.328
|
|
25
|
+
|
|
26
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
27
|
+
|
|
28
|
+
### 第 43 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-04-19 06:13:47
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
39
|
+
|
|
40
|
+
* 新增成员:Weekday
|
|
41
|
+
|
|
42
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
43
|
+
|
|
44
|
+
* 新增成员:Weekday
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
50
|
+
|
|
51
|
+
### 第 7 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2022-04-19 06:20:51
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
新增接口:
|
|
60
|
+
|
|
61
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
62
|
+
|
|
63
|
+
新增数据结构:
|
|
64
|
+
|
|
65
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
# Release 4.0.327
|
|
70
|
+
|
|
71
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
72
|
+
|
|
73
|
+
### 第 27 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-04-18 06:05:37
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
修改数据结构:
|
|
82
|
+
|
|
83
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
84
|
+
|
|
85
|
+
* 新增成员:RewriteHttps, ErrCode
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
91
|
+
|
|
92
|
+
### 第 91 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2022-04-18 06:07:35
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改接口:
|
|
101
|
+
|
|
102
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
103
|
+
|
|
104
|
+
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
105
|
+
|
|
106
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
107
|
+
|
|
108
|
+
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
修改数据结构:
|
|
112
|
+
|
|
113
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
114
|
+
|
|
115
|
+
* 新增成员:SaveMode
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
121
|
+
|
|
122
|
+
### 第 99 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2022-04-18 06:07:58
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
修改数据结构:
|
|
131
|
+
|
|
132
|
+
* [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
|
|
133
|
+
|
|
134
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
140
|
+
|
|
141
|
+
### 第 44 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2022-04-18 06:13:51
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## 安全运营中心(ssa) 版本:2018-06-08
|
|
156
|
+
|
|
157
|
+
### 第 11 次发布
|
|
158
|
+
|
|
159
|
+
发布时间:2022-04-18 06:17:42
|
|
160
|
+
|
|
161
|
+
本次发布包含了以下内容:
|
|
162
|
+
|
|
163
|
+
改善已有的文档。
|
|
164
|
+
|
|
165
|
+
新增接口:
|
|
166
|
+
|
|
167
|
+
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
168
|
+
|
|
169
|
+
新增数据结构:
|
|
170
|
+
|
|
171
|
+
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
172
|
+
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
177
|
+
|
|
178
|
+
### 第 6 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2022-04-18 06:22:13
|
|
181
|
+
|
|
182
|
+
本次发布包含了以下内容:
|
|
183
|
+
|
|
184
|
+
改善已有的文档。
|
|
185
|
+
|
|
186
|
+
新增接口:
|
|
187
|
+
|
|
188
|
+
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
189
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
190
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
191
|
+
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
192
|
+
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
193
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
194
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
195
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
196
|
+
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
197
|
+
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
198
|
+
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
199
|
+
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
200
|
+
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
201
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
202
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
203
|
+
|
|
204
|
+
新增数据结构:
|
|
205
|
+
|
|
206
|
+
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
207
|
+
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
208
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
209
|
+
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
210
|
+
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
211
|
+
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
212
|
+
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
1
216
|
# Release 4.0.326
|
|
2
217
|
|
|
3
218
|
## 借贷反欺诈(af) 版本:2020-02-26
|
package/README.md
CHANGED
|
@@ -55,7 +55,9 @@ const clientConfig = {
|
|
|
55
55
|
}
|
|
56
56
|
// 实例化要请求产品(以cvm为例)的client对象
|
|
57
57
|
const client = new CvmClient(clientConfig)
|
|
58
|
-
// 通过client
|
|
58
|
+
// 通过client对象调用想要访问的接口(Action),需要传入请求对象(Params)以及响应回调函数
|
|
59
|
+
// 即:client.Action(Params).then(res => console.log(res), err => console.error(err))
|
|
60
|
+
// 如:查询云服务器可用区列表
|
|
59
61
|
client.DescribeZones().then(
|
|
60
62
|
(data) => {
|
|
61
63
|
console.log(data)
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 5 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-04-15 06:01:22
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
16
|
-
|
|
17
|
-
* 新增成员:OldResponseType
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
3
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 65 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2022-04-
|
|
7
|
+
发布时间:2022-04-19 19:47:18
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,87 +12,11 @@
|
|
|
31
12
|
|
|
32
13
|
修改接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增入参:SyncRobotCommands
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
新增数据结构:
|
|
40
|
-
|
|
41
|
-
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1155/40113#SyncRobotCommand)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
46
|
-
|
|
47
|
-
### 第 24 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2022-04-15 06:03:13
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
56
|
-
|
|
57
|
-
* [DescribeProtectedTelCdr](https://cloud.tencent.com/document/api/679/72597)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
62
|
-
|
|
63
|
-
### 第 62 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2022-04-15 06:04:58
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
新增接口:
|
|
72
|
-
|
|
73
|
-
* [CloseCloudOrder](https://cloud.tencent.com/document/api/1122/72605)
|
|
74
|
-
* [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
|
|
75
|
-
* [QueryCloudChannelData](https://cloud.tencent.com/document/api/1122/72603)
|
|
76
|
-
* [QueryCloudOrder](https://cloud.tencent.com/document/api/1122/72602)
|
|
77
|
-
* [QueryCloudRefundOrder](https://cloud.tencent.com/document/api/1122/72601)
|
|
78
|
-
* [RefundCloudOrder](https://cloud.tencent.com/document/api/1122/72600)
|
|
79
|
-
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
80
|
-
|
|
81
|
-
新增数据结构:
|
|
82
|
-
|
|
83
|
-
* [CloudAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#CloudAttachmentInfo)
|
|
84
|
-
* [CloudChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudChannelExternalUserInfo)
|
|
85
|
-
* [CloudClientInfo](https://cloud.tencent.com/document/api/1122/40683#CloudClientInfo)
|
|
86
|
-
* [CloudExternalChannelData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalChannelData)
|
|
87
|
-
* [CloudExternalPromptGroup](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptGroup)
|
|
88
|
-
* [CloudExternalPromptInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptInfo)
|
|
89
|
-
* [CloudGlobalPayTimeInfo](https://cloud.tencent.com/document/api/1122/40683#CloudGlobalPayTimeInfo)
|
|
90
|
-
* [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
|
|
91
|
-
* [CloudSettleInfo](https://cloud.tencent.com/document/api/1122/40683#CloudSettleInfo)
|
|
92
|
-
* [CloudStoreInfo](https://cloud.tencent.com/document/api/1122/40683#CloudStoreInfo)
|
|
93
|
-
* [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
|
|
94
|
-
* [CloudSubOrderRefund](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderRefund)
|
|
95
|
-
* [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
|
|
96
|
-
* [CloudSubRefundItem](https://cloud.tencent.com/document/api/1122/40683#CloudSubRefundItem)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
101
|
-
|
|
102
|
-
### 第 79 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2022-04-15 06:05:33
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
修改数据结构:
|
|
15
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
111
16
|
|
|
112
|
-
*
|
|
17
|
+
* 新增入参:Type
|
|
113
18
|
|
|
114
|
-
*
|
|
19
|
+
* 新增出参:IDNumber, TestingInterval, TestingResult, TestingTime
|
|
115
20
|
|
|
116
21
|
|
|
117
22
|
|
|
@@ -547,7 +452,7 @@
|
|
|
547
452
|
|
|
548
453
|
新增数据结构:
|
|
549
454
|
|
|
550
|
-
* [
|
|
455
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1155/40113#SyncRobotCommand)
|
|
551
456
|
|
|
552
457
|
### 第 32 次发布
|
|
553
458
|
|
|
@@ -1414,6 +1319,21 @@
|
|
|
1414
1319
|
|
|
1415
1320
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1416
1321
|
|
|
1322
|
+
### 第 27 次发布
|
|
1323
|
+
|
|
1324
|
+
发布时间:2022-04-18 06:05:37
|
|
1325
|
+
|
|
1326
|
+
本次发布包含了以下内容:
|
|
1327
|
+
|
|
1328
|
+
改善已有的文档。
|
|
1329
|
+
|
|
1330
|
+
修改数据结构:
|
|
1331
|
+
|
|
1332
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
1333
|
+
|
|
1334
|
+
* 新增成员:RewriteHttps, ErrCode
|
|
1335
|
+
|
|
1336
|
+
|
|
1417
1337
|
### 第 26 次发布
|
|
1418
1338
|
|
|
1419
1339
|
发布时间:2022-04-07 06:04:07
|
|
@@ -9537,7 +9457,7 @@
|
|
|
9537
9457
|
|
|
9538
9458
|
新增接口:
|
|
9539
9459
|
|
|
9540
|
-
* [
|
|
9460
|
+
* [DescribeProtectedTelCdr](https://cloud.tencent.com/document/api/679/72597)
|
|
9541
9461
|
|
|
9542
9462
|
### 第 23 次发布
|
|
9543
9463
|
|
|
@@ -9984,6 +9904,32 @@
|
|
|
9984
9904
|
|
|
9985
9905
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9986
9906
|
|
|
9907
|
+
### 第 91 次发布
|
|
9908
|
+
|
|
9909
|
+
发布时间:2022-04-18 06:07:35
|
|
9910
|
+
|
|
9911
|
+
本次发布包含了以下内容:
|
|
9912
|
+
|
|
9913
|
+
改善已有的文档。
|
|
9914
|
+
|
|
9915
|
+
修改接口:
|
|
9916
|
+
|
|
9917
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
9918
|
+
|
|
9919
|
+
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
9920
|
+
|
|
9921
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
9922
|
+
|
|
9923
|
+
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
9924
|
+
|
|
9925
|
+
|
|
9926
|
+
修改数据结构:
|
|
9927
|
+
|
|
9928
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
9929
|
+
|
|
9930
|
+
* 新增成员:SaveMode
|
|
9931
|
+
|
|
9932
|
+
|
|
9987
9933
|
### 第 90 次发布
|
|
9988
9934
|
|
|
9989
9935
|
发布时间:2022-04-14 06:07:55
|
|
@@ -11869,6 +11815,21 @@
|
|
|
11869
11815
|
|
|
11870
11816
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11871
11817
|
|
|
11818
|
+
### 第 99 次发布
|
|
11819
|
+
|
|
11820
|
+
发布时间:2022-04-18 06:07:58
|
|
11821
|
+
|
|
11822
|
+
本次发布包含了以下内容:
|
|
11823
|
+
|
|
11824
|
+
改善已有的文档。
|
|
11825
|
+
|
|
11826
|
+
修改数据结构:
|
|
11827
|
+
|
|
11828
|
+
* [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
|
|
11829
|
+
|
|
11830
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
11831
|
+
|
|
11832
|
+
|
|
11872
11833
|
### 第 98 次发布
|
|
11873
11834
|
|
|
11874
11835
|
发布时间:2022-04-14 06:08:21
|
|
@@ -19878,30 +19839,30 @@
|
|
|
19878
19839
|
|
|
19879
19840
|
新增接口:
|
|
19880
19841
|
|
|
19881
|
-
* [
|
|
19882
|
-
* [
|
|
19883
|
-
* [
|
|
19884
|
-
* [
|
|
19885
|
-
* [
|
|
19886
|
-
* [
|
|
19887
|
-
* [
|
|
19842
|
+
* [CloseCloudOrder](https://cloud.tencent.com/document/api/1122/72605)
|
|
19843
|
+
* [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
|
|
19844
|
+
* [QueryCloudChannelData](https://cloud.tencent.com/document/api/1122/72603)
|
|
19845
|
+
* [QueryCloudOrder](https://cloud.tencent.com/document/api/1122/72602)
|
|
19846
|
+
* [QueryCloudRefundOrder](https://cloud.tencent.com/document/api/1122/72601)
|
|
19847
|
+
* [RefundCloudOrder](https://cloud.tencent.com/document/api/1122/72600)
|
|
19848
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
19888
19849
|
|
|
19889
19850
|
新增数据结构:
|
|
19890
19851
|
|
|
19891
|
-
* [
|
|
19892
|
-
* [
|
|
19893
|
-
* [
|
|
19894
|
-
* [
|
|
19895
|
-
* [
|
|
19896
|
-
* [
|
|
19897
|
-
* [
|
|
19898
|
-
* [
|
|
19899
|
-
* [
|
|
19900
|
-
* [
|
|
19901
|
-
* [
|
|
19902
|
-
* [
|
|
19903
|
-
* [
|
|
19904
|
-
* [
|
|
19852
|
+
* [CloudAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#CloudAttachmentInfo)
|
|
19853
|
+
* [CloudChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudChannelExternalUserInfo)
|
|
19854
|
+
* [CloudClientInfo](https://cloud.tencent.com/document/api/1122/40683#CloudClientInfo)
|
|
19855
|
+
* [CloudExternalChannelData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalChannelData)
|
|
19856
|
+
* [CloudExternalPromptGroup](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptGroup)
|
|
19857
|
+
* [CloudExternalPromptInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptInfo)
|
|
19858
|
+
* [CloudGlobalPayTimeInfo](https://cloud.tencent.com/document/api/1122/40683#CloudGlobalPayTimeInfo)
|
|
19859
|
+
* [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
|
|
19860
|
+
* [CloudSettleInfo](https://cloud.tencent.com/document/api/1122/40683#CloudSettleInfo)
|
|
19861
|
+
* [CloudStoreInfo](https://cloud.tencent.com/document/api/1122/40683#CloudStoreInfo)
|
|
19862
|
+
* [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
|
|
19863
|
+
* [CloudSubOrderRefund](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderRefund)
|
|
19864
|
+
* [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
|
|
19865
|
+
* [CloudSubRefundItem](https://cloud.tencent.com/document/api/1122/40683#CloudSubRefundItem)
|
|
19905
19866
|
|
|
19906
19867
|
### 第 61 次发布
|
|
19907
19868
|
|
|
@@ -38467,6 +38428,18 @@
|
|
|
38467
38428
|
|
|
38468
38429
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
38469
38430
|
|
|
38431
|
+
### 第 44 次发布
|
|
38432
|
+
|
|
38433
|
+
发布时间:2022-04-18 06:13:51
|
|
38434
|
+
|
|
38435
|
+
本次发布包含了以下内容:
|
|
38436
|
+
|
|
38437
|
+
改善已有的文档。
|
|
38438
|
+
|
|
38439
|
+
新增接口:
|
|
38440
|
+
|
|
38441
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
38442
|
+
|
|
38470
38443
|
### 第 43 次发布
|
|
38471
38444
|
|
|
38472
38445
|
发布时间:2022-04-12 06:15:29
|
|
@@ -44976,6 +44949,25 @@
|
|
|
44976
44949
|
|
|
44977
44950
|
## 云监控(monitor) 版本:2018-07-24
|
|
44978
44951
|
|
|
44952
|
+
### 第 43 次发布
|
|
44953
|
+
|
|
44954
|
+
发布时间:2022-04-19 06:13:47
|
|
44955
|
+
|
|
44956
|
+
本次发布包含了以下内容:
|
|
44957
|
+
|
|
44958
|
+
改善已有的文档。
|
|
44959
|
+
|
|
44960
|
+
修改数据结构:
|
|
44961
|
+
|
|
44962
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
44963
|
+
|
|
44964
|
+
* 新增成员:Weekday
|
|
44965
|
+
|
|
44966
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
44967
|
+
|
|
44968
|
+
* 新增成员:Weekday
|
|
44969
|
+
|
|
44970
|
+
|
|
44979
44971
|
### 第 42 次发布
|
|
44980
44972
|
|
|
44981
44973
|
发布时间:2022-03-18 08:14:49
|
|
@@ -48317,6 +48309,23 @@
|
|
|
48317
48309
|
|
|
48318
48310
|
## 文字识别(ocr) 版本:2018-11-19
|
|
48319
48311
|
|
|
48312
|
+
### 第 65 次发布
|
|
48313
|
+
|
|
48314
|
+
发布时间:2022-04-19 19:47:18
|
|
48315
|
+
|
|
48316
|
+
本次发布包含了以下内容:
|
|
48317
|
+
|
|
48318
|
+
改善已有的文档。
|
|
48319
|
+
|
|
48320
|
+
修改接口:
|
|
48321
|
+
|
|
48322
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
48323
|
+
|
|
48324
|
+
* 新增入参:Type
|
|
48325
|
+
|
|
48326
|
+
* 新增出参:IDNumber, TestingInterval, TestingResult, TestingTime
|
|
48327
|
+
|
|
48328
|
+
|
|
48320
48329
|
### 第 64 次发布
|
|
48321
48330
|
|
|
48322
48331
|
发布时间:2022-03-24 17:13:23
|
|
@@ -54918,6 +54927,23 @@
|
|
|
54918
54927
|
|
|
54919
54928
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
54920
54929
|
|
|
54930
|
+
### 第 11 次发布
|
|
54931
|
+
|
|
54932
|
+
发布时间:2022-04-18 06:17:42
|
|
54933
|
+
|
|
54934
|
+
本次发布包含了以下内容:
|
|
54935
|
+
|
|
54936
|
+
改善已有的文档。
|
|
54937
|
+
|
|
54938
|
+
新增接口:
|
|
54939
|
+
|
|
54940
|
+
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
54941
|
+
|
|
54942
|
+
新增数据结构:
|
|
54943
|
+
|
|
54944
|
+
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
54945
|
+
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
54946
|
+
|
|
54921
54947
|
### 第 10 次发布
|
|
54922
54948
|
|
|
54923
54949
|
发布时间:2022-04-14 06:16:47
|
|
@@ -75003,6 +75029,58 @@
|
|
|
75003
75029
|
|
|
75004
75030
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
75005
75031
|
|
|
75032
|
+
### 第 7 次发布
|
|
75033
|
+
|
|
75034
|
+
发布时间:2022-04-19 06:20:51
|
|
75035
|
+
|
|
75036
|
+
本次发布包含了以下内容:
|
|
75037
|
+
|
|
75038
|
+
改善已有的文档。
|
|
75039
|
+
|
|
75040
|
+
新增接口:
|
|
75041
|
+
|
|
75042
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
75043
|
+
|
|
75044
|
+
新增数据结构:
|
|
75045
|
+
|
|
75046
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
75047
|
+
|
|
75048
|
+
### 第 6 次发布
|
|
75049
|
+
|
|
75050
|
+
发布时间:2022-04-18 06:22:13
|
|
75051
|
+
|
|
75052
|
+
本次发布包含了以下内容:
|
|
75053
|
+
|
|
75054
|
+
改善已有的文档。
|
|
75055
|
+
|
|
75056
|
+
新增接口:
|
|
75057
|
+
|
|
75058
|
+
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
75059
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
75060
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
75061
|
+
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
75062
|
+
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
75063
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
75064
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
75065
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
75066
|
+
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
75067
|
+
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
75068
|
+
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
75069
|
+
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
75070
|
+
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
75071
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
75072
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
75073
|
+
|
|
75074
|
+
新增数据结构:
|
|
75075
|
+
|
|
75076
|
+
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
75077
|
+
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
75078
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
75079
|
+
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
75080
|
+
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
75081
|
+
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
75082
|
+
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
75083
|
+
|
|
75006
75084
|
### 第 5 次发布
|
|
75007
75085
|
|
|
75008
75086
|
发布时间:2021-12-02 08:14:23
|