tencentcloud-sdk-nodejs 4.0.319 → 4.0.322
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 +320 -0
- package/SERVICE_CHANGELOG.md +840 -122
- package/package.json +1 -1
- package/products.md +170 -169
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +14 -4
- package/src/services/ams/v20201229/ams_models.ts +14 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
- package/src/services/as/v20180419/as_client.ts +2 -18
- package/src/services/as/v20180419/as_models.ts +32 -97
- package/src/services/batch/v20170312/batch_models.ts +69 -69
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
- package/src/services/bsca/index.ts +5 -0
- package/src/services/bsca/v20210811/bsca_client.ts +93 -0
- package/src/services/bsca/v20210811/bsca_models.ts +636 -0
- package/src/services/bsca/v20210811/index.ts +6 -0
- package/src/services/cam/v20190116/cam_client.ts +59 -11
- package/src/services/cam/v20190116/cam_models.ts +275 -68
- package/src/services/captcha/v20190722/captcha_client.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +23 -3
- package/src/services/cdn/v20180606/cdn_client.ts +3 -3
- package/src/services/cdn/v20180606/cdn_models.ts +84 -49
- package/src/services/cfw/v20190904/cfw_models.ts +22 -6
- package/src/services/cls/v20201016/cls_client.ts +101 -26
- package/src/services/cls/v20201016/cls_models.ts +548 -198
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +21 -6
- package/src/services/cwp/v20180228/cwp_models.ts +17 -9
- package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +7 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +7 -1
- package/src/services/gs/v20191118/gs_models.ts +7 -0
- package/src/services/iecp/v20210914/iecp_client.ts +167 -20
- package/src/services/iecp/v20210914/iecp_models.ts +892 -217
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +24 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +85 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +175 -64
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +579 -82
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +45 -45
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +30 -8
- package/src/services/live/v20180801/live_client.ts +3 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +6 -8
- package/src/services/ssa/v20180608/ssa_client.ts +18 -1
- package/src/services/ssa/v20180608/ssa_models.ts +303 -30
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/tag/v20180813/tag_client.ts +203 -105
- package/src/services/tag/v20180813/tag_models.ts +377 -47
- package/src/services/tcm/v20210413/tcm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +36 -0
- package/src/services/thpc/index.ts +2 -0
- package/src/services/thpc/v20211109/thpc_client.ts +3 -1
- package/src/services/thpc/v20211109/thpc_models.ts +93 -14
- package/src/services/thpc/v20220401/index.ts +6 -0
- package/src/services/thpc/v20220401/thpc_client.ts +121 -0
- package/src/services/thpc/v20220401/thpc_models.ts +805 -0
- package/src/services/tke/v20180525/tke_client.ts +63 -11
- package/src/services/tke/v20180525/tke_models.ts +410 -117
- package/src/services/tsf/v20180326/tsf_client.ts +15 -0
- package/src/services/tsf/v20180326/tsf_models.ts +175 -0
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +154 -76
- package/src/services/wav/v20210129/wav_models.ts +541 -25
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +12 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -8
- package/tencentcloud/services/as/v20180419/as_client.js +0 -9
- package/tencentcloud/services/as/v20180419/as_models.d.ts +28 -83
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +69 -69
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
- package/tencentcloud/services/bsca/index.d.ts +6 -0
- package/tencentcloud/services/bsca/index.js +7 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +26 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +55 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +533 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.js +18 -0
- package/tencentcloud/services/bsca/v20210811/index.d.ts +6 -0
- package/tencentcloud/services/bsca/v20210811/index.js +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +19 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +27 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +232 -60
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +78 -47
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +45 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +479 -181
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -9
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +72 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +57 -21
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +84 -30
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +497 -77
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +45 -45
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +27 -7
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -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/ocr/v20181119/ocr_models.d.ts +6 -8
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +261 -30
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
- package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +30 -0
- package/tencentcloud/services/thpc/index.d.ts +4 -0
- package/tencentcloud/services/thpc/index.js +2 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +1 -1
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +79 -12
- package/tencentcloud/services/thpc/v20220401/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20220401/index.js +9 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +34 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +67 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +671 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +347 -100
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +149 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +51 -27
- package/tencentcloud/services/wav/v20210129/wav_client.js +75 -39
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +459 -24
- package/test/as.v20180419.test.js +0 -10
- package/test/bsca.v20210811.test.js +61 -0
- package/test/cam.v20190116.test.js +42 -2
- package/test/cls.v20201016.test.js +66 -6
- package/test/iecp.v20210914.test.js +122 -2
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/iotcloud.v20210408.test.js +110 -20
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/tag.v20180813.test.js +116 -36
- package/test/thpc.v20220401.test.js +81 -0
- package/test/tke.v20180525.test.js +42 -2
- package/test/tsf.v20180326.test.js +10 -0
- package/test/wav.v20210129.test.js +86 -26
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,143 +1,141 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 97 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-04-11 06:08:14
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [PushUrlsCache](https://cloud.tencent.com/document/api/228/37869)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:DisableRange
|
|
18
18
|
|
|
19
|
-
* [NamedComputeEnv](https://cloud.tencent.com/document/api/599/15912#NamedComputeEnv)
|
|
20
19
|
|
|
21
|
-
* 新增成员:NotificationTarget
|
|
22
20
|
|
|
23
|
-
* [NamedCpmComputeEnv](https://cloud.tencent.com/document/api/599/15912#NamedCpmComputeEnv)
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
26
23
|
|
|
24
|
+
### 第 18 次发布
|
|
27
25
|
|
|
26
|
+
发布时间:2022-04-11 06:09:13
|
|
28
27
|
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
改善已有的文档。
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
新增接口:
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
* [CloseKafkaConsumer](https://cloud.tencent.com/document/api/614/72340)
|
|
35
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
40
|
+
|
|
41
|
+
### 第 78 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2022-04-11 06:09:58
|
|
35
44
|
|
|
36
45
|
本次发布包含了以下内容:
|
|
37
46
|
|
|
38
47
|
改善已有的文档。
|
|
39
48
|
|
|
40
|
-
|
|
49
|
+
修改数据结构:
|
|
41
50
|
|
|
42
|
-
* [
|
|
51
|
+
* [ReservedInstances](https://cloud.tencent.com/document/api/213/15753#ReservedInstances)
|
|
43
52
|
|
|
53
|
+
* 新增成员:ReservedInstanceId, ReservedInstanceName
|
|
44
54
|
|
|
45
55
|
|
|
46
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
47
56
|
|
|
48
|
-
### 第 1 次发布
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
59
|
+
|
|
60
|
+
### 第 42 次发布
|
|
61
|
+
|
|
62
|
+
发布时间:2022-04-11 06:13:21
|
|
51
63
|
|
|
52
64
|
本次发布包含了以下内容:
|
|
53
65
|
|
|
54
66
|
改善已有的文档。
|
|
55
67
|
|
|
56
|
-
|
|
68
|
+
修改数据结构:
|
|
57
69
|
|
|
58
|
-
* [
|
|
59
|
-
* [DeleteTask](https://cloud.tencent.com/document/api/1500/71782)
|
|
60
|
-
* [DescribeTask](https://cloud.tencent.com/document/api/1500/71781)
|
|
61
|
-
* [DescribeTaskExecuteLogs](https://cloud.tencent.com/document/api/1500/71780)
|
|
62
|
-
* [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
|
|
63
|
-
* [DescribeTemplate](https://cloud.tencent.com/document/api/1500/71778)
|
|
64
|
-
* [DescribeTemplateList](https://cloud.tencent.com/document/api/1500/71773)
|
|
65
|
-
* [ExecuteTask](https://cloud.tencent.com/document/api/1500/71777)
|
|
66
|
-
* [ExecuteTaskInstance](https://cloud.tencent.com/document/api/1500/71776)
|
|
67
|
-
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
70
|
+
* [LoRaGatewayLocation](https://cloud.tencent.com/document/api/1081/34988#LoRaGatewayLocation)
|
|
68
71
|
|
|
69
|
-
|
|
72
|
+
* <font color="#dd0000">**修改成员**:</font>Accuracy, Altitude
|
|
70
73
|
|
|
71
|
-
* [DescribePolicy](https://cloud.tencent.com/document/api/1500/71784#DescribePolicy)
|
|
72
|
-
* [TagWithCreate](https://cloud.tencent.com/document/api/1500/71784#TagWithCreate)
|
|
73
|
-
* [TagWithDescribe](https://cloud.tencent.com/document/api/1500/71784#TagWithDescribe)
|
|
74
|
-
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
75
|
-
* [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
|
|
76
|
-
* [TaskGroup](https://cloud.tencent.com/document/api/1500/71784#TaskGroup)
|
|
77
|
-
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
78
|
-
* [TaskGroupActionConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupActionConfig)
|
|
79
|
-
* [TaskGroupConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupConfig)
|
|
80
|
-
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
81
|
-
* [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
|
|
82
|
-
* [TaskMonitor](https://cloud.tencent.com/document/api/1500/71784#TaskMonitor)
|
|
83
|
-
* [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
|
|
84
|
-
* [TemplateGroup](https://cloud.tencent.com/document/api/1500/71784#TemplateGroup)
|
|
85
|
-
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
86
|
-
* [TemplateListItem](https://cloud.tencent.com/document/api/1500/71784#TemplateListItem)
|
|
87
|
-
* [TemplateMonitor](https://cloud.tencent.com/document/api/1500/71784#TemplateMonitor)
|
|
88
|
-
* [TemplatePolicy](https://cloud.tencent.com/document/api/1500/71784#TemplatePolicy)
|
|
89
74
|
|
|
90
75
|
|
|
91
76
|
|
|
92
|
-
##
|
|
77
|
+
## 安全运营中心(ssa) 版本:2018-06-08
|
|
93
78
|
|
|
94
|
-
### 第
|
|
79
|
+
### 第 8 次发布
|
|
95
80
|
|
|
96
|
-
发布时间:2022-
|
|
81
|
+
发布时间:2022-04-11 06:16:51
|
|
97
82
|
|
|
98
83
|
本次发布包含了以下内容:
|
|
99
84
|
|
|
100
85
|
改善已有的文档。
|
|
101
86
|
|
|
102
|
-
|
|
87
|
+
新增接口:
|
|
103
88
|
|
|
104
|
-
*
|
|
105
|
-
* DescribeRelation
|
|
106
|
-
* DescribeTriple
|
|
89
|
+
* [DescribeMappingResults](https://cloud.tencent.com/document/api/664/72341)
|
|
107
90
|
|
|
108
|
-
|
|
91
|
+
新增数据结构:
|
|
109
92
|
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
93
|
+
* [AssetQueryFilter](https://cloud.tencent.com/document/api/664/51406#AssetQueryFilter)
|
|
94
|
+
* [AssetTypeStatistic](https://cloud.tencent.com/document/api/664/51406#AssetTypeStatistic)
|
|
95
|
+
* [MappingResult](https://cloud.tencent.com/document/api/664/51406#MappingResult)
|
|
96
|
+
* [Results](https://cloud.tencent.com/document/api/664/51406#Results)
|
|
97
|
+
* [SecurityStatus](https://cloud.tencent.com/document/api/664/51406#SecurityStatus)
|
|
114
98
|
|
|
115
99
|
|
|
116
100
|
|
|
117
|
-
##
|
|
101
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
118
102
|
|
|
119
|
-
### 第
|
|
103
|
+
### 第 33 次发布
|
|
120
104
|
|
|
121
|
-
发布时间:2022-
|
|
105
|
+
发布时间:2022-04-11 06:18:16
|
|
122
106
|
|
|
123
107
|
本次发布包含了以下内容:
|
|
124
108
|
|
|
125
109
|
改善已有的文档。
|
|
126
110
|
|
|
127
|
-
|
|
111
|
+
修改数据结构:
|
|
128
112
|
|
|
129
|
-
* [
|
|
113
|
+
* [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
|
|
130
114
|
|
|
131
|
-
*
|
|
115
|
+
* 新增成员:TopicName
|
|
132
116
|
|
|
133
|
-
* [DescribeAgentPayDealsV2](https://cloud.tencent.com/document/api/563/55198)
|
|
134
117
|
|
|
135
|
-
* 新增入参:BigDealIds
|
|
136
118
|
|
|
137
|
-
* [DescribeAgentSelfPayDealsV2](https://cloud.tencent.com/document/api/563/55197)
|
|
138
119
|
|
|
139
|
-
|
|
120
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
121
|
+
|
|
122
|
+
### 第 71 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2022-04-11 06:19:17
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
新增接口:
|
|
131
|
+
|
|
132
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/649/72342)
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
140
135
|
|
|
136
|
+
* [Filter](https://cloud.tencent.com/document/api/649/36099#Filter)
|
|
137
|
+
* [InstanceEnrichedInfo](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfo)
|
|
138
|
+
* [InstanceEnrichedInfoPage](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfoPage)
|
|
141
139
|
|
|
142
140
|
|
|
143
141
|
|
|
@@ -540,6 +538,21 @@
|
|
|
540
538
|
|
|
541
539
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
542
540
|
|
|
541
|
+
### 第 32 次发布
|
|
542
|
+
|
|
543
|
+
发布时间:2022-04-04 06:03:13
|
|
544
|
+
|
|
545
|
+
本次发布包含了以下内容:
|
|
546
|
+
|
|
547
|
+
改善已有的文档。
|
|
548
|
+
|
|
549
|
+
修改接口:
|
|
550
|
+
|
|
551
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1155/60295)
|
|
552
|
+
|
|
553
|
+
* 新增入参:Type
|
|
554
|
+
|
|
555
|
+
|
|
543
556
|
### 第 31 次发布
|
|
544
557
|
|
|
545
558
|
发布时间:2022-03-21 08:06:03
|
|
@@ -1290,6 +1303,25 @@
|
|
|
1290
1303
|
|
|
1291
1304
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1292
1305
|
|
|
1306
|
+
### 第 4 次发布
|
|
1307
|
+
|
|
1308
|
+
发布时间:2022-04-01 06:03:20
|
|
1309
|
+
|
|
1310
|
+
本次发布包含了以下内容:
|
|
1311
|
+
|
|
1312
|
+
改善已有的文档。
|
|
1313
|
+
|
|
1314
|
+
修改数据结构:
|
|
1315
|
+
|
|
1316
|
+
* [MoanResult](https://cloud.tencent.com/document/api/1219/53259#MoanResult)
|
|
1317
|
+
|
|
1318
|
+
* 新增成员:SubLabel
|
|
1319
|
+
|
|
1320
|
+
* [TextResult](https://cloud.tencent.com/document/api/1219/53259#TextResult)
|
|
1321
|
+
|
|
1322
|
+
* 新增成员:SubLabel
|
|
1323
|
+
|
|
1324
|
+
|
|
1293
1325
|
### 第 3 次发布
|
|
1294
1326
|
|
|
1295
1327
|
发布时间:2021-12-20 08:02:28
|
|
@@ -1371,6 +1403,21 @@
|
|
|
1371
1403
|
|
|
1372
1404
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1373
1405
|
|
|
1406
|
+
### 第 26 次发布
|
|
1407
|
+
|
|
1408
|
+
发布时间:2022-04-07 06:04:07
|
|
1409
|
+
|
|
1410
|
+
本次发布包含了以下内容:
|
|
1411
|
+
|
|
1412
|
+
改善已有的文档。
|
|
1413
|
+
|
|
1414
|
+
修改接口:
|
|
1415
|
+
|
|
1416
|
+
* [CreateSchedulingDomain](https://cloud.tencent.com/document/api/1021/57557)
|
|
1417
|
+
|
|
1418
|
+
* 新增入参:Product
|
|
1419
|
+
|
|
1420
|
+
|
|
1374
1421
|
### 第 25 次发布
|
|
1375
1422
|
|
|
1376
1423
|
发布时间:2022-03-24 23:15:57
|
|
@@ -2905,6 +2952,22 @@
|
|
|
2905
2952
|
|
|
2906
2953
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2907
2954
|
|
|
2955
|
+
### 第 50 次发布
|
|
2956
|
+
|
|
2957
|
+
发布时间:2022-04-04 06:07:52
|
|
2958
|
+
|
|
2959
|
+
本次发布包含了以下内容:
|
|
2960
|
+
|
|
2961
|
+
改善已有的文档。
|
|
2962
|
+
|
|
2963
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2964
|
+
|
|
2965
|
+
* DescribePaiInstances
|
|
2966
|
+
|
|
2967
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
2968
|
+
|
|
2969
|
+
* PaiInstance
|
|
2970
|
+
|
|
2908
2971
|
### 第 49 次发布
|
|
2909
2972
|
|
|
2910
2973
|
发布时间:2022-03-30 06:01:19
|
|
@@ -7323,6 +7386,43 @@
|
|
|
7323
7386
|
|
|
7324
7387
|
|
|
7325
7388
|
|
|
7389
|
+
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
7390
|
+
|
|
7391
|
+
### 第 1 次发布
|
|
7392
|
+
|
|
7393
|
+
发布时间:2022-04-02 17:37:22
|
|
7394
|
+
|
|
7395
|
+
本次发布包含了以下内容:
|
|
7396
|
+
|
|
7397
|
+
改善已有的文档。
|
|
7398
|
+
|
|
7399
|
+
新增接口:
|
|
7400
|
+
|
|
7401
|
+
* [DescribeKBComponent](https://cloud.tencent.com/document/api/1483/72073)
|
|
7402
|
+
* [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
|
|
7403
|
+
* [DescribeKBLicense](https://cloud.tencent.com/document/api/1483/72071)
|
|
7404
|
+
* [DescribeKBVulnerability](https://cloud.tencent.com/document/api/1483/72070)
|
|
7405
|
+
|
|
7406
|
+
新增数据结构:
|
|
7407
|
+
|
|
7408
|
+
* [CVSSV2Info](https://cloud.tencent.com/document/api/1483/72074#CVSSV2Info)
|
|
7409
|
+
* [CVSSV3Info](https://cloud.tencent.com/document/api/1483/72074#CVSSV3Info)
|
|
7410
|
+
* [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
|
|
7411
|
+
* [ComponentVulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#ComponentVulnerabilitySummary)
|
|
7412
|
+
* [ComponentVulnerabilityUnion](https://cloud.tencent.com/document/api/1483/72074#ComponentVulnerabilityUnion)
|
|
7413
|
+
* [LicenseDetail](https://cloud.tencent.com/document/api/1483/72074#LicenseDetail)
|
|
7414
|
+
* [LicenseRestriction](https://cloud.tencent.com/document/api/1483/72074#LicenseRestriction)
|
|
7415
|
+
* [LicenseSummary](https://cloud.tencent.com/document/api/1483/72074#LicenseSummary)
|
|
7416
|
+
* [LicenseUnion](https://cloud.tencent.com/document/api/1483/72074#LicenseUnion)
|
|
7417
|
+
* [PURL](https://cloud.tencent.com/document/api/1483/72074#PURL)
|
|
7418
|
+
* [Qualifier](https://cloud.tencent.com/document/api/1483/72074#Qualifier)
|
|
7419
|
+
* [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
|
|
7420
|
+
* [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
|
|
7421
|
+
* [VulnerabilityUnion](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityUnion)
|
|
7422
|
+
|
|
7423
|
+
|
|
7424
|
+
|
|
7425
|
+
|
|
7326
7426
|
## 区块链可信取证(btoe) 版本:2021-03-03
|
|
7327
7427
|
|
|
7328
7428
|
### 第 1 次发布
|
|
@@ -7381,6 +7481,21 @@
|
|
|
7381
7481
|
|
|
7382
7482
|
## 访问管理(cam) 版本:2019-01-16
|
|
7383
7483
|
|
|
7484
|
+
### 第 45 次发布
|
|
7485
|
+
|
|
7486
|
+
发布时间:2022-04-04 06:10:24
|
|
7487
|
+
|
|
7488
|
+
本次发布包含了以下内容:
|
|
7489
|
+
|
|
7490
|
+
改善已有的文档。
|
|
7491
|
+
|
|
7492
|
+
新增接口:
|
|
7493
|
+
|
|
7494
|
+
* [CreateUserOIDCConfig](https://cloud.tencent.com/document/api/598/72091)
|
|
7495
|
+
* [DescribeUserOIDCConfig](https://cloud.tencent.com/document/api/598/72090)
|
|
7496
|
+
* [DisableUserSSO](https://cloud.tencent.com/document/api/598/72089)
|
|
7497
|
+
* [UpdateUserOIDCConfig](https://cloud.tencent.com/document/api/598/72088)
|
|
7498
|
+
|
|
7384
7499
|
### 第 44 次发布
|
|
7385
7500
|
|
|
7386
7501
|
发布时间:2022-03-28 08:03:45
|
|
@@ -8405,7 +8520,7 @@
|
|
|
8405
8520
|
|
|
8406
8521
|
新增接口:
|
|
8407
8522
|
|
|
8408
|
-
* [
|
|
8523
|
+
* [DescribeProbeMetricData](https://cloud.tencent.com/document/api/280/71856)
|
|
8409
8524
|
|
|
8410
8525
|
### 第 6 次发布
|
|
8411
8526
|
|
|
@@ -9786,6 +9901,36 @@
|
|
|
9786
9901
|
|
|
9787
9902
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9788
9903
|
|
|
9904
|
+
### 第 89 次发布
|
|
9905
|
+
|
|
9906
|
+
发布时间:2022-04-07 06:13:17
|
|
9907
|
+
|
|
9908
|
+
本次发布包含了以下内容:
|
|
9909
|
+
|
|
9910
|
+
改善已有的文档。
|
|
9911
|
+
|
|
9912
|
+
修改接口:
|
|
9913
|
+
|
|
9914
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872)
|
|
9915
|
+
|
|
9916
|
+
* 新增入参:TagValues, UniqueVpcIds, UniqSubnetIds
|
|
9917
|
+
|
|
9918
|
+
|
|
9919
|
+
### 第 88 次发布
|
|
9920
|
+
|
|
9921
|
+
发布时间:2022-04-04 06:12:51
|
|
9922
|
+
|
|
9923
|
+
本次发布包含了以下内容:
|
|
9924
|
+
|
|
9925
|
+
改善已有的文档。
|
|
9926
|
+
|
|
9927
|
+
修改接口:
|
|
9928
|
+
|
|
9929
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
9930
|
+
|
|
9931
|
+
* 新增入参:ProjectId
|
|
9932
|
+
|
|
9933
|
+
|
|
9789
9934
|
### 第 87 次发布
|
|
9790
9935
|
|
|
9791
9936
|
发布时间:2022-03-30 06:02:35
|
|
@@ -11606,6 +11751,53 @@
|
|
|
11606
11751
|
|
|
11607
11752
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11608
11753
|
|
|
11754
|
+
### 第 97 次发布
|
|
11755
|
+
|
|
11756
|
+
发布时间:2022-04-11 06:08:14
|
|
11757
|
+
|
|
11758
|
+
本次发布包含了以下内容:
|
|
11759
|
+
|
|
11760
|
+
改善已有的文档。
|
|
11761
|
+
|
|
11762
|
+
修改接口:
|
|
11763
|
+
|
|
11764
|
+
* [PushUrlsCache](https://cloud.tencent.com/document/api/228/37869)
|
|
11765
|
+
|
|
11766
|
+
* 新增入参:DisableRange
|
|
11767
|
+
|
|
11768
|
+
|
|
11769
|
+
### 第 96 次发布
|
|
11770
|
+
|
|
11771
|
+
发布时间:2022-04-07 06:15:45
|
|
11772
|
+
|
|
11773
|
+
本次发布包含了以下内容:
|
|
11774
|
+
|
|
11775
|
+
改善已有的文档。
|
|
11776
|
+
|
|
11777
|
+
修改接口:
|
|
11778
|
+
|
|
11779
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/228/39230)
|
|
11780
|
+
|
|
11781
|
+
* 新增入参:SortBy
|
|
11782
|
+
|
|
11783
|
+
* 新增出参:PaidCount
|
|
11784
|
+
|
|
11785
|
+
|
|
11786
|
+
### 第 95 次发布
|
|
11787
|
+
|
|
11788
|
+
发布时间:2022-04-04 06:15:19
|
|
11789
|
+
|
|
11790
|
+
本次发布包含了以下内容:
|
|
11791
|
+
|
|
11792
|
+
改善已有的文档。
|
|
11793
|
+
|
|
11794
|
+
修改接口:
|
|
11795
|
+
|
|
11796
|
+
* [DescribeDiagnoseReport](https://cloud.tencent.com/document/api/228/49325)
|
|
11797
|
+
|
|
11798
|
+
* 新增出参:PurgeInfo
|
|
11799
|
+
|
|
11800
|
+
|
|
11609
11801
|
### 第 94 次发布
|
|
11610
11802
|
|
|
11611
11803
|
发布时间:2022-03-28 08:04:33
|
|
@@ -13814,37 +14006,37 @@
|
|
|
13814
14006
|
|
|
13815
14007
|
新增接口:
|
|
13816
14008
|
|
|
13817
|
-
* [
|
|
13818
|
-
* [
|
|
13819
|
-
* [
|
|
13820
|
-
* [
|
|
13821
|
-
* [
|
|
13822
|
-
* [
|
|
13823
|
-
* [
|
|
13824
|
-
* [
|
|
13825
|
-
* [
|
|
13826
|
-
* [
|
|
14009
|
+
* [CreateTaskFromTemplate](https://cloud.tencent.com/document/api/1500/71783)
|
|
14010
|
+
* [DeleteTask](https://cloud.tencent.com/document/api/1500/71782)
|
|
14011
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1500/71781)
|
|
14012
|
+
* [DescribeTaskExecuteLogs](https://cloud.tencent.com/document/api/1500/71780)
|
|
14013
|
+
* [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
|
|
14014
|
+
* [DescribeTemplate](https://cloud.tencent.com/document/api/1500/71778)
|
|
14015
|
+
* [DescribeTemplateList](https://cloud.tencent.com/document/api/1500/71773)
|
|
14016
|
+
* [ExecuteTask](https://cloud.tencent.com/document/api/1500/71777)
|
|
14017
|
+
* [ExecuteTaskInstance](https://cloud.tencent.com/document/api/1500/71776)
|
|
14018
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
13827
14019
|
|
|
13828
14020
|
新增数据结构:
|
|
13829
14021
|
|
|
13830
|
-
* [
|
|
13831
|
-
* [
|
|
13832
|
-
* [
|
|
13833
|
-
* [
|
|
13834
|
-
* [
|
|
13835
|
-
* [
|
|
13836
|
-
* [
|
|
13837
|
-
* [
|
|
13838
|
-
* [
|
|
13839
|
-
* [
|
|
13840
|
-
* [
|
|
13841
|
-
* [
|
|
13842
|
-
* [
|
|
13843
|
-
* [
|
|
13844
|
-
* [
|
|
13845
|
-
* [
|
|
13846
|
-
* [
|
|
13847
|
-
* [
|
|
14022
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1500/71784#DescribePolicy)
|
|
14023
|
+
* [TagWithCreate](https://cloud.tencent.com/document/api/1500/71784#TagWithCreate)
|
|
14024
|
+
* [TagWithDescribe](https://cloud.tencent.com/document/api/1500/71784#TagWithDescribe)
|
|
14025
|
+
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
14026
|
+
* [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
|
|
14027
|
+
* [TaskGroup](https://cloud.tencent.com/document/api/1500/71784#TaskGroup)
|
|
14028
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
14029
|
+
* [TaskGroupActionConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupActionConfig)
|
|
14030
|
+
* [TaskGroupConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupConfig)
|
|
14031
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
14032
|
+
* [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
|
|
14033
|
+
* [TaskMonitor](https://cloud.tencent.com/document/api/1500/71784#TaskMonitor)
|
|
14034
|
+
* [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
|
|
14035
|
+
* [TemplateGroup](https://cloud.tencent.com/document/api/1500/71784#TemplateGroup)
|
|
14036
|
+
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
14037
|
+
* [TemplateListItem](https://cloud.tencent.com/document/api/1500/71784#TemplateListItem)
|
|
14038
|
+
* [TemplateMonitor](https://cloud.tencent.com/document/api/1500/71784#TemplateMonitor)
|
|
14039
|
+
* [TemplatePolicy](https://cloud.tencent.com/document/api/1500/71784#TemplatePolicy)
|
|
13848
14040
|
|
|
13849
14041
|
|
|
13850
14042
|
|
|
@@ -14062,6 +14254,28 @@
|
|
|
14062
14254
|
|
|
14063
14255
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
14064
14256
|
|
|
14257
|
+
### 第 18 次发布
|
|
14258
|
+
|
|
14259
|
+
发布时间:2022-04-08 06:03:52
|
|
14260
|
+
|
|
14261
|
+
本次发布包含了以下内容:
|
|
14262
|
+
|
|
14263
|
+
改善已有的文档。
|
|
14264
|
+
|
|
14265
|
+
修改接口:
|
|
14266
|
+
|
|
14267
|
+
* [DescribeBlockByIpTimesList](https://cloud.tencent.com/document/api/1132/58282)
|
|
14268
|
+
|
|
14269
|
+
* 新增入参:EdgeId, LogSource
|
|
14270
|
+
|
|
14271
|
+
|
|
14272
|
+
修改数据结构:
|
|
14273
|
+
|
|
14274
|
+
* [UnHandleEvent](https://cloud.tencent.com/document/api/1132/49071#UnHandleEvent)
|
|
14275
|
+
|
|
14276
|
+
* 新增成员:VpcFwCount
|
|
14277
|
+
|
|
14278
|
+
|
|
14065
14279
|
### 第 17 次发布
|
|
14066
14280
|
|
|
14067
14281
|
发布时间:2022-03-16 08:05:40
|
|
@@ -17529,6 +17743,40 @@
|
|
|
17529
17743
|
|
|
17530
17744
|
## 日志服务(cls) 版本:2020-10-16
|
|
17531
17745
|
|
|
17746
|
+
### 第 18 次发布
|
|
17747
|
+
|
|
17748
|
+
发布时间:2022-04-11 06:09:13
|
|
17749
|
+
|
|
17750
|
+
本次发布包含了以下内容:
|
|
17751
|
+
|
|
17752
|
+
改善已有的文档。
|
|
17753
|
+
|
|
17754
|
+
新增接口:
|
|
17755
|
+
|
|
17756
|
+
* [[CloseKafkaConsumer](https://cloud.tencent.com/document/api/614/72340)](https://cloud.tencent.com/document/api/#/#)
|
|
17757
|
+
* [[OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)](https://cloud.tencent.com/document/api/#/#)
|
|
17758
|
+
|
|
17759
|
+
### 第 17 次发布
|
|
17760
|
+
|
|
17761
|
+
发布时间:2022-04-07 06:21:48
|
|
17762
|
+
|
|
17763
|
+
本次发布包含了以下内容:
|
|
17764
|
+
|
|
17765
|
+
改善已有的文档。
|
|
17766
|
+
|
|
17767
|
+
新增接口:
|
|
17768
|
+
|
|
17769
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
17770
|
+
* [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
|
|
17771
|
+
* [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
|
|
17772
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
17773
|
+
|
|
17774
|
+
新增数据结构:
|
|
17775
|
+
|
|
17776
|
+
* [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
|
|
17777
|
+
* [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
|
|
17778
|
+
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
17779
|
+
|
|
17532
17780
|
### 第 16 次发布
|
|
17533
17781
|
|
|
17534
17782
|
发布时间:2022-03-29 08:06:55
|
|
@@ -21199,6 +21447,36 @@
|
|
|
21199
21447
|
|
|
21200
21448
|
## 云服务器(cvm) 版本:2017-03-12
|
|
21201
21449
|
|
|
21450
|
+
### 第 78 次发布
|
|
21451
|
+
|
|
21452
|
+
发布时间:2022-04-11 06:09:58
|
|
21453
|
+
|
|
21454
|
+
本次发布包含了以下内容:
|
|
21455
|
+
|
|
21456
|
+
改善已有的文档。
|
|
21457
|
+
|
|
21458
|
+
修改数据结构:
|
|
21459
|
+
|
|
21460
|
+
* [ReservedInstances](https://cloud.tencent.com/document/api/213/15753#ReservedInstances)
|
|
21461
|
+
|
|
21462
|
+
* 新增成员:ReservedInstanceId, ReservedInstanceName
|
|
21463
|
+
|
|
21464
|
+
|
|
21465
|
+
### 第 77 次发布
|
|
21466
|
+
|
|
21467
|
+
发布时间:2022-04-08 06:05:15
|
|
21468
|
+
|
|
21469
|
+
本次发布包含了以下内容:
|
|
21470
|
+
|
|
21471
|
+
改善已有的文档。
|
|
21472
|
+
|
|
21473
|
+
修改接口:
|
|
21474
|
+
|
|
21475
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
21476
|
+
|
|
21477
|
+
* 新增入参:DisableApiTermination
|
|
21478
|
+
|
|
21479
|
+
|
|
21202
21480
|
### 第 76 次发布
|
|
21203
21481
|
|
|
21204
21482
|
发布时间:2022-03-28 08:06:12
|
|
@@ -22706,6 +22984,21 @@
|
|
|
22706
22984
|
|
|
22707
22985
|
## 主机安全(cwp) 版本:2018-02-28
|
|
22708
22986
|
|
|
22987
|
+
### 第 39 次发布
|
|
22988
|
+
|
|
22989
|
+
发布时间:2022-04-04 06:27:42
|
|
22990
|
+
|
|
22991
|
+
本次发布包含了以下内容:
|
|
22992
|
+
|
|
22993
|
+
改善已有的文档。
|
|
22994
|
+
|
|
22995
|
+
修改数据结构:
|
|
22996
|
+
|
|
22997
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
22998
|
+
|
|
22999
|
+
* 新增成员:DataStatus
|
|
23000
|
+
|
|
23001
|
+
|
|
22709
23002
|
### 第 38 次发布
|
|
22710
23003
|
|
|
22711
23004
|
发布时间:2022-03-24 20:38:18
|
|
@@ -32070,6 +32363,21 @@
|
|
|
32070
32363
|
|
|
32071
32364
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
32072
32365
|
|
|
32366
|
+
### 第 39 次发布
|
|
32367
|
+
|
|
32368
|
+
发布时间:2022-04-01 06:09:09
|
|
32369
|
+
|
|
32370
|
+
本次发布包含了以下内容:
|
|
32371
|
+
|
|
32372
|
+
改善已有的文档。
|
|
32373
|
+
|
|
32374
|
+
修改数据结构:
|
|
32375
|
+
|
|
32376
|
+
* [IntentionVerifyData](https://cloud.tencent.com/document/api/1007/41958#IntentionVerifyData)
|
|
32377
|
+
|
|
32378
|
+
* 新增成员:AsrResultSimilarity
|
|
32379
|
+
|
|
32380
|
+
|
|
32073
32381
|
### 第 38 次发布
|
|
32074
32382
|
|
|
32075
32383
|
发布时间:2022-01-21 08:11:28
|
|
@@ -34308,6 +34616,21 @@
|
|
|
34308
34616
|
|
|
34309
34617
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
34310
34618
|
|
|
34619
|
+
### 第 17 次发布
|
|
34620
|
+
|
|
34621
|
+
发布时间:2022-04-08 06:07:59
|
|
34622
|
+
|
|
34623
|
+
本次发布包含了以下内容:
|
|
34624
|
+
|
|
34625
|
+
改善已有的文档。
|
|
34626
|
+
|
|
34627
|
+
修改接口:
|
|
34628
|
+
|
|
34629
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
|
|
34630
|
+
|
|
34631
|
+
* 新增入参:RunMode
|
|
34632
|
+
|
|
34633
|
+
|
|
34311
34634
|
### 第 16 次发布
|
|
34312
34635
|
|
|
34313
34636
|
发布时间:2022-01-11 08:09:37
|
|
@@ -36368,6 +36691,35 @@
|
|
|
36368
36691
|
|
|
36369
36692
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
36370
36693
|
|
|
36694
|
+
### 第 7 次发布
|
|
36695
|
+
|
|
36696
|
+
发布时间:2022-04-08 06:08:23
|
|
36697
|
+
|
|
36698
|
+
本次发布包含了以下内容:
|
|
36699
|
+
|
|
36700
|
+
改善已有的文档。
|
|
36701
|
+
|
|
36702
|
+
新增接口:
|
|
36703
|
+
|
|
36704
|
+
* [BuildMessageRoute](https://cloud.tencent.com/document/api/1118/72274)
|
|
36705
|
+
* [CreateEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72273)
|
|
36706
|
+
* [CreateIotDevice](https://cloud.tencent.com/document/api/1118/72272)
|
|
36707
|
+
* [CreateMessageRoute](https://cloud.tencent.com/document/api/1118/72271)
|
|
36708
|
+
* [DeleteEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72270)
|
|
36709
|
+
* [DeleteIotDevice](https://cloud.tencent.com/document/api/1118/72269)
|
|
36710
|
+
* [DeleteMessageRoute](https://cloud.tencent.com/document/api/1118/72268)
|
|
36711
|
+
* [DescribeIotDevice](https://cloud.tencent.com/document/api/1118/72267)
|
|
36712
|
+
* [DescribeIotDevices](https://cloud.tencent.com/document/api/1118/72266)
|
|
36713
|
+
* [DescribeMessageRouteList](https://cloud.tencent.com/document/api/1118/72265)
|
|
36714
|
+
* [ModifyIotDevice](https://cloud.tencent.com/document/api/1118/72264)
|
|
36715
|
+
* [SetRouteOnOff](https://cloud.tencent.com/document/api/1118/72263)
|
|
36716
|
+
|
|
36717
|
+
新增数据结构:
|
|
36718
|
+
|
|
36719
|
+
* [DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice)
|
|
36720
|
+
* [IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo)
|
|
36721
|
+
* [RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo)
|
|
36722
|
+
|
|
36371
36723
|
### 第 6 次发布
|
|
36372
36724
|
|
|
36373
36725
|
发布时间:2022-03-23 08:07:34
|
|
@@ -37112,6 +37464,19 @@
|
|
|
37112
37464
|
|
|
37113
37465
|
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
37114
37466
|
|
|
37467
|
+
### 第 27 次发布
|
|
37468
|
+
|
|
37469
|
+
发布时间:2022-04-01 15:19:16
|
|
37470
|
+
|
|
37471
|
+
本次发布包含了以下内容:
|
|
37472
|
+
|
|
37473
|
+
改善已有的文档。
|
|
37474
|
+
|
|
37475
|
+
新增接口:
|
|
37476
|
+
|
|
37477
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/634/71942)
|
|
37478
|
+
* [UpdateProductDynamicRegister](https://cloud.tencent.com/document/api/634/71941)
|
|
37479
|
+
|
|
37115
37480
|
### 第 26 次发布
|
|
37116
37481
|
|
|
37117
37482
|
发布时间:2022-02-22 08:08:24
|
|
@@ -37719,6 +38084,39 @@
|
|
|
37719
38084
|
|
|
37720
38085
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
37721
38086
|
|
|
38087
|
+
### 第 2 次发布
|
|
38088
|
+
|
|
38089
|
+
发布时间:2022-04-01 15:20:13
|
|
38090
|
+
|
|
38091
|
+
本次发布包含了以下内容:
|
|
38092
|
+
|
|
38093
|
+
改善已有的文档。
|
|
38094
|
+
|
|
38095
|
+
新增接口:
|
|
38096
|
+
|
|
38097
|
+
* [DeleteProductPrivateCA](https://cloud.tencent.com/document/api/634/71963)
|
|
38098
|
+
* [ListLog](https://cloud.tencent.com/document/api/634/71956)
|
|
38099
|
+
* [ListLogPayload](https://cloud.tencent.com/document/api/634/71955)
|
|
38100
|
+
* [ListSDKLog](https://cloud.tencent.com/document/api/634/71954)
|
|
38101
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/634/71952)
|
|
38102
|
+
* [SetProductsForbiddenStatus](https://cloud.tencent.com/document/api/634/71960)
|
|
38103
|
+
* [UpdateDevicePSK](https://cloud.tencent.com/document/api/634/71945)
|
|
38104
|
+
* [UpdateProductDynamicRegister](https://cloud.tencent.com/document/api/634/71959)
|
|
38105
|
+
* [UpdateProductPrivateCA](https://cloud.tencent.com/document/api/634/71958)
|
|
38106
|
+
|
|
38107
|
+
修改接口:
|
|
38108
|
+
|
|
38109
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
38110
|
+
|
|
38111
|
+
* 新增出参:CreateUserId
|
|
38112
|
+
|
|
38113
|
+
|
|
38114
|
+
新增数据结构:
|
|
38115
|
+
|
|
38116
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/71973#CLSLogItem)
|
|
38117
|
+
* [PayloadLogItem](https://cloud.tencent.com/document/api/634/71973#PayloadLogItem)
|
|
38118
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/634/71973#SDKLogItem)
|
|
38119
|
+
|
|
37722
38120
|
### 第 1 次发布
|
|
37723
38121
|
|
|
37724
38122
|
发布时间:2021-07-21 08:06:35
|
|
@@ -37729,38 +38127,53 @@
|
|
|
37729
38127
|
|
|
37730
38128
|
新增接口:
|
|
37731
38129
|
|
|
37732
|
-
* [CreateDevice](https://cloud.tencent.com/document/api
|
|
37733
|
-
* [CreatePrivateCA](https://cloud.tencent.com/document/api
|
|
37734
|
-
* [DeleteDevice](https://cloud.tencent.com/document/api
|
|
37735
|
-
* [DeletePrivateCA](https://cloud.tencent.com/document/api
|
|
37736
|
-
* [DeleteProduct](https://cloud.tencent.com/document/api
|
|
37737
|
-
* [DescribeDevice](https://cloud.tencent.com/document/api
|
|
37738
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api
|
|
37739
|
-
* [DescribePrivateCA](https://cloud.tencent.com/document/api
|
|
37740
|
-
* [DescribePrivateCABindedProducts](https://cloud.tencent.com/document/api
|
|
37741
|
-
* [DescribePrivateCAs](https://cloud.tencent.com/document/api
|
|
37742
|
-
* [DescribeProduct](https://cloud.tencent.com/document/api
|
|
37743
|
-
* [DescribeProductCA](https://cloud.tencent.com/document/api
|
|
37744
|
-
* [UpdateDeviceLogLevel](https://cloud.tencent.com/document/api
|
|
37745
|
-
* [UpdateDevicesEnableState](https://cloud.tencent.com/document/api
|
|
37746
|
-
* [UpdatePrivateCA](https://cloud.tencent.com/document/api
|
|
38130
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/634/71950)
|
|
38131
|
+
* [CreatePrivateCA](https://cloud.tencent.com/document/api/634/71972)
|
|
38132
|
+
* [DeleteDevice](https://cloud.tencent.com/document/api/634/71949)
|
|
38133
|
+
* [DeletePrivateCA](https://cloud.tencent.com/document/api/634/71970)
|
|
38134
|
+
* [DeleteProduct](https://cloud.tencent.com/document/api/634/71964)
|
|
38135
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
38136
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/71947)
|
|
38137
|
+
* [DescribePrivateCA](https://cloud.tencent.com/document/api/634/71969)
|
|
38138
|
+
* [DescribePrivateCABindedProducts](https://cloud.tencent.com/document/api/634/71968)
|
|
38139
|
+
* [DescribePrivateCAs](https://cloud.tencent.com/document/api/634/71967)
|
|
38140
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/634/71962)
|
|
38141
|
+
* [DescribeProductCA](https://cloud.tencent.com/document/api/634/71961)
|
|
38142
|
+
* [UpdateDeviceLogLevel](https://cloud.tencent.com/document/api/634/71946)
|
|
38143
|
+
* [UpdateDevicesEnableState](https://cloud.tencent.com/document/api/634/71944)
|
|
38144
|
+
* [UpdatePrivateCA](https://cloud.tencent.com/document/api/634/71966)
|
|
37747
38145
|
|
|
37748
38146
|
新增数据结构:
|
|
37749
38147
|
|
|
37750
|
-
* [Attribute](https://cloud.tencent.com/document/api
|
|
37751
|
-
* [BindProductInfo](https://cloud.tencent.com/document/api
|
|
37752
|
-
* [CertInfo](https://cloud.tencent.com/document/api
|
|
37753
|
-
* [DeviceInfo](https://cloud.tencent.com/document/api
|
|
37754
|
-
* [DeviceLabel](https://cloud.tencent.com/document/api
|
|
37755
|
-
* [DeviceTag](https://cloud.tencent.com/document/api
|
|
37756
|
-
* [ProductMetadata](https://cloud.tencent.com/document/api
|
|
37757
|
-
* [ProductProperties](https://cloud.tencent.com/document/api
|
|
38148
|
+
* [Attribute](https://cloud.tencent.com/document/api/634/71973#Attribute)
|
|
38149
|
+
* [BindProductInfo](https://cloud.tencent.com/document/api/634/71973#BindProductInfo)
|
|
38150
|
+
* [CertInfo](https://cloud.tencent.com/document/api/634/71973#CertInfo)
|
|
38151
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceInfo)
|
|
38152
|
+
* [DeviceLabel](https://cloud.tencent.com/document/api/634/71973#DeviceLabel)
|
|
38153
|
+
* [DeviceTag](https://cloud.tencent.com/document/api/634/71973#DeviceTag)
|
|
38154
|
+
* [ProductMetadata](https://cloud.tencent.com/document/api/634/71973#ProductMetadata)
|
|
38155
|
+
* [ProductProperties](https://cloud.tencent.com/document/api/634/71973#ProductProperties)
|
|
37758
38156
|
|
|
37759
38157
|
|
|
37760
38158
|
|
|
37761
38159
|
|
|
37762
38160
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
37763
38161
|
|
|
38162
|
+
### 第 42 次发布
|
|
38163
|
+
|
|
38164
|
+
发布时间:2022-04-11 06:13:21
|
|
38165
|
+
|
|
38166
|
+
本次发布包含了以下内容:
|
|
38167
|
+
|
|
38168
|
+
改善已有的文档。
|
|
38169
|
+
|
|
38170
|
+
修改数据结构:
|
|
38171
|
+
|
|
38172
|
+
* [LoRaGatewayLocation](https://cloud.tencent.com/document/api/1081/34988#LoRaGatewayLocation)
|
|
38173
|
+
|
|
38174
|
+
* <font color="#dd0000">**修改成员**:</font>Accuracy, Altitude
|
|
38175
|
+
|
|
38176
|
+
|
|
37764
38177
|
### 第 41 次发布
|
|
37765
38178
|
|
|
37766
38179
|
发布时间:2022-02-15 08:09:38
|
|
@@ -40490,6 +40903,36 @@
|
|
|
40490
40903
|
|
|
40491
40904
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
40492
40905
|
|
|
40906
|
+
### 第 28 次发布
|
|
40907
|
+
|
|
40908
|
+
发布时间:2022-04-08 06:09:37
|
|
40909
|
+
|
|
40910
|
+
本次发布包含了以下内容:
|
|
40911
|
+
|
|
40912
|
+
改善已有的文档。
|
|
40913
|
+
|
|
40914
|
+
修改接口:
|
|
40915
|
+
|
|
40916
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
40917
|
+
|
|
40918
|
+
* 新增入参:AutoVoucher
|
|
40919
|
+
|
|
40920
|
+
|
|
40921
|
+
### 第 27 次发布
|
|
40922
|
+
|
|
40923
|
+
发布时间:2022-04-01 06:11:10
|
|
40924
|
+
|
|
40925
|
+
本次发布包含了以下内容:
|
|
40926
|
+
|
|
40927
|
+
改善已有的文档。
|
|
40928
|
+
|
|
40929
|
+
修改数据结构:
|
|
40930
|
+
|
|
40931
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
40932
|
+
|
|
40933
|
+
* 新增成员:InstanceRestrictState
|
|
40934
|
+
|
|
40935
|
+
|
|
40493
40936
|
### 第 26 次发布
|
|
40494
40937
|
|
|
40495
40938
|
发布时间:2022-03-03 08:08:18
|
|
@@ -43817,6 +44260,22 @@
|
|
|
43817
44260
|
|
|
43818
44261
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
43819
44262
|
|
|
44263
|
+
### 第 20 次发布
|
|
44264
|
+
|
|
44265
|
+
发布时间:2022-04-01 06:11:50
|
|
44266
|
+
|
|
44267
|
+
本次发布包含了以下内容:
|
|
44268
|
+
|
|
44269
|
+
改善已有的文档。
|
|
44270
|
+
|
|
44271
|
+
新增接口:
|
|
44272
|
+
|
|
44273
|
+
* [ModifyDBInstanceNetworkAddress](https://cloud.tencent.com/document/api/240/71918)
|
|
44274
|
+
|
|
44275
|
+
新增数据结构:
|
|
44276
|
+
|
|
44277
|
+
* [ModifyNetworkAddress](https://cloud.tencent.com/document/api/240/38576#ModifyNetworkAddress)
|
|
44278
|
+
|
|
43820
44279
|
### 第 19 次发布
|
|
43821
44280
|
|
|
43822
44281
|
发布时间:2022-03-03 08:08:57
|
|
@@ -54089,6 +54548,56 @@
|
|
|
54089
54548
|
|
|
54090
54549
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
54091
54550
|
|
|
54551
|
+
### 第 8 次发布
|
|
54552
|
+
|
|
54553
|
+
发布时间:2022-04-11 06:16:51
|
|
54554
|
+
|
|
54555
|
+
本次发布包含了以下内容:
|
|
54556
|
+
|
|
54557
|
+
改善已有的文档。
|
|
54558
|
+
|
|
54559
|
+
新增接口:
|
|
54560
|
+
|
|
54561
|
+
* [[DescribeMappingResults](https://cloud.tencent.com/document/api/664/72341)](https://cloud.tencent.com/document/api/#/#)
|
|
54562
|
+
|
|
54563
|
+
新增数据结构:
|
|
54564
|
+
|
|
54565
|
+
* [[AssetQueryFilter](https://cloud.tencent.com/document/api/664/51406#AssetQueryFilter)](https://cloud.tencent.com/document/api/664/51406#[AssetQueryFilter](https://cloud.tencent.com/document/api/664/51406#AssetQueryFilter))
|
|
54566
|
+
* [[AssetTypeStatistic](https://cloud.tencent.com/document/api/664/51406#AssetTypeStatistic)](https://cloud.tencent.com/document/api/664/51406#[AssetTypeStatistic](https://cloud.tencent.com/document/api/664/51406#AssetTypeStatistic))
|
|
54567
|
+
* [[MappingResult](https://cloud.tencent.com/document/api/664/51406#MappingResult)](https://cloud.tencent.com/document/api/664/51406#[MappingResult](https://cloud.tencent.com/document/api/664/51406#MappingResult))
|
|
54568
|
+
* [[Results](https://cloud.tencent.com/document/api/664/51406#Results)](https://cloud.tencent.com/document/api/664/51406#[Results](https://cloud.tencent.com/document/api/664/51406#Results))
|
|
54569
|
+
* [[SecurityStatus](https://cloud.tencent.com/document/api/664/51406#SecurityStatus)](https://cloud.tencent.com/document/api/664/51406#[SecurityStatus](https://cloud.tencent.com/document/api/664/51406#SecurityStatus))
|
|
54570
|
+
|
|
54571
|
+
### 第 7 次发布
|
|
54572
|
+
|
|
54573
|
+
发布时间:2022-04-01 06:13:54
|
|
54574
|
+
|
|
54575
|
+
本次发布包含了以下内容:
|
|
54576
|
+
|
|
54577
|
+
改善已有的文档。
|
|
54578
|
+
|
|
54579
|
+
修改接口:
|
|
54580
|
+
|
|
54581
|
+
* [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
|
|
54582
|
+
|
|
54583
|
+
* 新增入参:ExportFlag
|
|
54584
|
+
|
|
54585
|
+
* [DescribeVulDetail](https://cloud.tencent.com/document/api/664/51980)
|
|
54586
|
+
|
|
54587
|
+
* 新增出参:VulPath
|
|
54588
|
+
|
|
54589
|
+
|
|
54590
|
+
修改数据结构:
|
|
54591
|
+
|
|
54592
|
+
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
54593
|
+
|
|
54594
|
+
* 新增成员:SearchData, IpCountryIso, IpProvinceIso, IpCity, EventSubType
|
|
54595
|
+
|
|
54596
|
+
* [VulItem](https://cloud.tencent.com/document/api/664/51406#VulItem)
|
|
54597
|
+
|
|
54598
|
+
* 新增成员:VulPath
|
|
54599
|
+
|
|
54600
|
+
|
|
54092
54601
|
### 第 6 次发布
|
|
54093
54602
|
|
|
54094
54603
|
发布时间:2021-11-22 08:10:13
|
|
@@ -55046,6 +55555,30 @@
|
|
|
55046
55555
|
|
|
55047
55556
|
## 标签(tag) 版本:2018-08-13
|
|
55048
55557
|
|
|
55558
|
+
### 第 10 次发布
|
|
55559
|
+
|
|
55560
|
+
发布时间:2022-04-08 06:12:35
|
|
55561
|
+
|
|
55562
|
+
本次发布包含了以下内容:
|
|
55563
|
+
|
|
55564
|
+
改善已有的文档。
|
|
55565
|
+
|
|
55566
|
+
新增接口:
|
|
55567
|
+
|
|
55568
|
+
* [CreateTags](https://cloud.tencent.com/document/api/651/72282)
|
|
55569
|
+
* [DeleteTags](https://cloud.tencent.com/document/api/651/72281)
|
|
55570
|
+
* [GetResources](https://cloud.tencent.com/document/api/651/72278)
|
|
55571
|
+
* [GetTagKeys](https://cloud.tencent.com/document/api/651/72277)
|
|
55572
|
+
* [GetTagValues](https://cloud.tencent.com/document/api/651/72276)
|
|
55573
|
+
* [GetTags](https://cloud.tencent.com/document/api/651/72275)
|
|
55574
|
+
* [TagResources](https://cloud.tencent.com/document/api/651/72280)
|
|
55575
|
+
* [UnTagResources](https://cloud.tencent.com/document/api/651/72279)
|
|
55576
|
+
|
|
55577
|
+
新增数据结构:
|
|
55578
|
+
|
|
55579
|
+
* [FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource)
|
|
55580
|
+
* [ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping)
|
|
55581
|
+
|
|
55049
55582
|
### 第 9 次发布
|
|
55050
55583
|
|
|
55051
55584
|
发布时间:2020-07-30 08:15:41
|
|
@@ -59982,6 +60515,48 @@
|
|
|
59982
60515
|
|
|
59983
60516
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
59984
60517
|
|
|
60518
|
+
### 第 33 次发布
|
|
60519
|
+
|
|
60520
|
+
发布时间:2022-04-11 06:18:16
|
|
60521
|
+
|
|
60522
|
+
本次发布包含了以下内容:
|
|
60523
|
+
|
|
60524
|
+
改善已有的文档。
|
|
60525
|
+
|
|
60526
|
+
修改数据结构:
|
|
60527
|
+
|
|
60528
|
+
* [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
|
|
60529
|
+
|
|
60530
|
+
* 新增成员:TopicName
|
|
60531
|
+
|
|
60532
|
+
|
|
60533
|
+
### 第 32 次发布
|
|
60534
|
+
|
|
60535
|
+
发布时间:2022-04-08 06:13:51
|
|
60536
|
+
|
|
60537
|
+
本次发布包含了以下内容:
|
|
60538
|
+
|
|
60539
|
+
改善已有的文档。
|
|
60540
|
+
|
|
60541
|
+
修改数据结构:
|
|
60542
|
+
|
|
60543
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
60544
|
+
|
|
60545
|
+
* 新增成员:RetentionSizeInMB
|
|
60546
|
+
|
|
60547
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
60548
|
+
|
|
60549
|
+
* 新增成员:Status
|
|
60550
|
+
|
|
60551
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
60552
|
+
|
|
60553
|
+
* 新增成员:SupportNamespaceEndpoint
|
|
60554
|
+
|
|
60555
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
60556
|
+
|
|
60557
|
+
* 新增成员:PublicEndpoint, VpcEndpoint
|
|
60558
|
+
|
|
60559
|
+
|
|
59985
60560
|
### 第 31 次发布
|
|
59986
60561
|
|
|
59987
60562
|
发布时间:2022-03-24 20:46:23
|
|
@@ -61315,6 +61890,26 @@
|
|
|
61315
61890
|
|
|
61316
61891
|
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
61317
61892
|
|
|
61893
|
+
### 第 8 次发布
|
|
61894
|
+
|
|
61895
|
+
发布时间:2022-04-01 06:15:33
|
|
61896
|
+
|
|
61897
|
+
本次发布包含了以下内容:
|
|
61898
|
+
|
|
61899
|
+
改善已有的文档。
|
|
61900
|
+
|
|
61901
|
+
修改接口:
|
|
61902
|
+
|
|
61903
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
|
|
61904
|
+
|
|
61905
|
+
* 新增入参:LoginNode, LoginNodeCount, Tags
|
|
61906
|
+
|
|
61907
|
+
|
|
61908
|
+
新增数据结构:
|
|
61909
|
+
|
|
61910
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/64906#LoginNode)
|
|
61911
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/64906#Tag)
|
|
61912
|
+
|
|
61318
61913
|
### 第 7 次发布
|
|
61319
61914
|
|
|
61320
61915
|
发布时间:2022-03-30 06:13:05
|
|
@@ -61447,6 +62042,48 @@
|
|
|
61447
62042
|
|
|
61448
62043
|
|
|
61449
62044
|
|
|
62045
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
62046
|
+
|
|
62047
|
+
### 第 1 次发布
|
|
62048
|
+
|
|
62049
|
+
发布时间:2022-04-04 11:19:56
|
|
62050
|
+
|
|
62051
|
+
本次发布包含了以下内容:
|
|
62052
|
+
|
|
62053
|
+
改善已有的文档。
|
|
62054
|
+
|
|
62055
|
+
新增接口:
|
|
62056
|
+
|
|
62057
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/72105)
|
|
62058
|
+
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/72107)
|
|
62059
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/72102)
|
|
62060
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/72101)
|
|
62061
|
+
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/72104)
|
|
62062
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/72100)
|
|
62063
|
+
|
|
62064
|
+
新增数据结构:
|
|
62065
|
+
|
|
62066
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/72108#CFSOption)
|
|
62067
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
|
|
62068
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/72108#ComputeNode)
|
|
62069
|
+
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/72108#ComputeNodeOverview)
|
|
62070
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/72108#DataDisk)
|
|
62071
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/72108#GooseFSOption)
|
|
62072
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/72108#InstanceChargePrepaid)
|
|
62073
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/72108#InternetAccessible)
|
|
62074
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/72108#LoginNode)
|
|
62075
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/72108#LoginNodeOverview)
|
|
62076
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/72108#LoginSettings)
|
|
62077
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/72108#ManagerNode)
|
|
62078
|
+
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/72108#ManagerNodeOverview)
|
|
62079
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/72108#Placement)
|
|
62080
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/72108#StorageOption)
|
|
62081
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/72108#SystemDisk)
|
|
62082
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/72108#Tag)
|
|
62083
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/72108#VirtualPrivateCloud)
|
|
62084
|
+
|
|
62085
|
+
|
|
62086
|
+
|
|
61450
62087
|
|
|
61451
62088
|
## 智能钛机器学习(tia) 版本:2018-02-26
|
|
61452
62089
|
|
|
@@ -63078,6 +63715,43 @@
|
|
|
63078
63715
|
|
|
63079
63716
|
## 容器服务(tke) 版本:2018-05-25
|
|
63080
63717
|
|
|
63718
|
+
### 第 96 次发布
|
|
63719
|
+
|
|
63720
|
+
发布时间:2022-04-06 17:49:55
|
|
63721
|
+
|
|
63722
|
+
本次发布包含了以下内容:
|
|
63723
|
+
|
|
63724
|
+
改善已有的文档。
|
|
63725
|
+
|
|
63726
|
+
修改数据结构:
|
|
63727
|
+
|
|
63728
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
63729
|
+
|
|
63730
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
63731
|
+
|
|
63732
|
+
|
|
63733
|
+
### 第 95 次发布
|
|
63734
|
+
|
|
63735
|
+
发布时间:2022-04-01 20:14:58
|
|
63736
|
+
|
|
63737
|
+
本次发布包含了以下内容:
|
|
63738
|
+
|
|
63739
|
+
改善已有的文档。
|
|
63740
|
+
|
|
63741
|
+
新增接口:
|
|
63742
|
+
|
|
63743
|
+
* [DescribeClusterLevelAttribute](https://cloud.tencent.com/document/api/457/72007)
|
|
63744
|
+
* [DescribeClusterLevelChangeRecords](https://cloud.tencent.com/document/api/457/72006)
|
|
63745
|
+
* [DescribeResourceUsage](https://cloud.tencent.com/document/api/457/72005)
|
|
63746
|
+
* [GetClusterLevelPrice](https://cloud.tencent.com/document/api/457/72004)
|
|
63747
|
+
|
|
63748
|
+
新增数据结构:
|
|
63749
|
+
|
|
63750
|
+
* [ClusterLevelAttribute](https://cloud.tencent.com/document/api/457/31866#ClusterLevelAttribute)
|
|
63751
|
+
* [ClusterLevelChangeRecord](https://cloud.tencent.com/document/api/457/31866#ClusterLevelChangeRecord)
|
|
63752
|
+
* [ResourceUsage](https://cloud.tencent.com/document/api/457/31866#ResourceUsage)
|
|
63753
|
+
* [ResourceUsageDetail](https://cloud.tencent.com/document/api/457/31866#ResourceUsageDetail)
|
|
63754
|
+
|
|
63081
63755
|
### 第 94 次发布
|
|
63082
63756
|
|
|
63083
63757
|
发布时间:2022-03-22 08:16:05
|
|
@@ -66010,6 +66684,24 @@
|
|
|
66010
66684
|
|
|
66011
66685
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
66012
66686
|
|
|
66687
|
+
### 第 71 次发布
|
|
66688
|
+
|
|
66689
|
+
发布时间:2022-04-11 06:19:17
|
|
66690
|
+
|
|
66691
|
+
本次发布包含了以下内容:
|
|
66692
|
+
|
|
66693
|
+
改善已有的文档。
|
|
66694
|
+
|
|
66695
|
+
新增接口:
|
|
66696
|
+
|
|
66697
|
+
* [[DescribeInstances](https://cloud.tencent.com/document/api/649/72342)](https://cloud.tencent.com/document/api/#/#)
|
|
66698
|
+
|
|
66699
|
+
新增数据结构:
|
|
66700
|
+
|
|
66701
|
+
* [[Filter](https://cloud.tencent.com/document/api/649/36099#Filter)](https://cloud.tencent.com/document/api/649/36099#[Filter](https://cloud.tencent.com/document/api/649/36099#Filter))
|
|
66702
|
+
* [[InstanceEnrichedInfo](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfo)](https://cloud.tencent.com/document/api/649/36099#[InstanceEnrichedInfo](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfo))
|
|
66703
|
+
* [[InstanceEnrichedInfoPage](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfoPage)](https://cloud.tencent.com/document/api/649/36099#[InstanceEnrichedInfoPage](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfoPage))
|
|
66704
|
+
|
|
66013
66705
|
### 第 70 次发布
|
|
66014
66706
|
|
|
66015
66707
|
发布时间:2022-03-01 08:14:14
|
|
@@ -73916,6 +74608,32 @@
|
|
|
73916
74608
|
|
|
73917
74609
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
73918
74610
|
|
|
74611
|
+
### 第 10 次发布
|
|
74612
|
+
|
|
74613
|
+
发布时间:2022-04-04 07:39:05
|
|
74614
|
+
|
|
74615
|
+
本次发布包含了以下内容:
|
|
74616
|
+
|
|
74617
|
+
改善已有的文档。
|
|
74618
|
+
|
|
74619
|
+
新增接口:
|
|
74620
|
+
|
|
74621
|
+
* [QueryCrmStatistics](https://cloud.tencent.com/document/api/1318/72098)
|
|
74622
|
+
* [QueryCustomerEventDetailStatistics](https://cloud.tencent.com/document/api/1318/72097)
|
|
74623
|
+
* [QueryExternalUserEventList](https://cloud.tencent.com/document/api/1318/72096)
|
|
74624
|
+
* [QueryMaterialList](https://cloud.tencent.com/document/api/1318/72095)
|
|
74625
|
+
* [QueryStaffEventDetailStatistics](https://cloud.tencent.com/document/api/1318/72094)
|
|
74626
|
+
* [QueryUserInfoList](https://cloud.tencent.com/document/api/1318/72093)
|
|
74627
|
+
|
|
74628
|
+
新增数据结构:
|
|
74629
|
+
|
|
74630
|
+
* [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
|
|
74631
|
+
* [CrmStatisticsData](https://cloud.tencent.com/document/api/1318/56791#CrmStatisticsData)
|
|
74632
|
+
* [CustomerActionEventDetail](https://cloud.tencent.com/document/api/1318/56791#CustomerActionEventDetail)
|
|
74633
|
+
* [ExternalUserEventInfo](https://cloud.tencent.com/document/api/1318/56791#ExternalUserEventInfo)
|
|
74634
|
+
* [MaterialInfo](https://cloud.tencent.com/document/api/1318/56791#MaterialInfo)
|
|
74635
|
+
* [SalesActionEventDetail](https://cloud.tencent.com/document/api/1318/56791#SalesActionEventDetail)
|
|
74636
|
+
|
|
73919
74637
|
### 第 9 次发布
|
|
73920
74638
|
|
|
73921
74639
|
发布时间:2021-12-21 08:13:33
|