tencentcloud-sdk-nodejs 4.0.298 → 4.0.301
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 +609 -0
- package/SERVICE_CHANGELOG.md +629 -170
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
- package/src/services/api/v20201106/api_client.ts +13 -0
- package/src/services/api/v20201106/api_models.ts +45 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
- package/src/services/clb/v20180317/clb_client.ts +20 -11
- package/src/services/clb/v20180317/clb_models.ts +25 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/cmq/v20190304/cmq_models.ts +94 -82
- package/src/services/cpdp/v20190820/cpdp_client.ts +66 -12
- package/src/services/cpdp/v20190820/cpdp_models.ts +957 -407
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -0
- package/src/services/emr/v20190103/emr_models.ts +46 -0
- package/src/services/gme/v20180711/gme_models.ts +10 -10
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +78 -4
- package/src/services/ivld/v20210903/ivld_models.ts +156 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
- package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
- package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +8 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
- package/src/services/postgres/v20170312/postgres_client.ts +85 -37
- package/src/services/postgres/v20170312/postgres_models.ts +258 -84
- package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
- package/src/services/tcss/v20201101/tcss_models.ts +26 -0
- package/src/services/tdcpg/index.ts +5 -0
- package/src/services/tdcpg/v20211118/index.ts +6 -0
- package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
- package/src/services/tdid/v20210519/tdid_client.ts +64 -14
- package/src/services/tdid/v20210519/tdid_models.ts +205 -17
- package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
- package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
- package/tencentcloud/services/api/v20201106/api_client.js +6 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +20 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +28 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +868 -393
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -10
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
- package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
- package/tencentcloud/services/tdcpg/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/index.js +7 -0
- package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
- package/test/antiddos.v20200309.test.js +76 -16
- package/test/api.v20201106.test.js +10 -0
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +42 -2
- package/test/ivld.v20210903.test.js +30 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/postgres.v20170312.test.js +58 -18
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,93 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-04 08:05:02
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
|
|
16
|
-
* [DeleteUpstream](https://cloud.tencent.com/document/api/628/70413)
|
|
17
|
-
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/70412)
|
|
18
|
-
* [DescribeUpstreams](https://cloud.tencent.com/document/api/628/70411)
|
|
19
|
-
* [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
|
|
20
|
-
|
|
21
|
-
新增数据结构:
|
|
22
|
-
|
|
23
|
-
* [BindApiInfo](https://cloud.tencent.com/document/api/628/45244#BindApiInfo)
|
|
24
|
-
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamBindApis)
|
|
25
|
-
* [DescribeUpstreamInfo](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamInfo)
|
|
26
|
-
* [K8sLabel](https://cloud.tencent.com/document/api/628/45244#K8sLabel)
|
|
27
|
-
* [K8sService](https://cloud.tencent.com/document/api/628/45244#K8sService)
|
|
28
|
-
* [UpstreamHealthChecker](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthChecker)
|
|
29
|
-
* [UpstreamHealthCheckerReqHeaders](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthCheckerReqHeaders)
|
|
30
|
-
* [UpstreamInfo](https://cloud.tencent.com/document/api/628/45244#UpstreamInfo)
|
|
31
|
-
* [UpstreamNode](https://cloud.tencent.com/document/api/628/45244#UpstreamNode)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## 访问管理(cam) 版本:2019-01-16
|
|
36
|
-
|
|
37
|
-
### 第 43 次发布
|
|
13
|
+
修改数据结构:
|
|
38
14
|
|
|
39
|
-
|
|
15
|
+
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
40
16
|
|
|
41
|
-
|
|
17
|
+
* 新增成员:CustomRecordURL
|
|
42
18
|
|
|
43
|
-
|
|
19
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
44
20
|
|
|
45
|
-
|
|
21
|
+
* 新增成员:CustomRecordURL
|
|
46
22
|
|
|
47
|
-
* [GetUserAppId](https://cloud.tencent.com/document/api/598/70416)
|
|
48
23
|
|
|
49
24
|
|
|
50
25
|
|
|
51
|
-
##
|
|
26
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
52
27
|
|
|
53
28
|
### 第 36 次发布
|
|
54
29
|
|
|
55
|
-
发布时间:2022-03-
|
|
56
|
-
|
|
57
|
-
本次发布包含了以下内容:
|
|
58
|
-
|
|
59
|
-
改善已有的文档。
|
|
60
|
-
|
|
61
|
-
新增接口:
|
|
62
|
-
|
|
63
|
-
* [ActiveHourDCDBInstance](https://cloud.tencent.com/document/api/557/70421)
|
|
64
|
-
* [IsolateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70420)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
69
|
-
|
|
70
|
-
### 第 18 次发布
|
|
71
|
-
|
|
72
|
-
发布时间:2022-03-01 08:07:22
|
|
73
|
-
|
|
74
|
-
本次发布包含了以下内容:
|
|
75
|
-
|
|
76
|
-
改善已有的文档。
|
|
77
|
-
|
|
78
|
-
新增接口:
|
|
79
|
-
|
|
80
|
-
* [DescribeRealtimeScanConfig](https://cloud.tencent.com/document/api/607/70424)
|
|
81
|
-
* [UpdateScanRooms](https://cloud.tencent.com/document/api/607/70423)
|
|
82
|
-
* [UpdateScanUsers](https://cloud.tencent.com/document/api/607/70422)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
87
|
-
|
|
88
|
-
### 第 33 次发布
|
|
89
|
-
|
|
90
|
-
发布时间:2022-03-01 08:09:32
|
|
30
|
+
发布时间:2022-03-04 08:05:57
|
|
91
31
|
|
|
92
32
|
本次发布包含了以下内容:
|
|
93
33
|
|
|
@@ -95,39 +35,17 @@
|
|
|
95
35
|
|
|
96
36
|
新增接口:
|
|
97
37
|
|
|
98
|
-
* [
|
|
99
|
-
* [
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## 弹性微服务(tem) 版本:2021-07-01
|
|
104
|
-
|
|
105
|
-
### 第 12 次发布
|
|
106
|
-
|
|
107
|
-
发布时间:2022-03-01 08:13:25
|
|
108
|
-
|
|
109
|
-
本次发布包含了以下内容:
|
|
110
|
-
|
|
111
|
-
改善已有的文档。
|
|
112
|
-
|
|
113
|
-
修改数据结构:
|
|
114
|
-
|
|
115
|
-
* [DeployStrategyConf](https://cloud.tencent.com/document/api/1371/60171#DeployStrategyConf)
|
|
116
|
-
|
|
117
|
-
* 新增成员:Force
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
38
|
+
* [AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)
|
|
39
|
+
* [CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)
|
|
40
|
+
* [CreateToken](https://cloud.tencent.com/document/api/597/70644)
|
|
123
41
|
|
|
124
42
|
|
|
125
43
|
|
|
126
|
-
##
|
|
44
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
127
45
|
|
|
128
|
-
### 第
|
|
46
|
+
### 第 56 次发布
|
|
129
47
|
|
|
130
|
-
发布时间:2022-03-
|
|
48
|
+
发布时间:2022-03-04 08:06:47
|
|
131
49
|
|
|
132
50
|
本次发布包含了以下内容:
|
|
133
51
|
|
|
@@ -135,34 +53,19 @@
|
|
|
135
53
|
|
|
136
54
|
新增接口:
|
|
137
55
|
|
|
138
|
-
* [
|
|
139
|
-
* [
|
|
140
|
-
* [
|
|
141
|
-
* [
|
|
142
|
-
* [DescribeInvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/70430)
|
|
143
|
-
* [DescribeJvmMonitor](https://cloud.tencent.com/document/api/649/70429)
|
|
144
|
-
* [DescribeOverviewInvocation](https://cloud.tencent.com/document/api/649/70428)
|
|
145
|
-
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
56
|
+
* [ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)
|
|
57
|
+
* [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
|
|
58
|
+
* [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
|
|
59
|
+
* [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
|
|
146
60
|
|
|
147
61
|
新增数据结构:
|
|
148
62
|
|
|
149
|
-
* [
|
|
150
|
-
* [
|
|
151
|
-
* [
|
|
152
|
-
* [
|
|
153
|
-
* [
|
|
154
|
-
* [
|
|
155
|
-
* [Metric](https://cloud.tencent.com/document/api/649/36099#Metric)
|
|
156
|
-
* [MetricDataCurve](https://cloud.tencent.com/document/api/649/36099#MetricDataCurve)
|
|
157
|
-
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
158
|
-
* [MetricDimension](https://cloud.tencent.com/document/api/649/36099#MetricDimension)
|
|
159
|
-
* [MetricDimensionValue](https://cloud.tencent.com/document/api/649/36099#MetricDimensionValue)
|
|
160
|
-
* [MultiValue](https://cloud.tencent.com/document/api/649/36099#MultiValue)
|
|
161
|
-
* [MultiValueDataPoints](https://cloud.tencent.com/document/api/649/36099#MultiValueDataPoints)
|
|
162
|
-
* [ServiceStatisticsResult](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResult)
|
|
163
|
-
* [ServiceStatisticsResults](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResults)
|
|
164
|
-
* [ThreadPicture](https://cloud.tencent.com/document/api/649/36099#ThreadPicture)
|
|
165
|
-
* [TsfPageDimension](https://cloud.tencent.com/document/api/649/36099#TsfPageDimension)
|
|
63
|
+
* [ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)
|
|
64
|
+
* [FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)
|
|
65
|
+
* [MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)
|
|
66
|
+
* [QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)
|
|
67
|
+
* [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
|
|
68
|
+
* [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
|
|
166
69
|
|
|
167
70
|
|
|
168
71
|
|
|
@@ -1339,6 +1242,28 @@
|
|
|
1339
1242
|
|
|
1340
1243
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1341
1244
|
|
|
1245
|
+
### 第 23 次发布
|
|
1246
|
+
|
|
1247
|
+
发布时间:2022-03-02 08:04:36
|
|
1248
|
+
|
|
1249
|
+
本次发布包含了以下内容:
|
|
1250
|
+
|
|
1251
|
+
改善已有的文档。
|
|
1252
|
+
|
|
1253
|
+
新增接口:
|
|
1254
|
+
|
|
1255
|
+
* [CreateCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/70487)
|
|
1256
|
+
* [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
|
|
1257
|
+
* [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
|
|
1258
|
+
* [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
|
|
1259
|
+
* [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
|
|
1260
|
+
* [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
|
|
1261
|
+
|
|
1262
|
+
新增数据结构:
|
|
1263
|
+
|
|
1264
|
+
* [CCLevelPolicy](https://cloud.tencent.com/document/api/1021/57582#CCLevelPolicy)
|
|
1265
|
+
* [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
|
|
1266
|
+
|
|
1342
1267
|
### 第 22 次发布
|
|
1343
1268
|
|
|
1344
1269
|
发布时间:2022-02-28 08:05:20
|
|
@@ -1986,6 +1911,22 @@
|
|
|
1986
1911
|
|
|
1987
1912
|
## 云 API(api) 版本:2020-11-06
|
|
1988
1913
|
|
|
1914
|
+
### 第 2 次发布
|
|
1915
|
+
|
|
1916
|
+
发布时间:2022-03-03 08:00:37
|
|
1917
|
+
|
|
1918
|
+
本次发布包含了以下内容:
|
|
1919
|
+
|
|
1920
|
+
改善已有的文档。
|
|
1921
|
+
|
|
1922
|
+
新增接口:
|
|
1923
|
+
|
|
1924
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
|
|
1925
|
+
|
|
1926
|
+
新增数据结构:
|
|
1927
|
+
|
|
1928
|
+
* [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
|
|
1929
|
+
|
|
1989
1930
|
### 第 1 次发布
|
|
1990
1931
|
|
|
1991
1932
|
发布时间:2021-04-25 10:09:57
|
|
@@ -2009,6 +1950,21 @@
|
|
|
2009
1950
|
|
|
2010
1951
|
## API网关(apigateway) 版本:2018-08-08
|
|
2011
1952
|
|
|
1953
|
+
### 第 27 次发布
|
|
1954
|
+
|
|
1955
|
+
发布时间:2022-03-03 08:00:40
|
|
1956
|
+
|
|
1957
|
+
本次发布包含了以下内容:
|
|
1958
|
+
|
|
1959
|
+
改善已有的文档。
|
|
1960
|
+
|
|
1961
|
+
修改接口:
|
|
1962
|
+
|
|
1963
|
+
* [CreateService](https://cloud.tencent.com/document/api/628/45201)
|
|
1964
|
+
|
|
1965
|
+
* 新增入参:UniqVpcId
|
|
1966
|
+
|
|
1967
|
+
|
|
2012
1968
|
### 第 26 次发布
|
|
2013
1969
|
|
|
2014
1970
|
发布时间:2022-03-01 08:00:39
|
|
@@ -2019,23 +1975,23 @@
|
|
|
2019
1975
|
|
|
2020
1976
|
新增接口:
|
|
2021
1977
|
|
|
2022
|
-
* [
|
|
2023
|
-
* [
|
|
2024
|
-
* [
|
|
2025
|
-
* [
|
|
2026
|
-
* [
|
|
1978
|
+
* [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
|
|
1979
|
+
* [DeleteUpstream](https://cloud.tencent.com/document/api/628/70413)
|
|
1980
|
+
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/70412)
|
|
1981
|
+
* [DescribeUpstreams](https://cloud.tencent.com/document/api/628/70411)
|
|
1982
|
+
* [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
|
|
2027
1983
|
|
|
2028
1984
|
新增数据结构:
|
|
2029
1985
|
|
|
2030
|
-
* [
|
|
2031
|
-
* [
|
|
2032
|
-
* [
|
|
2033
|
-
* [
|
|
2034
|
-
* [
|
|
2035
|
-
* [
|
|
2036
|
-
* [
|
|
2037
|
-
* [
|
|
2038
|
-
* [
|
|
1986
|
+
* [BindApiInfo](https://cloud.tencent.com/document/api/628/45244#BindApiInfo)
|
|
1987
|
+
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamBindApis)
|
|
1988
|
+
* [DescribeUpstreamInfo](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamInfo)
|
|
1989
|
+
* [K8sLabel](https://cloud.tencent.com/document/api/628/45244#K8sLabel)
|
|
1990
|
+
* [K8sService](https://cloud.tencent.com/document/api/628/45244#K8sService)
|
|
1991
|
+
* [UpstreamHealthChecker](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthChecker)
|
|
1992
|
+
* [UpstreamHealthCheckerReqHeaders](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthCheckerReqHeaders)
|
|
1993
|
+
* [UpstreamInfo](https://cloud.tencent.com/document/api/628/45244#UpstreamInfo)
|
|
1994
|
+
* [UpstreamNode](https://cloud.tencent.com/document/api/628/45244#UpstreamNode)
|
|
2039
1995
|
|
|
2040
1996
|
### 第 25 次发布
|
|
2041
1997
|
|
|
@@ -5311,6 +5267,21 @@
|
|
|
5311
5267
|
|
|
5312
5268
|
## 计费相关(billing) 版本:2018-07-09
|
|
5313
5269
|
|
|
5270
|
+
### 第 31 次发布
|
|
5271
|
+
|
|
5272
|
+
发布时间:2022-03-02 08:05:35
|
|
5273
|
+
|
|
5274
|
+
本次发布包含了以下内容:
|
|
5275
|
+
|
|
5276
|
+
改善已有的文档。
|
|
5277
|
+
|
|
5278
|
+
修改数据结构:
|
|
5279
|
+
|
|
5280
|
+
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
5281
|
+
|
|
5282
|
+
* 新增成员:ProductName, SubProductName
|
|
5283
|
+
|
|
5284
|
+
|
|
5314
5285
|
### 第 30 次发布
|
|
5315
5286
|
|
|
5316
5287
|
发布时间:2022-01-11 08:03:32
|
|
@@ -7078,7 +7049,7 @@
|
|
|
7078
7049
|
|
|
7079
7050
|
新增接口:
|
|
7080
7051
|
|
|
7081
|
-
* [
|
|
7052
|
+
* [GetUserAppId](https://cloud.tencent.com/document/api/598/70416)
|
|
7082
7053
|
|
|
7083
7054
|
### 第 42 次发布
|
|
7084
7055
|
|
|
@@ -8972,6 +8943,25 @@
|
|
|
8972
8943
|
|
|
8973
8944
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
8974
8945
|
|
|
8946
|
+
### 第 22 次发布
|
|
8947
|
+
|
|
8948
|
+
发布时间:2022-03-04 08:05:02
|
|
8949
|
+
|
|
8950
|
+
本次发布包含了以下内容:
|
|
8951
|
+
|
|
8952
|
+
改善已有的文档。
|
|
8953
|
+
|
|
8954
|
+
修改数据结构:
|
|
8955
|
+
|
|
8956
|
+
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
8957
|
+
|
|
8958
|
+
* 新增成员:CustomRecordURL
|
|
8959
|
+
|
|
8960
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
8961
|
+
|
|
8962
|
+
* 新增成员:CustomRecordURL
|
|
8963
|
+
|
|
8964
|
+
|
|
8975
8965
|
### 第 21 次发布
|
|
8976
8966
|
|
|
8977
8967
|
发布时间:2022-02-14 08:06:57
|
|
@@ -9383,6 +9373,21 @@
|
|
|
9383
9373
|
|
|
9384
9374
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9385
9375
|
|
|
9376
|
+
### 第 86 次发布
|
|
9377
|
+
|
|
9378
|
+
发布时间:2022-03-03 08:02:04
|
|
9379
|
+
|
|
9380
|
+
本次发布包含了以下内容:
|
|
9381
|
+
|
|
9382
|
+
改善已有的文档。
|
|
9383
|
+
|
|
9384
|
+
修改数据结构:
|
|
9385
|
+
|
|
9386
|
+
* [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
|
|
9387
|
+
|
|
9388
|
+
* 新增成员:InstanceName
|
|
9389
|
+
|
|
9390
|
+
|
|
9386
9391
|
### 第 85 次发布
|
|
9387
9392
|
|
|
9388
9393
|
发布时间:2022-02-16 08:02:33
|
|
@@ -14449,6 +14454,20 @@
|
|
|
14449
14454
|
|
|
14450
14455
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
14451
14456
|
|
|
14457
|
+
### 第 36 次发布
|
|
14458
|
+
|
|
14459
|
+
发布时间:2022-03-04 08:05:57
|
|
14460
|
+
|
|
14461
|
+
本次发布包含了以下内容:
|
|
14462
|
+
|
|
14463
|
+
改善已有的文档。
|
|
14464
|
+
|
|
14465
|
+
新增接口:
|
|
14466
|
+
|
|
14467
|
+
* [[AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)](https://cloud.tencent.com/document/api/#/#)
|
|
14468
|
+
* [[CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)](https://cloud.tencent.com/document/api/#/#)
|
|
14469
|
+
* [[CreateToken](https://cloud.tencent.com/document/api/597/70644)](https://cloud.tencent.com/document/api/#/#)
|
|
14470
|
+
|
|
14452
14471
|
### 第 35 次发布
|
|
14453
14472
|
|
|
14454
14473
|
发布时间:2022-02-21 08:03:18
|
|
@@ -15209,6 +15228,18 @@
|
|
|
15209
15228
|
|
|
15210
15229
|
## 负载均衡(clb) 版本:2018-03-17
|
|
15211
15230
|
|
|
15231
|
+
### 第 67 次发布
|
|
15232
|
+
|
|
15233
|
+
发布时间:2022-03-03 08:03:01
|
|
15234
|
+
|
|
15235
|
+
本次发布包含了以下内容:
|
|
15236
|
+
|
|
15237
|
+
改善已有的文档。
|
|
15238
|
+
|
|
15239
|
+
新增接口:
|
|
15240
|
+
|
|
15241
|
+
* [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
|
|
15242
|
+
|
|
15212
15243
|
### 第 66 次发布
|
|
15213
15244
|
|
|
15214
15245
|
发布时间:2022-02-22 08:03:47
|
|
@@ -18364,6 +18395,25 @@
|
|
|
18364
18395
|
|
|
18365
18396
|
## 消息队列 CMQ(cmq) 版本:2019-03-04
|
|
18366
18397
|
|
|
18398
|
+
### 第 2 次发布
|
|
18399
|
+
|
|
18400
|
+
发布时间:2022-03-03 08:03:36
|
|
18401
|
+
|
|
18402
|
+
本次发布包含了以下内容:
|
|
18403
|
+
|
|
18404
|
+
改善已有的文档。
|
|
18405
|
+
|
|
18406
|
+
修改数据结构:
|
|
18407
|
+
|
|
18408
|
+
* [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
|
|
18409
|
+
|
|
18410
|
+
* 新增成员:Migrate
|
|
18411
|
+
|
|
18412
|
+
* [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
|
|
18413
|
+
|
|
18414
|
+
* 新增成员:Migrate
|
|
18415
|
+
|
|
18416
|
+
|
|
18367
18417
|
### 第 1 次发布
|
|
18368
18418
|
|
|
18369
18419
|
发布时间:2020-03-19 11:37:32
|
|
@@ -18785,6 +18835,30 @@
|
|
|
18785
18835
|
|
|
18786
18836
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18787
18837
|
|
|
18838
|
+
### 第 56 次发布
|
|
18839
|
+
|
|
18840
|
+
发布时间:2022-03-04 08:06:47
|
|
18841
|
+
|
|
18842
|
+
本次发布包含了以下内容:
|
|
18843
|
+
|
|
18844
|
+
改善已有的文档。
|
|
18845
|
+
|
|
18846
|
+
新增接口:
|
|
18847
|
+
|
|
18848
|
+
* [[ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)](https://cloud.tencent.com/document/api/#/#)
|
|
18849
|
+
* [[QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)](https://cloud.tencent.com/document/api/#/#)
|
|
18850
|
+
* [[QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)](https://cloud.tencent.com/document/api/#/#)
|
|
18851
|
+
* [[QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)](https://cloud.tencent.com/document/api/#/#)
|
|
18852
|
+
|
|
18853
|
+
新增数据结构:
|
|
18854
|
+
|
|
18855
|
+
* [[ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)](https://cloud.tencent.com/document/api/1122/40683#[ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult))
|
|
18856
|
+
* [[FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)](https://cloud.tencent.com/document/api/1122/40683#[FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem))
|
|
18857
|
+
* [[MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)](https://cloud.tencent.com/document/api/1122/40683#[MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem))
|
|
18858
|
+
* [[QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult))
|
|
18859
|
+
* [[QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult))
|
|
18860
|
+
* [[QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult))
|
|
18861
|
+
|
|
18788
18862
|
### 第 55 次发布
|
|
18789
18863
|
|
|
18790
18864
|
发布时间:2022-02-25 08:06:26
|
|
@@ -24456,6 +24530,21 @@
|
|
|
24456
24530
|
|
|
24457
24531
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
24458
24532
|
|
|
24533
|
+
### 第 8 次发布
|
|
24534
|
+
|
|
24535
|
+
发布时间:2022-03-03 08:04:55
|
|
24536
|
+
|
|
24537
|
+
本次发布包含了以下内容:
|
|
24538
|
+
|
|
24539
|
+
改善已有的文档。
|
|
24540
|
+
|
|
24541
|
+
修改接口:
|
|
24542
|
+
|
|
24543
|
+
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
24544
|
+
|
|
24545
|
+
* 新增入参:Product
|
|
24546
|
+
|
|
24547
|
+
|
|
24459
24548
|
### 第 7 次发布
|
|
24460
24549
|
|
|
24461
24550
|
发布时间:2022-02-14 08:09:51
|
|
@@ -25045,8 +25134,8 @@
|
|
|
25045
25134
|
|
|
25046
25135
|
新增接口:
|
|
25047
25136
|
|
|
25048
|
-
* [
|
|
25049
|
-
* [
|
|
25137
|
+
* [ActiveHourDCDBInstance](https://cloud.tencent.com/document/api/557/70421)
|
|
25138
|
+
* [IsolateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70420)
|
|
25050
25139
|
|
|
25051
25140
|
### 第 35 次发布
|
|
25052
25141
|
|
|
@@ -29229,6 +29318,36 @@
|
|
|
29229
29318
|
|
|
29230
29319
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
29231
29320
|
|
|
29321
|
+
### 第 27 次发布
|
|
29322
|
+
|
|
29323
|
+
发布时间:2022-03-03 08:06:04
|
|
29324
|
+
|
|
29325
|
+
本次发布包含了以下内容:
|
|
29326
|
+
|
|
29327
|
+
改善已有的文档。
|
|
29328
|
+
|
|
29329
|
+
修改接口:
|
|
29330
|
+
|
|
29331
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
29332
|
+
|
|
29333
|
+
* 新增入参:ExternalService
|
|
29334
|
+
|
|
29335
|
+
|
|
29336
|
+
新增数据结构:
|
|
29337
|
+
|
|
29338
|
+
* [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
|
|
29339
|
+
|
|
29340
|
+
修改数据结构:
|
|
29341
|
+
|
|
29342
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
29343
|
+
|
|
29344
|
+
* 新增成员:ClusterExternalServiceInfo
|
|
29345
|
+
|
|
29346
|
+
* [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
|
|
29347
|
+
|
|
29348
|
+
* 新增成员:PublicKeyId
|
|
29349
|
+
|
|
29350
|
+
|
|
29232
29351
|
### 第 26 次发布
|
|
29233
29352
|
|
|
29234
29353
|
发布时间:2022-01-17 08:08:00
|
|
@@ -32766,9 +32885,9 @@
|
|
|
32766
32885
|
|
|
32767
32886
|
新增接口:
|
|
32768
32887
|
|
|
32769
|
-
* [
|
|
32770
|
-
* [
|
|
32771
|
-
* [
|
|
32888
|
+
* [DescribeRealtimeScanConfig](https://cloud.tencent.com/document/api/607/70424)
|
|
32889
|
+
* [UpdateScanRooms](https://cloud.tencent.com/document/api/607/70423)
|
|
32890
|
+
* [UpdateScanUsers](https://cloud.tencent.com/document/api/607/70422)
|
|
32772
32891
|
|
|
32773
32892
|
### 第 17 次发布
|
|
32774
32893
|
|
|
@@ -38818,6 +38937,50 @@
|
|
|
38818
38937
|
|
|
38819
38938
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38820
38939
|
|
|
38940
|
+
### 第 4 次发布
|
|
38941
|
+
|
|
38942
|
+
发布时间:2022-03-02 12:16:47
|
|
38943
|
+
|
|
38944
|
+
本次发布包含了以下内容:
|
|
38945
|
+
|
|
38946
|
+
改善已有的文档。
|
|
38947
|
+
|
|
38948
|
+
新增接口:
|
|
38949
|
+
|
|
38950
|
+
* [DeleteTask](https://cloud.tencent.com/document/api/1509/70513)
|
|
38951
|
+
* [ModifyCallback](https://cloud.tencent.com/document/api/1509/70512)
|
|
38952
|
+
* [QueryCallback](https://cloud.tencent.com/document/api/1509/70511)
|
|
38953
|
+
|
|
38954
|
+
修改接口:
|
|
38955
|
+
|
|
38956
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
38957
|
+
|
|
38958
|
+
* 新增入参:Label, CallbackURL
|
|
38959
|
+
|
|
38960
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
38961
|
+
|
|
38962
|
+
* 新增入参:WriteBackCosPath, Label, CallbackURL
|
|
38963
|
+
|
|
38964
|
+
|
|
38965
|
+
修改数据结构:
|
|
38966
|
+
|
|
38967
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
38968
|
+
|
|
38969
|
+
* 新增成员:LabelSet
|
|
38970
|
+
|
|
38971
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
38972
|
+
|
|
38973
|
+
* 新增成员:Label
|
|
38974
|
+
|
|
38975
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
38976
|
+
|
|
38977
|
+
* 新增成员:LabelSet
|
|
38978
|
+
|
|
38979
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
38980
|
+
|
|
38981
|
+
* 新增成员:Label
|
|
38982
|
+
|
|
38983
|
+
|
|
38821
38984
|
### 第 3 次发布
|
|
38822
38985
|
|
|
38823
38986
|
发布时间:2022-02-16 08:08:24
|
|
@@ -39257,6 +39420,21 @@
|
|
|
39257
39420
|
|
|
39258
39421
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
39259
39422
|
|
|
39423
|
+
### 第 26 次发布
|
|
39424
|
+
|
|
39425
|
+
发布时间:2022-03-03 08:08:18
|
|
39426
|
+
|
|
39427
|
+
本次发布包含了以下内容:
|
|
39428
|
+
|
|
39429
|
+
改善已有的文档。
|
|
39430
|
+
|
|
39431
|
+
修改数据结构:
|
|
39432
|
+
|
|
39433
|
+
* [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
|
|
39434
|
+
|
|
39435
|
+
* 新增成员:NotSupportModifyMessage
|
|
39436
|
+
|
|
39437
|
+
|
|
39260
39438
|
### 第 25 次发布
|
|
39261
39439
|
|
|
39262
39440
|
发布时间:2022-02-16 08:08:43
|
|
@@ -41355,8 +41533,8 @@
|
|
|
41355
41533
|
|
|
41356
41534
|
新增接口:
|
|
41357
41535
|
|
|
41358
|
-
* [
|
|
41359
|
-
* [
|
|
41536
|
+
* [ActivateHourDBInstance](https://cloud.tencent.com/document/api/237/70426)
|
|
41537
|
+
* [IsolateHourDBInstance](https://cloud.tencent.com/document/api/237/70425)
|
|
41360
41538
|
|
|
41361
41539
|
### 第 32 次发布
|
|
41362
41540
|
|
|
@@ -42494,6 +42672,18 @@
|
|
|
42494
42672
|
|
|
42495
42673
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
42496
42674
|
|
|
42675
|
+
### 第 19 次发布
|
|
42676
|
+
|
|
42677
|
+
发布时间:2022-03-03 08:08:57
|
|
42678
|
+
|
|
42679
|
+
本次发布包含了以下内容:
|
|
42680
|
+
|
|
42681
|
+
改善已有的文档。
|
|
42682
|
+
|
|
42683
|
+
新增接口:
|
|
42684
|
+
|
|
42685
|
+
* [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
|
|
42686
|
+
|
|
42497
42687
|
### 第 18 次发布
|
|
42498
42688
|
|
|
42499
42689
|
发布时间:2022-02-25 08:11:43
|
|
@@ -42842,6 +43032,21 @@
|
|
|
42842
43032
|
|
|
42843
43033
|
## 云监控(monitor) 版本:2018-07-24
|
|
42844
43034
|
|
|
43035
|
+
### 第 40 次发布
|
|
43036
|
+
|
|
43037
|
+
发布时间:2022-03-03 08:09:04
|
|
43038
|
+
|
|
43039
|
+
本次发布包含了以下内容:
|
|
43040
|
+
|
|
43041
|
+
改善已有的文档。
|
|
43042
|
+
|
|
43043
|
+
修改接口:
|
|
43044
|
+
|
|
43045
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
43046
|
+
|
|
43047
|
+
* 新增入参:InstanceChargeType
|
|
43048
|
+
|
|
43049
|
+
|
|
42845
43050
|
### 第 39 次发布
|
|
42846
43051
|
|
|
42847
43052
|
发布时间:2022-02-23 08:10:23
|
|
@@ -45707,6 +45912,80 @@
|
|
|
45707
45912
|
|
|
45708
45913
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
45709
45914
|
|
|
45915
|
+
### 第 16 次发布
|
|
45916
|
+
|
|
45917
|
+
发布时间:2022-03-03 08:09:36
|
|
45918
|
+
|
|
45919
|
+
本次发布包含了以下内容:
|
|
45920
|
+
|
|
45921
|
+
改善已有的文档。
|
|
45922
|
+
|
|
45923
|
+
修改接口:
|
|
45924
|
+
|
|
45925
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
45926
|
+
|
|
45927
|
+
* 新增入参:WorkSpaceId
|
|
45928
|
+
|
|
45929
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
45930
|
+
|
|
45931
|
+
* 新增入参:WorkSpaceId
|
|
45932
|
+
|
|
45933
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
45934
|
+
|
|
45935
|
+
* 新增入参:WorkSpaceId
|
|
45936
|
+
|
|
45937
|
+
* [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
|
|
45938
|
+
|
|
45939
|
+
* 新增入参:WorkSpaceId
|
|
45940
|
+
|
|
45941
|
+
* [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
|
|
45942
|
+
|
|
45943
|
+
* 新增入参:WorkSpaceId
|
|
45944
|
+
|
|
45945
|
+
* [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
|
|
45946
|
+
|
|
45947
|
+
* 新增入参:WorkSpaceId
|
|
45948
|
+
|
|
45949
|
+
* [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
|
|
45950
|
+
|
|
45951
|
+
* 新增入参:WorkSpaceId
|
|
45952
|
+
|
|
45953
|
+
* [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
|
|
45954
|
+
|
|
45955
|
+
* 新增入参:WorkSpaceId
|
|
45956
|
+
|
|
45957
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
45958
|
+
|
|
45959
|
+
* 新增入参:WorkSpaceId
|
|
45960
|
+
|
|
45961
|
+
* [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
|
|
45962
|
+
|
|
45963
|
+
* 新增入参:WorkSpaceId
|
|
45964
|
+
|
|
45965
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
45966
|
+
|
|
45967
|
+
* 新增入参:WorkSpaceId
|
|
45968
|
+
|
|
45969
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
|
|
45970
|
+
|
|
45971
|
+
* 新增入参:WorkSpaceId
|
|
45972
|
+
|
|
45973
|
+
* [RunJobs](https://cloud.tencent.com/document/api/849/52007)
|
|
45974
|
+
|
|
45975
|
+
* 新增入参:WorkSpaceId
|
|
45976
|
+
|
|
45977
|
+
* [StopJobs](https://cloud.tencent.com/document/api/849/52006)
|
|
45978
|
+
|
|
45979
|
+
* 新增入参:WorkSpaceId
|
|
45980
|
+
|
|
45981
|
+
|
|
45982
|
+
修改数据结构:
|
|
45983
|
+
|
|
45984
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
45985
|
+
|
|
45986
|
+
* 新增成员:WorkSpaceId, WorkSpaceName
|
|
45987
|
+
|
|
45988
|
+
|
|
45710
45989
|
### 第 15 次发布
|
|
45711
45990
|
|
|
45712
45991
|
发布时间:2022-02-24 08:11:34
|
|
@@ -47848,6 +48127,21 @@
|
|
|
47848
48127
|
|
|
47849
48128
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
47850
48129
|
|
|
48130
|
+
### 第 25 次发布
|
|
48131
|
+
|
|
48132
|
+
发布时间:2022-03-03 08:10:01
|
|
48133
|
+
|
|
48134
|
+
本次发布包含了以下内容:
|
|
48135
|
+
|
|
48136
|
+
改善已有的文档。
|
|
48137
|
+
|
|
48138
|
+
新增接口:
|
|
48139
|
+
|
|
48140
|
+
* [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
|
|
48141
|
+
* [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
|
|
48142
|
+
* [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
|
|
48143
|
+
* [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
|
|
48144
|
+
|
|
47851
48145
|
### 第 24 次发布
|
|
47852
48146
|
|
|
47853
48147
|
发布时间:2022-01-12 08:13:23
|
|
@@ -52607,6 +52901,21 @@
|
|
|
52607
52901
|
|
|
52608
52902
|
## SSL 证书监控(sslpod) 版本:2019-06-05
|
|
52609
52903
|
|
|
52904
|
+
### 第 2 次发布
|
|
52905
|
+
|
|
52906
|
+
发布时间:2022-03-03 08:11:12
|
|
52907
|
+
|
|
52908
|
+
本次发布包含了以下内容:
|
|
52909
|
+
|
|
52910
|
+
改善已有的文档。
|
|
52911
|
+
|
|
52912
|
+
修改接口:
|
|
52913
|
+
|
|
52914
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
|
|
52915
|
+
|
|
52916
|
+
* 新增入参:Domain
|
|
52917
|
+
|
|
52918
|
+
|
|
52610
52919
|
### 第 1 次发布
|
|
52611
52920
|
|
|
52612
52921
|
发布时间:2020-10-23 18:56:12
|
|
@@ -57312,6 +57621,33 @@
|
|
|
57312
57621
|
|
|
57313
57622
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
57314
57623
|
|
|
57624
|
+
### 第 10 次发布
|
|
57625
|
+
|
|
57626
|
+
发布时间:2022-03-02 08:15:58
|
|
57627
|
+
|
|
57628
|
+
本次发布包含了以下内容:
|
|
57629
|
+
|
|
57630
|
+
改善已有的文档。
|
|
57631
|
+
|
|
57632
|
+
修改接口:
|
|
57633
|
+
|
|
57634
|
+
* [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
|
|
57635
|
+
|
|
57636
|
+
* 新增入参:Insecure
|
|
57637
|
+
|
|
57638
|
+
* [DescribeAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65539)
|
|
57639
|
+
|
|
57640
|
+
* 新增出参:Insecure
|
|
57641
|
+
|
|
57642
|
+
* [DescribeComplianceWhitelistItemList](https://cloud.tencent.com/document/api/1285/65600)
|
|
57643
|
+
|
|
57644
|
+
* 新增入参:By, Order
|
|
57645
|
+
|
|
57646
|
+
* [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
|
|
57647
|
+
|
|
57648
|
+
* 新增入参:Insecure
|
|
57649
|
+
|
|
57650
|
+
|
|
57315
57651
|
### 第 9 次发布
|
|
57316
57652
|
|
|
57317
57653
|
发布时间:2022-02-15 08:13:53
|
|
@@ -57776,8 +58112,97 @@
|
|
|
57776
58112
|
|
|
57777
58113
|
|
|
57778
58114
|
|
|
58115
|
+
## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
|
|
58116
|
+
|
|
58117
|
+
### 第 1 次发布
|
|
58118
|
+
|
|
58119
|
+
发布时间:2022-03-01 10:49:12
|
|
58120
|
+
|
|
58121
|
+
本次发布包含了以下内容:
|
|
58122
|
+
|
|
58123
|
+
改善已有的文档。
|
|
58124
|
+
|
|
58125
|
+
新增接口:
|
|
58126
|
+
|
|
58127
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/#/#)
|
|
58128
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58129
|
+
* [CreateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58130
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58131
|
+
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58132
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/#/#)
|
|
58133
|
+
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/#/#)
|
|
58134
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/#/#)
|
|
58135
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58136
|
+
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/#/#)
|
|
58137
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/#/#)
|
|
58138
|
+
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/#/#)
|
|
58139
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58140
|
+
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58141
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/#/#)
|
|
58142
|
+
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/#/#)
|
|
58143
|
+
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/#/#)
|
|
58144
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/#/#)
|
|
58145
|
+
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/#/#)
|
|
58146
|
+
* [RecoverCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58147
|
+
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58148
|
+
* [RenewCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58149
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/#/#)
|
|
58150
|
+
* [RestartClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58151
|
+
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/#/#)
|
|
58152
|
+
|
|
58153
|
+
新增数据结构:
|
|
58154
|
+
|
|
58155
|
+
* [Account](https://cloud.tencent.com/document/api/#/##Account)
|
|
58156
|
+
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/#/##AvailableRecoveryTimeRange)
|
|
58157
|
+
* [Backup](https://cloud.tencent.com/document/api/#/##Backup)
|
|
58158
|
+
* [Cluster](https://cloud.tencent.com/document/api/#/##Cluster)
|
|
58159
|
+
* [Endpoint](https://cloud.tencent.com/document/api/#/##Endpoint)
|
|
58160
|
+
* [Filter](https://cloud.tencent.com/document/api/#/##Filter)
|
|
58161
|
+
* [Instance](https://cloud.tencent.com/document/api/#/##Instance)
|
|
58162
|
+
* [ResourceIdInfo](https://cloud.tencent.com/document/api/#/##ResourceIdInfo)
|
|
58163
|
+
|
|
58164
|
+
|
|
58165
|
+
|
|
58166
|
+
|
|
57779
58167
|
## 分布式身份(tdid) 版本:2021-05-19
|
|
57780
58168
|
|
|
58169
|
+
### 第 3 次发布
|
|
58170
|
+
|
|
58171
|
+
发布时间:2022-03-01 15:05:45
|
|
58172
|
+
|
|
58173
|
+
本次发布包含了以下内容:
|
|
58174
|
+
|
|
58175
|
+
改善已有的文档。
|
|
58176
|
+
|
|
58177
|
+
新增接口:
|
|
58178
|
+
|
|
58179
|
+
* [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
|
|
58180
|
+
|
|
58181
|
+
新增数据结构:
|
|
58182
|
+
|
|
58183
|
+
* [CredentialStatus](https://cloud.tencent.com/document/api/1439/60283#CredentialStatus)
|
|
58184
|
+
|
|
58185
|
+
### 第 2 次发布
|
|
58186
|
+
|
|
58187
|
+
发布时间:2022-03-01 14:59:32
|
|
58188
|
+
|
|
58189
|
+
本次发布包含了以下内容:
|
|
58190
|
+
|
|
58191
|
+
改善已有的文档。
|
|
58192
|
+
|
|
58193
|
+
新增接口:
|
|
58194
|
+
|
|
58195
|
+
* [CreateTDidByPublicKey](https://cloud.tencent.com/document/api/1439/70456)
|
|
58196
|
+
* [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
|
|
58197
|
+
* [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
|
|
58198
|
+
|
|
58199
|
+
修改接口:
|
|
58200
|
+
|
|
58201
|
+
* [CreateCredential](https://cloud.tencent.com/document/api/1439/60282)
|
|
58202
|
+
|
|
58203
|
+
* 新增入参:UnSigned
|
|
58204
|
+
|
|
58205
|
+
|
|
57781
58206
|
### 第 1 次发布
|
|
57782
58207
|
|
|
57783
58208
|
发布时间:2021-08-16 08:00:04
|
|
@@ -57805,6 +58230,40 @@
|
|
|
57805
58230
|
|
|
57806
58231
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
57807
58232
|
|
|
58233
|
+
### 第 30 次发布
|
|
58234
|
+
|
|
58235
|
+
发布时间:2022-03-03 08:12:23
|
|
58236
|
+
|
|
58237
|
+
本次发布包含了以下内容:
|
|
58238
|
+
|
|
58239
|
+
改善已有的文档。
|
|
58240
|
+
|
|
58241
|
+
修改接口:
|
|
58242
|
+
|
|
58243
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
58244
|
+
|
|
58245
|
+
* 新增入参:DelayedType
|
|
58246
|
+
|
|
58247
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
58248
|
+
|
|
58249
|
+
* 新增入参:VHostIdList
|
|
58250
|
+
|
|
58251
|
+
|
|
58252
|
+
修改数据结构:
|
|
58253
|
+
|
|
58254
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
58255
|
+
|
|
58256
|
+
* 新增成员:Status
|
|
58257
|
+
|
|
58258
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
58259
|
+
|
|
58260
|
+
* 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
|
|
58261
|
+
|
|
58262
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
58263
|
+
|
|
58264
|
+
* 新增成员:Status
|
|
58265
|
+
|
|
58266
|
+
|
|
57808
58267
|
### 第 29 次发布
|
|
57809
58268
|
|
|
57810
58269
|
发布时间:2022-02-17 08:16:33
|
|
@@ -63564,34 +64023,34 @@
|
|
|
63564
64023
|
|
|
63565
64024
|
新增接口:
|
|
63566
64025
|
|
|
63567
|
-
* [
|
|
63568
|
-
* [
|
|
63569
|
-
* [
|
|
63570
|
-
* [
|
|
63571
|
-
* [
|
|
63572
|
-
* [
|
|
63573
|
-
* [
|
|
63574
|
-
* [
|
|
64026
|
+
* [DescribeInovcationIndicators](https://cloud.tencent.com/document/api/649/70434)
|
|
64027
|
+
* [DescribeInvocationMetricDataCurve](https://cloud.tencent.com/document/api/649/70433)
|
|
64028
|
+
* [DescribeInvocationMetricDataDimension](https://cloud.tencent.com/document/api/649/70432)
|
|
64029
|
+
* [DescribeInvocationMetricDataPoint](https://cloud.tencent.com/document/api/649/70431)
|
|
64030
|
+
* [DescribeInvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/70430)
|
|
64031
|
+
* [DescribeJvmMonitor](https://cloud.tencent.com/document/api/649/70429)
|
|
64032
|
+
* [DescribeOverviewInvocation](https://cloud.tencent.com/document/api/649/70428)
|
|
64033
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
63575
64034
|
|
|
63576
64035
|
新增数据结构:
|
|
63577
64036
|
|
|
63578
|
-
* [
|
|
63579
|
-
* [
|
|
63580
|
-
* [
|
|
63581
|
-
* [
|
|
63582
|
-
* [
|
|
63583
|
-
* [
|
|
63584
|
-
* [
|
|
63585
|
-
* [
|
|
63586
|
-
* [
|
|
63587
|
-
* [
|
|
63588
|
-
* [
|
|
63589
|
-
* [
|
|
63590
|
-
* [
|
|
63591
|
-
* [
|
|
63592
|
-
* [
|
|
63593
|
-
* [
|
|
63594
|
-
* [
|
|
64037
|
+
* [CurvePoint](https://cloud.tencent.com/document/api/649/36099#CurvePoint)
|
|
64038
|
+
* [IndicatorCoord](https://cloud.tencent.com/document/api/649/36099#IndicatorCoord)
|
|
64039
|
+
* [InvocationIndicator](https://cloud.tencent.com/document/api/649/36099#InvocationIndicator)
|
|
64040
|
+
* [InvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/36099#InvocationMetricScatterPlot)
|
|
64041
|
+
* [JvmMonitorData](https://cloud.tencent.com/document/api/649/36099#JvmMonitorData)
|
|
64042
|
+
* [MemoryPicture](https://cloud.tencent.com/document/api/649/36099#MemoryPicture)
|
|
64043
|
+
* [Metric](https://cloud.tencent.com/document/api/649/36099#Metric)
|
|
64044
|
+
* [MetricDataCurve](https://cloud.tencent.com/document/api/649/36099#MetricDataCurve)
|
|
64045
|
+
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
64046
|
+
* [MetricDimension](https://cloud.tencent.com/document/api/649/36099#MetricDimension)
|
|
64047
|
+
* [MetricDimensionValue](https://cloud.tencent.com/document/api/649/36099#MetricDimensionValue)
|
|
64048
|
+
* [MultiValue](https://cloud.tencent.com/document/api/649/36099#MultiValue)
|
|
64049
|
+
* [MultiValueDataPoints](https://cloud.tencent.com/document/api/649/36099#MultiValueDataPoints)
|
|
64050
|
+
* [ServiceStatisticsResult](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResult)
|
|
64051
|
+
* [ServiceStatisticsResults](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResults)
|
|
64052
|
+
* [ThreadPicture](https://cloud.tencent.com/document/api/649/36099#ThreadPicture)
|
|
64053
|
+
* [TsfPageDimension](https://cloud.tencent.com/document/api/649/36099#TsfPageDimension)
|
|
63595
64054
|
|
|
63596
64055
|
### 第 69 次发布
|
|
63597
64056
|
|