tencentcloud-sdk-nodejs 4.0.763 → 4.0.764
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 +205 -0
- package/SERVICE_CHANGELOG.md +291 -50
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +1 -2
- package/src/services/ams/v20201229/ams_models.ts +67 -1
- package/src/services/bi/v20220105/bi_models.ts +5 -0
- package/src/services/ccc/v20200210/ccc_models.ts +31 -28
- package/src/services/cdb/v20170320/cdb_client.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +31 -22
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +11 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +143 -170
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -1
- package/src/services/faceid/v20180301/faceid_client.ts +2 -0
- package/src/services/faceid/v20180301/faceid_models.ts +36 -0
- package/src/services/redis/v20180412/redis_models.ts +23 -14
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +141 -48
- package/src/services/vm/v20210922/vm_client.ts +1 -0
- package/src/services/vm/v20210922/vm_models.ts +67 -0
- package/src/services/vpc/v20170312/vpc_client.ts +32 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
- package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +143 -170
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
- package/test/trp.v20210515.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 音频内容安全(ams) 版本:2020-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-22 01:06:11
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,22 +12,26 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateAudioModerationTask](https://cloud.tencent.com/document/api/1219/53257)
|
|
16
|
+
|
|
17
|
+
* 新增入参:User
|
|
16
18
|
|
|
17
|
-
* <font color="#dd0000">**修改入参**:</font>ResourceId
|
|
18
19
|
|
|
20
|
+
新增数据结构:
|
|
19
21
|
|
|
22
|
+
* [User](https://cloud.tencent.com/document/api/1219/53259#User)
|
|
20
23
|
|
|
21
24
|
|
|
22
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
23
25
|
|
|
26
|
+
## 音频内容安全(ams) 版本:2020-06-08
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
27
29
|
|
|
28
|
-
|
|
30
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
29
31
|
|
|
30
|
-
|
|
32
|
+
### 第 8 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2023-12-22 01:07:03
|
|
31
35
|
|
|
32
36
|
本次发布包含了以下内容:
|
|
33
37
|
|
|
@@ -35,18 +39,18 @@
|
|
|
35
39
|
|
|
36
40
|
修改数据结构:
|
|
37
41
|
|
|
38
|
-
* [
|
|
42
|
+
* [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
|
|
39
43
|
|
|
40
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:ClusterId
|
|
41
45
|
|
|
42
46
|
|
|
43
47
|
|
|
44
48
|
|
|
45
|
-
##
|
|
49
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
46
50
|
|
|
47
|
-
### 第
|
|
51
|
+
### 第 150 次发布
|
|
48
52
|
|
|
49
|
-
发布时间:2023-12-
|
|
53
|
+
发布时间:2023-12-22 01:08:53
|
|
50
54
|
|
|
51
55
|
本次发布包含了以下内容:
|
|
52
56
|
|
|
@@ -54,54 +58,82 @@
|
|
|
54
58
|
|
|
55
59
|
修改接口:
|
|
56
60
|
|
|
57
|
-
* [
|
|
61
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
|
58
62
|
|
|
59
|
-
*
|
|
63
|
+
* 新增入参:ContainsMinStartTime
|
|
60
64
|
|
|
61
65
|
|
|
62
|
-
|
|
66
|
+
修改数据结构:
|
|
63
67
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
*
|
|
68
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
69
|
+
|
|
70
|
+
* 新增成员:ExecutedGTIDSet
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
76
|
+
|
|
77
|
+
### 第 4 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2023-12-22 01:09:56
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
67
84
|
|
|
68
85
|
修改数据结构:
|
|
69
86
|
|
|
70
|
-
* [
|
|
87
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
71
88
|
|
|
72
|
-
* 新增成员:
|
|
89
|
+
* 新增成员:RestartTimeout
|
|
73
90
|
|
|
74
91
|
|
|
75
92
|
|
|
76
93
|
|
|
77
|
-
##
|
|
94
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
78
95
|
|
|
79
|
-
### 第
|
|
96
|
+
### 第 123 次发布
|
|
80
97
|
|
|
81
|
-
发布时间:2023-12-
|
|
98
|
+
发布时间:2023-12-22 01:11:31
|
|
82
99
|
|
|
83
100
|
本次发布包含了以下内容:
|
|
84
101
|
|
|
85
102
|
改善已有的文档。
|
|
86
103
|
|
|
87
|
-
|
|
104
|
+
修改数据结构:
|
|
88
105
|
|
|
89
|
-
* [
|
|
106
|
+
* [InstanceRefund](https://cloud.tencent.com/document/api/213/15753#InstanceRefund)
|
|
90
107
|
|
|
91
|
-
* <font color="#dd0000"
|
|
108
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, Refunds, PriceDetail
|
|
92
109
|
|
|
93
110
|
|
|
94
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
95
111
|
|
|
96
|
-
* BundleSetOpt
|
|
97
112
|
|
|
113
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
98
114
|
|
|
115
|
+
### 第 28 次发布
|
|
99
116
|
|
|
100
|
-
|
|
117
|
+
发布时间:2023-12-22 01:14:13
|
|
101
118
|
|
|
102
|
-
|
|
119
|
+
本次发布包含了以下内容:
|
|
103
120
|
|
|
104
|
-
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改数据结构:
|
|
124
|
+
|
|
125
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
126
|
+
|
|
127
|
+
* 新增成员:SlaveDNS
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
133
|
+
|
|
134
|
+
### 第 68 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2023-12-22 01:16:17
|
|
105
137
|
|
|
106
138
|
本次发布包含了以下内容:
|
|
107
139
|
|
|
@@ -109,38 +141,65 @@
|
|
|
109
141
|
|
|
110
142
|
修改接口:
|
|
111
143
|
|
|
112
|
-
* [
|
|
144
|
+
* [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
|
|
113
145
|
|
|
114
|
-
*
|
|
146
|
+
* 新增出参:ExtraInfo
|
|
115
147
|
|
|
116
|
-
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
|
|
117
148
|
|
|
118
|
-
|
|
149
|
+
新增数据结构:
|
|
119
150
|
|
|
151
|
+
* [ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo)
|
|
152
|
+
* [RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo)
|
|
120
153
|
|
|
121
154
|
|
|
122
155
|
|
|
123
|
-
##
|
|
156
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
124
157
|
|
|
158
|
+
### 第 69 次发布
|
|
125
159
|
|
|
160
|
+
发布时间:2023-12-22 01:21:35
|
|
126
161
|
|
|
127
|
-
|
|
162
|
+
本次发布包含了以下内容:
|
|
128
163
|
|
|
129
|
-
|
|
164
|
+
改善已有的文档。
|
|
130
165
|
|
|
131
|
-
|
|
166
|
+
修改数据结构:
|
|
167
|
+
|
|
168
|
+
* [ProductConf](https://cloud.tencent.com/document/api/239/20022#ProductConf)
|
|
169
|
+
|
|
170
|
+
* 新增成员:EnableReplicaReadOnly
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
176
|
+
|
|
177
|
+
### 第 6 次发布
|
|
178
|
+
|
|
179
|
+
发布时间:2023-12-22 01:27:31
|
|
132
180
|
|
|
133
181
|
本次发布包含了以下内容:
|
|
134
182
|
|
|
135
183
|
改善已有的文档。
|
|
136
184
|
|
|
137
|
-
|
|
185
|
+
修改接口:
|
|
186
|
+
|
|
187
|
+
* [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
|
|
188
|
+
|
|
189
|
+
* 新增入参:User
|
|
138
190
|
|
|
139
|
-
* [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
|
|
140
191
|
|
|
141
192
|
新增数据结构:
|
|
142
193
|
|
|
143
|
-
* [
|
|
194
|
+
* [User](https://cloud.tencent.com/document/api/1265/80019#User)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
144
203
|
|
|
145
204
|
|
|
146
205
|
|
|
@@ -1679,6 +1738,25 @@
|
|
|
1679
1738
|
|
|
1680
1739
|
## 音频内容安全(ams) 版本:2020-12-29
|
|
1681
1740
|
|
|
1741
|
+
### 第 10 次发布
|
|
1742
|
+
|
|
1743
|
+
发布时间:2023-12-22 01:06:11
|
|
1744
|
+
|
|
1745
|
+
本次发布包含了以下内容:
|
|
1746
|
+
|
|
1747
|
+
改善已有的文档。
|
|
1748
|
+
|
|
1749
|
+
修改接口:
|
|
1750
|
+
|
|
1751
|
+
* [CreateAudioModerationTask](https://cloud.tencent.com/document/api/1219/53257)
|
|
1752
|
+
|
|
1753
|
+
* 新增入参:User
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
新增数据结构:
|
|
1757
|
+
|
|
1758
|
+
* [[User](https://cloud.tencent.com/document/api/1219/53259#User)](https://cloud.tencent.com/document/api/1219/53259#[User](https://cloud.tencent.com/document/api/1219/53259#User))
|
|
1759
|
+
|
|
1682
1760
|
### 第 9 次发布
|
|
1683
1761
|
|
|
1684
1762
|
发布时间:2022-12-29 10:01:58
|
|
@@ -8425,6 +8503,21 @@
|
|
|
8425
8503
|
|
|
8426
8504
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8427
8505
|
|
|
8506
|
+
### 第 8 次发布
|
|
8507
|
+
|
|
8508
|
+
发布时间:2023-12-22 01:07:03
|
|
8509
|
+
|
|
8510
|
+
本次发布包含了以下内容:
|
|
8511
|
+
|
|
8512
|
+
改善已有的文档。
|
|
8513
|
+
|
|
8514
|
+
修改数据结构:
|
|
8515
|
+
|
|
8516
|
+
* [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
|
|
8517
|
+
|
|
8518
|
+
* 新增成员:ClusterId
|
|
8519
|
+
|
|
8520
|
+
|
|
8428
8521
|
### 第 7 次发布
|
|
8429
8522
|
|
|
8430
8523
|
发布时间:2023-12-06 01:10:35
|
|
@@ -15482,6 +15575,28 @@
|
|
|
15482
15575
|
|
|
15483
15576
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
15484
15577
|
|
|
15578
|
+
### 第 150 次发布
|
|
15579
|
+
|
|
15580
|
+
发布时间:2023-12-22 01:08:53
|
|
15581
|
+
|
|
15582
|
+
本次发布包含了以下内容:
|
|
15583
|
+
|
|
15584
|
+
改善已有的文档。
|
|
15585
|
+
|
|
15586
|
+
修改接口:
|
|
15587
|
+
|
|
15588
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
|
15589
|
+
|
|
15590
|
+
* 新增入参:ContainsMinStartTime
|
|
15591
|
+
|
|
15592
|
+
|
|
15593
|
+
修改数据结构:
|
|
15594
|
+
|
|
15595
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
15596
|
+
|
|
15597
|
+
* 新增成员:ExecutedGTIDSet
|
|
15598
|
+
|
|
15599
|
+
|
|
15485
15600
|
### 第 149 次发布
|
|
15486
15601
|
|
|
15487
15602
|
发布时间:2023-12-13 01:17:04
|
|
@@ -21769,6 +21884,21 @@
|
|
|
21769
21884
|
|
|
21770
21885
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
21771
21886
|
|
|
21887
|
+
### 第 4 次发布
|
|
21888
|
+
|
|
21889
|
+
发布时间:2023-12-22 01:09:56
|
|
21890
|
+
|
|
21891
|
+
本次发布包含了以下内容:
|
|
21892
|
+
|
|
21893
|
+
改善已有的文档。
|
|
21894
|
+
|
|
21895
|
+
修改数据结构:
|
|
21896
|
+
|
|
21897
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
21898
|
+
|
|
21899
|
+
* 新增成员:RestartTimeout
|
|
21900
|
+
|
|
21901
|
+
|
|
21772
21902
|
### 第 3 次发布
|
|
21773
21903
|
|
|
21774
21904
|
发布时间:2023-12-20 01:16:54
|
|
@@ -36129,6 +36259,21 @@
|
|
|
36129
36259
|
|
|
36130
36260
|
## 云服务器(cvm) 版本:2017-03-12
|
|
36131
36261
|
|
|
36262
|
+
### 第 123 次发布
|
|
36263
|
+
|
|
36264
|
+
发布时间:2023-12-22 01:11:31
|
|
36265
|
+
|
|
36266
|
+
本次发布包含了以下内容:
|
|
36267
|
+
|
|
36268
|
+
改善已有的文档。
|
|
36269
|
+
|
|
36270
|
+
修改数据结构:
|
|
36271
|
+
|
|
36272
|
+
* [InstanceRefund](https://cloud.tencent.com/document/api/213/15753#InstanceRefund)
|
|
36273
|
+
|
|
36274
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, Refunds, PriceDetail
|
|
36275
|
+
|
|
36276
|
+
|
|
36132
36277
|
### 第 122 次发布
|
|
36133
36278
|
|
|
36134
36279
|
发布时间:2023-12-01 01:12:05
|
|
@@ -48862,6 +49007,21 @@
|
|
|
48862
49007
|
|
|
48863
49008
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
48864
49009
|
|
|
49010
|
+
### 第 28 次发布
|
|
49011
|
+
|
|
49012
|
+
发布时间:2023-12-22 01:14:13
|
|
49013
|
+
|
|
49014
|
+
本次发布包含了以下内容:
|
|
49015
|
+
|
|
49016
|
+
改善已有的文档。
|
|
49017
|
+
|
|
49018
|
+
修改数据结构:
|
|
49019
|
+
|
|
49020
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
49021
|
+
|
|
49022
|
+
* 新增成员:SlaveDNS
|
|
49023
|
+
|
|
49024
|
+
|
|
48865
49025
|
### 第 27 次发布
|
|
48866
49026
|
|
|
48867
49027
|
发布时间:2023-11-09 01:12:46
|
|
@@ -62460,6 +62620,26 @@
|
|
|
62460
62620
|
|
|
62461
62621
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
62462
62622
|
|
|
62623
|
+
### 第 68 次发布
|
|
62624
|
+
|
|
62625
|
+
发布时间:2023-12-22 01:16:17
|
|
62626
|
+
|
|
62627
|
+
本次发布包含了以下内容:
|
|
62628
|
+
|
|
62629
|
+
改善已有的文档。
|
|
62630
|
+
|
|
62631
|
+
修改接口:
|
|
62632
|
+
|
|
62633
|
+
* [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
|
|
62634
|
+
|
|
62635
|
+
* 新增出参:ExtraInfo
|
|
62636
|
+
|
|
62637
|
+
|
|
62638
|
+
新增数据结构:
|
|
62639
|
+
|
|
62640
|
+
* [[ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo)](https://cloud.tencent.com/document/api/1007/41958#[ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo))
|
|
62641
|
+
* [[RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo)](https://cloud.tencent.com/document/api/1007/41958#[RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo))
|
|
62642
|
+
|
|
62463
62643
|
### 第 67 次发布
|
|
62464
62644
|
|
|
62465
62645
|
发布时间:2023-12-06 01:49:35
|
|
@@ -89141,9 +89321,9 @@
|
|
|
89141
89321
|
|
|
89142
89322
|
新增数据结构:
|
|
89143
89323
|
|
|
89144
|
-
* [
|
|
89145
|
-
* [
|
|
89146
|
-
* [
|
|
89324
|
+
* [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
|
|
89325
|
+
* [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
|
|
89326
|
+
* [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
|
|
89147
89327
|
|
|
89148
89328
|
修改数据结构:
|
|
89149
89329
|
|
|
@@ -94615,6 +94795,21 @@
|
|
|
94615
94795
|
|
|
94616
94796
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
94617
94797
|
|
|
94798
|
+
### 第 69 次发布
|
|
94799
|
+
|
|
94800
|
+
发布时间:2023-12-22 01:21:35
|
|
94801
|
+
|
|
94802
|
+
本次发布包含了以下内容:
|
|
94803
|
+
|
|
94804
|
+
改善已有的文档。
|
|
94805
|
+
|
|
94806
|
+
修改数据结构:
|
|
94807
|
+
|
|
94808
|
+
* [ProductConf](https://cloud.tencent.com/document/api/239/20022#ProductConf)
|
|
94809
|
+
|
|
94810
|
+
* 新增成员:EnableReplicaReadOnly
|
|
94811
|
+
|
|
94812
|
+
|
|
94618
94813
|
### 第 68 次发布
|
|
94619
94814
|
|
|
94620
94815
|
发布时间:2023-12-11 01:11:39
|
|
@@ -125411,6 +125606,33 @@
|
|
|
125411
125606
|
|
|
125412
125607
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
125413
125608
|
|
|
125609
|
+
### 第 30 次发布
|
|
125610
|
+
|
|
125611
|
+
发布时间:2023-12-21 10:26:13
|
|
125612
|
+
|
|
125613
|
+
本次发布包含了以下内容:
|
|
125614
|
+
|
|
125615
|
+
改善已有的文档。
|
|
125616
|
+
|
|
125617
|
+
新增接口:
|
|
125618
|
+
|
|
125619
|
+
* [DescribePlanQRCodeScanRecords](https://cloud.tencent.com/document/api/1458/102574)
|
|
125620
|
+
|
|
125621
|
+
新增数据结构:
|
|
125622
|
+
|
|
125623
|
+
* [PlanQRCodeRecord](https://cloud.tencent.com/document/api/1458/75030#PlanQRCodeRecord)
|
|
125624
|
+
|
|
125625
|
+
修改数据结构:
|
|
125626
|
+
|
|
125627
|
+
* [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
|
|
125628
|
+
|
|
125629
|
+
* <font color="#dd0000">**修改成员**:</font>TplName, Job, ProductionDate, ValidDate, Attrs
|
|
125630
|
+
|
|
125631
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
125632
|
+
|
|
125633
|
+
* 新增成员:Value
|
|
125634
|
+
|
|
125635
|
+
|
|
125414
125636
|
### 第 29 次发布
|
|
125415
125637
|
|
|
125416
125638
|
发布时间:2023-10-26 14:46:10
|
|
@@ -125437,7 +125659,7 @@
|
|
|
125437
125659
|
|
|
125438
125660
|
新增接口:
|
|
125439
125661
|
|
|
125440
|
-
* [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/
|
|
125662
|
+
* [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
|
|
125441
125663
|
|
|
125442
125664
|
### 第 27 次发布
|
|
125443
125665
|
|
|
@@ -131590,6 +131812,25 @@
|
|
|
131590
131812
|
|
|
131591
131813
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
131592
131814
|
|
|
131815
|
+
### 第 6 次发布
|
|
131816
|
+
|
|
131817
|
+
发布时间:2023-12-22 01:27:31
|
|
131818
|
+
|
|
131819
|
+
本次发布包含了以下内容:
|
|
131820
|
+
|
|
131821
|
+
改善已有的文档。
|
|
131822
|
+
|
|
131823
|
+
修改接口:
|
|
131824
|
+
|
|
131825
|
+
* [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
|
|
131826
|
+
|
|
131827
|
+
* 新增入参:User
|
|
131828
|
+
|
|
131829
|
+
|
|
131830
|
+
新增数据结构:
|
|
131831
|
+
|
|
131832
|
+
* [[User](https://cloud.tencent.com/document/api/1265/80019#User)](https://cloud.tencent.com/document/api/1265/80019#[User](https://cloud.tencent.com/document/api/1265/80019#User))
|
|
131833
|
+
|
|
131593
131834
|
### 第 5 次发布
|
|
131594
131835
|
|
|
131595
131836
|
发布时间:2023-11-10 01:28:11
|
|
@@ -131770,11 +132011,11 @@
|
|
|
131770
132011
|
|
|
131771
132012
|
新增接口:
|
|
131772
132013
|
|
|
131773
|
-
* [
|
|
132014
|
+
* [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
|
|
131774
132015
|
|
|
131775
132016
|
新增数据结构:
|
|
131776
132017
|
|
|
131777
|
-
* [
|
|
132018
|
+
* [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
|
|
131778
132019
|
|
|
131779
132020
|
### 第 175 次发布
|
|
131780
132021
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
|
|
9
9
|
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 11:26:02 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
|
-
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-
|
|
11
|
+
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
13
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-22 01:07:03 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-01 01:08:07 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-22 01:08:53 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-22 01:09:56 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-19 01:25:03 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-22 01:11:31 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
|
|
84
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
84
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-12-22 01:14:13 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-22 01:14:53 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-19 01:39:39 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-22 01:15:47 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-22 01:16:03 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-22 01:16:17 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-22 01:18:51 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-12-12 02:16:16 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
185
185
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
186
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-
|
|
186
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-12-22 01:22:58 |
|
|
187
187
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
188
188
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-20 02:06:26 |
|
|
189
189
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
223
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-12-01 01:26:49 |
|
|
224
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-
|
|
224
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-21 10:26:13 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
|
|
@@ -229,14 +229,14 @@
|
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-
|
|
232
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
234
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-21 02:21:45 |
|
|
235
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-
|
|
235
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-22 01:28:06 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-22 01:29:59 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.764"
|