tencentcloud-sdk-nodejs 4.0.368 → 4.0.371
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 +476 -0
- package/SERVICE_CHANGELOG.md +503 -79
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cii/v20210408/cii_models.ts +5 -0
- package/src/services/cme/v20191029/cme_client.ts +3 -1
- package/src/services/cme/v20191029/cme_models.ts +21 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +163 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +2091 -464
- package/src/services/eb/v20210416/eb_models.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -14
- package/src/services/gaap/v20180529/gaap_models.ts +6 -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 +163 -0
- package/src/services/monitor/v20180724/monitor_client.ts +353 -60
- package/src/services/monitor/v20180724/monitor_models.ts +1577 -481
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +106 -0
- package/src/services/ocr/v20181119/ocr_models.ts +11 -10
- package/src/services/postgres/v20170312/postgres_models.ts +2 -2
- package/src/services/tcbr/v20220217/tcbr_client.ts +22 -7
- package/src/services/tcbr/v20220217/tcbr_models.ts +212 -15
- package/src/services/tdmq/v20200217/tdmq_models.ts +27 -0
- package/src/services/teo/v20220106/teo_client.ts +4 -3
- package/src/services/teo/v20220106/teo_models.ts +132 -105
- package/src/services/tke/v20180525/tke_client.ts +13 -1
- package/src/services/tke/v20180525/tke_models.ts +62 -7
- package/src/services/tse/v20201207/tse_client.ts +75 -23
- package/src/services/tse/v20201207/tse_models.ts +417 -157
- package/src/services/vpc/v20170312/vpc_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
- package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
- 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 +1730 -352
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -11
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -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 +135 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +112 -16
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +164 -20
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1389 -444
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +90 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -10
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +7 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +9 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +177 -13
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +22 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +53 -7
- 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/vpc/v20170312/vpc_models.d.ts +5 -5
- package/test/cpdp.v20190820.test.js +98 -8
- package/test/mmps.v20200710.test.js +12 -2
- package/test/monitor.v20180724.test.js +250 -10
- package/test/tcbr.v20220217.test.js +12 -2
- package/test/tke.v20180525.test.js +10 -0
- package/test/tse.v20201207.test.js +44 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,119 +1,152 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 71 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-28 06:07:23
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateOpenBankAggregatedSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/76096)
|
|
16
|
+
* [CreateOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76095)
|
|
17
|
+
* [CreateOpenBankUnifiedOrder](https://cloud.tencent.com/document/api/1122/76094)
|
|
18
|
+
* [QueryOpenBankBillDataPage](https://cloud.tencent.com/document/api/1122/76093)
|
|
19
|
+
* [QueryOpenBankRefundOrder](https://cloud.tencent.com/document/api/1122/76092)
|
|
20
|
+
* [QueryOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76091)
|
|
21
|
+
* [QueryOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76090)
|
|
22
|
+
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
23
|
+
* [UploadOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76088)
|
|
16
24
|
|
|
17
|
-
|
|
25
|
+
新增数据结构:
|
|
18
26
|
|
|
27
|
+
* [BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo)
|
|
28
|
+
* [CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult)
|
|
29
|
+
* [CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult)
|
|
30
|
+
* [FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo)
|
|
31
|
+
* [LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo)
|
|
32
|
+
* [NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo)
|
|
33
|
+
* [OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo)
|
|
34
|
+
* [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
|
|
35
|
+
* [OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult)
|
|
36
|
+
* [OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo)
|
|
37
|
+
* [OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo)
|
|
38
|
+
* [QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData)
|
|
39
|
+
* [QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult)
|
|
40
|
+
* [QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult)
|
|
41
|
+
* [QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult)
|
|
42
|
+
* [SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo)
|
|
43
|
+
* [UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult)
|
|
19
44
|
|
|
20
45
|
|
|
21
46
|
|
|
22
|
-
##
|
|
47
|
+
## 事件总线(eb) 版本:2021-04-16
|
|
23
48
|
|
|
24
|
-
### 第
|
|
49
|
+
### 第 4 次发布
|
|
25
50
|
|
|
26
|
-
发布时间:2022-06-
|
|
51
|
+
发布时间:2022-06-28 06:09:50
|
|
27
52
|
|
|
28
53
|
本次发布包含了以下内容:
|
|
29
54
|
|
|
30
55
|
改善已有的文档。
|
|
31
56
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* [LicenseOrder](https://cloud.tencent.com/document/api/296/19867#LicenseOrder)
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
57
|
+
修改接口:
|
|
37
58
|
|
|
38
|
-
* [
|
|
59
|
+
* [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
|
|
39
60
|
|
|
40
|
-
*
|
|
61
|
+
* <font color="#dd0000">**修改入参**:</font>RuleId
|
|
41
62
|
|
|
42
63
|
|
|
43
64
|
|
|
44
65
|
|
|
45
|
-
##
|
|
66
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
46
67
|
|
|
47
|
-
### 第
|
|
68
|
+
### 第 30 次发布
|
|
48
69
|
|
|
49
|
-
发布时间:2022-06-
|
|
70
|
+
发布时间:2022-06-28 06:10:45
|
|
50
71
|
|
|
51
72
|
本次发布包含了以下内容:
|
|
52
73
|
|
|
53
74
|
改善已有的文档。
|
|
54
75
|
|
|
55
|
-
|
|
76
|
+
修改数据结构:
|
|
56
77
|
|
|
57
|
-
* [
|
|
58
|
-
* [ModifyPackageAutoRenew](https://cloud.tencent.com/document/api/1427/75920)
|
|
59
|
-
* [ModifyVasAutoRenewStatus](https://cloud.tencent.com/document/api/1427/75919)
|
|
60
|
-
* [PayOrderWithBalance](https://cloud.tencent.com/document/api/1427/75918)
|
|
78
|
+
* [CountryAreaMap](https://cloud.tencent.com/document/api/608/37023#CountryAreaMap)
|
|
61
79
|
|
|
62
|
-
|
|
80
|
+
* 新增成员:Remark
|
|
63
81
|
|
|
64
|
-
* [Deals](https://cloud.tencent.com/document/api/1427/56185#Deals)
|
|
65
82
|
|
|
66
83
|
|
|
67
84
|
|
|
68
|
-
##
|
|
85
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
69
86
|
|
|
70
|
-
### 第
|
|
87
|
+
### 第 5 次发布
|
|
71
88
|
|
|
72
|
-
发布时间:2022-06-
|
|
89
|
+
发布时间:2022-06-27 14:56:37
|
|
73
90
|
|
|
74
91
|
本次发布包含了以下内容:
|
|
75
92
|
|
|
76
93
|
改善已有的文档。
|
|
77
94
|
|
|
78
|
-
|
|
95
|
+
新增接口:
|
|
79
96
|
|
|
80
|
-
* [
|
|
97
|
+
* [DescribeFlySecMiniAppScanReportList](https://cloud.tencent.com/document/api/1223/76058)
|
|
81
98
|
|
|
82
|
-
|
|
99
|
+
新增数据结构:
|
|
83
100
|
|
|
101
|
+
* [FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData)
|
|
102
|
+
* [FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems)
|
|
84
103
|
|
|
85
104
|
|
|
86
105
|
|
|
87
|
-
##
|
|
106
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
88
107
|
|
|
108
|
+
### 第 50 次发布
|
|
89
109
|
|
|
110
|
+
发布时间:2022-06-28 06:13:35
|
|
90
111
|
|
|
91
|
-
|
|
112
|
+
本次发布包含了以下内容:
|
|
92
113
|
|
|
93
|
-
|
|
114
|
+
改善已有的文档。
|
|
94
115
|
|
|
95
|
-
|
|
116
|
+
新增接口:
|
|
117
|
+
|
|
118
|
+
* [CreatePrometheusMultiTenantInstancePostPayMode](https://cloud.tencent.com/document/api/248/76097)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
123
|
+
|
|
124
|
+
### 第 13 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2022-06-28 06:14:04
|
|
96
127
|
|
|
97
128
|
本次发布包含了以下内容:
|
|
98
129
|
|
|
99
130
|
改善已有的文档。
|
|
100
131
|
|
|
101
|
-
|
|
132
|
+
新增数据结构:
|
|
102
133
|
|
|
103
|
-
* [
|
|
134
|
+
* [Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate)
|
|
104
135
|
|
|
105
|
-
|
|
136
|
+
修改数据结构:
|
|
106
137
|
|
|
107
|
-
|
|
138
|
+
* [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
|
|
108
139
|
|
|
140
|
+
* 新增成员:Id, Coords
|
|
109
141
|
|
|
110
142
|
|
|
111
143
|
|
|
112
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
113
144
|
|
|
114
|
-
|
|
145
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
115
146
|
|
|
116
|
-
|
|
147
|
+
### 第 4 次发布
|
|
148
|
+
|
|
149
|
+
发布时间:2022-06-28 06:16:23
|
|
117
150
|
|
|
118
151
|
本次发布包含了以下内容:
|
|
119
152
|
|
|
@@ -121,40 +154,43 @@
|
|
|
121
154
|
|
|
122
155
|
修改接口:
|
|
123
156
|
|
|
124
|
-
* [
|
|
157
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
125
158
|
|
|
126
|
-
*
|
|
159
|
+
* 新增出参:OnlineVersionInfos
|
|
127
160
|
|
|
128
|
-
* [DescribeVpnGatewaySslServers](https://cloud.tencent.com/document/api/215/70285)
|
|
129
161
|
|
|
130
|
-
|
|
162
|
+
新增数据结构:
|
|
131
163
|
|
|
132
|
-
* [
|
|
164
|
+
* [OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo)
|
|
133
165
|
|
|
134
|
-
* 新增入参:SamlToken, IsVpnPortal
|
|
135
166
|
|
|
136
|
-
* 新增出参:SslClientConfig, Authenticated
|
|
137
167
|
|
|
168
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
138
169
|
|
|
139
|
-
|
|
170
|
+
### 第 35 次发布
|
|
140
171
|
|
|
141
|
-
|
|
142
|
-
* [SslClientConfig](https://cloud.tencent.com/document/api/215/15824#SslClientConfig)
|
|
172
|
+
发布时间:2022-06-28 06:17:03
|
|
143
173
|
|
|
144
|
-
|
|
174
|
+
本次发布包含了以下内容:
|
|
145
175
|
|
|
146
|
-
|
|
176
|
+
改善已有的文档。
|
|
147
177
|
|
|
148
|
-
|
|
178
|
+
修改接口:
|
|
149
179
|
|
|
180
|
+
* [ReceiveMessage](https://cloud.tencent.com/document/api/1179/57458)
|
|
150
181
|
|
|
182
|
+
* 新增入参:MaxNumMessages, MaxNumBytes, Timeout
|
|
151
183
|
|
|
184
|
+
* 新增出参:MessageIDList, MessagesPayload
|
|
152
185
|
|
|
153
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
154
186
|
|
|
155
|
-
### 第 9 次发布
|
|
156
187
|
|
|
157
|
-
|
|
188
|
+
|
|
189
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
190
|
+
|
|
191
|
+
### 第 21 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-06-28 06:18:34
|
|
158
194
|
|
|
159
195
|
本次发布包含了以下内容:
|
|
160
196
|
|
|
@@ -162,15 +198,17 @@
|
|
|
162
198
|
|
|
163
199
|
新增接口:
|
|
164
200
|
|
|
165
|
-
* [
|
|
201
|
+
* [DescribeNacosReplicas](https://cloud.tencent.com/document/api/1364/76101)
|
|
202
|
+
* [DescribeNacosServerInterfaces](https://cloud.tencent.com/document/api/1364/76100)
|
|
203
|
+
* [DescribeZookeeperReplicas](https://cloud.tencent.com/document/api/1364/76099)
|
|
204
|
+
* [DescribeZookeeperServerInterfaces](https://cloud.tencent.com/document/api/1364/76098)
|
|
166
205
|
|
|
167
206
|
新增数据结构:
|
|
168
207
|
|
|
169
|
-
* [
|
|
170
|
-
* [
|
|
171
|
-
* [
|
|
172
|
-
* [
|
|
173
|
-
* [QPSPackageNew](https://cloud.tencent.com/document/api/627/53609#QPSPackageNew)
|
|
208
|
+
* [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
|
|
209
|
+
* [NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface)
|
|
210
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
211
|
+
* [ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface)
|
|
174
212
|
|
|
175
213
|
|
|
176
214
|
|
|
@@ -16265,6 +16303,21 @@
|
|
|
16265
16303
|
|
|
16266
16304
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
16267
16305
|
|
|
16306
|
+
### 第 14 次发布
|
|
16307
|
+
|
|
16308
|
+
发布时间:2022-06-27 06:06:02
|
|
16309
|
+
|
|
16310
|
+
本次发布包含了以下内容:
|
|
16311
|
+
|
|
16312
|
+
改善已有的文档。
|
|
16313
|
+
|
|
16314
|
+
修改数据结构:
|
|
16315
|
+
|
|
16316
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
16317
|
+
|
|
16318
|
+
* 新增成员:Field
|
|
16319
|
+
|
|
16320
|
+
|
|
16268
16321
|
### 第 13 次发布
|
|
16269
16322
|
|
|
16270
16323
|
发布时间:2022-06-16 06:03:27
|
|
@@ -19729,6 +19782,25 @@
|
|
|
19729
19782
|
|
|
19730
19783
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
19731
19784
|
|
|
19785
|
+
### 第 50 次发布
|
|
19786
|
+
|
|
19787
|
+
发布时间:2022-06-24 06:09:00
|
|
19788
|
+
|
|
19789
|
+
本次发布包含了以下内容:
|
|
19790
|
+
|
|
19791
|
+
改善已有的文档。
|
|
19792
|
+
|
|
19793
|
+
修改接口:
|
|
19794
|
+
|
|
19795
|
+
* [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
|
|
19796
|
+
|
|
19797
|
+
* 新增出参:VodPullInputPlayInfo
|
|
19798
|
+
|
|
19799
|
+
|
|
19800
|
+
新增数据结构:
|
|
19801
|
+
|
|
19802
|
+
* [VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)
|
|
19803
|
+
|
|
19732
19804
|
### 第 49 次发布
|
|
19733
19805
|
|
|
19734
19806
|
发布时间:2022-06-10 06:04:57
|
|
@@ -21258,6 +21330,61 @@
|
|
|
21258
21330
|
|
|
21259
21331
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21260
21332
|
|
|
21333
|
+
### 第 71 次发布
|
|
21334
|
+
|
|
21335
|
+
发布时间:2022-06-28 06:07:23
|
|
21336
|
+
|
|
21337
|
+
本次发布包含了以下内容:
|
|
21338
|
+
|
|
21339
|
+
改善已有的文档。
|
|
21340
|
+
|
|
21341
|
+
新增接口:
|
|
21342
|
+
|
|
21343
|
+
* [[CreateOpenBankAggregatedSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/76096)](https://cloud.tencent.com/document/api/#/#)
|
|
21344
|
+
* [[CreateOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76095)](https://cloud.tencent.com/document/api/#/#)
|
|
21345
|
+
* [[CreateOpenBankUnifiedOrder](https://cloud.tencent.com/document/api/1122/76094)](https://cloud.tencent.com/document/api/#/#)
|
|
21346
|
+
* [[QueryOpenBankBillDataPage](https://cloud.tencent.com/document/api/1122/76093)](https://cloud.tencent.com/document/api/#/#)
|
|
21347
|
+
* [[QueryOpenBankRefundOrder](https://cloud.tencent.com/document/api/1122/76092)](https://cloud.tencent.com/document/api/#/#)
|
|
21348
|
+
* [[QueryOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76091)](https://cloud.tencent.com/document/api/#/#)
|
|
21349
|
+
* [[QueryOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76090)](https://cloud.tencent.com/document/api/#/#)
|
|
21350
|
+
* [[RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)](https://cloud.tencent.com/document/api/#/#)
|
|
21351
|
+
* [[UploadOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76088)](https://cloud.tencent.com/document/api/#/#)
|
|
21352
|
+
|
|
21353
|
+
新增数据结构:
|
|
21354
|
+
|
|
21355
|
+
* [[BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo)](https://cloud.tencent.com/document/api/1122/40683#[BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo))
|
|
21356
|
+
* [[CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult)](https://cloud.tencent.com/document/api/1122/40683#[CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult))
|
|
21357
|
+
* [[CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult)](https://cloud.tencent.com/document/api/1122/40683#[CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult))
|
|
21358
|
+
* [[FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo)](https://cloud.tencent.com/document/api/1122/40683#[FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo))
|
|
21359
|
+
* [[LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo)](https://cloud.tencent.com/document/api/1122/40683#[LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo))
|
|
21360
|
+
* [[NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo)](https://cloud.tencent.com/document/api/1122/40683#[NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo))
|
|
21361
|
+
* [[OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo))
|
|
21362
|
+
* [[OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult))
|
|
21363
|
+
* [[OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult))
|
|
21364
|
+
* [[OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo))
|
|
21365
|
+
* [[OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo)](https://cloud.tencent.com/document/api/1122/40683#[OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo))
|
|
21366
|
+
* [[QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData))
|
|
21367
|
+
* [[QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult))
|
|
21368
|
+
* [[QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult))
|
|
21369
|
+
* [[QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult))
|
|
21370
|
+
* [[SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo)](https://cloud.tencent.com/document/api/1122/40683#[SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo))
|
|
21371
|
+
* [[UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult)](https://cloud.tencent.com/document/api/1122/40683#[UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult))
|
|
21372
|
+
|
|
21373
|
+
### 第 70 次发布
|
|
21374
|
+
|
|
21375
|
+
发布时间:2022-06-24 06:09:13
|
|
21376
|
+
|
|
21377
|
+
本次发布包含了以下内容:
|
|
21378
|
+
|
|
21379
|
+
改善已有的文档。
|
|
21380
|
+
|
|
21381
|
+
修改数据结构:
|
|
21382
|
+
|
|
21383
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
21384
|
+
|
|
21385
|
+
* 新增成员:FeeAmount, FeeRate
|
|
21386
|
+
|
|
21387
|
+
|
|
21261
21388
|
### 第 69 次发布
|
|
21262
21389
|
|
|
21263
21390
|
发布时间:2022-06-22 06:05:01
|
|
@@ -24950,7 +25077,7 @@
|
|
|
24950
25077
|
|
|
24951
25078
|
新增数据结构:
|
|
24952
25079
|
|
|
24953
|
-
* [
|
|
25080
|
+
* [LicenseOrder](https://cloud.tencent.com/document/api/296/19867#LicenseOrder)
|
|
24954
25081
|
|
|
24955
25082
|
修改数据结构:
|
|
24956
25083
|
|
|
@@ -29751,14 +29878,14 @@
|
|
|
29751
29878
|
|
|
29752
29879
|
新增接口:
|
|
29753
29880
|
|
|
29754
|
-
* [
|
|
29755
|
-
* [
|
|
29756
|
-
* [
|
|
29757
|
-
* [
|
|
29881
|
+
* [CreateDeal](https://cloud.tencent.com/document/api/1427/75921)
|
|
29882
|
+
* [ModifyPackageAutoRenew](https://cloud.tencent.com/document/api/1427/75920)
|
|
29883
|
+
* [ModifyVasAutoRenewStatus](https://cloud.tencent.com/document/api/1427/75919)
|
|
29884
|
+
* [PayOrderWithBalance](https://cloud.tencent.com/document/api/1427/75918)
|
|
29758
29885
|
|
|
29759
29886
|
新增数据结构:
|
|
29760
29887
|
|
|
29761
|
-
* [
|
|
29888
|
+
* [Deals](https://cloud.tencent.com/document/api/1427/56185#Deals)
|
|
29762
29889
|
|
|
29763
29890
|
### 第 5 次发布
|
|
29764
29891
|
|
|
@@ -30888,6 +31015,21 @@
|
|
|
30888
31015
|
|
|
30889
31016
|
## 事件总线(eb) 版本:2021-04-16
|
|
30890
31017
|
|
|
31018
|
+
### 第 4 次发布
|
|
31019
|
+
|
|
31020
|
+
发布时间:2022-06-28 06:09:50
|
|
31021
|
+
|
|
31022
|
+
本次发布包含了以下内容:
|
|
31023
|
+
|
|
31024
|
+
改善已有的文档。
|
|
31025
|
+
|
|
31026
|
+
修改接口:
|
|
31027
|
+
|
|
31028
|
+
* [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
|
|
31029
|
+
|
|
31030
|
+
* <font color="#dd0000">**修改入参**:</font>RuleId
|
|
31031
|
+
|
|
31032
|
+
|
|
30891
31033
|
### 第 3 次发布
|
|
30892
31034
|
|
|
30893
31035
|
发布时间:2022-05-26 06:11:01
|
|
@@ -36295,6 +36437,21 @@
|
|
|
36295
36437
|
|
|
36296
36438
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
36297
36439
|
|
|
36440
|
+
### 第 30 次发布
|
|
36441
|
+
|
|
36442
|
+
发布时间:2022-06-28 06:10:45
|
|
36443
|
+
|
|
36444
|
+
本次发布包含了以下内容:
|
|
36445
|
+
|
|
36446
|
+
改善已有的文档。
|
|
36447
|
+
|
|
36448
|
+
修改数据结构:
|
|
36449
|
+
|
|
36450
|
+
* [CountryAreaMap](https://cloud.tencent.com/document/api/608/37023#CountryAreaMap)
|
|
36451
|
+
|
|
36452
|
+
* 新增成员:Remark
|
|
36453
|
+
|
|
36454
|
+
|
|
36298
36455
|
### 第 29 次发布
|
|
36299
36456
|
|
|
36300
36457
|
发布时间:2022-05-16 06:09:28
|
|
@@ -47558,6 +47715,38 @@
|
|
|
47558
47715
|
|
|
47559
47716
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
47560
47717
|
|
|
47718
|
+
### 第 5 次发布
|
|
47719
|
+
|
|
47720
|
+
发布时间:2022-06-27 14:56:37
|
|
47721
|
+
|
|
47722
|
+
本次发布包含了以下内容:
|
|
47723
|
+
|
|
47724
|
+
改善已有的文档。
|
|
47725
|
+
|
|
47726
|
+
新增接口:
|
|
47727
|
+
|
|
47728
|
+
* [[DescribeFlySecMiniAppScanReportList](https://cloud.tencent.com/document/api/1223/76058)](https://cloud.tencent.com/document/api/#/#)
|
|
47729
|
+
|
|
47730
|
+
新增数据结构:
|
|
47731
|
+
|
|
47732
|
+
* [[FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData)](https://cloud.tencent.com/document/api/1223/75143#[FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData))
|
|
47733
|
+
* [[FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems)](https://cloud.tencent.com/document/api/1223/75143#[FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems))
|
|
47734
|
+
|
|
47735
|
+
### 第 4 次发布
|
|
47736
|
+
|
|
47737
|
+
发布时间:2022-06-24 06:14:40
|
|
47738
|
+
|
|
47739
|
+
本次发布包含了以下内容:
|
|
47740
|
+
|
|
47741
|
+
改善已有的文档。
|
|
47742
|
+
|
|
47743
|
+
修改数据结构:
|
|
47744
|
+
|
|
47745
|
+
* [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
|
|
47746
|
+
|
|
47747
|
+
* 新增成员:HighRiskCount
|
|
47748
|
+
|
|
47749
|
+
|
|
47561
47750
|
### 第 3 次发布
|
|
47562
47751
|
|
|
47563
47752
|
发布时间:2022-06-14 11:16:30
|
|
@@ -48201,6 +48390,74 @@
|
|
|
48201
48390
|
|
|
48202
48391
|
## 云监控(monitor) 版本:2018-07-24
|
|
48203
48392
|
|
|
48393
|
+
### 第 50 次发布
|
|
48394
|
+
|
|
48395
|
+
发布时间:2022-06-28 06:13:35
|
|
48396
|
+
|
|
48397
|
+
本次发布包含了以下内容:
|
|
48398
|
+
|
|
48399
|
+
改善已有的文档。
|
|
48400
|
+
|
|
48401
|
+
新增接口:
|
|
48402
|
+
|
|
48403
|
+
* [[CreatePrometheusMultiTenantInstancePostPayMode](https://cloud.tencent.com/document/api/248/76097)](https://cloud.tencent.com/document/api/#/#)
|
|
48404
|
+
|
|
48405
|
+
### 第 49 次发布
|
|
48406
|
+
|
|
48407
|
+
发布时间:2022-06-27 06:12:15
|
|
48408
|
+
|
|
48409
|
+
本次发布包含了以下内容:
|
|
48410
|
+
|
|
48411
|
+
改善已有的文档。
|
|
48412
|
+
|
|
48413
|
+
新增接口:
|
|
48414
|
+
|
|
48415
|
+
* [CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)
|
|
48416
|
+
* [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
|
|
48417
|
+
* [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
|
|
48418
|
+
* [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
|
|
48419
|
+
|
|
48420
|
+
新增数据结构:
|
|
48421
|
+
|
|
48422
|
+
* [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
|
|
48423
|
+
|
|
48424
|
+
### 第 48 次发布
|
|
48425
|
+
|
|
48426
|
+
发布时间:2022-06-24 06:14:48
|
|
48427
|
+
|
|
48428
|
+
本次发布包含了以下内容:
|
|
48429
|
+
|
|
48430
|
+
改善已有的文档。
|
|
48431
|
+
|
|
48432
|
+
新增接口:
|
|
48433
|
+
|
|
48434
|
+
* [BindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76020)
|
|
48435
|
+
* [CreateExporterIntegration](https://cloud.tencent.com/document/api/248/76019)
|
|
48436
|
+
* [CreatePrometheusAgent](https://cloud.tencent.com/document/api/248/76018)
|
|
48437
|
+
* [CreatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76017)
|
|
48438
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
48439
|
+
* [DeletePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76015)
|
|
48440
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
48441
|
+
* [DescribePrometheusAgents](https://cloud.tencent.com/document/api/248/76013)
|
|
48442
|
+
* [DescribePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76012)
|
|
48443
|
+
* [DestroyPrometheusInstance](https://cloud.tencent.com/document/api/248/76011)
|
|
48444
|
+
* [GetPrometheusAgentManagementCommand](https://cloud.tencent.com/document/api/248/76010)
|
|
48445
|
+
* [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
|
|
48446
|
+
* [TerminatePrometheusInstances](https://cloud.tencent.com/document/api/248/76008)
|
|
48447
|
+
* [UnbindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76007)
|
|
48448
|
+
* [UninstallGrafanaDashboard](https://cloud.tencent.com/document/api/248/76006)
|
|
48449
|
+
* [UpdateExporterIntegration](https://cloud.tencent.com/document/api/248/76005)
|
|
48450
|
+
* [UpdatePrometheusAgentStatus](https://cloud.tencent.com/document/api/248/76004)
|
|
48451
|
+
* [UpdatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76003)
|
|
48452
|
+
* [UpgradeGrafanaDashboard](https://cloud.tencent.com/document/api/248/76002)
|
|
48453
|
+
|
|
48454
|
+
新增数据结构:
|
|
48455
|
+
|
|
48456
|
+
* [IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration)
|
|
48457
|
+
* [ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand)
|
|
48458
|
+
* [PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent)
|
|
48459
|
+
* [PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob)
|
|
48460
|
+
|
|
48204
48461
|
### 第 47 次发布
|
|
48205
48462
|
|
|
48206
48463
|
发布时间:2022-06-23 06:15:13
|
|
@@ -50478,6 +50735,48 @@
|
|
|
50478
50735
|
|
|
50479
50736
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
50480
50737
|
|
|
50738
|
+
### 第 13 次发布
|
|
50739
|
+
|
|
50740
|
+
发布时间:2022-06-28 06:14:04
|
|
50741
|
+
|
|
50742
|
+
本次发布包含了以下内容:
|
|
50743
|
+
|
|
50744
|
+
改善已有的文档。
|
|
50745
|
+
|
|
50746
|
+
新增数据结构:
|
|
50747
|
+
|
|
50748
|
+
* [[Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate)](https://cloud.tencent.com/document/api/1314/56230#[Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate))
|
|
50749
|
+
|
|
50750
|
+
修改数据结构:
|
|
50751
|
+
|
|
50752
|
+
* [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
|
|
50753
|
+
|
|
50754
|
+
* 新增成员:Id, Coords
|
|
50755
|
+
|
|
50756
|
+
|
|
50757
|
+
### 第 12 次发布
|
|
50758
|
+
|
|
50759
|
+
发布时间:2022-06-24 06:15:32
|
|
50760
|
+
|
|
50761
|
+
本次发布包含了以下内容:
|
|
50762
|
+
|
|
50763
|
+
改善已有的文档。
|
|
50764
|
+
|
|
50765
|
+
新增数据结构:
|
|
50766
|
+
|
|
50767
|
+
* [Time](https://cloud.tencent.com/document/api/1314/56230#Time)
|
|
50768
|
+
|
|
50769
|
+
修改数据结构:
|
|
50770
|
+
|
|
50771
|
+
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
50772
|
+
|
|
50773
|
+
* 新增成员:BedNo
|
|
50774
|
+
|
|
50775
|
+
* [ReportInfo](https://cloud.tencent.com/document/api/1314/56230#ReportInfo)
|
|
50776
|
+
|
|
50777
|
+
* 新增成员:CheckItem, CheckMethod, DiagnoseTime, HealthCheckupNum, OtherTime, PrintTime, Times
|
|
50778
|
+
|
|
50779
|
+
|
|
50481
50780
|
### 第 11 次发布
|
|
50482
50781
|
|
|
50483
50782
|
发布时间:2022-06-08 06:12:58
|
|
@@ -62967,6 +63266,42 @@
|
|
|
62967
63266
|
|
|
62968
63267
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
62969
63268
|
|
|
63269
|
+
### 第 4 次发布
|
|
63270
|
+
|
|
63271
|
+
发布时间:2022-06-28 06:16:23
|
|
63272
|
+
|
|
63273
|
+
本次发布包含了以下内容:
|
|
63274
|
+
|
|
63275
|
+
改善已有的文档。
|
|
63276
|
+
|
|
63277
|
+
修改接口:
|
|
63278
|
+
|
|
63279
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
63280
|
+
|
|
63281
|
+
* 新增出参:OnlineVersionInfos
|
|
63282
|
+
|
|
63283
|
+
|
|
63284
|
+
新增数据结构:
|
|
63285
|
+
|
|
63286
|
+
* [[OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo)](https://cloud.tencent.com/document/api/1243/75713#[OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo))
|
|
63287
|
+
|
|
63288
|
+
### 第 3 次发布
|
|
63289
|
+
|
|
63290
|
+
发布时间:2022-06-24 06:17:45
|
|
63291
|
+
|
|
63292
|
+
本次发布包含了以下内容:
|
|
63293
|
+
|
|
63294
|
+
改善已有的文档。
|
|
63295
|
+
|
|
63296
|
+
新增接口:
|
|
63297
|
+
|
|
63298
|
+
* [DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)
|
|
63299
|
+
|
|
63300
|
+
新增数据结构:
|
|
63301
|
+
|
|
63302
|
+
* [ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo)
|
|
63303
|
+
* [TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)
|
|
63304
|
+
|
|
62970
63305
|
### 第 2 次发布
|
|
62971
63306
|
|
|
62972
63307
|
发布时间:2022-06-22 06:13:21
|
|
@@ -65249,6 +65584,23 @@
|
|
|
65249
65584
|
|
|
65250
65585
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
65251
65586
|
|
|
65587
|
+
### 第 35 次发布
|
|
65588
|
+
|
|
65589
|
+
发布时间:2022-06-28 06:17:03
|
|
65590
|
+
|
|
65591
|
+
本次发布包含了以下内容:
|
|
65592
|
+
|
|
65593
|
+
改善已有的文档。
|
|
65594
|
+
|
|
65595
|
+
修改接口:
|
|
65596
|
+
|
|
65597
|
+
* [ReceiveMessage](https://cloud.tencent.com/document/api/1179/57458)
|
|
65598
|
+
|
|
65599
|
+
* 新增入参:MaxNumMessages, MaxNumBytes, Timeout
|
|
65600
|
+
|
|
65601
|
+
* 新增出参:MessageIDList, MessagesPayload
|
|
65602
|
+
|
|
65603
|
+
|
|
65252
65604
|
### 第 34 次发布
|
|
65253
65605
|
|
|
65254
65606
|
发布时间:2022-04-13 07:16:01
|
|
@@ -66714,6 +67066,29 @@
|
|
|
66714
67066
|
|
|
66715
67067
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
66716
67068
|
|
|
67069
|
+
### 第 10 次发布
|
|
67070
|
+
|
|
67071
|
+
发布时间:2022-06-27 06:15:53
|
|
67072
|
+
|
|
67073
|
+
本次发布包含了以下内容:
|
|
67074
|
+
|
|
67075
|
+
改善已有的文档。
|
|
67076
|
+
|
|
67077
|
+
修改接口:
|
|
67078
|
+
|
|
67079
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
67080
|
+
|
|
67081
|
+
* 新增出参:CachePrefresh
|
|
67082
|
+
|
|
67083
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
|
|
67084
|
+
|
|
67085
|
+
* 新增入参:CachePrefresh
|
|
67086
|
+
|
|
67087
|
+
|
|
67088
|
+
新增数据结构:
|
|
67089
|
+
|
|
67090
|
+
* [CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)
|
|
67091
|
+
|
|
66717
67092
|
### 第 9 次发布
|
|
66718
67093
|
|
|
66719
67094
|
发布时间:2022-06-17 06:14:37
|
|
@@ -69106,6 +69481,18 @@
|
|
|
69106
69481
|
|
|
69107
69482
|
## 容器服务(tke) 版本:2018-05-25
|
|
69108
69483
|
|
|
69484
|
+
### 第 105 次发布
|
|
69485
|
+
|
|
69486
|
+
发布时间:2022-06-27 06:16:26
|
|
69487
|
+
|
|
69488
|
+
本次发布包含了以下内容:
|
|
69489
|
+
|
|
69490
|
+
改善已有的文档。
|
|
69491
|
+
|
|
69492
|
+
新增接口:
|
|
69493
|
+
|
|
69494
|
+
* [ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)
|
|
69495
|
+
|
|
69109
69496
|
### 第 104 次发布
|
|
69110
69497
|
|
|
69111
69498
|
发布时间:2022-06-09 06:18:50
|
|
@@ -72181,6 +72568,28 @@
|
|
|
72181
72568
|
|
|
72182
72569
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
72183
72570
|
|
|
72571
|
+
### 第 21 次发布
|
|
72572
|
+
|
|
72573
|
+
发布时间:2022-06-28 06:18:34
|
|
72574
|
+
|
|
72575
|
+
本次发布包含了以下内容:
|
|
72576
|
+
|
|
72577
|
+
改善已有的文档。
|
|
72578
|
+
|
|
72579
|
+
新增接口:
|
|
72580
|
+
|
|
72581
|
+
* [[DescribeNacosReplicas](https://cloud.tencent.com/document/api/1364/76101)](https://cloud.tencent.com/document/api/#/#)
|
|
72582
|
+
* [[DescribeNacosServerInterfaces](https://cloud.tencent.com/document/api/1364/76100)](https://cloud.tencent.com/document/api/#/#)
|
|
72583
|
+
* [[DescribeZookeeperReplicas](https://cloud.tencent.com/document/api/1364/76099)](https://cloud.tencent.com/document/api/#/#)
|
|
72584
|
+
* [[DescribeZookeeperServerInterfaces](https://cloud.tencent.com/document/api/1364/76098)](https://cloud.tencent.com/document/api/#/#)
|
|
72585
|
+
|
|
72586
|
+
新增数据结构:
|
|
72587
|
+
|
|
72588
|
+
* [[NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)](https://cloud.tencent.com/document/api/1364/54942#[NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica))
|
|
72589
|
+
* [[NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface)](https://cloud.tencent.com/document/api/1364/54942#[NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface))
|
|
72590
|
+
* [[ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica))
|
|
72591
|
+
* [[ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface))
|
|
72592
|
+
|
|
72184
72593
|
### 第 20 次发布
|
|
72185
72594
|
|
|
72186
72595
|
发布时间:2022-06-10 06:15:33
|
|
@@ -78004,6 +78413,21 @@
|
|
|
78004
78413
|
|
|
78005
78414
|
## 私有网络(vpc) 版本:2017-03-12
|
|
78006
78415
|
|
|
78416
|
+
### 第 117 次发布
|
|
78417
|
+
|
|
78418
|
+
发布时间:2022-06-24 06:20:35
|
|
78419
|
+
|
|
78420
|
+
本次发布包含了以下内容:
|
|
78421
|
+
|
|
78422
|
+
改善已有的文档。
|
|
78423
|
+
|
|
78424
|
+
修改接口:
|
|
78425
|
+
|
|
78426
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
78427
|
+
|
|
78428
|
+
* <font color="#dd0000">**修改入参**:</font>NetworkAclEntrySet
|
|
78429
|
+
|
|
78430
|
+
|
|
78007
78431
|
### 第 116 次发布
|
|
78008
78432
|
|
|
78009
78433
|
发布时间:2022-06-23 06:21:17
|
|
@@ -78031,8 +78455,8 @@
|
|
|
78031
78455
|
|
|
78032
78456
|
新增数据结构:
|
|
78033
78457
|
|
|
78034
|
-
* [
|
|
78035
|
-
* [
|
|
78458
|
+
* [AccessPolicy](https://cloud.tencent.com/document/api/215/15824#AccessPolicy)
|
|
78459
|
+
* [SslClientConfig](https://cloud.tencent.com/document/api/215/15824#SslClientConfig)
|
|
78036
78460
|
|
|
78037
78461
|
修改数据结构:
|
|
78038
78462
|
|
|
@@ -80815,15 +81239,15 @@
|
|
|
80815
81239
|
|
|
80816
81240
|
新增接口:
|
|
80817
81241
|
|
|
80818
|
-
* [
|
|
81242
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
|
|
80819
81243
|
|
|
80820
81244
|
新增数据结构:
|
|
80821
81245
|
|
|
80822
|
-
* [
|
|
80823
|
-
* [
|
|
80824
|
-
* [
|
|
80825
|
-
* [
|
|
80826
|
-
* [
|
|
81246
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
81247
|
+
* [DomainPackageNew](https://cloud.tencent.com/document/api/627/53609#DomainPackageNew)
|
|
81248
|
+
* [FraudPkg](https://cloud.tencent.com/document/api/627/53609#FraudPkg)
|
|
81249
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
81250
|
+
* [QPSPackageNew](https://cloud.tencent.com/document/api/627/53609#QPSPackageNew)
|
|
80827
81251
|
|
|
80828
81252
|
### 第 8 次发布
|
|
80829
81253
|
|