tencentcloud-sdk-nodejs 4.0.580 → 4.0.581
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 +78 -0
- package/SERVICE_CHANGELOG.md +96 -250
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +2 -2
- package/src/services/cfs/v20190719/cfs_client.ts +72 -5
- package/src/services/cfs/v20190719/cfs_models.ts +461 -59
- package/src/services/ess/v20201111/ess_models.ts +13 -8
- package/src/services/faceid/v20180301/faceid_models.ts +34 -3
- package/src/services/ms/v20180408/ms_client.ts +4 -2
- package/src/services/trp/v20210515/trp_client.ts +12 -0
- package/src/services/trp/v20210515/trp_models.ts +30 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +26 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +35 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +391 -51
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -8
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +3 -1
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +26 -0
- package/test/cfs.v20190719.test.js +50 -0
- package/test/trp.v20210515.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
|
1
|
+
# Release 4.0.581
|
|
2
|
+
|
|
3
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
4
|
+
|
|
5
|
+
### 第 17 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-17 01:08:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)
|
|
16
|
+
* [DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)
|
|
17
|
+
* [DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)
|
|
18
|
+
* [DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)
|
|
19
|
+
* [StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)
|
|
20
|
+
|
|
21
|
+
新增数据结构:
|
|
22
|
+
|
|
23
|
+
* [BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)
|
|
24
|
+
* [MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
29
|
+
|
|
30
|
+
### 第 57 次发布
|
|
31
|
+
|
|
32
|
+
发布时间:2023-04-17 01:20:00
|
|
33
|
+
|
|
34
|
+
本次发布包含了以下内容:
|
|
35
|
+
|
|
36
|
+
改善已有的文档。
|
|
37
|
+
|
|
38
|
+
修改数据结构:
|
|
39
|
+
|
|
40
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
41
|
+
|
|
42
|
+
* 新增成员:FinalResultDetailCode, FinalResultMessage
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
48
|
+
|
|
49
|
+
### 第 12 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2023-04-17 01:29:42
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
58
|
+
|
|
59
|
+
* DeleteScanInstances
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
64
|
+
|
|
65
|
+
### 第 19 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2023-04-17 01:41:34
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
1
79
|
# Release 4.0.580
|
|
2
80
|
|
|
3
81
|
## 日志服务(cls) 版本:2020-10-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,292 +1,78 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 17 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-04-
|
|
7
|
+
发布时间:2023-04-17 01:08:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)
|
|
16
|
+
* [DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)
|
|
17
|
+
* [DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)
|
|
18
|
+
* [DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)
|
|
19
|
+
* [StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
新增数据结构:
|
|
18
22
|
|
|
19
|
-
* [
|
|
23
|
+
* [BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)
|
|
24
|
+
* [MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)
|
|
20
25
|
|
|
21
|
-
* 新增入参:IsWebTracking
|
|
22
26
|
|
|
23
27
|
|
|
28
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
24
29
|
|
|
30
|
+
### 第 57 次发布
|
|
25
31
|
|
|
26
|
-
|
|
32
|
+
发布时间:2023-04-17 01:20:00
|
|
27
33
|
|
|
34
|
+
本次发布包含了以下内容:
|
|
28
35
|
|
|
36
|
+
改善已有的文档。
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
修改数据结构:
|
|
31
39
|
|
|
32
|
-
|
|
40
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
33
41
|
|
|
34
|
-
|
|
42
|
+
* 新增成员:FinalResultDetailCode, FinalResultMessage
|
|
35
43
|
|
|
36
|
-
本次发布包含了以下内容:
|
|
37
44
|
|
|
38
|
-
改善已有的文档。
|
|
39
45
|
|
|
40
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
41
46
|
|
|
42
|
-
|
|
43
|
-
* CreateApplicationProxy
|
|
44
|
-
* CreateApplicationProxyRule
|
|
45
|
-
* CreateApplicationProxyRules
|
|
46
|
-
* CreateCustomErrorPage
|
|
47
|
-
* CreateDnsRecord
|
|
48
|
-
* CreateLoadBalancing
|
|
49
|
-
* CreateOriginGroup
|
|
50
|
-
* CreatePlanForZone
|
|
51
|
-
* CreateRule
|
|
52
|
-
* CreateZone
|
|
53
|
-
* DeleteApplicationProxy
|
|
54
|
-
* DeleteApplicationProxyRule
|
|
55
|
-
* DeleteDnsRecords
|
|
56
|
-
* DeleteLoadBalancing
|
|
57
|
-
* DeleteOriginGroup
|
|
58
|
-
* DeleteRules
|
|
59
|
-
* DeleteZone
|
|
60
|
-
* DescribeApplicationProxy
|
|
61
|
-
* DescribeApplicationProxyDetail
|
|
62
|
-
* DescribeAvailablePlans
|
|
63
|
-
* DescribeBotLog
|
|
64
|
-
* DescribeBotManagedRules
|
|
65
|
-
* DescribeCnameStatus
|
|
66
|
-
* DescribeDDoSPolicy
|
|
67
|
-
* DescribeDDosAttackData
|
|
68
|
-
* DescribeDDosAttackEvent
|
|
69
|
-
* DescribeDDosAttackEventDetail
|
|
70
|
-
* DescribeDDosAttackSourceEvent
|
|
71
|
-
* DescribeDDosAttackTopData
|
|
72
|
-
* DescribeDDosMajorAttackEvent
|
|
73
|
-
* DescribeDefaultCertificates
|
|
74
|
-
* DescribeDnsData
|
|
75
|
-
* DescribeDnsRecords
|
|
76
|
-
* DescribeDnssec
|
|
77
|
-
* DescribeHostsCertificate
|
|
78
|
-
* DescribeHostsSetting
|
|
79
|
-
* DescribeIdentification
|
|
80
|
-
* DescribeLoadBalancing
|
|
81
|
-
* DescribeLoadBalancingDetail
|
|
82
|
-
* DescribeOriginGroup
|
|
83
|
-
* DescribeOriginGroupDetail
|
|
84
|
-
* DescribeOverviewL7Data
|
|
85
|
-
* DescribeRules
|
|
86
|
-
* DescribeRulesSetting
|
|
87
|
-
* DescribeSecurityPolicy
|
|
88
|
-
* DescribeSecurityPolicyList
|
|
89
|
-
* DescribeSecurityPolicyManagedRules
|
|
90
|
-
* DescribeSecurityPolicyManagedRulesId
|
|
91
|
-
* DescribeSecurityPolicyRegions
|
|
92
|
-
* DescribeSecurityPortraitRules
|
|
93
|
-
* DescribeTimingL4Data
|
|
94
|
-
* DescribeTimingL7AnalysisData
|
|
95
|
-
* DescribeTimingL7CacheData
|
|
96
|
-
* DescribeTopL7AnalysisData
|
|
97
|
-
* DescribeTopL7CacheData
|
|
98
|
-
* DescribeWebManagedRulesAttackEvents
|
|
99
|
-
* DescribeWebManagedRulesData
|
|
100
|
-
* DescribeWebManagedRulesLog
|
|
101
|
-
* DescribeWebManagedRulesTopData
|
|
102
|
-
* DescribeWebProtectionAttackEvents
|
|
103
|
-
* DescribeWebProtectionData
|
|
104
|
-
* DescribeWebProtectionLog
|
|
105
|
-
* DescribeZoneDDoSPolicy
|
|
106
|
-
* DescribeZoneDetails
|
|
107
|
-
* DescribeZoneSetting
|
|
108
|
-
* DownloadL7Logs
|
|
109
|
-
* IdentifyZone
|
|
110
|
-
* ImportDnsRecords
|
|
111
|
-
* ModifyApplicationProxy
|
|
112
|
-
* ModifyApplicationProxyRule
|
|
113
|
-
* ModifyApplicationProxyRuleStatus
|
|
114
|
-
* ModifyApplicationProxyStatus
|
|
115
|
-
* ModifyDDoSPolicy
|
|
116
|
-
* ModifyDDoSPolicyHost
|
|
117
|
-
* ModifyDefaultCertificate
|
|
118
|
-
* ModifyDnsRecord
|
|
119
|
-
* ModifyDnssec
|
|
120
|
-
* ModifyHostsCertificate
|
|
121
|
-
* ModifyLoadBalancing
|
|
122
|
-
* ModifyLoadBalancingStatus
|
|
123
|
-
* ModifyOriginGroup
|
|
124
|
-
* ModifyRule
|
|
125
|
-
* ModifyRulePriority
|
|
126
|
-
* ModifySecurityPolicy
|
|
127
|
-
* ModifyZone
|
|
128
|
-
* ModifyZoneCnameSpeedUp
|
|
129
|
-
* ModifyZoneSetting
|
|
130
|
-
* ModifyZoneStatus
|
|
131
|
-
* ReclaimZone
|
|
132
|
-
* ScanDnsRecords
|
|
47
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
133
48
|
|
|
134
|
-
|
|
49
|
+
### 第 12 次发布
|
|
135
50
|
|
|
136
|
-
|
|
137
|
-
* ACLUserRule
|
|
138
|
-
* AclConfig
|
|
139
|
-
* AiRule
|
|
140
|
-
* ApplicationProxy
|
|
141
|
-
* ApplicationProxyRule
|
|
142
|
-
* BotConfig
|
|
143
|
-
* BotLog
|
|
144
|
-
* BotLogData
|
|
145
|
-
* BotManagedRule
|
|
146
|
-
* BotManagedRuleDetail
|
|
147
|
-
* BotPortraitRule
|
|
148
|
-
* CCInterceptEvent
|
|
149
|
-
* CCInterceptEventData
|
|
150
|
-
* CCLog
|
|
151
|
-
* CCLogData
|
|
152
|
-
* CacheConfig
|
|
153
|
-
* CacheConfigCache
|
|
154
|
-
* CacheConfigFollowOrigin
|
|
155
|
-
* CacheConfigNoCache
|
|
156
|
-
* CacheKey
|
|
157
|
-
* CachePrefresh
|
|
158
|
-
* CertFilter
|
|
159
|
-
* CertSort
|
|
160
|
-
* ClientIp
|
|
161
|
-
* CnameStatus
|
|
162
|
-
* Compression
|
|
163
|
-
* DDoSAcl
|
|
164
|
-
* DDoSAntiPly
|
|
165
|
-
* DDoSApplication
|
|
166
|
-
* DDoSConfig
|
|
167
|
-
* DDoSFeaturesFilter
|
|
168
|
-
* DDoSGeoIp
|
|
169
|
-
* DDoSStatusInfo
|
|
170
|
-
* DDoSUserAllowBlockIP
|
|
171
|
-
* DDosAttackEvent
|
|
172
|
-
* DDosAttackEventData
|
|
173
|
-
* DDosAttackEventDetailData
|
|
174
|
-
* DDosAttackSourceEvent
|
|
175
|
-
* DDosAttackSourceEventData
|
|
176
|
-
* DDosMajorAttackEvent
|
|
177
|
-
* DDosMajorAttackEventData
|
|
178
|
-
* DataItem
|
|
179
|
-
* DdosAcls
|
|
180
|
-
* DdosAllowBlock
|
|
181
|
-
* DdosPacketFilter
|
|
182
|
-
* DdosRule
|
|
183
|
-
* DdosSpeedLimit
|
|
184
|
-
* DefaultServerCertInfo
|
|
185
|
-
* DetailHost
|
|
186
|
-
* DnsDataFilter
|
|
187
|
-
* DnsRecord
|
|
188
|
-
* DnsRecordFilter
|
|
189
|
-
* DnssecInfo
|
|
190
|
-
* DropPageConfig
|
|
191
|
-
* DropPageDetail
|
|
192
|
-
* ExceptConfig
|
|
193
|
-
* ExceptUserRule
|
|
194
|
-
* ExceptUserRuleCondition
|
|
195
|
-
* ExceptUserRuleScope
|
|
196
|
-
* Filter
|
|
197
|
-
* ForceRedirect
|
|
198
|
-
* GeoIp
|
|
199
|
-
* HostCertSetting
|
|
200
|
-
* Hsts
|
|
201
|
-
* Https
|
|
202
|
-
* IntelligenceRule
|
|
203
|
-
* IntelligenceRuleItem
|
|
204
|
-
* IpTableConfig
|
|
205
|
-
* IpTableRule
|
|
206
|
-
* Ipv6Access
|
|
207
|
-
* L7OfflineLog
|
|
208
|
-
* LoadBalancing
|
|
209
|
-
* ManagedRule
|
|
210
|
-
* MaxAge
|
|
211
|
-
* OfflineCache
|
|
212
|
-
* Origin
|
|
213
|
-
* OriginCheckOriginStatus
|
|
214
|
-
* OriginFilter
|
|
215
|
-
* OriginGroup
|
|
216
|
-
* OriginRecord
|
|
217
|
-
* OriginRecordPrivateParameter
|
|
218
|
-
* PlanInfo
|
|
219
|
-
* PortraitManagedRuleDetail
|
|
220
|
-
* PostMaxSize
|
|
221
|
-
* QueryCondition
|
|
222
|
-
* QueryString
|
|
223
|
-
* Quic
|
|
224
|
-
* RateLimitConfig
|
|
225
|
-
* RateLimitIntelligence
|
|
226
|
-
* RateLimitTemplate
|
|
227
|
-
* RateLimitTemplateDetail
|
|
228
|
-
* RateLimitUserRule
|
|
229
|
-
* RuleAction
|
|
230
|
-
* RuleAndConditions
|
|
231
|
-
* RuleChoicePropertiesItem
|
|
232
|
-
* RuleCodeAction
|
|
233
|
-
* RuleCodeActionParams
|
|
234
|
-
* RuleCondition
|
|
235
|
-
* RuleExtraParameter
|
|
236
|
-
* RuleFilter
|
|
237
|
-
* RuleItem
|
|
238
|
-
* RuleNormalAction
|
|
239
|
-
* RuleNormalActionParams
|
|
240
|
-
* RuleRewriteAction
|
|
241
|
-
* RuleRewriteActionParams
|
|
242
|
-
* RuleSettingDetail
|
|
243
|
-
* RulesProperties
|
|
244
|
-
* RulesSettingAction
|
|
245
|
-
* SecEntry
|
|
246
|
-
* SecEntryValue
|
|
247
|
-
* SecRuleRelatedInfo
|
|
248
|
-
* SecurityConfig
|
|
249
|
-
* SecurityEntity
|
|
250
|
-
* ServerCertInfo
|
|
251
|
-
* ShieldArea
|
|
252
|
-
* SmartRouting
|
|
253
|
-
* SwitchConfig
|
|
254
|
-
* TimingDataItem
|
|
255
|
-
* TimingDataRecord
|
|
256
|
-
* TimingTypeValue
|
|
257
|
-
* TopDataRecord
|
|
258
|
-
* TopDetailData
|
|
259
|
-
* TopNEntry
|
|
260
|
-
* TopNEntryValue
|
|
261
|
-
* UpstreamHttp2
|
|
262
|
-
* VanityNameServers
|
|
263
|
-
* VanityNameServersIps
|
|
264
|
-
* WafConfig
|
|
265
|
-
* WafRule
|
|
266
|
-
* WebAttackEvent
|
|
267
|
-
* WebEventData
|
|
268
|
-
* WebLogData
|
|
269
|
-
* WebLogs
|
|
270
|
-
* WebSocket
|
|
51
|
+
发布时间:2023-04-17 01:29:42
|
|
271
52
|
|
|
53
|
+
本次发布包含了以下内容:
|
|
272
54
|
|
|
55
|
+
改善已有的文档。
|
|
273
56
|
|
|
274
|
-
|
|
57
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
275
58
|
|
|
276
|
-
|
|
59
|
+
* DeleteScanInstances
|
|
277
60
|
|
|
278
|
-
发布时间:2023-04-14 02:00:19
|
|
279
61
|
|
|
280
|
-
本次发布包含了以下内容:
|
|
281
62
|
|
|
282
|
-
|
|
63
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
283
64
|
|
|
284
|
-
|
|
65
|
+
### 第 19 次发布
|
|
285
66
|
|
|
286
|
-
|
|
67
|
+
发布时间:2023-04-17 01:41:34
|
|
287
68
|
|
|
288
|
-
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
289
74
|
|
|
75
|
+
* [DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)
|
|
290
76
|
|
|
291
77
|
|
|
292
78
|
|
|
@@ -18999,6 +18785,27 @@
|
|
|
18999
18785
|
|
|
19000
18786
|
## 文件存储(cfs) 版本:2019-07-19
|
|
19001
18787
|
|
|
18788
|
+
### 第 17 次发布
|
|
18789
|
+
|
|
18790
|
+
发布时间:2023-04-17 01:08:20
|
|
18791
|
+
|
|
18792
|
+
本次发布包含了以下内容:
|
|
18793
|
+
|
|
18794
|
+
改善已有的文档。
|
|
18795
|
+
|
|
18796
|
+
新增接口:
|
|
18797
|
+
|
|
18798
|
+
* [[CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)](https://cloud.tencent.com/document/api/#/#)
|
|
18799
|
+
* [[DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)](https://cloud.tencent.com/document/api/#/#)
|
|
18800
|
+
* [[DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)](https://cloud.tencent.com/document/api/#/#)
|
|
18801
|
+
* [[DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)](https://cloud.tencent.com/document/api/#/#)
|
|
18802
|
+
* [[StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)](https://cloud.tencent.com/document/api/#/#)
|
|
18803
|
+
|
|
18804
|
+
新增数据结构:
|
|
18805
|
+
|
|
18806
|
+
* [[BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)](https://cloud.tencent.com/document/api/582/38175#[BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo))
|
|
18807
|
+
* [[MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)](https://cloud.tencent.com/document/api/582/38175#[MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo))
|
|
18808
|
+
|
|
19002
18809
|
### 第 16 次发布
|
|
19003
18810
|
|
|
19004
18811
|
发布时间:2023-03-23 01:17:23
|
|
@@ -48440,6 +48247,21 @@
|
|
|
48440
48247
|
|
|
48441
48248
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
48442
48249
|
|
|
48250
|
+
### 第 57 次发布
|
|
48251
|
+
|
|
48252
|
+
发布时间:2023-04-17 01:20:00
|
|
48253
|
+
|
|
48254
|
+
本次发布包含了以下内容:
|
|
48255
|
+
|
|
48256
|
+
改善已有的文档。
|
|
48257
|
+
|
|
48258
|
+
修改数据结构:
|
|
48259
|
+
|
|
48260
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
48261
|
+
|
|
48262
|
+
* 新增成员:FinalResultDetailCode, FinalResultMessage
|
|
48263
|
+
|
|
48264
|
+
|
|
48443
48265
|
### 第 56 次发布
|
|
48444
48266
|
|
|
48445
48267
|
发布时间:2023-04-13 01:17:40
|
|
@@ -68984,6 +68806,18 @@
|
|
|
68984
68806
|
|
|
68985
68807
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
68986
68808
|
|
|
68809
|
+
### 第 12 次发布
|
|
68810
|
+
|
|
68811
|
+
发布时间:2023-04-17 01:29:42
|
|
68812
|
+
|
|
68813
|
+
本次发布包含了以下内容:
|
|
68814
|
+
|
|
68815
|
+
改善已有的文档。
|
|
68816
|
+
|
|
68817
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
68818
|
+
|
|
68819
|
+
* DeleteScanInstances
|
|
68820
|
+
|
|
68987
68821
|
### 第 11 次发布
|
|
68988
68822
|
|
|
68989
68823
|
发布时间:2023-03-15 01:56:41
|
|
@@ -99108,6 +98942,18 @@
|
|
|
99108
98942
|
|
|
99109
98943
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
99110
98944
|
|
|
98945
|
+
### 第 19 次发布
|
|
98946
|
+
|
|
98947
|
+
发布时间:2023-04-17 01:41:34
|
|
98948
|
+
|
|
98949
|
+
本次发布包含了以下内容:
|
|
98950
|
+
|
|
98951
|
+
改善已有的文档。
|
|
98952
|
+
|
|
98953
|
+
新增接口:
|
|
98954
|
+
|
|
98955
|
+
* [[DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)](https://cloud.tencent.com/document/api/#/#)
|
|
98956
|
+
|
|
99111
98957
|
### 第 18 次发布
|
|
99112
98958
|
|
|
99113
98959
|
发布时间:2023-04-12 02:05:50
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-17 01:04:16 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-11 01:06:22 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-17 01:07:24 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
|
|
49
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-
|
|
49
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-17 01:08:05 |
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-17 01:08:20 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-11 01:16:50 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-14 01:33:12 |
|
|
81
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-
|
|
81
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-17 01:16:50 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
|
|
84
84
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-14 01:36:35 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-14
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-14 10:31:04 |
|
|
95
95
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-12 01:27:48 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
|
|
97
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-
|
|
97
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-17 01:27:00 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-12 01:45:49 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
141
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
210
|
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-
|
|
212
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-17 01:41:34 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
214
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-14 02:00:19 |
|
|
215
215
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-11 01:45:16 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.581"
|
|
@@ -682,11 +682,11 @@ export interface UpdateScdnDomainResponse {
|
|
|
682
682
|
/**
|
|
683
683
|
* 源站配置复杂类型,支持以下配置:
|
|
684
684
|
+ 源站指定为单个域名
|
|
685
|
-
+ 源站指定为多个 IP,可配置端口(1
|
|
685
|
+
+ 源站指定为多个 IP,可配置端口(1\~65535),可配置权重(1\~100),格式为 IP:端口:权重
|
|
686
686
|
+ 回源域名配置
|
|
687
687
|
+ 对象存储(COS)作为源站
|
|
688
688
|
+ 热备源站指定为单个域名
|
|
689
|
-
+ 热备源站指定为多个 IP,可配置端口(1
|
|
689
|
+
+ 热备源站指定为多个 IP,可配置端口(1\~65535),暂不支持权重配置
|
|
690
690
|
+ 热备源站回源域名配置
|
|
691
691
|
*/
|
|
692
692
|
export interface Origin {
|