tencentcloud-sdk-nodejs 4.0.346 → 4.0.349
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 +369 -0
- package/README.md +40 -14
- package/SERVICE_CHANGELOG.md +330 -51
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/abstract_client.ts +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cam/v20190116/cam_client.ts +24 -0
- package/src/services/cam/v20190116/cam_models.ts +60 -0
- package/src/services/chdfs/v20201112/chdfs_models.ts +5 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +0 -1
- package/src/services/cvm/v20170312/cvm_models.ts +6 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +21 -21
- package/src/services/dasb/index.ts +5 -0
- package/src/services/dasb/v20191018/dasb_client.ts +157 -0
- package/src/services/dasb/v20191018/dasb_models.ts +1137 -0
- package/src/services/dasb/v20191018/index.ts +6 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +33 -8
- package/src/services/dcdb/v20180411/dcdb_models.ts +121 -13
- package/src/services/dlc/v20210125/dlc_client.ts +102 -16
- package/src/services/dlc/v20210125/dlc_models.ts +845 -231
- package/src/services/eb/v20210416/eb_models.ts +6 -0
- package/src/services/es/v20180416/es_client.ts +162 -96
- package/src/services/es/v20180416/es_models.ts +690 -183
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +13 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +65 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +12 -0
- package/src/services/ivld/v20210903/ivld_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +34 -9
- package/src/services/mariadb/v20170312/mariadb_models.ts +119 -11
- package/src/services/monitor/v20180724/monitor_models.ts +42 -0
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +4 -4
- package/src/services/soe/v20180724/soe_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_client.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +306 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +93 -93
- package/tencentcloud/common/abstract_client.js +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +52 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +4 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +0 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +21 -21
- package/tencentcloud/services/dasb/index.d.ts +6 -0
- package/tencentcloud/services/dasb/index.js +7 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +50 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +91 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +922 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.js +18 -0
- package/tencentcloud/services/dasb/v20191018/index.d.ts +6 -0
- package/tencentcloud/services/dasb/v20191018/index.js +9 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +104 -12
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +31 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +45 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +676 -168
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +5 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +53 -33
- package/tencentcloud/services/es/v20180416/es_client.js +78 -48
- package/tencentcloud/services/es/v20180416/es_models.d.ts +619 -190
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +55 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +10 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +12 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +16 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +102 -10
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +35 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -4
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +269 -17
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +78 -78
- package/test/cam.v20190116.test.js +20 -0
- package/test/dasb.v20191018.test.js +121 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/dlc.v20210125.test.js +72 -2
- package/test/es.v20180416.test.js +84 -34
- package/test/iotcloud.v20210408.test.js +10 -0
- package/test/mariadb.v20170312.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,82 +1,53 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 25 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-05-24 06:07:44
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [AutoCalloutTaskInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:TaskId
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 域名注册(domain) 版本:2018-08-08
|
|
3
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 17 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-26 18:17:40
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
30
11
|
改善已有的文档。
|
|
31
12
|
|
|
32
|
-
|
|
13
|
+
新增接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
15
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
16
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
17
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
18
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
19
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
20
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
21
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
35
22
|
|
|
36
|
-
|
|
23
|
+
新增数据结构:
|
|
37
24
|
|
|
25
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
26
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
38
27
|
|
|
39
28
|
|
|
40
29
|
|
|
41
|
-
##
|
|
30
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
42
31
|
|
|
43
|
-
### 第
|
|
32
|
+
### 第 5 次发布
|
|
44
33
|
|
|
45
|
-
发布时间:2022-05-
|
|
34
|
+
发布时间:2022-05-27 06:10:42
|
|
46
35
|
|
|
47
36
|
本次发布包含了以下内容:
|
|
48
37
|
|
|
49
38
|
改善已有的文档。
|
|
50
39
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* [AiRecognitionTaskFaceResultItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskFaceResultItem)
|
|
54
|
-
|
|
55
|
-
* 新增成员:Gender, Birthday, Profession, SchoolOfGraduation, Abstract, PlaceOfBirth, PersonType, Remark, Url
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## 服务网格(tcm) 版本:2021-04-13
|
|
61
|
-
|
|
62
|
-
### 第 8 次发布
|
|
63
|
-
|
|
64
|
-
发布时间:2022-05-24 06:18:55
|
|
65
|
-
|
|
66
|
-
本次发布包含了以下内容:
|
|
40
|
+
新增接口:
|
|
67
41
|
|
|
68
|
-
|
|
42
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
69
43
|
|
|
70
44
|
新增数据结构:
|
|
71
45
|
|
|
72
|
-
* [
|
|
46
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
73
47
|
|
|
74
|
-
修改数据结构:
|
|
75
48
|
|
|
76
|
-
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
|
77
|
-
|
|
78
|
-
* 新增成员:Zipkin
|
|
79
49
|
|
|
50
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
80
51
|
|
|
81
52
|
|
|
82
53
|
|
|
@@ -7727,6 +7698,19 @@
|
|
|
7727
7698
|
|
|
7728
7699
|
## 访问管理(cam) 版本:2019-01-16
|
|
7729
7700
|
|
|
7701
|
+
### 第 48 次发布
|
|
7702
|
+
|
|
7703
|
+
发布时间:2022-05-25 06:03:56
|
|
7704
|
+
|
|
7705
|
+
本次发布包含了以下内容:
|
|
7706
|
+
|
|
7707
|
+
改善已有的文档。
|
|
7708
|
+
|
|
7709
|
+
新增接口:
|
|
7710
|
+
|
|
7711
|
+
* [TagRole](https://cloud.tencent.com/document/api/598/74379)
|
|
7712
|
+
* [UntagRole](https://cloud.tencent.com/document/api/598/74378)
|
|
7713
|
+
|
|
7730
7714
|
### 第 47 次发布
|
|
7731
7715
|
|
|
7732
7716
|
发布时间:2022-05-19 06:07:36
|
|
@@ -15517,6 +15501,21 @@
|
|
|
15517
15501
|
|
|
15518
15502
|
## 云 HDFS(chdfs) 版本:2020-11-12
|
|
15519
15503
|
|
|
15504
|
+
### 第 4 次发布
|
|
15505
|
+
|
|
15506
|
+
发布时间:2022-05-25 06:05:18
|
|
15507
|
+
|
|
15508
|
+
本次发布包含了以下内容:
|
|
15509
|
+
|
|
15510
|
+
改善已有的文档。
|
|
15511
|
+
|
|
15512
|
+
修改接口:
|
|
15513
|
+
|
|
15514
|
+
* [CreateFileSystem](https://cloud.tencent.com/document/api/1105/51148)
|
|
15515
|
+
|
|
15516
|
+
* 新增入参:Tags
|
|
15517
|
+
|
|
15518
|
+
|
|
15520
15519
|
### 第 3 次发布
|
|
15521
15520
|
|
|
15522
15521
|
发布时间:2021-12-21 08:02:31
|
|
@@ -22441,6 +22440,21 @@
|
|
|
22441
22440
|
|
|
22442
22441
|
## 云服务器(cvm) 版本:2017-03-12
|
|
22443
22442
|
|
|
22443
|
+
### 第 84 次发布
|
|
22444
|
+
|
|
22445
|
+
发布时间:2022-05-25 06:06:32
|
|
22446
|
+
|
|
22447
|
+
本次发布包含了以下内容:
|
|
22448
|
+
|
|
22449
|
+
改善已有的文档。
|
|
22450
|
+
|
|
22451
|
+
修改接口:
|
|
22452
|
+
|
|
22453
|
+
* [CreateLaunchTemplateVersion](https://cloud.tencent.com/document/api/213/66326)
|
|
22454
|
+
|
|
22455
|
+
* 新增入参:DisableApiTermination
|
|
22456
|
+
|
|
22457
|
+
|
|
22444
22458
|
### 第 83 次发布
|
|
22445
22459
|
|
|
22446
22460
|
发布时间:2022-05-23 06:05:51
|
|
@@ -25901,6 +25915,41 @@
|
|
|
25901
25915
|
|
|
25902
25916
|
|
|
25903
25917
|
|
|
25918
|
+
## 堡垒机(dasb) 版本:2019-10-18
|
|
25919
|
+
|
|
25920
|
+
### 第 1 次发布
|
|
25921
|
+
|
|
25922
|
+
发布时间:2022-05-25 11:33:45
|
|
25923
|
+
|
|
25924
|
+
本次发布包含了以下内容:
|
|
25925
|
+
|
|
25926
|
+
改善已有的文档。
|
|
25927
|
+
|
|
25928
|
+
新增接口:
|
|
25929
|
+
|
|
25930
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
25931
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
25932
|
+
* [DeleteAcls](https://cloud.tencent.com/document/api/1025/74410)
|
|
25933
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1025/74405)
|
|
25934
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
25935
|
+
* [DescribeDasbImageIds](https://cloud.tencent.com/document/api/1025/74413)
|
|
25936
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
25937
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
25938
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
25939
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
25940
|
+
|
|
25941
|
+
新增数据结构:
|
|
25942
|
+
|
|
25943
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
25944
|
+
* [CmdTemplate](https://cloud.tencent.com/document/api/1025/74416#CmdTemplate)
|
|
25945
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
25946
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
25947
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
25948
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
25949
|
+
|
|
25950
|
+
|
|
25951
|
+
|
|
25952
|
+
|
|
25904
25953
|
## DDoS 高防包(dayu) 版本:2018-07-09
|
|
25905
25954
|
|
|
25906
25955
|
### 第 21 次发布
|
|
@@ -27340,6 +27389,23 @@
|
|
|
27340
27389
|
|
|
27341
27390
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
27342
27391
|
|
|
27392
|
+
### 第 40 次发布
|
|
27393
|
+
|
|
27394
|
+
发布时间:2022-05-25 06:07:44
|
|
27395
|
+
|
|
27396
|
+
本次发布包含了以下内容:
|
|
27397
|
+
|
|
27398
|
+
改善已有的文档。
|
|
27399
|
+
|
|
27400
|
+
新增接口:
|
|
27401
|
+
|
|
27402
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/557/51781)
|
|
27403
|
+
* [DescribeOrders](https://cloud.tencent.com/document/api/557/16139)
|
|
27404
|
+
|
|
27405
|
+
新增数据结构:
|
|
27406
|
+
|
|
27407
|
+
* [Deal](https://cloud.tencent.com/document/api/557/16142#Deal)
|
|
27408
|
+
|
|
27343
27409
|
### 第 39 次发布
|
|
27344
27410
|
|
|
27345
27411
|
发布时间:2022-04-26 06:09:14
|
|
@@ -28112,6 +28178,29 @@
|
|
|
28112
28178
|
|
|
28113
28179
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28114
28180
|
|
|
28181
|
+
### 第 17 次发布
|
|
28182
|
+
|
|
28183
|
+
发布时间:2022-05-26 18:17:40
|
|
28184
|
+
|
|
28185
|
+
本次发布包含了以下内容:
|
|
28186
|
+
|
|
28187
|
+
改善已有的文档。
|
|
28188
|
+
|
|
28189
|
+
新增接口:
|
|
28190
|
+
|
|
28191
|
+
* [[CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)](https://cloud.tencent.com/document/api/#/#)
|
|
28192
|
+
* [[CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)](https://cloud.tencent.com/document/api/#/#)
|
|
28193
|
+
* [[DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)](https://cloud.tencent.com/document/api/#/#)
|
|
28194
|
+
* [[DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)](https://cloud.tencent.com/document/api/#/#)
|
|
28195
|
+
* [[DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)](https://cloud.tencent.com/document/api/#/#)
|
|
28196
|
+
* [[DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)](https://cloud.tencent.com/document/api/#/#)
|
|
28197
|
+
* [[ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)](https://cloud.tencent.com/document/api/#/#)
|
|
28198
|
+
|
|
28199
|
+
新增数据结构:
|
|
28200
|
+
|
|
28201
|
+
* [[SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)](https://cloud.tencent.com/document/api/1342/53778#[SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo))
|
|
28202
|
+
* [[StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)](https://cloud.tencent.com/document/api/1342/53778#[StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics))
|
|
28203
|
+
|
|
28115
28204
|
### 第 16 次发布
|
|
28116
28205
|
|
|
28117
28206
|
发布时间:2022-05-20 06:10:49
|
|
@@ -29653,6 +29742,21 @@
|
|
|
29653
29742
|
|
|
29654
29743
|
## 事件总线(eb) 版本:2021-04-16
|
|
29655
29744
|
|
|
29745
|
+
### 第 3 次发布
|
|
29746
|
+
|
|
29747
|
+
发布时间:2022-05-26 06:11:01
|
|
29748
|
+
|
|
29749
|
+
本次发布包含了以下内容:
|
|
29750
|
+
|
|
29751
|
+
改善已有的文档。
|
|
29752
|
+
|
|
29753
|
+
修改数据结构:
|
|
29754
|
+
|
|
29755
|
+
* [Event](https://cloud.tencent.com/document/api/1359/67704#Event)
|
|
29756
|
+
|
|
29757
|
+
* 新增成员:Time
|
|
29758
|
+
|
|
29759
|
+
|
|
29656
29760
|
### 第 2 次发布
|
|
29657
29761
|
|
|
29658
29762
|
发布时间:2022-01-20 08:09:25
|
|
@@ -32680,6 +32784,38 @@
|
|
|
32680
32784
|
|
|
32681
32785
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
32682
32786
|
|
|
32787
|
+
### 第 27 次发布
|
|
32788
|
+
|
|
32789
|
+
发布时间:2022-05-25 06:08:55
|
|
32790
|
+
|
|
32791
|
+
本次发布包含了以下内容:
|
|
32792
|
+
|
|
32793
|
+
改善已有的文档。
|
|
32794
|
+
|
|
32795
|
+
新增接口:
|
|
32796
|
+
|
|
32797
|
+
* [CreateIndex](https://cloud.tencent.com/document/api/845/74384)
|
|
32798
|
+
* [DeleteIndex](https://cloud.tencent.com/document/api/845/74383)
|
|
32799
|
+
* [DescribeIndexList](https://cloud.tencent.com/document/api/845/74382)
|
|
32800
|
+
* [DescribeIndexMeta](https://cloud.tencent.com/document/api/845/74381)
|
|
32801
|
+
* [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
|
|
32802
|
+
|
|
32803
|
+
修改接口:
|
|
32804
|
+
|
|
32805
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
32806
|
+
|
|
32807
|
+
* 新增入参:EsConfigSet
|
|
32808
|
+
|
|
32809
|
+
|
|
32810
|
+
新增数据结构:
|
|
32811
|
+
|
|
32812
|
+
* [BackingIndexMetaField](https://cloud.tencent.com/document/api/845/30634#BackingIndexMetaField)
|
|
32813
|
+
* [EsConfigSetInfo](https://cloud.tencent.com/document/api/845/30634#EsConfigSetInfo)
|
|
32814
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
32815
|
+
* [IndexOptionsField](https://cloud.tencent.com/document/api/845/30634#IndexOptionsField)
|
|
32816
|
+
* [IndexPolicyField](https://cloud.tencent.com/document/api/845/30634#IndexPolicyField)
|
|
32817
|
+
* [IndexSettingsField](https://cloud.tencent.com/document/api/845/30634#IndexSettingsField)
|
|
32818
|
+
|
|
32683
32819
|
### 第 26 次发布
|
|
32684
32820
|
|
|
32685
32821
|
发布时间:2022-03-21 11:04:25
|
|
@@ -39731,6 +39867,22 @@
|
|
|
39731
39867
|
|
|
39732
39868
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39733
39869
|
|
|
39870
|
+
### 第 5 次发布
|
|
39871
|
+
|
|
39872
|
+
发布时间:2022-05-27 06:10:42
|
|
39873
|
+
|
|
39874
|
+
本次发布包含了以下内容:
|
|
39875
|
+
|
|
39876
|
+
改善已有的文档。
|
|
39877
|
+
|
|
39878
|
+
新增接口:
|
|
39879
|
+
|
|
39880
|
+
* [[ListTopicRules](https://cloud.tencent.com/document/api/634/74542)](https://cloud.tencent.com/document/api/#/#)
|
|
39881
|
+
|
|
39882
|
+
新增数据结构:
|
|
39883
|
+
|
|
39884
|
+
* [[TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)](https://cloud.tencent.com/document/api/634/71973#[TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo))
|
|
39885
|
+
|
|
39734
39886
|
### 第 4 次发布
|
|
39735
39887
|
|
|
39736
39888
|
发布时间:2022-05-20 06:13:13
|
|
@@ -39893,6 +40045,21 @@
|
|
|
39893
40045
|
|
|
39894
40046
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
39895
40047
|
|
|
40048
|
+
### 第 45 次发布
|
|
40049
|
+
|
|
40050
|
+
发布时间:2022-05-25 06:10:34
|
|
40051
|
+
|
|
40052
|
+
本次发布包含了以下内容:
|
|
40053
|
+
|
|
40054
|
+
改善已有的文档。
|
|
40055
|
+
|
|
40056
|
+
修改数据结构:
|
|
40057
|
+
|
|
40058
|
+
* [PositionItem](https://cloud.tencent.com/document/api/1081/34988#PositionItem)
|
|
40059
|
+
|
|
40060
|
+
* 新增成员:LocationType, Accuracy
|
|
40061
|
+
|
|
40062
|
+
|
|
39896
40063
|
### 第 44 次发布
|
|
39897
40064
|
|
|
39898
40065
|
发布时间:2022-04-18 06:13:51
|
|
@@ -44922,6 +45089,23 @@
|
|
|
44922
45089
|
|
|
44923
45090
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
44924
45091
|
|
|
45092
|
+
### 第 36 次发布
|
|
45093
|
+
|
|
45094
|
+
发布时间:2022-05-25 06:11:46
|
|
45095
|
+
|
|
45096
|
+
本次发布包含了以下内容:
|
|
45097
|
+
|
|
45098
|
+
改善已有的文档。
|
|
45099
|
+
|
|
45100
|
+
新增接口:
|
|
45101
|
+
|
|
45102
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/237/51787)
|
|
45103
|
+
* [DescribeOrders](https://cloud.tencent.com/document/api/237/16186)
|
|
45104
|
+
|
|
45105
|
+
新增数据结构:
|
|
45106
|
+
|
|
45107
|
+
* [Deal](https://cloud.tencent.com/document/api/237/16191#Deal)
|
|
45108
|
+
|
|
44925
45109
|
### 第 35 次发布
|
|
44926
45110
|
|
|
44927
45111
|
发布时间:2022-04-13 06:56:52
|
|
@@ -46479,6 +46663,29 @@
|
|
|
46479
46663
|
|
|
46480
46664
|
## 云监控(monitor) 版本:2018-07-24
|
|
46481
46665
|
|
|
46666
|
+
### 第 46 次发布
|
|
46667
|
+
|
|
46668
|
+
发布时间:2022-05-25 06:12:07
|
|
46669
|
+
|
|
46670
|
+
本次发布包含了以下内容:
|
|
46671
|
+
|
|
46672
|
+
改善已有的文档。
|
|
46673
|
+
|
|
46674
|
+
修改数据结构:
|
|
46675
|
+
|
|
46676
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
46677
|
+
|
|
46678
|
+
* 新增成员:AdvancedMetricNumber
|
|
46679
|
+
|
|
46680
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
46681
|
+
|
|
46682
|
+
* 新增成员:IsAdvanced, IsOpen, ProductId
|
|
46683
|
+
|
|
46684
|
+
* [Metric](https://cloud.tencent.com/document/api/248/30354#Metric)
|
|
46685
|
+
|
|
46686
|
+
* 新增成员:IsAdvanced, IsOpen, ProductId
|
|
46687
|
+
|
|
46688
|
+
|
|
46482
46689
|
### 第 45 次发布
|
|
46483
46690
|
|
|
46484
46691
|
发布时间:2022-05-13 06:15:04
|
|
@@ -61287,7 +61494,7 @@
|
|
|
61287
61494
|
|
|
61288
61495
|
新增数据结构:
|
|
61289
61496
|
|
|
61290
|
-
* [
|
|
61497
|
+
* [TracingZipkin](https://cloud.tencent.com/document/api/1261/63843#TracingZipkin)
|
|
61291
61498
|
|
|
61292
61499
|
修改数据结构:
|
|
61293
61500
|
|
|
@@ -62202,6 +62409,78 @@
|
|
|
62202
62409
|
|
|
62203
62410
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
62204
62411
|
|
|
62412
|
+
### 第 17 次发布
|
|
62413
|
+
|
|
62414
|
+
发布时间:2022-05-25 06:15:02
|
|
62415
|
+
|
|
62416
|
+
本次发布包含了以下内容:
|
|
62417
|
+
|
|
62418
|
+
改善已有的文档。
|
|
62419
|
+
|
|
62420
|
+
修改接口:
|
|
62421
|
+
|
|
62422
|
+
* [DescribeAccessControlEventsExport](https://cloud.tencent.com/document/api/1285/65544)
|
|
62423
|
+
|
|
62424
|
+
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
62425
|
+
|
|
62426
|
+
* 新增出参:JobId
|
|
62427
|
+
|
|
62428
|
+
* [DescribeAssetContainerDetail](https://cloud.tencent.com/document/api/1285/65511)
|
|
62429
|
+
|
|
62430
|
+
* 新增出参:NetStatus, NetSubStatus, IsolateSource, IsolateTime
|
|
62431
|
+
|
|
62432
|
+
* [DescribeReverseShellEventsExport](https://cloud.tencent.com/document/api/1285/65531)
|
|
62433
|
+
|
|
62434
|
+
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
62435
|
+
|
|
62436
|
+
* 新增出参:JobId
|
|
62437
|
+
|
|
62438
|
+
* [DescribeRiskSyscallEventsExport](https://cloud.tencent.com/document/api/1285/65566)
|
|
62439
|
+
|
|
62440
|
+
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
62441
|
+
|
|
62442
|
+
* 新增出参:JobId
|
|
62443
|
+
|
|
62444
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
62445
|
+
|
|
62446
|
+
* 新增出参:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62447
|
+
|
|
62448
|
+
* [ModifyVirusFileStatus](https://cloud.tencent.com/document/api/1285/65574)
|
|
62449
|
+
|
|
62450
|
+
* 新增入参:AutoIsolate
|
|
62451
|
+
|
|
62452
|
+
|
|
62453
|
+
修改数据结构:
|
|
62454
|
+
|
|
62455
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
62456
|
+
|
|
62457
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62458
|
+
|
|
62459
|
+
* [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
|
|
62460
|
+
|
|
62461
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62462
|
+
|
|
62463
|
+
* [ContainerInfo](https://cloud.tencent.com/document/api/1285/65614#ContainerInfo)
|
|
62464
|
+
|
|
62465
|
+
* 新增成员:NetStatus, NetSubStatus, IsolateSource, IsolateTime
|
|
62466
|
+
|
|
62467
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
62468
|
+
|
|
62469
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62470
|
+
|
|
62471
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
|
|
62472
|
+
|
|
62473
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62474
|
+
|
|
62475
|
+
* [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
|
|
62476
|
+
|
|
62477
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
62478
|
+
|
|
62479
|
+
* [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
|
|
62480
|
+
|
|
62481
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc, MD5
|
|
62482
|
+
|
|
62483
|
+
|
|
62205
62484
|
### 第 16 次发布
|
|
62206
62485
|
|
|
62207
62486
|
发布时间:2022-05-09 06:14:07
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-28 06:06:38 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-26 06:06:08 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02:46 |
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
30
30
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-25 06:01:56 |
|
|
31
31
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
32
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-
|
|
32
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
|
|
33
33
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
34
34
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
|
|
35
35
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
@@ -43,43 +43,44 @@
|
|
|
43
43
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
44
44
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
45
45
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
|
|
46
|
-
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-
|
|
46
|
+
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
|
|
47
47
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
48
48
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
49
49
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
50
50
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-
|
|
52
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-26 06:08:35 |
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
58
58
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-20 06:04:11 |
|
|
59
59
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
60
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-
|
|
61
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-
|
|
60
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-26 06:09:19 |
|
|
61
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-
|
|
63
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
|
|
64
|
+
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-26 06:10:06 |
|
|
64
65
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
65
66
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
66
67
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
67
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-
|
|
68
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-
|
|
68
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
|
|
69
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-26 18:17:40 |
|
|
69
70
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
70
71
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
71
72
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
72
73
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
73
74
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
74
75
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
|
|
75
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-
|
|
76
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
|
|
76
77
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
77
78
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
78
79
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
|
|
79
80
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
80
81
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
81
82
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
|
|
82
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-
|
|
83
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-25 06:08:55 |
|
|
83
84
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
|
|
84
85
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
|
|
85
86
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
@@ -99,27 +100,27 @@
|
|
|
99
100
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
|
|
100
101
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
101
102
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
102
|
-
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-
|
|
103
|
+
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
|
|
103
104
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
104
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-
|
|
105
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-
|
|
105
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
106
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
|
|
106
107
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
107
108
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
108
109
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
109
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
110
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
|
|
110
111
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
|
|
111
112
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-20 06:14:11 |
|
|
112
113
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
|
|
113
114
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
114
115
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
115
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-
|
|
116
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
116
117
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
117
118
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
118
119
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
119
120
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
120
121
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
|
|
121
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-
|
|
122
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-
|
|
122
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
|
|
123
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
123
124
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
124
125
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
125
126
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
144
145
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
145
146
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
146
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-
|
|
147
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-05-26 06:16:15 |
|
|
147
148
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
148
149
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
|
|
149
150
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
@@ -164,10 +165,10 @@
|
|
|
164
165
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
165
166
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
|
|
166
167
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
|
|
167
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-
|
|
168
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-25 06:15:02 |
|
|
168
169
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
169
170
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
170
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
171
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
|
|
171
172
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-28 06:18:38 |
|
|
172
173
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-05-18 06:18:03 |
|
|
173
174
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-27 10:43:23 |
|
|
@@ -187,11 +188,11 @@
|
|
|
187
188
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
|
|
188
189
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
189
190
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
190
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-
|
|
191
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-05-27 06:17:04 |
|
|
191
192
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
192
193
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
193
194
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
194
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-
|
|
195
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-26 06:19:26 |
|
|
195
196
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-05-18 06:20:08 |
|
|
196
197
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
197
198
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|