tencentcloud-sdk-nodejs 4.0.415 → 4.0.418

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 (117) hide show
  1. package/CHANGELOG.md +689 -0
  2. package/SERVICE_CHANGELOG.md +696 -304
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +13 -11
  7. package/src/services/ams/v20201229/ams_models.ts +74 -15
  8. package/src/services/billing/v20180709/billing_models.ts +49 -0
  9. package/src/services/cat/v20180409/cat_models.ts +4 -4
  10. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +70 -1
  13. package/src/services/cls/v20201016/cls_models.ts +1 -1
  14. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +18 -0
  16. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  17. package/src/services/dasb/v20191018/dasb_models.ts +116 -0
  18. package/src/services/eis/v20210601/eis_models.ts +13 -0
  19. package/src/services/es/v20180416/es_client.ts +1 -0
  20. package/src/services/es/v20180416/es_models.ts +64 -0
  21. package/src/services/ess/v20201111/ess_client.ts +32 -16
  22. package/src/services/ess/v20201111/ess_models.ts +49 -6
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +31 -16
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +69 -31
  25. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  26. package/src/services/iotcloud/v20210408/iotcloud_models.ts +25 -0
  27. package/src/services/irp/index.ts +2 -0
  28. package/src/services/irp/v20220805/index.ts +6 -0
  29. package/src/services/irp/v20220805/irp_client.ts +85 -0
  30. package/src/services/irp/v20220805/irp_models.ts +549 -0
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +20 -0
  34. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  35. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  36. package/src/services/privatedns/v20201028/privatedns_models.ts +16 -1
  37. package/src/services/pts/v20210728/pts_models.ts +5 -0
  38. package/src/services/ssa/v20180608/ssa_models.ts +1 -1
  39. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  40. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  41. package/src/services/tcr/v20190924/tcr_models.ts +44 -1
  42. package/src/services/tcss/v20201101/tcss_models.ts +20 -0
  43. package/src/services/tem/v20210701/tem_client.ts +27 -3
  44. package/src/services/tem/v20210701/tem_models.ts +193 -105
  45. package/src/services/teo/v20220106/teo_client.ts +1 -0
  46. package/src/services/teo/v20220106/teo_models.ts +408 -303
  47. package/src/services/tiia/v20190529/tiia_models.ts +6 -1
  48. package/src/services/tione/v20211111/tione_models.ts +2 -2
  49. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  50. package/src/services/tts/v20190823/tts_client.ts +1 -0
  51. package/src/services/tts/v20190823/tts_models.ts +40 -0
  52. package/src/services/vm/v20201229/vm_models.ts +5 -0
  53. package/src/services/vod/v20180717/vod_models.ts +4 -10
  54. package/src/services/wedata/v20210820/wedata_client.ts +105 -68
  55. package/tencentcloud/common/sdk_version.d.ts +1 -1
  56. package/tencentcloud/common/sdk_version.js +1 -1
  57. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +11 -10
  58. package/tencentcloud/services/ams/v20201229/ams_client.js +11 -10
  59. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +62 -12
  60. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +40 -0
  61. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  62. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +58 -1
  64. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  65. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -0
  67. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +95 -0
  68. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +11 -0
  69. package/tencentcloud/services/es/v20180416/es_models.d.ts +54 -0
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -8
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +19 -9
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +43 -6
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -7
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -8
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +62 -29
  76. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  77. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  78. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +22 -0
  79. package/tencentcloud/services/irp/index.d.ts +4 -0
  80. package/tencentcloud/services/irp/index.js +2 -0
  81. package/tencentcloud/services/irp/v20220805/index.d.ts +6 -0
  82. package/tencentcloud/services/irp/v20220805/index.js +9 -0
  83. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +26 -0
  84. package/tencentcloud/services/irp/v20220805/irp_client.js +55 -0
  85. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +442 -0
  86. package/tencentcloud/services/irp/v20220805/irp_models.js +18 -0
  87. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  90. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +18 -0
  91. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  92. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  93. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  94. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +13 -1
  95. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  96. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
  97. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  98. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +37 -1
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +12 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +165 -90
  103. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +353 -259
  104. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -1
  105. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  106. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  107. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +33 -0
  108. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -0
  109. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -10
  110. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +72 -35
  111. package/tencentcloud/services/wedata/v20210820/wedata_client.js +72 -35
  112. package/test/ess.v20201111.test.js +14 -4
  113. package/test/essbasic.v20210526.test.js +14 -4
  114. package/test/iotcloud.v20210408.test.js +10 -0
  115. package/test/irp.v20220805.test.js +61 -0
  116. package/test/mongodb.v20190725.test.js +10 -0
  117. package/test/tem.v20210701.test.js +20 -0
@@ -1,143 +1,89 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 弹性伸缩(as) 版本:2018-04-19
3
+ ## 音频内容检测(ams) 版本:2020-12-29
4
4
 
5
- ### 第 54 次发布
5
+ ### 第 8 次发布
6
6
 
7
- 发布时间:2022-08-11 06:10:05
7
+ 发布时间:2022-08-16 06:06:52
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
16
-
17
- * 新增入参:HpcClusterId
18
-
19
- * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
20
-
21
- * 新增入参:HpcClusterId
22
-
23
-
24
13
  修改数据结构:
25
14
 
26
- * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
27
-
28
- * 新增成员:HpcClusterId
29
-
30
-
31
-
32
-
33
- ## 云呼叫中心(ccc) 版本:2020-02-10
34
-
35
- ### 第 28 次发布
36
-
37
- 发布时间:2022-08-11 06:14:26
38
-
39
- 本次发布包含了以下内容:
40
-
41
- 改善已有的文档。
42
-
43
- <font color="#dd0000">**删除接口**:</font>
44
-
45
- * DescribeSeatUserList
46
-
47
- 修改接口:
48
-
49
- * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
50
-
51
- * 新增入参:SkillGroupName
52
-
53
- * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
54
-
55
- * 新增入参:UseMobileCallOut, UseMobileAccept
15
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
56
16
 
17
+ * 新增成员:Suggestion
57
18
 
58
- 修改数据结构:
59
19
 
60
- * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
61
20
 
62
- * 新增成员:UseMobileAccept, UseMobileCallOut
63
21
 
22
+ ## 音频内容检测(ams) 版本:2020-06-08
64
23
 
65
24
 
66
25
 
67
26
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
68
27
 
69
- ### 第 50 次发布
28
+ ### 第 51 次发布
70
29
 
71
- 发布时间:2022-08-11 06:18:51
30
+ 发布时间:2022-08-16 06:14:00
72
31
 
73
32
  本次发布包含了以下内容:
74
33
 
75
34
  改善已有的文档。
76
35
 
77
- 修改数据结构:
78
-
79
- * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
80
-
81
- * 新增成员:DropInvalidMessage, DropCls
82
-
83
-
84
-
85
-
86
- ## 日志服务(cls) 版本:2020-10-16
36
+ 新增数据结构:
87
37
 
88
- ### 第 27 次发布
38
+ * [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
89
39
 
90
- 发布时间:2022-08-11 06:20:21
40
+ 修改数据结构:
91
41
 
92
- 本次发布包含了以下内容:
42
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
93
43
 
94
- 改善已有的文档。
44
+ * 新增成员:TableMappings, UseTableMapping
95
45
 
96
- 修改接口:
46
+ * <font color="#dd0000">**修改成员**:</font>Topic
97
47
 
98
- * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
48
+ * [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
99
49
 
100
- * 新增入参:Compression
50
+ * 新增成员:SelfBuilt
101
51
 
102
- * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
52
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
103
53
 
104
- * 新增出参:Compression
54
+ * 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
105
55
 
106
- * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
56
+ * [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
107
57
 
108
- * 新增入参:Compression
58
+ * 新增成员:SelfBuilt
109
59
 
110
60
 
111
61
 
112
62
 
113
- ## 企业收付平台(cpdp) 版本:2019-08-20
63
+ ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
114
64
 
115
- ### 第 81 次发布
65
+ ### 第 22 次发布
116
66
 
117
- 发布时间:2022-08-11 06:21:37
67
+ 发布时间:2022-08-16 06:18:39
118
68
 
119
69
  本次发布包含了以下内容:
120
70
 
121
71
  改善已有的文档。
122
72
 
123
- 修改接口:
124
-
125
- * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
126
-
127
- * 新增入参:ExternalUserInfoList
73
+ 修改数据结构:
128
74
 
75
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
129
76
 
130
- 新增数据结构:
77
+ * 新增成员:UniqSubnetId, UniqVpcId, Description
131
78
 
132
- * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
133
79
 
134
80
 
135
81
 
136
- ## 电子签服务(ess) 版本:2020-11-11
82
+ ## 堡垒机(dasb) 版本:2019-10-18
137
83
 
138
- ### 第 13 次发布
84
+ ### 第 3 次发布
139
85
 
140
- 发布时间:2022-08-11 07:02:49
86
+ 发布时间:2022-08-16 06:19:02
141
87
 
142
88
  本次发布包含了以下内容:
143
89
 
@@ -145,99 +91,89 @@
145
91
 
146
92
  修改接口:
147
93
 
148
- * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
149
-
150
- * 新增入参:NeedSignReview
151
-
152
- * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
153
-
154
- * 新增入参:NeedSignReview
155
-
156
-
94
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
157
95
 
96
+ * 新增入参:DepartmentId
158
97
 
159
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
98
+ * [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
160
99
 
161
- ### 第 26 次发布
100
+ * 新增入参:DepartmentId
162
101
 
163
- 发布时间:2022-08-11 07:03:11
102
+ * [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
164
103
 
165
- 本次发布包含了以下内容:
104
+ * 新增入参:DepartmentId
166
105
 
167
- 改善已有的文档。
106
+ * [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
168
107
 
169
- 修改接口:
108
+ * 新增入参:DepartmentId
170
109
 
171
- * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
110
+ * [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
172
111
 
173
- * 新增入参:NeedSignReview
112
+ * 新增入参:DepartmentId
174
113
 
114
+ * [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
175
115
 
176
- 修改数据结构:
116
+ * 新增入参:DepartmentId
177
117
 
178
- * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
118
+ * [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
179
119
 
180
- * 新增成员:NeedSignReview
120
+ * 新增入参:DepartmentId
181
121
 
122
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
182
123
 
124
+ * 新增入参:DepartmentId
183
125
 
126
+ * [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
184
127
 
185
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
128
+ * 新增入参:DepartmentId
186
129
 
130
+ * [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
187
131
 
132
+ * 新增入参:DepartmentId
188
133
 
189
- ## 游戏多媒体引擎(gme) 版本:2018-07-11
134
+ * [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
190
135
 
191
- ### 第 21 次发布
136
+ * 新增入参:DepartmentId
192
137
 
193
- 发布时间:2022-08-11 06:32:55
138
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
194
139
 
195
- 本次发布包含了以下内容:
140
+ * 新增入参:DepartmentId
196
141
 
197
- 改善已有的文档。
142
+ * [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
198
143
 
199
- 新增接口:
144
+ * 新增入参:DepartmentId
200
145
 
201
- * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
202
- * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
203
- * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
204
- * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
205
- * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
206
146
 
207
147
  新增数据结构:
208
148
 
209
- * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
210
-
149
+ * [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
211
150
 
151
+ 修改数据结构:
212
152
 
213
- ## 轻量应用服务器(lighthouse) 版本:2020-03-24
214
-
215
- ### 第 33 次发布
153
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
216
154
 
217
- 发布时间:2022-08-11 06:38:25
155
+ * 新增成员:Department
218
156
 
219
- 本次发布包含了以下内容:
157
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
220
158
 
221
- 改善已有的文档。
159
+ * 新增成员:Department
222
160
 
223
- 修改接口:
161
+ * [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
224
162
 
225
- * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
163
+ * 新增成员:Department
226
164
 
227
- * 新增入参:DiskBackupQuota
165
+ * [User](https://cloud.tencent.com/document/api/1025/74416#User)
228
166
 
229
- * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
167
+ * 新增成员:Department, DepartmentId
230
168
 
231
- * 新增入参:DiskBackupQuota
232
169
 
233
170
 
234
171
 
172
+ ## 企业集成服务(eis) 版本:2021-06-01
235
173
 
236
- ## 云直播(live) 版本:2018-08-01
174
+ ### 4 次发布
237
175
 
238
- ### 第 85 次发布
239
-
240
- 发布时间:2022-08-11 06:39:01
176
+ 发布时间:2022-08-16 06:23:41
241
177
 
242
178
  本次发布包含了以下内容:
243
179
 
@@ -245,58 +181,22 @@
245
181
 
246
182
  修改接口:
247
183
 
248
- * [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
249
-
250
- * 新增出参:PlayTypeCount
251
-
252
-
253
-
254
-
255
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
256
-
257
- ### 第 22 次发布
258
-
259
- 发布时间:2022-08-11 06:40:51
260
-
261
- 本次发布包含了以下内容:
262
-
263
- 改善已有的文档。
264
-
265
- <font color="#dd0000">**删除接口**:</font>
266
-
267
- * DescribeBackupAccess
268
-
269
- <font color="#dd0000">**删除数据结构**:</font>
270
-
271
- * BackupFile
272
-
273
-
274
-
275
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
276
-
277
-
184
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
278
185
 
279
- ## 云数据库 Redis(redis) 版本:2018-04-12
186
+ * 新增入参:GroupId, Status
280
187
 
281
- ### 第 53 次发布
282
188
 
283
- 发布时间:2022-08-11 06:44:49
284
189
 
285
- 本次发布包含了以下内容:
286
-
287
- 改善已有的文档。
288
-
289
- 新增接口:
290
190
 
291
- * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
191
+ ## 企业集成服务(eis) 版本:2020-07-15
292
192
 
293
193
 
294
194
 
295
- ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
195
+ ## Elasticsearch Service(es) 版本:2018-04-16
296
196
 
297
- ### 第 36 次发布
197
+ ### 第 33 次发布
298
198
 
299
- 发布时间:2022-08-11 06:47:08
199
+ 发布时间:2022-08-16 06:24:00
300
200
 
301
201
  本次发布包含了以下内容:
302
202
 
@@ -304,77 +204,49 @@
304
204
 
305
205
  修改接口:
306
206
 
307
- * [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
308
-
309
- * 新增入参:Collation, TimeZone
207
+ * [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
310
208
 
311
- * [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
209
+ * 新增入参:RolloverBackingIndex
312
210
 
313
- * 新增入参:Collation, TimeZone
314
211
 
315
- * [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
316
-
317
- * 新增入参:Collation, TimeZone
212
+ 新增数据结构:
318
213
 
214
+ * [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
319
215
 
320
216
  修改数据结构:
321
217
 
322
- * [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
218
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
323
219
 
324
- * 新增成员:Collation, TimeZone
220
+ * 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
325
221
 
326
222
 
327
223
 
328
224
 
329
- ## 流量反欺诈(taf) 版本:2020-02-10
225
+ ## 物联网通信(iotcloud) 版本:2021-04-08
330
226
 
331
- ### 第 14 次发布
227
+ ### 第 6 次发布
332
228
 
333
- 发布时间:2022-08-11 06:48:40
229
+ 发布时间:2022-08-16 06:27:22
334
230
 
335
231
  本次发布包含了以下内容:
336
232
 
337
233
  改善已有的文档。
338
234
 
339
- <font color="#dd0000">**删除接口**:</font>
340
-
341
- * RecognizeEffectiveFlow
342
-
343
- <font color="#dd0000">**删除数据结构**:</font>
344
-
345
- * InputRecognizeEffectiveFlow
346
- * OutputRecognizeEffectiveFlow
347
- * OutputRecognizeEffectiveFlowValue
348
-
349
-
350
-
351
- ## TBaaS(tbaas) 版本:2018-04-16
352
-
353
- ### 第 13 次发布
354
-
355
- 发布时间:2022-08-11 06:49:15
235
+ 新增接口:
356
236
 
357
- 本次发布包含了以下内容:
237
+ * [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
358
238
 
359
- 改善已有的文档。
360
239
 
361
- <font color="#dd0000">**删除接口**:</font>
362
240
 
363
- * BlockByNumberHandler
364
- * DeployDynamicContractHandler
365
- * GetBlockListHandler
366
- * GetTransByHashHandler
367
- * GetTransListHandler
368
- * SendTransactionHandler
369
- * TransByDynamicContractHandler
241
+ ## 物联网通信(iotcloud) 版本:2018-06-14
370
242
 
371
243
 
372
244
 
373
- ## 容器安全服务(tcss) 版本:2020-11-01
245
+ ## 文字识别(ocr) 版本:2018-11-19
374
246
 
375
- ### 第 23 次发布
247
+ ### 第 75 次发布
376
248
 
377
- 发布时间:2022-08-11 06:51:30
249
+ 发布时间:2022-08-16 06:34:58
378
250
 
379
251
  本次发布包含了以下内容:
380
252
 
@@ -382,33 +254,18 @@
382
254
 
383
255
  修改接口:
384
256
 
385
- * [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
386
-
387
- * 新增出参:JobId
388
-
389
- * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
390
-
391
- * 新增出参:CheckPlatform
392
-
393
-
394
- 修改数据结构:
395
-
396
- * [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
397
-
398
- * 新增成员:CheckPlatform
257
+ * [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
399
258
 
400
- * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
259
+ * 新增入参:ReturnFullText
401
260
 
402
- * 新增成员:RiskLevel, CheckPlatform
403
261
 
404
262
 
405
263
 
264
+ ## 图像分析(tiia) 版本:2019-05-29
406
265
 
407
- ## 弹性微服务(tem) 版本:2021-07-01
266
+ ### 27 次发布
408
267
 
409
- ### 第 26 次发布
410
-
411
- 发布时间:2022-08-11 07:11:15
268
+ 发布时间:2022-08-16 06:45:30
412
269
 
413
270
  本次发布包含了以下内容:
414
271
 
@@ -416,82 +273,33 @@
416
273
 
417
274
  修改数据结构:
418
275
 
419
- * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
420
-
421
- * 新增成员:EnableMetrics
422
-
423
- * <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
424
-
425
-
276
+ * [Box](https://cloud.tencent.com/document/api/865/35474#Box)
426
277
 
278
+ * 新增成员:CategoryId
427
279
 
428
- ## 弹性微服务(tem) 版本:2020-12-21
429
280
 
430
281
 
431
282
 
432
- ## 边缘安全加速平台(teo) 版本:2022-01-06
283
+ ## 视频内容安全(vm) 版本:2020-12-29
433
284
 
434
- ### 第 17 次发布
285
+ ### 第 6 次发布
435
286
 
436
- 发布时间:2022-08-11 06:53:53
287
+ 发布时间:2022-08-16 06:49:06
437
288
 
438
289
  本次发布包含了以下内容:
439
290
 
440
291
  改善已有的文档。
441
292
 
442
- 修改接口:
443
-
444
- * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
445
-
446
- * 新增入参:QueryCondition
447
-
448
- * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
449
-
450
- * 新增入参:Interval, QueryCondition
451
-
452
- * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
453
-
454
- * 新增入参:QueryCondition
455
-
456
- * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
457
-
458
- * 新增入参:EntityType
459
-
460
-
461
- 新增数据结构:
462
-
463
- * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
464
-
465
293
  修改数据结构:
466
294
 
467
- * [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
468
-
469
- * 新增成员:RuleDetailList, Label
470
-
471
- * [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
472
-
473
- * 新增成员:Ua, RequestMethod, RuleDetailList
474
-
475
- * [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
476
-
477
- * 新增成员:RuleDetailList
478
-
479
-
480
-
481
-
482
- ## 云点播(vod) 版本:2018-07-17
483
-
484
- ### 第 112 次发布
295
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
485
296
 
486
- 发布时间:2022-08-11 07:05:14
297
+ * 新增成员:Suggestion
487
298
 
488
- 本次发布包含了以下内容:
489
299
 
490
- 改善已有的文档。
491
300
 
492
- 新增接口:
493
301
 
494
- * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
302
+ ## 视频内容安全(vm) 版本:2020-07-09
495
303
 
496
304
 
497
305
 
@@ -1801,6 +1609,40 @@
1801
1609
 
1802
1610
  ## 音频内容检测(ams) 版本:2020-12-29
1803
1611
 
1612
+ ### 第 8 次发布
1613
+
1614
+ 发布时间:2022-08-16 06:06:52
1615
+
1616
+ 本次发布包含了以下内容:
1617
+
1618
+ 改善已有的文档。
1619
+
1620
+ 修改数据结构:
1621
+
1622
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
1623
+
1624
+ * 新增成员:Suggestion
1625
+
1626
+
1627
+ ### 第 7 次发布
1628
+
1629
+ 发布时间:2022-08-15 06:07:00
1630
+
1631
+ 本次发布包含了以下内容:
1632
+
1633
+ 改善已有的文档。
1634
+
1635
+ 修改接口:
1636
+
1637
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
1638
+
1639
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
1640
+
1641
+
1642
+ 新增数据结构:
1643
+
1644
+ * [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
1645
+
1804
1646
  ### 第 6 次发布
1805
1647
 
1806
1648
  发布时间:2022-06-17 06:02:19
@@ -6748,6 +6590,41 @@
6748
6590
 
6749
6591
  ## 计费相关(billing) 版本:2018-07-09
6750
6592
 
6593
+ ### 第 35 次发布
6594
+
6595
+ 发布时间:2022-08-15 06:09:23
6596
+
6597
+ 本次发布包含了以下内容:
6598
+
6599
+ 改善已有的文档。
6600
+
6601
+ 修改数据结构:
6602
+
6603
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
6604
+
6605
+ * 新增成员:TransferPayAmount
6606
+
6607
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
6608
+
6609
+ * 新增成员:TransferPayAmount
6610
+
6611
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
6612
+
6613
+ * 新增成员:TransferPayAmount
6614
+
6615
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
6616
+
6617
+ * 新增成员:TransferPayAmount
6618
+
6619
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
6620
+
6621
+ * 新增成员:TransferPayAmount
6622
+
6623
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
6624
+
6625
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
6626
+
6627
+
6751
6628
  ### 第 34 次发布
6752
6629
 
6753
6630
  发布时间:2022-06-08 06:04:08
@@ -17580,6 +17457,39 @@
17580
17457
 
17581
17458
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17582
17459
 
17460
+ ### 第 51 次发布
17461
+
17462
+ 发布时间:2022-08-16 06:14:00
17463
+
17464
+ 本次发布包含了以下内容:
17465
+
17466
+ 改善已有的文档。
17467
+
17468
+ 新增数据结构:
17469
+
17470
+ * [[TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)](https://cloud.tencent.com/document/api/597/40861#[TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping))
17471
+
17472
+ 修改数据结构:
17473
+
17474
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
17475
+
17476
+ * 新增成员:TableMappings, UseTableMapping
17477
+
17478
+ * <font color="#dd0000">**修改成员**:</font>Topic
17479
+
17480
+ * [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
17481
+
17482
+ * 新增成员:SelfBuilt
17483
+
17484
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
17485
+
17486
+ * 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
17487
+
17488
+ * [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
17489
+
17490
+ * 新增成员:SelfBuilt
17491
+
17492
+
17583
17493
  ### 第 50 次发布
17584
17494
 
17585
17495
  发布时间:2022-08-11 06:18:51
@@ -22665,7 +22575,7 @@
22665
22575
 
22666
22576
  新增数据结构:
22667
22577
 
22668
- * [[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)](https://cloud.tencent.com/document/api/1122/40683#[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo))
22578
+ * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
22669
22579
 
22670
22580
  ### 第 80 次发布
22671
22581
 
@@ -28389,6 +28299,21 @@
28389
28299
 
28390
28300
  ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
28391
28301
 
28302
+ ### 第 22 次发布
28303
+
28304
+ 发布时间:2022-08-16 06:18:39
28305
+
28306
+ 本次发布包含了以下内容:
28307
+
28308
+ 改善已有的文档。
28309
+
28310
+ 修改数据结构:
28311
+
28312
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
28313
+
28314
+ * 新增成员:UniqSubnetId, UniqVpcId, Description
28315
+
28316
+
28392
28317
  ### 第 21 次发布
28393
28318
 
28394
28319
  发布时间:2022-07-26 06:12:54
@@ -28842,6 +28767,92 @@
28842
28767
 
28843
28768
  ## 堡垒机(dasb) 版本:2019-10-18
28844
28769
 
28770
+ ### 第 3 次发布
28771
+
28772
+ 发布时间:2022-08-16 06:19:02
28773
+
28774
+ 本次发布包含了以下内容:
28775
+
28776
+ 改善已有的文档。
28777
+
28778
+ 修改接口:
28779
+
28780
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
28781
+
28782
+ * 新增入参:DepartmentId
28783
+
28784
+ * [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
28785
+
28786
+ * 新增入参:DepartmentId
28787
+
28788
+ * [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
28789
+
28790
+ * 新增入参:DepartmentId
28791
+
28792
+ * [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
28793
+
28794
+ * 新增入参:DepartmentId
28795
+
28796
+ * [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
28797
+
28798
+ * 新增入参:DepartmentId
28799
+
28800
+ * [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
28801
+
28802
+ * 新增入参:DepartmentId
28803
+
28804
+ * [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
28805
+
28806
+ * 新增入参:DepartmentId
28807
+
28808
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
28809
+
28810
+ * 新增入参:DepartmentId
28811
+
28812
+ * [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
28813
+
28814
+ * 新增入参:DepartmentId
28815
+
28816
+ * [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
28817
+
28818
+ * 新增入参:DepartmentId
28819
+
28820
+ * [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
28821
+
28822
+ * 新增入参:DepartmentId
28823
+
28824
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
28825
+
28826
+ * 新增入参:DepartmentId
28827
+
28828
+ * [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
28829
+
28830
+ * 新增入参:DepartmentId
28831
+
28832
+
28833
+ 新增数据结构:
28834
+
28835
+ * [[Department](https://cloud.tencent.com/document/api/1025/74416#Department)](https://cloud.tencent.com/document/api/1025/74416#[Department](https://cloud.tencent.com/document/api/1025/74416#Department))
28836
+
28837
+ 修改数据结构:
28838
+
28839
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
28840
+
28841
+ * 新增成员:Department
28842
+
28843
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
28844
+
28845
+ * 新增成员:Department
28846
+
28847
+ * [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
28848
+
28849
+ * 新增成员:Department
28850
+
28851
+ * [User](https://cloud.tencent.com/document/api/1025/74416#User)
28852
+
28853
+ * 新增成员:Department, DepartmentId
28854
+
28855
+
28845
28856
  ### 第 2 次发布
28846
28857
 
28847
28858
  发布时间:2022-06-01 20:56:43
@@ -35395,6 +35406,21 @@
35395
35406
 
35396
35407
  ## 企业集成服务(eis) 版本:2021-06-01
35397
35408
 
35409
+ ### 第 4 次发布
35410
+
35411
+ 发布时间:2022-08-16 06:23:41
35412
+
35413
+ 本次发布包含了以下内容:
35414
+
35415
+ 改善已有的文档。
35416
+
35417
+ 修改接口:
35418
+
35419
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
35420
+
35421
+ * 新增入参:GroupId, Status
35422
+
35423
+
35398
35424
  ### 第 3 次发布
35399
35425
 
35400
35426
  发布时间:2022-06-16 06:06:58
@@ -36368,6 +36394,32 @@
36368
36394
 
36369
36395
  ## Elasticsearch Service(es) 版本:2018-04-16
36370
36396
 
36397
+ ### 第 33 次发布
36398
+
36399
+ 发布时间:2022-08-16 06:24:00
36400
+
36401
+ 本次发布包含了以下内容:
36402
+
36403
+ 改善已有的文档。
36404
+
36405
+ 修改接口:
36406
+
36407
+ * [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
36408
+
36409
+ * 新增入参:RolloverBackingIndex
36410
+
36411
+
36412
+ 新增数据结构:
36413
+
36414
+ * [[OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)](https://cloud.tencent.com/document/api/845/30634#[OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo))
36415
+
36416
+ 修改数据结构:
36417
+
36418
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
36419
+
36420
+ * 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
36421
+
36422
+
36371
36423
  ### 第 32 次发布
36372
36424
 
36373
36425
  发布时间:2022-08-03 06:23:52
@@ -37120,6 +37172,18 @@
37120
37172
 
37121
37173
  ## 电子签服务(ess) 版本:2020-11-11
37122
37174
 
37175
+ ### 第 14 次发布
37176
+
37177
+ 发布时间:2022-08-11 22:36:30
37178
+
37179
+ 本次发布包含了以下内容:
37180
+
37181
+ 改善已有的文档。
37182
+
37183
+ 新增接口:
37184
+
37185
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
37186
+
37123
37187
  ### 第 13 次发布
37124
37188
 
37125
37189
  发布时间:2022-08-11 07:02:49
@@ -37479,6 +37543,18 @@
37479
37543
 
37480
37544
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
37481
37545
 
37546
+ ### 第 27 次发布
37547
+
37548
+ 发布时间:2022-08-11 15:03:00
37549
+
37550
+ 本次发布包含了以下内容:
37551
+
37552
+ 改善已有的文档。
37553
+
37554
+ 新增接口:
37555
+
37556
+ * [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
37557
+
37482
37558
  ### 第 26 次发布
37483
37559
 
37484
37560
  发布时间:2022-08-11 07:03:11
@@ -40131,15 +40207,15 @@
40131
40207
 
40132
40208
  新增接口:
40133
40209
 
40134
- * [[CreateCustomization](https://cloud.tencent.com/document/api/607/78906)](https://cloud.tencent.com/document/api/#/#)
40135
- * [[DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)](https://cloud.tencent.com/document/api/#/#)
40136
- * [[GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)](https://cloud.tencent.com/document/api/#/#)
40137
- * [[ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)](https://cloud.tencent.com/document/api/#/#)
40138
- * [[ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)](https://cloud.tencent.com/document/api/#/#)
40210
+ * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
40211
+ * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
40212
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
40213
+ * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
40214
+ * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
40139
40215
 
40140
40216
  新增数据结构:
40141
40217
 
40142
- * [[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)](https://cloud.tencent.com/document/api/607/35375#[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs))
40218
+ * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
40143
40219
 
40144
40220
  ### 第 20 次发布
40145
40221
 
@@ -44200,6 +44276,18 @@
44200
44276
 
44201
44277
  ## 物联网通信(iotcloud) 版本:2021-04-08
44202
44278
 
44279
+ ### 第 6 次发布
44280
+
44281
+ 发布时间:2022-08-16 06:27:22
44282
+
44283
+ 本次发布包含了以下内容:
44284
+
44285
+ 改善已有的文档。
44286
+
44287
+ 新增接口:
44288
+
44289
+ * [[DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)](https://cloud.tencent.com/document/api/#/#)
44290
+
44203
44291
  ### 第 5 次发布
44204
44292
 
44205
44293
  发布时间:2022-05-27 06:10:42
@@ -46873,6 +46961,34 @@
46873
46961
 
46874
46962
 
46875
46963
 
46964
+ ## 智能推荐平台(irp) 版本:2022-08-05
46965
+
46966
+ ### 第 1 次发布
46967
+
46968
+ 发布时间:2022-08-12 14:06:35
46969
+
46970
+ 本次发布包含了以下内容:
46971
+
46972
+ 改善已有的文档。
46973
+
46974
+ 新增接口:
46975
+
46976
+ * [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
46977
+ * [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
46978
+ * [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
46979
+ * [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
46980
+
46981
+ 新增数据结构:
46982
+
46983
+ * [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
46984
+ * [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
46985
+ * [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
46986
+ * [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
46987
+ * [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
46988
+ * [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
46989
+
46990
+
46991
+
46876
46992
 
46877
46993
  ## 视频智能标签(ivld) 版本:2021-09-03
46878
46994
 
@@ -51275,6 +51391,18 @@
51275
51391
 
51276
51392
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
51277
51393
 
51394
+ ### 第 23 次发布
51395
+
51396
+ 发布时间:2022-08-15 06:31:24
51397
+
51398
+ 本次发布包含了以下内容:
51399
+
51400
+ 改善已有的文档。
51401
+
51402
+ 新增接口:
51403
+
51404
+ * [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
51405
+
51278
51406
  ### 第 22 次发布
51279
51407
 
51280
51408
  发布时间:2022-08-11 06:40:51
@@ -55563,6 +55691,36 @@
55563
55691
 
55564
55692
  ## 文字识别(ocr) 版本:2018-11-19
55565
55693
 
55694
+ ### 第 75 次发布
55695
+
55696
+ 发布时间:2022-08-16 06:34:58
55697
+
55698
+ 本次发布包含了以下内容:
55699
+
55700
+ 改善已有的文档。
55701
+
55702
+ 修改接口:
55703
+
55704
+ * [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
55705
+
55706
+ * 新增入参:ReturnFullText
55707
+
55708
+
55709
+ ### 第 74 次发布
55710
+
55711
+ 发布时间:2022-08-12 11:13:38
55712
+
55713
+ 本次发布包含了以下内容:
55714
+
55715
+ 改善已有的文档。
55716
+
55717
+ 修改数据结构:
55718
+
55719
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
55720
+
55721
+ * 新增成员:Row
55722
+
55723
+
55566
55724
  ### 第 73 次发布
55567
55725
 
55568
55726
  发布时间:2022-07-19 06:15:45
@@ -58345,6 +58503,32 @@
58345
58503
 
58346
58504
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
58347
58505
 
58506
+ ### 第 9 次发布
58507
+
58508
+ 发布时间:2022-08-15 06:34:53
58509
+
58510
+ 本次发布包含了以下内容:
58511
+
58512
+ 改善已有的文档。
58513
+
58514
+ 修改接口:
58515
+
58516
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
58517
+
58518
+ * 新增入参:CnameSpeedupStatus
58519
+
58520
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
58521
+
58522
+ * 新增入参:CnameSpeedupStatus
58523
+
58524
+
58525
+ 修改数据结构:
58526
+
58527
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
58528
+
58529
+ * 新增成员:CnameSpeedupStatus
58530
+
58531
+
58348
58532
  ### 第 8 次发布
58349
58533
 
58350
58534
  发布时间:2022-08-01 11:48:13
@@ -58517,6 +58701,21 @@
58517
58701
 
58518
58702
  ## 性能测试服务(pts) 版本:2021-07-28
58519
58703
 
58704
+ ### 第 2 次发布
58705
+
58706
+ 发布时间:2022-08-15 06:35:03
58707
+
58708
+ 本次发布包含了以下内容:
58709
+
58710
+ 改善已有的文档。
58711
+
58712
+ 修改接口:
58713
+
58714
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
58715
+
58716
+ * 新增入参:IgnoreDataset
58717
+
58718
+
58520
58719
  ### 第 1 次发布
58521
58720
 
58522
58721
  发布时间:2022-07-29 11:04:42
@@ -58780,7 +58979,7 @@
58780
58979
 
58781
58980
  新增接口:
58782
58981
 
58783
- * [[SwitchProxy](https://cloud.tencent.com/document/api/239/78841)](https://cloud.tencent.com/document/api/#/#)
58982
+ * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
58784
58983
 
58785
58984
  ### 第 52 次发布
58786
58985
 
@@ -67437,6 +67636,21 @@
67437
67636
 
67438
67637
  ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
67439
67638
 
67639
+ ### 第 7 次发布
67640
+
67641
+ 发布时间:2022-08-15 06:39:26
67642
+
67643
+ 本次发布包含了以下内容:
67644
+
67645
+ 改善已有的文档。
67646
+
67647
+ 修改数据结构:
67648
+
67649
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
67650
+
67651
+ * 新增成员:AccessTypes
67652
+
67653
+
67440
67654
  ### 第 6 次发布
67441
67655
 
67442
67656
  发布时间:2022-08-02 06:31:39
@@ -68157,6 +68371,40 @@
68157
68371
 
68158
68372
  ## 容器镜像服务(tcr) 版本:2019-09-24
68159
68373
 
68374
+ ### 第 42 次发布
68375
+
68376
+ 发布时间:2022-08-15 06:39:36
68377
+
68378
+ 本次发布包含了以下内容:
68379
+
68380
+ 改善已有的文档。
68381
+
68382
+ 修改接口:
68383
+
68384
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
68385
+
68386
+ * 新增入参:Digest
68387
+
68388
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
68389
+
68390
+ * 新增入参:KmsSignPolicy
68391
+
68392
+
68393
+ 新增数据结构:
68394
+
68395
+ * [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
68396
+
68397
+ 修改数据结构:
68398
+
68399
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
68400
+
68401
+ * 新增成员:Kind, KmsSignature
68402
+
68403
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
68404
+
68405
+ * 新增成员:Metadata
68406
+
68407
+
68160
68408
  ### 第 41 次发布
68161
68409
 
68162
68410
  发布时间:2022-07-07 06:16:05
@@ -68952,6 +69200,21 @@
68952
69200
 
68953
69201
  ## 容器安全服务(tcss) 版本:2020-11-01
68954
69202
 
69203
+ ### 第 24 次发布
69204
+
69205
+ 发布时间:2022-08-15 06:40:11
69206
+
69207
+ 本次发布包含了以下内容:
69208
+
69209
+ 改善已有的文档。
69210
+
69211
+ 修改接口:
69212
+
69213
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
69214
+
69215
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
69216
+
69217
+
68955
69218
  ### 第 23 次发布
68956
69219
 
68957
69220
  发布时间:2022-08-11 06:51:30
@@ -71085,6 +71348,34 @@
71085
71348
 
71086
71349
  ## 弹性微服务(tem) 版本:2021-07-01
71087
71350
 
71351
+ ### 第 28 次发布
71352
+
71353
+ 发布时间:2022-08-12 11:47:08
71354
+
71355
+ 本次发布包含了以下内容:
71356
+
71357
+ 改善已有的文档。
71358
+
71359
+ 修改接口:
71360
+
71361
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
71362
+
71363
+ * 新增入参:EnableMetrics
71364
+
71365
+
71366
+ ### 第 27 次发布
71367
+
71368
+ 发布时间:2022-08-11 15:11:54
71369
+
71370
+ 本次发布包含了以下内容:
71371
+
71372
+ 改善已有的文档。
71373
+
71374
+ 新增接口:
71375
+
71376
+ * [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
71377
+ * [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
71378
+
71088
71379
  ### 第 26 次发布
71089
71380
 
71090
71381
  发布时间:2022-08-11 07:11:15
@@ -71619,6 +71910,56 @@
71619
71910
 
71620
71911
  ## 边缘安全加速平台(teo) 版本:2022-01-06
71621
71912
 
71913
+ ### 第 18 次发布
71914
+
71915
+ 发布时间:2022-08-15 06:42:02
71916
+
71917
+ 本次发布包含了以下内容:
71918
+
71919
+ 改善已有的文档。
71920
+
71921
+ 修改接口:
71922
+
71923
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
71924
+
71925
+ * 新增入参:Ipv6
71926
+
71927
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
71928
+
71929
+ * 新增入参:ProxyId
71930
+
71931
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
71932
+
71933
+ * 新增出参:Ipv6
71934
+
71935
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
71936
+
71937
+ * 新增出参:Ipv6
71938
+
71939
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
71940
+
71941
+ * 新增入参:Ipv6
71942
+
71943
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
71944
+
71945
+ * 新增入参:Ipv6
71946
+
71947
+
71948
+ 新增数据结构:
71949
+
71950
+ * [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
71951
+
71952
+ 修改数据结构:
71953
+
71954
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
71955
+
71956
+ * 新增成员:Ipv6
71957
+
71958
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
71959
+
71960
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
71961
+
71962
+
71622
71963
  ### 第 17 次发布
71623
71964
 
71624
71965
  发布时间:2022-08-11 06:53:53
@@ -71648,7 +71989,7 @@
71648
71989
 
71649
71990
  新增数据结构:
71650
71991
 
71651
- * [[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)](https://cloud.tencent.com/document/api/1552/73155#[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo))
71992
+ * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
71652
71993
 
71653
71994
  修改数据结构:
71654
71995
 
@@ -72924,6 +73265,21 @@
72924
73265
 
72925
73266
  ## 图像分析(tiia) 版本:2019-05-29
72926
73267
 
73268
+ ### 第 27 次发布
73269
+
73270
+ 发布时间:2022-08-16 06:45:30
73271
+
73272
+ 本次发布包含了以下内容:
73273
+
73274
+ 改善已有的文档。
73275
+
73276
+ 修改数据结构:
73277
+
73278
+ * [Box](https://cloud.tencent.com/document/api/865/35474#Box)
73279
+
73280
+ * 新增成员:CategoryId
73281
+
73282
+
72927
73283
  ### 第 26 次发布
72928
73284
 
72929
73285
  发布时间:2022-07-29 06:16:27
@@ -80402,6 +80758,27 @@
80402
80758
 
80403
80759
  ## 语音合成(tts) 版本:2019-08-23
80404
80760
 
80761
+ ### 第 7 次发布
80762
+
80763
+ 发布时间:2022-08-15 06:46:14
80764
+
80765
+ 本次发布包含了以下内容:
80766
+
80767
+ 改善已有的文档。
80768
+
80769
+ 修改接口:
80770
+
80771
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
80772
+
80773
+ * 新增入参:EnableSubtitle
80774
+
80775
+ * 新增出参:Subtitles
80776
+
80777
+
80778
+ 新增数据结构:
80779
+
80780
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
80781
+
80405
80782
  ### 第 6 次发布
80406
80783
 
80407
80784
  发布时间:2022-01-18 08:17:37
@@ -80639,6 +81016,21 @@
80639
81016
 
80640
81017
  ## 视频内容安全(vm) 版本:2020-12-29
80641
81018
 
81019
+ ### 第 6 次发布
81020
+
81021
+ 发布时间:2022-08-16 06:49:06
81022
+
81023
+ 本次发布包含了以下内容:
81024
+
81025
+ 改善已有的文档。
81026
+
81027
+ 修改数据结构:
81028
+
81029
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
81030
+
81031
+ * 新增成员:Suggestion
81032
+
81033
+
80642
81034
  ### 第 5 次发布
80643
81035
 
80644
81036
  发布时间:2022-06-17 06:16:09
@@ -80808,7 +81200,7 @@
80808
81200
 
80809
81201
  新增接口:
80810
81202
 
80811
- * [[DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)](https://cloud.tencent.com/document/api/#/#)
81203
+ * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
80812
81204
 
80813
81205
  ### 第 111 次发布
80814
81206