tencentcloud-sdk-nodejs 4.0.299 → 4.0.302
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 +532 -0
- package/SERVICE_CHANGELOG.md +560 -154
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -1
- 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/casb/index.ts +5 -0
- package/src/services/casb/v20200507/casb_client.ts +51 -0
- package/src/services/casb/v20200507/casb_models.ts +76 -0
- package/src/services/casb/v20200507/index.ts +6 -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 -8
- 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 +6 -6
- package/src/services/cmq/v20190304/cmq_models.ts +94 -82
- package/src/services/cpdp/v20190820/cpdp_client.ts +96 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +1267 -493
- 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/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +80 -4
- package/src/services/ivld/v20210903/ivld_models.ts +204 -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_models.ts +7 -0
- 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/tdmq/v20200217/tdmq_models.ts +41 -1
- package/src/services/tke/v20180525/tke_client.ts +25 -13
- package/src/services/tke/v20180525/tke_models.ts +39 -4
- 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/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/casb/index.d.ts +6 -0
- package/tencentcloud/services/casb/index.js +7 -0
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
- package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
- package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
- package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
- package/tencentcloud/services/casb/v20200507/index.js +9 -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 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- 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 +6 -6
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +28 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +40 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1101 -433
- 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/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 +175 -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_models.d.ts +6 -0
- 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/tdmq/v20200217/tdmq_models.d.ts +34 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
- package/test/api.v20201106.test.js +10 -0
- package/test/casb.v20200507.test.js +31 -0
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +62 -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/tke.v20180525.test.js +14 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据加密代理网关(casb) 版本:2020-05-07
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-04 10:44:38
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,142 +12,74 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
|
|
17
|
-
* [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
|
|
18
|
-
* [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
|
|
19
|
-
* [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
|
|
20
|
-
* [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
|
|
15
|
+
* [CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)
|
|
21
16
|
|
|
22
17
|
新增数据结构:
|
|
23
18
|
|
|
24
|
-
* [
|
|
25
|
-
* [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## 计费相关(billing) 版本:2018-07-09
|
|
30
|
-
|
|
31
|
-
### 第 31 次发布
|
|
32
|
-
|
|
33
|
-
发布时间:2022-03-02 08:05:35
|
|
34
|
-
|
|
35
|
-
本次发布包含了以下内容:
|
|
36
|
-
|
|
37
|
-
改善已有的文档。
|
|
38
|
-
|
|
39
|
-
修改数据结构:
|
|
40
|
-
|
|
41
|
-
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
42
|
-
|
|
43
|
-
* 新增成员:ProductName, SubProductName
|
|
44
|
-
|
|
19
|
+
* [CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)
|
|
45
20
|
|
|
46
21
|
|
|
47
22
|
|
|
48
|
-
##
|
|
23
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
49
24
|
|
|
50
|
-
### 第
|
|
25
|
+
### 第 57 次发布
|
|
51
26
|
|
|
52
|
-
发布时间:2022-03-
|
|
27
|
+
发布时间:2022-03-07 08:05:12
|
|
53
28
|
|
|
54
29
|
本次发布包含了以下内容:
|
|
55
30
|
|
|
56
31
|
改善已有的文档。
|
|
57
32
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
* [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
|
|
61
|
-
|
|
62
|
-
* 新增入参:Insecure
|
|
33
|
+
新增接口:
|
|
63
34
|
|
|
64
|
-
* [
|
|
35
|
+
* [QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)
|
|
36
|
+
* [QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)
|
|
65
37
|
|
|
66
|
-
|
|
38
|
+
新增数据结构:
|
|
67
39
|
|
|
68
|
-
* [
|
|
40
|
+
* [BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo)
|
|
41
|
+
* [QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)
|
|
42
|
+
* [QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)
|
|
43
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
69
44
|
|
|
70
|
-
|
|
45
|
+
修改数据结构:
|
|
71
46
|
|
|
72
|
-
* [
|
|
47
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
73
48
|
|
|
74
|
-
*
|
|
49
|
+
* 新增成员:BindSerialNo
|
|
75
50
|
|
|
76
51
|
|
|
77
52
|
|
|
78
53
|
|
|
79
|
-
##
|
|
54
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
80
55
|
|
|
81
|
-
### 第
|
|
56
|
+
### 第 5 次发布
|
|
82
57
|
|
|
83
|
-
发布时间:2022-03-
|
|
58
|
+
发布时间:2022-03-07 10:30:32
|
|
84
59
|
|
|
85
60
|
本次发布包含了以下内容:
|
|
86
61
|
|
|
87
62
|
改善已有的文档。
|
|
88
63
|
|
|
89
|
-
新增接口:
|
|
90
|
-
|
|
91
|
-
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/#/#)
|
|
92
|
-
* [CreateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
93
|
-
* [CreateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
94
|
-
* [DeleteCluster](https://cloud.tencent.com/document/api/#/#)
|
|
95
|
-
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
96
|
-
* [DescribeAccounts](https://cloud.tencent.com/document/api/#/#)
|
|
97
|
-
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/#/#)
|
|
98
|
-
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/#/#)
|
|
99
|
-
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
100
|
-
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/#/#)
|
|
101
|
-
* [DescribeClusters](https://cloud.tencent.com/document/api/#/#)
|
|
102
|
-
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/#/#)
|
|
103
|
-
* [IsolateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
104
|
-
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
105
|
-
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/#/#)
|
|
106
|
-
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/#/#)
|
|
107
|
-
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/#/#)
|
|
108
|
-
* [ModifyClusterName](https://cloud.tencent.com/document/api/#/#)
|
|
109
|
-
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/#/#)
|
|
110
|
-
* [RecoverCluster](https://cloud.tencent.com/document/api/#/#)
|
|
111
|
-
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
112
|
-
* [RenewCluster](https://cloud.tencent.com/document/api/#/#)
|
|
113
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api/#/#)
|
|
114
|
-
* [RestartClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
115
|
-
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/#/#)
|
|
116
|
-
|
|
117
64
|
新增数据结构:
|
|
118
65
|
|
|
119
|
-
* [
|
|
120
|
-
* [
|
|
121
|
-
* [Backup](https://cloud.tencent.com/document/api/#/##Backup)
|
|
122
|
-
* [Cluster](https://cloud.tencent.com/document/api/#/##Cluster)
|
|
123
|
-
* [Endpoint](https://cloud.tencent.com/document/api/#/##Endpoint)
|
|
124
|
-
* [Filter](https://cloud.tencent.com/document/api/#/##Filter)
|
|
125
|
-
* [Instance](https://cloud.tencent.com/document/api/#/##Instance)
|
|
126
|
-
* [ResourceIdInfo](https://cloud.tencent.com/document/api/#/##ResourceIdInfo)
|
|
127
|
-
|
|
128
|
-
|
|
66
|
+
* [ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo)
|
|
67
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
129
68
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### 第 3 次发布
|
|
69
|
+
修改数据结构:
|
|
133
70
|
|
|
134
|
-
|
|
71
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
135
72
|
|
|
136
|
-
|
|
73
|
+
* 新增成员:ClassifiedPersonInfoSet
|
|
137
74
|
|
|
138
|
-
改善已有的文档。
|
|
139
75
|
|
|
140
|
-
新增接口:
|
|
141
76
|
|
|
142
|
-
* [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
|
|
143
77
|
|
|
144
|
-
|
|
78
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
145
79
|
|
|
146
|
-
|
|
80
|
+
### 第 90 次发布
|
|
147
81
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
发布时间:2022-03-01 14:59:32
|
|
82
|
+
发布时间:2022-03-07 08:14:19
|
|
151
83
|
|
|
152
84
|
本次发布包含了以下内容:
|
|
153
85
|
|
|
@@ -155,16 +87,7 @@
|
|
|
155
87
|
|
|
156
88
|
新增接口:
|
|
157
89
|
|
|
158
|
-
* [
|
|
159
|
-
* [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
|
|
160
|
-
* [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
|
|
161
|
-
|
|
162
|
-
修改接口:
|
|
163
|
-
|
|
164
|
-
* [CreateCredential](https://cloud.tencent.com/document/api/1439/60282)
|
|
165
|
-
|
|
166
|
-
* 新增入参:UnSigned
|
|
167
|
-
|
|
90
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
168
91
|
|
|
169
92
|
|
|
170
93
|
|
|
@@ -1351,17 +1274,17 @@
|
|
|
1351
1274
|
|
|
1352
1275
|
新增接口:
|
|
1353
1276
|
|
|
1354
|
-
* [
|
|
1355
|
-
* [
|
|
1356
|
-
* [
|
|
1357
|
-
* [
|
|
1358
|
-
* [
|
|
1359
|
-
* [
|
|
1277
|
+
* [CreateCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/70487)
|
|
1278
|
+
* [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
|
|
1279
|
+
* [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
|
|
1280
|
+
* [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
|
|
1281
|
+
* [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
|
|
1282
|
+
* [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
|
|
1360
1283
|
|
|
1361
1284
|
新增数据结构:
|
|
1362
1285
|
|
|
1363
|
-
* [
|
|
1364
|
-
* [
|
|
1286
|
+
* [CCLevelPolicy](https://cloud.tencent.com/document/api/1021/57582#CCLevelPolicy)
|
|
1287
|
+
* [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
|
|
1365
1288
|
|
|
1366
1289
|
### 第 22 次发布
|
|
1367
1290
|
|
|
@@ -2010,6 +1933,22 @@
|
|
|
2010
1933
|
|
|
2011
1934
|
## 云 API(api) 版本:2020-11-06
|
|
2012
1935
|
|
|
1936
|
+
### 第 2 次发布
|
|
1937
|
+
|
|
1938
|
+
发布时间:2022-03-03 08:00:37
|
|
1939
|
+
|
|
1940
|
+
本次发布包含了以下内容:
|
|
1941
|
+
|
|
1942
|
+
改善已有的文档。
|
|
1943
|
+
|
|
1944
|
+
新增接口:
|
|
1945
|
+
|
|
1946
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
|
|
1947
|
+
|
|
1948
|
+
新增数据结构:
|
|
1949
|
+
|
|
1950
|
+
* [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
|
|
1951
|
+
|
|
2013
1952
|
### 第 1 次发布
|
|
2014
1953
|
|
|
2015
1954
|
发布时间:2021-04-25 10:09:57
|
|
@@ -2033,6 +1972,21 @@
|
|
|
2033
1972
|
|
|
2034
1973
|
## API网关(apigateway) 版本:2018-08-08
|
|
2035
1974
|
|
|
1975
|
+
### 第 27 次发布
|
|
1976
|
+
|
|
1977
|
+
发布时间:2022-03-03 08:00:40
|
|
1978
|
+
|
|
1979
|
+
本次发布包含了以下内容:
|
|
1980
|
+
|
|
1981
|
+
改善已有的文档。
|
|
1982
|
+
|
|
1983
|
+
修改接口:
|
|
1984
|
+
|
|
1985
|
+
* [CreateService](https://cloud.tencent.com/document/api/628/45201)
|
|
1986
|
+
|
|
1987
|
+
* 新增入参:UniqVpcId
|
|
1988
|
+
|
|
1989
|
+
|
|
2036
1990
|
### 第 26 次发布
|
|
2037
1991
|
|
|
2038
1992
|
发布时间:2022-03-01 08:00:39
|
|
@@ -8060,6 +8014,27 @@
|
|
|
8060
8014
|
|
|
8061
8015
|
|
|
8062
8016
|
|
|
8017
|
+
## 云数据加密代理网关(casb) 版本:2020-05-07
|
|
8018
|
+
|
|
8019
|
+
### 第 1 次发布
|
|
8020
|
+
|
|
8021
|
+
发布时间:2022-03-04 10:44:38
|
|
8022
|
+
|
|
8023
|
+
本次发布包含了以下内容:
|
|
8024
|
+
|
|
8025
|
+
改善已有的文档。
|
|
8026
|
+
|
|
8027
|
+
新增接口:
|
|
8028
|
+
|
|
8029
|
+
* [[CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)](https://cloud.tencent.com/document/api/#/#)
|
|
8030
|
+
|
|
8031
|
+
新增数据结构:
|
|
8032
|
+
|
|
8033
|
+
* [[CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)](https://cloud.tencent.com/document/api/1303/70653#[CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter))
|
|
8034
|
+
|
|
8035
|
+
|
|
8036
|
+
|
|
8037
|
+
|
|
8063
8038
|
## 云拨测(cat) 版本:2018-04-09
|
|
8064
8039
|
|
|
8065
8040
|
### 第 6 次发布
|
|
@@ -9011,6 +8986,25 @@
|
|
|
9011
8986
|
|
|
9012
8987
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
9013
8988
|
|
|
8989
|
+
### 第 22 次发布
|
|
8990
|
+
|
|
8991
|
+
发布时间:2022-03-04 08:05:02
|
|
8992
|
+
|
|
8993
|
+
本次发布包含了以下内容:
|
|
8994
|
+
|
|
8995
|
+
改善已有的文档。
|
|
8996
|
+
|
|
8997
|
+
修改数据结构:
|
|
8998
|
+
|
|
8999
|
+
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
9000
|
+
|
|
9001
|
+
* 新增成员:CustomRecordURL
|
|
9002
|
+
|
|
9003
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
9004
|
+
|
|
9005
|
+
* 新增成员:CustomRecordURL
|
|
9006
|
+
|
|
9007
|
+
|
|
9014
9008
|
### 第 21 次发布
|
|
9015
9009
|
|
|
9016
9010
|
发布时间:2022-02-14 08:06:57
|
|
@@ -9422,6 +9416,21 @@
|
|
|
9422
9416
|
|
|
9423
9417
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9424
9418
|
|
|
9419
|
+
### 第 86 次发布
|
|
9420
|
+
|
|
9421
|
+
发布时间:2022-03-03 08:02:04
|
|
9422
|
+
|
|
9423
|
+
本次发布包含了以下内容:
|
|
9424
|
+
|
|
9425
|
+
改善已有的文档。
|
|
9426
|
+
|
|
9427
|
+
修改数据结构:
|
|
9428
|
+
|
|
9429
|
+
* [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
|
|
9430
|
+
|
|
9431
|
+
* 新增成员:InstanceName
|
|
9432
|
+
|
|
9433
|
+
|
|
9425
9434
|
### 第 85 次发布
|
|
9426
9435
|
|
|
9427
9436
|
发布时间:2022-02-16 08:02:33
|
|
@@ -14488,6 +14497,20 @@
|
|
|
14488
14497
|
|
|
14489
14498
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
14490
14499
|
|
|
14500
|
+
### 第 36 次发布
|
|
14501
|
+
|
|
14502
|
+
发布时间:2022-03-04 08:05:57
|
|
14503
|
+
|
|
14504
|
+
本次发布包含了以下内容:
|
|
14505
|
+
|
|
14506
|
+
改善已有的文档。
|
|
14507
|
+
|
|
14508
|
+
新增接口:
|
|
14509
|
+
|
|
14510
|
+
* [AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)
|
|
14511
|
+
* [CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)
|
|
14512
|
+
* [CreateToken](https://cloud.tencent.com/document/api/597/70644)
|
|
14513
|
+
|
|
14491
14514
|
### 第 35 次发布
|
|
14492
14515
|
|
|
14493
14516
|
发布时间:2022-02-21 08:03:18
|
|
@@ -15248,6 +15271,18 @@
|
|
|
15248
15271
|
|
|
15249
15272
|
## 负载均衡(clb) 版本:2018-03-17
|
|
15250
15273
|
|
|
15274
|
+
### 第 67 次发布
|
|
15275
|
+
|
|
15276
|
+
发布时间:2022-03-03 08:03:01
|
|
15277
|
+
|
|
15278
|
+
本次发布包含了以下内容:
|
|
15279
|
+
|
|
15280
|
+
改善已有的文档。
|
|
15281
|
+
|
|
15282
|
+
新增接口:
|
|
15283
|
+
|
|
15284
|
+
* [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
|
|
15285
|
+
|
|
15251
15286
|
### 第 66 次发布
|
|
15252
15287
|
|
|
15253
15288
|
发布时间:2022-02-22 08:03:47
|
|
@@ -18403,6 +18438,25 @@
|
|
|
18403
18438
|
|
|
18404
18439
|
## 消息队列 CMQ(cmq) 版本:2019-03-04
|
|
18405
18440
|
|
|
18441
|
+
### 第 2 次发布
|
|
18442
|
+
|
|
18443
|
+
发布时间:2022-03-03 08:03:36
|
|
18444
|
+
|
|
18445
|
+
本次发布包含了以下内容:
|
|
18446
|
+
|
|
18447
|
+
改善已有的文档。
|
|
18448
|
+
|
|
18449
|
+
修改数据结构:
|
|
18450
|
+
|
|
18451
|
+
* [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
|
|
18452
|
+
|
|
18453
|
+
* 新增成员:Migrate
|
|
18454
|
+
|
|
18455
|
+
* [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
|
|
18456
|
+
|
|
18457
|
+
* 新增成员:Migrate
|
|
18458
|
+
|
|
18459
|
+
|
|
18406
18460
|
### 第 1 次发布
|
|
18407
18461
|
|
|
18408
18462
|
发布时间:2020-03-19 11:37:32
|
|
@@ -18824,6 +18878,57 @@
|
|
|
18824
18878
|
|
|
18825
18879
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18826
18880
|
|
|
18881
|
+
### 第 57 次发布
|
|
18882
|
+
|
|
18883
|
+
发布时间:2022-03-07 08:05:12
|
|
18884
|
+
|
|
18885
|
+
本次发布包含了以下内容:
|
|
18886
|
+
|
|
18887
|
+
改善已有的文档。
|
|
18888
|
+
|
|
18889
|
+
新增接口:
|
|
18890
|
+
|
|
18891
|
+
* [[QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)](https://cloud.tencent.com/document/api/#/#)
|
|
18892
|
+
* [[QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)](https://cloud.tencent.com/document/api/#/#)
|
|
18893
|
+
|
|
18894
|
+
新增数据结构:
|
|
18895
|
+
|
|
18896
|
+
* [[BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo)](https://cloud.tencent.com/document/api/1122/40683#[BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo))
|
|
18897
|
+
* [[QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult))
|
|
18898
|
+
* [[QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult))
|
|
18899
|
+
* [[SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)](https://cloud.tencent.com/document/api/1122/40683#[SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo))
|
|
18900
|
+
|
|
18901
|
+
修改数据结构:
|
|
18902
|
+
|
|
18903
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
18904
|
+
|
|
18905
|
+
* 新增成员:BindSerialNo
|
|
18906
|
+
|
|
18907
|
+
|
|
18908
|
+
### 第 56 次发布
|
|
18909
|
+
|
|
18910
|
+
发布时间:2022-03-04 08:06:47
|
|
18911
|
+
|
|
18912
|
+
本次发布包含了以下内容:
|
|
18913
|
+
|
|
18914
|
+
改善已有的文档。
|
|
18915
|
+
|
|
18916
|
+
新增接口:
|
|
18917
|
+
|
|
18918
|
+
* [ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)
|
|
18919
|
+
* [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
|
|
18920
|
+
* [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
|
|
18921
|
+
* [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
|
|
18922
|
+
|
|
18923
|
+
新增数据结构:
|
|
18924
|
+
|
|
18925
|
+
* [ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)
|
|
18926
|
+
* [FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)
|
|
18927
|
+
* [MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)
|
|
18928
|
+
* [QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)
|
|
18929
|
+
* [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
|
|
18930
|
+
* [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
|
|
18931
|
+
|
|
18827
18932
|
### 第 55 次发布
|
|
18828
18933
|
|
|
18829
18934
|
发布时间:2022-02-25 08:06:26
|
|
@@ -24495,6 +24600,21 @@
|
|
|
24495
24600
|
|
|
24496
24601
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
24497
24602
|
|
|
24603
|
+
### 第 8 次发布
|
|
24604
|
+
|
|
24605
|
+
发布时间:2022-03-03 08:04:55
|
|
24606
|
+
|
|
24607
|
+
本次发布包含了以下内容:
|
|
24608
|
+
|
|
24609
|
+
改善已有的文档。
|
|
24610
|
+
|
|
24611
|
+
修改接口:
|
|
24612
|
+
|
|
24613
|
+
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
24614
|
+
|
|
24615
|
+
* 新增入参:Product
|
|
24616
|
+
|
|
24617
|
+
|
|
24498
24618
|
### 第 7 次发布
|
|
24499
24619
|
|
|
24500
24620
|
发布时间:2022-02-14 08:09:51
|
|
@@ -29268,6 +29388,36 @@
|
|
|
29268
29388
|
|
|
29269
29389
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
29270
29390
|
|
|
29391
|
+
### 第 27 次发布
|
|
29392
|
+
|
|
29393
|
+
发布时间:2022-03-03 08:06:04
|
|
29394
|
+
|
|
29395
|
+
本次发布包含了以下内容:
|
|
29396
|
+
|
|
29397
|
+
改善已有的文档。
|
|
29398
|
+
|
|
29399
|
+
修改接口:
|
|
29400
|
+
|
|
29401
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
29402
|
+
|
|
29403
|
+
* 新增入参:ExternalService
|
|
29404
|
+
|
|
29405
|
+
|
|
29406
|
+
新增数据结构:
|
|
29407
|
+
|
|
29408
|
+
* [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
|
|
29409
|
+
|
|
29410
|
+
修改数据结构:
|
|
29411
|
+
|
|
29412
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
29413
|
+
|
|
29414
|
+
* 新增成员:ClusterExternalServiceInfo
|
|
29415
|
+
|
|
29416
|
+
* [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
|
|
29417
|
+
|
|
29418
|
+
* 新增成员:PublicKeyId
|
|
29419
|
+
|
|
29420
|
+
|
|
29271
29421
|
### 第 26 次发布
|
|
29272
29422
|
|
|
29273
29423
|
发布时间:2022-01-17 08:08:00
|
|
@@ -38857,6 +39007,70 @@
|
|
|
38857
39007
|
|
|
38858
39008
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38859
39009
|
|
|
39010
|
+
### 第 5 次发布
|
|
39011
|
+
|
|
39012
|
+
发布时间:2022-03-07 10:30:32
|
|
39013
|
+
|
|
39014
|
+
本次发布包含了以下内容:
|
|
39015
|
+
|
|
39016
|
+
改善已有的文档。
|
|
39017
|
+
|
|
39018
|
+
新增数据结构:
|
|
39019
|
+
|
|
39020
|
+
* [[ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo)](https://cloud.tencent.com/document/api/1509/65063#[ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo))
|
|
39021
|
+
* [[PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)](https://cloud.tencent.com/document/api/1509/65063#[PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo))
|
|
39022
|
+
|
|
39023
|
+
修改数据结构:
|
|
39024
|
+
|
|
39025
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
39026
|
+
|
|
39027
|
+
* 新增成员:ClassifiedPersonInfoSet
|
|
39028
|
+
|
|
39029
|
+
|
|
39030
|
+
### 第 4 次发布
|
|
39031
|
+
|
|
39032
|
+
发布时间:2022-03-02 12:16:47
|
|
39033
|
+
|
|
39034
|
+
本次发布包含了以下内容:
|
|
39035
|
+
|
|
39036
|
+
改善已有的文档。
|
|
39037
|
+
|
|
39038
|
+
新增接口:
|
|
39039
|
+
|
|
39040
|
+
* [DeleteTask](https://cloud.tencent.com/document/api/1509/70513)
|
|
39041
|
+
* [ModifyCallback](https://cloud.tencent.com/document/api/1509/70512)
|
|
39042
|
+
* [QueryCallback](https://cloud.tencent.com/document/api/1509/70511)
|
|
39043
|
+
|
|
39044
|
+
修改接口:
|
|
39045
|
+
|
|
39046
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
39047
|
+
|
|
39048
|
+
* 新增入参:Label, CallbackURL
|
|
39049
|
+
|
|
39050
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
39051
|
+
|
|
39052
|
+
* 新增入参:WriteBackCosPath, Label, CallbackURL
|
|
39053
|
+
|
|
39054
|
+
|
|
39055
|
+
修改数据结构:
|
|
39056
|
+
|
|
39057
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
39058
|
+
|
|
39059
|
+
* 新增成员:LabelSet
|
|
39060
|
+
|
|
39061
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
39062
|
+
|
|
39063
|
+
* 新增成员:Label
|
|
39064
|
+
|
|
39065
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
39066
|
+
|
|
39067
|
+
* 新增成员:LabelSet
|
|
39068
|
+
|
|
39069
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
39070
|
+
|
|
39071
|
+
* 新增成员:Label
|
|
39072
|
+
|
|
39073
|
+
|
|
38860
39074
|
### 第 3 次发布
|
|
38861
39075
|
|
|
38862
39076
|
发布时间:2022-02-16 08:08:24
|
|
@@ -39296,6 +39510,21 @@
|
|
|
39296
39510
|
|
|
39297
39511
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
39298
39512
|
|
|
39513
|
+
### 第 26 次发布
|
|
39514
|
+
|
|
39515
|
+
发布时间:2022-03-03 08:08:18
|
|
39516
|
+
|
|
39517
|
+
本次发布包含了以下内容:
|
|
39518
|
+
|
|
39519
|
+
改善已有的文档。
|
|
39520
|
+
|
|
39521
|
+
修改数据结构:
|
|
39522
|
+
|
|
39523
|
+
* [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
|
|
39524
|
+
|
|
39525
|
+
* 新增成员:NotSupportModifyMessage
|
|
39526
|
+
|
|
39527
|
+
|
|
39299
39528
|
### 第 25 次发布
|
|
39300
39529
|
|
|
39301
39530
|
发布时间:2022-02-16 08:08:43
|
|
@@ -42533,6 +42762,18 @@
|
|
|
42533
42762
|
|
|
42534
42763
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
42535
42764
|
|
|
42765
|
+
### 第 19 次发布
|
|
42766
|
+
|
|
42767
|
+
发布时间:2022-03-03 08:08:57
|
|
42768
|
+
|
|
42769
|
+
本次发布包含了以下内容:
|
|
42770
|
+
|
|
42771
|
+
改善已有的文档。
|
|
42772
|
+
|
|
42773
|
+
新增接口:
|
|
42774
|
+
|
|
42775
|
+
* [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
|
|
42776
|
+
|
|
42536
42777
|
### 第 18 次发布
|
|
42537
42778
|
|
|
42538
42779
|
发布时间:2022-02-25 08:11:43
|
|
@@ -42881,6 +43122,21 @@
|
|
|
42881
43122
|
|
|
42882
43123
|
## 云监控(monitor) 版本:2018-07-24
|
|
42883
43124
|
|
|
43125
|
+
### 第 40 次发布
|
|
43126
|
+
|
|
43127
|
+
发布时间:2022-03-03 08:09:04
|
|
43128
|
+
|
|
43129
|
+
本次发布包含了以下内容:
|
|
43130
|
+
|
|
43131
|
+
改善已有的文档。
|
|
43132
|
+
|
|
43133
|
+
修改接口:
|
|
43134
|
+
|
|
43135
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
43136
|
+
|
|
43137
|
+
* 新增入参:InstanceChargeType
|
|
43138
|
+
|
|
43139
|
+
|
|
42884
43140
|
### 第 39 次发布
|
|
42885
43141
|
|
|
42886
43142
|
发布时间:2022-02-23 08:10:23
|
|
@@ -45746,6 +46002,80 @@
|
|
|
45746
46002
|
|
|
45747
46003
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
45748
46004
|
|
|
46005
|
+
### 第 16 次发布
|
|
46006
|
+
|
|
46007
|
+
发布时间:2022-03-03 08:09:36
|
|
46008
|
+
|
|
46009
|
+
本次发布包含了以下内容:
|
|
46010
|
+
|
|
46011
|
+
改善已有的文档。
|
|
46012
|
+
|
|
46013
|
+
修改接口:
|
|
46014
|
+
|
|
46015
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
46016
|
+
|
|
46017
|
+
* 新增入参:WorkSpaceId
|
|
46018
|
+
|
|
46019
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
46020
|
+
|
|
46021
|
+
* 新增入参:WorkSpaceId
|
|
46022
|
+
|
|
46023
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
46024
|
+
|
|
46025
|
+
* 新增入参:WorkSpaceId
|
|
46026
|
+
|
|
46027
|
+
* [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
|
|
46028
|
+
|
|
46029
|
+
* 新增入参:WorkSpaceId
|
|
46030
|
+
|
|
46031
|
+
* [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
|
|
46032
|
+
|
|
46033
|
+
* 新增入参:WorkSpaceId
|
|
46034
|
+
|
|
46035
|
+
* [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
|
|
46036
|
+
|
|
46037
|
+
* 新增入参:WorkSpaceId
|
|
46038
|
+
|
|
46039
|
+
* [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
|
|
46040
|
+
|
|
46041
|
+
* 新增入参:WorkSpaceId
|
|
46042
|
+
|
|
46043
|
+
* [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
|
|
46044
|
+
|
|
46045
|
+
* 新增入参:WorkSpaceId
|
|
46046
|
+
|
|
46047
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
46048
|
+
|
|
46049
|
+
* 新增入参:WorkSpaceId
|
|
46050
|
+
|
|
46051
|
+
* [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
|
|
46052
|
+
|
|
46053
|
+
* 新增入参:WorkSpaceId
|
|
46054
|
+
|
|
46055
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
46056
|
+
|
|
46057
|
+
* 新增入参:WorkSpaceId
|
|
46058
|
+
|
|
46059
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
|
|
46060
|
+
|
|
46061
|
+
* 新增入参:WorkSpaceId
|
|
46062
|
+
|
|
46063
|
+
* [RunJobs](https://cloud.tencent.com/document/api/849/52007)
|
|
46064
|
+
|
|
46065
|
+
* 新增入参:WorkSpaceId
|
|
46066
|
+
|
|
46067
|
+
* [StopJobs](https://cloud.tencent.com/document/api/849/52006)
|
|
46068
|
+
|
|
46069
|
+
* 新增入参:WorkSpaceId
|
|
46070
|
+
|
|
46071
|
+
|
|
46072
|
+
修改数据结构:
|
|
46073
|
+
|
|
46074
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
46075
|
+
|
|
46076
|
+
* 新增成员:WorkSpaceId, WorkSpaceName
|
|
46077
|
+
|
|
46078
|
+
|
|
45749
46079
|
### 第 15 次发布
|
|
45750
46080
|
|
|
45751
46081
|
发布时间:2022-02-24 08:11:34
|
|
@@ -47887,6 +48217,21 @@
|
|
|
47887
48217
|
|
|
47888
48218
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
47889
48219
|
|
|
48220
|
+
### 第 25 次发布
|
|
48221
|
+
|
|
48222
|
+
发布时间:2022-03-03 08:10:01
|
|
48223
|
+
|
|
48224
|
+
本次发布包含了以下内容:
|
|
48225
|
+
|
|
48226
|
+
改善已有的文档。
|
|
48227
|
+
|
|
48228
|
+
新增接口:
|
|
48229
|
+
|
|
48230
|
+
* [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
|
|
48231
|
+
* [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
|
|
48232
|
+
* [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
|
|
48233
|
+
* [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
|
|
48234
|
+
|
|
47890
48235
|
### 第 24 次发布
|
|
47891
48236
|
|
|
47892
48237
|
发布时间:2022-01-12 08:13:23
|
|
@@ -52646,6 +52991,21 @@
|
|
|
52646
52991
|
|
|
52647
52992
|
## SSL 证书监控(sslpod) 版本:2019-06-05
|
|
52648
52993
|
|
|
52994
|
+
### 第 2 次发布
|
|
52995
|
+
|
|
52996
|
+
发布时间:2022-03-03 08:11:12
|
|
52997
|
+
|
|
52998
|
+
本次发布包含了以下内容:
|
|
52999
|
+
|
|
53000
|
+
改善已有的文档。
|
|
53001
|
+
|
|
53002
|
+
修改接口:
|
|
53003
|
+
|
|
53004
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
|
|
53005
|
+
|
|
53006
|
+
* 新增入参:Domain
|
|
53007
|
+
|
|
53008
|
+
|
|
52649
53009
|
### 第 1 次发布
|
|
52650
53010
|
|
|
52651
53011
|
发布时间:2020-10-23 18:56:12
|
|
@@ -57854,42 +58214,42 @@
|
|
|
57854
58214
|
|
|
57855
58215
|
新增接口:
|
|
57856
58216
|
|
|
57857
|
-
* [
|
|
57858
|
-
* [
|
|
57859
|
-
* [
|
|
57860
|
-
* [
|
|
57861
|
-
* [
|
|
57862
|
-
* [
|
|
57863
|
-
* [
|
|
57864
|
-
* [
|
|
57865
|
-
* [
|
|
57866
|
-
* [
|
|
57867
|
-
* [
|
|
57868
|
-
* [
|
|
57869
|
-
* [
|
|
57870
|
-
* [
|
|
57871
|
-
* [
|
|
57872
|
-
* [
|
|
57873
|
-
* [
|
|
57874
|
-
* [
|
|
57875
|
-
* [
|
|
57876
|
-
* [
|
|
57877
|
-
* [
|
|
57878
|
-
* [
|
|
57879
|
-
* [
|
|
57880
|
-
* [
|
|
57881
|
-
* [
|
|
58217
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/1556/70694)
|
|
58218
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1556/70670)
|
|
58219
|
+
* [CreateClusterInstances](https://cloud.tencent.com/document/api/1556/70690)
|
|
58220
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1556/70669)
|
|
58221
|
+
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/1556/70689)
|
|
58222
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/1556/70674)
|
|
58223
|
+
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/1556/70693)
|
|
58224
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/1556/70682)
|
|
58225
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/1556/70688)
|
|
58226
|
+
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70692)
|
|
58227
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1556/70668)
|
|
58228
|
+
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/1556/70679)
|
|
58229
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/1556/70667)
|
|
58230
|
+
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/1556/70687)
|
|
58231
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1556/70673)
|
|
58232
|
+
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/1556/70681)
|
|
58233
|
+
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/1556/70686)
|
|
58234
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/1556/70666)
|
|
58235
|
+
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/1556/70678)
|
|
58236
|
+
* [RecoverCluster](https://cloud.tencent.com/document/api/1556/70665)
|
|
58237
|
+
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/1556/70685)
|
|
58238
|
+
* [RenewCluster](https://cloud.tencent.com/document/api/1556/70677)
|
|
58239
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/1556/70672)
|
|
58240
|
+
* [RestartClusterInstances](https://cloud.tencent.com/document/api/1556/70684)
|
|
58241
|
+
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/1556/70676)
|
|
57882
58242
|
|
|
57883
58243
|
新增数据结构:
|
|
57884
58244
|
|
|
57885
|
-
* [
|
|
57886
|
-
* [
|
|
57887
|
-
* [
|
|
57888
|
-
* [
|
|
57889
|
-
* [
|
|
57890
|
-
* [
|
|
57891
|
-
* [
|
|
57892
|
-
* [
|
|
58245
|
+
* [Account](https://cloud.tencent.com/document/api/1556/70695#Account)
|
|
58246
|
+
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70695#AvailableRecoveryTimeRange)
|
|
58247
|
+
* [Backup](https://cloud.tencent.com/document/api/1556/70695#Backup)
|
|
58248
|
+
* [Cluster](https://cloud.tencent.com/document/api/1556/70695#Cluster)
|
|
58249
|
+
* [Endpoint](https://cloud.tencent.com/document/api/1556/70695#Endpoint)
|
|
58250
|
+
* [Filter](https://cloud.tencent.com/document/api/1556/70695#Filter)
|
|
58251
|
+
* [Instance](https://cloud.tencent.com/document/api/1556/70695#Instance)
|
|
58252
|
+
* [ResourceIdInfo](https://cloud.tencent.com/document/api/1556/70695#ResourceIdInfo)
|
|
57893
58253
|
|
|
57894
58254
|
|
|
57895
58255
|
|
|
@@ -57906,11 +58266,11 @@
|
|
|
57906
58266
|
|
|
57907
58267
|
新增接口:
|
|
57908
58268
|
|
|
57909
|
-
* [
|
|
58269
|
+
* [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
|
|
57910
58270
|
|
|
57911
58271
|
新增数据结构:
|
|
57912
58272
|
|
|
57913
|
-
* [
|
|
58273
|
+
* [CredentialStatus](https://cloud.tencent.com/document/api/1439/60283#CredentialStatus)
|
|
57914
58274
|
|
|
57915
58275
|
### 第 2 次发布
|
|
57916
58276
|
|
|
@@ -57922,9 +58282,9 @@
|
|
|
57922
58282
|
|
|
57923
58283
|
新增接口:
|
|
57924
58284
|
|
|
57925
|
-
* [
|
|
57926
|
-
* [
|
|
57927
|
-
* [
|
|
58285
|
+
* [CreateTDidByPublicKey](https://cloud.tencent.com/document/api/1439/70456)
|
|
58286
|
+
* [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
|
|
58287
|
+
* [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
|
|
57928
58288
|
|
|
57929
58289
|
修改接口:
|
|
57930
58290
|
|
|
@@ -57960,6 +58320,40 @@
|
|
|
57960
58320
|
|
|
57961
58321
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
57962
58322
|
|
|
58323
|
+
### 第 30 次发布
|
|
58324
|
+
|
|
58325
|
+
发布时间:2022-03-03 08:12:23
|
|
58326
|
+
|
|
58327
|
+
本次发布包含了以下内容:
|
|
58328
|
+
|
|
58329
|
+
改善已有的文档。
|
|
58330
|
+
|
|
58331
|
+
修改接口:
|
|
58332
|
+
|
|
58333
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
58334
|
+
|
|
58335
|
+
* 新增入参:DelayedType
|
|
58336
|
+
|
|
58337
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
58338
|
+
|
|
58339
|
+
* 新增入参:VHostIdList
|
|
58340
|
+
|
|
58341
|
+
|
|
58342
|
+
修改数据结构:
|
|
58343
|
+
|
|
58344
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
58345
|
+
|
|
58346
|
+
* 新增成员:Status
|
|
58347
|
+
|
|
58348
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
58349
|
+
|
|
58350
|
+
* 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
|
|
58351
|
+
|
|
58352
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
58353
|
+
|
|
58354
|
+
* 新增成员:Status
|
|
58355
|
+
|
|
58356
|
+
|
|
57963
58357
|
### 第 29 次发布
|
|
57964
58358
|
|
|
57965
58359
|
发布时间:2022-02-17 08:16:33
|
|
@@ -60938,6 +61332,18 @@
|
|
|
60938
61332
|
|
|
60939
61333
|
## 容器服务(tke) 版本:2018-05-25
|
|
60940
61334
|
|
|
61335
|
+
### 第 90 次发布
|
|
61336
|
+
|
|
61337
|
+
发布时间:2022-03-07 08:14:19
|
|
61338
|
+
|
|
61339
|
+
本次发布包含了以下内容:
|
|
61340
|
+
|
|
61341
|
+
改善已有的文档。
|
|
61342
|
+
|
|
61343
|
+
新增接口:
|
|
61344
|
+
|
|
61345
|
+
* [[DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)](https://cloud.tencent.com/document/api/#/#)
|
|
61346
|
+
|
|
60941
61347
|
### 第 89 次发布
|
|
60942
61348
|
|
|
60943
61349
|
发布时间:2022-02-11 08:13:17
|