tencentcloud-sdk-nodejs 4.0.335 → 4.0.336
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 +40 -0
- package/SERVICE_CHANGELOG.md +53 -202
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +2 -3
- package/src/services/cdn/v20180606/cdn_models.ts +2 -1
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/tiia/v20190529/tiia_client.ts +5 -4
- package/src/services/tiia/v20190529/tiia_models.ts +8 -6
- package/src/services/vm/v20201229/vm_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +0 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +0 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +5 -4
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +5 -4
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +8 -6
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
# Release 4.0.336
|
|
2
|
+
|
|
3
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
4
|
+
|
|
5
|
+
### 第 68 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-10 06:03:18
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [HealthCheck](https://cloud.tencent.com/document/api/214/30694#HealthCheck)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ExtendedCode
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
23
|
+
|
|
24
|
+
### 第 44 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-05-10 06:09:42
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
35
|
+
|
|
36
|
+
* 新增成员:IsOneClick, OneClickStatus
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
1
41
|
# Release 4.0.335
|
|
2
42
|
|
|
3
43
|
## 访问管理(cam) 版本:2019-01-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,87 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 46 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-05-09 06:03:17
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [CreateOIDCConfig](https://cloud.tencent.com/document/api/598/73473)
|
|
16
|
-
* [DeleteOIDCConfig](https://cloud.tencent.com/document/api/598/73472)
|
|
17
|
-
* [DescribeOIDCConfig](https://cloud.tencent.com/document/api/598/73471)
|
|
18
|
-
* [UpdateOIDCConfig](https://cloud.tencent.com/document/api/598/73470)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
-
|
|
24
|
-
### 第 92 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2022-05-09 06:03:50
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
35
|
-
|
|
36
|
-
* 新增入参:EngineType
|
|
37
|
-
|
|
38
|
-
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
39
|
-
|
|
40
|
-
* 新增入参:EngineType
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
46
|
-
|
|
47
|
-
### 第 81 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2022-05-09 06:05:50
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
56
|
-
|
|
57
|
-
* [ExportImages](https://cloud.tencent.com/document/api/213/73474)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 视频处理(mps) 版本:2019-06-12
|
|
62
|
-
|
|
63
|
-
### 第 37 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2022-05-09 06:11:15
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
修改数据结构:
|
|
72
|
-
|
|
73
|
-
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
74
|
-
|
|
75
|
-
* 新增成员:ContentAdaptStream
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## 云函数(scf) 版本:2018-04-16
|
|
3
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
81
4
|
|
|
82
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
83
6
|
|
|
84
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-10 06:03:18
|
|
85
8
|
|
|
86
9
|
本次发布包含了以下内容:
|
|
87
10
|
|
|
@@ -89,131 +12,29 @@
|
|
|
89
12
|
|
|
90
13
|
修改数据结构:
|
|
91
14
|
|
|
92
|
-
* [
|
|
15
|
+
* [HealthCheck](https://cloud.tencent.com/document/api/214/30694#HealthCheck)
|
|
93
16
|
|
|
94
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:ExtendedCode
|
|
95
18
|
|
|
96
19
|
|
|
97
20
|
|
|
98
21
|
|
|
99
|
-
##
|
|
22
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
100
23
|
|
|
101
|
-
### 第
|
|
24
|
+
### 第 44 次发布
|
|
102
25
|
|
|
103
|
-
发布时间:2022-05-
|
|
26
|
+
发布时间:2022-05-10 06:09:42
|
|
104
27
|
|
|
105
28
|
本次发布包含了以下内容:
|
|
106
29
|
|
|
107
30
|
改善已有的文档。
|
|
108
31
|
|
|
109
|
-
修改接口:
|
|
110
|
-
|
|
111
|
-
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/238/61561)
|
|
112
|
-
|
|
113
|
-
* 新增入参:OrderBy
|
|
114
|
-
|
|
115
|
-
* [DescribeBackups](https://cloud.tencent.com/document/api/238/19943)
|
|
116
|
-
|
|
117
|
-
* 新增入参:Type, BackupFormat
|
|
118
|
-
|
|
119
|
-
* [DescribeDBInstances](https://cloud.tencent.com/document/api/238/19969)
|
|
120
|
-
|
|
121
|
-
* 新增入参:InstanceType
|
|
122
|
-
|
|
123
|
-
* [ModifyBackupStrategy](https://cloud.tencent.com/document/api/238/46288)
|
|
124
|
-
|
|
125
|
-
* 新增入参:BackupCycle, BackupSaveDays
|
|
126
|
-
|
|
127
|
-
|
|
128
32
|
修改数据结构:
|
|
129
33
|
|
|
130
|
-
* [
|
|
131
|
-
|
|
132
|
-
* 新增成员:BackupFormat
|
|
133
|
-
|
|
134
|
-
* [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
|
|
135
|
-
|
|
136
|
-
* 新增成员:InstanceNote, BackupCycle, BackupCycleType, BackupSaveDays, InstanceType
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
142
|
-
|
|
143
|
-
### 第 16 次发布
|
|
144
|
-
|
|
145
|
-
发布时间:2022-05-09 06:14:07
|
|
146
|
-
|
|
147
|
-
本次发布包含了以下内容:
|
|
148
|
-
|
|
149
|
-
改善已有的文档。
|
|
150
|
-
|
|
151
|
-
修改接口:
|
|
152
|
-
|
|
153
|
-
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
154
|
-
|
|
155
|
-
* 新增出参:NetworkType, ApiServerAddress, NodeCount, NamespaceCount, WorkloadCount, PodCount, ServiceCount, IngressCount
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
161
|
-
|
|
162
|
-
### 第 3 次发布
|
|
163
|
-
|
|
164
|
-
发布时间:2022-05-09 06:14:50
|
|
165
|
-
|
|
166
|
-
本次发布包含了以下内容:
|
|
167
|
-
|
|
168
|
-
改善已有的文档。
|
|
169
|
-
|
|
170
|
-
新增接口:
|
|
171
|
-
|
|
172
|
-
* [CreatePrefetchTask](https://cloud.tencent.com/document/api/1552/73476)
|
|
173
|
-
* [DescribePrefetchTasks](https://cloud.tencent.com/document/api/1552/73475)
|
|
174
|
-
|
|
175
|
-
新增数据结构:
|
|
176
|
-
|
|
177
|
-
* [Header](https://cloud.tencent.com/document/api/1552/73155#Header)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
182
|
-
|
|
183
|
-
### 第 97 次发布
|
|
184
|
-
|
|
185
|
-
发布时间:2022-05-09 06:15:13
|
|
186
|
-
|
|
187
|
-
本次发布包含了以下内容:
|
|
188
|
-
|
|
189
|
-
改善已有的文档。
|
|
190
|
-
|
|
191
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
192
|
-
|
|
193
|
-
* CreateClusterAsGroup
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
198
|
-
|
|
199
|
-
### 第 74 次发布
|
|
34
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
200
35
|
|
|
201
|
-
|
|
36
|
+
* 新增成员:IsOneClick, OneClickStatus
|
|
202
37
|
|
|
203
|
-
本次发布包含了以下内容:
|
|
204
|
-
|
|
205
|
-
改善已有的文档。
|
|
206
|
-
|
|
207
|
-
新增接口:
|
|
208
|
-
|
|
209
|
-
* [DescribePrograms](https://cloud.tencent.com/document/api/649/73477)
|
|
210
|
-
|
|
211
|
-
新增数据结构:
|
|
212
|
-
|
|
213
|
-
* [PagedProgram](https://cloud.tencent.com/document/api/649/36099#PagedProgram)
|
|
214
|
-
* [Program](https://cloud.tencent.com/document/api/649/36099#Program)
|
|
215
|
-
* [ProgramItem](https://cloud.tencent.com/document/api/649/36099#ProgramItem)
|
|
216
|
-
* [Resource](https://cloud.tencent.com/document/api/649/36099#Resource)
|
|
217
38
|
|
|
218
39
|
|
|
219
40
|
|
|
@@ -7754,10 +7575,10 @@
|
|
|
7754
7575
|
|
|
7755
7576
|
新增接口:
|
|
7756
7577
|
|
|
7757
|
-
* [
|
|
7758
|
-
* [
|
|
7759
|
-
* [
|
|
7760
|
-
* [
|
|
7578
|
+
* [CreateOIDCConfig](https://cloud.tencent.com/document/api/598/73473)
|
|
7579
|
+
* [DeleteOIDCConfig](https://cloud.tencent.com/document/api/598/73472)
|
|
7580
|
+
* [DescribeOIDCConfig](https://cloud.tencent.com/document/api/598/73471)
|
|
7581
|
+
* [UpdateOIDCConfig](https://cloud.tencent.com/document/api/598/73470)
|
|
7761
7582
|
|
|
7762
7583
|
### 第 45 次发布
|
|
7763
7584
|
|
|
@@ -16623,6 +16444,21 @@
|
|
|
16623
16444
|
|
|
16624
16445
|
## 负载均衡(clb) 版本:2018-03-17
|
|
16625
16446
|
|
|
16447
|
+
### 第 68 次发布
|
|
16448
|
+
|
|
16449
|
+
发布时间:2022-05-10 06:03:18
|
|
16450
|
+
|
|
16451
|
+
本次发布包含了以下内容:
|
|
16452
|
+
|
|
16453
|
+
改善已有的文档。
|
|
16454
|
+
|
|
16455
|
+
修改数据结构:
|
|
16456
|
+
|
|
16457
|
+
* [HealthCheck](https://cloud.tencent.com/document/api/214/30694#HealthCheck)
|
|
16458
|
+
|
|
16459
|
+
* 新增成员:ExtendedCode
|
|
16460
|
+
|
|
16461
|
+
|
|
16626
16462
|
### 第 67 次发布
|
|
16627
16463
|
|
|
16628
16464
|
发布时间:2022-03-03 08:03:01
|
|
@@ -22267,7 +22103,7 @@
|
|
|
22267
22103
|
|
|
22268
22104
|
新增接口:
|
|
22269
22105
|
|
|
22270
|
-
* [
|
|
22106
|
+
* [ExportImages](https://cloud.tencent.com/document/api/213/73474)
|
|
22271
22107
|
|
|
22272
22108
|
### 第 80 次发布
|
|
22273
22109
|
|
|
@@ -45946,6 +45782,21 @@
|
|
|
45946
45782
|
|
|
45947
45783
|
## 云监控(monitor) 版本:2018-07-24
|
|
45948
45784
|
|
|
45785
|
+
### 第 44 次发布
|
|
45786
|
+
|
|
45787
|
+
发布时间:2022-05-10 06:09:42
|
|
45788
|
+
|
|
45789
|
+
本次发布包含了以下内容:
|
|
45790
|
+
|
|
45791
|
+
改善已有的文档。
|
|
45792
|
+
|
|
45793
|
+
修改数据结构:
|
|
45794
|
+
|
|
45795
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
45796
|
+
|
|
45797
|
+
* 新增成员:IsOneClick, OneClickStatus
|
|
45798
|
+
|
|
45799
|
+
|
|
45949
45800
|
### 第 43 次发布
|
|
45950
45801
|
|
|
45951
45802
|
发布时间:2022-04-19 06:13:47
|
|
@@ -63607,12 +63458,12 @@
|
|
|
63607
63458
|
|
|
63608
63459
|
新增接口:
|
|
63609
63460
|
|
|
63610
|
-
* [
|
|
63611
|
-
* [
|
|
63461
|
+
* [CreatePrefetchTask](https://cloud.tencent.com/document/api/1552/73476)
|
|
63462
|
+
* [DescribePrefetchTasks](https://cloud.tencent.com/document/api/1552/73475)
|
|
63612
63463
|
|
|
63613
63464
|
新增数据结构:
|
|
63614
63465
|
|
|
63615
|
-
* [
|
|
63466
|
+
* [Header](https://cloud.tencent.com/document/api/1552/73155#Header)
|
|
63616
63467
|
|
|
63617
63468
|
### 第 2 次发布
|
|
63618
63469
|
|
|
@@ -68534,14 +68385,14 @@
|
|
|
68534
68385
|
|
|
68535
68386
|
新增接口:
|
|
68536
68387
|
|
|
68537
|
-
* [
|
|
68388
|
+
* [DescribePrograms](https://cloud.tencent.com/document/api/649/73477)
|
|
68538
68389
|
|
|
68539
68390
|
新增数据结构:
|
|
68540
68391
|
|
|
68541
|
-
* [
|
|
68542
|
-
* [
|
|
68543
|
-
* [
|
|
68544
|
-
* [
|
|
68392
|
+
* [PagedProgram](https://cloud.tencent.com/document/api/649/36099#PagedProgram)
|
|
68393
|
+
* [Program](https://cloud.tencent.com/document/api/649/36099#Program)
|
|
68394
|
+
* [ProgramItem](https://cloud.tencent.com/document/api/649/36099#ProgramItem)
|
|
68395
|
+
* [Resource](https://cloud.tencent.com/document/api/649/36099#Resource)
|
|
68545
68396
|
|
|
68546
68397
|
### 第 73 次发布
|
|
68547
68398
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-10 06:00:18 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
|
|
37
37
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-15 06:03:13 |
|
|
38
38
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-09 06:03:50 |
|
|
39
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-
|
|
39
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-10 06:02:31 |
|
|
40
40
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
41
41
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
42
42
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
47
47
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
48
48
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-29 06:04:35 |
|
|
49
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-
|
|
49
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-10 06:03:18 |
|
|
50
50
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
51
51
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
52
52
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-29 06:05:02 |
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
64
64
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
65
65
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
|
|
66
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-
|
|
66
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-10 06:05:37 |
|
|
67
67
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-04-04 06:38:13 |
|
|
68
68
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
|
|
69
69
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
117
117
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
118
118
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
|
|
119
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-
|
|
119
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-10 06:09:42 |
|
|
120
120
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-09 06:11:15 |
|
|
121
121
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
122
122
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
126
126
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
127
127
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
|
|
128
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
|
128
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-10 06:10:17 |
|
|
129
129
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
130
130
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
131
131
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
175
175
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
176
176
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
177
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-
|
|
177
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-10 06:13:33 |
|
|
178
178
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
179
179
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
|
|
180
180
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-09 06:15:13 |
|
|
@@ -187,11 +187,11 @@
|
|
|
187
187
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
188
188
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
189
189
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
190
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-
|
|
190
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
191
191
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
192
192
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-09 06:16:13 |
|
|
193
193
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-28 06:20:20 |
|
|
194
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-
|
|
194
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-10 06:15:42 |
|
|
195
195
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
196
196
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
197
197
|
| 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.336"
|
|
@@ -910,9 +910,8 @@ export class Client extends AbstractClient {
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
/**
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
*/
|
|
913
|
+
* DescribePushTasks 用于查询预热任务提交历史记录及执行进度。
|
|
914
|
+
*/
|
|
916
915
|
async DescribePushTasks(
|
|
917
916
|
req: DescribePushTasksRequest,
|
|
918
917
|
cb?: (error: string, rep: DescribePushTasksResponse) => void
|
|
@@ -2167,6 +2167,12 @@ export interface HealthCheck {
|
|
|
2167
2167
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2168
2168
|
*/
|
|
2169
2169
|
SourceIpType?: number
|
|
2170
|
+
|
|
2171
|
+
/**
|
|
2172
|
+
* GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
|
|
2173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2174
|
+
*/
|
|
2175
|
+
ExtendedCode?: string
|
|
2170
2176
|
}
|
|
2171
2177
|
|
|
2172
2178
|
/**
|
|
@@ -1974,6 +1974,18 @@ export interface AlarmPolicy {
|
|
|
1974
1974
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1975
1975
|
*/
|
|
1976
1976
|
FilterDimensionsParam: string
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* 是否为一键告警策略
|
|
1980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1981
|
+
*/
|
|
1982
|
+
IsOneClick: number
|
|
1983
|
+
|
|
1984
|
+
/**
|
|
1985
|
+
* 一键告警策略是否开启
|
|
1986
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1987
|
+
*/
|
|
1988
|
+
OneClickStatus: number
|
|
1977
1989
|
}
|
|
1978
1990
|
|
|
1979
1991
|
/**
|
|
@@ -577,7 +577,7 @@ export class Client extends AbstractClient {
|
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
/**
|
|
580
|
-
*
|
|
580
|
+
* 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段,精度均处于业界领先水平,识别准确率达到99%以上。
|
|
581
581
|
*/
|
|
582
582
|
async WaybillOCR(
|
|
583
583
|
req: WaybillOCRRequest,
|
|
@@ -255,10 +255,11 @@ export class Client extends AbstractClient {
|
|
|
255
255
|
/**
|
|
256
256
|
* 用于创建一个空的图片库,如果图片库已存在则返回错误。不同类型图库对应不同的图像搜索服务,根据输入参数GroupType区分。
|
|
257
257
|
|
|
258
|
-
| 服务类型 |
|
|
259
|
-
| :------ |
|
|
260
|
-
| 相同图像搜索<img width=30/> |
|
|
261
|
-
| 商品图像搜索<img width=30/> |
|
|
258
|
+
| 服务类型 | GroupType参数值 |功能描述 |
|
|
259
|
+
| :------ | :----- |:----------------- |
|
|
260
|
+
| 相同图像搜索<img width=30/> | 4 |在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。|
|
|
261
|
+
| 商品图像搜索<img width=30/> | 5 |在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。|
|
|
262
|
+
| 相似图像搜索<img width=30/> | 6 |在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。|
|
|
262
263
|
|
|
263
264
|
*/
|
|
264
265
|
async CreateGroup(
|
|
@@ -622,10 +622,11 @@ export interface CreateGroupRequest {
|
|
|
622
622
|
MaxQps?: number
|
|
623
623
|
|
|
624
624
|
/**
|
|
625
|
-
*
|
|
625
|
+
* 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
|
|
626
626
|
参数值:
|
|
627
|
-
4
|
|
628
|
-
5
|
|
627
|
+
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
|
|
628
|
+
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
|
|
629
|
+
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
|
629
630
|
*/
|
|
630
631
|
GroupType?: number
|
|
631
632
|
}
|
|
@@ -769,10 +770,11 @@ export interface GroupInfo {
|
|
|
769
770
|
MaxQps: number
|
|
770
771
|
|
|
771
772
|
/**
|
|
772
|
-
*
|
|
773
|
+
* 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
|
|
773
774
|
参数值:
|
|
774
|
-
4
|
|
775
|
-
5
|
|
775
|
+
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
|
|
776
|
+
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
|
|
777
|
+
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
|
776
778
|
*/
|
|
777
779
|
GroupType: number
|
|
778
780
|
|
|
@@ -222,7 +222,7 @@ export interface DescribeTaskDetailResponse {
|
|
|
222
222
|
Status: string
|
|
223
223
|
|
|
224
224
|
/**
|
|
225
|
-
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO
|
|
225
|
+
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO**(点播视频)和**LIVE_VIDEO**(直播视频),默认值为VIDEO。
|
|
226
226
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
227
227
|
*/
|
|
228
228
|
Type: string
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.336";
|
|
@@ -250,7 +250,6 @@ export declare class Client extends AbstractClient {
|
|
|
250
250
|
DescribeCdnDomainLogs(req: DescribeCdnDomainLogsRequest, cb?: (error: string, rep: DescribeCdnDomainLogsResponse) => void): Promise<DescribeCdnDomainLogsResponse>;
|
|
251
251
|
/**
|
|
252
252
|
* DescribePushTasks 用于查询预热任务提交历史记录及执行进度。
|
|
253
|
-
接口灰度中,暂未全量开放,敬请期待。
|
|
254
253
|
*/
|
|
255
254
|
DescribePushTasks(req: DescribePushTasksRequest, cb?: (error: string, rep: DescribePushTasksResponse) => void): Promise<DescribePushTasksResponse>;
|
|
256
255
|
/**
|
|
@@ -1885,7 +1885,8 @@ IPv6 功能目前尚未全量,需要先申请试用
|
|
|
1885
1885
|
*/
|
|
1886
1886
|
OriginType?: string;
|
|
1887
1887
|
/**
|
|
1888
|
-
*
|
|
1888
|
+
* 当源站类型为cos或者第三方存储加速时,ServerName字段必填
|
|
1889
|
+
回主源站时 Host 头部,不填充则默认为加速域名
|
|
1889
1890
|
若接入的是泛域名,则回源 Host 默认为访问时的子域名
|
|
1890
1891
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1891
1892
|
*/
|
|
@@ -1819,6 +1819,11 @@ export interface HealthCheck {
|
|
|
1819
1819
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1820
1820
|
*/
|
|
1821
1821
|
SourceIpType?: number;
|
|
1822
|
+
/**
|
|
1823
|
+
* GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
|
|
1824
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1825
|
+
*/
|
|
1826
|
+
ExtendedCode?: string;
|
|
1822
1827
|
}
|
|
1823
1828
|
/**
|
|
1824
1829
|
* AssociateTargetGroups返回参数结构体
|
|
@@ -1660,6 +1660,16 @@ export interface AlarmPolicy {
|
|
|
1660
1660
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1661
1661
|
*/
|
|
1662
1662
|
FilterDimensionsParam: string;
|
|
1663
|
+
/**
|
|
1664
|
+
* 是否为一键告警策略
|
|
1665
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1666
|
+
*/
|
|
1667
|
+
IsOneClick: number;
|
|
1668
|
+
/**
|
|
1669
|
+
* 一键告警策略是否开启
|
|
1670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1671
|
+
*/
|
|
1672
|
+
OneClickStatus: number;
|
|
1663
1673
|
}
|
|
1664
1674
|
/**
|
|
1665
1675
|
* CreateAlarmPolicy返回参数结构体
|
|
@@ -214,7 +214,7 @@ export declare class Client extends AbstractClient {
|
|
|
214
214
|
*/
|
|
215
215
|
GeneralHandwritingOCR(req: GeneralHandwritingOCRRequest, cb?: (error: string, rep: GeneralHandwritingOCRResponse) => void): Promise<GeneralHandwritingOCRResponse>;
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段,精度均处于业界领先水平,识别准确率达到99%以上。
|
|
218
218
|
*/
|
|
219
219
|
WaybillOCR(req: WaybillOCRRequest, cb?: (error: string, rep: WaybillOCRResponse) => void): Promise<WaybillOCRResponse>;
|
|
220
220
|
/**
|
|
@@ -280,7 +280,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
280
280
|
return this.request("GeneralHandwritingOCR", req, cb);
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段,精度均处于业界领先水平,识别准确率达到99%以上。
|
|
284
284
|
*/
|
|
285
285
|
async WaybillOCR(req, cb) {
|
|
286
286
|
return this.request("WaybillOCR", req, cb);
|
|
@@ -104,10 +104,11 @@ export declare class Client extends AbstractClient {
|
|
|
104
104
|
/**
|
|
105
105
|
* 用于创建一个空的图片库,如果图片库已存在则返回错误。不同类型图库对应不同的图像搜索服务,根据输入参数GroupType区分。
|
|
106
106
|
|
|
107
|
-
| 服务类型 |
|
|
108
|
-
| :------ |
|
|
109
|
-
| 相同图像搜索<img width=30/> |
|
|
110
|
-
| 商品图像搜索<img width=30/> |
|
|
107
|
+
| 服务类型 | GroupType参数值 |功能描述 |
|
|
108
|
+
| :------ | :----- |:----------------- |
|
|
109
|
+
| 相同图像搜索<img width=30/> | 4 |在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。|
|
|
110
|
+
| 商品图像搜索<img width=30/> | 5 |在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。|
|
|
111
|
+
| 相似图像搜索<img width=30/> | 6 |在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。|
|
|
111
112
|
|
|
112
113
|
*/
|
|
113
114
|
CreateGroup(req: CreateGroupRequest, cb?: (error: string, rep: CreateGroupResponse) => void): Promise<CreateGroupResponse>;
|
|
@@ -150,10 +150,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
150
150
|
/**
|
|
151
151
|
* 用于创建一个空的图片库,如果图片库已存在则返回错误。不同类型图库对应不同的图像搜索服务,根据输入参数GroupType区分。
|
|
152
152
|
|
|
153
|
-
| 服务类型 |
|
|
154
|
-
| :------ |
|
|
155
|
-
| 相同图像搜索<img width=30/> |
|
|
156
|
-
| 商品图像搜索<img width=30/> |
|
|
153
|
+
| 服务类型 | GroupType参数值 |功能描述 |
|
|
154
|
+
| :------ | :----- |:----------------- |
|
|
155
|
+
| 相同图像搜索<img width=30/> | 4 |在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。|
|
|
156
|
+
| 商品图像搜索<img width=30/> | 5 |在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。|
|
|
157
|
+
| 相似图像搜索<img width=30/> | 6 |在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。|
|
|
157
158
|
|
|
158
159
|
*/
|
|
159
160
|
async CreateGroup(req, cb) {
|
|
@@ -522,10 +522,11 @@ export interface CreateGroupRequest {
|
|
|
522
522
|
*/
|
|
523
523
|
MaxQps?: number;
|
|
524
524
|
/**
|
|
525
|
-
*
|
|
525
|
+
* 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
|
|
526
526
|
参数值:
|
|
527
|
-
4
|
|
528
|
-
5
|
|
527
|
+
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
|
|
528
|
+
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
|
|
529
|
+
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
|
529
530
|
*/
|
|
530
531
|
GroupType?: number;
|
|
531
532
|
}
|
|
@@ -650,10 +651,11 @@ export interface GroupInfo {
|
|
|
650
651
|
*/
|
|
651
652
|
MaxQps: number;
|
|
652
653
|
/**
|
|
653
|
-
*
|
|
654
|
+
* 图库类型,对应不同服务类型,默认为1。建议手动调整为4~6,1~3为历史版本,不推荐。
|
|
654
655
|
参数值:
|
|
655
|
-
4
|
|
656
|
-
5
|
|
656
|
+
4:在自建图库中搜索相同原图,可支持裁剪、翻转、调色、加水印后的图片搜索,适用于图片版权保护、原图查询等场景。
|
|
657
|
+
5:在自建图库中搜索相同或相似的商品图片,适用于商品分类、检索、推荐等电商场景。
|
|
658
|
+
6:在自建图片库中搜索与输入图片高度相似的图片,适用于相似图案、logo、纹理等图像元素的搜索。
|
|
657
659
|
*/
|
|
658
660
|
GroupType: number;
|
|
659
661
|
/**
|
|
@@ -176,7 +176,7 @@ export interface DescribeTaskDetailResponse {
|
|
|
176
176
|
*/
|
|
177
177
|
Status: string;
|
|
178
178
|
/**
|
|
179
|
-
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO
|
|
179
|
+
* 该字段用于返回调用视频审核接口时输入的视频审核类型,取值为:**VIDEO**(点播视频)和**LIVE_VIDEO**(直播视频),默认值为VIDEO。
|
|
180
180
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
181
181
|
*/
|
|
182
182
|
Type: string;
|