tencentcloud-sdk-nodejs 4.0.421 → 4.0.424
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 +971 -0
- package/SERVICE_CHANGELOG.md +1025 -97
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +610 -179
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +200 -76
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcr/v20190924/tcr_client.ts +246 -50
- package/src/services/tcr/v20190924/tcr_models.ts +946 -298
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +31 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +70 -24
- package/src/services/vod/v20180717/vod_models.ts +498 -86
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +172 -69
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -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 +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +29 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +35 -15
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +429 -77
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +56 -6
- package/test/gaap.v20180529.test.js +116 -16
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/tcr.v20190924.test.js +168 -8
- package/test/vod.v20180717.test.js +32 -2
- package/test/yinsuda.v20220527.test.js +56 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,80 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 42 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-25 06:10:07
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
16
|
+
|
|
17
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
23
|
+
|
|
24
|
+
### 第 23 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-08-25 06:22:53
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
35
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
36
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
37
|
+
* [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
|
|
38
|
+
* [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
|
|
39
|
+
|
|
13
40
|
修改接口:
|
|
14
41
|
|
|
15
|
-
* [
|
|
42
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
16
43
|
|
|
17
|
-
*
|
|
44
|
+
* 新增出参:RollbackTimeRanges
|
|
18
45
|
|
|
19
46
|
|
|
47
|
+
新增数据结构:
|
|
20
48
|
|
|
49
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
50
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
21
51
|
|
|
22
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
23
52
|
|
|
24
|
-
### 第 53 次发布
|
|
25
53
|
|
|
26
|
-
|
|
54
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
55
|
+
|
|
56
|
+
### 第 44 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2022-08-25 06:25:03
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
67
|
+
|
|
68
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
74
|
+
|
|
75
|
+
### 第 35 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-08-25 06:30:05
|
|
27
78
|
|
|
28
79
|
本次发布包含了以下内容:
|
|
29
80
|
|
|
@@ -31,80 +82,124 @@
|
|
|
31
82
|
|
|
32
83
|
新增接口:
|
|
33
84
|
|
|
34
|
-
* [
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
40
|
-
* [
|
|
41
|
-
* [
|
|
42
|
-
* [
|
|
43
|
-
* [
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
* [
|
|
48
|
-
* [
|
|
49
|
-
* [
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
63
|
-
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
64
|
-
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
65
|
-
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
66
|
-
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
67
|
-
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
85
|
+
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
86
|
+
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
87
|
+
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
88
|
+
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
89
|
+
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
90
|
+
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
91
|
+
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
92
|
+
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
93
|
+
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
94
|
+
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
95
|
+
|
|
96
|
+
新增数据结构:
|
|
97
|
+
|
|
98
|
+
* [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
|
|
99
|
+
* [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
|
|
100
|
+
* [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
105
|
+
|
|
106
|
+
### 第 7 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2022-08-25 06:38:57
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
68
113
|
|
|
69
114
|
修改接口:
|
|
70
115
|
|
|
71
|
-
* [
|
|
116
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
72
117
|
|
|
73
|
-
*
|
|
118
|
+
* 新增出参:ReportResult
|
|
74
119
|
|
|
75
|
-
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
76
120
|
|
|
77
|
-
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
78
121
|
|
|
79
122
|
|
|
123
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
124
|
+
|
|
125
|
+
### 第 24 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2022-08-25 06:41:36
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
新增接口:
|
|
134
|
+
|
|
135
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
140
|
+
|
|
141
|
+
### 第 43 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2022-08-25 06:49:32
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
|
|
152
|
+
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
153
|
+
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
154
|
+
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
155
|
+
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
156
|
+
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
157
|
+
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
158
|
+
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
159
|
+
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
160
|
+
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
161
|
+
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
162
|
+
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
163
|
+
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
164
|
+
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
165
|
+
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
166
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
167
|
+
|
|
80
168
|
新增数据结构:
|
|
81
169
|
|
|
82
|
-
* [
|
|
83
|
-
* [
|
|
84
|
-
* [
|
|
85
|
-
* [
|
|
86
|
-
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
87
|
-
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
170
|
+
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
171
|
+
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
172
|
+
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
173
|
+
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
88
174
|
|
|
89
175
|
|
|
90
176
|
|
|
91
|
-
##
|
|
177
|
+
## 云点播(vod) 版本:2018-07-17
|
|
92
178
|
|
|
93
|
-
### 第
|
|
179
|
+
### 第 116 次发布
|
|
94
180
|
|
|
95
|
-
发布时间:2022-08-
|
|
181
|
+
发布时间:2022-08-25 06:58:49
|
|
96
182
|
|
|
97
183
|
本次发布包含了以下内容:
|
|
98
184
|
|
|
99
185
|
改善已有的文档。
|
|
100
186
|
|
|
187
|
+
新增接口:
|
|
188
|
+
|
|
189
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
190
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
191
|
+
|
|
101
192
|
修改接口:
|
|
102
193
|
|
|
103
|
-
* [
|
|
194
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
104
195
|
|
|
105
|
-
* 新增入参:
|
|
196
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
106
197
|
|
|
107
198
|
|
|
199
|
+
新增数据结构:
|
|
200
|
+
|
|
201
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
202
|
+
|
|
108
203
|
|
|
109
204
|
|
|
110
205
|
# 历次版本更新如下:
|
|
@@ -358,6 +453,25 @@
|
|
|
358
453
|
|
|
359
454
|
## 应用合规平台(acp) 版本:2022-01-05
|
|
360
455
|
|
|
456
|
+
### 第 4 次发布
|
|
457
|
+
|
|
458
|
+
发布时间:2022-08-24 06:06:48
|
|
459
|
+
|
|
460
|
+
本次发布包含了以下内容:
|
|
461
|
+
|
|
462
|
+
改善已有的文档。
|
|
463
|
+
|
|
464
|
+
修改接口:
|
|
465
|
+
|
|
466
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
467
|
+
|
|
468
|
+
* 新增入参:Source
|
|
469
|
+
|
|
470
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
471
|
+
|
|
472
|
+
* 新增出参:ReportResult
|
|
473
|
+
|
|
474
|
+
|
|
361
475
|
### 第 3 次发布
|
|
362
476
|
|
|
363
477
|
发布时间:2022-07-29 06:01:57
|
|
@@ -2626,6 +2740,22 @@
|
|
|
2626
2740
|
|
|
2627
2741
|
## API网关(apigateway) 版本:2018-08-08
|
|
2628
2742
|
|
|
2743
|
+
### 第 32 次发布
|
|
2744
|
+
|
|
2745
|
+
发布时间:2022-08-24 06:08:44
|
|
2746
|
+
|
|
2747
|
+
本次发布包含了以下内容:
|
|
2748
|
+
|
|
2749
|
+
改善已有的文档。
|
|
2750
|
+
|
|
2751
|
+
新增接口:
|
|
2752
|
+
|
|
2753
|
+
* [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
|
|
2754
|
+
|
|
2755
|
+
新增数据结构:
|
|
2756
|
+
|
|
2757
|
+
* [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
|
|
2758
|
+
|
|
2629
2759
|
### 第 31 次发布
|
|
2630
2760
|
|
|
2631
2761
|
发布时间:2022-06-14 06:05:10
|
|
@@ -5270,6 +5400,21 @@
|
|
|
5270
5400
|
|
|
5271
5401
|
## 批量计算(batch) 版本:2017-03-12
|
|
5272
5402
|
|
|
5403
|
+
### 第 42 次发布
|
|
5404
|
+
|
|
5405
|
+
发布时间:2022-08-25 06:10:07
|
|
5406
|
+
|
|
5407
|
+
本次发布包含了以下内容:
|
|
5408
|
+
|
|
5409
|
+
改善已有的文档。
|
|
5410
|
+
|
|
5411
|
+
修改数据结构:
|
|
5412
|
+
|
|
5413
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
5414
|
+
|
|
5415
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
5416
|
+
|
|
5417
|
+
|
|
5273
5418
|
### 第 41 次发布
|
|
5274
5419
|
|
|
5275
5420
|
发布时间:2022-03-31 06:03:07
|
|
@@ -17288,6 +17433,59 @@
|
|
|
17288
17433
|
|
|
17289
17434
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17290
17435
|
|
|
17436
|
+
### 第 54 次发布
|
|
17437
|
+
|
|
17438
|
+
发布时间:2022-08-23 06:17:56
|
|
17439
|
+
|
|
17440
|
+
本次发布包含了以下内容:
|
|
17441
|
+
|
|
17442
|
+
改善已有的文档。
|
|
17443
|
+
|
|
17444
|
+
修改接口:
|
|
17445
|
+
|
|
17446
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
17447
|
+
|
|
17448
|
+
* 新增入参:MaxMessageByte
|
|
17449
|
+
|
|
17450
|
+
|
|
17451
|
+
### 第 53 次发布
|
|
17452
|
+
|
|
17453
|
+
发布时间:2022-08-22 06:16:09
|
|
17454
|
+
|
|
17455
|
+
本次发布包含了以下内容:
|
|
17456
|
+
|
|
17457
|
+
改善已有的文档。
|
|
17458
|
+
|
|
17459
|
+
新增数据结构:
|
|
17460
|
+
|
|
17461
|
+
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
17462
|
+
|
|
17463
|
+
修改数据结构:
|
|
17464
|
+
|
|
17465
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
17466
|
+
|
|
17467
|
+
* 新增成员:RowParam
|
|
17468
|
+
|
|
17469
|
+
|
|
17470
|
+
### 第 52 次发布
|
|
17471
|
+
|
|
17472
|
+
发布时间:2022-08-19 06:13:13
|
|
17473
|
+
|
|
17474
|
+
本次发布包含了以下内容:
|
|
17475
|
+
|
|
17476
|
+
改善已有的文档。
|
|
17477
|
+
|
|
17478
|
+
修改数据结构:
|
|
17479
|
+
|
|
17480
|
+
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
17481
|
+
|
|
17482
|
+
* 新增成员:SelfBuilt
|
|
17483
|
+
|
|
17484
|
+
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
17485
|
+
|
|
17486
|
+
* 新增成员:SelfBuilt
|
|
17487
|
+
|
|
17488
|
+
|
|
17291
17489
|
### 第 51 次发布
|
|
17292
17490
|
|
|
17293
17491
|
发布时间:2022-08-16 06:14:00
|
|
@@ -20224,6 +20422,25 @@
|
|
|
20224
20422
|
|
|
20225
20423
|
## 日志服务(cls) 版本:2020-10-16
|
|
20226
20424
|
|
|
20425
|
+
### 第 29 次发布
|
|
20426
|
+
|
|
20427
|
+
发布时间:2022-08-24 06:18:24
|
|
20428
|
+
|
|
20429
|
+
本次发布包含了以下内容:
|
|
20430
|
+
|
|
20431
|
+
改善已有的文档。
|
|
20432
|
+
|
|
20433
|
+
修改接口:
|
|
20434
|
+
|
|
20435
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
20436
|
+
|
|
20437
|
+
* 新增入参:FilenameMode
|
|
20438
|
+
|
|
20439
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
20440
|
+
|
|
20441
|
+
* 新增入参:FilenameMode
|
|
20442
|
+
|
|
20443
|
+
|
|
20227
20444
|
### 第 28 次发布
|
|
20228
20445
|
|
|
20229
20446
|
发布时间:2022-08-18 06:14:59
|
|
@@ -20856,6 +21073,37 @@
|
|
|
20856
21073
|
|
|
20857
21074
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
20858
21075
|
|
|
21076
|
+
### 第 51 次发布
|
|
21077
|
+
|
|
21078
|
+
发布时间:2022-08-24 06:19:05
|
|
21079
|
+
|
|
21080
|
+
本次发布包含了以下内容:
|
|
21081
|
+
|
|
21082
|
+
改善已有的文档。
|
|
21083
|
+
|
|
21084
|
+
新增数据结构:
|
|
21085
|
+
|
|
21086
|
+
* [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
|
|
21087
|
+
* [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
|
|
21088
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
21089
|
+
* [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
|
|
21090
|
+
* [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
|
|
21091
|
+
* [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
|
|
21092
|
+
* [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
|
|
21093
|
+
* [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
|
|
21094
|
+
* [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
|
|
21095
|
+
|
|
21096
|
+
修改数据结构:
|
|
21097
|
+
|
|
21098
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
21099
|
+
|
|
21100
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
21101
|
+
|
|
21102
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
21103
|
+
|
|
21104
|
+
* 新增成员:MediaCastProjectInfo
|
|
21105
|
+
|
|
21106
|
+
|
|
20859
21107
|
### 第 50 次发布
|
|
20860
21108
|
|
|
20861
21109
|
发布时间:2022-06-24 06:09:00
|
|
@@ -26497,6 +26745,36 @@
|
|
|
26497
26745
|
|
|
26498
26746
|
## 主机安全(cwp) 版本:2018-02-28
|
|
26499
26747
|
|
|
26748
|
+
### 第 50 次发布
|
|
26749
|
+
|
|
26750
|
+
发布时间:2022-08-19 06:16:28
|
|
26751
|
+
|
|
26752
|
+
本次发布包含了以下内容:
|
|
26753
|
+
|
|
26754
|
+
改善已有的文档。
|
|
26755
|
+
|
|
26756
|
+
修改接口:
|
|
26757
|
+
|
|
26758
|
+
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
26759
|
+
|
|
26760
|
+
* 新增出参:LastFixTime, hadAutoFixVul
|
|
26761
|
+
|
|
26762
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
26763
|
+
|
|
26764
|
+
* 新增出参:SuccessFixCount, FixSwitch
|
|
26765
|
+
|
|
26766
|
+
|
|
26767
|
+
新增数据结构:
|
|
26768
|
+
|
|
26769
|
+
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
26770
|
+
|
|
26771
|
+
修改数据结构:
|
|
26772
|
+
|
|
26773
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
26774
|
+
|
|
26775
|
+
* 新增成员:CloudTags
|
|
26776
|
+
|
|
26777
|
+
|
|
26500
26778
|
### 第 49 次发布
|
|
26501
26779
|
|
|
26502
26780
|
发布时间:2022-07-15 06:07:13
|
|
@@ -28160,6 +28438,34 @@
|
|
|
28160
28438
|
|
|
28161
28439
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28162
28440
|
|
|
28441
|
+
### 第 23 次发布
|
|
28442
|
+
|
|
28443
|
+
发布时间:2022-08-25 06:22:53
|
|
28444
|
+
|
|
28445
|
+
本次发布包含了以下内容:
|
|
28446
|
+
|
|
28447
|
+
改善已有的文档。
|
|
28448
|
+
|
|
28449
|
+
新增接口:
|
|
28450
|
+
|
|
28451
|
+
* [[AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)](https://cloud.tencent.com/document/api/#/#)
|
|
28452
|
+
* [[DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)](https://cloud.tencent.com/document/api/#/#)
|
|
28453
|
+
* [[ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)](https://cloud.tencent.com/document/api/#/#)
|
|
28454
|
+
* [[RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)](https://cloud.tencent.com/document/api/#/#)
|
|
28455
|
+
* [[SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)](https://cloud.tencent.com/document/api/#/#)
|
|
28456
|
+
|
|
28457
|
+
修改接口:
|
|
28458
|
+
|
|
28459
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
28460
|
+
|
|
28461
|
+
* 新增出参:RollbackTimeRanges
|
|
28462
|
+
|
|
28463
|
+
|
|
28464
|
+
新增数据结构:
|
|
28465
|
+
|
|
28466
|
+
* [[ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)](https://cloud.tencent.com/document/api/1003/48097#[ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo))
|
|
28467
|
+
* [[RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)](https://cloud.tencent.com/document/api/1003/48097#[RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange))
|
|
28468
|
+
|
|
28163
28469
|
### 第 22 次发布
|
|
28164
28470
|
|
|
28165
28471
|
发布时间:2022-08-16 06:18:39
|
|
@@ -30308,6 +30614,21 @@
|
|
|
30308
30614
|
|
|
30309
30615
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
30310
30616
|
|
|
30617
|
+
### 第 44 次发布
|
|
30618
|
+
|
|
30619
|
+
发布时间:2022-08-25 06:25:03
|
|
30620
|
+
|
|
30621
|
+
本次发布包含了以下内容:
|
|
30622
|
+
|
|
30623
|
+
改善已有的文档。
|
|
30624
|
+
|
|
30625
|
+
修改接口:
|
|
30626
|
+
|
|
30627
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
30628
|
+
|
|
30629
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
30630
|
+
|
|
30631
|
+
|
|
30311
30632
|
### 第 43 次发布
|
|
30312
30633
|
|
|
30313
30634
|
发布时间:2022-07-22 06:06:56
|
|
@@ -33049,6 +33370,21 @@
|
|
|
33049
33370
|
|
|
33050
33371
|
## 事件总线(eb) 版本:2021-04-16
|
|
33051
33372
|
|
|
33373
|
+
### 第 6 次发布
|
|
33374
|
+
|
|
33375
|
+
发布时间:2022-08-23 06:27:55
|
|
33376
|
+
|
|
33377
|
+
本次发布包含了以下内容:
|
|
33378
|
+
|
|
33379
|
+
改善已有的文档。
|
|
33380
|
+
|
|
33381
|
+
修改接口:
|
|
33382
|
+
|
|
33383
|
+
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
33384
|
+
|
|
33385
|
+
* 新增入参:EventPattern
|
|
33386
|
+
|
|
33387
|
+
|
|
33052
33388
|
### 第 5 次发布
|
|
33053
33389
|
|
|
33054
33390
|
发布时间:2022-06-30 06:06:12
|
|
@@ -39021,6 +39357,33 @@
|
|
|
39021
39357
|
|
|
39022
39358
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
39023
39359
|
|
|
39360
|
+
### 第 35 次发布
|
|
39361
|
+
|
|
39362
|
+
发布时间:2022-08-25 06:30:05
|
|
39363
|
+
|
|
39364
|
+
本次发布包含了以下内容:
|
|
39365
|
+
|
|
39366
|
+
改善已有的文档。
|
|
39367
|
+
|
|
39368
|
+
新增接口:
|
|
39369
|
+
|
|
39370
|
+
* [[CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)](https://cloud.tencent.com/document/api/#/#)
|
|
39371
|
+
* [[CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)](https://cloud.tencent.com/document/api/#/#)
|
|
39372
|
+
* [[DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)](https://cloud.tencent.com/document/api/#/#)
|
|
39373
|
+
* [[DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)](https://cloud.tencent.com/document/api/#/#)
|
|
39374
|
+
* [[DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)](https://cloud.tencent.com/document/api/#/#)
|
|
39375
|
+
* [[DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)](https://cloud.tencent.com/document/api/#/#)
|
|
39376
|
+
* [[DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)](https://cloud.tencent.com/document/api/#/#)
|
|
39377
|
+
* [[EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)](https://cloud.tencent.com/document/api/#/#)
|
|
39378
|
+
* [[ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)](https://cloud.tencent.com/document/api/#/#)
|
|
39379
|
+
* [[ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)](https://cloud.tencent.com/document/api/#/#)
|
|
39380
|
+
|
|
39381
|
+
新增数据结构:
|
|
39382
|
+
|
|
39383
|
+
* [[Domain](https://cloud.tencent.com/document/api/608/37023#Domain)](https://cloud.tencent.com/document/api/608/37023#[Domain](https://cloud.tencent.com/document/api/608/37023#Domain))
|
|
39384
|
+
* [[GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)](https://cloud.tencent.com/document/api/608/37023#[GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns))
|
|
39385
|
+
* [[ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)](https://cloud.tencent.com/document/api/608/37023#[ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo))
|
|
39386
|
+
|
|
39024
39387
|
### 第 34 次发布
|
|
39025
39388
|
|
|
39026
39389
|
发布时间:2022-07-29 06:09:17
|
|
@@ -40560,6 +40923,21 @@
|
|
|
40560
40923
|
|
|
40561
40924
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
40562
40925
|
|
|
40926
|
+
### 第 18 次发布
|
|
40927
|
+
|
|
40928
|
+
发布时间:2022-08-19 06:23:23
|
|
40929
|
+
|
|
40930
|
+
本次发布包含了以下内容:
|
|
40931
|
+
|
|
40932
|
+
改善已有的文档。
|
|
40933
|
+
|
|
40934
|
+
修改接口:
|
|
40935
|
+
|
|
40936
|
+
* [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
|
|
40937
|
+
|
|
40938
|
+
* 新增入参:GameRegion
|
|
40939
|
+
|
|
40940
|
+
|
|
40563
40941
|
### 第 17 次发布
|
|
40564
40942
|
|
|
40565
40943
|
发布时间:2022-04-08 06:07:59
|
|
@@ -46134,6 +46512,21 @@
|
|
|
46134
46512
|
|
|
46135
46513
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46136
46514
|
|
|
46515
|
+
### 第 5 次发布
|
|
46516
|
+
|
|
46517
|
+
发布时间:2022-08-22 06:33:46
|
|
46518
|
+
|
|
46519
|
+
本次发布包含了以下内容:
|
|
46520
|
+
|
|
46521
|
+
改善已有的文档。
|
|
46522
|
+
|
|
46523
|
+
修改数据结构:
|
|
46524
|
+
|
|
46525
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
46526
|
+
|
|
46527
|
+
* 新增成员:CategoryId
|
|
46528
|
+
|
|
46529
|
+
|
|
46137
46530
|
### 第 4 次发布
|
|
46138
46531
|
|
|
46139
46532
|
发布时间:2022-07-19 16:17:21
|
|
@@ -51005,6 +51398,21 @@
|
|
|
51005
51398
|
|
|
51006
51399
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
51007
51400
|
|
|
51401
|
+
### 第 7 次发布
|
|
51402
|
+
|
|
51403
|
+
发布时间:2022-08-25 06:38:57
|
|
51404
|
+
|
|
51405
|
+
本次发布包含了以下内容:
|
|
51406
|
+
|
|
51407
|
+
改善已有的文档。
|
|
51408
|
+
|
|
51409
|
+
修改接口:
|
|
51410
|
+
|
|
51411
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
51412
|
+
|
|
51413
|
+
* 新增出参:ReportResult
|
|
51414
|
+
|
|
51415
|
+
|
|
51008
51416
|
### 第 6 次发布
|
|
51009
51417
|
|
|
51010
51418
|
发布时间:2022-07-21 15:01:26
|
|
@@ -51720,6 +52128,46 @@
|
|
|
51720
52128
|
|
|
51721
52129
|
## 云监控(monitor) 版本:2018-07-24
|
|
51722
52130
|
|
|
52131
|
+
### 第 55 次发布
|
|
52132
|
+
|
|
52133
|
+
发布时间:2022-08-22 06:38:10
|
|
52134
|
+
|
|
52135
|
+
本次发布包含了以下内容:
|
|
52136
|
+
|
|
52137
|
+
改善已有的文档。
|
|
52138
|
+
|
|
52139
|
+
修改接口:
|
|
52140
|
+
|
|
52141
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
52142
|
+
|
|
52143
|
+
* 新增出参:CommonNamespaces
|
|
52144
|
+
|
|
52145
|
+
|
|
52146
|
+
新增数据结构:
|
|
52147
|
+
|
|
52148
|
+
* [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
|
|
52149
|
+
* [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
|
|
52150
|
+
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
52151
|
+
|
|
52152
|
+
### 第 54 次发布
|
|
52153
|
+
|
|
52154
|
+
发布时间:2022-08-19 06:29:18
|
|
52155
|
+
|
|
52156
|
+
本次发布包含了以下内容:
|
|
52157
|
+
|
|
52158
|
+
改善已有的文档。
|
|
52159
|
+
|
|
52160
|
+
修改接口:
|
|
52161
|
+
|
|
52162
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
52163
|
+
|
|
52164
|
+
* 新增出参:Warning
|
|
52165
|
+
|
|
52166
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
52167
|
+
|
|
52168
|
+
* 新增出参:Warning
|
|
52169
|
+
|
|
52170
|
+
|
|
51723
52171
|
### 第 53 次发布
|
|
51724
52172
|
|
|
51725
52173
|
发布时间:2022-08-18 06:31:02
|
|
@@ -51730,40 +52178,40 @@
|
|
|
51730
52178
|
|
|
51731
52179
|
新增接口:
|
|
51732
52180
|
|
|
51733
|
-
* [
|
|
51734
|
-
* [
|
|
51735
|
-
* [
|
|
51736
|
-
* [
|
|
51737
|
-
* [
|
|
51738
|
-
* [
|
|
51739
|
-
* [
|
|
51740
|
-
* [
|
|
51741
|
-
* [
|
|
51742
|
-
* [
|
|
51743
|
-
* [
|
|
51744
|
-
* [
|
|
51745
|
-
* [
|
|
51746
|
-
* [
|
|
51747
|
-
* [
|
|
51748
|
-
* [
|
|
51749
|
-
* [
|
|
51750
|
-
* [
|
|
51751
|
-
* [
|
|
51752
|
-
* [
|
|
51753
|
-
* [
|
|
51754
|
-
* [
|
|
51755
|
-
* [
|
|
51756
|
-
* [
|
|
51757
|
-
* [
|
|
51758
|
-
* [
|
|
51759
|
-
* [
|
|
51760
|
-
* [
|
|
51761
|
-
* [
|
|
51762
|
-
* [
|
|
51763
|
-
* [
|
|
51764
|
-
* [
|
|
51765
|
-
* [
|
|
51766
|
-
* [
|
|
52181
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
52182
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
52183
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
52184
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
52185
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
52186
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
52187
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
52188
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
52189
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
52190
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
52191
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
52192
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
52193
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
52194
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
52195
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
52196
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
52197
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
52198
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
52199
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
52200
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
52201
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
52202
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
52203
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
52204
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
52205
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
52206
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
52207
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
52208
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
52209
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
52210
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
52211
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
52212
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
52213
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
52214
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
51767
52215
|
|
|
51768
52216
|
修改接口:
|
|
51769
52217
|
|
|
@@ -51778,12 +52226,12 @@
|
|
|
51778
52226
|
|
|
51779
52227
|
新增数据结构:
|
|
51780
52228
|
|
|
51781
|
-
* [
|
|
51782
|
-
* [
|
|
51783
|
-
* [
|
|
51784
|
-
* [
|
|
51785
|
-
* [
|
|
51786
|
-
* [
|
|
52229
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
52230
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
52231
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
52232
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
52233
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
52234
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
51787
52235
|
|
|
51788
52236
|
### 第 52 次发布
|
|
51789
52237
|
|
|
@@ -55182,6 +55630,18 @@
|
|
|
55182
55630
|
|
|
55183
55631
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
55184
55632
|
|
|
55633
|
+
### 第 24 次发布
|
|
55634
|
+
|
|
55635
|
+
发布时间:2022-08-25 06:41:36
|
|
55636
|
+
|
|
55637
|
+
本次发布包含了以下内容:
|
|
55638
|
+
|
|
55639
|
+
改善已有的文档。
|
|
55640
|
+
|
|
55641
|
+
新增接口:
|
|
55642
|
+
|
|
55643
|
+
* [[DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)](https://cloud.tencent.com/document/api/#/#)
|
|
55644
|
+
|
|
55185
55645
|
### 第 23 次发布
|
|
55186
55646
|
|
|
55187
55647
|
发布时间:2022-07-26 06:19:20
|
|
@@ -58676,6 +59136,25 @@
|
|
|
58676
59136
|
|
|
58677
59137
|
## 云压测(pts) 版本:2021-07-28
|
|
58678
59138
|
|
|
59139
|
+
### 第 3 次发布
|
|
59140
|
+
|
|
59141
|
+
发布时间:2022-08-22 06:42:21
|
|
59142
|
+
|
|
59143
|
+
本次发布包含了以下内容:
|
|
59144
|
+
|
|
59145
|
+
改善已有的文档。
|
|
59146
|
+
|
|
59147
|
+
修改接口:
|
|
59148
|
+
|
|
59149
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
59150
|
+
|
|
59151
|
+
* 新增入参:NotificationHooks
|
|
59152
|
+
|
|
59153
|
+
|
|
59154
|
+
新增数据结构:
|
|
59155
|
+
|
|
59156
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
59157
|
+
|
|
58679
59158
|
### 第 2 次发布
|
|
58680
59159
|
|
|
58681
59160
|
发布时间:2022-08-15 06:35:03
|
|
@@ -64236,6 +64715,25 @@
|
|
|
64236
64715
|
|
|
64237
64716
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
64238
64717
|
|
|
64718
|
+
### 第 15 次发布
|
|
64719
|
+
|
|
64720
|
+
发布时间:2022-08-22 06:46:33
|
|
64721
|
+
|
|
64722
|
+
本次发布包含了以下内容:
|
|
64723
|
+
|
|
64724
|
+
改善已有的文档。
|
|
64725
|
+
|
|
64726
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64727
|
+
|
|
64728
|
+
* DetectFraudKOL
|
|
64729
|
+
|
|
64730
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
64731
|
+
|
|
64732
|
+
* InputKolBspData
|
|
64733
|
+
* InputKolDataList
|
|
64734
|
+
* OutputKolData
|
|
64735
|
+
* OutputKolValue
|
|
64736
|
+
|
|
64239
64737
|
### 第 14 次发布
|
|
64240
64738
|
|
|
64241
64739
|
发布时间:2022-08-11 06:48:40
|
|
@@ -65544,6 +66042,26 @@
|
|
|
65544
66042
|
|
|
65545
66043
|
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
65546
66044
|
|
|
66045
|
+
### 第 16 次发布
|
|
66046
|
+
|
|
66047
|
+
发布时间:2022-08-23 06:49:36
|
|
66048
|
+
|
|
66049
|
+
本次发布包含了以下内容:
|
|
66050
|
+
|
|
66051
|
+
改善已有的文档。
|
|
66052
|
+
|
|
66053
|
+
新增数据结构:
|
|
66054
|
+
|
|
66055
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
66056
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
66057
|
+
|
|
66058
|
+
修改数据结构:
|
|
66059
|
+
|
|
66060
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
66061
|
+
|
|
66062
|
+
* 新增成员:SyncTableInfo
|
|
66063
|
+
|
|
66064
|
+
|
|
65547
66065
|
### 第 15 次发布
|
|
65548
66066
|
|
|
65549
66067
|
发布时间:2022-03-29 08:15:32
|
|
@@ -66106,6 +66624,21 @@
|
|
|
66106
66624
|
|
|
66107
66625
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
66108
66626
|
|
|
66627
|
+
### 第 86 次发布
|
|
66628
|
+
|
|
66629
|
+
发布时间:2022-08-23 06:50:01
|
|
66630
|
+
|
|
66631
|
+
本次发布包含了以下内容:
|
|
66632
|
+
|
|
66633
|
+
改善已有的文档。
|
|
66634
|
+
|
|
66635
|
+
修改数据结构:
|
|
66636
|
+
|
|
66637
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
66638
|
+
|
|
66639
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
66640
|
+
|
|
66641
|
+
|
|
66109
66642
|
### 第 85 次发布
|
|
66110
66643
|
|
|
66111
66644
|
发布时间:2022-08-01 11:52:06
|
|
@@ -67627,6 +68160,21 @@
|
|
|
67627
68160
|
|
|
67628
68161
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
67629
68162
|
|
|
68163
|
+
### 第 8 次发布
|
|
68164
|
+
|
|
68165
|
+
发布时间:2022-08-23 06:50:39
|
|
68166
|
+
|
|
68167
|
+
本次发布包含了以下内容:
|
|
68168
|
+
|
|
68169
|
+
改善已有的文档。
|
|
68170
|
+
|
|
68171
|
+
修改数据结构:
|
|
68172
|
+
|
|
68173
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
68174
|
+
|
|
68175
|
+
* 新增成员:CustomDomainNames
|
|
68176
|
+
|
|
68177
|
+
|
|
67630
68178
|
### 第 7 次发布
|
|
67631
68179
|
|
|
67632
68180
|
发布时间:2022-08-15 06:39:26
|
|
@@ -68362,6 +68910,40 @@
|
|
|
68362
68910
|
|
|
68363
68911
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
68364
68912
|
|
|
68913
|
+
### 第 43 次发布
|
|
68914
|
+
|
|
68915
|
+
发布时间:2022-08-25 06:49:32
|
|
68916
|
+
|
|
68917
|
+
本次发布包含了以下内容:
|
|
68918
|
+
|
|
68919
|
+
改善已有的文档。
|
|
68920
|
+
|
|
68921
|
+
新增接口:
|
|
68922
|
+
|
|
68923
|
+
* [[CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)](https://cloud.tencent.com/document/api/#/#)
|
|
68924
|
+
* [[CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)](https://cloud.tencent.com/document/api/#/#)
|
|
68925
|
+
* [[CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)](https://cloud.tencent.com/document/api/#/#)
|
|
68926
|
+
* [[CreateSignature](https://cloud.tencent.com/document/api/1141/79571)](https://cloud.tencent.com/document/api/#/#)
|
|
68927
|
+
* [[CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)](https://cloud.tencent.com/document/api/#/#)
|
|
68928
|
+
* [[DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)](https://cloud.tencent.com/document/api/#/#)
|
|
68929
|
+
* [[DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)](https://cloud.tencent.com/document/api/#/#)
|
|
68930
|
+
* [[DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)](https://cloud.tencent.com/document/api/#/#)
|
|
68931
|
+
* [[DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)](https://cloud.tencent.com/document/api/#/#)
|
|
68932
|
+
* [[DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)](https://cloud.tencent.com/document/api/#/#)
|
|
68933
|
+
* [[DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)](https://cloud.tencent.com/document/api/#/#)
|
|
68934
|
+
* [[DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)](https://cloud.tencent.com/document/api/#/#)
|
|
68935
|
+
* [[DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)](https://cloud.tencent.com/document/api/#/#)
|
|
68936
|
+
* [[DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)](https://cloud.tencent.com/document/api/#/#)
|
|
68937
|
+
* [[DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)](https://cloud.tencent.com/document/api/#/#)
|
|
68938
|
+
* [[DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)](https://cloud.tencent.com/document/api/#/#)
|
|
68939
|
+
|
|
68940
|
+
新增数据结构:
|
|
68941
|
+
|
|
68942
|
+
* [[CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)](https://cloud.tencent.com/document/api/1141/41603#[CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo))
|
|
68943
|
+
* [[GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)](https://cloud.tencent.com/document/api/1141/41603#[GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo))
|
|
68944
|
+
* [[Region](https://cloud.tencent.com/document/api/1141/41603#Region)](https://cloud.tencent.com/document/api/1141/41603#[Region](https://cloud.tencent.com/document/api/1141/41603#Region))
|
|
68945
|
+
* [[Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)](https://cloud.tencent.com/document/api/1141/41603#[Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule))
|
|
68946
|
+
|
|
68365
68947
|
### 第 42 次发布
|
|
68366
68948
|
|
|
68367
68949
|
发布时间:2022-08-15 06:39:36
|
|
@@ -69191,6 +69773,21 @@
|
|
|
69191
69773
|
|
|
69192
69774
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69193
69775
|
|
|
69776
|
+
### 第 25 次发布
|
|
69777
|
+
|
|
69778
|
+
发布时间:2022-08-23 06:51:30
|
|
69779
|
+
|
|
69780
|
+
本次发布包含了以下内容:
|
|
69781
|
+
|
|
69782
|
+
改善已有的文档。
|
|
69783
|
+
|
|
69784
|
+
修改接口:
|
|
69785
|
+
|
|
69786
|
+
* [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
|
|
69787
|
+
|
|
69788
|
+
* 新增入参:ImageIDs, EventType
|
|
69789
|
+
|
|
69790
|
+
|
|
69194
69791
|
### 第 24 次发布
|
|
69195
69792
|
|
|
69196
69793
|
发布时间:2022-08-15 06:40:11
|
|
@@ -71901,6 +72498,135 @@
|
|
|
71901
72498
|
|
|
71902
72499
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71903
72500
|
|
|
72501
|
+
### 第 21 次发布
|
|
72502
|
+
|
|
72503
|
+
发布时间:2022-08-23 06:54:06
|
|
72504
|
+
|
|
72505
|
+
本次发布包含了以下内容:
|
|
72506
|
+
|
|
72507
|
+
改善已有的文档。
|
|
72508
|
+
|
|
72509
|
+
修改接口:
|
|
72510
|
+
|
|
72511
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
72512
|
+
|
|
72513
|
+
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
72514
|
+
|
|
72515
|
+
|
|
72516
|
+
### 第 20 次发布
|
|
72517
|
+
|
|
72518
|
+
发布时间:2022-08-19 06:38:50
|
|
72519
|
+
|
|
72520
|
+
本次发布包含了以下内容:
|
|
72521
|
+
|
|
72522
|
+
改善已有的文档。
|
|
72523
|
+
|
|
72524
|
+
修改接口:
|
|
72525
|
+
|
|
72526
|
+
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
72527
|
+
|
|
72528
|
+
* 新增出参:Area
|
|
72529
|
+
|
|
72530
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
72531
|
+
|
|
72532
|
+
* 新增入参:Area
|
|
72533
|
+
|
|
72534
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
72535
|
+
|
|
72536
|
+
* 新增入参:Area
|
|
72537
|
+
|
|
72538
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
72539
|
+
|
|
72540
|
+
* 新增入参:Area
|
|
72541
|
+
|
|
72542
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
72543
|
+
|
|
72544
|
+
* 新增入参:Area
|
|
72545
|
+
|
|
72546
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
72547
|
+
|
|
72548
|
+
* 新增入参:Area
|
|
72549
|
+
|
|
72550
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
72551
|
+
|
|
72552
|
+
* 新增入参:Area
|
|
72553
|
+
|
|
72554
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
72555
|
+
|
|
72556
|
+
* 新增入参:Area
|
|
72557
|
+
|
|
72558
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
72559
|
+
|
|
72560
|
+
* 新增入参:Area
|
|
72561
|
+
|
|
72562
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
72563
|
+
|
|
72564
|
+
* 新增入参:Area
|
|
72565
|
+
|
|
72566
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
72567
|
+
|
|
72568
|
+
* 新增入参:Area
|
|
72569
|
+
|
|
72570
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
72571
|
+
|
|
72572
|
+
* 新增入参:Area
|
|
72573
|
+
|
|
72574
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
72575
|
+
|
|
72576
|
+
* 新增入参:Area
|
|
72577
|
+
|
|
72578
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
72579
|
+
|
|
72580
|
+
* 新增入参:Area
|
|
72581
|
+
|
|
72582
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
72583
|
+
|
|
72584
|
+
* 新增入参:Area
|
|
72585
|
+
|
|
72586
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
72587
|
+
|
|
72588
|
+
* 新增入参:Area
|
|
72589
|
+
|
|
72590
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
72591
|
+
|
|
72592
|
+
* 新增入参:Area
|
|
72593
|
+
|
|
72594
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
72595
|
+
|
|
72596
|
+
* 新增入参:Area
|
|
72597
|
+
|
|
72598
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
72599
|
+
|
|
72600
|
+
* 新增入参:Area
|
|
72601
|
+
|
|
72602
|
+
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
72603
|
+
|
|
72604
|
+
* 新增出参:Area
|
|
72605
|
+
|
|
72606
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
72607
|
+
|
|
72608
|
+
* 新增出参:Area
|
|
72609
|
+
|
|
72610
|
+
|
|
72611
|
+
修改数据结构:
|
|
72612
|
+
|
|
72613
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
72614
|
+
|
|
72615
|
+
* 新增成员:Area, BanStatus
|
|
72616
|
+
|
|
72617
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
72618
|
+
|
|
72619
|
+
* 新增成员:Area
|
|
72620
|
+
|
|
72621
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
72622
|
+
|
|
72623
|
+
* 新增成员:Area
|
|
72624
|
+
|
|
72625
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
72626
|
+
|
|
72627
|
+
* 新增成员:Area
|
|
72628
|
+
|
|
72629
|
+
|
|
71904
72630
|
### 第 19 次发布
|
|
71905
72631
|
|
|
71906
72632
|
发布时间:2022-08-17 06:41:13
|
|
@@ -74708,6 +75434,25 @@
|
|
|
74708
75434
|
|
|
74709
75435
|
## 容器服务(tke) 版本:2018-05-25
|
|
74710
75436
|
|
|
75437
|
+
### 第 118 次发布
|
|
75438
|
+
|
|
75439
|
+
发布时间:2022-08-23 06:56:25
|
|
75440
|
+
|
|
75441
|
+
本次发布包含了以下内容:
|
|
75442
|
+
|
|
75443
|
+
改善已有的文档。
|
|
75444
|
+
|
|
75445
|
+
修改接口:
|
|
75446
|
+
|
|
75447
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
75448
|
+
|
|
75449
|
+
* 新增入参:Agents, InstanceId
|
|
75450
|
+
|
|
75451
|
+
|
|
75452
|
+
新增数据结构:
|
|
75453
|
+
|
|
75454
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
|
|
75455
|
+
|
|
74711
75456
|
### 第 117 次发布
|
|
74712
75457
|
|
|
74713
75458
|
发布时间:2022-08-18 06:44:32
|
|
@@ -78151,6 +78896,25 @@
|
|
|
78151
78896
|
|
|
78152
78897
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
78153
78898
|
|
|
78899
|
+
### 第 26 次发布
|
|
78900
|
+
|
|
78901
|
+
发布时间:2022-08-24 06:56:05
|
|
78902
|
+
|
|
78903
|
+
本次发布包含了以下内容:
|
|
78904
|
+
|
|
78905
|
+
改善已有的文档。
|
|
78906
|
+
|
|
78907
|
+
新增数据结构:
|
|
78908
|
+
|
|
78909
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
78910
|
+
|
|
78911
|
+
修改数据结构:
|
|
78912
|
+
|
|
78913
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
78914
|
+
|
|
78915
|
+
* 新增成员:RegionInfos
|
|
78916
|
+
|
|
78917
|
+
|
|
78154
78918
|
### 第 25 次发布
|
|
78155
78919
|
|
|
78156
78920
|
发布时间:2022-08-10 06:55:45
|
|
@@ -81227,6 +81991,122 @@
|
|
|
81227
81991
|
|
|
81228
81992
|
## 云点播(vod) 版本:2018-07-17
|
|
81229
81993
|
|
|
81994
|
+
### 第 116 次发布
|
|
81995
|
+
|
|
81996
|
+
发布时间:2022-08-25 06:58:49
|
|
81997
|
+
|
|
81998
|
+
本次发布包含了以下内容:
|
|
81999
|
+
|
|
82000
|
+
改善已有的文档。
|
|
82001
|
+
|
|
82002
|
+
新增接口:
|
|
82003
|
+
|
|
82004
|
+
* [[DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)](https://cloud.tencent.com/document/api/#/#)
|
|
82005
|
+
* [[SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)](https://cloud.tencent.com/document/api/#/#)
|
|
82006
|
+
|
|
82007
|
+
修改接口:
|
|
82008
|
+
|
|
82009
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
82010
|
+
|
|
82011
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
82012
|
+
|
|
82013
|
+
|
|
82014
|
+
新增数据结构:
|
|
82015
|
+
|
|
82016
|
+
* [[SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)](https://cloud.tencent.com/document/api/266/31773#[SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo))
|
|
82017
|
+
|
|
82018
|
+
### 第 115 次发布
|
|
82019
|
+
|
|
82020
|
+
发布时间:2022-08-24 06:58:00
|
|
82021
|
+
|
|
82022
|
+
本次发布包含了以下内容:
|
|
82023
|
+
|
|
82024
|
+
改善已有的文档。
|
|
82025
|
+
|
|
82026
|
+
修改接口:
|
|
82027
|
+
|
|
82028
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
82029
|
+
|
|
82030
|
+
* 新增入参:DrmKeyProvider
|
|
82031
|
+
|
|
82032
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
82033
|
+
|
|
82034
|
+
* 新增出参:RemoveWatermarkTask
|
|
82035
|
+
|
|
82036
|
+
|
|
82037
|
+
新增数据结构:
|
|
82038
|
+
|
|
82039
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
82040
|
+
* [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
|
|
82041
|
+
* [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
|
|
82042
|
+
* [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
|
|
82043
|
+
* [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
|
|
82044
|
+
* [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
|
|
82045
|
+
|
|
82046
|
+
修改数据结构:
|
|
82047
|
+
|
|
82048
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
82049
|
+
|
|
82050
|
+
* 新增成员:DrmKeyProvider
|
|
82051
|
+
|
|
82052
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
82053
|
+
|
|
82054
|
+
* 新增成员:SubtitleSet
|
|
82055
|
+
|
|
82056
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
82057
|
+
|
|
82058
|
+
* 新增成员:SubtitleFormats
|
|
82059
|
+
|
|
82060
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
82061
|
+
|
|
82062
|
+
* 新增成员:SubtitleFormatsOperation
|
|
82063
|
+
|
|
82064
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
82065
|
+
|
|
82066
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
82067
|
+
|
|
82068
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
82069
|
+
|
|
82070
|
+
* 新增成员:TrtcRecordInfo
|
|
82071
|
+
|
|
82072
|
+
|
|
82073
|
+
### 第 114 次发布
|
|
82074
|
+
|
|
82075
|
+
发布时间:2022-08-22 06:57:10
|
|
82076
|
+
|
|
82077
|
+
本次发布包含了以下内容:
|
|
82078
|
+
|
|
82079
|
+
改善已有的文档。
|
|
82080
|
+
|
|
82081
|
+
新增接口:
|
|
82082
|
+
|
|
82083
|
+
* [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
|
|
82084
|
+
|
|
82085
|
+
### 第 113 次发布
|
|
82086
|
+
|
|
82087
|
+
发布时间:2022-08-19 06:43:39
|
|
82088
|
+
|
|
82089
|
+
本次发布包含了以下内容:
|
|
82090
|
+
|
|
82091
|
+
改善已有的文档。
|
|
82092
|
+
|
|
82093
|
+
修改接口:
|
|
82094
|
+
|
|
82095
|
+
* [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
|
|
82096
|
+
|
|
82097
|
+
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
82098
|
+
|
|
82099
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
82100
|
+
|
|
82101
|
+
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
82102
|
+
|
|
82103
|
+
* 新增出参:TaskId
|
|
82104
|
+
|
|
82105
|
+
|
|
82106
|
+
新增数据结构:
|
|
82107
|
+
|
|
82108
|
+
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
82109
|
+
|
|
81230
82110
|
### 第 112 次发布
|
|
81231
82111
|
|
|
81232
82112
|
发布时间:2022-08-11 07:05:14
|
|
@@ -87793,6 +88673,54 @@
|
|
|
87793
88673
|
|
|
87794
88674
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
87795
88675
|
|
|
88676
|
+
### 第 6 次发布
|
|
88677
|
+
|
|
88678
|
+
发布时间:2022-08-24 07:02:00
|
|
88679
|
+
|
|
88680
|
+
本次发布包含了以下内容:
|
|
88681
|
+
|
|
88682
|
+
改善已有的文档。
|
|
88683
|
+
|
|
88684
|
+
新增接口:
|
|
88685
|
+
|
|
88686
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
|
|
88687
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
|
|
88688
|
+
* [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
|
|
88689
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
|
|
88690
|
+
|
|
88691
|
+
新增数据结构:
|
|
88692
|
+
|
|
88693
|
+
* [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
|
|
88694
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
|
|
88695
|
+
* [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
|
|
88696
|
+
* [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
|
|
88697
|
+
* [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
|
|
88698
|
+
* [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
|
|
88699
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
|
|
88700
|
+
* [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
|
|
88701
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
|
|
88702
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
|
|
88703
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
|
|
88704
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
|
|
88705
|
+
|
|
88706
|
+
### 第 5 次发布
|
|
88707
|
+
|
|
88708
|
+
发布时间:2022-08-22 07:01:10
|
|
88709
|
+
|
|
88710
|
+
本次发布包含了以下内容:
|
|
88711
|
+
|
|
88712
|
+
改善已有的文档。
|
|
88713
|
+
|
|
88714
|
+
新增接口:
|
|
88715
|
+
|
|
88716
|
+
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
88717
|
+
|
|
88718
|
+
新增数据结构:
|
|
88719
|
+
|
|
88720
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
88721
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
88722
|
+
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
88723
|
+
|
|
87796
88724
|
### 第 4 次发布
|
|
87797
88725
|
|
|
87798
88726
|
发布时间:2022-07-30 15:22:03
|