tencentcloud-sdk-nodejs 4.0.370 → 4.0.373
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 +829 -0
- package/SERVICE_CHANGELOG.md +1139 -31
- package/package.json +1 -1
- package/products.md +33 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +73 -27
- package/src/services/apm/v20210622/apm_models.ts +17 -11
- package/src/services/batch/v20170312/batch_models.ts +4 -3
- package/src/services/ccc/v20200210/ccc_client.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +45 -0
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/ciam/v20220331/ciam_client.ts +14 -1
- package/src/services/ciam/v20220331/ciam_models.ts +166 -4
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +13 -64
- package/src/services/cls/v20201016/cls_models.ts +162 -467
- package/src/services/cpdp/v20190820/cpdp_client.ts +164 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +2093 -455
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/cwp/v20180228/cwp_models.ts +87 -4
- package/src/services/dlc/v20210125/dlc_client.ts +243 -43
- package/src/services/dlc/v20210125/dlc_models.ts +1538 -281
- package/src/services/eb/v20210416/eb_client.ts +1 -0
- package/src/services/eb/v20210416/eb_models.ts +45 -5
- package/src/services/ess/v20201111/ess_client.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +176 -154
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +235 -220
- package/src/services/gaap/v20180529/gaap_models.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
- package/src/services/mmps/v20200710/mmps_client.ts +20 -6
- package/src/services/mmps/v20200710/mmps_models.ts +157 -0
- package/src/services/monitor/v20180724/monitor_client.ts +22 -10
- package/src/services/monitor/v20180724/monitor_models.ts +110 -55
- package/src/services/mrs/v20200910/mrs_client.ts +1 -0
- package/src/services/mrs/v20200910/mrs_models.ts +41 -0
- package/src/services/ocr/v20181119/ocr_models.ts +14 -12
- package/src/services/taf/v20200210/taf_client.ts +3 -18
- package/src/services/taf/v20200210/taf_models.ts +16 -221
- package/src/services/tcbr/v20220217/tcbr_client.ts +1 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +46 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +22 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +44 -12
- package/src/services/teo/v20220106/teo_client.ts +2 -1
- package/src/services/teo/v20220106/teo_models.ts +185 -113
- package/src/services/tke/v20180525/tke_client.ts +221 -65
- package/src/services/tke/v20180525/tke_models.ts +562 -154
- package/src/services/trtc/v20190722/trtc_client.ts +42 -115
- package/src/services/trtc/v20190722/trtc_models.ts +799 -1431
- package/src/services/tse/v20201207/tse_client.ts +75 -23
- package/src/services/tse/v20201207/tse_models.ts +417 -157
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +25 -3
- package/src/services/vod/v20180717/vod_client.ts +18 -18
- package/src/services/vod/v20180717/vod_models.ts +238 -238
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/yinsuda/index.ts +5 -0
- package/src/services/yinsuda/v20220527/index.ts +6 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +98 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +381 -0
- 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 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +61 -22
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +15 -9
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +38 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +141 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +148 -406
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1725 -337
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +73 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +77 -13
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +114 -18
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1230 -176
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +37 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -144
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +218 -206
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +130 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +94 -48
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +35 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -12
- 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 +14 -184
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +39 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -12
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +159 -94
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +73 -21
- package/tencentcloud/services/tke/v20180525/tke_client.js +108 -30
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +468 -119
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -28
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +773 -1310
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +22 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +18 -18
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -237
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/yinsuda/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/index.js +7 -0
- package/tencentcloud/services/yinsuda/v20220527/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/v20220527/index.js +9 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +61 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +311 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.js +18 -0
- package/test/ccc.v20200210.test.js +10 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/cls.v20201016.test.js +2 -42
- package/test/cpdp.v20190820.test.js +98 -8
- package/test/dlc.v20210125.test.js +172 -12
- package/test/mmps.v20200710.test.js +12 -2
- package/test/monitor.v20180724.test.js +12 -2
- package/test/taf.v20200210.test.js +0 -10
- package/test/tke.v20180525.test.js +162 -32
- package/test/trtc.v20190722.test.js +0 -40
- package/test/tse.v20201207.test.js +44 -4
- package/test/yinsuda.v20220527.test.js +71 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,79 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 34 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-07-01 06:05:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterPackType
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [AnycastOutPackRelation](https://cloud.tencent.com/document/api/1021/57582#AnycastOutPackRelation)
|
|
23
|
+
|
|
13
24
|
修改数据结构:
|
|
14
25
|
|
|
15
|
-
* [
|
|
26
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
16
27
|
|
|
17
|
-
* 新增成员:
|
|
28
|
+
* 新增成员:AnycastOutPackRelation
|
|
18
29
|
|
|
30
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
19
31
|
|
|
32
|
+
* 新增成员:IpCountNewFlag
|
|
20
33
|
|
|
21
34
|
|
|
22
|
-
## 智能保险助手(cii) 版本:2020-12-10
|
|
23
35
|
|
|
24
36
|
|
|
37
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
25
38
|
|
|
26
|
-
|
|
39
|
+
### 第 27 次发布
|
|
27
40
|
|
|
28
|
-
|
|
41
|
+
发布时间:2022-07-01 06:06:59
|
|
29
42
|
|
|
30
|
-
|
|
43
|
+
本次发布包含了以下内容:
|
|
44
|
+
|
|
45
|
+
改善已有的文档。
|
|
46
|
+
|
|
47
|
+
新增接口:
|
|
48
|
+
|
|
49
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
54
|
+
|
|
55
|
+
### 第 106 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-06-30 06:02:27
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [PurgePathCache](https://cloud.tencent.com/document/api/228/37871)
|
|
66
|
+
|
|
67
|
+
* 新增入参:Area
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
73
|
+
|
|
74
|
+
### 第 6 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2022-06-29 14:44:01
|
|
31
77
|
|
|
32
78
|
本次发布包含了以下内容:
|
|
33
79
|
|
|
@@ -35,22 +81,282 @@
|
|
|
35
81
|
|
|
36
82
|
新增接口:
|
|
37
83
|
|
|
38
|
-
* [
|
|
39
|
-
* [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
|
|
40
|
-
* [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
|
|
41
|
-
* [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
|
|
84
|
+
* [ListLogMessageByCondition](https://cloud.tencent.com/document/api/1441/76173)
|
|
42
85
|
|
|
43
86
|
新增数据结构:
|
|
44
87
|
|
|
45
|
-
* [
|
|
88
|
+
* [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
93
|
+
|
|
94
|
+
### 第 72 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-07-01 06:08:45
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增数据结构:
|
|
103
|
+
|
|
104
|
+
* [OpenBankFormInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankFormInfo)
|
|
105
|
+
|
|
106
|
+
修改数据结构:
|
|
107
|
+
|
|
108
|
+
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
|
109
|
+
|
|
110
|
+
* 新增成员:FormInfo
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
116
|
+
|
|
117
|
+
### 第 47 次发布
|
|
118
|
+
|
|
119
|
+
发布时间:2022-07-01 06:09:29
|
|
120
|
+
|
|
121
|
+
本次发布包含了以下内容:
|
|
122
|
+
|
|
123
|
+
改善已有的文档。
|
|
124
|
+
|
|
125
|
+
修改接口:
|
|
126
|
+
|
|
127
|
+
* [DescribeScanTaskDetails](https://cloud.tencent.com/document/api/296/58238)
|
|
128
|
+
|
|
129
|
+
* 新增出参:VulCount
|
|
130
|
+
|
|
131
|
+
* [DescribeVulHostTop](https://cloud.tencent.com/document/api/296/61709)
|
|
132
|
+
|
|
133
|
+
* 新增入参:IsFollowVul
|
|
134
|
+
|
|
135
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
136
|
+
|
|
137
|
+
* 新增出参:DefenseAttackCount
|
|
138
|
+
|
|
139
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
140
|
+
|
|
141
|
+
* 新增入参:IsFollowVul
|
|
142
|
+
|
|
143
|
+
* [DescribeVulTop](https://cloud.tencent.com/document/api/296/60896)
|
|
144
|
+
|
|
145
|
+
* 新增入参:IsFollowVul
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
修改数据结构:
|
|
149
|
+
|
|
150
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
151
|
+
|
|
152
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount
|
|
153
|
+
|
|
154
|
+
* [ScanTaskDetails](https://cloud.tencent.com/document/api/296/19867#ScanTaskDetails)
|
|
155
|
+
|
|
156
|
+
* 新增成员:MachineWanIp
|
|
157
|
+
|
|
158
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
159
|
+
|
|
160
|
+
* 新增成员:PublicIpAddresses
|
|
161
|
+
|
|
162
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
163
|
+
|
|
164
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount, FirstAppearTime, VulCategory
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
170
|
+
|
|
171
|
+
### 第 24 次发布
|
|
172
|
+
|
|
173
|
+
发布时间:2022-07-01 06:10:47
|
|
174
|
+
|
|
175
|
+
本次发布包含了以下内容:
|
|
176
|
+
|
|
177
|
+
改善已有的文档。
|
|
178
|
+
|
|
179
|
+
新增接口:
|
|
180
|
+
|
|
181
|
+
* [CheckLockMetaData](https://cloud.tencent.com/document/api/1342/76325)
|
|
182
|
+
* [LockMetaData](https://cloud.tencent.com/document/api/1342/76324)
|
|
183
|
+
* [UnlockMetaData](https://cloud.tencent.com/document/api/1342/76323)
|
|
184
|
+
|
|
185
|
+
新增数据结构:
|
|
186
|
+
|
|
187
|
+
* [LockComponentInfo](https://cloud.tencent.com/document/api/1342/53778#LockComponentInfo)
|
|
188
|
+
|
|
189
|
+
### 第 23 次发布
|
|
190
|
+
|
|
191
|
+
发布时间:2022-06-30 06:05:38
|
|
192
|
+
|
|
193
|
+
本次发布包含了以下内容:
|
|
194
|
+
|
|
195
|
+
改善已有的文档。
|
|
196
|
+
|
|
197
|
+
新增接口:
|
|
198
|
+
|
|
199
|
+
* [AddDMSPartitions](https://cloud.tencent.com/document/api/1342/76233)
|
|
200
|
+
* [AlterDMSDatabase](https://cloud.tencent.com/document/api/1342/76232)
|
|
201
|
+
* [AlterDMSPartition](https://cloud.tencent.com/document/api/1342/76231)
|
|
202
|
+
* [AlterDMSTable](https://cloud.tencent.com/document/api/1342/76230)
|
|
203
|
+
* [CreateDMSDatabase](https://cloud.tencent.com/document/api/1342/76229)
|
|
204
|
+
* [CreateDMSTable](https://cloud.tencent.com/document/api/1342/76228)
|
|
205
|
+
* [DescribeDMSDatabase](https://cloud.tencent.com/document/api/1342/76227)
|
|
206
|
+
* [DescribeDMSPartitions](https://cloud.tencent.com/document/api/1342/76226)
|
|
207
|
+
* [DescribeDMSTable](https://cloud.tencent.com/document/api/1342/76225)
|
|
208
|
+
* [DescribeDMSTables](https://cloud.tencent.com/document/api/1342/76224)
|
|
209
|
+
* [DropDMSDatabase](https://cloud.tencent.com/document/api/1342/76223)
|
|
210
|
+
* [DropDMSPartitions](https://cloud.tencent.com/document/api/1342/76222)
|
|
211
|
+
* [DropDMSTable](https://cloud.tencent.com/document/api/1342/76221)
|
|
212
|
+
|
|
213
|
+
新增数据结构:
|
|
214
|
+
|
|
215
|
+
* [Asset](https://cloud.tencent.com/document/api/1342/53778#Asset)
|
|
216
|
+
* [DMSColumn](https://cloud.tencent.com/document/api/1342/53778#DMSColumn)
|
|
217
|
+
* [DMSColumnOrder](https://cloud.tencent.com/document/api/1342/53778#DMSColumnOrder)
|
|
218
|
+
* [DMSPartition](https://cloud.tencent.com/document/api/1342/53778#DMSPartition)
|
|
219
|
+
* [DMSSds](https://cloud.tencent.com/document/api/1342/53778#DMSSds)
|
|
220
|
+
* [DMSTable](https://cloud.tencent.com/document/api/1342/53778#DMSTable)
|
|
221
|
+
* [DMSTableInfo](https://cloud.tencent.com/document/api/1342/53778#DMSTableInfo)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## 事件总线(eb) 版本:2021-04-16
|
|
226
|
+
|
|
227
|
+
### 第 5 次发布
|
|
228
|
+
|
|
229
|
+
发布时间:2022-06-30 06:06:12
|
|
230
|
+
|
|
231
|
+
本次发布包含了以下内容:
|
|
232
|
+
|
|
233
|
+
改善已有的文档。
|
|
234
|
+
|
|
235
|
+
新增数据结构:
|
|
236
|
+
|
|
237
|
+
* [ESTargetParams](https://cloud.tencent.com/document/api/1359/67704#ESTargetParams)
|
|
238
|
+
|
|
239
|
+
修改数据结构:
|
|
240
|
+
|
|
241
|
+
* [TargetDescription](https://cloud.tencent.com/document/api/1359/67704#TargetDescription)
|
|
242
|
+
|
|
243
|
+
* 新增成员:ESTargetParams
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
249
|
+
|
|
250
|
+
### 第 9 次发布
|
|
251
|
+
|
|
252
|
+
发布时间:2022-06-30 06:06:55
|
|
253
|
+
|
|
254
|
+
本次发布包含了以下内容:
|
|
255
|
+
|
|
256
|
+
改善已有的文档。
|
|
257
|
+
|
|
258
|
+
修改接口:
|
|
259
|
+
|
|
260
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
261
|
+
|
|
262
|
+
* 新增入参:RelatedFlowId, CustomShowMap
|
|
263
|
+
|
|
264
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
265
|
+
|
|
266
|
+
* 新增入参:CustomShowMap
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
修改数据结构:
|
|
270
|
+
|
|
271
|
+
* [Caller](https://cloud.tencent.com/document/api/1323/70369#Caller)
|
|
272
|
+
|
|
273
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
279
|
+
|
|
280
|
+
### 第 19 次发布
|
|
281
|
+
|
|
282
|
+
发布时间:2022-06-30 06:07:02
|
|
283
|
+
|
|
284
|
+
本次发布包含了以下内容:
|
|
285
|
+
|
|
286
|
+
改善已有的文档。
|
|
287
|
+
|
|
288
|
+
修改接口:
|
|
289
|
+
|
|
290
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
291
|
+
|
|
292
|
+
* 新增入参:CustomShowMap
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
修改数据结构:
|
|
296
|
+
|
|
297
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
298
|
+
|
|
299
|
+
* 新增成员:IdCardType
|
|
300
|
+
|
|
301
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
302
|
+
|
|
303
|
+
* 新增成员:CustomShowMap
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
313
|
+
|
|
314
|
+
### 第 12 次发布
|
|
315
|
+
|
|
316
|
+
发布时间:2022-07-01 06:16:56
|
|
317
|
+
|
|
318
|
+
本次发布包含了以下内容:
|
|
319
|
+
|
|
320
|
+
改善已有的文档。
|
|
321
|
+
|
|
322
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
323
|
+
|
|
324
|
+
* EnhanceTaDegree
|
|
325
|
+
|
|
326
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
327
|
+
|
|
328
|
+
* InputTaBspData
|
|
329
|
+
* OutputTaData
|
|
330
|
+
* OutputTaValue
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
335
|
+
|
|
336
|
+
### 第 5 次发布
|
|
337
|
+
|
|
338
|
+
发布时间:2022-07-01 06:17:30
|
|
339
|
+
|
|
340
|
+
本次发布包含了以下内容:
|
|
341
|
+
|
|
342
|
+
改善已有的文档。
|
|
343
|
+
|
|
344
|
+
修改接口:
|
|
345
|
+
|
|
346
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
347
|
+
|
|
348
|
+
* 新增入参:PageSize, PageNum
|
|
349
|
+
|
|
350
|
+
* 新增出参:Total
|
|
351
|
+
|
|
46
352
|
|
|
47
353
|
|
|
48
354
|
|
|
49
355
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
50
356
|
|
|
51
|
-
### 第
|
|
357
|
+
### 第 11 次发布
|
|
52
358
|
|
|
53
|
-
发布时间:2022-
|
|
359
|
+
发布时间:2022-07-01 06:18:27
|
|
54
360
|
|
|
55
361
|
本次发布包含了以下内容:
|
|
56
362
|
|
|
@@ -58,26 +364,48 @@
|
|
|
58
364
|
|
|
59
365
|
修改接口:
|
|
60
366
|
|
|
61
|
-
* [
|
|
367
|
+
* [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
|
|
62
368
|
|
|
63
|
-
* 新增出参:
|
|
369
|
+
* 新增出参:IpCount, DomainCount
|
|
64
370
|
|
|
65
|
-
* [
|
|
371
|
+
* [DescribeOriginGroupDetail](https://cloud.tencent.com/document/api/1552/75097)
|
|
66
372
|
|
|
67
|
-
*
|
|
373
|
+
* 新增出参:LoadBalancingUsedType
|
|
68
374
|
|
|
69
375
|
|
|
70
376
|
新增数据结构:
|
|
71
377
|
|
|
72
|
-
* [
|
|
378
|
+
* [OriginCheckOriginStatus](https://cloud.tencent.com/document/api/1552/73155#OriginCheckOriginStatus)
|
|
379
|
+
|
|
380
|
+
修改数据结构:
|
|
381
|
+
|
|
382
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/73155#OriginGroup)
|
|
383
|
+
|
|
384
|
+
* 新增成员:Status, LoadBalancingUsedType
|
|
385
|
+
|
|
73
386
|
|
|
74
387
|
|
|
75
388
|
|
|
76
389
|
## 容器服务(tke) 版本:2018-05-25
|
|
77
390
|
|
|
78
|
-
### 第
|
|
391
|
+
### 第 107 次发布
|
|
79
392
|
|
|
80
|
-
发布时间:2022-
|
|
393
|
+
发布时间:2022-07-01 06:19:07
|
|
394
|
+
|
|
395
|
+
本次发布包含了以下内容:
|
|
396
|
+
|
|
397
|
+
改善已有的文档。
|
|
398
|
+
|
|
399
|
+
修改数据结构:
|
|
400
|
+
|
|
401
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
402
|
+
|
|
403
|
+
* 新增成员:IsDualStack
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### 第 106 次发布
|
|
407
|
+
|
|
408
|
+
发布时间:2022-06-30 06:14:07
|
|
81
409
|
|
|
82
410
|
本次发布包含了以下内容:
|
|
83
411
|
|
|
@@ -85,7 +413,83 @@
|
|
|
85
413
|
|
|
86
414
|
新增接口:
|
|
87
415
|
|
|
88
|
-
* [
|
|
416
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)
|
|
417
|
+
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/457/76241)
|
|
418
|
+
* [CreatePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76240)
|
|
419
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
420
|
+
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/457/76239)
|
|
421
|
+
* [DeletePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76238)
|
|
422
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/457/76237)
|
|
423
|
+
* [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/457/76245)
|
|
424
|
+
* [DescribePrometheusInstanceInitStatus](https://cloud.tencent.com/document/api/457/76244)
|
|
425
|
+
* [ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/457/76243)
|
|
426
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/457/76236)
|
|
427
|
+
* [ModifyPrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76235)
|
|
428
|
+
* [RunPrometheusInstance](https://cloud.tencent.com/document/api/457/76242)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
433
|
+
|
|
434
|
+
### 第 77 次发布
|
|
435
|
+
|
|
436
|
+
发布时间:2022-07-01 06:19:44
|
|
437
|
+
|
|
438
|
+
本次发布包含了以下内容:
|
|
439
|
+
|
|
440
|
+
改善已有的文档。
|
|
441
|
+
|
|
442
|
+
修改接口:
|
|
443
|
+
|
|
444
|
+
* [DescribeBasicResourceUsage](https://cloud.tencent.com/document/api/649/48898)
|
|
445
|
+
|
|
446
|
+
* 新增入参:All
|
|
447
|
+
|
|
448
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
449
|
+
|
|
450
|
+
* 新增入参:NamespaceIdList
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
修改数据结构:
|
|
454
|
+
|
|
455
|
+
* [Instance](https://cloud.tencent.com/document/api/649/36099#Instance)
|
|
456
|
+
|
|
457
|
+
* 新增成员:NodeInstanceId
|
|
458
|
+
|
|
459
|
+
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
460
|
+
|
|
461
|
+
* 新增成员:DailyPercent
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
467
|
+
|
|
468
|
+
### 第 1 次发布
|
|
469
|
+
|
|
470
|
+
发布时间:2022-06-29 15:15:26
|
|
471
|
+
|
|
472
|
+
本次发布包含了以下内容:
|
|
473
|
+
|
|
474
|
+
改善已有的文档。
|
|
475
|
+
|
|
476
|
+
新增接口:
|
|
477
|
+
|
|
478
|
+
* [BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1592/76190)
|
|
479
|
+
* [DescribeKTVPlaylistDetail](https://cloud.tencent.com/document/api/1592/76189)
|
|
480
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1592/76188)
|
|
481
|
+
* [DescribeKTVSuggestions](https://cloud.tencent.com/document/api/1592/76187)
|
|
482
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1592/76186)
|
|
483
|
+
|
|
484
|
+
新增数据结构:
|
|
485
|
+
|
|
486
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1592/76191#ChorusClip)
|
|
487
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo)
|
|
488
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo)
|
|
489
|
+
* [KTVPlaylistBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVPlaylistBaseInfo)
|
|
490
|
+
* [KTVSuggestionInfo](https://cloud.tencent.com/document/api/1592/76191#KTVSuggestionInfo)
|
|
491
|
+
* [MusicAlbumCoverInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumCoverInfo)
|
|
492
|
+
* [MusicAlbumInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumInfo)
|
|
89
493
|
|
|
90
494
|
|
|
91
495
|
|
|
@@ -1483,6 +1887,36 @@
|
|
|
1483
1887
|
|
|
1484
1888
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1485
1889
|
|
|
1890
|
+
### 第 34 次发布
|
|
1891
|
+
|
|
1892
|
+
发布时间:2022-07-01 06:05:20
|
|
1893
|
+
|
|
1894
|
+
本次发布包含了以下内容:
|
|
1895
|
+
|
|
1896
|
+
改善已有的文档。
|
|
1897
|
+
|
|
1898
|
+
修改接口:
|
|
1899
|
+
|
|
1900
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1901
|
+
|
|
1902
|
+
* 新增入参:FilterPackType
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
新增数据结构:
|
|
1906
|
+
|
|
1907
|
+
* [[AnycastOutPackRelation](https://cloud.tencent.com/document/api/1021/57582#AnycastOutPackRelation)](https://cloud.tencent.com/document/api/1021/57582#[AnycastOutPackRelation](https://cloud.tencent.com/document/api/1021/57582#AnycastOutPackRelation))
|
|
1908
|
+
|
|
1909
|
+
修改数据结构:
|
|
1910
|
+
|
|
1911
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1912
|
+
|
|
1913
|
+
* 新增成员:AnycastOutPackRelation
|
|
1914
|
+
|
|
1915
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
1916
|
+
|
|
1917
|
+
* 新增成员:IpCountNewFlag
|
|
1918
|
+
|
|
1919
|
+
|
|
1486
1920
|
### 第 33 次发布
|
|
1487
1921
|
|
|
1488
1922
|
发布时间:2022-06-16 06:00:42
|
|
@@ -10197,6 +10631,18 @@
|
|
|
10197
10631
|
|
|
10198
10632
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10199
10633
|
|
|
10634
|
+
### 第 27 次发布
|
|
10635
|
+
|
|
10636
|
+
发布时间:2022-07-01 06:06:59
|
|
10637
|
+
|
|
10638
|
+
本次发布包含了以下内容:
|
|
10639
|
+
|
|
10640
|
+
改善已有的文档。
|
|
10641
|
+
|
|
10642
|
+
新增接口:
|
|
10643
|
+
|
|
10644
|
+
* [[ModifyStaff](https://cloud.tencent.com/document/api/679/76322)](https://cloud.tencent.com/document/api/#/#)
|
|
10645
|
+
|
|
10200
10646
|
### 第 26 次发布
|
|
10201
10647
|
|
|
10202
10648
|
发布时间:2022-06-20 06:03:42
|
|
@@ -12710,6 +13156,21 @@
|
|
|
12710
13156
|
|
|
12711
13157
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12712
13158
|
|
|
13159
|
+
### 第 106 次发布
|
|
13160
|
+
|
|
13161
|
+
发布时间:2022-06-30 06:02:27
|
|
13162
|
+
|
|
13163
|
+
本次发布包含了以下内容:
|
|
13164
|
+
|
|
13165
|
+
改善已有的文档。
|
|
13166
|
+
|
|
13167
|
+
修改接口:
|
|
13168
|
+
|
|
13169
|
+
* [PurgePathCache](https://cloud.tencent.com/document/api/228/37871)
|
|
13170
|
+
|
|
13171
|
+
* 新增入参:Area
|
|
13172
|
+
|
|
13173
|
+
|
|
12713
13174
|
### 第 105 次发布
|
|
12714
13175
|
|
|
12715
13176
|
发布时间:2022-06-23 06:08:11
|
|
@@ -16052,6 +16513,22 @@
|
|
|
16052
16513
|
|
|
16053
16514
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16054
16515
|
|
|
16516
|
+
### 第 6 次发布
|
|
16517
|
+
|
|
16518
|
+
发布时间:2022-06-29 14:44:01
|
|
16519
|
+
|
|
16520
|
+
本次发布包含了以下内容:
|
|
16521
|
+
|
|
16522
|
+
改善已有的文档。
|
|
16523
|
+
|
|
16524
|
+
新增接口:
|
|
16525
|
+
|
|
16526
|
+
* [[ListLogMessageByCondition](https://cloud.tencent.com/document/api/1441/76173)](https://cloud.tencent.com/document/api/#/#)
|
|
16527
|
+
|
|
16528
|
+
新增数据结构:
|
|
16529
|
+
|
|
16530
|
+
* [[LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)](https://cloud.tencent.com/document/api/1441/75643#[LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage))
|
|
16531
|
+
|
|
16055
16532
|
### 第 5 次发布
|
|
16056
16533
|
|
|
16057
16534
|
发布时间:2022-06-17 10:12:20
|
|
@@ -17347,6 +17824,21 @@
|
|
|
17347
17824
|
|
|
17348
17825
|
## 负载均衡(clb) 版本:2018-03-17
|
|
17349
17826
|
|
|
17827
|
+
### 第 69 次发布
|
|
17828
|
+
|
|
17829
|
+
发布时间:2022-06-29 06:04:25
|
|
17830
|
+
|
|
17831
|
+
本次发布包含了以下内容:
|
|
17832
|
+
|
|
17833
|
+
改善已有的文档。
|
|
17834
|
+
|
|
17835
|
+
修改数据结构:
|
|
17836
|
+
|
|
17837
|
+
* [Listener](https://cloud.tencent.com/document/api/214/30694#Listener)
|
|
17838
|
+
|
|
17839
|
+
* 新增成员:AttrFlags
|
|
17840
|
+
|
|
17841
|
+
|
|
17350
17842
|
### 第 68 次发布
|
|
17351
17843
|
|
|
17352
17844
|
发布时间:2022-05-10 06:03:18
|
|
@@ -19135,6 +19627,27 @@
|
|
|
19135
19627
|
|
|
19136
19628
|
## 日志服务(cls) 版本:2020-10-16
|
|
19137
19629
|
|
|
19630
|
+
### 第 23 次发布
|
|
19631
|
+
|
|
19632
|
+
发布时间:2022-06-29 06:04:44
|
|
19633
|
+
|
|
19634
|
+
本次发布包含了以下内容:
|
|
19635
|
+
|
|
19636
|
+
改善已有的文档。
|
|
19637
|
+
|
|
19638
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
19639
|
+
|
|
19640
|
+
* CreateDataTransform
|
|
19641
|
+
* DeleteDataTransform
|
|
19642
|
+
* DescribeDataTransformInfo
|
|
19643
|
+
* ModifyDataTransform
|
|
19644
|
+
|
|
19645
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
19646
|
+
|
|
19647
|
+
* DataTransformResouceInfo
|
|
19648
|
+
* DataTransformTaskInfo
|
|
19649
|
+
* PreviewLogStatistic
|
|
19650
|
+
|
|
19138
19651
|
### 第 22 次发布
|
|
19139
19652
|
|
|
19140
19653
|
发布时间:2022-06-08 06:06:22
|
|
@@ -21207,6 +21720,65 @@
|
|
|
21207
21720
|
|
|
21208
21721
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21209
21722
|
|
|
21723
|
+
### 第 72 次发布
|
|
21724
|
+
|
|
21725
|
+
发布时间:2022-07-01 06:08:45
|
|
21726
|
+
|
|
21727
|
+
本次发布包含了以下内容:
|
|
21728
|
+
|
|
21729
|
+
改善已有的文档。
|
|
21730
|
+
|
|
21731
|
+
新增数据结构:
|
|
21732
|
+
|
|
21733
|
+
* [[OpenBankFormInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankFormInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankFormInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankFormInfo))
|
|
21734
|
+
|
|
21735
|
+
修改数据结构:
|
|
21736
|
+
|
|
21737
|
+
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
|
21738
|
+
|
|
21739
|
+
* 新增成员:FormInfo
|
|
21740
|
+
|
|
21741
|
+
|
|
21742
|
+
### 第 71 次发布
|
|
21743
|
+
|
|
21744
|
+
发布时间:2022-06-28 06:07:23
|
|
21745
|
+
|
|
21746
|
+
本次发布包含了以下内容:
|
|
21747
|
+
|
|
21748
|
+
改善已有的文档。
|
|
21749
|
+
|
|
21750
|
+
新增接口:
|
|
21751
|
+
|
|
21752
|
+
* [CreateOpenBankAggregatedSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/76096)
|
|
21753
|
+
* [CreateOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76095)
|
|
21754
|
+
* [CreateOpenBankUnifiedOrder](https://cloud.tencent.com/document/api/1122/76094)
|
|
21755
|
+
* [QueryOpenBankBillDataPage](https://cloud.tencent.com/document/api/1122/76093)
|
|
21756
|
+
* [QueryOpenBankRefundOrder](https://cloud.tencent.com/document/api/1122/76092)
|
|
21757
|
+
* [QueryOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76091)
|
|
21758
|
+
* [QueryOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76090)
|
|
21759
|
+
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
21760
|
+
* [UploadOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76088)
|
|
21761
|
+
|
|
21762
|
+
新增数据结构:
|
|
21763
|
+
|
|
21764
|
+
* [BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo)
|
|
21765
|
+
* [CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult)
|
|
21766
|
+
* [CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult)
|
|
21767
|
+
* [FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo)
|
|
21768
|
+
* [LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo)
|
|
21769
|
+
* [NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo)
|
|
21770
|
+
* [OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo)
|
|
21771
|
+
* [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
|
|
21772
|
+
* [OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult)
|
|
21773
|
+
* [OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo)
|
|
21774
|
+
* [OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo)
|
|
21775
|
+
* [QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData)
|
|
21776
|
+
* [QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult)
|
|
21777
|
+
* [QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult)
|
|
21778
|
+
* [QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult)
|
|
21779
|
+
* [SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo)
|
|
21780
|
+
* [UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult)
|
|
21781
|
+
|
|
21210
21782
|
### 第 70 次发布
|
|
21211
21783
|
|
|
21212
21784
|
发布时间:2022-06-24 06:09:13
|
|
@@ -24904,6 +25476,71 @@
|
|
|
24904
25476
|
|
|
24905
25477
|
## 主机安全(cwp) 版本:2018-02-28
|
|
24906
25478
|
|
|
25479
|
+
### 第 47 次发布
|
|
25480
|
+
|
|
25481
|
+
发布时间:2022-07-01 06:09:29
|
|
25482
|
+
|
|
25483
|
+
本次发布包含了以下内容:
|
|
25484
|
+
|
|
25485
|
+
改善已有的文档。
|
|
25486
|
+
|
|
25487
|
+
修改接口:
|
|
25488
|
+
|
|
25489
|
+
* [DescribeScanTaskDetails](https://cloud.tencent.com/document/api/296/58238)
|
|
25490
|
+
|
|
25491
|
+
* 新增出参:VulCount
|
|
25492
|
+
|
|
25493
|
+
* [DescribeVulHostTop](https://cloud.tencent.com/document/api/296/61709)
|
|
25494
|
+
|
|
25495
|
+
* 新增入参:IsFollowVul
|
|
25496
|
+
|
|
25497
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
25498
|
+
|
|
25499
|
+
* 新增出参:DefenseAttackCount
|
|
25500
|
+
|
|
25501
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
25502
|
+
|
|
25503
|
+
* 新增入参:IsFollowVul
|
|
25504
|
+
|
|
25505
|
+
* [DescribeVulTop](https://cloud.tencent.com/document/api/296/60896)
|
|
25506
|
+
|
|
25507
|
+
* 新增入参:IsFollowVul
|
|
25508
|
+
|
|
25509
|
+
|
|
25510
|
+
修改数据结构:
|
|
25511
|
+
|
|
25512
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
25513
|
+
|
|
25514
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount
|
|
25515
|
+
|
|
25516
|
+
* [ScanTaskDetails](https://cloud.tencent.com/document/api/296/19867#ScanTaskDetails)
|
|
25517
|
+
|
|
25518
|
+
* 新增成员:MachineWanIp
|
|
25519
|
+
|
|
25520
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
25521
|
+
|
|
25522
|
+
* 新增成员:PublicIpAddresses
|
|
25523
|
+
|
|
25524
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
25525
|
+
|
|
25526
|
+
* 新增成员:IsSupportDefense, DefenseAttackCount, FirstAppearTime, VulCategory
|
|
25527
|
+
|
|
25528
|
+
|
|
25529
|
+
### 第 46 次发布
|
|
25530
|
+
|
|
25531
|
+
发布时间:2022-06-29 06:05:43
|
|
25532
|
+
|
|
25533
|
+
本次发布包含了以下内容:
|
|
25534
|
+
|
|
25535
|
+
改善已有的文档。
|
|
25536
|
+
|
|
25537
|
+
修改数据结构:
|
|
25538
|
+
|
|
25539
|
+
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
25540
|
+
|
|
25541
|
+
* 新增成员:Quuid
|
|
25542
|
+
|
|
25543
|
+
|
|
24907
25544
|
### 第 45 次发布
|
|
24908
25545
|
|
|
24909
25546
|
发布时间:2022-06-23 06:10:09
|
|
@@ -29161,6 +29798,58 @@
|
|
|
29161
29798
|
|
|
29162
29799
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
29163
29800
|
|
|
29801
|
+
### 第 24 次发布
|
|
29802
|
+
|
|
29803
|
+
发布时间:2022-07-01 06:10:47
|
|
29804
|
+
|
|
29805
|
+
本次发布包含了以下内容:
|
|
29806
|
+
|
|
29807
|
+
改善已有的文档。
|
|
29808
|
+
|
|
29809
|
+
新增接口:
|
|
29810
|
+
|
|
29811
|
+
* [[CheckLockMetaData](https://cloud.tencent.com/document/api/1342/76325)](https://cloud.tencent.com/document/api/#/#)
|
|
29812
|
+
* [[LockMetaData](https://cloud.tencent.com/document/api/1342/76324)](https://cloud.tencent.com/document/api/#/#)
|
|
29813
|
+
* [[UnlockMetaData](https://cloud.tencent.com/document/api/1342/76323)](https://cloud.tencent.com/document/api/#/#)
|
|
29814
|
+
|
|
29815
|
+
新增数据结构:
|
|
29816
|
+
|
|
29817
|
+
* [[LockComponentInfo](https://cloud.tencent.com/document/api/1342/53778#LockComponentInfo)](https://cloud.tencent.com/document/api/1342/53778#[LockComponentInfo](https://cloud.tencent.com/document/api/1342/53778#LockComponentInfo))
|
|
29818
|
+
|
|
29819
|
+
### 第 23 次发布
|
|
29820
|
+
|
|
29821
|
+
发布时间:2022-06-30 06:05:38
|
|
29822
|
+
|
|
29823
|
+
本次发布包含了以下内容:
|
|
29824
|
+
|
|
29825
|
+
改善已有的文档。
|
|
29826
|
+
|
|
29827
|
+
新增接口:
|
|
29828
|
+
|
|
29829
|
+
* [[AddDMSPartitions](https://cloud.tencent.com/document/api/1342/76233)](https://cloud.tencent.com/document/api/#/#)
|
|
29830
|
+
* [[AlterDMSDatabase](https://cloud.tencent.com/document/api/1342/76232)](https://cloud.tencent.com/document/api/#/#)
|
|
29831
|
+
* [[AlterDMSPartition](https://cloud.tencent.com/document/api/1342/76231)](https://cloud.tencent.com/document/api/#/#)
|
|
29832
|
+
* [[AlterDMSTable](https://cloud.tencent.com/document/api/1342/76230)](https://cloud.tencent.com/document/api/#/#)
|
|
29833
|
+
* [[CreateDMSDatabase](https://cloud.tencent.com/document/api/1342/76229)](https://cloud.tencent.com/document/api/#/#)
|
|
29834
|
+
* [[CreateDMSTable](https://cloud.tencent.com/document/api/1342/76228)](https://cloud.tencent.com/document/api/#/#)
|
|
29835
|
+
* [[DescribeDMSDatabase](https://cloud.tencent.com/document/api/1342/76227)](https://cloud.tencent.com/document/api/#/#)
|
|
29836
|
+
* [[DescribeDMSPartitions](https://cloud.tencent.com/document/api/1342/76226)](https://cloud.tencent.com/document/api/#/#)
|
|
29837
|
+
* [[DescribeDMSTable](https://cloud.tencent.com/document/api/1342/76225)](https://cloud.tencent.com/document/api/#/#)
|
|
29838
|
+
* [[DescribeDMSTables](https://cloud.tencent.com/document/api/1342/76224)](https://cloud.tencent.com/document/api/#/#)
|
|
29839
|
+
* [[DropDMSDatabase](https://cloud.tencent.com/document/api/1342/76223)](https://cloud.tencent.com/document/api/#/#)
|
|
29840
|
+
* [[DropDMSPartitions](https://cloud.tencent.com/document/api/1342/76222)](https://cloud.tencent.com/document/api/#/#)
|
|
29841
|
+
* [[DropDMSTable](https://cloud.tencent.com/document/api/1342/76221)](https://cloud.tencent.com/document/api/#/#)
|
|
29842
|
+
|
|
29843
|
+
新增数据结构:
|
|
29844
|
+
|
|
29845
|
+
* [[Asset](https://cloud.tencent.com/document/api/1342/53778#Asset)](https://cloud.tencent.com/document/api/1342/53778#[Asset](https://cloud.tencent.com/document/api/1342/53778#Asset))
|
|
29846
|
+
* [[DMSColumn](https://cloud.tencent.com/document/api/1342/53778#DMSColumn)](https://cloud.tencent.com/document/api/1342/53778#[DMSColumn](https://cloud.tencent.com/document/api/1342/53778#DMSColumn))
|
|
29847
|
+
* [[DMSColumnOrder](https://cloud.tencent.com/document/api/1342/53778#DMSColumnOrder)](https://cloud.tencent.com/document/api/1342/53778#[DMSColumnOrder](https://cloud.tencent.com/document/api/1342/53778#DMSColumnOrder))
|
|
29848
|
+
* [[DMSPartition](https://cloud.tencent.com/document/api/1342/53778#DMSPartition)](https://cloud.tencent.com/document/api/1342/53778#[DMSPartition](https://cloud.tencent.com/document/api/1342/53778#DMSPartition))
|
|
29849
|
+
* [[DMSSds](https://cloud.tencent.com/document/api/1342/53778#DMSSds)](https://cloud.tencent.com/document/api/1342/53778#[DMSSds](https://cloud.tencent.com/document/api/1342/53778#DMSSds))
|
|
29850
|
+
* [[DMSTable](https://cloud.tencent.com/document/api/1342/53778#DMSTable)](https://cloud.tencent.com/document/api/1342/53778#[DMSTable](https://cloud.tencent.com/document/api/1342/53778#DMSTable))
|
|
29851
|
+
* [[DMSTableInfo](https://cloud.tencent.com/document/api/1342/53778#DMSTableInfo)](https://cloud.tencent.com/document/api/1342/53778#[DMSTableInfo](https://cloud.tencent.com/document/api/1342/53778#DMSTableInfo))
|
|
29852
|
+
|
|
29164
29853
|
### 第 22 次发布
|
|
29165
29854
|
|
|
29166
29855
|
发布时间:2022-06-21 06:06:29
|
|
@@ -30852,6 +31541,40 @@
|
|
|
30852
31541
|
|
|
30853
31542
|
## 事件总线(eb) 版本:2021-04-16
|
|
30854
31543
|
|
|
31544
|
+
### 第 5 次发布
|
|
31545
|
+
|
|
31546
|
+
发布时间:2022-06-30 06:06:12
|
|
31547
|
+
|
|
31548
|
+
本次发布包含了以下内容:
|
|
31549
|
+
|
|
31550
|
+
改善已有的文档。
|
|
31551
|
+
|
|
31552
|
+
新增数据结构:
|
|
31553
|
+
|
|
31554
|
+
* [[ESTargetParams](https://cloud.tencent.com/document/api/1359/67704#ESTargetParams)](https://cloud.tencent.com/document/api/1359/67704#[ESTargetParams](https://cloud.tencent.com/document/api/1359/67704#ESTargetParams))
|
|
31555
|
+
|
|
31556
|
+
修改数据结构:
|
|
31557
|
+
|
|
31558
|
+
* [TargetDescription](https://cloud.tencent.com/document/api/1359/67704#TargetDescription)
|
|
31559
|
+
|
|
31560
|
+
* 新增成员:ESTargetParams
|
|
31561
|
+
|
|
31562
|
+
|
|
31563
|
+
### 第 4 次发布
|
|
31564
|
+
|
|
31565
|
+
发布时间:2022-06-28 06:09:50
|
|
31566
|
+
|
|
31567
|
+
本次发布包含了以下内容:
|
|
31568
|
+
|
|
31569
|
+
改善已有的文档。
|
|
31570
|
+
|
|
31571
|
+
修改接口:
|
|
31572
|
+
|
|
31573
|
+
* [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
|
|
31574
|
+
|
|
31575
|
+
* <font color="#dd0000">**修改入参**:</font>RuleId
|
|
31576
|
+
|
|
31577
|
+
|
|
30855
31578
|
### 第 3 次发布
|
|
30856
31579
|
|
|
30857
31580
|
发布时间:2022-05-26 06:11:01
|
|
@@ -34632,6 +35355,32 @@
|
|
|
34632
35355
|
|
|
34633
35356
|
## 电子签服务(ess) 版本:2020-11-11
|
|
34634
35357
|
|
|
35358
|
+
### 第 9 次发布
|
|
35359
|
+
|
|
35360
|
+
发布时间:2022-06-30 06:06:55
|
|
35361
|
+
|
|
35362
|
+
本次发布包含了以下内容:
|
|
35363
|
+
|
|
35364
|
+
改善已有的文档。
|
|
35365
|
+
|
|
35366
|
+
修改接口:
|
|
35367
|
+
|
|
35368
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
35369
|
+
|
|
35370
|
+
* 新增入参:RelatedFlowId, CustomShowMap
|
|
35371
|
+
|
|
35372
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
35373
|
+
|
|
35374
|
+
* 新增入参:CustomShowMap
|
|
35375
|
+
|
|
35376
|
+
|
|
35377
|
+
修改数据结构:
|
|
35378
|
+
|
|
35379
|
+
* [Caller](https://cloud.tencent.com/document/api/1323/70369#Caller)
|
|
35380
|
+
|
|
35381
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId
|
|
35382
|
+
|
|
35383
|
+
|
|
34635
35384
|
### 第 8 次发布
|
|
34636
35385
|
|
|
34637
35386
|
发布时间:2022-06-13 06:11:55
|
|
@@ -34888,6 +35637,32 @@
|
|
|
34888
35637
|
|
|
34889
35638
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
34890
35639
|
|
|
35640
|
+
### 第 19 次发布
|
|
35641
|
+
|
|
35642
|
+
发布时间:2022-06-30 06:07:02
|
|
35643
|
+
|
|
35644
|
+
本次发布包含了以下内容:
|
|
35645
|
+
|
|
35646
|
+
改善已有的文档。
|
|
35647
|
+
|
|
35648
|
+
修改接口:
|
|
35649
|
+
|
|
35650
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
35651
|
+
|
|
35652
|
+
* 新增入参:CustomShowMap
|
|
35653
|
+
|
|
35654
|
+
|
|
35655
|
+
修改数据结构:
|
|
35656
|
+
|
|
35657
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
35658
|
+
|
|
35659
|
+
* 新增成员:IdCardType
|
|
35660
|
+
|
|
35661
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
35662
|
+
|
|
35663
|
+
* 新增成员:CustomShowMap
|
|
35664
|
+
|
|
35665
|
+
|
|
34891
35666
|
### 第 18 次发布
|
|
34892
35667
|
|
|
34893
35668
|
发布时间:2022-06-23 06:12:30
|
|
@@ -36259,6 +37034,21 @@
|
|
|
36259
37034
|
|
|
36260
37035
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
36261
37036
|
|
|
37037
|
+
### 第 30 次发布
|
|
37038
|
+
|
|
37039
|
+
发布时间:2022-06-28 06:10:45
|
|
37040
|
+
|
|
37041
|
+
本次发布包含了以下内容:
|
|
37042
|
+
|
|
37043
|
+
改善已有的文档。
|
|
37044
|
+
|
|
37045
|
+
修改数据结构:
|
|
37046
|
+
|
|
37047
|
+
* [CountryAreaMap](https://cloud.tencent.com/document/api/608/37023#CountryAreaMap)
|
|
37048
|
+
|
|
37049
|
+
* 新增成员:Remark
|
|
37050
|
+
|
|
37051
|
+
|
|
36262
37052
|
### 第 29 次发布
|
|
36263
37053
|
|
|
36264
37054
|
发布时间:2022-05-16 06:09:28
|
|
@@ -47522,6 +48312,23 @@
|
|
|
47522
48312
|
|
|
47523
48313
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
47524
48314
|
|
|
48315
|
+
### 第 5 次发布
|
|
48316
|
+
|
|
48317
|
+
发布时间:2022-06-27 14:56:37
|
|
48318
|
+
|
|
48319
|
+
本次发布包含了以下内容:
|
|
48320
|
+
|
|
48321
|
+
改善已有的文档。
|
|
48322
|
+
|
|
48323
|
+
新增接口:
|
|
48324
|
+
|
|
48325
|
+
* [DescribeFlySecMiniAppScanReportList](https://cloud.tencent.com/document/api/1223/76058)
|
|
48326
|
+
|
|
48327
|
+
新增数据结构:
|
|
48328
|
+
|
|
48329
|
+
* [FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData)
|
|
48330
|
+
* [FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems)
|
|
48331
|
+
|
|
47525
48332
|
### 第 4 次发布
|
|
47526
48333
|
|
|
47527
48334
|
发布时间:2022-06-24 06:14:40
|
|
@@ -48180,6 +48987,18 @@
|
|
|
48180
48987
|
|
|
48181
48988
|
## 云监控(monitor) 版本:2018-07-24
|
|
48182
48989
|
|
|
48990
|
+
### 第 50 次发布
|
|
48991
|
+
|
|
48992
|
+
发布时间:2022-06-28 06:13:35
|
|
48993
|
+
|
|
48994
|
+
本次发布包含了以下内容:
|
|
48995
|
+
|
|
48996
|
+
改善已有的文档。
|
|
48997
|
+
|
|
48998
|
+
新增接口:
|
|
48999
|
+
|
|
49000
|
+
* [CreatePrometheusMultiTenantInstancePostPayMode](https://cloud.tencent.com/document/api/248/76097)
|
|
49001
|
+
|
|
48183
49002
|
### 第 49 次发布
|
|
48184
49003
|
|
|
48185
49004
|
发布时间:2022-06-27 06:12:15
|
|
@@ -48190,14 +49009,14 @@
|
|
|
48190
49009
|
|
|
48191
49010
|
新增接口:
|
|
48192
49011
|
|
|
48193
|
-
* [
|
|
48194
|
-
* [
|
|
48195
|
-
* [
|
|
48196
|
-
* [
|
|
49012
|
+
* [CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)
|
|
49013
|
+
* [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
|
|
49014
|
+
* [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
|
|
49015
|
+
* [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
|
|
48197
49016
|
|
|
48198
49017
|
新增数据结构:
|
|
48199
49018
|
|
|
48200
|
-
* [
|
|
49019
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
48201
49020
|
|
|
48202
49021
|
### 第 48 次发布
|
|
48203
49022
|
|
|
@@ -50513,6 +51332,25 @@
|
|
|
50513
51332
|
|
|
50514
51333
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
50515
51334
|
|
|
51335
|
+
### 第 13 次发布
|
|
51336
|
+
|
|
51337
|
+
发布时间:2022-06-28 06:14:04
|
|
51338
|
+
|
|
51339
|
+
本次发布包含了以下内容:
|
|
51340
|
+
|
|
51341
|
+
改善已有的文档。
|
|
51342
|
+
|
|
51343
|
+
新增数据结构:
|
|
51344
|
+
|
|
51345
|
+
* [Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate)
|
|
51346
|
+
|
|
51347
|
+
修改数据结构:
|
|
51348
|
+
|
|
51349
|
+
* [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
|
|
51350
|
+
|
|
51351
|
+
* 新增成员:Id, Coords
|
|
51352
|
+
|
|
51353
|
+
|
|
50516
51354
|
### 第 12 次发布
|
|
50517
51355
|
|
|
50518
51356
|
发布时间:2022-06-24 06:15:32
|
|
@@ -59754,6 +60592,24 @@
|
|
|
59754
60592
|
|
|
59755
60593
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
59756
60594
|
|
|
60595
|
+
### 第 12 次发布
|
|
60596
|
+
|
|
60597
|
+
发布时间:2022-07-01 06:16:56
|
|
60598
|
+
|
|
60599
|
+
本次发布包含了以下内容:
|
|
60600
|
+
|
|
60601
|
+
改善已有的文档。
|
|
60602
|
+
|
|
60603
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
60604
|
+
|
|
60605
|
+
* EnhanceTaDegree
|
|
60606
|
+
|
|
60607
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
60608
|
+
|
|
60609
|
+
* InputTaBspData
|
|
60610
|
+
* OutputTaData
|
|
60611
|
+
* OutputTaValue
|
|
60612
|
+
|
|
59757
60613
|
### 第 11 次发布
|
|
59758
60614
|
|
|
59759
60615
|
发布时间:2021-12-23 08:14:47
|
|
@@ -63025,6 +63881,42 @@
|
|
|
63025
63881
|
|
|
63026
63882
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
63027
63883
|
|
|
63884
|
+
### 第 5 次发布
|
|
63885
|
+
|
|
63886
|
+
发布时间:2022-07-01 06:17:30
|
|
63887
|
+
|
|
63888
|
+
本次发布包含了以下内容:
|
|
63889
|
+
|
|
63890
|
+
改善已有的文档。
|
|
63891
|
+
|
|
63892
|
+
修改接口:
|
|
63893
|
+
|
|
63894
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
63895
|
+
|
|
63896
|
+
* 新增入参:PageSize, PageNum
|
|
63897
|
+
|
|
63898
|
+
* 新增出参:Total
|
|
63899
|
+
|
|
63900
|
+
|
|
63901
|
+
### 第 4 次发布
|
|
63902
|
+
|
|
63903
|
+
发布时间:2022-06-28 06:16:23
|
|
63904
|
+
|
|
63905
|
+
本次发布包含了以下内容:
|
|
63906
|
+
|
|
63907
|
+
改善已有的文档。
|
|
63908
|
+
|
|
63909
|
+
修改接口:
|
|
63910
|
+
|
|
63911
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
63912
|
+
|
|
63913
|
+
* 新增出参:OnlineVersionInfos
|
|
63914
|
+
|
|
63915
|
+
|
|
63916
|
+
新增数据结构:
|
|
63917
|
+
|
|
63918
|
+
* [OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo)
|
|
63919
|
+
|
|
63028
63920
|
### 第 3 次发布
|
|
63029
63921
|
|
|
63030
63922
|
发布时间:2022-06-24 06:17:45
|
|
@@ -65324,6 +66216,38 @@
|
|
|
65324
66216
|
|
|
65325
66217
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
65326
66218
|
|
|
66219
|
+
### 第 36 次发布
|
|
66220
|
+
|
|
66221
|
+
发布时间:2022-06-29 06:13:55
|
|
66222
|
+
|
|
66223
|
+
本次发布包含了以下内容:
|
|
66224
|
+
|
|
66225
|
+
改善已有的文档。
|
|
66226
|
+
|
|
66227
|
+
修改接口:
|
|
66228
|
+
|
|
66229
|
+
* [DescribeTopics](https://cloud.tencent.com/document/api/1179/46086)
|
|
66230
|
+
|
|
66231
|
+
* 新增入参:TopicCreator
|
|
66232
|
+
|
|
66233
|
+
|
|
66234
|
+
### 第 35 次发布
|
|
66235
|
+
|
|
66236
|
+
发布时间:2022-06-28 06:17:03
|
|
66237
|
+
|
|
66238
|
+
本次发布包含了以下内容:
|
|
66239
|
+
|
|
66240
|
+
改善已有的文档。
|
|
66241
|
+
|
|
66242
|
+
修改接口:
|
|
66243
|
+
|
|
66244
|
+
* [ReceiveMessage](https://cloud.tencent.com/document/api/1179/57458)
|
|
66245
|
+
|
|
66246
|
+
* 新增入参:MaxNumMessages, MaxNumBytes, Timeout
|
|
66247
|
+
|
|
66248
|
+
* 新增出参:MessageIDList, MessagesPayload
|
|
66249
|
+
|
|
66250
|
+
|
|
65327
66251
|
### 第 34 次发布
|
|
65328
66252
|
|
|
65329
66253
|
发布时间:2022-04-13 07:16:01
|
|
@@ -66789,6 +67713,36 @@
|
|
|
66789
67713
|
|
|
66790
67714
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
66791
67715
|
|
|
67716
|
+
### 第 11 次发布
|
|
67717
|
+
|
|
67718
|
+
发布时间:2022-07-01 06:18:27
|
|
67719
|
+
|
|
67720
|
+
本次发布包含了以下内容:
|
|
67721
|
+
|
|
67722
|
+
改善已有的文档。
|
|
67723
|
+
|
|
67724
|
+
修改接口:
|
|
67725
|
+
|
|
67726
|
+
* [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
|
|
67727
|
+
|
|
67728
|
+
* 新增出参:IpCount, DomainCount
|
|
67729
|
+
|
|
67730
|
+
* [DescribeOriginGroupDetail](https://cloud.tencent.com/document/api/1552/75097)
|
|
67731
|
+
|
|
67732
|
+
* 新增出参:LoadBalancingUsedType
|
|
67733
|
+
|
|
67734
|
+
|
|
67735
|
+
新增数据结构:
|
|
67736
|
+
|
|
67737
|
+
* [[OriginCheckOriginStatus](https://cloud.tencent.com/document/api/1552/73155#OriginCheckOriginStatus)](https://cloud.tencent.com/document/api/1552/73155#[OriginCheckOriginStatus](https://cloud.tencent.com/document/api/1552/73155#OriginCheckOriginStatus))
|
|
67738
|
+
|
|
67739
|
+
修改数据结构:
|
|
67740
|
+
|
|
67741
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/73155#OriginGroup)
|
|
67742
|
+
|
|
67743
|
+
* 新增成员:Status, LoadBalancingUsedType
|
|
67744
|
+
|
|
67745
|
+
|
|
66792
67746
|
### 第 10 次发布
|
|
66793
67747
|
|
|
66794
67748
|
发布时间:2022-06-27 06:15:53
|
|
@@ -66810,7 +67764,7 @@
|
|
|
66810
67764
|
|
|
66811
67765
|
新增数据结构:
|
|
66812
67766
|
|
|
66813
|
-
* [
|
|
67767
|
+
* [CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)
|
|
66814
67768
|
|
|
66815
67769
|
### 第 9 次发布
|
|
66816
67770
|
|
|
@@ -69204,6 +70158,45 @@
|
|
|
69204
70158
|
|
|
69205
70159
|
## 容器服务(tke) 版本:2018-05-25
|
|
69206
70160
|
|
|
70161
|
+
### 第 107 次发布
|
|
70162
|
+
|
|
70163
|
+
发布时间:2022-07-01 06:19:07
|
|
70164
|
+
|
|
70165
|
+
本次发布包含了以下内容:
|
|
70166
|
+
|
|
70167
|
+
改善已有的文档。
|
|
70168
|
+
|
|
70169
|
+
修改数据结构:
|
|
70170
|
+
|
|
70171
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
70172
|
+
|
|
70173
|
+
* 新增成员:IsDualStack
|
|
70174
|
+
|
|
70175
|
+
|
|
70176
|
+
### 第 106 次发布
|
|
70177
|
+
|
|
70178
|
+
发布时间:2022-06-30 06:14:07
|
|
70179
|
+
|
|
70180
|
+
本次发布包含了以下内容:
|
|
70181
|
+
|
|
70182
|
+
改善已有的文档。
|
|
70183
|
+
|
|
70184
|
+
新增接口:
|
|
70185
|
+
|
|
70186
|
+
* [[CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76247)](https://cloud.tencent.com/document/api/#/#)
|
|
70187
|
+
* [[CreatePrometheusConfig](https://cloud.tencent.com/document/api/457/76241)](https://cloud.tencent.com/document/api/#/#)
|
|
70188
|
+
* [[CreatePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76240)](https://cloud.tencent.com/document/api/#/#)
|
|
70189
|
+
* [[DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)](https://cloud.tencent.com/document/api/#/#)
|
|
70190
|
+
* [[DeletePrometheusConfig](https://cloud.tencent.com/document/api/457/76239)](https://cloud.tencent.com/document/api/#/#)
|
|
70191
|
+
* [[DeletePrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76238)](https://cloud.tencent.com/document/api/#/#)
|
|
70192
|
+
* [[DescribePrometheusConfig](https://cloud.tencent.com/document/api/457/76237)](https://cloud.tencent.com/document/api/#/#)
|
|
70193
|
+
* [[DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/457/76245)](https://cloud.tencent.com/document/api/#/#)
|
|
70194
|
+
* [[DescribePrometheusInstanceInitStatus](https://cloud.tencent.com/document/api/457/76244)](https://cloud.tencent.com/document/api/#/#)
|
|
70195
|
+
* [[ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/457/76243)](https://cloud.tencent.com/document/api/#/#)
|
|
70196
|
+
* [[ModifyPrometheusConfig](https://cloud.tencent.com/document/api/457/76236)](https://cloud.tencent.com/document/api/#/#)
|
|
70197
|
+
* [[ModifyPrometheusRecordRuleYaml](https://cloud.tencent.com/document/api/457/76235)](https://cloud.tencent.com/document/api/#/#)
|
|
70198
|
+
* [[RunPrometheusInstance](https://cloud.tencent.com/document/api/457/76242)](https://cloud.tencent.com/document/api/#/#)
|
|
70199
|
+
|
|
69207
70200
|
### 第 105 次发布
|
|
69208
70201
|
|
|
69209
70202
|
发布时间:2022-06-27 06:16:26
|
|
@@ -69214,7 +70207,7 @@
|
|
|
69214
70207
|
|
|
69215
70208
|
新增接口:
|
|
69216
70209
|
|
|
69217
|
-
* [
|
|
70210
|
+
* [ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)
|
|
69218
70211
|
|
|
69219
70212
|
### 第 104 次发布
|
|
69220
70213
|
|
|
@@ -71725,6 +72718,38 @@
|
|
|
71725
72718
|
|
|
71726
72719
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
71727
72720
|
|
|
72721
|
+
### 第 33 次发布
|
|
72722
|
+
|
|
72723
|
+
发布时间:2022-06-28 11:47:33
|
|
72724
|
+
|
|
72725
|
+
本次发布包含了以下内容:
|
|
72726
|
+
|
|
72727
|
+
改善已有的文档。
|
|
72728
|
+
|
|
72729
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
72730
|
+
|
|
72731
|
+
* CreateCloudRecording
|
|
72732
|
+
* DeleteCloudRecording
|
|
72733
|
+
* DescribeCloudRecording
|
|
72734
|
+
* ModifyCloudRecording
|
|
72735
|
+
|
|
72736
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
72737
|
+
|
|
72738
|
+
* AudioParams
|
|
72739
|
+
* CloudStorage
|
|
72740
|
+
* CloudVod
|
|
72741
|
+
* MixLayout
|
|
72742
|
+
* MixLayoutParams
|
|
72743
|
+
* MixTranscodeParams
|
|
72744
|
+
* RecordParams
|
|
72745
|
+
* StorageFile
|
|
72746
|
+
* StorageParams
|
|
72747
|
+
* SubscribeStreamUserIds
|
|
72748
|
+
* TencentVod
|
|
72749
|
+
* VideoParams
|
|
72750
|
+
* WaterMark
|
|
72751
|
+
* WaterMarkImage
|
|
72752
|
+
|
|
71728
72753
|
### 第 32 次发布
|
|
71729
72754
|
|
|
71730
72755
|
发布时间:2022-06-21 06:15:46
|
|
@@ -72291,6 +73316,28 @@
|
|
|
72291
73316
|
|
|
72292
73317
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
72293
73318
|
|
|
73319
|
+
### 第 21 次发布
|
|
73320
|
+
|
|
73321
|
+
发布时间:2022-06-28 06:18:34
|
|
73322
|
+
|
|
73323
|
+
本次发布包含了以下内容:
|
|
73324
|
+
|
|
73325
|
+
改善已有的文档。
|
|
73326
|
+
|
|
73327
|
+
新增接口:
|
|
73328
|
+
|
|
73329
|
+
* [DescribeNacosReplicas](https://cloud.tencent.com/document/api/1364/76101)
|
|
73330
|
+
* [DescribeNacosServerInterfaces](https://cloud.tencent.com/document/api/1364/76100)
|
|
73331
|
+
* [DescribeZookeeperReplicas](https://cloud.tencent.com/document/api/1364/76099)
|
|
73332
|
+
* [DescribeZookeeperServerInterfaces](https://cloud.tencent.com/document/api/1364/76098)
|
|
73333
|
+
|
|
73334
|
+
新增数据结构:
|
|
73335
|
+
|
|
73336
|
+
* [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
|
|
73337
|
+
* [NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface)
|
|
73338
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
73339
|
+
* [ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface)
|
|
73340
|
+
|
|
72294
73341
|
### 第 20 次发布
|
|
72295
73342
|
|
|
72296
73343
|
发布时间:2022-06-10 06:15:33
|
|
@@ -72671,6 +73718,36 @@
|
|
|
72671
73718
|
|
|
72672
73719
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
72673
73720
|
|
|
73721
|
+
### 第 77 次发布
|
|
73722
|
+
|
|
73723
|
+
发布时间:2022-07-01 06:19:44
|
|
73724
|
+
|
|
73725
|
+
本次发布包含了以下内容:
|
|
73726
|
+
|
|
73727
|
+
改善已有的文档。
|
|
73728
|
+
|
|
73729
|
+
修改接口:
|
|
73730
|
+
|
|
73731
|
+
* [DescribeBasicResourceUsage](https://cloud.tencent.com/document/api/649/48898)
|
|
73732
|
+
|
|
73733
|
+
* 新增入参:All
|
|
73734
|
+
|
|
73735
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
73736
|
+
|
|
73737
|
+
* 新增入参:NamespaceIdList
|
|
73738
|
+
|
|
73739
|
+
|
|
73740
|
+
修改数据结构:
|
|
73741
|
+
|
|
73742
|
+
* [Instance](https://cloud.tencent.com/document/api/649/36099#Instance)
|
|
73743
|
+
|
|
73744
|
+
* 新增成员:NodeInstanceId
|
|
73745
|
+
|
|
73746
|
+
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
73747
|
+
|
|
73748
|
+
* 新增成员:DailyPercent
|
|
73749
|
+
|
|
73750
|
+
|
|
72674
73751
|
### 第 76 次发布
|
|
72675
73752
|
|
|
72676
73753
|
发布时间:2022-06-21 06:15:54
|
|
@@ -81352,6 +82429,37 @@
|
|
|
81352
82429
|
|
|
81353
82430
|
|
|
81354
82431
|
|
|
82432
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
82433
|
+
|
|
82434
|
+
### 第 1 次发布
|
|
82435
|
+
|
|
82436
|
+
发布时间:2022-06-29 15:15:26
|
|
82437
|
+
|
|
82438
|
+
本次发布包含了以下内容:
|
|
82439
|
+
|
|
82440
|
+
改善已有的文档。
|
|
82441
|
+
|
|
82442
|
+
新增接口:
|
|
82443
|
+
|
|
82444
|
+
* [[BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1592/76190)](https://cloud.tencent.com/document/api/#/#)
|
|
82445
|
+
* [[DescribeKTVPlaylistDetail](https://cloud.tencent.com/document/api/1592/76189)](https://cloud.tencent.com/document/api/#/#)
|
|
82446
|
+
* [[DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1592/76188)](https://cloud.tencent.com/document/api/#/#)
|
|
82447
|
+
* [[DescribeKTVSuggestions](https://cloud.tencent.com/document/api/1592/76187)](https://cloud.tencent.com/document/api/#/#)
|
|
82448
|
+
* [[SearchKTVMusics](https://cloud.tencent.com/document/api/1592/76186)](https://cloud.tencent.com/document/api/#/#)
|
|
82449
|
+
|
|
82450
|
+
新增数据结构:
|
|
82451
|
+
|
|
82452
|
+
* [[ChorusClip](https://cloud.tencent.com/document/api/1592/76191#ChorusClip)](https://cloud.tencent.com/document/api/1592/76191#[ChorusClip](https://cloud.tencent.com/document/api/1592/76191#ChorusClip))
|
|
82453
|
+
* [[KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo))
|
|
82454
|
+
* [[KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo))
|
|
82455
|
+
* [[KTVPlaylistBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVPlaylistBaseInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVPlaylistBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVPlaylistBaseInfo))
|
|
82456
|
+
* [[KTVSuggestionInfo](https://cloud.tencent.com/document/api/1592/76191#KTVSuggestionInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVSuggestionInfo](https://cloud.tencent.com/document/api/1592/76191#KTVSuggestionInfo))
|
|
82457
|
+
* [[MusicAlbumCoverInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumCoverInfo)](https://cloud.tencent.com/document/api/1592/76191#[MusicAlbumCoverInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumCoverInfo))
|
|
82458
|
+
* [[MusicAlbumInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumInfo)](https://cloud.tencent.com/document/api/1592/76191#[MusicAlbumInfo](https://cloud.tencent.com/document/api/1592/76191#MusicAlbumInfo))
|
|
82459
|
+
|
|
82460
|
+
|
|
82461
|
+
|
|
82462
|
+
|
|
81355
82463
|
## 腾讯优Mall(youmall) 版本:2018-02-28
|
|
81356
82464
|
|
|
81357
82465
|
### 第 8 次发布
|