tencentcloud-sdk-nodejs 4.0.317 → 4.0.320
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 +318 -0
- package/SERVICE_CHANGELOG.md +673 -292
- package/package.json +1 -1
- package/products.md +170 -168
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +14 -4
- package/src/services/ams/v20201229/ams_models.ts +14 -0
- package/src/services/apm/v20210622/apm_models.ts +5 -0
- package/src/services/as/v20180419/as_client.ts +19 -20
- package/src/services/as/v20180419/as_models.ts +38 -97
- package/src/services/batch/v20170312/batch_models.ts +96 -71
- package/src/services/billing/v20180709/billing_models.ts +13 -2
- package/src/services/bsca/index.ts +5 -0
- package/src/services/bsca/v20210811/bsca_client.ts +93 -0
- package/src/services/bsca/v20210811/bsca_models.ts +636 -0
- package/src/services/bsca/v20210811/index.ts +6 -0
- package/src/services/cam/v20190116/cam_client.ts +59 -11
- package/src/services/cam/v20190116/cam_models.ts +275 -68
- package/src/services/cat/v20180409/cat_client.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +50 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -5
- package/src/services/cdn/v20180606/cdn_client.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +22 -16
- package/src/services/cfg/index.ts +5 -0
- package/src/services/cfg/v20210820/cfg_client.ts +169 -0
- package/src/services/cfg/v20210820/cfg_models.ts +1227 -0
- package/src/services/cfg/v20210820/index.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +3 -2
- package/src/services/cwp/v20180228/cwp_models.ts +17 -9
- package/src/services/dcdb/v20180411/dcdb_models.ts +9 -9
- package/src/services/ess/v20201111/ess_models.ts +7 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +7 -1
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +24 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +85 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +175 -64
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +579 -82
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +13 -7
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +29 -29
- package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
- package/src/services/nlp/v20190408/nlp_client.ts +6 -46
- package/src/services/nlp/v20190408/nlp_models.ts +37 -212
- package/src/services/ocr/v20181119/ocr_models.ts +5 -7
- package/src/services/partners/v20180321/partners_client.ts +4 -5
- package/src/services/partners/v20180321/partners_models.ts +18 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +7 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +3 -2
- package/src/services/ssa/v20180608/ssa_models.ts +70 -23
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +51 -2
- package/src/services/thpc/index.ts +2 -0
- package/src/services/thpc/v20211109/thpc_client.ts +5 -2
- package/src/services/thpc/v20211109/thpc_models.ts +127 -28
- package/src/services/thpc/v20220401/index.ts +6 -0
- package/src/services/thpc/v20220401/thpc_client.ts +121 -0
- package/src/services/thpc/v20220401/thpc_models.ts +805 -0
- package/src/services/tke/v20180525/tke_client.ts +63 -11
- package/src/services/tke/v20180525/tke_models.ts +399 -118
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +8 -8
- package/src/services/wav/v20210129/wav_client.ts +154 -76
- package/src/services/wav/v20210129/wav_models.ts +541 -25
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +12 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +16 -8
- package/tencentcloud/services/as/v20180419/as_client.js +15 -9
- package/tencentcloud/services/as/v20180419/as_models.d.ts +33 -83
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +91 -69
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -2
- package/tencentcloud/services/bsca/index.d.ts +6 -0
- package/tencentcloud/services/bsca/index.js +7 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +26 -0
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +55 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +533 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.js +18 -0
- package/tencentcloud/services/bsca/v20210811/index.d.ts +6 -0
- package/tencentcloud/services/bsca/v20210811/index.js +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +19 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +27 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +232 -60
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +42 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -15
- package/tencentcloud/services/cfg/index.d.ts +6 -0
- package/tencentcloud/services/cfg/index.js +7 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +50 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +91 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1015 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.js +18 -0
- package/tencentcloud/services/cfg/v20210820/index.d.ts +6 -0
- package/tencentcloud/services/cfg/v20210820/index.js +9 -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 +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +9 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +72 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +57 -21
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +84 -30
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +497 -77
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -7
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +29 -29
- 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 +47 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -13
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -18
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +35 -187
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -7
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -4
- package/tencentcloud/services/partners/v20180321/partners_client.js +3 -4
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +15 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +6 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -0
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +62 -23
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +43 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -0
- package/tencentcloud/services/thpc/index.js +2 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +1 -1
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +109 -25
- package/tencentcloud/services/thpc/v20220401/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20220401/index.js +9 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +34 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +67 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +671 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +338 -101
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -8
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +51 -27
- package/tencentcloud/services/wav/v20210129/wav_client.js +75 -39
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +459 -24
- package/test/as.v20180419.test.js +0 -10
- package/test/bsca.v20210811.test.js +61 -0
- package/test/cam.v20190116.test.js +42 -2
- package/test/cat.v20180409.test.js +10 -0
- package/test/cfg.v20210820.test.js +121 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/iotcloud.v20210408.test.js +110 -20
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/nlp.v20190408.test.js +0 -30
- package/test/thpc.v20220401.test.js +81 -0
- package/test/tke.v20180525.test.js +42 -2
- package/test/wav.v20210129.test.js +86 -26
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,268 +1,5 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## 批量计算(batch) 版本:2017-03-12
|
|
4
|
-
|
|
5
|
-
### 第 40 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-03-29 08:04:27
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [NamedComputeEnv](https://cloud.tencent.com/document/api/599/15912#NamedComputeEnv)
|
|
16
|
-
|
|
17
|
-
* <font color="#dd0000">**修改成员**:</font>Notifications
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
23
|
-
|
|
24
|
-
### 第 16 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2022-03-29 08:06:55
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
新增接口:
|
|
33
|
-
|
|
34
|
-
* [DescribeLogHistogram](https://cloud.tencent.com/document/api/614/71726)
|
|
35
|
-
|
|
36
|
-
新增数据结构:
|
|
37
|
-
|
|
38
|
-
* [HistogramInfo](https://cloud.tencent.com/document/api/614/56471#HistogramInfo)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
43
|
-
|
|
44
|
-
### 第 61 次发布
|
|
45
|
-
|
|
46
|
-
发布时间:2022-03-29 08:07:17
|
|
47
|
-
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
|
-
|
|
50
|
-
改善已有的文档。
|
|
51
|
-
|
|
52
|
-
新增接口:
|
|
53
|
-
|
|
54
|
-
* [GetBillDownloadUrl](https://cloud.tencent.com/document/api/1122/71727)
|
|
55
|
-
|
|
56
|
-
新增数据结构:
|
|
57
|
-
|
|
58
|
-
* [BillDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#BillDownloadUrlResult)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
63
|
-
|
|
64
|
-
### 第 16 次发布
|
|
65
|
-
|
|
66
|
-
发布时间:2022-03-29 08:08:26
|
|
67
|
-
|
|
68
|
-
本次发布包含了以下内容:
|
|
69
|
-
|
|
70
|
-
改善已有的文档。
|
|
71
|
-
|
|
72
|
-
新增接口:
|
|
73
|
-
|
|
74
|
-
* [ModifyClusterName](https://cloud.tencent.com/document/api/1003/71729)
|
|
75
|
-
* [ModifyInstanceName](https://cloud.tencent.com/document/api/1003/71728)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
80
|
-
|
|
81
|
-
### 第 14 次发布
|
|
82
|
-
|
|
83
|
-
发布时间:2022-03-29 08:10:05
|
|
84
|
-
|
|
85
|
-
本次发布包含了以下内容:
|
|
86
|
-
|
|
87
|
-
改善已有的文档。
|
|
88
|
-
|
|
89
|
-
修改接口:
|
|
90
|
-
|
|
91
|
-
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
92
|
-
|
|
93
|
-
* 新增入参:AutoJumpBack
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
修改数据结构:
|
|
97
|
-
|
|
98
|
-
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
99
|
-
|
|
100
|
-
* 新增成员:SignComponents
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## 云直播(live) 版本:2018-08-01
|
|
110
|
-
|
|
111
|
-
### 第 76 次发布
|
|
112
|
-
|
|
113
|
-
发布时间:2022-03-29 08:12:29
|
|
114
|
-
|
|
115
|
-
本次发布包含了以下内容:
|
|
116
|
-
|
|
117
|
-
改善已有的文档。
|
|
118
|
-
|
|
119
|
-
修改数据结构:
|
|
120
|
-
|
|
121
|
-
* [PushQualityData](https://cloud.tencent.com/document/api/267/20474#PushQualityData)
|
|
122
|
-
|
|
123
|
-
* 新增成员:Bandwidth, Flux
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## 邮件推送(ses) 版本:2020-10-02
|
|
129
|
-
|
|
130
|
-
### 第 12 次发布
|
|
131
|
-
|
|
132
|
-
发布时间:2022-03-29 08:14:38
|
|
133
|
-
|
|
134
|
-
本次发布包含了以下内容:
|
|
135
|
-
|
|
136
|
-
改善已有的文档。
|
|
137
|
-
|
|
138
|
-
修改接口:
|
|
139
|
-
|
|
140
|
-
* [CreateEmailTemplate](https://cloud.tencent.com/document/api/1288/51042)
|
|
141
|
-
|
|
142
|
-
* 新增出参:TemplateID
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
148
|
-
|
|
149
|
-
### 第 15 次发布
|
|
150
|
-
|
|
151
|
-
发布时间:2022-03-29 08:15:32
|
|
152
|
-
|
|
153
|
-
本次发布包含了以下内容:
|
|
154
|
-
|
|
155
|
-
改善已有的文档。
|
|
156
|
-
|
|
157
|
-
修改数据结构:
|
|
158
|
-
|
|
159
|
-
* [ClusterInfo](https://cloud.tencent.com/document/api/596/39686#ClusterInfo)
|
|
160
|
-
|
|
161
|
-
* 新增成员:TxhBackupExpireDay, UlogBackupExpireDay, IsReadOnlyUlogBackupExpireDay
|
|
162
|
-
|
|
163
|
-
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
164
|
-
|
|
165
|
-
* 新增成员:TxhBackupExpireDay
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
171
|
-
|
|
172
|
-
### 第 82 次发布
|
|
173
|
-
|
|
174
|
-
发布时间:2022-03-29 08:15:41
|
|
175
|
-
|
|
176
|
-
本次发布包含了以下内容:
|
|
177
|
-
|
|
178
|
-
改善已有的文档。
|
|
179
|
-
|
|
180
|
-
修改接口:
|
|
181
|
-
|
|
182
|
-
* [CreateWxCloudBaseRunEnv](https://cloud.tencent.com/document/api/876/55054)
|
|
183
|
-
|
|
184
|
-
* 新增入参:IsOpenCloudInvoke
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
190
|
-
|
|
191
|
-
### 第 13 次发布
|
|
192
|
-
|
|
193
|
-
发布时间:2022-03-29 08:16:06
|
|
194
|
-
|
|
195
|
-
本次发布包含了以下内容:
|
|
196
|
-
|
|
197
|
-
改善已有的文档。
|
|
198
|
-
|
|
199
|
-
修改数据结构:
|
|
200
|
-
|
|
201
|
-
* [ComplianceAssetSummary](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetSummary)
|
|
202
|
-
|
|
203
|
-
* 新增成员:OpenPolicyItemCount, IgnoredPolicyItemCount
|
|
204
|
-
|
|
205
|
-
* [CompliancePeriodTaskRule](https://cloud.tencent.com/document/api/1285/65614#CompliancePeriodTaskRule)
|
|
206
|
-
|
|
207
|
-
* 新增成员:Enable
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
213
|
-
|
|
214
|
-
### 第 17 次发布
|
|
215
|
-
|
|
216
|
-
发布时间:2022-03-29 08:17:32
|
|
217
|
-
|
|
218
|
-
本次发布包含了以下内容:
|
|
219
|
-
|
|
220
|
-
改善已有的文档。
|
|
221
|
-
|
|
222
|
-
修改数据结构:
|
|
223
|
-
|
|
224
|
-
* [BoundK8SInfo](https://cloud.tencent.com/document/api/1364/54942#BoundK8SInfo)
|
|
225
|
-
|
|
226
|
-
* 新增成员:SyncMode
|
|
227
|
-
|
|
228
|
-
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
229
|
-
|
|
230
|
-
* 新增成员:ConsoleDefaultPwd
|
|
231
|
-
|
|
232
|
-
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
233
|
-
|
|
234
|
-
* 新增成员:MainPassword
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
240
|
-
|
|
241
|
-
### 第 110 次发布
|
|
242
|
-
|
|
243
|
-
发布时间:2022-03-29 08:18:27
|
|
244
|
-
|
|
245
|
-
本次发布包含了以下内容:
|
|
246
|
-
|
|
247
|
-
改善已有的文档。
|
|
248
|
-
|
|
249
|
-
修改接口:
|
|
250
|
-
|
|
251
|
-
* [AssociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36722)
|
|
252
|
-
|
|
253
|
-
* 新增入参:PublicIpFromSameZone
|
|
254
|
-
|
|
255
|
-
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
256
|
-
|
|
257
|
-
* 新增入参:PublicIpFromSameZone
|
|
258
|
-
|
|
259
|
-
* [InquiryPriceCreateVpnGateway](https://cloud.tencent.com/document/api/215/17512)
|
|
260
|
-
|
|
261
|
-
* 新增入参:MaxConnection, Type
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
3
|
# 历次版本更新如下:
|
|
267
4
|
|
|
268
5
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -662,6 +399,21 @@
|
|
|
662
399
|
|
|
663
400
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
664
401
|
|
|
402
|
+
### 第 32 次发布
|
|
403
|
+
|
|
404
|
+
发布时间:2022-04-04 06:03:13
|
|
405
|
+
|
|
406
|
+
本次发布包含了以下内容:
|
|
407
|
+
|
|
408
|
+
改善已有的文档。
|
|
409
|
+
|
|
410
|
+
修改接口:
|
|
411
|
+
|
|
412
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1155/60295)
|
|
413
|
+
|
|
414
|
+
* 新增入参:Type
|
|
415
|
+
|
|
416
|
+
|
|
665
417
|
### 第 31 次发布
|
|
666
418
|
|
|
667
419
|
发布时间:2022-03-21 08:06:03
|
|
@@ -1412,6 +1164,25 @@
|
|
|
1412
1164
|
|
|
1413
1165
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1414
1166
|
|
|
1167
|
+
### 第 4 次发布
|
|
1168
|
+
|
|
1169
|
+
发布时间:2022-04-01 06:03:20
|
|
1170
|
+
|
|
1171
|
+
本次发布包含了以下内容:
|
|
1172
|
+
|
|
1173
|
+
改善已有的文档。
|
|
1174
|
+
|
|
1175
|
+
修改数据结构:
|
|
1176
|
+
|
|
1177
|
+
* [MoanResult](https://cloud.tencent.com/document/api/1219/53259#MoanResult)
|
|
1178
|
+
|
|
1179
|
+
* 新增成员:SubLabel
|
|
1180
|
+
|
|
1181
|
+
* [TextResult](https://cloud.tencent.com/document/api/1219/53259#TextResult)
|
|
1182
|
+
|
|
1183
|
+
* 新增成员:SubLabel
|
|
1184
|
+
|
|
1185
|
+
|
|
1415
1186
|
### 第 3 次发布
|
|
1416
1187
|
|
|
1417
1188
|
发布时间:2021-12-20 08:02:28
|
|
@@ -2911,6 +2682,21 @@
|
|
|
2911
2682
|
|
|
2912
2683
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
2913
2684
|
|
|
2685
|
+
### 第 7 次发布
|
|
2686
|
+
|
|
2687
|
+
发布时间:2022-03-30 06:01:18
|
|
2688
|
+
|
|
2689
|
+
本次发布包含了以下内容:
|
|
2690
|
+
|
|
2691
|
+
改善已有的文档。
|
|
2692
|
+
|
|
2693
|
+
修改接口:
|
|
2694
|
+
|
|
2695
|
+
* [DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)
|
|
2696
|
+
|
|
2697
|
+
* 新增入参:DemoInstanceFlag
|
|
2698
|
+
|
|
2699
|
+
|
|
2914
2700
|
### 第 6 次发布
|
|
2915
2701
|
|
|
2916
2702
|
发布时间:2022-01-19 08:05:14
|
|
@@ -3012,6 +2798,37 @@
|
|
|
3012
2798
|
|
|
3013
2799
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3014
2800
|
|
|
2801
|
+
### 第 50 次发布
|
|
2802
|
+
|
|
2803
|
+
发布时间:2022-04-04 06:07:52
|
|
2804
|
+
|
|
2805
|
+
本次发布包含了以下内容:
|
|
2806
|
+
|
|
2807
|
+
改善已有的文档。
|
|
2808
|
+
|
|
2809
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2810
|
+
|
|
2811
|
+
* DescribePaiInstances
|
|
2812
|
+
|
|
2813
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
2814
|
+
|
|
2815
|
+
* PaiInstance
|
|
2816
|
+
|
|
2817
|
+
### 第 49 次发布
|
|
2818
|
+
|
|
2819
|
+
发布时间:2022-03-30 06:01:19
|
|
2820
|
+
|
|
2821
|
+
本次发布包含了以下内容:
|
|
2822
|
+
|
|
2823
|
+
改善已有的文档。
|
|
2824
|
+
|
|
2825
|
+
修改数据结构:
|
|
2826
|
+
|
|
2827
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
2828
|
+
|
|
2829
|
+
* 新增成员:Encrypt
|
|
2830
|
+
|
|
2831
|
+
|
|
3015
2832
|
### 第 48 次发布
|
|
3016
2833
|
|
|
3017
2834
|
发布时间:2022-03-11 08:03:26
|
|
@@ -4579,6 +4396,29 @@
|
|
|
4579
4396
|
|
|
4580
4397
|
## 批量计算(batch) 版本:2017-03-12
|
|
4581
4398
|
|
|
4399
|
+
### 第 41 次发布
|
|
4400
|
+
|
|
4401
|
+
发布时间:2022-03-31 06:03:07
|
|
4402
|
+
|
|
4403
|
+
本次发布包含了以下内容:
|
|
4404
|
+
|
|
4405
|
+
改善已有的文档。
|
|
4406
|
+
|
|
4407
|
+
修改数据结构:
|
|
4408
|
+
|
|
4409
|
+
* [Job](https://cloud.tencent.com/document/api/599/15912#Job)
|
|
4410
|
+
|
|
4411
|
+
* 新增成员:NotificationTarget
|
|
4412
|
+
|
|
4413
|
+
* [NamedComputeEnv](https://cloud.tencent.com/document/api/599/15912#NamedComputeEnv)
|
|
4414
|
+
|
|
4415
|
+
* 新增成员:NotificationTarget
|
|
4416
|
+
|
|
4417
|
+
* [NamedCpmComputeEnv](https://cloud.tencent.com/document/api/599/15912#NamedCpmComputeEnv)
|
|
4418
|
+
|
|
4419
|
+
* 新增成员:NotificationTarget
|
|
4420
|
+
|
|
4421
|
+
|
|
4582
4422
|
### 第 40 次发布
|
|
4583
4423
|
|
|
4584
4424
|
发布时间:2022-03-29 08:04:27
|
|
@@ -5635,6 +5475,28 @@
|
|
|
5635
5475
|
|
|
5636
5476
|
## 计费相关(billing) 版本:2018-07-09
|
|
5637
5477
|
|
|
5478
|
+
### 第 33 次发布
|
|
5479
|
+
|
|
5480
|
+
发布时间:2022-03-30 06:01:46
|
|
5481
|
+
|
|
5482
|
+
本次发布包含了以下内容:
|
|
5483
|
+
|
|
5484
|
+
改善已有的文档。
|
|
5485
|
+
|
|
5486
|
+
修改接口:
|
|
5487
|
+
|
|
5488
|
+
* [DescribeDealsByCond](https://cloud.tencent.com/document/api/555/19179)
|
|
5489
|
+
|
|
5490
|
+
* 新增入参:ResourceId
|
|
5491
|
+
|
|
5492
|
+
|
|
5493
|
+
修改数据结构:
|
|
5494
|
+
|
|
5495
|
+
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
5496
|
+
|
|
5497
|
+
* 新增成员:ResourceId
|
|
5498
|
+
|
|
5499
|
+
|
|
5638
5500
|
### 第 32 次发布
|
|
5639
5501
|
|
|
5640
5502
|
发布时间:2022-03-09 08:06:22
|
|
@@ -7370,6 +7232,43 @@
|
|
|
7370
7232
|
|
|
7371
7233
|
|
|
7372
7234
|
|
|
7235
|
+
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
7236
|
+
|
|
7237
|
+
### 第 1 次发布
|
|
7238
|
+
|
|
7239
|
+
发布时间:2022-04-02 17:37:22
|
|
7240
|
+
|
|
7241
|
+
本次发布包含了以下内容:
|
|
7242
|
+
|
|
7243
|
+
改善已有的文档。
|
|
7244
|
+
|
|
7245
|
+
新增接口:
|
|
7246
|
+
|
|
7247
|
+
* [DescribeKBComponent](https://cloud.tencent.com/document/api/1483/72073)
|
|
7248
|
+
* [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
|
|
7249
|
+
* [DescribeKBLicense](https://cloud.tencent.com/document/api/1483/72071)
|
|
7250
|
+
* [DescribeKBVulnerability](https://cloud.tencent.com/document/api/1483/72070)
|
|
7251
|
+
|
|
7252
|
+
新增数据结构:
|
|
7253
|
+
|
|
7254
|
+
* [CVSSV2Info](https://cloud.tencent.com/document/api/1483/72074#CVSSV2Info)
|
|
7255
|
+
* [CVSSV3Info](https://cloud.tencent.com/document/api/1483/72074#CVSSV3Info)
|
|
7256
|
+
* [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
|
|
7257
|
+
* [ComponentVulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#ComponentVulnerabilitySummary)
|
|
7258
|
+
* [ComponentVulnerabilityUnion](https://cloud.tencent.com/document/api/1483/72074#ComponentVulnerabilityUnion)
|
|
7259
|
+
* [LicenseDetail](https://cloud.tencent.com/document/api/1483/72074#LicenseDetail)
|
|
7260
|
+
* [LicenseRestriction](https://cloud.tencent.com/document/api/1483/72074#LicenseRestriction)
|
|
7261
|
+
* [LicenseSummary](https://cloud.tencent.com/document/api/1483/72074#LicenseSummary)
|
|
7262
|
+
* [LicenseUnion](https://cloud.tencent.com/document/api/1483/72074#LicenseUnion)
|
|
7263
|
+
* [PURL](https://cloud.tencent.com/document/api/1483/72074#PURL)
|
|
7264
|
+
* [Qualifier](https://cloud.tencent.com/document/api/1483/72074#Qualifier)
|
|
7265
|
+
* [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
|
|
7266
|
+
* [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
|
|
7267
|
+
* [VulnerabilityUnion](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityUnion)
|
|
7268
|
+
|
|
7269
|
+
|
|
7270
|
+
|
|
7271
|
+
|
|
7373
7272
|
## 区块链可信取证(btoe) 版本:2021-03-03
|
|
7374
7273
|
|
|
7375
7274
|
### 第 1 次发布
|
|
@@ -7428,6 +7327,21 @@
|
|
|
7428
7327
|
|
|
7429
7328
|
## 访问管理(cam) 版本:2019-01-16
|
|
7430
7329
|
|
|
7330
|
+
### 第 45 次发布
|
|
7331
|
+
|
|
7332
|
+
发布时间:2022-04-04 06:10:24
|
|
7333
|
+
|
|
7334
|
+
本次发布包含了以下内容:
|
|
7335
|
+
|
|
7336
|
+
改善已有的文档。
|
|
7337
|
+
|
|
7338
|
+
新增接口:
|
|
7339
|
+
|
|
7340
|
+
* [CreateUserOIDCConfig](https://cloud.tencent.com/document/api/598/72091)
|
|
7341
|
+
* [DescribeUserOIDCConfig](https://cloud.tencent.com/document/api/598/72090)
|
|
7342
|
+
* [DisableUserSSO](https://cloud.tencent.com/document/api/598/72089)
|
|
7343
|
+
* [UpdateUserOIDCConfig](https://cloud.tencent.com/document/api/598/72088)
|
|
7344
|
+
|
|
7431
7345
|
### 第 44 次发布
|
|
7432
7346
|
|
|
7433
7347
|
发布时间:2022-03-28 08:03:45
|
|
@@ -8442,6 +8356,18 @@
|
|
|
8442
8356
|
|
|
8443
8357
|
## 云拨测(cat) 版本:2018-04-09
|
|
8444
8358
|
|
|
8359
|
+
### 第 7 次发布
|
|
8360
|
+
|
|
8361
|
+
发布时间:2022-03-31 06:03:51
|
|
8362
|
+
|
|
8363
|
+
本次发布包含了以下内容:
|
|
8364
|
+
|
|
8365
|
+
改善已有的文档。
|
|
8366
|
+
|
|
8367
|
+
新增接口:
|
|
8368
|
+
|
|
8369
|
+
* [DescribeProbeMetricData](https://cloud.tencent.com/document/api/280/71856)
|
|
8370
|
+
|
|
8445
8371
|
### 第 6 次发布
|
|
8446
8372
|
|
|
8447
8373
|
发布时间:2022-01-18 08:04:56
|
|
@@ -9821,6 +9747,36 @@
|
|
|
9821
9747
|
|
|
9822
9748
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9823
9749
|
|
|
9750
|
+
### 第 88 次发布
|
|
9751
|
+
|
|
9752
|
+
发布时间:2022-04-04 06:12:51
|
|
9753
|
+
|
|
9754
|
+
本次发布包含了以下内容:
|
|
9755
|
+
|
|
9756
|
+
改善已有的文档。
|
|
9757
|
+
|
|
9758
|
+
修改接口:
|
|
9759
|
+
|
|
9760
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
9761
|
+
|
|
9762
|
+
* 新增入参:ProjectId
|
|
9763
|
+
|
|
9764
|
+
|
|
9765
|
+
### 第 87 次发布
|
|
9766
|
+
|
|
9767
|
+
发布时间:2022-03-30 06:02:35
|
|
9768
|
+
|
|
9769
|
+
本次发布包含了以下内容:
|
|
9770
|
+
|
|
9771
|
+
改善已有的文档。
|
|
9772
|
+
|
|
9773
|
+
修改接口:
|
|
9774
|
+
|
|
9775
|
+
* [DescribeAuditPolicies](https://cloud.tencent.com/document/api/236/45453)
|
|
9776
|
+
|
|
9777
|
+
* 新增入参:InstanceName
|
|
9778
|
+
|
|
9779
|
+
|
|
9824
9780
|
### 第 86 次发布
|
|
9825
9781
|
|
|
9826
9782
|
发布时间:2022-03-03 08:02:04
|
|
@@ -11626,6 +11582,21 @@
|
|
|
11626
11582
|
|
|
11627
11583
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11628
11584
|
|
|
11585
|
+
### 第 95 次发布
|
|
11586
|
+
|
|
11587
|
+
发布时间:2022-04-04 06:15:19
|
|
11588
|
+
|
|
11589
|
+
本次发布包含了以下内容:
|
|
11590
|
+
|
|
11591
|
+
改善已有的文档。
|
|
11592
|
+
|
|
11593
|
+
修改接口:
|
|
11594
|
+
|
|
11595
|
+
* [DescribeDiagnoseReport](https://cloud.tencent.com/document/api/228/49325)
|
|
11596
|
+
|
|
11597
|
+
* 新增出参:PurgeInfo
|
|
11598
|
+
|
|
11599
|
+
|
|
11629
11600
|
### 第 94 次发布
|
|
11630
11601
|
|
|
11631
11602
|
发布时间:2022-03-28 08:04:33
|
|
@@ -13822,6 +13793,53 @@
|
|
|
13822
13793
|
|
|
13823
13794
|
|
|
13824
13795
|
|
|
13796
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
13797
|
+
|
|
13798
|
+
### 第 1 次发布
|
|
13799
|
+
|
|
13800
|
+
发布时间:2022-03-30 12:59:20
|
|
13801
|
+
|
|
13802
|
+
本次发布包含了以下内容:
|
|
13803
|
+
|
|
13804
|
+
改善已有的文档。
|
|
13805
|
+
|
|
13806
|
+
新增接口:
|
|
13807
|
+
|
|
13808
|
+
* [CreateTaskFromTemplate](https://cloud.tencent.com/document/api/1500/71783)
|
|
13809
|
+
* [DeleteTask](https://cloud.tencent.com/document/api/1500/71782)
|
|
13810
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1500/71781)
|
|
13811
|
+
* [DescribeTaskExecuteLogs](https://cloud.tencent.com/document/api/1500/71780)
|
|
13812
|
+
* [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
|
|
13813
|
+
* [DescribeTemplate](https://cloud.tencent.com/document/api/1500/71778)
|
|
13814
|
+
* [DescribeTemplateList](https://cloud.tencent.com/document/api/1500/71773)
|
|
13815
|
+
* [ExecuteTask](https://cloud.tencent.com/document/api/1500/71777)
|
|
13816
|
+
* [ExecuteTaskInstance](https://cloud.tencent.com/document/api/1500/71776)
|
|
13817
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
13818
|
+
|
|
13819
|
+
新增数据结构:
|
|
13820
|
+
|
|
13821
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1500/71784#DescribePolicy)
|
|
13822
|
+
* [TagWithCreate](https://cloud.tencent.com/document/api/1500/71784#TagWithCreate)
|
|
13823
|
+
* [TagWithDescribe](https://cloud.tencent.com/document/api/1500/71784#TagWithDescribe)
|
|
13824
|
+
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
13825
|
+
* [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
|
|
13826
|
+
* [TaskGroup](https://cloud.tencent.com/document/api/1500/71784#TaskGroup)
|
|
13827
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
13828
|
+
* [TaskGroupActionConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupActionConfig)
|
|
13829
|
+
* [TaskGroupConfig](https://cloud.tencent.com/document/api/1500/71784#TaskGroupConfig)
|
|
13830
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
13831
|
+
* [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
|
|
13832
|
+
* [TaskMonitor](https://cloud.tencent.com/document/api/1500/71784#TaskMonitor)
|
|
13833
|
+
* [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
|
|
13834
|
+
* [TemplateGroup](https://cloud.tencent.com/document/api/1500/71784#TemplateGroup)
|
|
13835
|
+
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
13836
|
+
* [TemplateListItem](https://cloud.tencent.com/document/api/1500/71784#TemplateListItem)
|
|
13837
|
+
* [TemplateMonitor](https://cloud.tencent.com/document/api/1500/71784#TemplateMonitor)
|
|
13838
|
+
* [TemplatePolicy](https://cloud.tencent.com/document/api/1500/71784#TemplatePolicy)
|
|
13839
|
+
|
|
13840
|
+
|
|
13841
|
+
|
|
13842
|
+
|
|
13825
13843
|
## 文件存储(cfs) 版本:2019-07-19
|
|
13826
13844
|
|
|
13827
13845
|
### 第 10 次发布
|
|
@@ -17512,11 +17530,11 @@
|
|
|
17512
17530
|
|
|
17513
17531
|
新增接口:
|
|
17514
17532
|
|
|
17515
|
-
* [
|
|
17533
|
+
* [DescribeLogHistogram](https://cloud.tencent.com/document/api/614/71726)
|
|
17516
17534
|
|
|
17517
17535
|
新增数据结构:
|
|
17518
17536
|
|
|
17519
|
-
* [
|
|
17537
|
+
* [HistogramInfo](https://cloud.tencent.com/document/api/614/56471#HistogramInfo)
|
|
17520
17538
|
|
|
17521
17539
|
### 第 15 次发布
|
|
17522
17540
|
|
|
@@ -19415,11 +19433,11 @@
|
|
|
19415
19433
|
|
|
19416
19434
|
新增接口:
|
|
19417
19435
|
|
|
19418
|
-
* [
|
|
19436
|
+
* [GetBillDownloadUrl](https://cloud.tencent.com/document/api/1122/71727)
|
|
19419
19437
|
|
|
19420
19438
|
新增数据结构:
|
|
19421
19439
|
|
|
19422
|
-
* [
|
|
19440
|
+
* [BillDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#BillDownloadUrlResult)
|
|
19423
19441
|
|
|
19424
19442
|
### 第 60 次发布
|
|
19425
19443
|
|
|
@@ -22679,6 +22697,21 @@
|
|
|
22679
22697
|
|
|
22680
22698
|
## 主机安全(cwp) 版本:2018-02-28
|
|
22681
22699
|
|
|
22700
|
+
### 第 39 次发布
|
|
22701
|
+
|
|
22702
|
+
发布时间:2022-04-04 06:27:42
|
|
22703
|
+
|
|
22704
|
+
本次发布包含了以下内容:
|
|
22705
|
+
|
|
22706
|
+
改善已有的文档。
|
|
22707
|
+
|
|
22708
|
+
修改数据结构:
|
|
22709
|
+
|
|
22710
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
22711
|
+
|
|
22712
|
+
* 新增成员:DataStatus
|
|
22713
|
+
|
|
22714
|
+
|
|
22682
22715
|
### 第 38 次发布
|
|
22683
22716
|
|
|
22684
22717
|
发布时间:2022-03-24 20:38:18
|
|
@@ -24125,8 +24158,8 @@
|
|
|
24125
24158
|
|
|
24126
24159
|
新增接口:
|
|
24127
24160
|
|
|
24128
|
-
* [
|
|
24129
|
-
* [
|
|
24161
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/1003/71729)
|
|
24162
|
+
* [ModifyInstanceName](https://cloud.tencent.com/document/api/1003/71728)
|
|
24130
24163
|
|
|
24131
24164
|
### 第 15 次发布
|
|
24132
24165
|
|
|
@@ -32043,6 +32076,21 @@
|
|
|
32043
32076
|
|
|
32044
32077
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
32045
32078
|
|
|
32079
|
+
### 第 39 次发布
|
|
32080
|
+
|
|
32081
|
+
发布时间:2022-04-01 06:09:09
|
|
32082
|
+
|
|
32083
|
+
本次发布包含了以下内容:
|
|
32084
|
+
|
|
32085
|
+
改善已有的文档。
|
|
32086
|
+
|
|
32087
|
+
修改数据结构:
|
|
32088
|
+
|
|
32089
|
+
* [IntentionVerifyData](https://cloud.tencent.com/document/api/1007/41958#IntentionVerifyData)
|
|
32090
|
+
|
|
32091
|
+
* 新增成员:AsrResultSimilarity
|
|
32092
|
+
|
|
32093
|
+
|
|
32046
32094
|
### 第 38 次发布
|
|
32047
32095
|
|
|
32048
32096
|
发布时间:2022-01-21 08:11:28
|
|
@@ -37085,6 +37133,19 @@
|
|
|
37085
37133
|
|
|
37086
37134
|
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
37087
37135
|
|
|
37136
|
+
### 第 27 次发布
|
|
37137
|
+
|
|
37138
|
+
发布时间:2022-04-01 15:19:16
|
|
37139
|
+
|
|
37140
|
+
本次发布包含了以下内容:
|
|
37141
|
+
|
|
37142
|
+
改善已有的文档。
|
|
37143
|
+
|
|
37144
|
+
新增接口:
|
|
37145
|
+
|
|
37146
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/634/71942)
|
|
37147
|
+
* [UpdateProductDynamicRegister](https://cloud.tencent.com/document/api/634/71941)
|
|
37148
|
+
|
|
37088
37149
|
### 第 26 次发布
|
|
37089
37150
|
|
|
37090
37151
|
发布时间:2022-02-22 08:08:24
|
|
@@ -37692,6 +37753,39 @@
|
|
|
37692
37753
|
|
|
37693
37754
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
37694
37755
|
|
|
37756
|
+
### 第 2 次发布
|
|
37757
|
+
|
|
37758
|
+
发布时间:2022-04-01 15:20:13
|
|
37759
|
+
|
|
37760
|
+
本次发布包含了以下内容:
|
|
37761
|
+
|
|
37762
|
+
改善已有的文档。
|
|
37763
|
+
|
|
37764
|
+
新增接口:
|
|
37765
|
+
|
|
37766
|
+
* [DeleteProductPrivateCA](https://cloud.tencent.com/document/api/634/71963)
|
|
37767
|
+
* [ListLog](https://cloud.tencent.com/document/api/634/71956)
|
|
37768
|
+
* [ListLogPayload](https://cloud.tencent.com/document/api/634/71955)
|
|
37769
|
+
* [ListSDKLog](https://cloud.tencent.com/document/api/634/71954)
|
|
37770
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/634/71952)
|
|
37771
|
+
* [SetProductsForbiddenStatus](https://cloud.tencent.com/document/api/634/71960)
|
|
37772
|
+
* [UpdateDevicePSK](https://cloud.tencent.com/document/api/634/71945)
|
|
37773
|
+
* [UpdateProductDynamicRegister](https://cloud.tencent.com/document/api/634/71959)
|
|
37774
|
+
* [UpdateProductPrivateCA](https://cloud.tencent.com/document/api/634/71958)
|
|
37775
|
+
|
|
37776
|
+
修改接口:
|
|
37777
|
+
|
|
37778
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
37779
|
+
|
|
37780
|
+
* 新增出参:CreateUserId
|
|
37781
|
+
|
|
37782
|
+
|
|
37783
|
+
新增数据结构:
|
|
37784
|
+
|
|
37785
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/71973#CLSLogItem)
|
|
37786
|
+
* [PayloadLogItem](https://cloud.tencent.com/document/api/634/71973#PayloadLogItem)
|
|
37787
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/634/71973#SDKLogItem)
|
|
37788
|
+
|
|
37695
37789
|
### 第 1 次发布
|
|
37696
37790
|
|
|
37697
37791
|
发布时间:2021-07-21 08:06:35
|
|
@@ -37702,32 +37796,32 @@
|
|
|
37702
37796
|
|
|
37703
37797
|
新增接口:
|
|
37704
37798
|
|
|
37705
|
-
* [CreateDevice](https://cloud.tencent.com/document/api
|
|
37706
|
-
* [CreatePrivateCA](https://cloud.tencent.com/document/api
|
|
37707
|
-
* [DeleteDevice](https://cloud.tencent.com/document/api
|
|
37708
|
-
* [DeletePrivateCA](https://cloud.tencent.com/document/api
|
|
37709
|
-
* [DeleteProduct](https://cloud.tencent.com/document/api
|
|
37710
|
-
* [DescribeDevice](https://cloud.tencent.com/document/api
|
|
37711
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api
|
|
37712
|
-
* [DescribePrivateCA](https://cloud.tencent.com/document/api
|
|
37713
|
-
* [DescribePrivateCABindedProducts](https://cloud.tencent.com/document/api
|
|
37714
|
-
* [DescribePrivateCAs](https://cloud.tencent.com/document/api
|
|
37715
|
-
* [DescribeProduct](https://cloud.tencent.com/document/api
|
|
37716
|
-
* [DescribeProductCA](https://cloud.tencent.com/document/api
|
|
37717
|
-
* [UpdateDeviceLogLevel](https://cloud.tencent.com/document/api
|
|
37718
|
-
* [UpdateDevicesEnableState](https://cloud.tencent.com/document/api
|
|
37719
|
-
* [UpdatePrivateCA](https://cloud.tencent.com/document/api
|
|
37799
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/634/71950)
|
|
37800
|
+
* [CreatePrivateCA](https://cloud.tencent.com/document/api/634/71972)
|
|
37801
|
+
* [DeleteDevice](https://cloud.tencent.com/document/api/634/71949)
|
|
37802
|
+
* [DeletePrivateCA](https://cloud.tencent.com/document/api/634/71970)
|
|
37803
|
+
* [DeleteProduct](https://cloud.tencent.com/document/api/634/71964)
|
|
37804
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
|
|
37805
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/71947)
|
|
37806
|
+
* [DescribePrivateCA](https://cloud.tencent.com/document/api/634/71969)
|
|
37807
|
+
* [DescribePrivateCABindedProducts](https://cloud.tencent.com/document/api/634/71968)
|
|
37808
|
+
* [DescribePrivateCAs](https://cloud.tencent.com/document/api/634/71967)
|
|
37809
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/634/71962)
|
|
37810
|
+
* [DescribeProductCA](https://cloud.tencent.com/document/api/634/71961)
|
|
37811
|
+
* [UpdateDeviceLogLevel](https://cloud.tencent.com/document/api/634/71946)
|
|
37812
|
+
* [UpdateDevicesEnableState](https://cloud.tencent.com/document/api/634/71944)
|
|
37813
|
+
* [UpdatePrivateCA](https://cloud.tencent.com/document/api/634/71966)
|
|
37720
37814
|
|
|
37721
37815
|
新增数据结构:
|
|
37722
37816
|
|
|
37723
|
-
* [Attribute](https://cloud.tencent.com/document/api
|
|
37724
|
-
* [BindProductInfo](https://cloud.tencent.com/document/api
|
|
37725
|
-
* [CertInfo](https://cloud.tencent.com/document/api
|
|
37726
|
-
* [DeviceInfo](https://cloud.tencent.com/document/api
|
|
37727
|
-
* [DeviceLabel](https://cloud.tencent.com/document/api
|
|
37728
|
-
* [DeviceTag](https://cloud.tencent.com/document/api
|
|
37729
|
-
* [ProductMetadata](https://cloud.tencent.com/document/api
|
|
37730
|
-
* [ProductProperties](https://cloud.tencent.com/document/api
|
|
37817
|
+
* [Attribute](https://cloud.tencent.com/document/api/634/71973#Attribute)
|
|
37818
|
+
* [BindProductInfo](https://cloud.tencent.com/document/api/634/71973#BindProductInfo)
|
|
37819
|
+
* [CertInfo](https://cloud.tencent.com/document/api/634/71973#CertInfo)
|
|
37820
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceInfo)
|
|
37821
|
+
* [DeviceLabel](https://cloud.tencent.com/document/api/634/71973#DeviceLabel)
|
|
37822
|
+
* [DeviceTag](https://cloud.tencent.com/document/api/634/71973#DeviceTag)
|
|
37823
|
+
* [ProductMetadata](https://cloud.tencent.com/document/api/634/71973#ProductMetadata)
|
|
37824
|
+
* [ProductProperties](https://cloud.tencent.com/document/api/634/71973#ProductProperties)
|
|
37731
37825
|
|
|
37732
37826
|
|
|
37733
37827
|
|
|
@@ -40463,6 +40557,21 @@
|
|
|
40463
40557
|
|
|
40464
40558
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
40465
40559
|
|
|
40560
|
+
### 第 27 次发布
|
|
40561
|
+
|
|
40562
|
+
发布时间:2022-04-01 06:11:10
|
|
40563
|
+
|
|
40564
|
+
本次发布包含了以下内容:
|
|
40565
|
+
|
|
40566
|
+
改善已有的文档。
|
|
40567
|
+
|
|
40568
|
+
修改数据结构:
|
|
40569
|
+
|
|
40570
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
40571
|
+
|
|
40572
|
+
* 新增成员:InstanceRestrictState
|
|
40573
|
+
|
|
40574
|
+
|
|
40466
40575
|
### 第 26 次发布
|
|
40467
40576
|
|
|
40468
40577
|
发布时间:2022-03-03 08:08:18
|
|
@@ -43790,6 +43899,22 @@
|
|
|
43790
43899
|
|
|
43791
43900
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
43792
43901
|
|
|
43902
|
+
### 第 20 次发布
|
|
43903
|
+
|
|
43904
|
+
发布时间:2022-04-01 06:11:50
|
|
43905
|
+
|
|
43906
|
+
本次发布包含了以下内容:
|
|
43907
|
+
|
|
43908
|
+
改善已有的文档。
|
|
43909
|
+
|
|
43910
|
+
新增接口:
|
|
43911
|
+
|
|
43912
|
+
* [ModifyDBInstanceNetworkAddress](https://cloud.tencent.com/document/api/240/71918)
|
|
43913
|
+
|
|
43914
|
+
新增数据结构:
|
|
43915
|
+
|
|
43916
|
+
* [ModifyNetworkAddress](https://cloud.tencent.com/document/api/240/38576#ModifyNetworkAddress)
|
|
43917
|
+
|
|
43793
43918
|
### 第 19 次发布
|
|
43794
43919
|
|
|
43795
43920
|
发布时间:2022-03-03 08:08:57
|
|
@@ -46812,6 +46937,27 @@
|
|
|
46812
46937
|
|
|
46813
46938
|
## 自然语言处理(nlp) 版本:2019-04-08
|
|
46814
46939
|
|
|
46940
|
+
### 第 15 次发布
|
|
46941
|
+
|
|
46942
|
+
发布时间:2022-03-31 06:11:26
|
|
46943
|
+
|
|
46944
|
+
本次发布包含了以下内容:
|
|
46945
|
+
|
|
46946
|
+
改善已有的文档。
|
|
46947
|
+
|
|
46948
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
46949
|
+
|
|
46950
|
+
* DescribeEntity
|
|
46951
|
+
* DescribeRelation
|
|
46952
|
+
* DescribeTriple
|
|
46953
|
+
|
|
46954
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
46955
|
+
|
|
46956
|
+
* EntityRelationContent
|
|
46957
|
+
* EntityRelationObject
|
|
46958
|
+
* EntityRelationSubject
|
|
46959
|
+
* TripleContent
|
|
46960
|
+
|
|
46815
46961
|
### 第 14 次发布
|
|
46816
46962
|
|
|
46817
46963
|
发布时间:2022-03-18 08:15:22
|
|
@@ -48901,6 +49047,29 @@
|
|
|
48901
49047
|
|
|
48902
49048
|
## 渠道合作伙伴(partners) 版本:2018-03-21
|
|
48903
49049
|
|
|
49050
|
+
### 第 24 次发布
|
|
49051
|
+
|
|
49052
|
+
发布时间:2022-03-31 06:11:44
|
|
49053
|
+
|
|
49054
|
+
本次发布包含了以下内容:
|
|
49055
|
+
|
|
49056
|
+
改善已有的文档。
|
|
49057
|
+
|
|
49058
|
+
修改接口:
|
|
49059
|
+
|
|
49060
|
+
* [DescribeAgentDealsByCache](https://cloud.tencent.com/document/api/563/54256)
|
|
49061
|
+
|
|
49062
|
+
* 新增入参:BigDealIds
|
|
49063
|
+
|
|
49064
|
+
* [DescribeAgentPayDealsV2](https://cloud.tencent.com/document/api/563/55198)
|
|
49065
|
+
|
|
49066
|
+
* 新增入参:BigDealIds
|
|
49067
|
+
|
|
49068
|
+
* [DescribeAgentSelfPayDealsV2](https://cloud.tencent.com/document/api/563/55197)
|
|
49069
|
+
|
|
49070
|
+
* 新增入参:BigDealIds
|
|
49071
|
+
|
|
49072
|
+
|
|
48904
49073
|
### 第 23 次发布
|
|
48905
49074
|
|
|
48906
49075
|
发布时间:2021-09-16 08:09:23
|
|
@@ -49959,6 +50128,21 @@
|
|
|
49959
50128
|
|
|
49960
50129
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
49961
50130
|
|
|
50131
|
+
### 第 7 次发布
|
|
50132
|
+
|
|
50133
|
+
发布时间:2022-03-30 06:10:30
|
|
50134
|
+
|
|
50135
|
+
本次发布包含了以下内容:
|
|
50136
|
+
|
|
50137
|
+
改善已有的文档。
|
|
50138
|
+
|
|
50139
|
+
修改数据结构:
|
|
50140
|
+
|
|
50141
|
+
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
50142
|
+
|
|
50143
|
+
* 新增成员:IsCustomTld
|
|
50144
|
+
|
|
50145
|
+
|
|
49962
50146
|
### 第 6 次发布
|
|
49963
50147
|
|
|
49964
50148
|
发布时间:2022-03-22 08:13:14
|
|
@@ -54003,6 +54187,36 @@
|
|
|
54003
54187
|
|
|
54004
54188
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
54005
54189
|
|
|
54190
|
+
### 第 7 次发布
|
|
54191
|
+
|
|
54192
|
+
发布时间:2022-04-01 06:13:54
|
|
54193
|
+
|
|
54194
|
+
本次发布包含了以下内容:
|
|
54195
|
+
|
|
54196
|
+
改善已有的文档。
|
|
54197
|
+
|
|
54198
|
+
修改接口:
|
|
54199
|
+
|
|
54200
|
+
* [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
|
|
54201
|
+
|
|
54202
|
+
* 新增入参:ExportFlag
|
|
54203
|
+
|
|
54204
|
+
* [DescribeVulDetail](https://cloud.tencent.com/document/api/664/51980)
|
|
54205
|
+
|
|
54206
|
+
* 新增出参:VulPath
|
|
54207
|
+
|
|
54208
|
+
|
|
54209
|
+
修改数据结构:
|
|
54210
|
+
|
|
54211
|
+
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
54212
|
+
|
|
54213
|
+
* 新增成员:SearchData, IpCountryIso, IpProvinceIso, IpCity, EventSubType
|
|
54214
|
+
|
|
54215
|
+
* [VulItem](https://cloud.tencent.com/document/api/664/51406#VulItem)
|
|
54216
|
+
|
|
54217
|
+
* 新增成员:VulPath
|
|
54218
|
+
|
|
54219
|
+
|
|
54006
54220
|
### 第 6 次发布
|
|
54007
54221
|
|
|
54008
54222
|
发布时间:2021-11-22 08:10:13
|
|
@@ -60921,6 +61135,44 @@
|
|
|
60921
61135
|
|
|
60922
61136
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
60923
61137
|
|
|
61138
|
+
### 第 14 次发布
|
|
61139
|
+
|
|
61140
|
+
发布时间:2022-03-30 06:12:59
|
|
61141
|
+
|
|
61142
|
+
本次发布包含了以下内容:
|
|
61143
|
+
|
|
61144
|
+
改善已有的文档。
|
|
61145
|
+
|
|
61146
|
+
修改接口:
|
|
61147
|
+
|
|
61148
|
+
* [CreateResource](https://cloud.tencent.com/document/api/1371/60146)
|
|
61149
|
+
|
|
61150
|
+
* 新增入参:ResourceFrom, ResourceConfig
|
|
61151
|
+
|
|
61152
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
61153
|
+
|
|
61154
|
+
* 新增入参:EnablePrometheusConf
|
|
61155
|
+
|
|
61156
|
+
|
|
61157
|
+
新增数据结构:
|
|
61158
|
+
|
|
61159
|
+
* [EnablePrometheusConf](https://cloud.tencent.com/document/api/1371/60171#EnablePrometheusConf)
|
|
61160
|
+
|
|
61161
|
+
修改数据结构:
|
|
61162
|
+
|
|
61163
|
+
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
61164
|
+
|
|
61165
|
+
* 新增成员:RewriteType
|
|
61166
|
+
|
|
61167
|
+
* [MountedSettingConf](https://cloud.tencent.com/document/api/1371/60171#MountedSettingConf)
|
|
61168
|
+
|
|
61169
|
+
* 新增成员:SecretDataName
|
|
61170
|
+
|
|
61171
|
+
* [Pair](https://cloud.tencent.com/document/api/1371/60171#Pair)
|
|
61172
|
+
|
|
61173
|
+
* 新增成员:Secret
|
|
61174
|
+
|
|
61175
|
+
|
|
60924
61176
|
### 第 13 次发布
|
|
60925
61177
|
|
|
60926
61178
|
发布时间:2022-03-09 08:17:24
|
|
@@ -61191,6 +61443,45 @@
|
|
|
61191
61443
|
|
|
61192
61444
|
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
61193
61445
|
|
|
61446
|
+
### 第 8 次发布
|
|
61447
|
+
|
|
61448
|
+
发布时间:2022-04-01 06:15:33
|
|
61449
|
+
|
|
61450
|
+
本次发布包含了以下内容:
|
|
61451
|
+
|
|
61452
|
+
改善已有的文档。
|
|
61453
|
+
|
|
61454
|
+
修改接口:
|
|
61455
|
+
|
|
61456
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
|
|
61457
|
+
|
|
61458
|
+
* 新增入参:LoginNode, LoginNodeCount, Tags
|
|
61459
|
+
|
|
61460
|
+
|
|
61461
|
+
新增数据结构:
|
|
61462
|
+
|
|
61463
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/64906#LoginNode)
|
|
61464
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/64906#Tag)
|
|
61465
|
+
|
|
61466
|
+
### 第 7 次发布
|
|
61467
|
+
|
|
61468
|
+
发布时间:2022-03-30 06:13:05
|
|
61469
|
+
|
|
61470
|
+
本次发布包含了以下内容:
|
|
61471
|
+
|
|
61472
|
+
改善已有的文档。
|
|
61473
|
+
|
|
61474
|
+
新增数据结构:
|
|
61475
|
+
|
|
61476
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/64906#LoginNodeOverview)
|
|
61477
|
+
|
|
61478
|
+
修改数据结构:
|
|
61479
|
+
|
|
61480
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/64906#ClusterOverview)
|
|
61481
|
+
|
|
61482
|
+
* 新增成员:LoginNodeSet, LoginNodeCount
|
|
61483
|
+
|
|
61484
|
+
|
|
61194
61485
|
### 第 6 次发布
|
|
61195
61486
|
|
|
61196
61487
|
发布时间:2021-12-22 08:17:26
|
|
@@ -61304,6 +61595,48 @@
|
|
|
61304
61595
|
|
|
61305
61596
|
|
|
61306
61597
|
|
|
61598
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
61599
|
+
|
|
61600
|
+
### 第 1 次发布
|
|
61601
|
+
|
|
61602
|
+
发布时间:2022-04-04 11:19:56
|
|
61603
|
+
|
|
61604
|
+
本次发布包含了以下内容:
|
|
61605
|
+
|
|
61606
|
+
改善已有的文档。
|
|
61607
|
+
|
|
61608
|
+
新增接口:
|
|
61609
|
+
|
|
61610
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/72105)
|
|
61611
|
+
* [BindAutoScalingGroup](https://cloud.tencent.com/document/api/1527/72107)
|
|
61612
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/72102)
|
|
61613
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/72101)
|
|
61614
|
+
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/72104)
|
|
61615
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/72100)
|
|
61616
|
+
|
|
61617
|
+
新增数据结构:
|
|
61618
|
+
|
|
61619
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/72108#CFSOption)
|
|
61620
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
|
|
61621
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/72108#ComputeNode)
|
|
61622
|
+
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/72108#ComputeNodeOverview)
|
|
61623
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/72108#DataDisk)
|
|
61624
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/72108#GooseFSOption)
|
|
61625
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/72108#InstanceChargePrepaid)
|
|
61626
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/72108#InternetAccessible)
|
|
61627
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/72108#LoginNode)
|
|
61628
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/72108#LoginNodeOverview)
|
|
61629
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/72108#LoginSettings)
|
|
61630
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/72108#ManagerNode)
|
|
61631
|
+
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/72108#ManagerNodeOverview)
|
|
61632
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/72108#Placement)
|
|
61633
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/72108#StorageOption)
|
|
61634
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/72108#SystemDisk)
|
|
61635
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/72108#Tag)
|
|
61636
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/72108#VirtualPrivateCloud)
|
|
61637
|
+
|
|
61638
|
+
|
|
61639
|
+
|
|
61307
61640
|
|
|
61308
61641
|
## 智能钛机器学习(tia) 版本:2018-02-26
|
|
61309
61642
|
|
|
@@ -62935,6 +63268,28 @@
|
|
|
62935
63268
|
|
|
62936
63269
|
## 容器服务(tke) 版本:2018-05-25
|
|
62937
63270
|
|
|
63271
|
+
### 第 95 次发布
|
|
63272
|
+
|
|
63273
|
+
发布时间:2022-04-01 20:14:58
|
|
63274
|
+
|
|
63275
|
+
本次发布包含了以下内容:
|
|
63276
|
+
|
|
63277
|
+
改善已有的文档。
|
|
63278
|
+
|
|
63279
|
+
新增接口:
|
|
63280
|
+
|
|
63281
|
+
* [DescribeClusterLevelAttribute](https://cloud.tencent.com/document/api/457/72007)
|
|
63282
|
+
* [DescribeClusterLevelChangeRecords](https://cloud.tencent.com/document/api/457/72006)
|
|
63283
|
+
* [DescribeResourceUsage](https://cloud.tencent.com/document/api/457/72005)
|
|
63284
|
+
* [GetClusterLevelPrice](https://cloud.tencent.com/document/api/457/72004)
|
|
63285
|
+
|
|
63286
|
+
新增数据结构:
|
|
63287
|
+
|
|
63288
|
+
* [ClusterLevelAttribute](https://cloud.tencent.com/document/api/457/31866#ClusterLevelAttribute)
|
|
63289
|
+
* [ClusterLevelChangeRecord](https://cloud.tencent.com/document/api/457/31866#ClusterLevelChangeRecord)
|
|
63290
|
+
* [ResourceUsage](https://cloud.tencent.com/document/api/457/31866#ResourceUsage)
|
|
63291
|
+
* [ResourceUsageDetail](https://cloud.tencent.com/document/api/457/31866#ResourceUsageDetail)
|
|
63292
|
+
|
|
62938
63293
|
### 第 94 次发布
|
|
62939
63294
|
|
|
62940
63295
|
发布时间:2022-03-22 08:16:05
|
|
@@ -73773,6 +74128,32 @@
|
|
|
73773
74128
|
|
|
73774
74129
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
73775
74130
|
|
|
74131
|
+
### 第 10 次发布
|
|
74132
|
+
|
|
74133
|
+
发布时间:2022-04-04 07:39:05
|
|
74134
|
+
|
|
74135
|
+
本次发布包含了以下内容:
|
|
74136
|
+
|
|
74137
|
+
改善已有的文档。
|
|
74138
|
+
|
|
74139
|
+
新增接口:
|
|
74140
|
+
|
|
74141
|
+
* [QueryCrmStatistics](https://cloud.tencent.com/document/api/1318/72098)
|
|
74142
|
+
* [QueryCustomerEventDetailStatistics](https://cloud.tencent.com/document/api/1318/72097)
|
|
74143
|
+
* [QueryExternalUserEventList](https://cloud.tencent.com/document/api/1318/72096)
|
|
74144
|
+
* [QueryMaterialList](https://cloud.tencent.com/document/api/1318/72095)
|
|
74145
|
+
* [QueryStaffEventDetailStatistics](https://cloud.tencent.com/document/api/1318/72094)
|
|
74146
|
+
* [QueryUserInfoList](https://cloud.tencent.com/document/api/1318/72093)
|
|
74147
|
+
|
|
74148
|
+
新增数据结构:
|
|
74149
|
+
|
|
74150
|
+
* [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
|
|
74151
|
+
* [CrmStatisticsData](https://cloud.tencent.com/document/api/1318/56791#CrmStatisticsData)
|
|
74152
|
+
* [CustomerActionEventDetail](https://cloud.tencent.com/document/api/1318/56791#CustomerActionEventDetail)
|
|
74153
|
+
* [ExternalUserEventInfo](https://cloud.tencent.com/document/api/1318/56791#ExternalUserEventInfo)
|
|
74154
|
+
* [MaterialInfo](https://cloud.tencent.com/document/api/1318/56791#MaterialInfo)
|
|
74155
|
+
* [SalesActionEventDetail](https://cloud.tencent.com/document/api/1318/56791#SalesActionEventDetail)
|
|
74156
|
+
|
|
73776
74157
|
### 第 9 次发布
|
|
73777
74158
|
|
|
73778
74159
|
发布时间:2021-12-21 08:13:33
|