tencentcloud-sdk-nodejs 4.0.226 → 4.0.230

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.
Files changed (68) hide show
  1. package/CHANGELOG.md +391 -189
  2. package/package.json +1 -1
  3. package/products.md +23 -23
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/apigateway/v20180808/apigateway_models.ts +18 -0
  6. package/src/services/as/v20180419/as_models.ts +2 -6
  7. package/src/services/ccc/v20200210/ccc_models.ts +49 -7
  8. package/src/services/cdb/v20170320/cdb_client.ts +2 -14
  9. package/src/services/cdb/v20170320/cdb_models.ts +15 -50
  10. package/src/services/cdn/v20180606/cdn_models.ts +7 -0
  11. package/src/services/cfw/v20190904/cfw_models.ts +10 -10
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
  13. package/src/services/clb/v20180317/clb_models.ts +5 -0
  14. package/src/services/cls/v20201016/cls_client.ts +3 -18
  15. package/src/services/cls/v20201016/cls_models.ts +16 -1
  16. package/src/services/cme/v20191029/cme_models.ts +5 -0
  17. package/src/services/cpdp/v20190820/cpdp_client.ts +16 -3
  18. package/src/services/cpdp/v20190820/cpdp_models.ts +179 -66
  19. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  20. package/src/services/cwp/v20180228/cwp_models.ts +22 -0
  21. package/src/services/eiam/v20210420/eiam_models.ts +4 -4
  22. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
  23. package/src/services/postgres/v20170312/postgres_client.ts +13 -1
  24. package/src/services/postgres/v20170312/postgres_models.ts +72 -2
  25. package/src/services/redis/v20180412/redis_models.ts +9 -2
  26. package/src/services/scf/v20180416/scf_models.ts +5 -0
  27. package/src/services/ses/v20201002/ses_models.ts +3 -2
  28. package/src/services/taf/v20200210/taf_client.ts +3 -2
  29. package/src/services/taf/v20200210/taf_models.ts +46 -11
  30. package/src/services/tke/v20180525/tke_models.ts +2 -2
  31. package/src/services/vod/v20180717/vod_models.ts +20 -10
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +15 -0
  35. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
  36. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -44
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
  41. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +10 -10
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
  43. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  44. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
  45. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
  46. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  47. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  48. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +6 -2
  49. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +7 -1
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +156 -62
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +18 -0
  53. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
  54. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
  55. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  56. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  57. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +60 -2
  58. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -1
  59. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
  60. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -0
  61. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
  62. package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
  63. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +38 -10
  64. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
  66. package/test/cdb.v20170320.test.js +0 -10
  67. package/test/cpdp.v20190820.test.js +10 -0
  68. package/test/postgres.v20170312.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,67 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云顾问(advisor) 版本:2020-07-21
4
-
5
- ### 第 2 次发布
6
-
7
- 发布时间:2021-10-29 08:00:17
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
16
-
17
- * 新增出参:Risks
18
-
19
-
20
-
21
-
22
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
23
-
24
- ### 第 70 次发布
25
-
26
- 发布时间:2021-10-29 08:01:53
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 修改接口:
33
-
34
- * [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
35
-
36
- * 新增入参:ManualBackupName
37
-
38
- * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
39
-
40
- * 新增入参:DryRun
41
-
42
- * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
43
-
44
- * 新增入参:AlarmPolicyIdList, DryRun
45
-
46
- * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
47
-
48
- * 新增入参:AlarmPolicyIdList, DryRun
49
-
50
-
51
- 修改数据结构:
52
-
53
- * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
54
-
55
- * 新增成员:ManualBackupName
56
-
57
-
58
-
59
-
60
- ## 人脸核身(faceid) 版本:2018-03-01
3
+ ## API网关(apigateway) 版本:2018-08-08
61
4
 
62
- ### 第 32 次发布
5
+ ### 第 20 次发布
63
6
 
64
- 发布时间:2021-10-29 08:05:31
7
+ 发布时间:2021-11-04 08:03:57
65
8
 
66
9
  本次发布包含了以下内容:
67
10
 
@@ -69,52 +12,25 @@
69
12
 
70
13
  修改接口:
71
14
 
72
- * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
73
-
74
- * 新增入参:UseCos
75
-
76
-
77
- 修改数据结构:
78
-
79
- * [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
80
-
81
- * 新增成员:DesKey, UserInfo
82
-
83
-
84
-
85
-
86
- ## 图片内容检测(ims) 版本:2020-12-29
87
-
88
- ### 第 3 次发布
89
-
90
- 发布时间:2021-10-29 08:06:21
15
+ * [DescribeService](https://cloud.tencent.com/document/api/628/45199)
91
16
 
92
- 本次发布包含了以下内容:
17
+ * 新增出参:DeploymentType, SpecialUse
93
18
 
94
- 改善已有的文档。
95
19
 
96
20
  修改数据结构:
97
21
 
98
- * [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
99
-
100
- * 新增成员:SubLabel
101
-
102
- * [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
103
-
104
- * 新增成员:SubLabel
105
-
106
-
22
+ * [Service](https://cloud.tencent.com/document/api/628/45244#Service)
107
23
 
24
+ * 新增成员:DeploymentType
108
25
 
109
- ## 图片内容检测(ims) 版本:2020-07-13
110
26
 
111
27
 
112
28
 
113
- ## 邮件推送(ses) 版本:2020-10-02
29
+ ## 企业收付平台(cpdp) 版本:2019-08-20
114
30
 
115
- ### 第 5 次发布
31
+ ### 第 49 次发布
116
32
 
117
- 发布时间:2021-10-29 08:08:48
33
+ 发布时间:2021-11-04 08:06:43
118
34
 
119
35
  本次发布包含了以下内容:
120
36
 
@@ -122,88 +38,28 @@
122
38
 
123
39
  新增接口:
124
40
 
125
- * [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
126
-
127
- 新增数据结构:
128
-
129
- * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
130
- * [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
131
-
132
-
133
-
134
- ## 流量反欺诈(taf) 版本:2020-02-10
135
-
136
- ### 第 7 次发布
137
-
138
- 发布时间:2021-10-29 08:09:22
139
-
140
- 本次发布包含了以下内容:
141
-
142
- 改善已有的文档。
143
-
144
- 修改数据结构:
145
-
146
- * [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
147
-
148
- * 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
149
-
150
-
151
-
152
-
153
- ## 弹性微服务(tem) 版本:2021-07-01
154
-
155
- ### 第 5 次发布
156
-
157
- 发布时间:2021-10-29 08:10:14
158
-
159
- 本次发布包含了以下内容:
160
-
161
- 改善已有的文档。
41
+ * [QueryMaliciousRegistration](https://cloud.tencent.com/document/api/1122/63688)
162
42
 
163
43
  修改接口:
164
44
 
165
- * [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
166
-
167
- * 新增入参:VersionId
168
-
169
-
170
-
171
-
172
- ## 弹性微服务(tem) 版本:2020-12-21
173
-
174
-
175
-
176
- ## 图像分析(tiia) 版本:2019-05-29
177
-
178
- ### 第 16 次发布
179
-
180
- 发布时间:2021-10-29 08:10:24
181
-
182
- 本次发布包含了以下内容:
45
+ * [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
183
46
 
184
- 改善已有的文档。
47
+ * 新增入参:Royalty
185
48
 
186
- 新增接口:
49
+ * <font color="#dd0000">**修改入参**:</font>Tag
187
50
 
188
- * [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
189
- * [CreateImage](https://cloud.tencent.com/document/api/865/63487)
190
- * [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
191
- * [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
192
- * [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
193
- * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
194
51
 
195
52
  新增数据结构:
196
53
 
197
- * [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
198
- * [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
54
+ * [MerchantRiskInfo](https://cloud.tencent.com/document/api/1122/40683#MerchantRiskInfo)
199
55
 
200
56
 
201
57
 
202
- ## 互动白板(tiw) 版本:2019-09-19
58
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
203
59
 
204
- ### 第 22 次发布
60
+ ### 第 19 次发布
205
61
 
206
- 发布时间:2021-10-29 08:10:34
62
+ 发布时间:2021-11-04 08:11:48
207
63
 
208
64
  本次发布包含了以下内容:
209
65
 
@@ -211,33 +67,26 @@
211
67
 
212
68
  新增接口:
213
69
 
214
- * [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
215
-
216
- 新增数据结构:
217
-
218
- * [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
70
+ * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)
219
71
 
220
72
 
221
73
 
222
- ## 实时音视频(trtc) 版本:2019-07-22
74
+ ## 云数据库 Redis(redis) 版本:2018-04-12
223
75
 
224
- ### 第 27 次发布
76
+ ### 第 37 次发布
225
77
 
226
- 发布时间:2021-10-29 08:10:53
78
+ 发布时间:2021-11-04 08:12:00
227
79
 
228
80
  本次发布包含了以下内容:
229
81
 
230
82
  改善已有的文档。
231
83
 
232
- <font color="#dd0000">**删除接口**:</font>
84
+ 修改接口:
233
85
 
234
- * DescribeRealtimeNetwork
235
- * DescribeRealtimeQuality
236
- * DescribeRealtimeScale
86
+ * [EnableReplicaReadonly](https://cloud.tencent.com/document/api/239/34437)
237
87
 
238
- <font color="#dd0000">**删除数据结构**:</font>
88
+ * 新增出参:TaskId
239
89
 
240
- * RealtimeData
241
90
 
242
91
 
243
92
 
@@ -1573,6 +1422,28 @@
1573
1422
 
1574
1423
  ## API网关(apigateway) 版本:2018-08-08
1575
1424
 
1425
+ ### 第 20 次发布
1426
+
1427
+ 发布时间:2021-11-04 08:03:57
1428
+
1429
+ 本次发布包含了以下内容:
1430
+
1431
+ 改善已有的文档。
1432
+
1433
+ 修改接口:
1434
+
1435
+ * [DescribeService](https://cloud.tencent.com/document/api/628/45199)
1436
+
1437
+ * 新增出参:DeploymentType, SpecialUse
1438
+
1439
+
1440
+ 修改数据结构:
1441
+
1442
+ * [Service](https://cloud.tencent.com/document/api/628/45244#Service)
1443
+
1444
+ * 新增成员:DeploymentType
1445
+
1446
+
1576
1447
  ### 第 19 次发布
1577
1448
 
1578
1449
  发布时间:2021-07-29 08:11:45
@@ -7882,6 +7753,42 @@
7882
7753
 
7883
7754
  ## 云呼叫中心(ccc) 版本:2020-02-10
7884
7755
 
7756
+ ### 第 16 次发布
7757
+
7758
+ 发布时间:2021-11-01 08:06:08
7759
+
7760
+ 本次发布包含了以下内容:
7761
+
7762
+ 改善已有的文档。
7763
+
7764
+ 修改接口:
7765
+
7766
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
7767
+
7768
+ * 新增入参:SessionId
7769
+
7770
+ * <font color="#dd0000">**修改入参**:</font>CdrId
7771
+
7772
+ * [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
7773
+
7774
+ * 新增入参:SessionIds
7775
+
7776
+
7777
+ 修改数据结构:
7778
+
7779
+ * [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
7780
+
7781
+ * 新增成员:ProtectedCaller, ProtectedCallee
7782
+
7783
+ * [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
7784
+
7785
+ * 新增成员:ProtectedCaller, ProtectedCallee
7786
+
7787
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
7788
+
7789
+ * 新增成员:ProtectedCaller, ProtectedCallee
7790
+
7791
+
7885
7792
  ### 第 15 次发布
7886
7793
 
7887
7794
  发布时间:2021-08-10 08:01:44
@@ -8159,6 +8066,18 @@
8159
8066
 
8160
8067
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
8161
8068
 
8069
+ ### 第 71 次发布
8070
+
8071
+ 发布时间:2021-11-01 08:06:13
8072
+
8073
+ 本次发布包含了以下内容:
8074
+
8075
+ 改善已有的文档。
8076
+
8077
+ <font color="#dd0000">**删除接口**:</font>
8078
+
8079
+ * ModifyRoType
8080
+
8162
8081
  ### 第 70 次发布
8163
8082
 
8164
8083
  发布时间:2021-10-29 08:01:53
@@ -9647,6 +9566,21 @@
9647
9566
 
9648
9567
  ## 内容分发网络(cdn) 版本:2018-06-06
9649
9568
 
9569
+ ### 第 85 次发布
9570
+
9571
+ 发布时间:2021-11-02 08:03:38
9572
+
9573
+ 本次发布包含了以下内容:
9574
+
9575
+ 改善已有的文档。
9576
+
9577
+ 修改数据结构:
9578
+
9579
+ * [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
9580
+
9581
+ * 新增成员:FullMatch
9582
+
9583
+
9650
9584
  ### 第 84 次发布
9651
9585
 
9652
9586
  发布时间:2021-10-28 15:10:03
@@ -12488,6 +12422,32 @@
12488
12422
 
12489
12423
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
12490
12424
 
12425
+ ### 第 24 次发布
12426
+
12427
+ 发布时间:2021-11-02 08:04:08
12428
+
12429
+ 本次发布包含了以下内容:
12430
+
12431
+ 改善已有的文档。
12432
+
12433
+ 修改接口:
12434
+
12435
+ * [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
12436
+
12437
+ * 新增入参:RetentionBytes
12438
+
12439
+ * [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
12440
+
12441
+ * 新增入参:RetentionBytes
12442
+
12443
+
12444
+ 修改数据结构:
12445
+
12446
+ * [Config](https://cloud.tencent.com/document/api/597/40861#Config)
12447
+
12448
+ * 新增成员:RetentionBytes
12449
+
12450
+
12491
12451
  ### 第 23 次发布
12492
12452
 
12493
12453
  发布时间:2021-10-15 08:08:18
@@ -13021,6 +12981,21 @@
13021
12981
 
13022
12982
  ## 负载均衡(clb) 版本:2018-03-17
13023
12983
 
12984
+ ### 第 56 次发布
12985
+
12986
+ 发布时间:2021-11-02 08:04:16
12987
+
12988
+ 本次发布包含了以下内容:
12989
+
12990
+ 改善已有的文档。
12991
+
12992
+ 修改接口:
12993
+
12994
+ * [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
12995
+
12996
+ * 新增入参:Number
12997
+
12998
+
13024
12999
  ### 第 55 次发布
13025
13000
 
13026
13001
  发布时间:2021-10-21 11:20:09
@@ -14524,6 +14499,21 @@
14524
14499
 
14525
14500
  ## 日志服务(cls) 版本:2020-10-16
14526
14501
 
14502
+ ### 第 12 次发布
14503
+
14504
+ 发布时间:2021-11-01 08:07:18
14505
+
14506
+ 本次发布包含了以下内容:
14507
+
14508
+ 改善已有的文档。
14509
+
14510
+ 修改接口:
14511
+
14512
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
14513
+
14514
+ * 新增入参:TopicId, HashKey, CompressType
14515
+
14516
+
14527
14517
  ### 第 11 次发布
14528
14518
 
14529
14519
  发布时间:2021-10-27 08:04:57
@@ -14832,6 +14822,21 @@
14832
14822
 
14833
14823
  ## 腾讯云剪(cme) 版本:2019-10-29
14834
14824
 
14825
+ ### 第 40 次发布
14826
+
14827
+ 发布时间:2021-11-01 08:07:26
14828
+
14829
+ 本次发布包含了以下内容:
14830
+
14831
+ 改善已有的文档。
14832
+
14833
+ 修改接口:
14834
+
14835
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
14836
+
14837
+ * 新增入参:AspectRatio
14838
+
14839
+
14835
14840
  ### 第 39 次发布
14836
14841
 
14837
14842
  发布时间:2021-09-15 08:03:30
@@ -16144,6 +16149,31 @@
16144
16149
 
16145
16150
  ## 企业收付平台(cpdp) 版本:2019-08-20
16146
16151
 
16152
+ ### 第 49 次发布
16153
+
16154
+ 发布时间:2021-11-04 08:06:43
16155
+
16156
+ 本次发布包含了以下内容:
16157
+
16158
+ 改善已有的文档。
16159
+
16160
+ 新增接口:
16161
+
16162
+ * [[QueryMaliciousRegistration](https://cloud.tencent.com/document/api/1122/63688)](https://cloud.tencent.com/document/api/#/#)
16163
+
16164
+ 修改接口:
16165
+
16166
+ * [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
16167
+
16168
+ * 新增入参:Royalty
16169
+
16170
+ * <font color="#dd0000">**修改入参**:</font>Tag
16171
+
16172
+
16173
+ 新增数据结构:
16174
+
16175
+ * [[MerchantRiskInfo](https://cloud.tencent.com/document/api/1122/40683#MerchantRiskInfo)](https://cloud.tencent.com/document/api/1122/40683#[MerchantRiskInfo](https://cloud.tencent.com/document/api/1122/40683#MerchantRiskInfo))
16176
+
16147
16177
  ### 第 48 次发布
16148
16178
 
16149
16179
  发布时间:2021-10-13 08:05:27
@@ -18873,6 +18903,32 @@
18873
18903
 
18874
18904
  ## 主机安全(cwp) 版本:2018-02-28
18875
18905
 
18906
+ ### 第 34 次发布
18907
+
18908
+ 发布时间:2021-11-02 08:05:13
18909
+
18910
+ 本次发布包含了以下内容:
18911
+
18912
+ 改善已有的文档。
18913
+
18914
+ 修改接口:
18915
+
18916
+ * [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
18917
+
18918
+ * 新增出参:UltimateVersionNum
18919
+
18920
+
18921
+ 修改数据结构:
18922
+
18923
+ * [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
18924
+
18925
+ * 新增成员:KernelVersion, MachineStatus
18926
+
18927
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
18928
+
18929
+ * 新增成员:KernelVersion
18930
+
18931
+
18876
18932
  ### 第 33 次发布
18877
18933
 
18878
18934
  发布时间:2021-10-27 08:05:40
@@ -41656,6 +41712,18 @@
41656
41712
 
41657
41713
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
41658
41714
 
41715
+ ### 第 19 次发布
41716
+
41717
+ 发布时间:2021-11-04 08:11:48
41718
+
41719
+ 本次发布包含了以下内容:
41720
+
41721
+ 改善已有的文档。
41722
+
41723
+ 新增接口:
41724
+
41725
+ * [[ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)](https://cloud.tencent.com/document/api/#/#)
41726
+
41659
41727
  ### 第 18 次发布
41660
41728
 
41661
41729
  发布时间:2021-10-26 08:11:42
@@ -42253,6 +42321,21 @@
42253
42321
 
42254
42322
  ## 云数据库 Redis(redis) 版本:2018-04-12
42255
42323
 
42324
+ ### 第 37 次发布
42325
+
42326
+ 发布时间:2021-11-04 08:12:00
42327
+
42328
+ 本次发布包含了以下内容:
42329
+
42330
+ 改善已有的文档。
42331
+
42332
+ 修改接口:
42333
+
42334
+ * [EnableReplicaReadonly](https://cloud.tencent.com/document/api/239/34437)
42335
+
42336
+ * 新增出参:TaskId
42337
+
42338
+
42256
42339
  ### 第 36 次发布
42257
42340
 
42258
42341
  发布时间:2021-07-23 08:08:01
@@ -43172,6 +43255,21 @@
43172
43255
 
43173
43256
  ## 云函数(scf) 版本:2018-04-16
43174
43257
 
43258
+ ### 第 36 次发布
43259
+
43260
+ 发布时间:2021-11-02 08:10:12
43261
+
43262
+ 本次发布包含了以下内容:
43263
+
43264
+ 改善已有的文档。
43265
+
43266
+ 修改接口:
43267
+
43268
+ * [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
43269
+
43270
+ * 新增入参:GraceShutdown
43271
+
43272
+
43175
43273
  ### 第 35 次发布
43176
43274
 
43177
43275
  发布时间:2021-10-25 08:09:06
@@ -43994,12 +44092,12 @@
43994
44092
 
43995
44093
  新增接口:
43996
44094
 
43997
- * [[BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)](https://cloud.tencent.com/document/api/#/#)
44095
+ * [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
43998
44096
 
43999
44097
  新增数据结构:
44000
44098
 
44001
- * [[CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)](https://cloud.tencent.com/document/api/1288/51053#[CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam))
44002
- * [[TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)](https://cloud.tencent.com/document/api/1288/51053#[TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam))
44099
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
44100
+ * [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
44003
44101
 
44004
44102
  ### 第 4 次发布
44005
44103
 
@@ -45982,6 +46080,76 @@
45982
46080
 
45983
46081
  ## 流量反欺诈(taf) 版本:2020-02-10
45984
46082
 
46083
+ ### 第 10 次发布
46084
+
46085
+ 发布时间:2021-11-03 08:14:28
46086
+
46087
+ 本次发布包含了以下内容:
46088
+
46089
+ 改善已有的文档。
46090
+
46091
+ 修改接口:
46092
+
46093
+ * [DetectFraudKOL](https://cloud.tencent.com/document/api/1031/43309)
46094
+
46095
+ * 新增入参:BusinessEncryptData
46096
+
46097
+
46098
+ 修改数据结构:
46099
+
46100
+ * [InputKolDataList](https://cloud.tencent.com/document/api/1031/43310#InputKolDataList)
46101
+
46102
+ * 新增成员:IsAuthorized
46103
+
46104
+
46105
+ ### 第 9 次发布
46106
+
46107
+ 发布时间:2021-11-02 08:10:53
46108
+
46109
+ 本次发布包含了以下内容:
46110
+
46111
+ 改善已有的文档。
46112
+
46113
+ 修改接口:
46114
+
46115
+ * [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
46116
+
46117
+ * 新增入参:BusinessEncryptData
46118
+
46119
+
46120
+ 修改数据结构:
46121
+
46122
+ * [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
46123
+
46124
+ * 新增成员:IsAuthorized
46125
+
46126
+
46127
+ ### 第 8 次发布
46128
+
46129
+ 发布时间:2021-11-01 08:13:31
46130
+
46131
+ 本次发布包含了以下内容:
46132
+
46133
+ 改善已有的文档。
46134
+
46135
+ 修改接口:
46136
+
46137
+ * [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
46138
+
46139
+ * 新增入参:BusinessEncryptData
46140
+
46141
+
46142
+ 新增数据结构:
46143
+
46144
+ * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
46145
+
46146
+ 修改数据结构:
46147
+
46148
+ * [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
46149
+
46150
+ * 新增成员:IsAuthorized
46151
+
46152
+
45985
46153
  ### 第 7 次发布
45986
46154
 
45987
46155
  发布时间:2021-10-29 08:09:22
@@ -51396,17 +51564,17 @@
51396
51564
 
51397
51565
  新增接口:
51398
51566
 
51399
- * [[CreateGroup](https://cloud.tencent.com/document/api/865/63488)](https://cloud.tencent.com/document/api/#/#)
51400
- * [[CreateImage](https://cloud.tencent.com/document/api/865/63487)](https://cloud.tencent.com/document/api/#/#)
51401
- * [[DeleteImages](https://cloud.tencent.com/document/api/865/63486)](https://cloud.tencent.com/document/api/#/#)
51402
- * [[DescribeGroups](https://cloud.tencent.com/document/api/865/63485)](https://cloud.tencent.com/document/api/#/#)
51403
- * [[DescribeImages](https://cloud.tencent.com/document/api/865/63484)](https://cloud.tencent.com/document/api/#/#)
51404
- * [[SearchImage](https://cloud.tencent.com/document/api/865/63483)](https://cloud.tencent.com/document/api/#/#)
51567
+ * [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
51568
+ * [CreateImage](https://cloud.tencent.com/document/api/865/63487)
51569
+ * [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
51570
+ * [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
51571
+ * [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
51572
+ * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
51405
51573
 
51406
51574
  新增数据结构:
51407
51575
 
51408
- * [[GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)](https://cloud.tencent.com/document/api/865/35474#[GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo))
51409
- * [[ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)](https://cloud.tencent.com/document/api/865/35474#[ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo))
51576
+ * [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
51577
+ * [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
51410
51578
 
51411
51579
  ### 第 15 次发布
51412
51580
 
@@ -52014,11 +52182,11 @@
52014
52182
 
52015
52183
  新增接口:
52016
52184
 
52017
- * [[DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)](https://cloud.tencent.com/document/api/#/#)
52185
+ * [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
52018
52186
 
52019
52187
  新增数据结构:
52020
52188
 
52021
- * [[UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)](https://cloud.tencent.com/document/api/1137/40068#[UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem))
52189
+ * [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
52022
52190
 
52023
52191
  ### 第 21 次发布
52024
52192
 
@@ -52431,6 +52599,21 @@
52431
52599
 
52432
52600
  ## 容器服务(tke) 版本:2018-05-25
52433
52601
 
52602
+ ### 第 77 次发布
52603
+
52604
+ 发布时间:2021-11-02 08:12:02
52605
+
52606
+ 本次发布包含了以下内容:
52607
+
52608
+ 改善已有的文档。
52609
+
52610
+ 修改接口:
52611
+
52612
+ * [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
52613
+
52614
+ * <font color="#dd0000">**修改入参**:</font>SecurityPolicies
52615
+
52616
+
52434
52617
  ### 第 76 次发布
52435
52618
 
52436
52619
  发布时间:2021-10-01 21:29:42
@@ -56920,6 +57103,25 @@
56920
57103
 
56921
57104
  ## 云点播(vod) 版本:2018-07-17
56922
57105
 
57106
+ ### 第 92 次发布
57107
+
57108
+ 发布时间:2021-11-02 08:12:52
57109
+
57110
+ 本次发布包含了以下内容:
57111
+
57112
+ 改善已有的文档。
57113
+
57114
+ 修改数据结构:
57115
+
57116
+ * [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
57117
+
57118
+ * 新增成员:Progress
57119
+
57120
+ * [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
57121
+
57122
+ * 新增成员:Progress
57123
+
57124
+
56923
57125
  ### 第 91 次发布
56924
57126
 
56925
57127
  发布时间:2021-09-14 08:09:57