tencentcloud-sdk-nodejs 4.0.324 → 4.0.327
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 +399 -0
- package/SERVICE_CHANGELOG.md +395 -133
- package/package.json +1 -1
- package/products.md +24 -24
- 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/af/v20200226/af_models.ts +5 -0
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +66 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +55 -45
- package/src/services/bmeip/v20180625/bmeip_models.ts +1 -1
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +5 -5
- package/src/services/ccc/v20200210/ccc_client.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +58 -8
- package/src/services/cdb/v20170320/cdb_client.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +124 -19
- package/src/services/cdn/v20180606/cdn_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_models.ts +188 -53
- 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_client.ts +136 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +1591 -229
- package/src/services/cvm/v20170312/cvm_models.ts +6 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +46 -6
- package/src/services/ivld/v20210903/ivld_client.ts +3 -3
- package/src/services/ses/v20201002/ses_models.ts +5 -5
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +18 -2
- package/src/services/ssa/v20180608/ssa_models.ts +291 -64
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/thpc/v20211109/thpc_models.ts +2 -2
- package/src/services/tiia/v20190529/tiia_client.ts +29 -9
- package/src/services/tiia/v20190529/tiia_models.ts +64 -23
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/waf/v20180125/waf_client.ts +271 -80
- package/src/services/waf/v20180125/waf_models.ts +973 -103
- 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/af/v20200226/af_models.d.ts +4 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +56 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +52 -44
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +1 -1
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +5 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +50 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +105 -19
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +159 -46
- 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_client.d.ts +39 -11
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +57 -15
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1328 -174
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- 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/ivld/v20210903/ivld_client.d.ts +3 -3
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +3 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -5
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +6 -2
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +249 -58
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +16 -4
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +18 -4
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +57 -21
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +91 -27
- package/tencentcloud/services/waf/v20180125/waf_client.js +133 -39
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +810 -77
- package/test/ccc.v20200210.test.js +10 -0
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cpdp.v20190820.test.js +80 -10
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/tiia.v20190529.test.js +12 -2
- package/test/waf.v20180125.test.js +176 -26
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,63 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 27 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-04-
|
|
7
|
+
发布时间:2022-04-18 06:05:37
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateDisks](https://cloud.tencent.com/document/api/362/16312)
|
|
16
|
-
|
|
17
|
-
* 新增入参:DiskBackupQuota
|
|
18
|
-
|
|
19
|
-
* [CreateSnapshot](https://cloud.tencent.com/document/api/362/15648)
|
|
20
|
-
|
|
21
|
-
* 新增入参:DiskBackupId
|
|
22
|
-
|
|
23
|
-
* [InquiryPriceCreateDisks](https://cloud.tencent.com/document/api/362/16314)
|
|
24
|
-
|
|
25
|
-
* 新增入参:DiskBackupQuota
|
|
26
|
-
|
|
27
|
-
|
|
28
13
|
修改数据结构:
|
|
29
14
|
|
|
30
|
-
* [
|
|
31
|
-
|
|
32
|
-
* 新增成员:DiskBackupCount, InstanceType
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
38
|
-
|
|
39
|
-
### 第 23 次发布
|
|
40
|
-
|
|
41
|
-
发布时间:2022-04-13 06:12:26
|
|
42
|
-
|
|
43
|
-
本次发布包含了以下内容:
|
|
44
|
-
|
|
45
|
-
改善已有的文档。
|
|
46
|
-
|
|
47
|
-
修改接口:
|
|
48
|
-
|
|
49
|
-
* [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
|
|
15
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
50
16
|
|
|
51
|
-
*
|
|
17
|
+
* 新增成员:RewriteHttps, ErrCode
|
|
52
18
|
|
|
53
19
|
|
|
54
20
|
|
|
55
21
|
|
|
56
|
-
##
|
|
22
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
57
23
|
|
|
58
|
-
### 第
|
|
24
|
+
### 第 91 次发布
|
|
59
25
|
|
|
60
|
-
发布时间:2022-04-
|
|
26
|
+
发布时间:2022-04-18 06:07:35
|
|
61
27
|
|
|
62
28
|
本次发布包含了以下内容:
|
|
63
29
|
|
|
@@ -65,101 +31,48 @@
|
|
|
65
31
|
|
|
66
32
|
修改接口:
|
|
67
33
|
|
|
68
|
-
* [
|
|
69
|
-
|
|
70
|
-
* 新增入参:BfdEnable, NqaEnable, BfdInfo, NqaInfo
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
76
|
-
|
|
77
|
-
### 第 38 次发布
|
|
78
|
-
|
|
79
|
-
发布时间:2022-04-13 06:37:02
|
|
80
|
-
|
|
81
|
-
本次发布包含了以下内容:
|
|
82
|
-
|
|
83
|
-
改善已有的文档。
|
|
34
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
84
35
|
|
|
85
|
-
|
|
36
|
+
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
86
37
|
|
|
87
|
-
*
|
|
88
|
-
* DescribeOrders
|
|
38
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
89
39
|
|
|
90
|
-
|
|
40
|
+
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
91
41
|
|
|
92
|
-
* [CreateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70249)
|
|
93
42
|
|
|
94
|
-
|
|
43
|
+
修改数据结构:
|
|
95
44
|
|
|
45
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
96
46
|
|
|
97
|
-
|
|
47
|
+
* 新增成员:SaveMode
|
|
98
48
|
|
|
99
|
-
* Deal
|
|
100
49
|
|
|
101
50
|
|
|
102
51
|
|
|
103
|
-
##
|
|
52
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
104
53
|
|
|
105
|
-
### 第
|
|
54
|
+
### 第 99 次发布
|
|
106
55
|
|
|
107
|
-
发布时间:2022-04-
|
|
56
|
+
发布时间:2022-04-18 06:07:58
|
|
108
57
|
|
|
109
58
|
本次发布包含了以下内容:
|
|
110
59
|
|
|
111
60
|
改善已有的文档。
|
|
112
61
|
|
|
113
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
114
|
-
|
|
115
|
-
* DescribeDBSecurityGroups
|
|
116
|
-
* DescribeOrders
|
|
117
|
-
|
|
118
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
119
|
-
|
|
120
|
-
* Deal
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
125
|
-
|
|
126
|
-
### 第 26 次发布
|
|
127
|
-
|
|
128
|
-
发布时间:2022-04-13 07:01:59
|
|
129
|
-
|
|
130
|
-
本次发布包含了以下内容:
|
|
131
|
-
|
|
132
|
-
改善已有的文档。
|
|
133
|
-
|
|
134
|
-
修改接口:
|
|
135
|
-
|
|
136
|
-
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
137
|
-
|
|
138
|
-
* 新增入参:NeedSupportTDE, KMSKeyId, KMSRegion
|
|
139
|
-
|
|
140
|
-
|
|
141
62
|
修改数据结构:
|
|
142
63
|
|
|
143
|
-
* [
|
|
144
|
-
|
|
145
|
-
* 新增成员:IsSupportTDE
|
|
146
|
-
|
|
147
|
-
* [SpecInfo](https://cloud.tencent.com/document/api/409/16778#SpecInfo)
|
|
148
|
-
|
|
149
|
-
* 新增成员:SupportKMSRegions
|
|
150
|
-
|
|
151
|
-
* [SpecItemInfo](https://cloud.tencent.com/document/api/409/16778#SpecItemInfo)
|
|
64
|
+
* [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
|
|
152
65
|
|
|
153
|
-
* 新增成员:
|
|
66
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
154
67
|
|
|
155
68
|
|
|
156
69
|
|
|
157
70
|
|
|
158
|
-
##
|
|
71
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
159
72
|
|
|
160
|
-
### 第
|
|
73
|
+
### 第 44 次发布
|
|
161
74
|
|
|
162
|
-
发布时间:2022-04-
|
|
75
|
+
发布时间:2022-04-18 06:13:51
|
|
163
76
|
|
|
164
77
|
本次发布包含了以下内容:
|
|
165
78
|
|
|
@@ -167,38 +80,36 @@
|
|
|
167
80
|
|
|
168
81
|
新增接口:
|
|
169
82
|
|
|
170
|
-
* [
|
|
83
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
171
84
|
|
|
172
85
|
|
|
173
86
|
|
|
174
|
-
##
|
|
87
|
+
## 安全运营中心(ssa) 版本:2018-06-08
|
|
175
88
|
|
|
176
|
-
### 第
|
|
89
|
+
### 第 11 次发布
|
|
177
90
|
|
|
178
|
-
发布时间:2022-04-
|
|
91
|
+
发布时间:2022-04-18 06:17:42
|
|
179
92
|
|
|
180
93
|
本次发布包含了以下内容:
|
|
181
94
|
|
|
182
95
|
改善已有的文档。
|
|
183
96
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
187
|
-
|
|
188
|
-
* 新增入参:RetentionSizeInMB
|
|
97
|
+
新增接口:
|
|
189
98
|
|
|
190
|
-
* [
|
|
99
|
+
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
191
100
|
|
|
192
|
-
|
|
101
|
+
新增数据结构:
|
|
193
102
|
|
|
103
|
+
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
104
|
+
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
194
105
|
|
|
195
106
|
|
|
196
107
|
|
|
197
|
-
##
|
|
108
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
198
109
|
|
|
199
|
-
### 第
|
|
110
|
+
### 第 6 次发布
|
|
200
111
|
|
|
201
|
-
发布时间:2022-04-
|
|
112
|
+
发布时间:2022-04-18 06:22:13
|
|
202
113
|
|
|
203
114
|
本次发布包含了以下内容:
|
|
204
115
|
|
|
@@ -206,13 +117,31 @@
|
|
|
206
117
|
|
|
207
118
|
新增接口:
|
|
208
119
|
|
|
209
|
-
* [
|
|
210
|
-
* [
|
|
211
|
-
* [
|
|
120
|
+
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
121
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
122
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
123
|
+
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
124
|
+
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
125
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
126
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
127
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
128
|
+
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
129
|
+
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
130
|
+
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
131
|
+
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
132
|
+
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
133
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
134
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
212
135
|
|
|
213
136
|
新增数据结构:
|
|
214
137
|
|
|
215
|
-
* [
|
|
138
|
+
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
139
|
+
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
140
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
141
|
+
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
142
|
+
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
143
|
+
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
144
|
+
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
216
145
|
|
|
217
146
|
|
|
218
147
|
|
|
@@ -495,6 +424,21 @@
|
|
|
495
424
|
|
|
496
425
|
## 借贷反欺诈(af) 版本:2020-02-26
|
|
497
426
|
|
|
427
|
+
### 第 5 次发布
|
|
428
|
+
|
|
429
|
+
发布时间:2022-04-15 06:01:22
|
|
430
|
+
|
|
431
|
+
本次发布包含了以下内容:
|
|
432
|
+
|
|
433
|
+
改善已有的文档。
|
|
434
|
+
|
|
435
|
+
修改数据结构:
|
|
436
|
+
|
|
437
|
+
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
438
|
+
|
|
439
|
+
* 新增成员:OldResponseType
|
|
440
|
+
|
|
441
|
+
|
|
498
442
|
### 第 4 次发布
|
|
499
443
|
|
|
500
444
|
发布时间:2021-11-18 08:02:15
|
|
@@ -615,6 +559,25 @@
|
|
|
615
559
|
|
|
616
560
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
617
561
|
|
|
562
|
+
### 第 33 次发布
|
|
563
|
+
|
|
564
|
+
发布时间:2022-04-15 06:01:25
|
|
565
|
+
|
|
566
|
+
本次发布包含了以下内容:
|
|
567
|
+
|
|
568
|
+
改善已有的文档。
|
|
569
|
+
|
|
570
|
+
修改接口:
|
|
571
|
+
|
|
572
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1155/68351)
|
|
573
|
+
|
|
574
|
+
* 新增入参:SyncRobotCommands
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
新增数据结构:
|
|
578
|
+
|
|
579
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1155/40113#SyncRobotCommand)
|
|
580
|
+
|
|
618
581
|
### 第 32 次发布
|
|
619
582
|
|
|
620
583
|
发布时间:2022-04-04 06:03:13
|
|
@@ -1480,6 +1443,21 @@
|
|
|
1480
1443
|
|
|
1481
1444
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1482
1445
|
|
|
1446
|
+
### 第 27 次发布
|
|
1447
|
+
|
|
1448
|
+
发布时间:2022-04-18 06:05:37
|
|
1449
|
+
|
|
1450
|
+
本次发布包含了以下内容:
|
|
1451
|
+
|
|
1452
|
+
改善已有的文档。
|
|
1453
|
+
|
|
1454
|
+
修改数据结构:
|
|
1455
|
+
|
|
1456
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
1457
|
+
|
|
1458
|
+
* 新增成员:RewriteHttps, ErrCode
|
|
1459
|
+
|
|
1460
|
+
|
|
1483
1461
|
### 第 26 次发布
|
|
1484
1462
|
|
|
1485
1463
|
发布时间:2022-04-07 06:04:07
|
|
@@ -9593,6 +9571,18 @@
|
|
|
9593
9571
|
|
|
9594
9572
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
9595
9573
|
|
|
9574
|
+
### 第 24 次发布
|
|
9575
|
+
|
|
9576
|
+
发布时间:2022-04-15 06:03:13
|
|
9577
|
+
|
|
9578
|
+
本次发布包含了以下内容:
|
|
9579
|
+
|
|
9580
|
+
改善已有的文档。
|
|
9581
|
+
|
|
9582
|
+
新增接口:
|
|
9583
|
+
|
|
9584
|
+
* [DescribeProtectedTelCdr](https://cloud.tencent.com/document/api/679/72597)
|
|
9585
|
+
|
|
9596
9586
|
### 第 23 次发布
|
|
9597
9587
|
|
|
9598
9588
|
发布时间:2022-04-13 06:12:26
|
|
@@ -10038,6 +10028,67 @@
|
|
|
10038
10028
|
|
|
10039
10029
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
10040
10030
|
|
|
10031
|
+
### 第 91 次发布
|
|
10032
|
+
|
|
10033
|
+
发布时间:2022-04-18 06:07:35
|
|
10034
|
+
|
|
10035
|
+
本次发布包含了以下内容:
|
|
10036
|
+
|
|
10037
|
+
改善已有的文档。
|
|
10038
|
+
|
|
10039
|
+
修改接口:
|
|
10040
|
+
|
|
10041
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
10042
|
+
|
|
10043
|
+
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
10044
|
+
|
|
10045
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
10046
|
+
|
|
10047
|
+
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
10048
|
+
|
|
10049
|
+
|
|
10050
|
+
修改数据结构:
|
|
10051
|
+
|
|
10052
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
10053
|
+
|
|
10054
|
+
* 新增成员:SaveMode
|
|
10055
|
+
|
|
10056
|
+
|
|
10057
|
+
### 第 90 次发布
|
|
10058
|
+
|
|
10059
|
+
发布时间:2022-04-14 06:07:55
|
|
10060
|
+
|
|
10061
|
+
本次发布包含了以下内容:
|
|
10062
|
+
|
|
10063
|
+
改善已有的文档。
|
|
10064
|
+
|
|
10065
|
+
新增接口:
|
|
10066
|
+
|
|
10067
|
+
* [ResetRootAccount](https://cloud.tencent.com/document/api/236/72551)
|
|
10068
|
+
|
|
10069
|
+
修改接口:
|
|
10070
|
+
|
|
10071
|
+
* [AddTimeWindow](https://cloud.tencent.com/document/api/236/33891)
|
|
10072
|
+
|
|
10073
|
+
* 新增入参:MaxDelayTime
|
|
10074
|
+
|
|
10075
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
10076
|
+
|
|
10077
|
+
* 新增入参:Vips
|
|
10078
|
+
|
|
10079
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
10080
|
+
|
|
10081
|
+
* 新增入参:Vips
|
|
10082
|
+
|
|
10083
|
+
* [DescribeTimeWindow](https://cloud.tencent.com/document/api/236/33889)
|
|
10084
|
+
|
|
10085
|
+
* 新增出参:MaxDelayTime
|
|
10086
|
+
|
|
10087
|
+
* [ModifyTimeWindow](https://cloud.tencent.com/document/api/236/33888)
|
|
10088
|
+
|
|
10089
|
+
* 新增入参:MaxDelayTime
|
|
10090
|
+
|
|
10091
|
+
|
|
10041
10092
|
### 第 89 次发布
|
|
10042
10093
|
|
|
10043
10094
|
发布时间:2022-04-07 06:13:17
|
|
@@ -11888,6 +11939,68 @@
|
|
|
11888
11939
|
|
|
11889
11940
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11890
11941
|
|
|
11942
|
+
### 第 99 次发布
|
|
11943
|
+
|
|
11944
|
+
发布时间:2022-04-18 06:07:58
|
|
11945
|
+
|
|
11946
|
+
本次发布包含了以下内容:
|
|
11947
|
+
|
|
11948
|
+
改善已有的文档。
|
|
11949
|
+
|
|
11950
|
+
修改数据结构:
|
|
11951
|
+
|
|
11952
|
+
* [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
|
|
11953
|
+
|
|
11954
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
11955
|
+
|
|
11956
|
+
|
|
11957
|
+
### 第 98 次发布
|
|
11958
|
+
|
|
11959
|
+
发布时间:2022-04-14 06:08:21
|
|
11960
|
+
|
|
11961
|
+
本次发布包含了以下内容:
|
|
11962
|
+
|
|
11963
|
+
改善已有的文档。
|
|
11964
|
+
|
|
11965
|
+
修改接口:
|
|
11966
|
+
|
|
11967
|
+
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
11968
|
+
|
|
11969
|
+
* 新增入参:HwPrivateAccess, QnPrivateAccess
|
|
11970
|
+
|
|
11971
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
11972
|
+
|
|
11973
|
+
* 新增入参:HwPrivateAccess, QnPrivateAccess
|
|
11974
|
+
|
|
11975
|
+
|
|
11976
|
+
新增数据结构:
|
|
11977
|
+
|
|
11978
|
+
* [HwPrivateAccess](https://cloud.tencent.com/document/api/228/30987#HwPrivateAccess)
|
|
11979
|
+
* [QnPrivateAccess](https://cloud.tencent.com/document/api/228/30987#QnPrivateAccess)
|
|
11980
|
+
|
|
11981
|
+
修改数据结构:
|
|
11982
|
+
|
|
11983
|
+
* [AwsPrivateAccess](https://cloud.tencent.com/document/api/228/30987#AwsPrivateAccess)
|
|
11984
|
+
|
|
11985
|
+
* 新增成员:Region, Bucket
|
|
11986
|
+
|
|
11987
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
11988
|
+
|
|
11989
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
11990
|
+
|
|
11991
|
+
* [MainlandConfig](https://cloud.tencent.com/document/api/228/30987#MainlandConfig)
|
|
11992
|
+
|
|
11993
|
+
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
11994
|
+
|
|
11995
|
+
* [Origin](https://cloud.tencent.com/document/api/228/30987#Origin)
|
|
11996
|
+
|
|
11997
|
+
* 新增成员:OriginCompany
|
|
11998
|
+
|
|
11999
|
+
* [OssPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OssPrivateAccess)
|
|
12000
|
+
|
|
12001
|
+
* 新增成员:Region, Bucket
|
|
12002
|
+
|
|
12003
|
+
|
|
11891
12004
|
### 第 97 次发布
|
|
11892
12005
|
|
|
11893
12006
|
发布时间:2022-04-11 06:08:14
|
|
@@ -19840,6 +19953,41 @@
|
|
|
19840
19953
|
|
|
19841
19954
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
19842
19955
|
|
|
19956
|
+
### 第 62 次发布
|
|
19957
|
+
|
|
19958
|
+
发布时间:2022-04-15 06:04:58
|
|
19959
|
+
|
|
19960
|
+
本次发布包含了以下内容:
|
|
19961
|
+
|
|
19962
|
+
改善已有的文档。
|
|
19963
|
+
|
|
19964
|
+
新增接口:
|
|
19965
|
+
|
|
19966
|
+
* [CloseCloudOrder](https://cloud.tencent.com/document/api/1122/72605)
|
|
19967
|
+
* [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
|
|
19968
|
+
* [QueryCloudChannelData](https://cloud.tencent.com/document/api/1122/72603)
|
|
19969
|
+
* [QueryCloudOrder](https://cloud.tencent.com/document/api/1122/72602)
|
|
19970
|
+
* [QueryCloudRefundOrder](https://cloud.tencent.com/document/api/1122/72601)
|
|
19971
|
+
* [RefundCloudOrder](https://cloud.tencent.com/document/api/1122/72600)
|
|
19972
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
19973
|
+
|
|
19974
|
+
新增数据结构:
|
|
19975
|
+
|
|
19976
|
+
* [CloudAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#CloudAttachmentInfo)
|
|
19977
|
+
* [CloudChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudChannelExternalUserInfo)
|
|
19978
|
+
* [CloudClientInfo](https://cloud.tencent.com/document/api/1122/40683#CloudClientInfo)
|
|
19979
|
+
* [CloudExternalChannelData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalChannelData)
|
|
19980
|
+
* [CloudExternalPromptGroup](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptGroup)
|
|
19981
|
+
* [CloudExternalPromptInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptInfo)
|
|
19982
|
+
* [CloudGlobalPayTimeInfo](https://cloud.tencent.com/document/api/1122/40683#CloudGlobalPayTimeInfo)
|
|
19983
|
+
* [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
|
|
19984
|
+
* [CloudSettleInfo](https://cloud.tencent.com/document/api/1122/40683#CloudSettleInfo)
|
|
19985
|
+
* [CloudStoreInfo](https://cloud.tencent.com/document/api/1122/40683#CloudStoreInfo)
|
|
19986
|
+
* [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
|
|
19987
|
+
* [CloudSubOrderRefund](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderRefund)
|
|
19988
|
+
* [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
|
|
19989
|
+
* [CloudSubRefundItem](https://cloud.tencent.com/document/api/1122/40683#CloudSubRefundItem)
|
|
19990
|
+
|
|
19843
19991
|
### 第 61 次发布
|
|
19844
19992
|
|
|
19845
19993
|
发布时间:2022-03-29 08:07:17
|
|
@@ -21607,6 +21755,21 @@
|
|
|
21607
21755
|
|
|
21608
21756
|
## 云服务器(cvm) 版本:2017-03-12
|
|
21609
21757
|
|
|
21758
|
+
### 第 79 次发布
|
|
21759
|
+
|
|
21760
|
+
发布时间:2022-04-15 06:05:33
|
|
21761
|
+
|
|
21762
|
+
本次发布包含了以下内容:
|
|
21763
|
+
|
|
21764
|
+
改善已有的文档。
|
|
21765
|
+
|
|
21766
|
+
修改数据结构:
|
|
21767
|
+
|
|
21768
|
+
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
21769
|
+
|
|
21770
|
+
* 新增成员:Tags
|
|
21771
|
+
|
|
21772
|
+
|
|
21610
21773
|
### 第 78 次发布
|
|
21611
21774
|
|
|
21612
21775
|
发布时间:2022-04-11 06:09:58
|
|
@@ -38389,6 +38552,18 @@
|
|
|
38389
38552
|
|
|
38390
38553
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
38391
38554
|
|
|
38555
|
+
### 第 44 次发布
|
|
38556
|
+
|
|
38557
|
+
发布时间:2022-04-18 06:13:51
|
|
38558
|
+
|
|
38559
|
+
本次发布包含了以下内容:
|
|
38560
|
+
|
|
38561
|
+
改善已有的文档。
|
|
38562
|
+
|
|
38563
|
+
新增接口:
|
|
38564
|
+
|
|
38565
|
+
* [[PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)](https://cloud.tencent.com/document/api/#/#)
|
|
38566
|
+
|
|
38392
38567
|
### 第 43 次发布
|
|
38393
38568
|
|
|
38394
38569
|
发布时间:2022-04-12 06:15:29
|
|
@@ -54840,6 +55015,45 @@
|
|
|
54840
55015
|
|
|
54841
55016
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
54842
55017
|
|
|
55018
|
+
### 第 11 次发布
|
|
55019
|
+
|
|
55020
|
+
发布时间:2022-04-18 06:17:42
|
|
55021
|
+
|
|
55022
|
+
本次发布包含了以下内容:
|
|
55023
|
+
|
|
55024
|
+
改善已有的文档。
|
|
55025
|
+
|
|
55026
|
+
新增接口:
|
|
55027
|
+
|
|
55028
|
+
* [[DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)](https://cloud.tencent.com/document/api/#/#)
|
|
55029
|
+
|
|
55030
|
+
新增数据结构:
|
|
55031
|
+
|
|
55032
|
+
* [[DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)](https://cloud.tencent.com/document/api/664/51406#[DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp))
|
|
55033
|
+
* [[SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)](https://cloud.tencent.com/document/api/664/51406#[SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult))
|
|
55034
|
+
|
|
55035
|
+
### 第 10 次发布
|
|
55036
|
+
|
|
55037
|
+
发布时间:2022-04-14 06:16:47
|
|
55038
|
+
|
|
55039
|
+
本次发布包含了以下内容:
|
|
55040
|
+
|
|
55041
|
+
改善已有的文档。
|
|
55042
|
+
|
|
55043
|
+
修改接口:
|
|
55044
|
+
|
|
55045
|
+
* [DescribeSocCheckItemList](https://cloud.tencent.com/document/api/664/72477)
|
|
55046
|
+
|
|
55047
|
+
* 新增入参:Filter, Sorter, PageSize, PageIndex
|
|
55048
|
+
|
|
55049
|
+
* 新增出参:Data
|
|
55050
|
+
|
|
55051
|
+
|
|
55052
|
+
新增数据结构:
|
|
55053
|
+
|
|
55054
|
+
* [DescribeSocCheckItemListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckItemListRspRsp)
|
|
55055
|
+
* [SocCheckItemV1](https://cloud.tencent.com/document/api/664/51406#SocCheckItemV1)
|
|
55056
|
+
|
|
54843
55057
|
### 第 9 次发布
|
|
54844
55058
|
|
|
54845
55059
|
发布时间:2022-04-13 07:07:25
|
|
@@ -54850,7 +55064,7 @@
|
|
|
54850
55064
|
|
|
54851
55065
|
新增接口:
|
|
54852
55066
|
|
|
54853
|
-
* [
|
|
55067
|
+
* [DescribeSocCheckItemList](https://cloud.tencent.com/document/api/664/72477)
|
|
54854
55068
|
|
|
54855
55069
|
### 第 8 次发布
|
|
54856
55070
|
|
|
@@ -62925,6 +63139,18 @@
|
|
|
62925
63139
|
|
|
62926
63140
|
## 图像分析(tiia) 版本:2019-05-29
|
|
62927
63141
|
|
|
63142
|
+
### 第 20 次发布
|
|
63143
|
+
|
|
63144
|
+
发布时间:2022-04-14 06:18:37
|
|
63145
|
+
|
|
63146
|
+
本次发布包含了以下内容:
|
|
63147
|
+
|
|
63148
|
+
改善已有的文档。
|
|
63149
|
+
|
|
63150
|
+
新增接口:
|
|
63151
|
+
|
|
63152
|
+
* [RecognizeCarPro](https://cloud.tencent.com/document/api/865/72553)
|
|
63153
|
+
|
|
62928
63154
|
### 第 19 次发布
|
|
62929
63155
|
|
|
62930
63156
|
发布时间:2021-12-16 08:15:16
|
|
@@ -69421,13 +69647,13 @@
|
|
|
69421
69647
|
|
|
69422
69648
|
新增接口:
|
|
69423
69649
|
|
|
69424
|
-
* [
|
|
69425
|
-
* [
|
|
69426
|
-
* [
|
|
69650
|
+
* [CreateStorageRegion](https://cloud.tencent.com/document/api/266/72481)
|
|
69651
|
+
* [DescribeStorageRegions](https://cloud.tencent.com/document/api/266/72480)
|
|
69652
|
+
* [ModifyDefaultStorageRegion](https://cloud.tencent.com/document/api/266/72479)
|
|
69427
69653
|
|
|
69428
69654
|
新增数据结构:
|
|
69429
69655
|
|
|
69430
|
-
* [
|
|
69656
|
+
* [StorageRegionInfo](https://cloud.tencent.com/document/api/266/31773#StorageRegionInfo)
|
|
69431
69657
|
|
|
69432
69658
|
### 第 99 次发布
|
|
69433
69659
|
|
|
@@ -74891,6 +75117,42 @@
|
|
|
74891
75117
|
|
|
74892
75118
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
74893
75119
|
|
|
75120
|
+
### 第 6 次发布
|
|
75121
|
+
|
|
75122
|
+
发布时间:2022-04-18 06:22:13
|
|
75123
|
+
|
|
75124
|
+
本次发布包含了以下内容:
|
|
75125
|
+
|
|
75126
|
+
改善已有的文档。
|
|
75127
|
+
|
|
75128
|
+
新增接口:
|
|
75129
|
+
|
|
75130
|
+
* [[AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)](https://cloud.tencent.com/document/api/#/#)
|
|
75131
|
+
* [[DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)](https://cloud.tencent.com/document/api/#/#)
|
|
75132
|
+
* [[DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)](https://cloud.tencent.com/document/api/#/#)
|
|
75133
|
+
* [[DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)](https://cloud.tencent.com/document/api/#/#)
|
|
75134
|
+
* [[DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)](https://cloud.tencent.com/document/api/#/#)
|
|
75135
|
+
* [[DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)](https://cloud.tencent.com/document/api/#/#)
|
|
75136
|
+
* [[DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)](https://cloud.tencent.com/document/api/#/#)
|
|
75137
|
+
* [[DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)](https://cloud.tencent.com/document/api/#/#)
|
|
75138
|
+
* [[DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)](https://cloud.tencent.com/document/api/#/#)
|
|
75139
|
+
* [[DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)](https://cloud.tencent.com/document/api/#/#)
|
|
75140
|
+
* [[ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)](https://cloud.tencent.com/document/api/#/#)
|
|
75141
|
+
* [[ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)](https://cloud.tencent.com/document/api/#/#)
|
|
75142
|
+
* [[ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)](https://cloud.tencent.com/document/api/#/#)
|
|
75143
|
+
* [[ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)](https://cloud.tencent.com/document/api/#/#)
|
|
75144
|
+
* [[UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)](https://cloud.tencent.com/document/api/#/#)
|
|
75145
|
+
|
|
75146
|
+
新增数据结构:
|
|
75147
|
+
|
|
75148
|
+
* [[AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)](https://cloud.tencent.com/document/api/627/53609#[AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail))
|
|
75149
|
+
* [[IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)](https://cloud.tencent.com/document/api/627/53609#[IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData))
|
|
75150
|
+
* [[IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)](https://cloud.tencent.com/document/api/627/53609#[IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem))
|
|
75151
|
+
* [[IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)](https://cloud.tencent.com/document/api/627/53609#[IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem))
|
|
75152
|
+
* [[IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)](https://cloud.tencent.com/document/api/627/53609#[IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData))
|
|
75153
|
+
* [[RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)](https://cloud.tencent.com/document/api/627/53609#[RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList))
|
|
75154
|
+
* [[WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)](https://cloud.tencent.com/document/api/627/53609#[WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails))
|
|
75155
|
+
|
|
74894
75156
|
### 第 5 次发布
|
|
74895
75157
|
|
|
74896
75158
|
发布时间:2021-12-02 08:14:23
|