tencentcloud-sdk-nodejs 4.0.769 → 4.0.770
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 +32 -0
- package/SERVICE_CHANGELOG.md +60 -178
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdc/v20201214/cdc_models.ts +3 -3
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -1
- package/src/services/cvm/v20170312/cvm_models.ts +4 -4
- package/src/services/oceanus/v20190422/oceanus_client.ts +2 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +29 -9
- package/src/services/tms/v20201229/tms_client.ts +18 -2
- package/src/services/tms/v20201229/tms_models.ts +250 -65
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +5 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_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/cdc/v20201214/cdc_models.d.ts +3 -3
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +28 -9
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +243 -64
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -4
- package/test/tms.v20201229.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
# Release 4.0.770
|
|
2
|
+
|
|
3
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
4
|
+
|
|
5
|
+
### 第 52 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-01 00:15:04
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
16
|
+
|
|
17
|
+
* 新增入参:ExtraResult
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
27
|
+
|
|
28
|
+
* 新增成员:EventInfo
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
1
33
|
# Release 4.0.769
|
|
2
34
|
|
|
3
35
|
## 主机安全(cwp) 版本:2018-02-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,130 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
4
|
-
|
|
5
|
-
### 第 105 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-29 01:12:06
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TaskIds
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
-
|
|
24
|
-
### 第 145 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-29 01:16:02
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
新增接口:
|
|
33
|
-
|
|
34
|
-
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
3
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
39
4
|
|
|
40
|
-
### 第
|
|
41
|
-
|
|
42
|
-
发布时间:2023-12-29 01:21:17
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
新增接口:
|
|
49
|
-
|
|
50
|
-
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 云函数(scf) 版本:2018-04-16
|
|
55
|
-
|
|
56
|
-
### 第 64 次发布
|
|
57
|
-
|
|
58
|
-
发布时间:2023-12-29 01:22:39
|
|
59
|
-
|
|
60
|
-
本次发布包含了以下内容:
|
|
61
|
-
|
|
62
|
-
改善已有的文档。
|
|
63
|
-
|
|
64
|
-
修改接口:
|
|
65
|
-
|
|
66
|
-
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
67
|
-
|
|
68
|
-
* <font color="#dd0000">**修改入参**:</font>FunctionName
|
|
69
|
-
|
|
70
|
-
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
71
|
-
|
|
72
|
-
* 新增入参:IgnoreSysLog
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
78
|
-
|
|
79
|
-
### 第 57 次发布
|
|
80
|
-
|
|
81
|
-
发布时间:2023-12-29 01:24:30
|
|
82
|
-
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
|
-
|
|
85
|
-
改善已有的文档。
|
|
86
|
-
|
|
87
|
-
修改数据结构:
|
|
88
|
-
|
|
89
|
-
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
90
|
-
|
|
91
|
-
* 新增成员:ChargeCoresCnt
|
|
92
|
-
|
|
93
|
-
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
94
|
-
|
|
95
|
-
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 互动白板(tiw) 版本:2019-09-19
|
|
101
|
-
|
|
102
|
-
### 第 38 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2023-12-29 01:26:38
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
修改接口:
|
|
111
|
-
|
|
112
|
-
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
113
|
-
|
|
114
|
-
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
115
|
-
|
|
116
|
-
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
117
|
-
|
|
118
|
-
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
124
|
-
|
|
125
|
-
### 第 31 次发布
|
|
5
|
+
### 第 52 次发布
|
|
126
6
|
|
|
127
|
-
发布时间:
|
|
7
|
+
发布时间:2024-01-01 00:15:04
|
|
128
8
|
|
|
129
9
|
本次发布包含了以下内容:
|
|
130
10
|
|
|
@@ -132,63 +12,20 @@
|
|
|
132
12
|
|
|
133
13
|
修改接口:
|
|
134
14
|
|
|
135
|
-
* [
|
|
136
|
-
|
|
137
|
-
* 新增入参:CertState
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
修改数据结构:
|
|
141
|
-
|
|
142
|
-
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改成员**:</font>Value
|
|
145
|
-
|
|
146
|
-
* [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
|
|
147
|
-
|
|
148
|
-
* 新增成员:CertState
|
|
149
|
-
|
|
150
|
-
* [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
|
|
151
|
-
|
|
152
|
-
* 新增成员:ProductCertify
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
158
|
-
|
|
159
|
-
### 第 55 次发布
|
|
160
|
-
|
|
161
|
-
发布时间:2023-12-29 01:27:46
|
|
162
|
-
|
|
163
|
-
本次发布包含了以下内容:
|
|
164
|
-
|
|
165
|
-
改善已有的文档。
|
|
166
|
-
|
|
167
|
-
新增接口:
|
|
168
|
-
|
|
169
|
-
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
170
|
-
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
171
|
-
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
172
|
-
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
173
|
-
* [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
|
|
174
|
-
|
|
175
|
-
|
|
15
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
176
16
|
|
|
177
|
-
|
|
17
|
+
* 新增入参:ExtraResult
|
|
178
18
|
|
|
179
|
-
### 第 102 次发布
|
|
180
19
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
本次发布包含了以下内容:
|
|
20
|
+
新增数据结构:
|
|
184
21
|
|
|
185
|
-
|
|
22
|
+
* [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
|
|
186
23
|
|
|
187
24
|
修改数据结构:
|
|
188
25
|
|
|
189
|
-
* [
|
|
26
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
190
27
|
|
|
191
|
-
* 新增成员:
|
|
28
|
+
* 新增成员:EventInfo
|
|
192
29
|
|
|
193
30
|
|
|
194
31
|
|
|
@@ -57093,7 +56930,7 @@
|
|
|
57093
56930
|
|
|
57094
56931
|
新增接口:
|
|
57095
56932
|
|
|
57096
|
-
* [
|
|
56933
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
|
|
57097
56934
|
|
|
57098
56935
|
### 第 144 次发布
|
|
57099
56936
|
|
|
@@ -88595,6 +88432,32 @@
|
|
|
88595
88432
|
|
|
88596
88433
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88597
88434
|
|
|
88435
|
+
### 第 52 次发布
|
|
88436
|
+
|
|
88437
|
+
发布时间:2024-01-01 00:15:04
|
|
88438
|
+
|
|
88439
|
+
本次发布包含了以下内容:
|
|
88440
|
+
|
|
88441
|
+
改善已有的文档。
|
|
88442
|
+
|
|
88443
|
+
修改接口:
|
|
88444
|
+
|
|
88445
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
88446
|
+
|
|
88447
|
+
* 新增入参:ExtraResult
|
|
88448
|
+
|
|
88449
|
+
|
|
88450
|
+
新增数据结构:
|
|
88451
|
+
|
|
88452
|
+
* [[JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)](https://cloud.tencent.com/document/api/849/52010#[JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo))
|
|
88453
|
+
|
|
88454
|
+
修改数据结构:
|
|
88455
|
+
|
|
88456
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
88457
|
+
|
|
88458
|
+
* 新增成员:EventInfo
|
|
88459
|
+
|
|
88460
|
+
|
|
88598
88461
|
### 第 51 次发布
|
|
88599
88462
|
|
|
88600
88463
|
发布时间:2023-12-29 01:21:17
|
|
@@ -88605,7 +88468,7 @@
|
|
|
88605
88468
|
|
|
88606
88469
|
新增接口:
|
|
88607
88470
|
|
|
88608
|
-
* [
|
|
88471
|
+
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
88609
88472
|
|
|
88610
88473
|
### 第 50 次发布
|
|
88611
88474
|
|
|
@@ -125586,6 +125449,25 @@
|
|
|
125586
125449
|
|
|
125587
125450
|
## 文本内容安全(tms) 版本:2020-12-29
|
|
125588
125451
|
|
|
125452
|
+
### 第 9 次发布
|
|
125453
|
+
|
|
125454
|
+
发布时间:2023-12-29 16:06:34
|
|
125455
|
+
|
|
125456
|
+
本次发布包含了以下内容:
|
|
125457
|
+
|
|
125458
|
+
改善已有的文档。
|
|
125459
|
+
|
|
125460
|
+
新增接口:
|
|
125461
|
+
|
|
125462
|
+
* [ModerateText](https://cloud.tencent.com/document/api/1124/102791)
|
|
125463
|
+
|
|
125464
|
+
新增数据结构:
|
|
125465
|
+
|
|
125466
|
+
* [LabelGrade](https://cloud.tencent.com/document/api/1124/51861#LabelGrade)
|
|
125467
|
+
* [LibCheckResult](https://cloud.tencent.com/document/api/1124/51861#LibCheckResult)
|
|
125468
|
+
* [ModelResult](https://cloud.tencent.com/document/api/1124/51861#ModelResult)
|
|
125469
|
+
* [ModerationDetail](https://cloud.tencent.com/document/api/1124/51861#ModerationDetail)
|
|
125470
|
+
|
|
125589
125471
|
### 第 8 次发布
|
|
125590
125472
|
|
|
125591
125473
|
发布时间:2023-11-28 01:28:13
|
|
@@ -128020,11 +127902,11 @@
|
|
|
128020
127902
|
|
|
128021
127903
|
新增接口:
|
|
128022
127904
|
|
|
128023
|
-
* [
|
|
128024
|
-
* [
|
|
128025
|
-
* [
|
|
128026
|
-
* [
|
|
128027
|
-
* [
|
|
127905
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
127906
|
+
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
127907
|
+
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
127908
|
+
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
127909
|
+
* [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
|
|
128028
127910
|
|
|
128029
127911
|
### 第 54 次发布
|
|
128030
127912
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-29 01:07:59 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) |
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-22 01:07:03 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-27 01:07:34 |
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-01 00:03:28 |
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-01 00:03:52 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) |
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-01 00:04:17 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-29 01:11:43 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) |
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-01 00:06:04 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-12-29 01:12:06 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) |
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-01 00:15:04 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-28 01:21:09 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
213
213
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) |
|
|
215
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-01-01 00:19:59 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-26 01:27:04 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) |
|
|
219
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-01 00:20:49 |
|
|
220
220
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) |
|
|
234
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-01 00:21:59 |
|
|
235
235
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-27 01:44:26 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-26 02:05:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.770"
|
|
@@ -2347,7 +2347,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
2347
2347
|
*/
|
|
2348
2348
|
InstanceType?: string
|
|
2349
2349
|
/**
|
|
2350
|
-
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br
|
|
2350
|
+
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li>`SPOTPAID`:表示竞价实例付费。
|
|
2351
2351
|
*/
|
|
2352
2352
|
InstanceChargeType?: string
|
|
2353
2353
|
/**
|
|
@@ -2380,7 +2380,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
2380
2380
|
*/
|
|
2381
2381
|
LocalDiskTypeList?: Array<LocalDiskType>
|
|
2382
2382
|
/**
|
|
2383
|
-
* 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br
|
|
2383
|
+
* 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li>SOLD_OUT:表示实例已售罄。
|
|
2384
2384
|
*/
|
|
2385
2385
|
Status?: string
|
|
2386
2386
|
/**
|
|
@@ -2429,7 +2429,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
2429
2429
|
*/
|
|
2430
2430
|
Frequency?: string
|
|
2431
2431
|
/**
|
|
2432
|
-
* 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br
|
|
2432
|
+
* 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄
|
|
2433
2433
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2434
2434
|
*/
|
|
2435
2435
|
StatusCategory?: string
|
|
@@ -1140,7 +1140,7 @@ export class Client extends AbstractClient {
|
|
|
1140
1140
|
2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
|
|
1141
1141
|
3. 支持创建 MySQL 5.5 、 MySQL 5.6 、 MySQL 5.7 、 MySQL 8.0 版本;
|
|
1142
1142
|
4. 支持创建主实例、只读实例、灾备实例;
|
|
1143
|
-
5. 当入参指定 Port
|
|
1143
|
+
5. 当入参指定 Port 和 ParamTemplateType 参数模板,相关参数才会自动初始化(不支持基础版实例);
|
|
1144
1144
|
6. 当入参指定 ParamTemplateId 或 AlarmPolicyList 时,需将SDK提升至最新版本方可支持;
|
|
1145
1145
|
*/
|
|
1146
1146
|
async CreateDBInstance(
|
|
@@ -729,7 +729,7 @@ export interface DescribeSitesDetailRequest {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
/**
|
|
732
|
-
*
|
|
732
|
+
* 带有时间戳的详细数据。
|
|
733
733
|
*/
|
|
734
734
|
export interface DetailData {
|
|
735
735
|
/**
|
|
@@ -1454,7 +1454,7 @@ export interface ModifySiteDeviceInfoRequest {
|
|
|
1454
1454
|
2、确定的机架位置包含:
|
|
1455
1455
|
温度范围为 41 到 104°F (5 到 40°C)。
|
|
1456
1456
|
湿度范围为 10°F (-12°C)和 8% RH (相对湿度)到 70°F(21°C)和 80% RH。
|
|
1457
|
-
机架位置的气流方向为从前向后,且应具有足够的 CFM (每分钟立方英尺)
|
|
1457
|
+
机架位置的气流方向为从前向后,且应具有足够的 CFM (每分钟立方英尺),散热功率须达到CDC运行功率值的 145.8 倍以上。
|
|
1458
1458
|
*/
|
|
1459
1459
|
ConditionRequirement?: boolean
|
|
1460
1460
|
/**
|
|
@@ -1465,7 +1465,7 @@ export interface ModifySiteDeviceInfoRequest {
|
|
|
1465
1465
|
*/
|
|
1466
1466
|
DimensionRequirement?: boolean
|
|
1467
1467
|
/**
|
|
1468
|
-
* 是否提供冗余的上游设备(交换机或路由器)
|
|
1468
|
+
* 是否提供冗余的上游设备(交换机或路由器),以便实现网络出口的高可用。
|
|
1469
1469
|
*/
|
|
1470
1470
|
RedundantNetworking?: boolean
|
|
1471
1471
|
/**
|
|
@@ -507,7 +507,10 @@ export interface CreateInstanceNewRequest {
|
|
|
507
507
|
*/
|
|
508
508
|
Tags?: Array<Tag>
|
|
509
509
|
/**
|
|
510
|
-
* 高可用类型:
|
|
510
|
+
* 高可用类型:
|
|
511
|
+
0:非高可用(只有1个FE,FeSpec.CreateInstanceSpec.Count=1),
|
|
512
|
+
1:读高可用(至少需部署3个FE,FeSpec.CreateInstanceSpec.Count>=3,且为奇数),
|
|
513
|
+
2:读写高可用(至少需部署5个FE,FeSpec.CreateInstanceSpec.Count>=5,且为奇数)。
|
|
511
514
|
*/
|
|
512
515
|
HaType?: number
|
|
513
516
|
/**
|
|
@@ -4569,7 +4569,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
4569
4569
|
*/
|
|
4570
4570
|
InstanceType?: string
|
|
4571
4571
|
/**
|
|
4572
|
-
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br
|
|
4572
|
+
* 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li>`SPOTPAID`:表示竞价实例付费。
|
|
4573
4573
|
*/
|
|
4574
4574
|
InstanceChargeType?: string
|
|
4575
4575
|
/**
|
|
@@ -4602,7 +4602,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
4602
4602
|
*/
|
|
4603
4603
|
LocalDiskTypeList?: Array<LocalDiskType>
|
|
4604
4604
|
/**
|
|
4605
|
-
* 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br
|
|
4605
|
+
* 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li>SOLD_OUT:表示实例已售罄。
|
|
4606
4606
|
*/
|
|
4607
4607
|
Status?: string
|
|
4608
4608
|
/**
|
|
@@ -4651,7 +4651,7 @@ export interface InstanceTypeQuotaItem {
|
|
|
4651
4651
|
*/
|
|
4652
4652
|
Frequency?: string
|
|
4653
4653
|
/**
|
|
4654
|
-
* 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br
|
|
4654
|
+
* 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄
|
|
4655
4655
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4656
4656
|
*/
|
|
4657
4657
|
StatusCategory?: string
|
|
@@ -6132,7 +6132,7 @@ export interface InstanceChargePrepaid {
|
|
|
6132
6132
|
*/
|
|
6133
6133
|
Period: number
|
|
6134
6134
|
/**
|
|
6135
|
-
* 自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW
|
|
6135
|
+
* 自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
|
6136
6136
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6137
6137
|
*/
|
|
6138
6138
|
RenewFlag?: string
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
CopyJobsRequest,
|
|
34
34
|
CopyJobsResponse,
|
|
35
35
|
TriggerJobSavepointRequest,
|
|
36
|
-
|
|
36
|
+
JobEventInfo,
|
|
37
37
|
ResourceLocParam,
|
|
38
38
|
NodeConfig,
|
|
39
39
|
WorkSpaceSetItem,
|
|
@@ -42,6 +42,7 @@ import {
|
|
|
42
42
|
TreeJobSets,
|
|
43
43
|
ResourceItem,
|
|
44
44
|
DescribeClustersResponse,
|
|
45
|
+
RefJobStatusCountItem,
|
|
45
46
|
RunSqlGatewayStatementRequest,
|
|
46
47
|
DescribeFolderResponse,
|
|
47
48
|
ResourceLoc,
|
|
@@ -465,19 +465,14 @@ export interface TriggerJobSavepointRequest {
|
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
* 事件信息
|
|
469
469
|
*/
|
|
470
|
-
export interface
|
|
471
|
-
/**
|
|
472
|
-
* 作业状态
|
|
473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
474
|
-
*/
|
|
475
|
-
JobStatus?: number
|
|
470
|
+
export interface JobEventInfo {
|
|
476
471
|
/**
|
|
477
|
-
*
|
|
472
|
+
* 异常事件总数
|
|
478
473
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
479
474
|
*/
|
|
480
|
-
|
|
475
|
+
ErrorEventTotal?: number
|
|
481
476
|
}
|
|
482
477
|
|
|
483
478
|
/**
|
|
@@ -780,6 +775,22 @@ export interface DescribeClustersResponse {
|
|
|
780
775
|
RequestId?: string
|
|
781
776
|
}
|
|
782
777
|
|
|
778
|
+
/**
|
|
779
|
+
* 依赖作业分状态计数信息
|
|
780
|
+
*/
|
|
781
|
+
export interface RefJobStatusCountItem {
|
|
782
|
+
/**
|
|
783
|
+
* 作业状态
|
|
784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
785
|
+
*/
|
|
786
|
+
JobStatus?: number
|
|
787
|
+
/**
|
|
788
|
+
* 作业数量
|
|
789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
790
|
+
*/
|
|
791
|
+
Count?: number
|
|
792
|
+
}
|
|
793
|
+
|
|
783
794
|
/**
|
|
784
795
|
* RunSqlGatewayStatement请求参数结构体
|
|
785
796
|
*/
|
|
@@ -2832,6 +2843,10 @@ export interface DescribeJobsRequest {
|
|
|
2832
2843
|
* 工作空间 SerialId
|
|
2833
2844
|
*/
|
|
2834
2845
|
WorkSpaceId?: string
|
|
2846
|
+
/**
|
|
2847
|
+
* 查询额外的作业信息,例如 JobEventInfo
|
|
2848
|
+
*/
|
|
2849
|
+
ExtraResult?: Array<string>
|
|
2835
2850
|
}
|
|
2836
2851
|
|
|
2837
2852
|
/**
|
|
@@ -2998,6 +3013,11 @@ export interface JobV1 {
|
|
|
2998
3013
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2999
3014
|
*/
|
|
3000
3015
|
Tags?: Array<Tag>
|
|
3016
|
+
/**
|
|
3017
|
+
* 作业异常事件信息
|
|
3018
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3019
|
+
*/
|
|
3020
|
+
EventInfo?: JobEventInfo
|
|
3001
3021
|
}
|
|
3002
3022
|
|
|
3003
3023
|
/**
|
|
@@ -18,17 +18,23 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
LabelGrade,
|
|
22
|
+
Tag,
|
|
21
23
|
SentimentAnalysis,
|
|
22
24
|
Positions,
|
|
23
25
|
RiskDetails,
|
|
26
|
+
ModerateTextResponse,
|
|
24
27
|
TextModerationRequest,
|
|
25
28
|
DetailResults,
|
|
29
|
+
ModelResult,
|
|
26
30
|
HitInfo,
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
ModerationDetail,
|
|
32
|
+
ModerateTextRequest,
|
|
29
33
|
Device,
|
|
30
34
|
SentimentDetail,
|
|
31
35
|
TextModerationResponse,
|
|
36
|
+
LibCheckResult,
|
|
37
|
+
User,
|
|
32
38
|
} from "./tms_models"
|
|
33
39
|
|
|
34
40
|
/**
|
|
@@ -40,6 +46,16 @@ export class Client extends AbstractClient {
|
|
|
40
46
|
super("tms.tencentcloudapi.com", "2020-12-29", clientConfig)
|
|
41
47
|
}
|
|
42
48
|
|
|
49
|
+
/**
|
|
50
|
+
* 天御文本内容安全审核接口,改接口会按照客户定制标签输出审核结果
|
|
51
|
+
*/
|
|
52
|
+
async ModerateText(
|
|
53
|
+
req: ModerateTextRequest,
|
|
54
|
+
cb?: (error: string, rep: ModerateTextResponse) => void
|
|
55
|
+
): Promise<ModerateTextResponse> {
|
|
56
|
+
return this.request("ModerateText", req, cb)
|
|
57
|
+
}
|
|
58
|
+
|
|
43
59
|
/**
|
|
44
60
|
* 本接口(Text Moderation)用于提交文本内容进行智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通文本内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。
|
|
45
61
|
|