tencentcloud-sdk-nodejs 4.0.327 → 4.0.328
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 +45 -0
- package/README.md +3 -1
- package/SERVICE_CHANGELOG.md +72 -139
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- 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 +3 -3
- package/src/services/cpdp/v20190820/cpdp_models.ts +3 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ssa/v20180608/ssa_models.ts +1 -1
- 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 +70 -57
- package/src/services/waf/v20180125/waf_models.ts +1083 -923
- package/tencentcloud/common/abstract_client.d.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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 +3 -3
- 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/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
- 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 +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +936 -805
- package/test/waf.v20180125.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
# Release 4.0.328
|
|
2
|
+
|
|
3
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
4
|
+
|
|
5
|
+
### 第 43 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-19 06:13:47
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Weekday
|
|
18
|
+
|
|
19
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
20
|
+
|
|
21
|
+
* 新增成员:Weekday
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
27
|
+
|
|
28
|
+
### 第 7 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-04-19 06:20:51
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
1
46
|
# Release 4.0.327
|
|
2
47
|
|
|
3
48
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
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,59 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 27 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-04-18 06:05:37
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
16
|
-
|
|
17
|
-
* 新增成员:RewriteHttps, ErrCode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
-
|
|
24
|
-
### 第 91 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2022-04-18 06:07:35
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
35
|
-
|
|
36
|
-
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
37
|
-
|
|
38
|
-
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
39
|
-
|
|
40
|
-
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
修改数据结构:
|
|
44
|
-
|
|
45
|
-
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
46
|
-
|
|
47
|
-
* 新增成员:SaveMode
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## 内容分发网络(cdn) 版本:2018-06-06
|
|
3
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
53
4
|
|
|
54
|
-
### 第
|
|
5
|
+
### 第 43 次发布
|
|
55
6
|
|
|
56
|
-
发布时间:2022-04-
|
|
7
|
+
发布时间:2022-04-19 06:13:47
|
|
57
8
|
|
|
58
9
|
本次发布包含了以下内容:
|
|
59
10
|
|
|
@@ -61,55 +12,22 @@
|
|
|
61
12
|
|
|
62
13
|
修改数据结构:
|
|
63
14
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
72
|
-
|
|
73
|
-
### 第 44 次发布
|
|
74
|
-
|
|
75
|
-
发布时间:2022-04-18 06:13:51
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
新增接口:
|
|
82
|
-
|
|
83
|
-
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## 安全运营中心(ssa) 版本:2018-06-08
|
|
88
|
-
|
|
89
|
-
### 第 11 次发布
|
|
90
|
-
|
|
91
|
-
发布时间:2022-04-18 06:17:42
|
|
15
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
92
16
|
|
|
93
|
-
|
|
17
|
+
* 新增成员:Weekday
|
|
94
18
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
新增接口:
|
|
98
|
-
|
|
99
|
-
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
19
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
100
20
|
|
|
101
|
-
|
|
21
|
+
* 新增成员:Weekday
|
|
102
22
|
|
|
103
|
-
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
104
|
-
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
105
23
|
|
|
106
24
|
|
|
107
25
|
|
|
108
26
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
109
27
|
|
|
110
|
-
### 第
|
|
28
|
+
### 第 7 次发布
|
|
111
29
|
|
|
112
|
-
发布时间:2022-04-
|
|
30
|
+
发布时间:2022-04-19 06:20:51
|
|
113
31
|
|
|
114
32
|
本次发布包含了以下内容:
|
|
115
33
|
|
|
@@ -117,31 +35,11 @@
|
|
|
117
35
|
|
|
118
36
|
新增接口:
|
|
119
37
|
|
|
120
|
-
* [
|
|
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)
|
|
38
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
135
39
|
|
|
136
40
|
新增数据结构:
|
|
137
41
|
|
|
138
|
-
* [
|
|
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)
|
|
42
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
145
43
|
|
|
146
44
|
|
|
147
45
|
|
|
@@ -38562,7 +38460,7 @@
|
|
|
38562
38460
|
|
|
38563
38461
|
新增接口:
|
|
38564
38462
|
|
|
38565
|
-
* [
|
|
38463
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
38566
38464
|
|
|
38567
38465
|
### 第 43 次发布
|
|
38568
38466
|
|
|
@@ -45073,6 +44971,25 @@
|
|
|
45073
44971
|
|
|
45074
44972
|
## 云监控(monitor) 版本:2018-07-24
|
|
45075
44973
|
|
|
44974
|
+
### 第 43 次发布
|
|
44975
|
+
|
|
44976
|
+
发布时间:2022-04-19 06:13:47
|
|
44977
|
+
|
|
44978
|
+
本次发布包含了以下内容:
|
|
44979
|
+
|
|
44980
|
+
改善已有的文档。
|
|
44981
|
+
|
|
44982
|
+
修改数据结构:
|
|
44983
|
+
|
|
44984
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
44985
|
+
|
|
44986
|
+
* 新增成员:Weekday
|
|
44987
|
+
|
|
44988
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
44989
|
+
|
|
44990
|
+
* 新增成员:Weekday
|
|
44991
|
+
|
|
44992
|
+
|
|
45076
44993
|
### 第 42 次发布
|
|
45077
44994
|
|
|
45078
44995
|
发布时间:2022-03-18 08:14:49
|
|
@@ -55025,12 +54942,12 @@
|
|
|
55025
54942
|
|
|
55026
54943
|
新增接口:
|
|
55027
54944
|
|
|
55028
|
-
* [
|
|
54945
|
+
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
55029
54946
|
|
|
55030
54947
|
新增数据结构:
|
|
55031
54948
|
|
|
55032
|
-
* [
|
|
55033
|
-
* [
|
|
54949
|
+
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
54950
|
+
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
55034
54951
|
|
|
55035
54952
|
### 第 10 次发布
|
|
55036
54953
|
|
|
@@ -75117,6 +75034,22 @@
|
|
|
75117
75034
|
|
|
75118
75035
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
75119
75036
|
|
|
75037
|
+
### 第 7 次发布
|
|
75038
|
+
|
|
75039
|
+
发布时间:2022-04-19 06:20:51
|
|
75040
|
+
|
|
75041
|
+
本次发布包含了以下内容:
|
|
75042
|
+
|
|
75043
|
+
改善已有的文档。
|
|
75044
|
+
|
|
75045
|
+
新增接口:
|
|
75046
|
+
|
|
75047
|
+
* [[AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)](https://cloud.tencent.com/document/api/#/#)
|
|
75048
|
+
|
|
75049
|
+
新增数据结构:
|
|
75050
|
+
|
|
75051
|
+
* [[PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)](https://cloud.tencent.com/document/api/627/53609#[PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem))
|
|
75052
|
+
|
|
75120
75053
|
### 第 6 次发布
|
|
75121
75054
|
|
|
75122
75055
|
发布时间:2022-04-18 06:22:13
|
|
@@ -75127,31 +75060,31 @@
|
|
|
75127
75060
|
|
|
75128
75061
|
新增接口:
|
|
75129
75062
|
|
|
75130
|
-
* [
|
|
75131
|
-
* [
|
|
75132
|
-
* [
|
|
75133
|
-
* [
|
|
75134
|
-
* [
|
|
75135
|
-
* [
|
|
75136
|
-
* [
|
|
75137
|
-
* [
|
|
75138
|
-
* [
|
|
75139
|
-
* [
|
|
75140
|
-
* [
|
|
75141
|
-
* [
|
|
75142
|
-
* [
|
|
75143
|
-
* [
|
|
75144
|
-
* [
|
|
75063
|
+
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
75064
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
75065
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
75066
|
+
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
75067
|
+
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
75068
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
75069
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
75070
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
75071
|
+
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
75072
|
+
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
75073
|
+
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
75074
|
+
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
75075
|
+
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
75076
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
75077
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
75145
75078
|
|
|
75146
75079
|
新增数据结构:
|
|
75147
75080
|
|
|
75148
|
-
* [
|
|
75149
|
-
* [
|
|
75150
|
-
* [
|
|
75151
|
-
* [
|
|
75152
|
-
* [
|
|
75153
|
-
* [
|
|
75154
|
-
* [
|
|
75081
|
+
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
75082
|
+
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
75083
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
75084
|
+
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
75085
|
+
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
75086
|
+
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
75087
|
+
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
75155
75088
|
|
|
75156
75089
|
### 第 5 次发布
|
|
75157
75090
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
|
-
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-
|
|
25
|
+
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
26
26
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-04 06:11:56 |
|
|
35
35
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-13 06:12:00 |
|
|
36
36
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-15 06:03:13 |
|
|
37
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-
|
|
37
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-04-19 06:05:44 |
|
|
38
38
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-04-18 06:07:58 |
|
|
39
39
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
40
40
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-04 06:22:26 |
|
|
53
53
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
54
54
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
55
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-04-
|
|
55
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-04-19 06:07:56 |
|
|
56
56
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
57
57
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-04-15 06:05:33 |
|
|
58
58
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-04-04 06:27:42 |
|
|
59
59
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
60
60
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-04-04 06:33:13 |
|
|
61
61
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
62
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-
|
|
62
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-19 06:09:40 |
|
|
63
63
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
64
64
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-13 06:37:02 |
|
|
65
65
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-04-04 06:37:52 |
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
116
116
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
117
117
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-08 06:10:19 |
|
|
118
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-04-
|
|
118
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-04-19 06:13:47 |
|
|
119
119
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-04-04 06:59:17 |
|
|
120
120
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
121
121
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
144
144
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
145
145
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-04-04 07:05:59 |
|
|
146
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-
|
|
146
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-19 06:15:47 |
|
|
147
147
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
|
|
148
148
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
149
149
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
173
173
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
174
174
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
175
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-04-
|
|
175
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-04-19 06:17:44 |
|
|
176
176
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
177
177
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
|
|
178
178
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-04-08 06:14:29 |
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
181
181
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
|
|
182
182
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-04-11 06:19:11 |
|
|
183
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-
|
|
183
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-19 06:18:33 |
|
|
184
184
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-04-12 06:23:46 |
|
|
185
185
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
186
186
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
190
190
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-04-13 07:24:51 |
|
|
191
191
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-14 06:20:04 |
|
|
192
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-
|
|
192
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-19 06:20:51 |
|
|
193
193
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
194
194
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
195
195
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.328"
|
|
@@ -762,12 +762,12 @@ export interface CreateEipResponse {
|
|
|
762
762
|
/**
|
|
763
763
|
* EIP列表
|
|
764
764
|
*/
|
|
765
|
-
EipIds
|
|
765
|
+
EipIds: Array<string>
|
|
766
766
|
|
|
767
767
|
/**
|
|
768
768
|
* 任务ID
|
|
769
769
|
*/
|
|
770
|
-
TaskId
|
|
770
|
+
TaskId: number
|
|
771
771
|
|
|
772
772
|
/**
|
|
773
773
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -972,7 +972,7 @@ export interface UnbindVpcIpResponse {
|
|
|
972
972
|
/**
|
|
973
973
|
* 绑定黑石物理机异步任务ID,可以通过查询EIP任务状态查询任务状态
|
|
974
974
|
*/
|
|
975
|
-
TaskId
|
|
975
|
+
TaskId: number
|
|
976
976
|
|
|
977
977
|
/**
|
|
978
978
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4030,7 +4030,7 @@ export interface ModifyBackupConfigRequest {
|
|
|
4030
4030
|
InstanceId: string
|
|
4031
4031
|
|
|
4032
4032
|
/**
|
|
4033
|
-
* 备份文件的保留时间,单位为天。最小值为7天,最大值为
|
|
4033
|
+
* 备份文件的保留时间,单位为天。最小值为7天,最大值为1830天。
|
|
4034
4034
|
*/
|
|
4035
4035
|
ExpireDays?: number
|
|
4036
4036
|
|
|
@@ -4045,7 +4045,7 @@ export interface ModifyBackupConfigRequest {
|
|
|
4045
4045
|
BackupMethod?: string
|
|
4046
4046
|
|
|
4047
4047
|
/**
|
|
4048
|
-
* binlog的保留时间,单位为天。最小值为7天,最大值为
|
|
4048
|
+
* binlog的保留时间,单位为天。最小值为7天,最大值为1830天。该值的设置不能大于备份文件的保留时间。
|
|
4049
4049
|
*/
|
|
4050
4050
|
BinlogExpireDays?: number
|
|
4051
4051
|
|
|
@@ -7719,7 +7719,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
7719
7719
|
CageId?: string
|
|
7720
7720
|
|
|
7721
7721
|
/**
|
|
7722
|
-
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" -
|
|
7722
|
+
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板,默认值是:"HIGH_STABILITY"。
|
|
7723
7723
|
*/
|
|
7724
7724
|
ParamTemplateType?: string
|
|
7725
7725
|
|
|
@@ -3079,7 +3079,7 @@ export interface RefundCloudOrderRequest {
|
|
|
3079
3079
|
|
|
3080
3080
|
/**
|
|
3081
3081
|
* 退款金额,单位:分
|
|
3082
|
-
当该字段为空或者为0
|
|
3082
|
+
当该字段为空或者为0时,系统会默认使用订单当实付金额作为退款金额
|
|
3083
3083
|
*/
|
|
3084
3084
|
TotalRefundAmt: number
|
|
3085
3085
|
|
|
@@ -9137,7 +9137,7 @@ PAYMENT_ORDER_EXTERNAL_NOTIFY_DATA: 支付通知数据
|
|
|
9137
9137
|
|
|
9138
9138
|
/**
|
|
9139
9139
|
* 第三方渠道数据值。
|
|
9140
|
-
当ExternalChannelDataType=PAYMENT时,反序列化格式请参考[ExternalChannelPaymentDataValue](https://midas
|
|
9140
|
+
当ExternalChannelDataType=PAYMENT时,反序列化格式请参考[ExternalChannelPaymentDataValue](https://dev.tke.midas.qq.com/juxin-doc-next/apidocs/external-channel-data/QueryExternalChannelData.html#externalchannelpaymentdatavalue)
|
|
9141
9141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9142
9142
|
*/
|
|
9143
9143
|
ExternalChannelDataValue: string
|
|
@@ -10600,7 +10600,7 @@ export interface QueryAcctItem {
|
|
|
10600
10600
|
SubMchName: string
|
|
10601
10601
|
|
|
10602
10602
|
/**
|
|
10603
|
-
*
|
|
10603
|
+
* 子账号
|
|
10604
10604
|
*/
|
|
10605
10605
|
SubAcctNo: string
|
|
10606
10606
|
|
|
@@ -1065,7 +1065,7 @@ export interface CreateKillTaskRequest {
|
|
|
1065
1065
|
InstanceId: string
|
|
1066
1066
|
|
|
1067
1067
|
/**
|
|
1068
|
-
*
|
|
1068
|
+
* 任务持续时间,单位秒,手动关闭任务传-1。
|
|
1069
1069
|
*/
|
|
1070
1070
|
Duration: number
|
|
1071
1071
|
|
|
@@ -1185,7 +1185,7 @@ export interface MailConfiguration {
|
|
|
1185
1185
|
SendMail: number
|
|
1186
1186
|
|
|
1187
1187
|
/**
|
|
1188
|
-
* 地域配置, 如["ap-guangzhou", "ap-shanghai"]
|
|
1188
|
+
* 地域配置, 如["ap-guangzhou", "ap-shanghai"]。巡检的邮件发送模板,配置需要发送巡检邮件的地域;订阅的邮件发送模板,配置当前订阅实例的所属地域。
|
|
1189
1189
|
*/
|
|
1190
1190
|
Region: Array<string>
|
|
1191
1191
|
|
|
@@ -2771,6 +2771,12 @@ export interface UserNotice {
|
|
|
2771
2771
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2772
2772
|
*/
|
|
2773
2773
|
PhoneCallType?: string
|
|
2774
|
+
|
|
2775
|
+
/**
|
|
2776
|
+
* 通知周期 1-7表示周一到周日
|
|
2777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2778
|
+
*/
|
|
2779
|
+
Weekday?: Array<number>
|
|
2774
2780
|
}
|
|
2775
2781
|
|
|
2776
2782
|
/**
|
|
@@ -4819,6 +4825,12 @@ export interface URLNotice {
|
|
|
4819
4825
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4820
4826
|
*/
|
|
4821
4827
|
EndTime?: number
|
|
4828
|
+
|
|
4829
|
+
/**
|
|
4830
|
+
* 通知周期 1-7表示周一到周日
|
|
4831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4832
|
+
*/
|
|
4833
|
+
Weekday?: Array<number>
|
|
4822
4834
|
}
|
|
4823
4835
|
|
|
4824
4836
|
/**
|
|
@@ -105,7 +105,8 @@ export class Client extends AbstractClient {
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* 车辆识别可对图片中车辆的车型进行识别,可识别7000多种车型,输出车辆的品牌(如路虎)、车系(如神行者2)、类型(如中型SUV)、颜色、年份和坐标等信息,覆盖轿车、SUV、大型客车等市面常见车。如果图片中存在多辆车,会分别输出每辆车的车型和坐标。
|
|
109
|
+
|
|
109
110
|
>
|
|
110
111
|
- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。
|
|
111
112
|
*/
|
|
@@ -280,7 +281,7 @@ export class Client extends AbstractClient {
|
|
|
280
281
|
}
|
|
281
282
|
|
|
282
283
|
/**
|
|
283
|
-
*
|
|
284
|
+
* 车辆识别(增强版)可对图片中车辆的车型和车牌进行识别,输出车辆的车牌,以及品牌(如路虎)、车系(如神行者2)、类型(如中型SUV)、颜色和坐标等信息,覆盖轿车、SUV、大型客车等市面常见车。如果图片中存在多辆车,会分别输出每辆车的车型、车牌和坐标。
|
|
284
285
|
|
|
285
286
|
>
|
|
286
287
|
- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。
|
|
@@ -394,12 +394,12 @@ export interface RecognizeCarResponse {
|
|
|
394
394
|
/**
|
|
395
395
|
* 汽车的四个矩形顶点坐标,如果图片中存在多辆车,则输出最大车辆的坐标。
|
|
396
396
|
*/
|
|
397
|
-
CarCoords
|
|
397
|
+
CarCoords: Array<Coord>
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
400
|
* 车辆属性识别的结果数组,如果识别到多辆车,则会输出每辆车的top1结果。
|
|
401
401
|
*/
|
|
402
|
-
CarTags
|
|
402
|
+
CarTags: Array<CarTagItem>
|
|
403
403
|
|
|
404
404
|
/**
|
|
405
405
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|