tencentcloud-sdk-nodejs 4.0.313 → 4.0.314
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 +67 -0
- package/SERVICE_CHANGELOG.md +86 -187
- package/package.json +1 -1
- package/products.md +3 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +23 -1
- package/src/services/iai/v20200303/iai_models.ts +3 -3
- package/src/services/redis/v20180412/redis_client.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +121 -63
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +20 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +110 -63
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,70 @@
|
|
|
1
|
+
# Release 4.0.314
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 60 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-24 08:09:21
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo)
|
|
16
|
+
|
|
17
|
+
修改数据结构:
|
|
18
|
+
|
|
19
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
20
|
+
|
|
21
|
+
* 新增成员:BankApprovalGuideInfo
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
27
|
+
|
|
28
|
+
### 第 42 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-03-24 08:15:42
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/239/20019)
|
|
39
|
+
|
|
40
|
+
* 新增出参:BackupStorageDays, BinlogStorageDays
|
|
41
|
+
|
|
42
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/239/41259)
|
|
43
|
+
|
|
44
|
+
* 新增出参:VIP, VPort
|
|
45
|
+
|
|
46
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
47
|
+
|
|
48
|
+
* 新增入参:InstanceTags, TagKeys
|
|
49
|
+
|
|
50
|
+
* [ManualBackupInstance](https://cloud.tencent.com/document/api/239/20010)
|
|
51
|
+
|
|
52
|
+
* 新增入参:StorageDays
|
|
53
|
+
|
|
54
|
+
* [UpgradeVersionToMultiAvailabilityZones](https://cloud.tencent.com/document/api/239/54759)
|
|
55
|
+
|
|
56
|
+
* 新增入参:UpgradeProxyAndRedisServer
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [RedisBackupSet](https://cloud.tencent.com/document/api/239/20022#RedisBackupSet)
|
|
62
|
+
|
|
63
|
+
* 新增成员:BackupSize, FullBackup, InstanceType
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
1
68
|
# Release 4.0.313
|
|
2
69
|
|
|
3
70
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,108 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 6 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-03-23 08:07:34
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DeleteIotDeviceBatch](https://cloud.tencent.com/document/api/1118/71553)
|
|
16
|
-
* [DescribeDracoEdgeNodeInstaller](https://cloud.tencent.com/document/api/1118/71552)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## 云直播(live) 版本:2018-08-01
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21
4
|
|
|
22
|
-
### 第
|
|
5
|
+
### 第 60 次发布
|
|
23
6
|
|
|
24
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-24 08:09:21
|
|
25
8
|
|
|
26
9
|
本次发布包含了以下内容:
|
|
27
10
|
|
|
28
11
|
改善已有的文档。
|
|
29
12
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
33
|
-
|
|
34
|
-
* 新增入参:RemoveWatermark
|
|
35
|
-
|
|
36
|
-
* [ModifyLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32608)
|
|
37
|
-
|
|
38
|
-
* 新增入参:RemoveWatermark
|
|
13
|
+
新增数据结构:
|
|
39
14
|
|
|
15
|
+
* [OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo)
|
|
40
16
|
|
|
41
17
|
修改数据结构:
|
|
42
18
|
|
|
43
|
-
* [
|
|
19
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
44
20
|
|
|
45
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:BankApprovalGuideInfo
|
|
46
22
|
|
|
47
23
|
|
|
48
24
|
|
|
49
25
|
|
|
50
26
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
51
27
|
|
|
52
|
-
### 第
|
|
53
|
-
|
|
54
|
-
发布时间:2022-03-23 08:10:37
|
|
55
|
-
|
|
56
|
-
本次发布包含了以下内容:
|
|
57
|
-
|
|
58
|
-
改善已有的文档。
|
|
59
|
-
|
|
60
|
-
新增接口:
|
|
61
|
-
|
|
62
|
-
* [DescribeReplicationGroup](https://cloud.tencent.com/document/api/239/71554)
|
|
63
|
-
|
|
64
|
-
修改接口:
|
|
65
|
-
|
|
66
|
-
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/239/20016)
|
|
67
|
-
|
|
68
|
-
* 新增出参:BackupStorageDays
|
|
69
|
-
|
|
70
|
-
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/239/34436)
|
|
71
|
-
|
|
72
|
-
* 新增入参:Recycle
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
新增数据结构:
|
|
76
|
-
|
|
77
|
-
* [Groups](https://cloud.tencent.com/document/api/239/20022#Groups)
|
|
78
|
-
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 邮件推送(ses) 版本:2020-10-02
|
|
83
|
-
|
|
84
|
-
### 第 11 次发布
|
|
85
|
-
|
|
86
|
-
发布时间:2022-03-23 08:11:08
|
|
87
|
-
|
|
88
|
-
本次发布包含了以下内容:
|
|
89
|
-
|
|
90
|
-
改善已有的文档。
|
|
91
|
-
|
|
92
|
-
修改接口:
|
|
93
|
-
|
|
94
|
-
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
95
|
-
|
|
96
|
-
* 新增入参:ADLocation
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
102
|
-
|
|
103
|
-
### 第 12 次发布
|
|
28
|
+
### 第 42 次发布
|
|
104
29
|
|
|
105
|
-
发布时间:2022-03-
|
|
30
|
+
发布时间:2022-03-24 08:15:42
|
|
106
31
|
|
|
107
32
|
本次发布包含了以下内容:
|
|
108
33
|
|
|
@@ -110,115 +35,32 @@
|
|
|
110
35
|
|
|
111
36
|
修改接口:
|
|
112
37
|
|
|
113
|
-
* [
|
|
114
|
-
|
|
115
|
-
* 新增出参:AncestorProcessInfo
|
|
116
|
-
|
|
117
|
-
* [DescribeAbnormalProcessRuleDetail](https://cloud.tencent.com/document/api/1285/65549)
|
|
118
|
-
|
|
119
|
-
* 新增入参:Limit, Offset
|
|
120
|
-
|
|
121
|
-
* [DescribeAccessControlDetail](https://cloud.tencent.com/document/api/1285/65546)
|
|
122
|
-
|
|
123
|
-
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
124
|
-
|
|
125
|
-
* [DescribeAccessControlRuleDetail](https://cloud.tencent.com/document/api/1285/65543)
|
|
126
|
-
|
|
127
|
-
* 新增入参:Limit, Offset
|
|
128
|
-
|
|
129
|
-
* [DescribeEscapeEventDetail](https://cloud.tencent.com/document/api/1285/65538)
|
|
38
|
+
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/239/20019)
|
|
130
39
|
|
|
131
|
-
* 新增出参:
|
|
40
|
+
* 新增出参:BackupStorageDays, BinlogStorageDays
|
|
132
41
|
|
|
133
|
-
* [
|
|
42
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/239/41259)
|
|
134
43
|
|
|
135
|
-
* 新增出参:
|
|
44
|
+
* 新增出参:VIP, VPort
|
|
136
45
|
|
|
137
|
-
* [
|
|
46
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
138
47
|
|
|
139
|
-
*
|
|
48
|
+
* 新增入参:InstanceTags, TagKeys
|
|
140
49
|
|
|
141
|
-
* [
|
|
50
|
+
* [ManualBackupInstance](https://cloud.tencent.com/document/api/239/20010)
|
|
142
51
|
|
|
143
|
-
*
|
|
52
|
+
* 新增入参:StorageDays
|
|
144
53
|
|
|
54
|
+
* [UpgradeVersionToMultiAvailabilityZones](https://cloud.tencent.com/document/api/239/54759)
|
|
145
55
|
|
|
146
|
-
|
|
56
|
+
* 新增入参:UpgradeProxyAndRedisServer
|
|
147
57
|
|
|
148
|
-
* [ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo)
|
|
149
58
|
|
|
150
59
|
修改数据结构:
|
|
151
60
|
|
|
152
|
-
* [
|
|
153
|
-
|
|
154
|
-
* 新增成员:OperationTime
|
|
155
|
-
|
|
156
|
-
* [AbnormalProcessRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessRuleInfo)
|
|
157
|
-
|
|
158
|
-
* 新增成员:IsDefault
|
|
159
|
-
|
|
160
|
-
* [AccessControlEventDescription](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventDescription)
|
|
161
|
-
|
|
162
|
-
* 新增成员:OperationTime
|
|
163
|
-
|
|
164
|
-
* [AccessControlRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlRuleInfo)
|
|
165
|
-
|
|
166
|
-
* 新增成员:IsDefault
|
|
167
|
-
|
|
168
|
-
* [EscapeEventDescription](https://cloud.tencent.com/document/api/1285/65614#EscapeEventDescription)
|
|
169
|
-
|
|
170
|
-
* 新增成员:OperationTime
|
|
171
|
-
|
|
172
|
-
* [ReverseShellEventDescription](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventDescription)
|
|
173
|
-
|
|
174
|
-
* 新增成员:OperationTime
|
|
175
|
-
|
|
176
|
-
* [RiskSyscallEventDescription](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventDescription)
|
|
177
|
-
|
|
178
|
-
* 新增成员:OperationTime
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## 云点播(vod) 版本:2018-07-17
|
|
184
|
-
|
|
185
|
-
### 第 98 次发布
|
|
186
|
-
|
|
187
|
-
发布时间:2022-03-23 08:14:23
|
|
188
|
-
|
|
189
|
-
本次发布包含了以下内容:
|
|
190
|
-
|
|
191
|
-
改善已有的文档。
|
|
192
|
-
|
|
193
|
-
新增接口:
|
|
194
|
-
|
|
195
|
-
* [DescribeMediaPlayStatDetails](https://cloud.tencent.com/document/api/266/71555)
|
|
196
|
-
|
|
197
|
-
新增数据结构:
|
|
198
|
-
|
|
199
|
-
* [PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
204
|
-
|
|
205
|
-
### 第 109 次发布
|
|
206
|
-
|
|
207
|
-
发布时间:2022-03-23 08:14:50
|
|
208
|
-
|
|
209
|
-
本次发布包含了以下内容:
|
|
210
|
-
|
|
211
|
-
改善已有的文档。
|
|
212
|
-
|
|
213
|
-
修改接口:
|
|
214
|
-
|
|
215
|
-
* [AssociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36722)
|
|
216
|
-
|
|
217
|
-
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
218
|
-
|
|
219
|
-
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
61
|
+
* [RedisBackupSet](https://cloud.tencent.com/document/api/239/20022#RedisBackupSet)
|
|
220
62
|
|
|
221
|
-
*
|
|
63
|
+
* 新增成员:BackupSize, FullBackup, InstanceType
|
|
222
64
|
|
|
223
65
|
|
|
224
66
|
|
|
@@ -19278,6 +19120,25 @@
|
|
|
19278
19120
|
|
|
19279
19121
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
19280
19122
|
|
|
19123
|
+
### 第 60 次发布
|
|
19124
|
+
|
|
19125
|
+
发布时间:2022-03-24 08:09:21
|
|
19126
|
+
|
|
19127
|
+
本次发布包含了以下内容:
|
|
19128
|
+
|
|
19129
|
+
改善已有的文档。
|
|
19130
|
+
|
|
19131
|
+
新增数据结构:
|
|
19132
|
+
|
|
19133
|
+
* [[OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankApprovalGuideInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankApprovalGuideInfo))
|
|
19134
|
+
|
|
19135
|
+
修改数据结构:
|
|
19136
|
+
|
|
19137
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
19138
|
+
|
|
19139
|
+
* 新增成员:BankApprovalGuideInfo
|
|
19140
|
+
|
|
19141
|
+
|
|
19281
19142
|
### 第 59 次发布
|
|
19282
19143
|
|
|
19283
19144
|
发布时间:2022-03-15 08:06:54
|
|
@@ -36092,8 +35953,8 @@
|
|
|
36092
35953
|
|
|
36093
35954
|
新增接口:
|
|
36094
35955
|
|
|
36095
|
-
* [
|
|
36096
|
-
* [
|
|
35956
|
+
* [DeleteIotDeviceBatch](https://cloud.tencent.com/document/api/1118/71553)
|
|
35957
|
+
* [DescribeDracoEdgeNodeInstaller](https://cloud.tencent.com/document/api/1118/71552)
|
|
36097
35958
|
|
|
36098
35959
|
### 第 5 次发布
|
|
36099
35960
|
|
|
@@ -49904,6 +49765,44 @@
|
|
|
49904
49765
|
|
|
49905
49766
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
49906
49767
|
|
|
49768
|
+
### 第 42 次发布
|
|
49769
|
+
|
|
49770
|
+
发布时间:2022-03-24 08:15:42
|
|
49771
|
+
|
|
49772
|
+
本次发布包含了以下内容:
|
|
49773
|
+
|
|
49774
|
+
改善已有的文档。
|
|
49775
|
+
|
|
49776
|
+
修改接口:
|
|
49777
|
+
|
|
49778
|
+
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/239/20019)
|
|
49779
|
+
|
|
49780
|
+
* 新增出参:BackupStorageDays, BinlogStorageDays
|
|
49781
|
+
|
|
49782
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/239/41259)
|
|
49783
|
+
|
|
49784
|
+
* 新增出参:VIP, VPort
|
|
49785
|
+
|
|
49786
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
49787
|
+
|
|
49788
|
+
* 新增入参:InstanceTags, TagKeys
|
|
49789
|
+
|
|
49790
|
+
* [ManualBackupInstance](https://cloud.tencent.com/document/api/239/20010)
|
|
49791
|
+
|
|
49792
|
+
* 新增入参:StorageDays
|
|
49793
|
+
|
|
49794
|
+
* [UpgradeVersionToMultiAvailabilityZones](https://cloud.tencent.com/document/api/239/54759)
|
|
49795
|
+
|
|
49796
|
+
* 新增入参:UpgradeProxyAndRedisServer
|
|
49797
|
+
|
|
49798
|
+
|
|
49799
|
+
修改数据结构:
|
|
49800
|
+
|
|
49801
|
+
* [RedisBackupSet](https://cloud.tencent.com/document/api/239/20022#RedisBackupSet)
|
|
49802
|
+
|
|
49803
|
+
* 新增成员:BackupSize, FullBackup, InstanceType
|
|
49804
|
+
|
|
49805
|
+
|
|
49907
49806
|
### 第 41 次发布
|
|
49908
49807
|
|
|
49909
49808
|
发布时间:2022-03-23 08:10:37
|
|
@@ -49914,7 +49813,7 @@
|
|
|
49914
49813
|
|
|
49915
49814
|
新增接口:
|
|
49916
49815
|
|
|
49917
|
-
* [
|
|
49816
|
+
* [DescribeReplicationGroup](https://cloud.tencent.com/document/api/239/71554)
|
|
49918
49817
|
|
|
49919
49818
|
修改接口:
|
|
49920
49819
|
|
|
@@ -49929,8 +49828,8 @@
|
|
|
49929
49828
|
|
|
49930
49829
|
新增数据结构:
|
|
49931
49830
|
|
|
49932
|
-
* [
|
|
49933
|
-
* [
|
|
49831
|
+
* [Groups](https://cloud.tencent.com/document/api/239/20022#Groups)
|
|
49832
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
49934
49833
|
|
|
49935
49834
|
### 第 40 次发布
|
|
49936
49835
|
|
|
@@ -58832,7 +58731,7 @@
|
|
|
58832
58731
|
|
|
58833
58732
|
新增数据结构:
|
|
58834
58733
|
|
|
58835
|
-
* [
|
|
58734
|
+
* [ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo)
|
|
58836
58735
|
|
|
58837
58736
|
修改数据结构:
|
|
58838
58737
|
|
|
@@ -67775,11 +67674,11 @@
|
|
|
67775
67674
|
|
|
67776
67675
|
新增接口:
|
|
67777
67676
|
|
|
67778
|
-
* [
|
|
67677
|
+
* [DescribeMediaPlayStatDetails](https://cloud.tencent.com/document/api/266/71555)
|
|
67779
67678
|
|
|
67780
67679
|
新增数据结构:
|
|
67781
67680
|
|
|
67782
|
-
* [
|
|
67681
|
+
* [PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo)
|
|
67783
67682
|
|
|
67784
67683
|
### 第 97 次发布
|
|
67785
67684
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
51
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-
|
|
53
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
55
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
|
|
56
56
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
89
89
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
90
90
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-02-21 08:07:36 |
|
|
91
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-
|
|
91
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-03-24 08:12:37 |
|
|
92
92
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
93
93
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
94
94
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-23 08:07:34 |
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
129
129
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-22 08:13:14 |
|
|
130
130
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
|
|
131
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-
|
|
131
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
|
|
132
132
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
133
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
134
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-21 08:15:09 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.314"
|
|
@@ -3146,10 +3146,16 @@ OPENBANK_PAYMENT
|
|
|
3146
3146
|
RedirectInfo: OpenBankRedirectInfo
|
|
3147
3147
|
|
|
3148
3148
|
/**
|
|
3149
|
-
*
|
|
3149
|
+
* 第三方渠道返回信息,见渠道特殊说明,详情见附录-复杂类型。
|
|
3150
3150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3151
3151
|
*/
|
|
3152
3152
|
ExternalReturnData: string
|
|
3153
|
+
|
|
3154
|
+
/**
|
|
3155
|
+
* 银行复核指引。当TENPAY下OPENBANT_PAYMENT时,下单受理成功是返回。
|
|
3156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3157
|
+
*/
|
|
3158
|
+
BankApprovalGuideInfo: OpenBankApprovalGuideInfo
|
|
3153
3159
|
}
|
|
3154
3160
|
|
|
3155
3161
|
/**
|
|
@@ -12979,6 +12985,22 @@ export interface CreateRedInvoiceV2Request {
|
|
|
12979
12985
|
InvoiceChannel?: number
|
|
12980
12986
|
}
|
|
12981
12987
|
|
|
12988
|
+
/**
|
|
12989
|
+
* 银行复核指引。银行侧返回网银授权指引链接,一般PC网银,手机网银链接
|
|
12990
|
+
*/
|
|
12991
|
+
export interface OpenBankApprovalGuideInfo {
|
|
12992
|
+
/**
|
|
12993
|
+
* PC网银指引
|
|
12994
|
+
*/
|
|
12995
|
+
PcGuideUrl: string
|
|
12996
|
+
|
|
12997
|
+
/**
|
|
12998
|
+
* 手机网银指引
|
|
12999
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13000
|
+
*/
|
|
13001
|
+
MobileGuideUrl: string
|
|
13002
|
+
}
|
|
13003
|
+
|
|
12982
13004
|
/**
|
|
12983
13005
|
* CreateOrder返回参数结构体
|
|
12984
13006
|
*/
|
|
@@ -477,8 +477,8 @@ export interface CheckSimilarPersonRequest {
|
|
|
477
477
|
|
|
478
478
|
/**
|
|
479
479
|
* 人员查重整理力度的控制。
|
|
480
|
-
1
|
|
481
|
-
2
|
|
480
|
+
1:力度较高的人员整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
|
|
481
|
+
2:力度较低的人员整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
|
482
482
|
*/
|
|
483
483
|
UniquePersonControl: number
|
|
484
484
|
}
|
|
@@ -1524,7 +1524,7 @@ export interface CheckSimilarPersonResponse {
|
|
|
1524
1524
|
/**
|
|
1525
1525
|
* 查重任务ID,用于查询、获取查重的进度和结果。
|
|
1526
1526
|
*/
|
|
1527
|
-
JobId
|
|
1527
|
+
JobId: string
|
|
1528
1528
|
|
|
1529
1529
|
/**
|
|
1530
1530
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -340,7 +340,7 @@ export class Client extends AbstractClient {
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
* 查询参数模板详情。
|
|
344
344
|
*/
|
|
345
345
|
async DescribeParamTemplateInfo(
|
|
346
346
|
req: DescribeParamTemplateInfoRequest,
|
|
@@ -770,7 +770,7 @@ export class Client extends AbstractClient {
|
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
/**
|
|
773
|
-
*
|
|
773
|
+
* 修改实例的连接配置,包括带宽和最大连接数。
|
|
774
774
|
*/
|
|
775
775
|
async ModifyConnectionConfig(
|
|
776
776
|
req: ModifyConnectionConfigRequest,
|
|
@@ -900,7 +900,7 @@ export class Client extends AbstractClient {
|
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
/**
|
|
903
|
-
* 查询Redis
|
|
903
|
+
* 查询Redis节点详细信息
|
|
904
904
|
*/
|
|
905
905
|
async DescribeInstanceZoneInfo(
|
|
906
906
|
req: DescribeInstanceZoneInfoRequest,
|