tencentcloud-sdk-nodejs 4.0.436 → 4.0.439
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 +1142 -0
- package/SERVICE_CHANGELOG.md +1365 -43
- package/package.json +1 -1
- package/products.md +42 -42
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -35
- package/src/services/bda/v20200324/bda_models.ts +31 -6
- package/src/services/bma/v20210624/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cdb/v20170320/cdb_client.ts +17 -0
- package/src/services/cdb/v20170320/cdb_models.ts +285 -2
- package/src/services/cfs/v20190719/cfs_client.ts +253 -103
- package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
- package/src/services/cfw/v20190904/cfw_client.ts +12 -12
- package/src/services/cfw/v20190904/cfw_models.ts +72 -40
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +192 -53
- package/src/services/cwp/v20180228/cwp_models.ts +1370 -336
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
- package/src/services/ecm/v20190719/ecm_models.ts +9 -0
- package/src/services/emr/v20190103/emr_models.ts +42 -3
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +283 -102
- package/src/services/gme/v20180711/gme_client.ts +15 -2
- package/src/services/gme/v20180711/gme_models.ts +80 -15
- package/src/services/monitor/v20180724/monitor_client.ts +20 -4
- package/src/services/monitor/v20180724/monitor_models.ts +231 -56
- package/src/services/ms/v20180408/ms_client.ts +26 -11
- package/src/services/ms/v20180408/ms_models.ts +224 -27
- package/src/services/ocr/v20181119/ocr_client.ts +18 -3
- package/src/services/ocr/v20181119/ocr_models.ts +166 -76
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +15 -0
- package/src/services/ses/v20201002/ses_models.ts +10 -8
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/taf/v20200210/taf_client.ts +1 -15
- package/src/services/taf/v20200210/taf_models.ts +8 -96
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/teo/v20220106/teo_models.ts +17 -11
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/tts/v20190823/tts_models.ts +6 -2
- package/src/services/vm/v20210922/vm_client.ts +2 -0
- package/src/services/vm/v20210922/vm_models.ts +87 -28
- package/src/services/vod/v20180717/vod_client.ts +16 -0
- package/src/services/vod/v20180717/vod_models.ts +67 -1
- package/src/services/vpc/v20170312/vpc_client.ts +7 -7
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -30
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +60 -35
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
- 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 +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1146 -289
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +234 -83
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +68 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +196 -51
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
- package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/test/antiddos.v20200309.test.js +0 -10
- package/test/cbs.v20170312.test.js +58 -8
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfs.v20190719.test.js +150 -30
- package/test/cfw.v20190904.test.js +8 -8
- package/test/cwp.v20180228.test.js +128 -18
- package/test/cynosdb.v20190107.test.js +34 -14
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/gme.v20180711.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/ms.v20180408.test.js +12 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +72 -2
- package/test/taf.v20200210.test.js +0 -10
- package/test/tione.v20211111.test.js +72 -2
- package/test/vod.v20180717.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 42 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-12 06:07:03
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
16
|
+
|
|
17
|
+
* 新增成员:VitalityVersion
|
|
18
|
+
|
|
4
19
|
|
|
5
|
-
### 第 6 次发布
|
|
6
20
|
|
|
7
|
-
|
|
21
|
+
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
|
+
|
|
24
|
+
### 第 24 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-09-09 06:13:35
|
|
8
27
|
|
|
9
28
|
本次发布包含了以下内容:
|
|
10
29
|
|
|
@@ -12,28 +31,196 @@
|
|
|
12
31
|
|
|
13
32
|
新增接口:
|
|
14
33
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
34
|
+
* [DescribeDefenseSwitch](https://cloud.tencent.com/document/api/1132/80322)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
39
|
+
|
|
40
|
+
### 第 72 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2022-09-09 06:14:53
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
18
47
|
|
|
19
48
|
修改接口:
|
|
20
49
|
|
|
21
|
-
* [
|
|
50
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/214/46802)
|
|
22
51
|
|
|
23
|
-
* 新增入参:
|
|
52
|
+
* 新增入参:StorageType
|
|
24
53
|
|
|
25
54
|
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
58
|
+
|
|
59
|
+
### 第 85 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2022-09-09 06:16:31
|
|
62
|
+
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
66
|
+
|
|
67
|
+
修改数据结构:
|
|
68
|
+
|
|
69
|
+
* [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
|
|
70
|
+
|
|
71
|
+
* 新增成员:PayInfo, PayInfoType
|
|
72
|
+
|
|
73
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
74
|
+
|
|
75
|
+
* 新增成员:TimeFinish
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
81
|
+
|
|
82
|
+
### 第 53 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2022-09-12 06:18:20
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
新增接口:
|
|
91
|
+
|
|
92
|
+
* [CreateLicenseOrder](https://cloud.tencent.com/document/api/296/80402)
|
|
93
|
+
* [DeleteLicenseRecord](https://cloud.tencent.com/document/api/296/80401)
|
|
94
|
+
* [DescribeLicenseBindList](https://cloud.tencent.com/document/api/296/80400)
|
|
95
|
+
* [DescribeLicenseBindSchedule](https://cloud.tencent.com/document/api/296/80399)
|
|
96
|
+
* [DescribeLicenseGeneral](https://cloud.tencent.com/document/api/296/80398)
|
|
97
|
+
* [DescribeLicenseList](https://cloud.tencent.com/document/api/296/80397)
|
|
98
|
+
* [DestroyOrder](https://cloud.tencent.com/document/api/296/80396)
|
|
99
|
+
* [ExportLicenseDetail](https://cloud.tencent.com/document/api/296/80395)
|
|
100
|
+
* [ModifyLicenseBinds](https://cloud.tencent.com/document/api/296/80394)
|
|
101
|
+
* [ModifyLicenseUnBinds](https://cloud.tencent.com/document/api/296/80393)
|
|
102
|
+
* [ModifyOrderAttribute](https://cloud.tencent.com/document/api/296/80392)
|
|
103
|
+
|
|
26
104
|
新增数据结构:
|
|
27
105
|
|
|
28
|
-
* [
|
|
106
|
+
* [LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail)
|
|
107
|
+
* [LicenseBindTaskDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindTaskDetail)
|
|
108
|
+
* [LicenseDetail](https://cloud.tencent.com/document/api/296/19867#LicenseDetail)
|
|
109
|
+
* [LicenseUnBindRsp](https://cloud.tencent.com/document/api/296/19867#LicenseUnBindRsp)
|
|
29
110
|
|
|
111
|
+
### 第 52 次发布
|
|
30
112
|
|
|
113
|
+
发布时间:2022-09-09 06:18:24
|
|
31
114
|
|
|
32
|
-
|
|
115
|
+
本次发布包含了以下内容:
|
|
33
116
|
|
|
34
|
-
|
|
117
|
+
改善已有的文档。
|
|
35
118
|
|
|
36
|
-
|
|
119
|
+
修改接口:
|
|
120
|
+
|
|
121
|
+
* [DescribeAssetDatabaseList](https://cloud.tencent.com/document/api/296/61942)
|
|
122
|
+
|
|
123
|
+
* 新增入参:Order, By
|
|
124
|
+
|
|
125
|
+
* [DescribeAssetEnvList](https://cloud.tencent.com/document/api/296/61948)
|
|
126
|
+
|
|
127
|
+
* 新增入参:Order, By
|
|
128
|
+
|
|
129
|
+
* [DescribeAssetInfo](https://cloud.tencent.com/document/api/296/57282)
|
|
130
|
+
|
|
131
|
+
* 新增出参:AccountNewCount, PortNewCount, ProcessNewCount, SoftwareNewCount, DatabaseNewCount, WebAppNewCount, WebFrameNewCount, WebServiceNewCount, WebLocationNewCount, MachineNewCount
|
|
132
|
+
|
|
133
|
+
* [DescribeAssetInitServiceList](https://cloud.tencent.com/document/api/296/61941)
|
|
134
|
+
|
|
135
|
+
* 新增入参:Order, By
|
|
136
|
+
|
|
137
|
+
* [DescribeAssetJarList](https://cloud.tencent.com/document/api/296/61939)
|
|
138
|
+
|
|
139
|
+
* 新增入参:Order, By
|
|
140
|
+
|
|
141
|
+
* [DescribeAssetPlanTaskList](https://cloud.tencent.com/document/api/296/61936)
|
|
142
|
+
|
|
143
|
+
* 新增入参:Order, By
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
修改数据结构:
|
|
147
|
+
|
|
148
|
+
* [AssetAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetAppBaseInfo)
|
|
149
|
+
|
|
150
|
+
* 新增成员:MachineName, FirstTime, IsNew
|
|
151
|
+
|
|
152
|
+
* [AssetCoreModuleBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetCoreModuleBaseInfo)
|
|
153
|
+
|
|
154
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
155
|
+
|
|
156
|
+
* [AssetDatabaseBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetDatabaseBaseInfo)
|
|
157
|
+
|
|
158
|
+
* 新增成员:FirstTime, IsNew, MachineName
|
|
159
|
+
|
|
160
|
+
* [AssetEnvBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetEnvBaseInfo)
|
|
161
|
+
|
|
162
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
163
|
+
|
|
164
|
+
* [AssetInitServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetInitServiceBaseInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
167
|
+
|
|
168
|
+
* [AssetJarBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetJarBaseInfo)
|
|
169
|
+
|
|
170
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
171
|
+
|
|
172
|
+
* [AssetKeyVal](https://cloud.tencent.com/document/api/296/19867#AssetKeyVal)
|
|
173
|
+
|
|
174
|
+
* 新增成员:NewCount
|
|
175
|
+
|
|
176
|
+
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
177
|
+
|
|
178
|
+
* 新增成员:IsNew, FirstTime
|
|
179
|
+
|
|
180
|
+
* [AssetPlanTask](https://cloud.tencent.com/document/api/296/19867#AssetPlanTask)
|
|
181
|
+
|
|
182
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
183
|
+
|
|
184
|
+
* [AssetPortBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetPortBaseInfo)
|
|
185
|
+
|
|
186
|
+
* 新增成员:FirstTime, IsNew
|
|
187
|
+
|
|
188
|
+
* [AssetProcessBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetProcessBaseInfo)
|
|
189
|
+
|
|
190
|
+
* 新增成员:FirstTime, IsNew
|
|
191
|
+
|
|
192
|
+
* [AssetSystemPackageInfo](https://cloud.tencent.com/document/api/296/19867#AssetSystemPackageInfo)
|
|
193
|
+
|
|
194
|
+
* 新增成员:FirstTime, IsNew
|
|
195
|
+
|
|
196
|
+
* [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
|
|
197
|
+
|
|
198
|
+
* 新增成员:FirstTime, IsNew
|
|
199
|
+
|
|
200
|
+
* [AssetWebAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebAppBaseInfo)
|
|
201
|
+
|
|
202
|
+
* 新增成员:FirstTime, IsNew
|
|
203
|
+
|
|
204
|
+
* [AssetWebFrameBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebFrameBaseInfo)
|
|
205
|
+
|
|
206
|
+
* 新增成员:FirstTime, IsNew
|
|
207
|
+
|
|
208
|
+
* [AssetWebLocationBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebLocationBaseInfo)
|
|
209
|
+
|
|
210
|
+
* 新增成员:FirstTime, IsNew
|
|
211
|
+
|
|
212
|
+
* [AssetWebServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebServiceBaseInfo)
|
|
213
|
+
|
|
214
|
+
* 新增成员:FirstTime, IsNew
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
220
|
+
|
|
221
|
+
### 第 62 次发布
|
|
222
|
+
|
|
223
|
+
发布时间:2022-09-09 06:24:10
|
|
37
224
|
|
|
38
225
|
本次发布包含了以下内容:
|
|
39
226
|
|
|
@@ -41,50 +228,122 @@
|
|
|
41
228
|
|
|
42
229
|
修改接口:
|
|
43
230
|
|
|
44
|
-
* [
|
|
231
|
+
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
45
232
|
|
|
46
|
-
* 新增入参:
|
|
233
|
+
* 新增入参:InstanceChargeType
|
|
47
234
|
|
|
48
235
|
|
|
49
236
|
|
|
50
237
|
|
|
51
|
-
##
|
|
238
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
239
|
+
|
|
240
|
+
### 第 30 次发布
|
|
241
|
+
|
|
242
|
+
发布时间:2022-09-09 18:16:42
|
|
243
|
+
|
|
244
|
+
本次发布包含了以下内容:
|
|
245
|
+
|
|
246
|
+
改善已有的文档。
|
|
247
|
+
|
|
248
|
+
新增接口:
|
|
249
|
+
|
|
250
|
+
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
251
|
+
* [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
|
|
252
|
+
|
|
253
|
+
修改接口:
|
|
254
|
+
|
|
255
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
256
|
+
|
|
257
|
+
* 新增入参:FlowGroupId
|
|
258
|
+
|
|
259
|
+
* <font color="#dd0000">**修改入参**:</font>FlowIds
|
|
260
|
+
|
|
261
|
+
* [DescribeFlowDetailInfo](https://cloud.tencent.com/document/api/1420/66683)
|
|
262
|
+
|
|
263
|
+
* 新增入参:FlowGroupId
|
|
264
|
+
|
|
265
|
+
* <font color="#dd0000">**修改入参**:</font>FlowIds
|
|
266
|
+
|
|
267
|
+
* 新增出参:FlowGroupId, FlowGroupName
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
新增数据结构:
|
|
271
|
+
|
|
272
|
+
* [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
|
|
273
|
+
|
|
274
|
+
修改数据结构:
|
|
275
|
+
|
|
276
|
+
* [SignUrlInfo](https://cloud.tencent.com/document/api/1420/61525#SignUrlInfo)
|
|
277
|
+
|
|
278
|
+
* 新增成员:FlowGroupId
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
52
288
|
|
|
53
289
|
### 第 24 次发布
|
|
54
290
|
|
|
55
|
-
发布时间:2022-09-
|
|
291
|
+
发布时间:2022-09-12 06:26:19
|
|
56
292
|
|
|
57
293
|
本次发布包含了以下内容:
|
|
58
294
|
|
|
59
295
|
改善已有的文档。
|
|
60
296
|
|
|
297
|
+
新增接口:
|
|
298
|
+
|
|
299
|
+
* [DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)
|
|
300
|
+
|
|
61
301
|
新增数据结构:
|
|
62
302
|
|
|
63
|
-
* [
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
303
|
+
* [DeleteResult](https://cloud.tencent.com/document/api/607/35375#DeleteResult)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
308
|
+
|
|
309
|
+
### 第 61 次发布
|
|
310
|
+
|
|
311
|
+
发布时间:2022-09-09 06:33:40
|
|
312
|
+
|
|
313
|
+
本次发布包含了以下内容:
|
|
314
|
+
|
|
315
|
+
改善已有的文档。
|
|
316
|
+
|
|
317
|
+
新增接口:
|
|
318
|
+
|
|
319
|
+
* [DescribeGrafanaChannels](https://cloud.tencent.com/document/api/248/80324)
|
|
320
|
+
|
|
321
|
+
新增数据结构:
|
|
322
|
+
|
|
323
|
+
* [GrafanaChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaChannel)
|
|
69
324
|
|
|
70
325
|
修改数据结构:
|
|
71
326
|
|
|
72
|
-
* [
|
|
327
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
73
328
|
|
|
74
|
-
* 新增成员:
|
|
329
|
+
* 新增成员:InstanceId, Uin
|
|
75
330
|
|
|
76
|
-
* [
|
|
331
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
77
332
|
|
|
78
|
-
* 新增成员:
|
|
333
|
+
* 新增成员:GrafanaURL
|
|
79
334
|
|
|
335
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
80
336
|
|
|
337
|
+
* 新增成员:RuleName
|
|
81
338
|
|
|
82
339
|
|
|
83
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
84
340
|
|
|
85
|
-
### 第 123 次发布
|
|
86
341
|
|
|
87
|
-
|
|
342
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
343
|
+
|
|
344
|
+
### 第 10 次发布
|
|
345
|
+
|
|
346
|
+
发布时间:2022-09-09 06:35:15
|
|
88
347
|
|
|
89
348
|
本次发布包含了以下内容:
|
|
90
349
|
|
|
@@ -92,11 +351,122 @@
|
|
|
92
351
|
|
|
93
352
|
新增接口:
|
|
94
353
|
|
|
95
|
-
* [
|
|
354
|
+
* [DescribeApkDetectionResult](https://cloud.tencent.com/document/api/283/80325)
|
|
96
355
|
|
|
97
356
|
新增数据结构:
|
|
98
357
|
|
|
99
|
-
* [
|
|
358
|
+
* [OptPluginListItem](https://cloud.tencent.com/document/api/283/17759#OptPluginListItem)
|
|
359
|
+
* [PluginListItem](https://cloud.tencent.com/document/api/283/17759#PluginListItem)
|
|
360
|
+
* [ResultListItem](https://cloud.tencent.com/document/api/283/17759#ResultListItem)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
365
|
+
|
|
366
|
+
### 第 77 次发布
|
|
367
|
+
|
|
368
|
+
发布时间:2022-09-09 06:35:53
|
|
369
|
+
|
|
370
|
+
本次发布包含了以下内容:
|
|
371
|
+
|
|
372
|
+
改善已有的文档。
|
|
373
|
+
|
|
374
|
+
新增接口:
|
|
375
|
+
|
|
376
|
+
* [RecognizeMedicalInvoiceOCR](https://cloud.tencent.com/document/api/866/80326)
|
|
377
|
+
|
|
378
|
+
新增数据结构:
|
|
379
|
+
|
|
380
|
+
* [MedicalInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceInfo)
|
|
381
|
+
* [MedicalInvoiceItem](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceItem)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
386
|
+
|
|
387
|
+
### 第 15 次发布
|
|
388
|
+
|
|
389
|
+
发布时间:2022-09-09 06:38:13
|
|
390
|
+
|
|
391
|
+
本次发布包含了以下内容:
|
|
392
|
+
|
|
393
|
+
改善已有的文档。
|
|
394
|
+
|
|
395
|
+
修改数据结构:
|
|
396
|
+
|
|
397
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
398
|
+
|
|
399
|
+
* 新增成员:AreaRegionID, AreaRegionCode, AreaAbbr
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
405
|
+
|
|
406
|
+
### 第 37 次发布
|
|
407
|
+
|
|
408
|
+
发布时间:2022-09-09 06:39:25
|
|
409
|
+
|
|
410
|
+
本次发布包含了以下内容:
|
|
411
|
+
|
|
412
|
+
改善已有的文档。
|
|
413
|
+
|
|
414
|
+
新增接口:
|
|
415
|
+
|
|
416
|
+
* [CloseInterCommunication](https://cloud.tencent.com/document/api/238/80333)
|
|
417
|
+
* [CreateBusinessDBInstances](https://cloud.tencent.com/document/api/238/80332)
|
|
418
|
+
* [CreateBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80331)
|
|
419
|
+
* [DeleteBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80330)
|
|
420
|
+
* [DescribeBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80329)
|
|
421
|
+
* [DescribeDBInstanceInter](https://cloud.tencent.com/document/api/238/80328)
|
|
422
|
+
* [OpenInterCommunication](https://cloud.tencent.com/document/api/238/80327)
|
|
423
|
+
|
|
424
|
+
新增数据结构:
|
|
425
|
+
|
|
426
|
+
* [BusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/19976#BusinessIntelligenceFile)
|
|
427
|
+
* [FileAction](https://cloud.tencent.com/document/api/238/19976#FileAction)
|
|
428
|
+
* [InterInstance](https://cloud.tencent.com/document/api/238/19976#InterInstance)
|
|
429
|
+
* [InterInstanceFlow](https://cloud.tencent.com/document/api/238/19976#InterInstanceFlow)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
434
|
+
|
|
435
|
+
### 第 16 次发布
|
|
436
|
+
|
|
437
|
+
发布时间:2022-09-12 06:39:19
|
|
438
|
+
|
|
439
|
+
本次发布包含了以下内容:
|
|
440
|
+
|
|
441
|
+
改善已有的文档。
|
|
442
|
+
|
|
443
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
444
|
+
|
|
445
|
+
* SendTrafficSecuritySmsMessage
|
|
446
|
+
|
|
447
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
448
|
+
|
|
449
|
+
* InputSendTrafficSecuritySmsMsg
|
|
450
|
+
* OutputSendTrafficSecuritySmsMsg
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
455
|
+
|
|
456
|
+
### 第 25 次发布
|
|
457
|
+
|
|
458
|
+
发布时间:2022-09-12 06:43:25
|
|
459
|
+
|
|
460
|
+
本次发布包含了以下内容:
|
|
461
|
+
|
|
462
|
+
改善已有的文档。
|
|
463
|
+
|
|
464
|
+
修改数据结构:
|
|
465
|
+
|
|
466
|
+
* [ServerCertInfo](https://cloud.tencent.com/document/api/1552/73155#ServerCertInfo)
|
|
467
|
+
|
|
468
|
+
* 新增成员:SignAlgo
|
|
469
|
+
|
|
100
470
|
|
|
101
471
|
|
|
102
472
|
|
|
@@ -1594,6 +1964,33 @@
|
|
|
1594
1964
|
|
|
1595
1965
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1596
1966
|
|
|
1967
|
+
### 第 42 次发布
|
|
1968
|
+
|
|
1969
|
+
发布时间:2022-09-12 06:07:03
|
|
1970
|
+
|
|
1971
|
+
本次发布包含了以下内容:
|
|
1972
|
+
|
|
1973
|
+
改善已有的文档。
|
|
1974
|
+
|
|
1975
|
+
修改数据结构:
|
|
1976
|
+
|
|
1977
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
1978
|
+
|
|
1979
|
+
* 新增成员:VitalityVersion
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
### 第 41 次发布
|
|
1983
|
+
|
|
1984
|
+
发布时间:2022-09-06 06:07:26
|
|
1985
|
+
|
|
1986
|
+
本次发布包含了以下内容:
|
|
1987
|
+
|
|
1988
|
+
改善已有的文档。
|
|
1989
|
+
|
|
1990
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
1991
|
+
|
|
1992
|
+
* ModifyL7RulesEdge
|
|
1993
|
+
|
|
1597
1994
|
### 第 40 次发布
|
|
1598
1995
|
|
|
1599
1996
|
发布时间:2022-08-29 13:11:21
|
|
@@ -6323,6 +6720,23 @@
|
|
|
6323
6720
|
|
|
6324
6721
|
## 人体分析(bda) 版本:2020-03-24
|
|
6325
6722
|
|
|
6723
|
+
### 第 9 次发布
|
|
6724
|
+
|
|
6725
|
+
发布时间:2022-09-06 06:10:38
|
|
6726
|
+
|
|
6727
|
+
本次发布包含了以下内容:
|
|
6728
|
+
|
|
6729
|
+
改善已有的文档。
|
|
6730
|
+
|
|
6731
|
+
修改接口:
|
|
6732
|
+
|
|
6733
|
+
* [SegmentPortraitPic](https://cloud.tencent.com/document/api/1208/42970)
|
|
6734
|
+
|
|
6735
|
+
* 新增入参:RspImgType
|
|
6736
|
+
|
|
6737
|
+
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
6738
|
+
|
|
6739
|
+
|
|
6326
6740
|
### 第 8 次发布
|
|
6327
6741
|
|
|
6328
6742
|
发布时间:2022-08-04 06:09:29
|
|
@@ -7779,6 +8193,21 @@
|
|
|
7779
8193
|
|
|
7780
8194
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7781
8195
|
|
|
8196
|
+
### 第 7 次发布
|
|
8197
|
+
|
|
8198
|
+
发布时间:2022-09-07 06:10:17
|
|
8199
|
+
|
|
8200
|
+
本次发布包含了以下内容:
|
|
8201
|
+
|
|
8202
|
+
改善已有的文档。
|
|
8203
|
+
|
|
8204
|
+
修改接口:
|
|
8205
|
+
|
|
8206
|
+
* [CreateCRWork](https://cloud.tencent.com/document/api/1296/78029)
|
|
8207
|
+
|
|
8208
|
+
* 新增入参:MonitorEndTime
|
|
8209
|
+
|
|
8210
|
+
|
|
7782
8211
|
### 第 6 次发布
|
|
7783
8212
|
|
|
7784
8213
|
发布时间:2022-09-05 06:10:17
|
|
@@ -7789,9 +8218,9 @@
|
|
|
7789
8218
|
|
|
7790
8219
|
新增接口:
|
|
7791
8220
|
|
|
7792
|
-
* [
|
|
7793
|
-
* [
|
|
7794
|
-
* [
|
|
8221
|
+
* [CreateCRRightFile](https://cloud.tencent.com/document/api/1296/80089)
|
|
8222
|
+
* [CreateCRTort](https://cloud.tencent.com/document/api/1296/80088)
|
|
8223
|
+
* [ModifyCRWhiteList](https://cloud.tencent.com/document/api/1296/80087)
|
|
7795
8224
|
|
|
7796
8225
|
修改接口:
|
|
7797
8226
|
|
|
@@ -7802,7 +8231,7 @@
|
|
|
7802
8231
|
|
|
7803
8232
|
新增数据结构:
|
|
7804
8233
|
|
|
7805
|
-
* [
|
|
8234
|
+
* [File](https://cloud.tencent.com/document/api/1296/78030#File)
|
|
7806
8235
|
|
|
7807
8236
|
### 第 5 次发布
|
|
7808
8237
|
|
|
@@ -10031,6 +10460,26 @@
|
|
|
10031
10460
|
|
|
10032
10461
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
10033
10462
|
|
|
10463
|
+
### 第 44 次发布
|
|
10464
|
+
|
|
10465
|
+
发布时间:2022-09-08 06:11:23
|
|
10466
|
+
|
|
10467
|
+
本次发布包含了以下内容:
|
|
10468
|
+
|
|
10469
|
+
改善已有的文档。
|
|
10470
|
+
|
|
10471
|
+
新增接口:
|
|
10472
|
+
|
|
10473
|
+
* [ApplyDiskBackup](https://cloud.tencent.com/document/api/362/80280)
|
|
10474
|
+
* [DeleteDiskBackups](https://cloud.tencent.com/document/api/362/80279)
|
|
10475
|
+
* [DescribeDiskBackups](https://cloud.tencent.com/document/api/362/80278)
|
|
10476
|
+
* [InquirePriceModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80277)
|
|
10477
|
+
* [ModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80276)
|
|
10478
|
+
|
|
10479
|
+
新增数据结构:
|
|
10480
|
+
|
|
10481
|
+
* [DiskBackup](https://cloud.tencent.com/document/api/362/15669#DiskBackup)
|
|
10482
|
+
|
|
10034
10483
|
### 第 43 次发布
|
|
10035
10484
|
|
|
10036
10485
|
发布时间:2022-08-04 06:12:23
|
|
@@ -10888,6 +11337,21 @@
|
|
|
10888
11337
|
|
|
10889
11338
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10890
11339
|
|
|
11340
|
+
### 第 30 次发布
|
|
11341
|
+
|
|
11342
|
+
发布时间:2022-09-06 06:13:56
|
|
11343
|
+
|
|
11344
|
+
本次发布包含了以下内容:
|
|
11345
|
+
|
|
11346
|
+
改善已有的文档。
|
|
11347
|
+
|
|
11348
|
+
修改数据结构:
|
|
11349
|
+
|
|
11350
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
11351
|
+
|
|
11352
|
+
* 新增成员:Sessions
|
|
11353
|
+
|
|
11354
|
+
|
|
10891
11355
|
### 第 29 次发布
|
|
10892
11356
|
|
|
10893
11357
|
发布时间:2022-08-17 06:11:23
|
|
@@ -11429,6 +11893,50 @@
|
|
|
11429
11893
|
|
|
11430
11894
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11431
11895
|
|
|
11896
|
+
### 第 99 次发布
|
|
11897
|
+
|
|
11898
|
+
发布时间:2022-09-08 06:12:00
|
|
11899
|
+
|
|
11900
|
+
本次发布包含了以下内容:
|
|
11901
|
+
|
|
11902
|
+
改善已有的文档。
|
|
11903
|
+
|
|
11904
|
+
新增接口:
|
|
11905
|
+
|
|
11906
|
+
* [DescribeCdbZoneConfig](https://cloud.tencent.com/document/api/236/80281)
|
|
11907
|
+
|
|
11908
|
+
新增数据结构:
|
|
11909
|
+
|
|
11910
|
+
* [CdbRegionSellConf](https://cloud.tencent.com/document/api/236/15878#CdbRegionSellConf)
|
|
11911
|
+
* [CdbSellConfig](https://cloud.tencent.com/document/api/236/15878#CdbSellConfig)
|
|
11912
|
+
* [CdbSellType](https://cloud.tencent.com/document/api/236/15878#CdbSellType)
|
|
11913
|
+
* [CdbZoneDataResult](https://cloud.tencent.com/document/api/236/15878#CdbZoneDataResult)
|
|
11914
|
+
* [CdbZoneSellConf](https://cloud.tencent.com/document/api/236/15878#CdbZoneSellConf)
|
|
11915
|
+
|
|
11916
|
+
### 第 98 次发布
|
|
11917
|
+
|
|
11918
|
+
发布时间:2022-09-07 06:13:01
|
|
11919
|
+
|
|
11920
|
+
本次发布包含了以下内容:
|
|
11921
|
+
|
|
11922
|
+
改善已有的文档。
|
|
11923
|
+
|
|
11924
|
+
修改接口:
|
|
11925
|
+
|
|
11926
|
+
* [DescribeDBPrice](https://cloud.tencent.com/document/api/236/18566)
|
|
11927
|
+
|
|
11928
|
+
* 新增入参:Ladder
|
|
11929
|
+
|
|
11930
|
+
* 新增出参:Currency
|
|
11931
|
+
|
|
11932
|
+
|
|
11933
|
+
修改数据结构:
|
|
11934
|
+
|
|
11935
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
11936
|
+
|
|
11937
|
+
* 新增成员:EngineType, MaxDelayTime
|
|
11938
|
+
|
|
11939
|
+
|
|
11432
11940
|
### 第 97 次发布
|
|
11433
11941
|
|
|
11434
11942
|
发布时间:2022-08-30 06:13:27
|
|
@@ -16124,6 +16632,38 @@
|
|
|
16124
16632
|
|
|
16125
16633
|
## 文件存储(cfs) 版本:2019-07-19
|
|
16126
16634
|
|
|
16635
|
+
### 第 11 次发布
|
|
16636
|
+
|
|
16637
|
+
发布时间:2022-09-07 06:15:13
|
|
16638
|
+
|
|
16639
|
+
本次发布包含了以下内容:
|
|
16640
|
+
|
|
16641
|
+
改善已有的文档。
|
|
16642
|
+
|
|
16643
|
+
新增接口:
|
|
16644
|
+
|
|
16645
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80211)
|
|
16646
|
+
* [CreateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80210)
|
|
16647
|
+
* [CreateCfsSnapshot](https://cloud.tencent.com/document/api/582/80200)
|
|
16648
|
+
* [DeleteAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80209)
|
|
16649
|
+
* [DeleteCfsSnapshot](https://cloud.tencent.com/document/api/582/80199)
|
|
16650
|
+
* [DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
|
|
16651
|
+
* [DescribeCfsSnapshotOverview](https://cloud.tencent.com/document/api/582/80207)
|
|
16652
|
+
* [DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206)
|
|
16653
|
+
* [DescribeSnapshotOperationLogs](https://cloud.tencent.com/document/api/582/80205)
|
|
16654
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80204)
|
|
16655
|
+
* [UpdateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80203)
|
|
16656
|
+
* [UpdateCfsSnapshotAttribute](https://cloud.tencent.com/document/api/582/80202)
|
|
16657
|
+
|
|
16658
|
+
新增数据结构:
|
|
16659
|
+
|
|
16660
|
+
* [AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)
|
|
16661
|
+
* [FileSystemByPolicy](https://cloud.tencent.com/document/api/582/38175#FileSystemByPolicy)
|
|
16662
|
+
* [Filter](https://cloud.tencent.com/document/api/582/38175#Filter)
|
|
16663
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo)
|
|
16664
|
+
* [SnapshotOperateLog](https://cloud.tencent.com/document/api/582/38175#SnapshotOperateLog)
|
|
16665
|
+
* [SnapshotStatistics](https://cloud.tencent.com/document/api/582/38175#SnapshotStatistics)
|
|
16666
|
+
|
|
16127
16667
|
### 第 10 次发布
|
|
16128
16668
|
|
|
16129
16669
|
发布时间:2022-02-11 08:03:37
|
|
@@ -16335,6 +16875,45 @@
|
|
|
16335
16875
|
|
|
16336
16876
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16337
16877
|
|
|
16878
|
+
### 第 24 次发布
|
|
16879
|
+
|
|
16880
|
+
发布时间:2022-09-09 06:13:35
|
|
16881
|
+
|
|
16882
|
+
本次发布包含了以下内容:
|
|
16883
|
+
|
|
16884
|
+
改善已有的文档。
|
|
16885
|
+
|
|
16886
|
+
新增接口:
|
|
16887
|
+
|
|
16888
|
+
* [[DescribeDefenseSwitch](https://cloud.tencent.com/document/api/1132/80322)](https://cloud.tencent.com/document/api/#/#)
|
|
16889
|
+
|
|
16890
|
+
### 第 23 次发布
|
|
16891
|
+
|
|
16892
|
+
发布时间:2022-09-08 06:13:55
|
|
16893
|
+
|
|
16894
|
+
本次发布包含了以下内容:
|
|
16895
|
+
|
|
16896
|
+
改善已有的文档。
|
|
16897
|
+
|
|
16898
|
+
修改数据结构:
|
|
16899
|
+
|
|
16900
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
16901
|
+
|
|
16902
|
+
* 新增成员:RegionDetail, ZoneZh, ZoneZhBak
|
|
16903
|
+
|
|
16904
|
+
|
|
16905
|
+
### 第 22 次发布
|
|
16906
|
+
|
|
16907
|
+
发布时间:2022-09-06 06:16:40
|
|
16908
|
+
|
|
16909
|
+
本次发布包含了以下内容:
|
|
16910
|
+
|
|
16911
|
+
改善已有的文档。
|
|
16912
|
+
|
|
16913
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16914
|
+
|
|
16915
|
+
* ModifyVPCSwitchStatus
|
|
16916
|
+
|
|
16338
16917
|
### 第 21 次发布
|
|
16339
16918
|
|
|
16340
16919
|
发布时间:2022-08-29 06:15:32
|
|
@@ -18707,6 +19286,21 @@
|
|
|
18707
19286
|
|
|
18708
19287
|
## 负载均衡(clb) 版本:2018-03-17
|
|
18709
19288
|
|
|
19289
|
+
### 第 72 次发布
|
|
19290
|
+
|
|
19291
|
+
发布时间:2022-09-09 06:14:53
|
|
19292
|
+
|
|
19293
|
+
本次发布包含了以下内容:
|
|
19294
|
+
|
|
19295
|
+
改善已有的文档。
|
|
19296
|
+
|
|
19297
|
+
修改接口:
|
|
19298
|
+
|
|
19299
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/214/46802)
|
|
19300
|
+
|
|
19301
|
+
* 新增入参:StorageType
|
|
19302
|
+
|
|
19303
|
+
|
|
18710
19304
|
### 第 71 次发布
|
|
18711
19305
|
|
|
18712
19306
|
发布时间:2022-08-30 06:17:26
|
|
@@ -22771,6 +23365,25 @@
|
|
|
22771
23365
|
|
|
22772
23366
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22773
23367
|
|
|
23368
|
+
### 第 85 次发布
|
|
23369
|
+
|
|
23370
|
+
发布时间:2022-09-09 06:16:31
|
|
23371
|
+
|
|
23372
|
+
本次发布包含了以下内容:
|
|
23373
|
+
|
|
23374
|
+
改善已有的文档。
|
|
23375
|
+
|
|
23376
|
+
修改数据结构:
|
|
23377
|
+
|
|
23378
|
+
* [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
|
|
23379
|
+
|
|
23380
|
+
* 新增成员:PayInfo, PayInfoType
|
|
23381
|
+
|
|
23382
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
23383
|
+
|
|
23384
|
+
* 新增成员:TimeFinish
|
|
23385
|
+
|
|
23386
|
+
|
|
22774
23387
|
### 第 84 次发布
|
|
22775
23388
|
|
|
22776
23389
|
发布时间:2022-09-05 06:18:54
|
|
@@ -26943,6 +27556,167 @@
|
|
|
26943
27556
|
|
|
26944
27557
|
## 主机安全(cwp) 版本:2018-02-28
|
|
26945
27558
|
|
|
27559
|
+
### 第 53 次发布
|
|
27560
|
+
|
|
27561
|
+
发布时间:2022-09-12 06:18:20
|
|
27562
|
+
|
|
27563
|
+
本次发布包含了以下内容:
|
|
27564
|
+
|
|
27565
|
+
改善已有的文档。
|
|
27566
|
+
|
|
27567
|
+
新增接口:
|
|
27568
|
+
|
|
27569
|
+
* [[CreateLicenseOrder](https://cloud.tencent.com/document/api/296/80402)](https://cloud.tencent.com/document/api/#/#)
|
|
27570
|
+
* [[DeleteLicenseRecord](https://cloud.tencent.com/document/api/296/80401)](https://cloud.tencent.com/document/api/#/#)
|
|
27571
|
+
* [[DescribeLicenseBindList](https://cloud.tencent.com/document/api/296/80400)](https://cloud.tencent.com/document/api/#/#)
|
|
27572
|
+
* [[DescribeLicenseBindSchedule](https://cloud.tencent.com/document/api/296/80399)](https://cloud.tencent.com/document/api/#/#)
|
|
27573
|
+
* [[DescribeLicenseGeneral](https://cloud.tencent.com/document/api/296/80398)](https://cloud.tencent.com/document/api/#/#)
|
|
27574
|
+
* [[DescribeLicenseList](https://cloud.tencent.com/document/api/296/80397)](https://cloud.tencent.com/document/api/#/#)
|
|
27575
|
+
* [[DestroyOrder](https://cloud.tencent.com/document/api/296/80396)](https://cloud.tencent.com/document/api/#/#)
|
|
27576
|
+
* [[ExportLicenseDetail](https://cloud.tencent.com/document/api/296/80395)](https://cloud.tencent.com/document/api/#/#)
|
|
27577
|
+
* [[ModifyLicenseBinds](https://cloud.tencent.com/document/api/296/80394)](https://cloud.tencent.com/document/api/#/#)
|
|
27578
|
+
* [[ModifyLicenseUnBinds](https://cloud.tencent.com/document/api/296/80393)](https://cloud.tencent.com/document/api/#/#)
|
|
27579
|
+
* [[ModifyOrderAttribute](https://cloud.tencent.com/document/api/296/80392)](https://cloud.tencent.com/document/api/#/#)
|
|
27580
|
+
|
|
27581
|
+
新增数据结构:
|
|
27582
|
+
|
|
27583
|
+
* [[LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail)](https://cloud.tencent.com/document/api/296/19867#[LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail))
|
|
27584
|
+
* [[LicenseBindTaskDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindTaskDetail)](https://cloud.tencent.com/document/api/296/19867#[LicenseBindTaskDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindTaskDetail))
|
|
27585
|
+
* [[LicenseDetail](https://cloud.tencent.com/document/api/296/19867#LicenseDetail)](https://cloud.tencent.com/document/api/296/19867#[LicenseDetail](https://cloud.tencent.com/document/api/296/19867#LicenseDetail))
|
|
27586
|
+
* [[LicenseUnBindRsp](https://cloud.tencent.com/document/api/296/19867#LicenseUnBindRsp)](https://cloud.tencent.com/document/api/296/19867#[LicenseUnBindRsp](https://cloud.tencent.com/document/api/296/19867#LicenseUnBindRsp))
|
|
27587
|
+
|
|
27588
|
+
### 第 52 次发布
|
|
27589
|
+
|
|
27590
|
+
发布时间:2022-09-09 06:18:24
|
|
27591
|
+
|
|
27592
|
+
本次发布包含了以下内容:
|
|
27593
|
+
|
|
27594
|
+
改善已有的文档。
|
|
27595
|
+
|
|
27596
|
+
修改接口:
|
|
27597
|
+
|
|
27598
|
+
* [DescribeAssetDatabaseList](https://cloud.tencent.com/document/api/296/61942)
|
|
27599
|
+
|
|
27600
|
+
* 新增入参:Order, By
|
|
27601
|
+
|
|
27602
|
+
* [DescribeAssetEnvList](https://cloud.tencent.com/document/api/296/61948)
|
|
27603
|
+
|
|
27604
|
+
* 新增入参:Order, By
|
|
27605
|
+
|
|
27606
|
+
* [DescribeAssetInfo](https://cloud.tencent.com/document/api/296/57282)
|
|
27607
|
+
|
|
27608
|
+
* 新增出参:AccountNewCount, PortNewCount, ProcessNewCount, SoftwareNewCount, DatabaseNewCount, WebAppNewCount, WebFrameNewCount, WebServiceNewCount, WebLocationNewCount, MachineNewCount
|
|
27609
|
+
|
|
27610
|
+
* [DescribeAssetInitServiceList](https://cloud.tencent.com/document/api/296/61941)
|
|
27611
|
+
|
|
27612
|
+
* 新增入参:Order, By
|
|
27613
|
+
|
|
27614
|
+
* [DescribeAssetJarList](https://cloud.tencent.com/document/api/296/61939)
|
|
27615
|
+
|
|
27616
|
+
* 新增入参:Order, By
|
|
27617
|
+
|
|
27618
|
+
* [DescribeAssetPlanTaskList](https://cloud.tencent.com/document/api/296/61936)
|
|
27619
|
+
|
|
27620
|
+
* 新增入参:Order, By
|
|
27621
|
+
|
|
27622
|
+
|
|
27623
|
+
修改数据结构:
|
|
27624
|
+
|
|
27625
|
+
* [AssetAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetAppBaseInfo)
|
|
27626
|
+
|
|
27627
|
+
* 新增成员:MachineName, FirstTime, IsNew
|
|
27628
|
+
|
|
27629
|
+
* [AssetCoreModuleBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetCoreModuleBaseInfo)
|
|
27630
|
+
|
|
27631
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
27632
|
+
|
|
27633
|
+
* [AssetDatabaseBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetDatabaseBaseInfo)
|
|
27634
|
+
|
|
27635
|
+
* 新增成员:FirstTime, IsNew, MachineName
|
|
27636
|
+
|
|
27637
|
+
* [AssetEnvBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetEnvBaseInfo)
|
|
27638
|
+
|
|
27639
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
27640
|
+
|
|
27641
|
+
* [AssetInitServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetInitServiceBaseInfo)
|
|
27642
|
+
|
|
27643
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
27644
|
+
|
|
27645
|
+
* [AssetJarBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetJarBaseInfo)
|
|
27646
|
+
|
|
27647
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
27648
|
+
|
|
27649
|
+
* [AssetKeyVal](https://cloud.tencent.com/document/api/296/19867#AssetKeyVal)
|
|
27650
|
+
|
|
27651
|
+
* 新增成员:NewCount
|
|
27652
|
+
|
|
27653
|
+
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
27654
|
+
|
|
27655
|
+
* 新增成员:IsNew, FirstTime
|
|
27656
|
+
|
|
27657
|
+
* [AssetPlanTask](https://cloud.tencent.com/document/api/296/19867#AssetPlanTask)
|
|
27658
|
+
|
|
27659
|
+
* 新增成员:FirstTime, IsNew, MachineWanIp
|
|
27660
|
+
|
|
27661
|
+
* [AssetPortBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetPortBaseInfo)
|
|
27662
|
+
|
|
27663
|
+
* 新增成员:FirstTime, IsNew
|
|
27664
|
+
|
|
27665
|
+
* [AssetProcessBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetProcessBaseInfo)
|
|
27666
|
+
|
|
27667
|
+
* 新增成员:FirstTime, IsNew
|
|
27668
|
+
|
|
27669
|
+
* [AssetSystemPackageInfo](https://cloud.tencent.com/document/api/296/19867#AssetSystemPackageInfo)
|
|
27670
|
+
|
|
27671
|
+
* 新增成员:FirstTime, IsNew
|
|
27672
|
+
|
|
27673
|
+
* [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
|
|
27674
|
+
|
|
27675
|
+
* 新增成员:FirstTime, IsNew
|
|
27676
|
+
|
|
27677
|
+
* [AssetWebAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebAppBaseInfo)
|
|
27678
|
+
|
|
27679
|
+
* 新增成员:FirstTime, IsNew
|
|
27680
|
+
|
|
27681
|
+
* [AssetWebFrameBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebFrameBaseInfo)
|
|
27682
|
+
|
|
27683
|
+
* 新增成员:FirstTime, IsNew
|
|
27684
|
+
|
|
27685
|
+
* [AssetWebLocationBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebLocationBaseInfo)
|
|
27686
|
+
|
|
27687
|
+
* 新增成员:FirstTime, IsNew
|
|
27688
|
+
|
|
27689
|
+
* [AssetWebServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebServiceBaseInfo)
|
|
27690
|
+
|
|
27691
|
+
* 新增成员:FirstTime, IsNew
|
|
27692
|
+
|
|
27693
|
+
|
|
27694
|
+
### 第 51 次发布
|
|
27695
|
+
|
|
27696
|
+
发布时间:2022-09-07 06:21:27
|
|
27697
|
+
|
|
27698
|
+
本次发布包含了以下内容:
|
|
27699
|
+
|
|
27700
|
+
改善已有的文档。
|
|
27701
|
+
|
|
27702
|
+
修改接口:
|
|
27703
|
+
|
|
27704
|
+
* [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
|
|
27705
|
+
|
|
27706
|
+
* 新增出参:AddedOnTheFifteen
|
|
27707
|
+
|
|
27708
|
+
|
|
27709
|
+
修改数据结构:
|
|
27710
|
+
|
|
27711
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
27712
|
+
|
|
27713
|
+
* 新增成员:IsAddedOnTheFifteen
|
|
27714
|
+
|
|
27715
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
27716
|
+
|
|
27717
|
+
* 新增成员:Quuid, MD5
|
|
27718
|
+
|
|
27719
|
+
|
|
26946
27720
|
### 第 50 次发布
|
|
26947
27721
|
|
|
26948
27722
|
发布时间:2022-08-19 06:16:28
|
|
@@ -28636,6 +29410,34 @@
|
|
|
28636
29410
|
|
|
28637
29411
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28638
29412
|
|
|
29413
|
+
### 第 26 次发布
|
|
29414
|
+
|
|
29415
|
+
发布时间:2022-09-08 06:19:30
|
|
29416
|
+
|
|
29417
|
+
本次发布包含了以下内容:
|
|
29418
|
+
|
|
29419
|
+
改善已有的文档。
|
|
29420
|
+
|
|
29421
|
+
新增接口:
|
|
29422
|
+
|
|
29423
|
+
* [ModifyClusterStorage](https://cloud.tencent.com/document/api/1003/80282)
|
|
29424
|
+
|
|
29425
|
+
### 第 25 次发布
|
|
29426
|
+
|
|
29427
|
+
发布时间:2022-09-07 06:23:00
|
|
29428
|
+
|
|
29429
|
+
本次发布包含了以下内容:
|
|
29430
|
+
|
|
29431
|
+
改善已有的文档。
|
|
29432
|
+
|
|
29433
|
+
新增接口:
|
|
29434
|
+
|
|
29435
|
+
* [CreateBackup](https://cloud.tencent.com/document/api/1003/80212)
|
|
29436
|
+
|
|
29437
|
+
新增数据结构:
|
|
29438
|
+
|
|
29439
|
+
* [DatabaseTables](https://cloud.tencent.com/document/api/1003/48097#DatabaseTables)
|
|
29440
|
+
|
|
28639
29441
|
### 第 24 次发布
|
|
28640
29442
|
|
|
28641
29443
|
发布时间:2022-08-30 06:23:54
|
|
@@ -30127,6 +30929,22 @@
|
|
|
30127
30929
|
|
|
30128
30930
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
30129
30931
|
|
|
30932
|
+
### 第 10 次发布
|
|
30933
|
+
|
|
30934
|
+
发布时间:2022-09-07 06:24:27
|
|
30935
|
+
|
|
30936
|
+
本次发布包含了以下内容:
|
|
30937
|
+
|
|
30938
|
+
改善已有的文档。
|
|
30939
|
+
|
|
30940
|
+
新增接口:
|
|
30941
|
+
|
|
30942
|
+
* [DescribeRedisTopKeyPrefixList](https://cloud.tencent.com/document/api/1130/80213)
|
|
30943
|
+
|
|
30944
|
+
新增数据结构:
|
|
30945
|
+
|
|
30946
|
+
* [RedisPreKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisPreKeySpaceData)
|
|
30947
|
+
|
|
30130
30948
|
### 第 9 次发布
|
|
30131
30949
|
|
|
30132
30950
|
发布时间:2022-04-21 06:10:54
|
|
@@ -34111,6 +34929,21 @@
|
|
|
34111
34929
|
|
|
34112
34930
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
34113
34931
|
|
|
34932
|
+
### 第 62 次发布
|
|
34933
|
+
|
|
34934
|
+
发布时间:2022-09-09 06:24:10
|
|
34935
|
+
|
|
34936
|
+
本次发布包含了以下内容:
|
|
34937
|
+
|
|
34938
|
+
改善已有的文档。
|
|
34939
|
+
|
|
34940
|
+
修改接口:
|
|
34941
|
+
|
|
34942
|
+
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
34943
|
+
|
|
34944
|
+
* 新增入参:InstanceChargeType
|
|
34945
|
+
|
|
34946
|
+
|
|
34114
34947
|
### 第 61 次发布
|
|
34115
34948
|
|
|
34116
34949
|
发布时间:2022-06-09 06:11:09
|
|
@@ -35957,6 +36790,32 @@
|
|
|
35957
36790
|
|
|
35958
36791
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
35959
36792
|
|
|
36793
|
+
### 第 37 次发布
|
|
36794
|
+
|
|
36795
|
+
发布时间:2022-09-06 06:30:34
|
|
36796
|
+
|
|
36797
|
+
本次发布包含了以下内容:
|
|
36798
|
+
|
|
36799
|
+
改善已有的文档。
|
|
36800
|
+
|
|
36801
|
+
修改接口:
|
|
36802
|
+
|
|
36803
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
|
|
36804
|
+
|
|
36805
|
+
* 新增入参:OrderField, Asc
|
|
36806
|
+
|
|
36807
|
+
|
|
36808
|
+
修改数据结构:
|
|
36809
|
+
|
|
36810
|
+
* [JobResult](https://cloud.tencent.com/document/api/589/33981#JobResult)
|
|
36811
|
+
|
|
36812
|
+
* 新增成员:ApplicationId
|
|
36813
|
+
|
|
36814
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
36815
|
+
|
|
36816
|
+
* 新增成员:CurrentTime, IsFederation, DeviceName, ServiceClient
|
|
36817
|
+
|
|
36818
|
+
|
|
35960
36819
|
### 第 36 次发布
|
|
35961
36820
|
|
|
35962
36821
|
发布时间:2022-07-21 06:09:30
|
|
@@ -38070,6 +38929,62 @@
|
|
|
38070
38929
|
|
|
38071
38930
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
38072
38931
|
|
|
38932
|
+
### 第 30 次发布
|
|
38933
|
+
|
|
38934
|
+
发布时间:2022-09-09 18:16:42
|
|
38935
|
+
|
|
38936
|
+
本次发布包含了以下内容:
|
|
38937
|
+
|
|
38938
|
+
改善已有的文档。
|
|
38939
|
+
|
|
38940
|
+
新增接口:
|
|
38941
|
+
|
|
38942
|
+
* [[ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)](https://cloud.tencent.com/document/api/#/#)
|
|
38943
|
+
* [[ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)](https://cloud.tencent.com/document/api/#/#)
|
|
38944
|
+
|
|
38945
|
+
修改接口:
|
|
38946
|
+
|
|
38947
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
38948
|
+
|
|
38949
|
+
* 新增入参:FlowGroupId
|
|
38950
|
+
|
|
38951
|
+
* <font color="#dd0000">**修改入参**:</font>FlowIds
|
|
38952
|
+
|
|
38953
|
+
* [DescribeFlowDetailInfo](https://cloud.tencent.com/document/api/1420/66683)
|
|
38954
|
+
|
|
38955
|
+
* 新增入参:FlowGroupId
|
|
38956
|
+
|
|
38957
|
+
* <font color="#dd0000">**修改入参**:</font>FlowIds
|
|
38958
|
+
|
|
38959
|
+
* 新增出参:FlowGroupId, FlowGroupName
|
|
38960
|
+
|
|
38961
|
+
|
|
38962
|
+
新增数据结构:
|
|
38963
|
+
|
|
38964
|
+
* [[FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo))
|
|
38965
|
+
|
|
38966
|
+
修改数据结构:
|
|
38967
|
+
|
|
38968
|
+
* [SignUrlInfo](https://cloud.tencent.com/document/api/1420/61525#SignUrlInfo)
|
|
38969
|
+
|
|
38970
|
+
* 新增成员:FlowGroupId
|
|
38971
|
+
|
|
38972
|
+
|
|
38973
|
+
### 第 29 次发布
|
|
38974
|
+
|
|
38975
|
+
发布时间:2022-09-07 06:29:24
|
|
38976
|
+
|
|
38977
|
+
本次发布包含了以下内容:
|
|
38978
|
+
|
|
38979
|
+
改善已有的文档。
|
|
38980
|
+
|
|
38981
|
+
修改接口:
|
|
38982
|
+
|
|
38983
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
38984
|
+
|
|
38985
|
+
* 新增入参:QueryAllComponents, TemplateName
|
|
38986
|
+
|
|
38987
|
+
|
|
38073
38988
|
### 第 28 次发布
|
|
38074
38989
|
|
|
38075
38990
|
发布时间:2022-08-29 00:07:08
|
|
@@ -40830,6 +41745,37 @@
|
|
|
40830
41745
|
|
|
40831
41746
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
40832
41747
|
|
|
41748
|
+
### 第 24 次发布
|
|
41749
|
+
|
|
41750
|
+
发布时间:2022-09-12 06:26:19
|
|
41751
|
+
|
|
41752
|
+
本次发布包含了以下内容:
|
|
41753
|
+
|
|
41754
|
+
改善已有的文档。
|
|
41755
|
+
|
|
41756
|
+
新增接口:
|
|
41757
|
+
|
|
41758
|
+
* [[DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)](https://cloud.tencent.com/document/api/#/#)
|
|
41759
|
+
|
|
41760
|
+
新增数据结构:
|
|
41761
|
+
|
|
41762
|
+
* [[DeleteResult](https://cloud.tencent.com/document/api/607/35375#DeleteResult)](https://cloud.tencent.com/document/api/607/35375#[DeleteResult](https://cloud.tencent.com/document/api/607/35375#DeleteResult))
|
|
41763
|
+
|
|
41764
|
+
### 第 23 次发布
|
|
41765
|
+
|
|
41766
|
+
发布时间:2022-09-06 06:33:02
|
|
41767
|
+
|
|
41768
|
+
本次发布包含了以下内容:
|
|
41769
|
+
|
|
41770
|
+
改善已有的文档。
|
|
41771
|
+
|
|
41772
|
+
修改接口:
|
|
41773
|
+
|
|
41774
|
+
* [DescribeUserInAndOutTime](https://cloud.tencent.com/document/api/607/50480)
|
|
41775
|
+
|
|
41776
|
+
* 新增入参:UserIdStr, RoomIdStr
|
|
41777
|
+
|
|
41778
|
+
|
|
40833
41779
|
### 第 22 次发布
|
|
40834
41780
|
|
|
40835
41781
|
发布时间:2022-08-17 06:24:51
|
|
@@ -52565,6 +53511,116 @@
|
|
|
52565
53511
|
|
|
52566
53512
|
## 云监控(monitor) 版本:2018-07-24
|
|
52567
53513
|
|
|
53514
|
+
### 第 61 次发布
|
|
53515
|
+
|
|
53516
|
+
发布时间:2022-09-09 06:33:40
|
|
53517
|
+
|
|
53518
|
+
本次发布包含了以下内容:
|
|
53519
|
+
|
|
53520
|
+
改善已有的文档。
|
|
53521
|
+
|
|
53522
|
+
新增接口:
|
|
53523
|
+
|
|
53524
|
+
* [[DescribeGrafanaChannels](https://cloud.tencent.com/document/api/248/80324)](https://cloud.tencent.com/document/api/#/#)
|
|
53525
|
+
|
|
53526
|
+
新增数据结构:
|
|
53527
|
+
|
|
53528
|
+
* [[GrafanaChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaChannel)](https://cloud.tencent.com/document/api/248/30354#[GrafanaChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaChannel))
|
|
53529
|
+
|
|
53530
|
+
修改数据结构:
|
|
53531
|
+
|
|
53532
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
53533
|
+
|
|
53534
|
+
* 新增成员:InstanceId, Uin
|
|
53535
|
+
|
|
53536
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
53537
|
+
|
|
53538
|
+
* 新增成员:GrafanaURL
|
|
53539
|
+
|
|
53540
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
53541
|
+
|
|
53542
|
+
* 新增成员:RuleName
|
|
53543
|
+
|
|
53544
|
+
|
|
53545
|
+
### 第 60 次发布
|
|
53546
|
+
|
|
53547
|
+
发布时间:2022-09-08 06:32:23
|
|
53548
|
+
|
|
53549
|
+
本次发布包含了以下内容:
|
|
53550
|
+
|
|
53551
|
+
改善已有的文档。
|
|
53552
|
+
|
|
53553
|
+
修改接口:
|
|
53554
|
+
|
|
53555
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
53556
|
+
|
|
53557
|
+
* 新增入参:OrganizationIds
|
|
53558
|
+
|
|
53559
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
53560
|
+
|
|
53561
|
+
* 新增入参:OrganizationIds
|
|
53562
|
+
|
|
53563
|
+
|
|
53564
|
+
修改数据结构:
|
|
53565
|
+
|
|
53566
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
53567
|
+
|
|
53568
|
+
* 新增成员:OrganizationIds
|
|
53569
|
+
|
|
53570
|
+
|
|
53571
|
+
### 第 59 次发布
|
|
53572
|
+
|
|
53573
|
+
发布时间:2022-09-07 06:39:04
|
|
53574
|
+
|
|
53575
|
+
本次发布包含了以下内容:
|
|
53576
|
+
|
|
53577
|
+
改善已有的文档。
|
|
53578
|
+
|
|
53579
|
+
修改接口:
|
|
53580
|
+
|
|
53581
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
53582
|
+
|
|
53583
|
+
* 新增出参:IntegrationId
|
|
53584
|
+
|
|
53585
|
+
|
|
53586
|
+
### 第 58 次发布
|
|
53587
|
+
|
|
53588
|
+
发布时间:2022-09-06 06:42:23
|
|
53589
|
+
|
|
53590
|
+
本次发布包含了以下内容:
|
|
53591
|
+
|
|
53592
|
+
改善已有的文档。
|
|
53593
|
+
|
|
53594
|
+
修改接口:
|
|
53595
|
+
|
|
53596
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
53597
|
+
|
|
53598
|
+
* 新增出参:ChannelId
|
|
53599
|
+
|
|
53600
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
53601
|
+
|
|
53602
|
+
* 新增出参:UserId
|
|
53603
|
+
|
|
53604
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
53605
|
+
|
|
53606
|
+
* 新增入参:PluginId
|
|
53607
|
+
|
|
53608
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
53609
|
+
|
|
53610
|
+
* 新增入参:UserId
|
|
53611
|
+
|
|
53612
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
53613
|
+
|
|
53614
|
+
* 新增出参:PluginIds
|
|
53615
|
+
|
|
53616
|
+
|
|
53617
|
+
修改数据结构:
|
|
53618
|
+
|
|
53619
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
53620
|
+
|
|
53621
|
+
* 新增成员:OrgId, ExtraOrgIds, OrgIds
|
|
53622
|
+
|
|
53623
|
+
|
|
52568
53624
|
### 第 57 次发布
|
|
52569
53625
|
|
|
52570
53626
|
发布时间:2022-09-02 06:42:08
|
|
@@ -55508,6 +56564,24 @@
|
|
|
55508
56564
|
|
|
55509
56565
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
55510
56566
|
|
|
56567
|
+
### 第 10 次发布
|
|
56568
|
+
|
|
56569
|
+
发布时间:2022-09-09 06:35:15
|
|
56570
|
+
|
|
56571
|
+
本次发布包含了以下内容:
|
|
56572
|
+
|
|
56573
|
+
改善已有的文档。
|
|
56574
|
+
|
|
56575
|
+
新增接口:
|
|
56576
|
+
|
|
56577
|
+
* [[DescribeApkDetectionResult](https://cloud.tencent.com/document/api/283/80325)](https://cloud.tencent.com/document/api/#/#)
|
|
56578
|
+
|
|
56579
|
+
新增数据结构:
|
|
56580
|
+
|
|
56581
|
+
* [[OptPluginListItem](https://cloud.tencent.com/document/api/283/17759#OptPluginListItem)](https://cloud.tencent.com/document/api/283/17759#[OptPluginListItem](https://cloud.tencent.com/document/api/283/17759#OptPluginListItem))
|
|
56582
|
+
* [[PluginListItem](https://cloud.tencent.com/document/api/283/17759#PluginListItem)](https://cloud.tencent.com/document/api/283/17759#[PluginListItem](https://cloud.tencent.com/document/api/283/17759#PluginListItem))
|
|
56583
|
+
* [[ResultListItem](https://cloud.tencent.com/document/api/283/17759#ResultListItem)](https://cloud.tencent.com/document/api/283/17759#[ResultListItem](https://cloud.tencent.com/document/api/283/17759#ResultListItem))
|
|
56584
|
+
|
|
55511
56585
|
### 第 9 次发布
|
|
55512
56586
|
|
|
55513
56587
|
发布时间:2022-07-07 06:13:41
|
|
@@ -56615,6 +57689,23 @@
|
|
|
56615
57689
|
|
|
56616
57690
|
## 文字识别(ocr) 版本:2018-11-19
|
|
56617
57691
|
|
|
57692
|
+
### 第 77 次发布
|
|
57693
|
+
|
|
57694
|
+
发布时间:2022-09-09 06:35:53
|
|
57695
|
+
|
|
57696
|
+
本次发布包含了以下内容:
|
|
57697
|
+
|
|
57698
|
+
改善已有的文档。
|
|
57699
|
+
|
|
57700
|
+
新增接口:
|
|
57701
|
+
|
|
57702
|
+
* [[RecognizeMedicalInvoiceOCR](https://cloud.tencent.com/document/api/866/80326)](https://cloud.tencent.com/document/api/#/#)
|
|
57703
|
+
|
|
57704
|
+
新增数据结构:
|
|
57705
|
+
|
|
57706
|
+
* [[MedicalInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceInfo)](https://cloud.tencent.com/document/api/866/33527#[MedicalInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceInfo))
|
|
57707
|
+
* [[MedicalInvoiceItem](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceItem)](https://cloud.tencent.com/document/api/866/33527#[MedicalInvoiceItem](https://cloud.tencent.com/document/api/866/33527#MedicalInvoiceItem))
|
|
57708
|
+
|
|
56618
57709
|
### 第 76 次发布
|
|
56619
57710
|
|
|
56620
57711
|
发布时间:2022-08-29 06:40:32
|
|
@@ -61069,6 +62160,21 @@
|
|
|
61069
62160
|
|
|
61070
62161
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
61071
62162
|
|
|
62163
|
+
### 第 15 次发布
|
|
62164
|
+
|
|
62165
|
+
发布时间:2022-09-09 06:38:13
|
|
62166
|
+
|
|
62167
|
+
本次发布包含了以下内容:
|
|
62168
|
+
|
|
62169
|
+
改善已有的文档。
|
|
62170
|
+
|
|
62171
|
+
修改数据结构:
|
|
62172
|
+
|
|
62173
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
62174
|
+
|
|
62175
|
+
* 新增成员:AreaRegionID, AreaRegionCode, AreaAbbr
|
|
62176
|
+
|
|
62177
|
+
|
|
61072
62178
|
### 第 14 次发布
|
|
61073
62179
|
|
|
61074
62180
|
发布时间:2022-07-13 06:15:23
|
|
@@ -63314,6 +64420,31 @@
|
|
|
63314
64420
|
|
|
63315
64421
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
63316
64422
|
|
|
64423
|
+
### 第 37 次发布
|
|
64424
|
+
|
|
64425
|
+
发布时间:2022-09-09 06:39:25
|
|
64426
|
+
|
|
64427
|
+
本次发布包含了以下内容:
|
|
64428
|
+
|
|
64429
|
+
改善已有的文档。
|
|
64430
|
+
|
|
64431
|
+
新增接口:
|
|
64432
|
+
|
|
64433
|
+
* [[CloseInterCommunication](https://cloud.tencent.com/document/api/238/80333)](https://cloud.tencent.com/document/api/#/#)
|
|
64434
|
+
* [[CreateBusinessDBInstances](https://cloud.tencent.com/document/api/238/80332)](https://cloud.tencent.com/document/api/#/#)
|
|
64435
|
+
* [[CreateBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80331)](https://cloud.tencent.com/document/api/#/#)
|
|
64436
|
+
* [[DeleteBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80330)](https://cloud.tencent.com/document/api/#/#)
|
|
64437
|
+
* [[DescribeBusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/80329)](https://cloud.tencent.com/document/api/#/#)
|
|
64438
|
+
* [[DescribeDBInstanceInter](https://cloud.tencent.com/document/api/238/80328)](https://cloud.tencent.com/document/api/#/#)
|
|
64439
|
+
* [[OpenInterCommunication](https://cloud.tencent.com/document/api/238/80327)](https://cloud.tencent.com/document/api/#/#)
|
|
64440
|
+
|
|
64441
|
+
新增数据结构:
|
|
64442
|
+
|
|
64443
|
+
* [[BusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/19976#BusinessIntelligenceFile)](https://cloud.tencent.com/document/api/238/19976#[BusinessIntelligenceFile](https://cloud.tencent.com/document/api/238/19976#BusinessIntelligenceFile))
|
|
64444
|
+
* [[FileAction](https://cloud.tencent.com/document/api/238/19976#FileAction)](https://cloud.tencent.com/document/api/238/19976#[FileAction](https://cloud.tencent.com/document/api/238/19976#FileAction))
|
|
64445
|
+
* [[InterInstance](https://cloud.tencent.com/document/api/238/19976#InterInstance)](https://cloud.tencent.com/document/api/238/19976#[InterInstance](https://cloud.tencent.com/document/api/238/19976#InterInstance))
|
|
64446
|
+
* [[InterInstanceFlow](https://cloud.tencent.com/document/api/238/19976#InterInstanceFlow)](https://cloud.tencent.com/document/api/238/19976#[InterInstanceFlow](https://cloud.tencent.com/document/api/238/19976#InterInstanceFlow))
|
|
64447
|
+
|
|
63317
64448
|
### 第 36 次发布
|
|
63318
64449
|
|
|
63319
64450
|
发布时间:2022-08-11 06:47:08
|
|
@@ -64479,6 +65610,28 @@
|
|
|
64479
65610
|
|
|
64480
65611
|
## 证书(ssl) 版本:2019-12-05
|
|
64481
65612
|
|
|
65613
|
+
### 第 18 次发布
|
|
65614
|
+
|
|
65615
|
+
发布时间:2022-09-08 06:38:47
|
|
65616
|
+
|
|
65617
|
+
本次发布包含了以下内容:
|
|
65618
|
+
|
|
65619
|
+
改善已有的文档。
|
|
65620
|
+
|
|
65621
|
+
修改接口:
|
|
65622
|
+
|
|
65623
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
65624
|
+
|
|
65625
|
+
* 新增出参:EncryptAlgorithm
|
|
65626
|
+
|
|
65627
|
+
|
|
65628
|
+
修改数据结构:
|
|
65629
|
+
|
|
65630
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
65631
|
+
|
|
65632
|
+
* 新增成员:EncryptAlgorithm
|
|
65633
|
+
|
|
65634
|
+
|
|
64482
65635
|
### 第 17 次发布
|
|
64483
65636
|
|
|
64484
65637
|
发布时间:2022-07-20 06:12:05
|
|
@@ -65227,6 +66380,23 @@
|
|
|
65227
66380
|
|
|
65228
66381
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
65229
66382
|
|
|
66383
|
+
### 第 16 次发布
|
|
66384
|
+
|
|
66385
|
+
发布时间:2022-09-12 06:39:19
|
|
66386
|
+
|
|
66387
|
+
本次发布包含了以下内容:
|
|
66388
|
+
|
|
66389
|
+
改善已有的文档。
|
|
66390
|
+
|
|
66391
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
66392
|
+
|
|
66393
|
+
* SendTrafficSecuritySmsMessage
|
|
66394
|
+
|
|
66395
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
66396
|
+
|
|
66397
|
+
* InputSendTrafficSecuritySmsMsg
|
|
66398
|
+
* OutputSendTrafficSecuritySmsMsg
|
|
66399
|
+
|
|
65230
66400
|
### 第 15 次发布
|
|
65231
66401
|
|
|
65232
66402
|
发布时间:2022-08-22 06:46:33
|
|
@@ -70285,6 +71455,25 @@
|
|
|
70285
71455
|
|
|
70286
71456
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
70287
71457
|
|
|
71458
|
+
### 第 26 次发布
|
|
71459
|
+
|
|
71460
|
+
发布时间:2022-09-08 06:41:25
|
|
71461
|
+
|
|
71462
|
+
本次发布包含了以下内容:
|
|
71463
|
+
|
|
71464
|
+
改善已有的文档。
|
|
71465
|
+
|
|
71466
|
+
修改数据结构:
|
|
71467
|
+
|
|
71468
|
+
* [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
|
|
71469
|
+
|
|
71470
|
+
* 新增成员:VerifyInfo
|
|
71471
|
+
|
|
71472
|
+
* [ComplianceAssetPolicyItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicyItem)
|
|
71473
|
+
|
|
71474
|
+
* 新增成员:VerifyInfo
|
|
71475
|
+
|
|
71476
|
+
|
|
70288
71477
|
### 第 25 次发布
|
|
70289
71478
|
|
|
70290
71479
|
发布时间:2022-08-23 06:51:30
|
|
@@ -72448,6 +73637,21 @@
|
|
|
72448
73637
|
|
|
72449
73638
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
72450
73639
|
|
|
73640
|
+
### 第 29 次发布
|
|
73641
|
+
|
|
73642
|
+
发布时间:2022-09-07 06:51:54
|
|
73643
|
+
|
|
73644
|
+
本次发布包含了以下内容:
|
|
73645
|
+
|
|
73646
|
+
改善已有的文档。
|
|
73647
|
+
|
|
73648
|
+
修改接口:
|
|
73649
|
+
|
|
73650
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
73651
|
+
|
|
73652
|
+
* 新增入参:TcrInstanceId, RepoServer, RepoType
|
|
73653
|
+
|
|
73654
|
+
|
|
72451
73655
|
### 第 28 次发布
|
|
72452
73656
|
|
|
72453
73657
|
发布时间:2022-08-12 11:47:08
|
|
@@ -73010,6 +74214,21 @@
|
|
|
73010
74214
|
|
|
73011
74215
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
73012
74216
|
|
|
74217
|
+
### 第 25 次发布
|
|
74218
|
+
|
|
74219
|
+
发布时间:2022-09-12 06:43:25
|
|
74220
|
+
|
|
74221
|
+
本次发布包含了以下内容:
|
|
74222
|
+
|
|
74223
|
+
改善已有的文档。
|
|
74224
|
+
|
|
74225
|
+
修改数据结构:
|
|
74226
|
+
|
|
74227
|
+
* [ServerCertInfo](https://cloud.tencent.com/document/api/1552/73155#ServerCertInfo)
|
|
74228
|
+
|
|
74229
|
+
* 新增成员:SignAlgo
|
|
74230
|
+
|
|
74231
|
+
|
|
73013
74232
|
### 第 24 次发布
|
|
73014
74233
|
|
|
73015
74234
|
发布时间:2022-09-05 06:51:57
|
|
@@ -73020,12 +74239,12 @@
|
|
|
73020
74239
|
|
|
73021
74240
|
新增数据结构:
|
|
73022
74241
|
|
|
73023
|
-
* [
|
|
73024
|
-
* [
|
|
73025
|
-
* [
|
|
73026
|
-
* [
|
|
73027
|
-
* [
|
|
73028
|
-
* [
|
|
74242
|
+
* [DropPageConfig](https://cloud.tencent.com/document/api/1552/73155#DropPageConfig)
|
|
74243
|
+
* [DropPageDetail](https://cloud.tencent.com/document/api/1552/73155#DropPageDetail)
|
|
74244
|
+
* [ExceptConfig](https://cloud.tencent.com/document/api/1552/73155#ExceptConfig)
|
|
74245
|
+
* [ExceptUserRule](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRule)
|
|
74246
|
+
* [ExceptUserRuleCondition](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleCondition)
|
|
74247
|
+
* [ExceptUserRuleScope](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleScope)
|
|
73029
74248
|
|
|
73030
74249
|
修改数据结构:
|
|
73031
74250
|
|
|
@@ -75418,6 +76637,47 @@
|
|
|
75418
76637
|
|
|
75419
76638
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
75420
76639
|
|
|
76640
|
+
### 第 5 次发布
|
|
76641
|
+
|
|
76642
|
+
发布时间:2022-09-06 13:11:30
|
|
76643
|
+
|
|
76644
|
+
本次发布包含了以下内容:
|
|
76645
|
+
|
|
76646
|
+
改善已有的文档。
|
|
76647
|
+
|
|
76648
|
+
新增接口:
|
|
76649
|
+
|
|
76650
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)
|
|
76651
|
+
* [DeleteBatchTask](https://cloud.tencent.com/document/api/851/80181)
|
|
76652
|
+
* [DescribeBatchTask](https://cloud.tencent.com/document/api/851/80180)
|
|
76653
|
+
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api/851/80179)
|
|
76654
|
+
* [DescribeBatchTasks](https://cloud.tencent.com/document/api/851/80178)
|
|
76655
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
|
|
76656
|
+
* [StopBatchTask](https://cloud.tencent.com/document/api/851/80177)
|
|
76657
|
+
|
|
76658
|
+
修改接口:
|
|
76659
|
+
|
|
76660
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
76661
|
+
|
|
76662
|
+
* 新增入参:AutoClean, MaxReservedModels, ModelCleanPeriod
|
|
76663
|
+
|
|
76664
|
+
|
|
76665
|
+
新增数据结构:
|
|
76666
|
+
|
|
76667
|
+
* [BatchTaskDetail](https://cloud.tencent.com/document/api/851/75051#BatchTaskDetail)
|
|
76668
|
+
* [BatchTaskInstance](https://cloud.tencent.com/document/api/851/75051#BatchTaskInstance)
|
|
76669
|
+
* [BatchTaskSetItem](https://cloud.tencent.com/document/api/851/75051#BatchTaskSetItem)
|
|
76670
|
+
* [CronInfo](https://cloud.tencent.com/document/api/851/75051#CronInfo)
|
|
76671
|
+
* [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
|
|
76672
|
+
* [Spec](https://cloud.tencent.com/document/api/851/75051#Spec)
|
|
76673
|
+
|
|
76674
|
+
修改数据结构:
|
|
76675
|
+
|
|
76676
|
+
* [TrainingModelVersionDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelVersionDTO)
|
|
76677
|
+
|
|
76678
|
+
* 新增成员:VersionType, GPUType, AutoClean, ModelCleanPeriod, MaxReservedModels, ModelHotUpdatePath
|
|
76679
|
+
|
|
76680
|
+
|
|
75421
76681
|
### 第 4 次发布
|
|
75422
76682
|
|
|
75423
76683
|
发布时间:2022-08-09 12:28:40
|
|
@@ -76047,6 +77307,21 @@
|
|
|
76047
77307
|
|
|
76048
77308
|
## 容器服务(tke) 版本:2018-05-25
|
|
76049
77309
|
|
|
77310
|
+
### 第 121 次发布
|
|
77311
|
+
|
|
77312
|
+
发布时间:2022-09-08 06:45:00
|
|
77313
|
+
|
|
77314
|
+
本次发布包含了以下内容:
|
|
77315
|
+
|
|
77316
|
+
改善已有的文档。
|
|
77317
|
+
|
|
77318
|
+
修改接口:
|
|
77319
|
+
|
|
77320
|
+
* [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
|
|
77321
|
+
|
|
77322
|
+
* 新增入参:AutoUpgradeClusterLevel
|
|
77323
|
+
|
|
77324
|
+
|
|
76050
77325
|
### 第 120 次发布
|
|
76051
77326
|
|
|
76052
77327
|
发布时间:2022-09-01 06:53:50
|
|
@@ -82678,6 +83953,30 @@
|
|
|
82678
83953
|
|
|
82679
83954
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
82680
83955
|
|
|
83956
|
+
### 第 2 次发布
|
|
83957
|
+
|
|
83958
|
+
发布时间:2022-09-08 06:47:59
|
|
83959
|
+
|
|
83960
|
+
本次发布包含了以下内容:
|
|
83961
|
+
|
|
83962
|
+
改善已有的文档。
|
|
83963
|
+
|
|
83964
|
+
新增数据结构:
|
|
83965
|
+
|
|
83966
|
+
* [RecognitionResult](https://cloud.tencent.com/document/api/1265/80019#RecognitionResult)
|
|
83967
|
+
* [Tag](https://cloud.tencent.com/document/api/1265/80019#Tag)
|
|
83968
|
+
|
|
83969
|
+
修改数据结构:
|
|
83970
|
+
|
|
83971
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
83972
|
+
|
|
83973
|
+
* 新增成员:SubLabel, RecognitionResults
|
|
83974
|
+
|
|
83975
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
83976
|
+
|
|
83977
|
+
* 新增成员:SubLabel, Suggestion
|
|
83978
|
+
|
|
83979
|
+
|
|
82681
83980
|
### 第 1 次发布
|
|
82682
83981
|
|
|
82683
83982
|
发布时间:2022-09-01 20:31:39
|
|
@@ -82757,6 +84056,29 @@
|
|
|
82757
84056
|
|
|
82758
84057
|
## 云点播(vod) 版本:2018-07-17
|
|
82759
84058
|
|
|
84059
|
+
### 第 119 次发布
|
|
84060
|
+
|
|
84061
|
+
发布时间:2022-09-08 06:48:08
|
|
84062
|
+
|
|
84063
|
+
本次发布包含了以下内容:
|
|
84064
|
+
|
|
84065
|
+
改善已有的文档。
|
|
84066
|
+
|
|
84067
|
+
新增接口:
|
|
84068
|
+
|
|
84069
|
+
* [ReviewAudioVideo](https://cloud.tencent.com/document/api/266/80283)
|
|
84070
|
+
|
|
84071
|
+
新增数据结构:
|
|
84072
|
+
|
|
84073
|
+
* [ReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskInput)
|
|
84074
|
+
|
|
84075
|
+
修改数据结构:
|
|
84076
|
+
|
|
84077
|
+
* [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
|
|
84078
|
+
|
|
84079
|
+
* 新增成员:Input
|
|
84080
|
+
|
|
84081
|
+
|
|
82760
84082
|
### 第 118 次发布
|
|
82761
84083
|
|
|
82762
84084
|
发布时间:2022-09-02 07:03:01
|
|
@@ -85963,11 +87285,11 @@
|
|
|
85963
87285
|
|
|
85964
87286
|
新增接口:
|
|
85965
87287
|
|
|
85966
|
-
* [
|
|
87288
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/215/80090)
|
|
85967
87289
|
|
|
85968
87290
|
新增数据结构:
|
|
85969
87291
|
|
|
85970
|
-
* [
|
|
87292
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/215/15824#TrafficPackage)
|
|
85971
87293
|
|
|
85972
87294
|
### 第 122 次发布
|
|
85973
87295
|
|