tencentcloud-sdk-nodejs 4.0.739 → 4.0.741
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 +416 -0
- package/SERVICE_CHANGELOG.md +461 -324
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +4 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_client.ts +168 -54
- package/src/services/cdb/v20170320/cdb_models.ts +716 -135
- package/src/services/cfg/v20210820/cfg_client.ts +32 -7
- package/src/services/cfg/v20210820/cfg_models.ts +108 -3
- package/src/services/config/index.ts +5 -0
- package/src/services/config/v20220802/config_client.ts +62 -0
- package/src/services/config/v20220802/config_models.ts +424 -0
- package/src/services/config/v20220802/index.ts +6 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +6 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/es/v20180416/es_models.ts +41 -9
- package/src/services/ess/v20201111/ess_models.ts +20 -4
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +20 -4
- package/src/services/hai/v20230812/hai_models.ts +5 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tbaas/v20180416/tbaas_models.ts +12 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tcr/v20190924/tcr_client.ts +16 -8
- package/src/services/tdmq/v20200217/tdmq_models.ts +39 -29
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +3 -3
- package/src/services/teo/v20220901/teo_models.ts +38 -38
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +11 -6
- package/src/services/tse/v20201207/tse_client.ts +85 -9
- package/src/services/tse/v20201207/tse_models.ts +301 -18
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +4 -1
- package/src/services/vod/v20180717/vod_models.ts +129 -19
- package/src/services/waf/v20180125/waf_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +21 -7
- package/src/services/wedata/v20210820/wedata_models.ts +115 -6
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +59 -23
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +82 -28
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +680 -123
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +11 -3
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +15 -3
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +103 -3
- package/tencentcloud/services/config/index.d.ts +6 -0
- package/tencentcloud/services/config/index.js +7 -0
- package/tencentcloud/services/config/v20220802/config_client.d.ts +18 -0
- package/tencentcloud/services/config/v20220802/config_client.js +43 -0
- package/tencentcloud/services/config/v20220802/config_models.d.ts +397 -0
- package/tencentcloud/services/config/v20220802/config_models.js +18 -0
- package/tencentcloud/services/config/v20220802/index.d.ts +6 -0
- package/tencentcloud/services/config/v20220802/index.js +9 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -4
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -4
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +5 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +12 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +12 -4
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +39 -29
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +3 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +38 -38
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -6
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +27 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +39 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +285 -18
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -19
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +111 -6
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cdb.v20170320.test.js +102 -12
- package/test/cfg.v20210820.test.js +22 -2
- package/test/config.v20220802.test.js +41 -0
- package/test/tse.v20201207.test.js +62 -2
- package/test/wedata.v20210820.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 121 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-23 01:14:32
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,22 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* [DescribeBillDetailForOrganization](https://cloud.tencent.com/document/api/555/98858)
|
|
18
|
-
|
|
19
|
-
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
15
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
20
16
|
|
|
21
|
-
*
|
|
17
|
+
* 新增入参:UserData
|
|
22
18
|
|
|
23
19
|
|
|
24
20
|
|
|
25
21
|
|
|
26
|
-
##
|
|
22
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
27
23
|
|
|
28
|
-
### 第
|
|
24
|
+
### 第 50 次发布
|
|
29
25
|
|
|
30
|
-
发布时间:2023-11-
|
|
26
|
+
发布时间:2023-11-23 01:18:36
|
|
31
27
|
|
|
32
28
|
本次发布包含了以下内容:
|
|
33
29
|
|
|
@@ -35,106 +31,52 @@
|
|
|
35
31
|
|
|
36
32
|
修改接口:
|
|
37
33
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
* 新增入参:AutoRenew
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
34
|
+
* [RestartInstance](https://cloud.tencent.com/document/api/845/30630)
|
|
46
35
|
|
|
47
|
-
|
|
36
|
+
* 新增入参:UpgradeKernel
|
|
48
37
|
|
|
49
|
-
|
|
38
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
50
39
|
|
|
51
|
-
|
|
40
|
+
* 新增入参:KibanaPrivateDomain, CerebroPrivateDomain
|
|
52
41
|
|
|
53
|
-
改善已有的文档。
|
|
54
42
|
|
|
55
43
|
修改数据结构:
|
|
56
44
|
|
|
57
|
-
* [
|
|
58
|
-
|
|
59
|
-
* <font color="#dd0000">**修改成员**:</font>Id, RiskLevelName, RiskLevelDescription, IdentifyComplianceName, Type
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
65
|
-
|
|
66
|
-
### 第 55 次发布
|
|
67
|
-
|
|
68
|
-
发布时间:2023-11-21 01:25:12
|
|
69
|
-
|
|
70
|
-
本次发布包含了以下内容:
|
|
71
|
-
|
|
72
|
-
改善已有的文档。
|
|
45
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
73
46
|
|
|
74
|
-
|
|
47
|
+
* 新增成员:KibanaPrivateVip, CustomKibanaPrivateUrl
|
|
75
48
|
|
|
76
|
-
* [
|
|
77
|
-
* [DeleteRestoreTask](https://cloud.tencent.com/document/api/238/101743)
|
|
78
|
-
* [DescribeAccountPrivilegeByDB](https://cloud.tencent.com/document/api/238/101729)
|
|
79
|
-
* [DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)
|
|
80
|
-
* [DescribeCrossRegions](https://cloud.tencent.com/document/api/238/101738)
|
|
81
|
-
* [DescribeDBPrivilegeByAccount](https://cloud.tencent.com/document/api/238/101715)
|
|
82
|
-
* [DescribeDBRestoreTime](https://cloud.tencent.com/document/api/238/101742)
|
|
83
|
-
* [DescribeDatabaseNames](https://cloud.tencent.com/document/api/238/101714)
|
|
84
|
-
* [DescribeInquiryPriceParameter](https://cloud.tencent.com/document/api/238/101749)
|
|
85
|
-
* [DescribeInstanceTasks](https://cloud.tencent.com/document/api/238/101734)
|
|
86
|
-
* [DescribeInstanceTradeParameter](https://cloud.tencent.com/document/api/238/101748)
|
|
87
|
-
* [DescribeProductSpec](https://cloud.tencent.com/document/api/238/101747)
|
|
88
|
-
* [DescribeReadOnlyGroupAutoWeight](https://cloud.tencent.com/document/api/238/101752)
|
|
89
|
-
* [DescribeRestoreTask](https://cloud.tencent.com/document/api/238/101741)
|
|
90
|
-
* [DescribeSpecSellStatus](https://cloud.tencent.com/document/api/238/101746)
|
|
91
|
-
* [DescribeUpgradeInstanceCheck](https://cloud.tencent.com/document/api/238/101733)
|
|
92
|
-
* [ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)
|
|
93
|
-
* [ModifyDBInstanceNote](https://cloud.tencent.com/document/api/238/101732)
|
|
94
|
-
* [ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)
|
|
95
|
-
* [ModifyPublishSubscribe](https://cloud.tencent.com/document/api/238/101756)
|
|
49
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
96
50
|
|
|
97
|
-
|
|
51
|
+
* 新增成员:PrivateVip, CustomPrivateUrl
|
|
98
52
|
|
|
99
|
-
* [CheckItem](https://cloud.tencent.com/document/api/238/19976#CheckItem)
|
|
100
|
-
* [InstanceTask](https://cloud.tencent.com/document/api/238/19976#InstanceTask)
|
|
101
|
-
* [ModifyDataBaseTuple](https://cloud.tencent.com/document/api/238/19976#ModifyDataBaseTuple)
|
|
102
|
-
* [Price](https://cloud.tencent.com/document/api/238/19976#Price)
|
|
103
|
-
* [ProductSpec](https://cloud.tencent.com/document/api/238/19976#ProductSpec)
|
|
104
|
-
* [RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask)
|
|
105
|
-
* [SpecSellStatus](https://cloud.tencent.com/document/api/238/19976#SpecSellStatus)
|
|
106
|
-
* [ZoneStatus](https://cloud.tencent.com/document/api/238/19976#ZoneStatus)
|
|
107
53
|
|
|
108
54
|
|
|
109
55
|
|
|
110
|
-
##
|
|
56
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
111
57
|
|
|
112
|
-
### 第
|
|
58
|
+
### 第 136 次发布
|
|
113
59
|
|
|
114
|
-
发布时间:2023-11-
|
|
60
|
+
发布时间:2023-11-23 01:18:49
|
|
115
61
|
|
|
116
62
|
本次发布包含了以下内容:
|
|
117
63
|
|
|
118
64
|
改善已有的文档。
|
|
119
65
|
|
|
120
|
-
|
|
66
|
+
修改接口:
|
|
121
67
|
|
|
122
|
-
* [
|
|
123
|
-
* [DescribeFabricTransaction](https://cloud.tencent.com/document/api/663/101762)
|
|
124
|
-
* [InvokeFabricChaincode](https://cloud.tencent.com/document/api/663/101761)
|
|
125
|
-
* [QueryFabricChaincode](https://cloud.tencent.com/document/api/663/101760)
|
|
68
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
126
69
|
|
|
127
|
-
|
|
70
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
128
71
|
|
|
129
|
-
* [Transaction](https://cloud.tencent.com/document/api/663/19466#Transaction)
|
|
130
72
|
|
|
131
73
|
|
|
132
74
|
|
|
133
|
-
##
|
|
75
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
134
76
|
|
|
135
|
-
### 第
|
|
77
|
+
### 第 133 次发布
|
|
136
78
|
|
|
137
|
-
发布时间:2023-11-
|
|
79
|
+
发布时间:2023-11-23 01:19:06
|
|
138
80
|
|
|
139
81
|
本次发布包含了以下内容:
|
|
140
82
|
|
|
@@ -142,249 +84,96 @@
|
|
|
142
84
|
|
|
143
85
|
修改接口:
|
|
144
86
|
|
|
145
|
-
* [
|
|
146
|
-
|
|
147
|
-
* 新增入参:NeedScan
|
|
148
|
-
|
|
149
|
-
* [AddEditImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81638)
|
|
150
|
-
|
|
151
|
-
* 新增入参:AutoScanEnabled, ScanType
|
|
152
|
-
|
|
153
|
-
* [CreateAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65591)
|
|
154
|
-
|
|
155
|
-
* 新增入参:ContainerRunning, ScanScope, ScanEndTime
|
|
156
|
-
|
|
157
|
-
* <font color="#dd0000">**修改入参**:</font>All
|
|
158
|
-
|
|
159
|
-
* [CreateAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65515)
|
|
160
|
-
|
|
161
|
-
* 新增入参:ContainerRunning, ScanScope, Timeout
|
|
162
|
-
|
|
163
|
-
* [DescribeAssetImageDetail](https://cloud.tencent.com/document/api/1285/65506)
|
|
164
|
-
|
|
165
|
-
* 新增出参:ImageDigest
|
|
166
|
-
|
|
167
|
-
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
168
|
-
|
|
169
|
-
* 新增出参:ContainerRunning, ScanScope, ScanEndTime
|
|
170
|
-
|
|
171
|
-
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
172
|
-
|
|
173
|
-
* 新增出参:TodayNewImageCnt, TodayUnsafeImageCnt, RecommendedFixImageCnt, ScannedImageCnt
|
|
174
|
-
|
|
175
|
-
* [DescribeImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81628)
|
|
176
|
-
|
|
177
|
-
* 新增出参:AutoScanEnabled, ScanType
|
|
178
|
-
|
|
179
|
-
* [RenewImageAuthorizeState](https://cloud.tencent.com/document/api/1285/65459)
|
|
180
|
-
|
|
181
|
-
* 新增入参:NeedScan, ScanType
|
|
182
|
-
|
|
183
|
-
* [SyncAssetImageRegistryAsset](https://cloud.tencent.com/document/api/1285/65458)
|
|
184
|
-
|
|
185
|
-
* 新增入参:All, RegistryIds
|
|
186
|
-
|
|
87
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
187
88
|
|
|
188
|
-
|
|
89
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
189
90
|
|
|
190
|
-
* [ImageVulLayerInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVulLayerInfo)
|
|
191
91
|
|
|
192
92
|
修改数据结构:
|
|
193
93
|
|
|
194
|
-
* [
|
|
195
|
-
|
|
196
|
-
* 新增成员:RecommendedFix
|
|
197
|
-
|
|
198
|
-
* [ImageVul](https://cloud.tencent.com/document/api/1285/65614#ImageVul)
|
|
199
|
-
|
|
200
|
-
* 新增成员:LayerInfos
|
|
201
|
-
|
|
202
|
-
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
203
|
-
|
|
204
|
-
* 新增成员:CriticalLevelVulCnt, HighLevelVulCnt, MediumLevelVulCnt, LowLevelVulCnt, IsLatestImage, RecommendedFix
|
|
205
|
-
|
|
206
|
-
* [ImagesVul](https://cloud.tencent.com/document/api/1285/65614#ImagesVul)
|
|
207
|
-
|
|
208
|
-
* 新增成员:AttackLevel
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
214
|
-
|
|
215
|
-
### 第 92 次发布
|
|
216
|
-
|
|
217
|
-
发布时间:2023-11-21 01:35:04
|
|
218
|
-
|
|
219
|
-
本次发布包含了以下内容:
|
|
94
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
220
95
|
|
|
221
|
-
|
|
96
|
+
* <font color="#dd0000">**修改成员**:</font>NotChannelOrganization
|
|
222
97
|
|
|
223
|
-
修改接口:
|
|
224
98
|
|
|
225
|
-
* [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
|
|
226
99
|
|
|
227
|
-
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
228
100
|
|
|
101
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
229
102
|
|
|
230
103
|
|
|
231
104
|
|
|
232
|
-
##
|
|
105
|
+
## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
|
|
233
106
|
|
|
234
|
-
### 第
|
|
107
|
+
### 第 20 次发布
|
|
235
108
|
|
|
236
|
-
发布时间:2023-11-
|
|
109
|
+
发布时间:2023-11-23 01:26:18
|
|
237
110
|
|
|
238
111
|
本次发布包含了以下内容:
|
|
239
112
|
|
|
240
113
|
改善已有的文档。
|
|
241
114
|
|
|
242
|
-
新增接口:
|
|
243
|
-
|
|
244
|
-
* [DescribeClusterExtraArgs](https://cloud.tencent.com/document/api/457/101764)
|
|
245
|
-
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
246
|
-
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
247
|
-
|
|
248
115
|
修改接口:
|
|
249
116
|
|
|
250
|
-
* [
|
|
117
|
+
* [DownloadUserCert](https://cloud.tencent.com/document/api/663/38516)
|
|
251
118
|
|
|
252
|
-
* 新增出参:
|
|
119
|
+
* 新增出参:Cert
|
|
253
120
|
|
|
121
|
+
* [Invoke](https://cloud.tencent.com/document/api/663/19464)
|
|
254
122
|
|
|
255
|
-
|
|
123
|
+
* 新增出参:TxId
|
|
256
124
|
|
|
257
|
-
* [Step](https://cloud.tencent.com/document/api/457/31866#Step)
|
|
258
125
|
|
|
259
126
|
|
|
260
127
|
|
|
261
|
-
##
|
|
128
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
262
129
|
|
|
263
|
-
### 第
|
|
130
|
+
### 第 62 次发布
|
|
264
131
|
|
|
265
|
-
发布时间:2023-11-
|
|
132
|
+
发布时间:2023-11-23 01:27:00
|
|
266
133
|
|
|
267
134
|
本次发布包含了以下内容:
|
|
268
135
|
|
|
269
136
|
改善已有的文档。
|
|
270
137
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
* [ImportSourceClusterConsumerGroups](https://cloud.tencent.com/document/api/1493/101770)
|
|
274
|
-
* [ImportSourceClusterTopics](https://cloud.tencent.com/document/api/1493/101769)
|
|
275
|
-
|
|
276
|
-
新增数据结构:
|
|
138
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
277
139
|
|
|
278
|
-
*
|
|
279
|
-
*
|
|
140
|
+
* CreateCustomAccount
|
|
141
|
+
* DeleteCustomAccount
|
|
142
|
+
* DescribeCustomAccounts
|
|
143
|
+
* ModifyCustomAccount
|
|
280
144
|
|
|
281
145
|
|
|
282
146
|
|
|
283
147
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
284
148
|
|
|
285
|
-
### 第
|
|
286
|
-
|
|
287
|
-
发布时间:2023-11-21 01:38:30
|
|
288
|
-
|
|
289
|
-
本次发布包含了以下内容:
|
|
290
|
-
|
|
291
|
-
改善已有的文档。
|
|
292
|
-
|
|
293
|
-
修改数据结构:
|
|
294
|
-
|
|
295
|
-
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
296
|
-
|
|
297
|
-
* 新增成员:CvmInstanceId, CvmInstanceName
|
|
298
|
-
|
|
299
|
-
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
300
|
-
|
|
301
|
-
* <font color="#dd0000">**修改成员**:</font>FeatureVersion, EnableClientIntranet, StorageOption
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
## 声音复刻(vrs) 版本:2020-08-24
|
|
307
|
-
|
|
308
|
-
### 第 5 次发布
|
|
309
|
-
|
|
310
|
-
发布时间:2023-11-21 01:41:45
|
|
311
|
-
|
|
312
|
-
本次发布包含了以下内容:
|
|
313
|
-
|
|
314
|
-
改善已有的文档。
|
|
315
|
-
|
|
316
|
-
修改数据结构:
|
|
317
|
-
|
|
318
|
-
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
319
|
-
|
|
320
|
-
* 新增成员:IsDeployed
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
326
|
-
|
|
327
|
-
### 第 75 次发布
|
|
149
|
+
### 第 54 次发布
|
|
328
150
|
|
|
329
|
-
发布时间:2023-11-
|
|
151
|
+
发布时间:2023-11-23 01:30:34
|
|
330
152
|
|
|
331
153
|
本次发布包含了以下内容:
|
|
332
154
|
|
|
333
155
|
改善已有的文档。
|
|
334
156
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
338
|
-
|
|
339
|
-
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
340
|
-
|
|
341
|
-
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
342
|
-
|
|
343
|
-
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
344
|
-
|
|
345
|
-
* [DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)
|
|
346
|
-
|
|
347
|
-
* 新增出参:RateLimit
|
|
348
|
-
|
|
349
|
-
* [ModifyModuleStatus](https://cloud.tencent.com/document/api/627/99699)
|
|
350
|
-
|
|
351
|
-
* 新增入参:RateLimit
|
|
352
|
-
|
|
353
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
354
|
-
|
|
355
|
-
* 新增出参:Ids
|
|
356
|
-
|
|
357
|
-
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
358
|
-
|
|
359
|
-
* 新增出参:SessionID
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
修改数据结构:
|
|
363
|
-
|
|
364
|
-
* [AccessHistogramItem](https://cloud.tencent.com/document/api/627/53609#AccessHistogramItem)
|
|
365
|
-
|
|
366
|
-
* 新增成员:BeginTime
|
|
367
|
-
|
|
368
|
-
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
369
|
-
|
|
370
|
-
* 新增成员:Type, Region
|
|
371
|
-
|
|
372
|
-
* [DescribeCustomRulesRspRuleListItem](https://cloud.tencent.com/document/api/627/53609#DescribeCustomRulesRspRuleListItem)
|
|
373
|
-
|
|
374
|
-
* 新增成员:ModifyTime, ValidStatus, Source
|
|
157
|
+
新增接口:
|
|
375
158
|
|
|
376
|
-
* [
|
|
159
|
+
* [DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)
|
|
160
|
+
* [DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)
|
|
161
|
+
* [DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)
|
|
377
162
|
|
|
378
|
-
|
|
163
|
+
新增数据结构:
|
|
379
164
|
|
|
165
|
+
* [DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)
|
|
166
|
+
* [DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)
|
|
167
|
+
* [RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)
|
|
168
|
+
* [ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)
|
|
380
169
|
|
|
381
170
|
|
|
382
171
|
|
|
383
172
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
384
173
|
|
|
385
|
-
### 第
|
|
174
|
+
### 第 59 次发布
|
|
386
175
|
|
|
387
|
-
发布时间:2023-11-
|
|
176
|
+
发布时间:2023-11-23 01:33:33
|
|
388
177
|
|
|
389
178
|
本次发布包含了以下内容:
|
|
390
179
|
|
|
@@ -392,20 +181,12 @@
|
|
|
392
181
|
|
|
393
182
|
新增接口:
|
|
394
183
|
|
|
395
|
-
* [
|
|
184
|
+
* [DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)
|
|
396
185
|
|
|
397
186
|
新增数据结构:
|
|
398
187
|
|
|
399
|
-
* [
|
|
400
|
-
|
|
401
|
-
修改数据结构:
|
|
402
|
-
|
|
403
|
-
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
404
|
-
|
|
405
|
-
* 新增成员:ErrorMessage, ApplyName, ApproverId, ApproverName, ApproveProjectName
|
|
406
|
-
|
|
407
|
-
* <font color="#dd0000">**修改成员**:</font>ApplicantName, ApproveId
|
|
408
|
-
|
|
188
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
189
|
+
* [Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)
|
|
409
190
|
|
|
410
191
|
|
|
411
192
|
|
|
@@ -8750,6 +8531,21 @@
|
|
|
8750
8531
|
|
|
8751
8532
|
## 费用中心(billing) 版本:2018-07-09
|
|
8752
8533
|
|
|
8534
|
+
### 第 51 次发布
|
|
8535
|
+
|
|
8536
|
+
发布时间:2023-11-22 16:06:06
|
|
8537
|
+
|
|
8538
|
+
本次发布包含了以下内容:
|
|
8539
|
+
|
|
8540
|
+
改善已有的文档。
|
|
8541
|
+
|
|
8542
|
+
修改接口:
|
|
8543
|
+
|
|
8544
|
+
* [CreateSavingPlanOrder](https://cloud.tencent.com/document/api/555/100825)
|
|
8545
|
+
|
|
8546
|
+
* 新增入参:ClientToken
|
|
8547
|
+
|
|
8548
|
+
|
|
8753
8549
|
### 第 50 次发布
|
|
8754
8550
|
|
|
8755
8551
|
发布时间:2023-11-21 01:07:18
|
|
@@ -15534,6 +15330,44 @@
|
|
|
15534
15330
|
|
|
15535
15331
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
15536
15332
|
|
|
15333
|
+
### 第 148 次发布
|
|
15334
|
+
|
|
15335
|
+
发布时间:2023-11-22 01:30:13
|
|
15336
|
+
|
|
15337
|
+
本次发布包含了以下内容:
|
|
15338
|
+
|
|
15339
|
+
改善已有的文档。
|
|
15340
|
+
|
|
15341
|
+
新增接口:
|
|
15342
|
+
|
|
15343
|
+
* [CloseAuditService](https://cloud.tencent.com/document/api/236/101816)
|
|
15344
|
+
* [CreateAuditRuleTemplate](https://cloud.tencent.com/document/api/236/101815)
|
|
15345
|
+
* [DeleteAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101814)
|
|
15346
|
+
* [DeleteDatabase](https://cloud.tencent.com/document/api/236/101808)
|
|
15347
|
+
* [DescribeAuditInstanceList](https://cloud.tencent.com/document/api/236/101813)
|
|
15348
|
+
* [DescribeAuditRuleTemplateModifyHistory](https://cloud.tencent.com/document/api/236/101812)
|
|
15349
|
+
* [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811)
|
|
15350
|
+
* [ModifyAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101810)
|
|
15351
|
+
* [ModifyAuditService](https://cloud.tencent.com/document/api/236/101809)
|
|
15352
|
+
|
|
15353
|
+
新增数据结构:
|
|
15354
|
+
|
|
15355
|
+
* [AuditInstanceFilters](https://cloud.tencent.com/document/api/236/15878#AuditInstanceFilters)
|
|
15356
|
+
* [AuditInstanceInfo](https://cloud.tencent.com/document/api/236/15878#AuditInstanceInfo)
|
|
15357
|
+
* [AuditRuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#AuditRuleTemplateInfo)
|
|
15358
|
+
* [InstanceDbAuditStatus](https://cloud.tencent.com/document/api/236/15878#InstanceDbAuditStatus)
|
|
15359
|
+
* [RuleTemplateInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateInfo)
|
|
15360
|
+
* [RuleTemplateRecordInfo](https://cloud.tencent.com/document/api/236/15878#RuleTemplateRecordInfo)
|
|
15361
|
+
|
|
15362
|
+
修改数据结构:
|
|
15363
|
+
|
|
15364
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
15365
|
+
|
|
15366
|
+
* 新增成员:ExpandCpu
|
|
15367
|
+
|
|
15368
|
+
* <font color="#dd0000">**修改成员**:</font>MasterInfo
|
|
15369
|
+
|
|
15370
|
+
|
|
15537
15371
|
### 第 147 次发布
|
|
15538
15372
|
|
|
15539
15373
|
发布时间:2023-11-21 01:08:38
|
|
@@ -21874,6 +21708,23 @@
|
|
|
21874
21708
|
|
|
21875
21709
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
21876
21710
|
|
|
21711
|
+
### 第 13 次发布
|
|
21712
|
+
|
|
21713
|
+
发布时间:2023-11-22 01:45:21
|
|
21714
|
+
|
|
21715
|
+
本次发布包含了以下内容:
|
|
21716
|
+
|
|
21717
|
+
改善已有的文档。
|
|
21718
|
+
|
|
21719
|
+
新增接口:
|
|
21720
|
+
|
|
21721
|
+
* [DescribeTaskPolicyTriggerLog](https://cloud.tencent.com/document/api/1500/101818)
|
|
21722
|
+
* [TriggerPolicy](https://cloud.tencent.com/document/api/1500/101817)
|
|
21723
|
+
|
|
21724
|
+
新增数据结构:
|
|
21725
|
+
|
|
21726
|
+
* [PolicyTriggerLog](https://cloud.tencent.com/document/api/1500/71784#PolicyTriggerLog)
|
|
21727
|
+
|
|
21877
21728
|
### 第 12 次发布
|
|
21878
21729
|
|
|
21879
21730
|
发布时间:2023-11-10 01:09:57
|
|
@@ -32471,6 +32322,34 @@
|
|
|
32471
32322
|
|
|
32472
32323
|
|
|
32473
32324
|
|
|
32325
|
+
## 配置审计(config) 版本:2022-08-02
|
|
32326
|
+
|
|
32327
|
+
### 第 1 次发布
|
|
32328
|
+
|
|
32329
|
+
发布时间:2023-11-21 15:26:06
|
|
32330
|
+
|
|
32331
|
+
本次发布包含了以下内容:
|
|
32332
|
+
|
|
32333
|
+
改善已有的文档。
|
|
32334
|
+
|
|
32335
|
+
新增接口:
|
|
32336
|
+
|
|
32337
|
+
* [ListAggregateConfigRules](https://cloud.tencent.com/document/api/1579/101782)
|
|
32338
|
+
* [ListConfigRules](https://cloud.tencent.com/document/api/1579/101781)
|
|
32339
|
+
|
|
32340
|
+
新增数据结构:
|
|
32341
|
+
|
|
32342
|
+
* [Annotation](https://cloud.tencent.com/document/api/1579/101783#Annotation)
|
|
32343
|
+
* [ConfigRule](https://cloud.tencent.com/document/api/1579/101783#ConfigRule)
|
|
32344
|
+
* [InputParameter](https://cloud.tencent.com/document/api/1579/101783#InputParameter)
|
|
32345
|
+
* [InputParameterForManage](https://cloud.tencent.com/document/api/1579/101783#InputParameterForManage)
|
|
32346
|
+
* [SourceConditionForManage](https://cloud.tencent.com/document/api/1579/101783#SourceConditionForManage)
|
|
32347
|
+
* [Tag](https://cloud.tencent.com/document/api/1579/101783#Tag)
|
|
32348
|
+
* [TriggerType](https://cloud.tencent.com/document/api/1579/101783#TriggerType)
|
|
32349
|
+
|
|
32350
|
+
|
|
32351
|
+
|
|
32352
|
+
|
|
32474
32353
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
32475
32354
|
|
|
32476
32355
|
### 第 101 次发布
|
|
@@ -35800,6 +35679,21 @@
|
|
|
35800
35679
|
|
|
35801
35680
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35802
35681
|
|
|
35682
|
+
### 第 121 次发布
|
|
35683
|
+
|
|
35684
|
+
发布时间:2023-11-23 01:14:32
|
|
35685
|
+
|
|
35686
|
+
本次发布包含了以下内容:
|
|
35687
|
+
|
|
35688
|
+
改善已有的文档。
|
|
35689
|
+
|
|
35690
|
+
修改接口:
|
|
35691
|
+
|
|
35692
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
35693
|
+
|
|
35694
|
+
* 新增入参:UserData
|
|
35695
|
+
|
|
35696
|
+
|
|
35803
35697
|
### 第 120 次发布
|
|
35804
35698
|
|
|
35805
35699
|
发布时间:2023-11-20 00:06:15
|
|
@@ -55107,6 +55001,36 @@
|
|
|
55107
55001
|
|
|
55108
55002
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
55109
55003
|
|
|
55004
|
+
### 第 50 次发布
|
|
55005
|
+
|
|
55006
|
+
发布时间:2023-11-23 01:18:36
|
|
55007
|
+
|
|
55008
|
+
本次发布包含了以下内容:
|
|
55009
|
+
|
|
55010
|
+
改善已有的文档。
|
|
55011
|
+
|
|
55012
|
+
修改接口:
|
|
55013
|
+
|
|
55014
|
+
* [RestartInstance](https://cloud.tencent.com/document/api/845/30630)
|
|
55015
|
+
|
|
55016
|
+
* 新增入参:UpgradeKernel
|
|
55017
|
+
|
|
55018
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
55019
|
+
|
|
55020
|
+
* 新增入参:KibanaPrivateDomain, CerebroPrivateDomain
|
|
55021
|
+
|
|
55022
|
+
|
|
55023
|
+
修改数据结构:
|
|
55024
|
+
|
|
55025
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
55026
|
+
|
|
55027
|
+
* 新增成员:KibanaPrivateVip, CustomKibanaPrivateUrl
|
|
55028
|
+
|
|
55029
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
55030
|
+
|
|
55031
|
+
* 新增成员:PrivateVip, CustomPrivateUrl
|
|
55032
|
+
|
|
55033
|
+
|
|
55110
55034
|
### 第 49 次发布
|
|
55111
55035
|
|
|
55112
55036
|
发布时间:2023-10-30 00:42:05
|
|
@@ -56197,6 +56121,21 @@
|
|
|
56197
56121
|
|
|
56198
56122
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56199
56123
|
|
|
56124
|
+
### 第 136 次发布
|
|
56125
|
+
|
|
56126
|
+
发布时间:2023-11-23 01:18:49
|
|
56127
|
+
|
|
56128
|
+
本次发布包含了以下内容:
|
|
56129
|
+
|
|
56130
|
+
改善已有的文档。
|
|
56131
|
+
|
|
56132
|
+
修改接口:
|
|
56133
|
+
|
|
56134
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
56135
|
+
|
|
56136
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
56137
|
+
|
|
56138
|
+
|
|
56200
56139
|
### 第 135 次发布
|
|
56201
56140
|
|
|
56202
56141
|
发布时间:2023-11-09 01:14:12
|
|
@@ -58824,6 +58763,28 @@
|
|
|
58824
58763
|
|
|
58825
58764
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58826
58765
|
|
|
58766
|
+
### 第 133 次发布
|
|
58767
|
+
|
|
58768
|
+
发布时间:2023-11-23 01:19:06
|
|
58769
|
+
|
|
58770
|
+
本次发布包含了以下内容:
|
|
58771
|
+
|
|
58772
|
+
改善已有的文档。
|
|
58773
|
+
|
|
58774
|
+
修改接口:
|
|
58775
|
+
|
|
58776
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
58777
|
+
|
|
58778
|
+
* 新增入参:IdCardType, IdCardNumber
|
|
58779
|
+
|
|
58780
|
+
|
|
58781
|
+
修改数据结构:
|
|
58782
|
+
|
|
58783
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
58784
|
+
|
|
58785
|
+
* <font color="#dd0000">**修改成员**:</font>NotChannelOrganization
|
|
58786
|
+
|
|
58787
|
+
|
|
58827
58788
|
### 第 132 次发布
|
|
58828
58789
|
|
|
58829
58790
|
发布时间:2023-11-14 01:16:20
|
|
@@ -65897,6 +65858,21 @@
|
|
|
65897
65858
|
|
|
65898
65859
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
65899
65860
|
|
|
65861
|
+
### 第 4 次发布
|
|
65862
|
+
|
|
65863
|
+
发布时间:2023-11-22 04:14:20
|
|
65864
|
+
|
|
65865
|
+
本次发布包含了以下内容:
|
|
65866
|
+
|
|
65867
|
+
改善已有的文档。
|
|
65868
|
+
|
|
65869
|
+
修改数据结构:
|
|
65870
|
+
|
|
65871
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk)
|
|
65872
|
+
|
|
65873
|
+
* 新增成员:DiskName
|
|
65874
|
+
|
|
65875
|
+
|
|
65900
65876
|
### 第 3 次发布
|
|
65901
65877
|
|
|
65902
65878
|
发布时间:2023-11-16 01:20:06
|
|
@@ -97295,37 +97271,37 @@
|
|
|
97295
97271
|
|
|
97296
97272
|
新增接口:
|
|
97297
97273
|
|
|
97298
|
-
* [
|
|
97299
|
-
* [
|
|
97300
|
-
* [
|
|
97301
|
-
* [
|
|
97302
|
-
* [
|
|
97303
|
-
* [
|
|
97304
|
-
* [
|
|
97305
|
-
* [
|
|
97306
|
-
* [
|
|
97307
|
-
* [
|
|
97308
|
-
* [
|
|
97309
|
-
* [
|
|
97310
|
-
* [
|
|
97311
|
-
* [
|
|
97312
|
-
* [
|
|
97313
|
-
* [
|
|
97314
|
-
* [
|
|
97315
|
-
* [
|
|
97316
|
-
* [
|
|
97317
|
-
* [
|
|
97274
|
+
* [BalanceReadOnlyGroup](https://cloud.tencent.com/document/api/238/101753)
|
|
97275
|
+
* [DeleteRestoreTask](https://cloud.tencent.com/document/api/238/101743)
|
|
97276
|
+
* [DescribeAccountPrivilegeByDB](https://cloud.tencent.com/document/api/238/101729)
|
|
97277
|
+
* [DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)
|
|
97278
|
+
* [DescribeCrossRegions](https://cloud.tencent.com/document/api/238/101738)
|
|
97279
|
+
* [DescribeDBPrivilegeByAccount](https://cloud.tencent.com/document/api/238/101715)
|
|
97280
|
+
* [DescribeDBRestoreTime](https://cloud.tencent.com/document/api/238/101742)
|
|
97281
|
+
* [DescribeDatabaseNames](https://cloud.tencent.com/document/api/238/101714)
|
|
97282
|
+
* [DescribeInquiryPriceParameter](https://cloud.tencent.com/document/api/238/101749)
|
|
97283
|
+
* [DescribeInstanceTasks](https://cloud.tencent.com/document/api/238/101734)
|
|
97284
|
+
* [DescribeInstanceTradeParameter](https://cloud.tencent.com/document/api/238/101748)
|
|
97285
|
+
* [DescribeProductSpec](https://cloud.tencent.com/document/api/238/101747)
|
|
97286
|
+
* [DescribeReadOnlyGroupAutoWeight](https://cloud.tencent.com/document/api/238/101752)
|
|
97287
|
+
* [DescribeRestoreTask](https://cloud.tencent.com/document/api/238/101741)
|
|
97288
|
+
* [DescribeSpecSellStatus](https://cloud.tencent.com/document/api/238/101746)
|
|
97289
|
+
* [DescribeUpgradeInstanceCheck](https://cloud.tencent.com/document/api/238/101733)
|
|
97290
|
+
* [ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)
|
|
97291
|
+
* [ModifyDBInstanceNote](https://cloud.tencent.com/document/api/238/101732)
|
|
97292
|
+
* [ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)
|
|
97293
|
+
* [ModifyPublishSubscribe](https://cloud.tencent.com/document/api/238/101756)
|
|
97318
97294
|
|
|
97319
97295
|
新增数据结构:
|
|
97320
97296
|
|
|
97321
|
-
* [
|
|
97322
|
-
* [
|
|
97323
|
-
* [
|
|
97324
|
-
* [
|
|
97325
|
-
* [
|
|
97326
|
-
* [
|
|
97327
|
-
* [
|
|
97328
|
-
* [
|
|
97297
|
+
* [CheckItem](https://cloud.tencent.com/document/api/238/19976#CheckItem)
|
|
97298
|
+
* [InstanceTask](https://cloud.tencent.com/document/api/238/19976#InstanceTask)
|
|
97299
|
+
* [ModifyDataBaseTuple](https://cloud.tencent.com/document/api/238/19976#ModifyDataBaseTuple)
|
|
97300
|
+
* [Price](https://cloud.tencent.com/document/api/238/19976#Price)
|
|
97301
|
+
* [ProductSpec](https://cloud.tencent.com/document/api/238/19976#ProductSpec)
|
|
97302
|
+
* [RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask)
|
|
97303
|
+
* [SpecSellStatus](https://cloud.tencent.com/document/api/238/19976#SpecSellStatus)
|
|
97304
|
+
* [ZoneStatus](https://cloud.tencent.com/document/api/238/19976#ZoneStatus)
|
|
97329
97305
|
|
|
97330
97306
|
### 第 54 次发布
|
|
97331
97307
|
|
|
@@ -101546,6 +101522,25 @@
|
|
|
101546
101522
|
|
|
101547
101523
|
## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
|
|
101548
101524
|
|
|
101525
|
+
### 第 20 次发布
|
|
101526
|
+
|
|
101527
|
+
发布时间:2023-11-23 01:26:18
|
|
101528
|
+
|
|
101529
|
+
本次发布包含了以下内容:
|
|
101530
|
+
|
|
101531
|
+
改善已有的文档。
|
|
101532
|
+
|
|
101533
|
+
修改接口:
|
|
101534
|
+
|
|
101535
|
+
* [DownloadUserCert](https://cloud.tencent.com/document/api/663/38516)
|
|
101536
|
+
|
|
101537
|
+
* 新增出参:Cert
|
|
101538
|
+
|
|
101539
|
+
* [Invoke](https://cloud.tencent.com/document/api/663/19464)
|
|
101540
|
+
|
|
101541
|
+
* 新增出参:TxId
|
|
101542
|
+
|
|
101543
|
+
|
|
101549
101544
|
### 第 19 次发布
|
|
101550
101545
|
|
|
101551
101546
|
发布时间:2023-11-21 01:32:15
|
|
@@ -101556,14 +101551,14 @@
|
|
|
101556
101551
|
|
|
101557
101552
|
新增接口:
|
|
101558
101553
|
|
|
101559
|
-
* [
|
|
101560
|
-
* [
|
|
101561
|
-
* [
|
|
101562
|
-
* [
|
|
101554
|
+
* [DescribeFabricBlock](https://cloud.tencent.com/document/api/663/101763)
|
|
101555
|
+
* [DescribeFabricTransaction](https://cloud.tencent.com/document/api/663/101762)
|
|
101556
|
+
* [InvokeFabricChaincode](https://cloud.tencent.com/document/api/663/101761)
|
|
101557
|
+
* [QueryFabricChaincode](https://cloud.tencent.com/document/api/663/101760)
|
|
101563
101558
|
|
|
101564
101559
|
新增数据结构:
|
|
101565
101560
|
|
|
101566
|
-
* [
|
|
101561
|
+
* [Transaction](https://cloud.tencent.com/document/api/663/19466#Transaction)
|
|
101567
101562
|
|
|
101568
101563
|
### 第 18 次发布
|
|
101569
101564
|
|
|
@@ -105563,6 +105558,21 @@
|
|
|
105563
105558
|
|
|
105564
105559
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
105565
105560
|
|
|
105561
|
+
### 第 62 次发布
|
|
105562
|
+
|
|
105563
|
+
发布时间:2023-11-23 01:27:00
|
|
105564
|
+
|
|
105565
|
+
本次发布包含了以下内容:
|
|
105566
|
+
|
|
105567
|
+
改善已有的文档。
|
|
105568
|
+
|
|
105569
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
105570
|
+
|
|
105571
|
+
* CreateCustomAccount
|
|
105572
|
+
* DeleteCustomAccount
|
|
105573
|
+
* DescribeCustomAccounts
|
|
105574
|
+
* ModifyCustomAccount
|
|
105575
|
+
|
|
105566
105576
|
### 第 61 次发布
|
|
105567
105577
|
|
|
105568
105578
|
发布时间:2023-09-11 02:43:38
|
|
@@ -106769,7 +106779,7 @@
|
|
|
106769
106779
|
|
|
106770
106780
|
新增数据结构:
|
|
106771
106781
|
|
|
106772
|
-
* [
|
|
106782
|
+
* [ImageVulLayerInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVulLayerInfo)
|
|
106773
106783
|
|
|
106774
106784
|
修改数据结构:
|
|
106775
106785
|
|
|
@@ -109100,6 +109110,30 @@
|
|
|
109100
109110
|
|
|
109101
109111
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
109102
109112
|
|
|
109113
|
+
### 第 93 次发布
|
|
109114
|
+
|
|
109115
|
+
发布时间:2023-11-22 06:38:54
|
|
109116
|
+
|
|
109117
|
+
本次发布包含了以下内容:
|
|
109118
|
+
|
|
109119
|
+
改善已有的文档。
|
|
109120
|
+
|
|
109121
|
+
修改接口:
|
|
109122
|
+
|
|
109123
|
+
* [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
|
|
109124
|
+
|
|
109125
|
+
* 新增入参:Vpc
|
|
109126
|
+
|
|
109127
|
+
* <font color="#dd0000">**删除入参**:</font>Vpcs
|
|
109128
|
+
|
|
109129
|
+
|
|
109130
|
+
修改数据结构:
|
|
109131
|
+
|
|
109132
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
109133
|
+
|
|
109134
|
+
* 新增成员:ProjectId, ProjectName
|
|
109135
|
+
|
|
109136
|
+
|
|
109103
109137
|
### 第 92 次发布
|
|
109104
109138
|
|
|
109105
109139
|
发布时间:2023-11-21 01:35:04
|
|
@@ -113420,6 +113454,21 @@
|
|
|
113420
113454
|
|
|
113421
113455
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
113422
113456
|
|
|
113457
|
+
### 第 64 次发布
|
|
113458
|
+
|
|
113459
|
+
发布时间:2023-11-22 06:42:38
|
|
113460
|
+
|
|
113461
|
+
本次发布包含了以下内容:
|
|
113462
|
+
|
|
113463
|
+
改善已有的文档。
|
|
113464
|
+
|
|
113465
|
+
修改接口:
|
|
113466
|
+
|
|
113467
|
+
* [DescribePrefetchTasks](https://cloud.tencent.com/document/api/1552/80700)
|
|
113468
|
+
|
|
113469
|
+
* 新增入参:ZoneId
|
|
113470
|
+
|
|
113471
|
+
|
|
113423
113472
|
### 第 63 次发布
|
|
113424
113473
|
|
|
113425
113474
|
发布时间:2023-11-07 16:01:35
|
|
@@ -119208,6 +119257,21 @@
|
|
|
119208
119257
|
|
|
119209
119258
|
## 容器服务(tke) 版本:2018-05-25
|
|
119210
119259
|
|
|
119260
|
+
### 第 163 次发布
|
|
119261
|
+
|
|
119262
|
+
发布时间:2023-11-22 06:54:10
|
|
119263
|
+
|
|
119264
|
+
本次发布包含了以下内容:
|
|
119265
|
+
|
|
119266
|
+
改善已有的文档。
|
|
119267
|
+
|
|
119268
|
+
修改接口:
|
|
119269
|
+
|
|
119270
|
+
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
119271
|
+
|
|
119272
|
+
* 新增出参:ClaimExpiredDuration
|
|
119273
|
+
|
|
119274
|
+
|
|
119211
119275
|
### 第 162 次发布
|
|
119212
119276
|
|
|
119213
119277
|
发布时间:2023-11-21 01:37:07
|
|
@@ -119218,9 +119282,9 @@
|
|
|
119218
119282
|
|
|
119219
119283
|
新增接口:
|
|
119220
119284
|
|
|
119221
|
-
* [
|
|
119222
|
-
* [
|
|
119223
|
-
* [
|
|
119285
|
+
* [DescribeClusterExtraArgs](https://cloud.tencent.com/document/api/457/101764)
|
|
119286
|
+
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
119287
|
+
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
119224
119288
|
|
|
119225
119289
|
修改接口:
|
|
119226
119290
|
|
|
@@ -119231,7 +119295,7 @@
|
|
|
119231
119295
|
|
|
119232
119296
|
新增数据结构:
|
|
119233
119297
|
|
|
119234
|
-
* [
|
|
119298
|
+
* [Step](https://cloud.tencent.com/document/api/457/31866#Step)
|
|
119235
119299
|
|
|
119236
119300
|
### 第 161 次发布
|
|
119237
119301
|
|
|
@@ -122921,13 +122985,13 @@
|
|
|
122921
122985
|
|
|
122922
122986
|
新增接口:
|
|
122923
122987
|
|
|
122924
|
-
* [
|
|
122925
|
-
* [
|
|
122988
|
+
* [ImportSourceClusterConsumerGroups](https://cloud.tencent.com/document/api/1493/101770)
|
|
122989
|
+
* [ImportSourceClusterTopics](https://cloud.tencent.com/document/api/1493/101769)
|
|
122926
122990
|
|
|
122927
122991
|
新增数据结构:
|
|
122928
122992
|
|
|
122929
|
-
* [
|
|
122930
|
-
* [
|
|
122993
|
+
* [SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)
|
|
122994
|
+
* [SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)
|
|
122931
122995
|
|
|
122932
122996
|
### 第 5 次发布
|
|
122933
122997
|
|
|
@@ -124905,6 +124969,41 @@
|
|
|
124905
124969
|
|
|
124906
124970
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
124907
124971
|
|
|
124972
|
+
### 第 54 次发布
|
|
124973
|
+
|
|
124974
|
+
发布时间:2023-11-23 01:30:34
|
|
124975
|
+
|
|
124976
|
+
本次发布包含了以下内容:
|
|
124977
|
+
|
|
124978
|
+
改善已有的文档。
|
|
124979
|
+
|
|
124980
|
+
新增接口:
|
|
124981
|
+
|
|
124982
|
+
* [[DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)](https://cloud.tencent.com/document/api/#/#)
|
|
124983
|
+
* [[DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)](https://cloud.tencent.com/document/api/#/#)
|
|
124984
|
+
* [[DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)](https://cloud.tencent.com/document/api/#/#)
|
|
124985
|
+
|
|
124986
|
+
新增数据结构:
|
|
124987
|
+
|
|
124988
|
+
* [[DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult))
|
|
124989
|
+
* [[DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult))
|
|
124990
|
+
* [[RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)](https://cloud.tencent.com/document/api/1364/54942#[RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus))
|
|
124991
|
+
* [[ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)](https://cloud.tencent.com/document/api/1364/54942#[ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus))
|
|
124992
|
+
|
|
124993
|
+
### 第 53 次发布
|
|
124994
|
+
|
|
124995
|
+
发布时间:2023-11-22 07:09:30
|
|
124996
|
+
|
|
124997
|
+
本次发布包含了以下内容:
|
|
124998
|
+
|
|
124999
|
+
改善已有的文档。
|
|
125000
|
+
|
|
125001
|
+
新增接口:
|
|
125002
|
+
|
|
125003
|
+
* [CloseWafProtection](https://cloud.tencent.com/document/api/1364/101822)
|
|
125004
|
+
* [CreateWafDomains](https://cloud.tencent.com/document/api/1364/101821)
|
|
125005
|
+
* [OpenWafProtection](https://cloud.tencent.com/document/api/1364/101820)
|
|
125006
|
+
|
|
124908
125007
|
### 第 52 次发布
|
|
124909
125008
|
|
|
124910
125009
|
发布时间:2023-11-21 01:38:30
|
|
@@ -129281,6 +129380,27 @@
|
|
|
129281
129380
|
|
|
129282
129381
|
## 云点播(vod) 版本:2018-07-17
|
|
129283
129382
|
|
|
129383
|
+
### 第 171 次发布
|
|
129384
|
+
|
|
129385
|
+
发布时间:2023-11-22 07:26:03
|
|
129386
|
+
|
|
129387
|
+
本次发布包含了以下内容:
|
|
129388
|
+
|
|
129389
|
+
改善已有的文档。
|
|
129390
|
+
|
|
129391
|
+
修改接口:
|
|
129392
|
+
|
|
129393
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
129394
|
+
|
|
129395
|
+
* 新增出参:QualityEnhanceTask
|
|
129396
|
+
|
|
129397
|
+
|
|
129398
|
+
新增数据结构:
|
|
129399
|
+
|
|
129400
|
+
* [QualityEnhanceTask](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTask)
|
|
129401
|
+
* [QualityEnhanceTaskInput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskInput)
|
|
129402
|
+
* [QualityEnhanceTaskOutput](https://cloud.tencent.com/document/api/266/31773#QualityEnhanceTaskOutput)
|
|
129403
|
+
|
|
129284
129404
|
### 第 170 次发布
|
|
129285
129405
|
|
|
129286
129406
|
发布时间:2023-11-16 01:35:27
|
|
@@ -140126,6 +140246,23 @@
|
|
|
140126
140246
|
|
|
140127
140247
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
140128
140248
|
|
|
140249
|
+
### 第 59 次发布
|
|
140250
|
+
|
|
140251
|
+
发布时间:2023-11-23 01:33:33
|
|
140252
|
+
|
|
140253
|
+
本次发布包含了以下内容:
|
|
140254
|
+
|
|
140255
|
+
改善已有的文档。
|
|
140256
|
+
|
|
140257
|
+
新增接口:
|
|
140258
|
+
|
|
140259
|
+
* [[DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)](https://cloud.tencent.com/document/api/#/#)
|
|
140260
|
+
|
|
140261
|
+
新增数据结构:
|
|
140262
|
+
|
|
140263
|
+
* [[ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)](https://cloud.tencent.com/document/api/1267/76336#[ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta))
|
|
140264
|
+
* [[Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)](https://cloud.tencent.com/document/api/1267/76336#[Pair](https://cloud.tencent.com/document/api/1267/76336#Pair))
|
|
140265
|
+
|
|
140129
140266
|
### 第 58 次发布
|
|
140130
140267
|
|
|
140131
140268
|
发布时间:2023-11-21 01:42:45
|
|
@@ -140136,11 +140273,11 @@
|
|
|
140136
140273
|
|
|
140137
140274
|
新增接口:
|
|
140138
140275
|
|
|
140139
|
-
* [
|
|
140276
|
+
* [DescribeApproveTypeList](https://cloud.tencent.com/document/api/1267/101771)
|
|
140140
140277
|
|
|
140141
140278
|
新增数据结构:
|
|
140142
140279
|
|
|
140143
|
-
* [
|
|
140280
|
+
* [ApproveType](https://cloud.tencent.com/document/api/1267/76336#ApproveType)
|
|
140144
140281
|
|
|
140145
140282
|
修改数据结构:
|
|
140146
140283
|
|