tencentcloud-sdk-nodejs 4.0.660 → 4.0.662

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 (100) hide show
  1. package/CHANGELOG.md +517 -0
  2. package/SERVICE_CHANGELOG.md +457 -205
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/bi/v20220105/bi_models.ts +6 -6
  8. package/src/services/cdb/v20170320/cdb_models.ts +8 -3
  9. package/src/services/cls/v20201016/cls_client.ts +4 -4
  10. package/src/services/cme/v20191029/cme_models.ts +4 -0
  11. package/src/services/csip/v20221121/csip_client.ts +13 -0
  12. package/src/services/csip/v20221121/csip_models.ts +96 -0
  13. package/src/services/cvm/v20170312/cvm_client.ts +3 -3
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +11 -7
  15. package/src/services/dlc/v20210125/dlc_models.ts +8 -0
  16. package/src/services/dts/v20211206/dts_client.ts +6 -4
  17. package/src/services/dts/v20211206/dts_models.ts +308 -168
  18. package/src/services/eis/v20210601/eis_models.ts +14 -4
  19. package/src/services/ess/v20201111/ess_client.ts +1 -1
  20. package/src/services/ess/v20201111/ess_models.ts +22 -9
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +53 -3
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +269 -22
  23. package/src/services/iotcloud/v20210408/iotcloud_models.ts +79 -59
  24. package/src/services/iotvideo/v20211125/iotvideo_client.ts +18 -6
  25. package/src/services/iotvideo/v20211125/iotvideo_models.ts +28 -0
  26. package/src/services/live/v20180801/live_client.ts +43 -30
  27. package/src/services/live/v20180801/live_models.ts +123 -82
  28. package/src/services/ms/v20180408/ms_client.ts +9 -19
  29. package/src/services/ocr/v20181119/ocr_client.ts +3 -38
  30. package/src/services/ocr/v20181119/ocr_models.ts +42 -381
  31. package/src/services/organization/v20210331/organization_client.ts +52 -16
  32. package/src/services/organization/v20210331/organization_models.ts +180 -112
  33. package/src/services/rum/v20210622/rum_models.ts +6 -1
  34. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  35. package/src/services/ssl/v20191205/ssl_models.ts +76 -42
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +32 -0
  37. package/src/services/tione/v20211111/tione_client.ts +20 -5
  38. package/src/services/tione/v20211111/tione_models.ts +182 -72
  39. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  40. package/src/services/vpc/v20170312/vpc_models.ts +12 -2
  41. package/src/services/wedata/v20210820/wedata_models.ts +106 -16
  42. package/src/services/yinsuda/v20220527/yinsuda_models.ts +9 -0
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  47. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +6 -6
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -3
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
  51. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  52. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  53. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  54. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +93 -0
  55. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
  56. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
  59. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +305 -167
  61. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +14 -4
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -9
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -2
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -1
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +259 -22
  68. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +79 -59
  69. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +7 -3
  70. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +9 -3
  71. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +26 -0
  72. package/tencentcloud/services/live/v20180801/live_client.d.ts +30 -17
  73. package/tencentcloud/services/live/v20180801/live_client.js +30 -17
  74. package/tencentcloud/services/live/v20180801/live_models.d.ts +123 -82
  75. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +6 -16
  76. package/tencentcloud/services/ms/v20180408/ms_client.js +6 -16
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -19
  78. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -22
  79. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -376
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -112
  83. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
  84. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  85. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  86. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +76 -42
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -0
  88. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  89. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  90. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +177 -72
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  92. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -2
  93. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +106 -16
  94. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +9 -0
  95. package/test/csip.v20221121.test.js +10 -0
  96. package/test/essbasic.v20210526.test.js +40 -0
  97. package/test/iotvideo.v20211125.test.js +12 -2
  98. package/test/ocr.v20181119.test.js +0 -20
  99. package/test/organization.v20210331.test.js +34 -4
  100. package/test/tione.v20211111.test.js +10 -0
@@ -1,140 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 语音识别(asr) 版本:2019-06-14
4
-
5
- ### 第 30 次发布
6
-
7
- 发布时间:2023-08-08 01:06:35
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 新增接口:
14
-
15
- * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
16
-
17
- 新增数据结构:
18
-
19
- * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
20
-
21
-
22
-
23
- ## 云呼叫中心(ccc) 版本:2020-02-10
24
-
25
- ### 第 53 次发布
26
-
27
- 发布时间:2023-08-08 01:09:59
28
-
29
- 本次发布包含了以下内容:
30
-
31
- 改善已有的文档。
32
-
33
- 新增接口:
34
-
35
- * [CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)
36
-
37
-
38
-
39
- ## 日志服务(cls) 版本:2020-10-16
40
-
41
- ### 第 65 次发布
42
-
43
- 发布时间:2023-08-08 01:11:32
44
-
45
- 本次发布包含了以下内容:
46
-
47
- 改善已有的文档。
48
-
49
- 修改接口:
50
-
51
- * [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
52
-
53
- * 新增入参:OSType
54
-
55
-
56
- 新增数据结构:
57
-
58
- * [EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)
59
-
60
- 修改数据结构:
61
-
62
- * [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
63
-
64
- * 新增成员:EventLogRules
65
-
66
- * [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
67
-
68
- * 新增成员:OSType
69
-
70
-
71
-
72
-
73
- ## 云安全一体化平台(csip) 版本:2022-11-21
74
-
75
- ### 第 7 次发布
76
-
77
- 发布时间:2023-08-08 01:12:25
78
-
79
- 本次发布包含了以下内容:
80
-
81
- 改善已有的文档。
82
-
83
- 修改接口:
84
-
85
- * [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
86
-
87
- * 新增出参:Status, UnAuthAsset
88
-
89
-
90
- 修改数据结构:
91
-
92
- * [AssetClusterPod](https://cloud.tencent.com/document/api/664/90825#AssetClusterPod)
93
-
94
- * 新增成员:IsNewAsset
95
-
96
- * <font color="#dd0000">**修改成员**:</font>AppId, Uin, Nick, Region, AssetId, AssetName, InstanceCreateTime, Namespace, Status, ClusterId, ClusterName, MachineId, MachineName, PodIp, ServiceCount, ContainerCount, PublicIp, PrivateIp, IsCore
97
-
98
- * [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
99
-
100
- * 新增成员:IsNewAsset
101
-
102
- * [DBAssetVO](https://cloud.tencent.com/document/api/664/90825#DBAssetVO)
103
-
104
- * 新增成员:IsNewAsset
105
-
106
- * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, VpcId, VpcName, Region, Domain, AssetCreateTime, LastScanTime, ConfigurationRisk, Attack, Access, ScanTask, AppId, Uin, NickName, Port, Tag, PrivateIp, PublicIp, Status, IsCore
107
-
108
- * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
109
-
110
- * 新增成员:IsNewAsset, VerifyDomain, VerifyTXTRecord, VerifyStatus
111
-
112
- * [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
113
-
114
- * 新增成员:IsNewAsset, VerifyStatus
115
-
116
- * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, CFWStatus, AssetCreateTime, PublicIp, PublicIpType, VpcId, VpcName, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, WeakPassword, WebContentRisk, Tag, AddressId, MemberId, RiskExposure
117
-
118
- * [SubnetAsset](https://cloud.tencent.com/document/api/664/90825#SubnetAsset)
119
-
120
- * 新增成员:IsNewAsset
121
-
122
- * <font color="#dd0000">**修改成员**:</font>AppId, Uin, AssetId, AssetName, Region, VpcId, VpcName, Tag, Nick, CIDR, Zone, CVM, AvailableIp, CreateTime, ConfigureRisk, ScanTask, LastScanTime, IsCore
123
-
124
- * [Vpc](https://cloud.tencent.com/document/api/664/90825#Vpc)
125
-
126
- * 新增成员:IsNewAsset, IsCore
127
-
128
- * <font color="#dd0000">**修改成员**:</font>Subnet, ConnectedVpc, AssetId, Region, CVM, Tag, DNS, AssetName, CIDR, CreateTime, AppId, Uin, Nick
129
-
130
-
131
-
132
-
133
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
3
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
134
4
 
135
- ### 第 65 次发布
5
+ ### 第 2 次发布
136
6
 
137
- 发布时间:2023-08-08 01:14:23
7
+ 发布时间:2023-08-10 01:03:11
138
8
 
139
9
  本次发布包含了以下内容:
140
10
 
@@ -142,18 +12,18 @@
142
12
 
143
13
  修改数据结构:
144
14
 
145
- * [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
15
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
146
16
 
147
- * <font color="#dd0000">**修改成员**:</font>ResourcePackages, RenewFlag
17
+ * <font color="#dd0000">**修改成员**:</font>Id, BIToken, ProjectId, CreatedUser, CreatedAt, UpdatedUser, UpdatedAt, PageId, ExtraParam
148
18
 
149
19
 
150
20
 
151
21
 
152
- ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
22
+ ## 云服务器(cvm) 版本:2017-03-12
153
23
 
154
- ### 第 14 次发布
24
+ ### 第 113 次发布
155
25
 
156
- 发布时间:2023-08-08 01:15:01
26
+ 发布时间:2023-08-10 01:11:31
157
27
 
158
28
  本次发布包含了以下内容:
159
29
 
@@ -161,18 +31,18 @@
161
31
 
162
32
  修改接口:
163
33
 
164
- * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
34
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
165
35
 
166
- * 新增入参:ManagedAccount
36
+ * <font color="#dd0000">**修改出参**:</font>ImageSet
167
37
 
168
38
 
169
39
 
170
40
 
171
41
  ## 数据连接器(eis) 版本:2021-06-01
172
42
 
173
- ### 第 8 次发布
43
+ ### 第 9 次发布
174
44
 
175
- 发布时间:2023-08-08 01:16:41
45
+ 发布时间:2023-08-10 01:17:44
176
46
 
177
47
  本次发布包含了以下内容:
178
48
 
@@ -180,20 +50,13 @@
180
50
 
181
51
  修改接口:
182
52
 
183
- * [ListDeployableRuntimesMC](https://cloud.tencent.com/document/api/1270/57965)
184
-
185
- * 新增入参:RuntimeClass
186
-
187
-
188
- 修改数据结构:
189
-
190
- * [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
53
+ * [GetRuntimeResourceMonitorMetricMC](https://cloud.tencent.com/document/api/1270/57966)
191
54
 
192
- * 新增成员:MatchExtensions
55
+ * 新增入参:AggregationType
193
56
 
194
- * [RuntimeExtensionMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeExtensionMC)
57
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
195
58
 
196
- * <font color="#dd0000">**修改成员**:</font>Size, Replica, Name, Status, CreatedAt, UpdatedAt
59
+ * 新增入参:RuntimeClass
197
60
 
198
61
 
199
62
 
@@ -202,77 +65,41 @@
202
65
 
203
66
 
204
67
 
205
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
206
-
207
- ### 第 102 次发布
208
-
209
- 发布时间:2023-08-08 01:16:56
210
-
211
- 本次发布包含了以下内容:
212
-
213
- 改善已有的文档。
214
-
215
- 修改接口:
216
-
217
- * [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
218
-
219
- * 新增入参:Agent
220
-
221
-
222
- 修改数据结构:
223
-
224
- * [GroupOrganization](https://cloud.tencent.com/document/api/1323/70369#GroupOrganization)
225
-
226
- * <font color="#dd0000">**修改成员**:</font>Name, Alias, OrganizationId, UpdateTime, Status, IsMainOrganization, IdCardNumber, AdminInfo, License, LicenseExpireTime, JoinTime, FlowEngineEnable
227
-
228
-
229
-
230
-
231
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68
+ ## 集团账号管理(organization) 版本:2021-03-31
232
69
 
233
- ### 第 100 次发布
70
+ ### 第 22 次发布
234
71
 
235
- 发布时间:2023-08-08 01:17:36
72
+ 发布时间:2023-08-10 01:32:28
236
73
 
237
74
  本次发布包含了以下内容:
238
75
 
239
76
  改善已有的文档。
240
77
 
241
- 修改接口:
242
-
243
- * [ChannelDescribeEmployees](https://cloud.tencent.com/document/api/1420/81119)
244
-
245
- * <font color="#dd0000">**修改入参**:</font>Agent
78
+ 新增接口:
246
79
 
80
+ * [DeleteOrganizationMemberAuthIdentity](https://cloud.tencent.com/document/api/850/96120)
247
81
 
248
82
 
249
83
 
250
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
84
+ ## 集团账号管理(organization) 版本:2018-12-25
251
85
 
252
86
 
253
87
 
254
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
88
+ ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
255
89
 
256
- ### 第 39 次发布
90
+ ### 第 17 次发布
257
91
 
258
- 发布时间:2023-08-08 01:27:52
92
+ 发布时间:2023-08-10 01:50:27
259
93
 
260
94
  本次发布包含了以下内容:
261
95
 
262
96
  改善已有的文档。
263
97
 
264
- 修改接口:
265
-
266
- * [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
267
-
268
- * 新增入参:DatasourceIdList, DatasourceTypeList, CycleUnitList, CanSubmit
269
-
270
-
271
98
  修改数据结构:
272
99
 
273
- * [DescribeBatchOperateTaskDTO](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskDTO)
100
+ * [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
274
101
 
275
- * 新增成员:CycleUnit, ScheduleDesc, DatasourceId, DatasourceType
102
+ * 新增成员:RoomIdType
276
103
 
277
104
 
278
105
 
@@ -6206,11 +6033,11 @@
6206
6033
 
6207
6034
  新增接口:
6208
6035
 
6209
- * [[VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)](https://cloud.tencent.com/document/api/#/#)
6036
+ * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
6210
6037
 
6211
6038
  新增数据结构:
6212
6039
 
6213
- * [[VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)](https://cloud.tencent.com/document/api/1093/37824#[VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData))
6040
+ * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
6214
6041
 
6215
6042
  ### 第 29 次发布
6216
6043
 
@@ -8105,6 +7932,21 @@
8105
7932
 
8106
7933
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8107
7934
 
7935
+ ### 第 2 次发布
7936
+
7937
+ 发布时间:2023-08-10 01:03:11
7938
+
7939
+ 本次发布包含了以下内容:
7940
+
7941
+ 改善已有的文档。
7942
+
7943
+ 修改数据结构:
7944
+
7945
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
7946
+
7947
+ * <font color="#dd0000">**修改成员**:</font>Id, BIToken, ProjectId, CreatedUser, CreatedAt, UpdatedUser, UpdatedAt, PageId, ExtraParam
7948
+
7949
+
8108
7950
  ### 第 1 次发布
8109
7951
 
8110
7952
  发布时间:2022-05-13 18:34:36
@@ -13599,7 +13441,7 @@
13599
13441
 
13600
13442
  新增接口:
13601
13443
 
13602
- * [[CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)](https://cloud.tencent.com/document/api/#/#)
13444
+ * [CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)
13603
13445
 
13604
13446
  ### 第 52 次发布
13605
13447
 
@@ -27317,7 +27159,7 @@
27317
27159
 
27318
27160
  新增数据结构:
27319
27161
 
27320
- * [[EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)](https://cloud.tencent.com/document/api/614/56471#[EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog))
27162
+ * [EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)
27321
27163
 
27322
27164
  修改数据结构:
27323
27165
 
@@ -28621,6 +28463,21 @@
28621
28463
 
28622
28464
  ## 多媒体创作引擎(cme) 版本:2019-10-29
28623
28465
 
28466
+ ### 第 56 次发布
28467
+
28468
+ 发布时间:2023-08-09 01:16:08
28469
+
28470
+ 本次发布包含了以下内容:
28471
+
28472
+ 改善已有的文档。
28473
+
28474
+ 修改数据结构:
28475
+
28476
+ * [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
28477
+
28478
+ * 新增成员:FollowSourceInfo
28479
+
28480
+
28624
28481
  ### 第 55 次发布
28625
28482
 
28626
28483
  发布时间:2023-07-21 01:14:51
@@ -33101,6 +32958,22 @@
33101
32958
 
33102
32959
  ## 云安全一体化平台(csip) 版本:2022-11-21
33103
32960
 
32961
+ ### 第 8 次发布
32962
+
32963
+ 发布时间:2023-08-09 01:17:49
32964
+
32965
+ 本次发布包含了以下内容:
32966
+
32967
+ 改善已有的文档。
32968
+
32969
+ 新增接口:
32970
+
32971
+ * [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
32972
+
32973
+ 新增数据结构:
32974
+
32975
+ * [ClbListenerListInfo](https://cloud.tencent.com/document/api/664/90825#ClbListenerListInfo)
32976
+
33104
32977
  ### 第 7 次发布
33105
32978
 
33106
32979
  发布时间:2023-08-08 01:12:25
@@ -33318,6 +33191,21 @@
33318
33191
 
33319
33192
  ## 云服务器(cvm) 版本:2017-03-12
33320
33193
 
33194
+ ### 第 113 次发布
33195
+
33196
+ 发布时间:2023-08-10 01:11:31
33197
+
33198
+ 本次发布包含了以下内容:
33199
+
33200
+ 改善已有的文档。
33201
+
33202
+ 修改接口:
33203
+
33204
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
33205
+
33206
+ * <font color="#dd0000">**修改出参**:</font>ImageSet
33207
+
33208
+
33321
33209
  ### 第 112 次发布
33322
33210
 
33323
33211
  发布时间:2023-07-19 01:16:55
@@ -43034,6 +42922,25 @@
43034
42922
 
43035
42923
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
43036
42924
 
42925
+ ### 第 59 次发布
42926
+
42927
+ 发布时间:2023-08-09 01:22:16
42928
+
42929
+ 本次发布包含了以下内容:
42930
+
42931
+ 改善已有的文档。
42932
+
42933
+ 修改接口:
42934
+
42935
+ * [CreateNotebookSession](https://cloud.tencent.com/document/api/1342/86113)
42936
+
42937
+ * 新增入参:IsInherit
42938
+
42939
+ * [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
42940
+
42941
+ * 新增入参:IsInherit
42942
+
42943
+
43037
42944
  ### 第 58 次发布
43038
42945
 
43039
42946
  发布时间:2023-08-07 01:10:42
@@ -45903,6 +45810,51 @@
45903
45810
 
45904
45811
  ## 数据传输服务(dts) 版本:2021-12-06
45905
45812
 
45813
+ ### 第 14 次发布
45814
+
45815
+ 发布时间:2023-08-09 01:23:41
45816
+
45817
+ 本次发布包含了以下内容:
45818
+
45819
+ 改善已有的文档。
45820
+
45821
+ 修改接口:
45822
+
45823
+ * [DescribeMigrationDetail](https://cloud.tencent.com/document/api/571/82085)
45824
+
45825
+ * 新增出参:DumperResumeCtrl, RateLimitOption
45826
+
45827
+
45828
+ 新增数据结构:
45829
+
45830
+ * [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
45831
+ * [RateLimitOption](https://cloud.tencent.com/document/api/571/82108#RateLimitOption)
45832
+
45833
+ 修改数据结构:
45834
+
45835
+ * [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
45836
+
45837
+ * 新增成员:CcnOwnerUin
45838
+
45839
+ * [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
45840
+
45841
+ * 新增成员:DumperResumeCtrl
45842
+
45843
+ * [Options](https://cloud.tencent.com/document/api/571/82108#Options)
45844
+
45845
+ * 新增成员:RateLimitOption, AutoRetryTimeRangeMinutes
45846
+
45847
+ * [SyncDetailInfo](https://cloud.tencent.com/document/api/571/82108#SyncDetailInfo)
45848
+
45849
+ * 新增成员:ErrInfo
45850
+
45851
+ * <font color="#dd0000">**修改成员**:</font>CauseOfCompareDisable
45852
+
45853
+ * [SyncJobInfo](https://cloud.tencent.com/document/api/571/82108#SyncJobInfo)
45854
+
45855
+ * 新增成员:SrcNodeType, SrcInfos, DstNodeType, DstInfos, DumperResumeCtrl
45856
+
45857
+
45906
45858
  ### 第 13 次发布
45907
45859
 
45908
45860
  发布时间:2023-05-29 14:42:50
@@ -48763,6 +48715,25 @@
48763
48715
 
48764
48716
  ## 数据连接器(eis) 版本:2021-06-01
48765
48717
 
48718
+ ### 第 9 次发布
48719
+
48720
+ 发布时间:2023-08-10 01:17:44
48721
+
48722
+ 本次发布包含了以下内容:
48723
+
48724
+ 改善已有的文档。
48725
+
48726
+ 修改接口:
48727
+
48728
+ * [GetRuntimeResourceMonitorMetricMC](https://cloud.tencent.com/document/api/1270/57966)
48729
+
48730
+ * 新增入参:AggregationType
48731
+
48732
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
48733
+
48734
+ * 新增入参:RuntimeClass
48735
+
48736
+
48766
48737
  ### 第 8 次发布
48767
48738
 
48768
48739
  发布时间:2023-08-08 01:16:41
@@ -53152,6 +53123,26 @@
53152
53123
 
53153
53124
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
53154
53125
 
53126
+ ### 第 101 次发布
53127
+
53128
+ 发布时间:2023-08-09 10:50:48
53129
+
53130
+ 本次发布包含了以下内容:
53131
+
53132
+ 改善已有的文档。
53133
+
53134
+ 新增接口:
53135
+
53136
+ * [ChannelCancelUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1420/96111)
53137
+ * [ChannelCreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1420/96110)
53138
+ * [ChannelDescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1420/96109)
53139
+ * [ChannelDisableUserAutoSign](https://cloud.tencent.com/document/api/1420/96108)
53140
+
53141
+ 新增数据结构:
53142
+
53143
+ * [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
53144
+ * [UserThreeFactor](https://cloud.tencent.com/document/api/1420/61525#UserThreeFactor)
53145
+
53155
53146
  ### 第 100 次发布
53156
53147
 
53157
53148
  发布时间:2023-08-08 01:17:36
@@ -62346,6 +62337,36 @@
62346
62337
 
62347
62338
  ## 物联网通信(iotcloud) 版本:2021-04-08
62348
62339
 
62340
+ ### 第 9 次发布
62341
+
62342
+ 发布时间:2023-08-09 01:29:39
62343
+
62344
+ 本次发布包含了以下内容:
62345
+
62346
+ 改善已有的文档。
62347
+
62348
+ 修改接口:
62349
+
62350
+ * [DescribeDevice](https://cloud.tencent.com/document/api/634/71948)
62351
+
62352
+ * 新增出参:NBIoTDeviceID
62353
+
62354
+
62355
+ 修改数据结构:
62356
+
62357
+ * [CLSLogItem](https://cloud.tencent.com/document/api/634/71973#CLSLogItem)
62358
+
62359
+ * 新增成员:UserId
62360
+
62361
+ * [DeviceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceInfo)
62362
+
62363
+ * 新增成员:NBIoTDeviceID
62364
+
62365
+ * [ProductProperties](https://cloud.tencent.com/document/api/634/71973#ProductProperties)
62366
+
62367
+ * 新增成员:AppEUI
62368
+
62369
+
62349
62370
  ### 第 8 次发布
62350
62371
 
62351
62372
  发布时间:2023-06-14 01:27:08
@@ -64505,6 +64526,18 @@
64505
64526
 
64506
64527
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
64507
64528
 
64529
+ ### 第 17 次发布
64530
+
64531
+ 发布时间:2023-08-09 01:31:19
64532
+
64533
+ 本次发布包含了以下内容:
64534
+
64535
+ 改善已有的文档。
64536
+
64537
+ 新增接口:
64538
+
64539
+ * [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
64540
+
64508
64541
  ### 第 16 次发布
64509
64542
 
64510
64543
  发布时间:2023-07-27 01:14:43
@@ -79368,6 +79401,23 @@
79368
79401
 
79369
79402
  ## 文字识别(ocr) 版本:2018-11-19
79370
79403
 
79404
+ ### 第 110 次发布
79405
+
79406
+ 发布时间:2023-08-09 01:39:38
79407
+
79408
+ 本次发布包含了以下内容:
79409
+
79410
+ 改善已有的文档。
79411
+
79412
+ <font color="#dd0000">**删除接口**:</font>
79413
+
79414
+ * VerifyBasicBizLicense
79415
+ * VerifyBizLicense
79416
+
79417
+ <font color="#dd0000">**删除数据结构**:</font>
79418
+
79419
+ * BizLicenseVerifyResult
79420
+
79371
79421
  ### 第 109 次发布
79372
79422
 
79373
79423
  发布时间:2023-07-31 01:34:27
@@ -81638,6 +81688,31 @@
81638
81688
 
81639
81689
  ## 集团账号管理(organization) 版本:2021-03-31
81640
81690
 
81691
+ ### 第 22 次发布
81692
+
81693
+ 发布时间:2023-08-10 01:32:28
81694
+
81695
+ 本次发布包含了以下内容:
81696
+
81697
+ 改善已有的文档。
81698
+
81699
+ 新增接口:
81700
+
81701
+ * [[DeleteOrganizationMemberAuthIdentity](https://cloud.tencent.com/document/api/850/96120)](https://cloud.tencent.com/document/api/#/#)
81702
+
81703
+ ### 第 21 次发布
81704
+
81705
+ 发布时间:2023-08-09 01:40:29
81706
+
81707
+ 本次发布包含了以下内容:
81708
+
81709
+ 改善已有的文档。
81710
+
81711
+ 新增接口:
81712
+
81713
+ * [CreateOrganizationMemberAuthIdentity](https://cloud.tencent.com/document/api/850/96106)
81714
+ * [DeleteOrganizationMembersPolicy](https://cloud.tencent.com/document/api/850/96105)
81715
+
81641
81716
  ### 第 20 次发布
81642
81717
 
81643
81718
  发布时间:2023-06-30 01:38:16
@@ -85607,6 +85682,21 @@
85607
85682
 
85608
85683
  ## 前端性能监控(rum) 版本:2021-06-22
85609
85684
 
85685
+ ### 第 28 次发布
85686
+
85687
+ 发布时间:2023-08-09 01:43:06
85688
+
85689
+ 本次发布包含了以下内容:
85690
+
85691
+ 改善已有的文档。
85692
+
85693
+ 修改接口:
85694
+
85695
+ * [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
85696
+
85697
+ * 新增入参:GroupByType
85698
+
85699
+
85610
85700
  ### 第 27 次发布
85611
85701
 
85612
85702
  发布时间:2023-05-12 01:43:18
@@ -90020,6 +90110,42 @@
90020
90110
 
90021
90111
  ## SSL 证书(ssl) 版本:2019-12-05
90022
90112
 
90113
+ ### 第 39 次发布
90114
+
90115
+ 发布时间:2023-08-09 01:45:30
90116
+
90117
+ 本次发布包含了以下内容:
90118
+
90119
+ 改善已有的文档。
90120
+
90121
+ 修改接口:
90122
+
90123
+ * [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
90124
+
90125
+ * 新增入参:Hostable
90126
+
90127
+ * [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
90128
+
90129
+ * [UploadCertificate](https://cloud.tencent.com/document/api/400/41665)
90130
+
90131
+ * 新增入参:Tags
90132
+
90133
+
90134
+ 修改数据结构:
90135
+
90136
+ * [DeployRecordDetail](https://cloud.tencent.com/document/api/400/41679#DeployRecordDetail)
90137
+
90138
+ * 新增成员:EnvId, TCBType, Region
90139
+
90140
+ * <font color="#dd0000">**修改成员**:</font>Port
90141
+
90142
+ * [UpdateRecordDetail](https://cloud.tencent.com/document/api/400/41679#UpdateRecordDetail)
90143
+
90144
+ * 新增成员:EnvId, TCBType
90145
+
90146
+ * <font color="#dd0000">**修改成员**:</font>Port, Namespace, SecretName
90147
+
90148
+
90023
90149
  ### 第 38 次发布
90024
90150
 
90025
90151
  发布时间:2023-07-17 01:34:11
@@ -99382,6 +99508,30 @@
99382
99508
 
99383
99509
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
99384
99510
 
99511
+ ### 第 72 次发布
99512
+
99513
+ 发布时间:2023-08-09 01:50:17
99514
+
99515
+ 本次发布包含了以下内容:
99516
+
99517
+ 改善已有的文档。
99518
+
99519
+ 修改接口:
99520
+
99521
+ * [DescribeRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/93455)
99522
+
99523
+ * 新增入参:SortElement, SortOrder
99524
+
99525
+
99526
+ 修改数据结构:
99527
+
99528
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
99529
+
99530
+ * 新增成员:Status, MessageHeapCount, MessageRateIn, MessageRateOut
99531
+
99532
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, VirtualHost, Description, Tags, CreateTime, ModifyTime, VirtualHostStatistics
99533
+
99534
+
99385
99535
  ### 第 71 次发布
99386
99536
 
99387
99537
  发布时间:2023-08-02 01:22:40
@@ -106754,6 +106904,24 @@
106754
106904
 
106755
106905
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
106756
106906
 
106907
+ ### 第 31 次发布
106908
+
106909
+ 发布时间:2023-08-08 22:45:41
106910
+
106911
+ 本次发布包含了以下内容:
106912
+
106913
+ 改善已有的文档。
106914
+
106915
+ 新增接口:
106916
+
106917
+ * [ChatCompletion](https://cloud.tencent.com/document/api/851/96102)
106918
+
106919
+ 新增数据结构:
106920
+
106921
+ * [Choice](https://cloud.tencent.com/document/api/851/75051#Choice)
106922
+ * [Message](https://cloud.tencent.com/document/api/851/75051#Message)
106923
+ * [Usage](https://cloud.tencent.com/document/api/851/75051#Usage)
106924
+
106757
106925
  ### 第 30 次发布
106758
106926
 
106759
106927
  发布时间:2023-07-28 15:36:37
@@ -111771,7 +111939,7 @@
111771
111939
 
111772
111940
 
111773
111941
 
111774
- ## 文旅客情平台(tourism) 版本:2023-02-15
111942
+ ## 文旅客情大数据(tourism) 版本:2023-02-15
111775
111943
 
111776
111944
  ### 第 1 次发布
111777
111945
 
@@ -121855,6 +122023,25 @@
121855
122023
 
121856
122024
  ## 私有网络(vpc) 版本:2017-03-12
121857
122025
 
122026
+ ### 第 164 次发布
122027
+
122028
+ 发布时间:2023-08-09 01:58:05
122029
+
122030
+ 本次发布包含了以下内容:
122031
+
122032
+ 改善已有的文档。
122033
+
122034
+ 修改接口:
122035
+
122036
+ * [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
122037
+
122038
+ * 新增入参:PeeringConnectionId
122039
+
122040
+ * [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
122041
+
122042
+ * 新增入参:PeeringConnectionId
122043
+
122044
+
121858
122045
  ### 第 163 次发布
121859
122046
 
121860
122047
  发布时间:2023-08-07 01:19:59
@@ -126740,6 +126927,56 @@
126740
126927
 
126741
126928
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
126742
126929
 
126930
+ ### 第 40 次发布
126931
+
126932
+ 发布时间:2023-08-09 02:00:26
126933
+
126934
+ 本次发布包含了以下内容:
126935
+
126936
+ 改善已有的文档。
126937
+
126938
+ 修改接口:
126939
+
126940
+ * [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
126941
+
126942
+ * 新增入参:StartTime, EndTime, InCharge
126943
+
126944
+ * [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
126945
+
126946
+ * 新增入参:TaskType, InCharge
126947
+
126948
+ * [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
126949
+
126950
+ * 新增入参:InCharge
126951
+
126952
+ * [DescribeSchedulerTaskTypeCnt](https://cloud.tencent.com/document/api/1267/95195)
126953
+
126954
+ * 新增入参:InCharge
126955
+
126956
+ * [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
126957
+
126958
+ * 新增入参:InCharge, TaskType, StateList, AggregationUnit, AverageWindowSize
126959
+
126960
+ * [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
126961
+
126962
+ * 新增入参:InCharge
126963
+
126964
+ * [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
126965
+
126966
+ * 新增入参:AggregationUnit, CycleUnit, Status, InCharge
126967
+
126968
+
126969
+ 修改数据结构:
126970
+
126971
+ * [InstanceStatisticInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceStatisticInfo)
126972
+
126973
+ * 新增成员:ReportTime, Count
126974
+
126975
+ * [TaskByStatus](https://cloud.tencent.com/document/api/1267/76336#TaskByStatus)
126976
+
126977
+ * 新增成员:ReportTime, Count
126978
+
126979
+
126743
126980
  ### 第 39 次发布
126744
126981
 
126745
126982
  发布时间:2023-08-08 01:27:52
@@ -128176,6 +128413,21 @@
128176
128413
 
128177
128414
  ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
128178
128415
 
128416
+ ### 第 17 次发布
128417
+
128418
+ 发布时间:2023-08-10 01:50:27
128419
+
128420
+ 本次发布包含了以下内容:
128421
+
128422
+ 改善已有的文档。
128423
+
128424
+ 修改数据结构:
128425
+
128426
+ * [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
128427
+
128428
+ * 新增成员:RoomIdType
128429
+
128430
+
128179
128431
  ### 第 16 次发布
128180
128432
 
128181
128433
  发布时间:2023-06-22 02:06:43