tencentcloud-sdk-nodejs 4.0.765 → 4.0.767

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 (118) hide show
  1. package/CHANGELOG.md +401 -0
  2. package/SERVICE_CHANGELOG.md +530 -28
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/billing/v20180709/billing_models.ts +15 -4
  8. package/src/services/btoe/index.ts +2 -2
  9. package/src/services/cat/v20180409/cat_models.ts +5 -1
  10. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  11. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +182 -7
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1152 -181
  13. package/src/services/chdfs/index.ts +2 -2
  14. package/src/services/cii/index.ts +2 -2
  15. package/src/services/cls/v20201016/cls_models.ts +1 -1
  16. package/src/services/cwp/v20180228/cwp_models.ts +17 -23
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/dts/v20211206/dts_models.ts +97 -97
  19. package/src/services/ess/v20201111/ess_client.ts +65 -18
  20. package/src/services/ess/v20201111/ess_models.ts +133 -26
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +38 -8
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +147 -25
  23. package/src/services/faceid/v20180301/faceid_models.ts +8 -8
  24. package/src/services/iotcloud/index.ts +2 -2
  25. package/src/services/iotvideo/index.ts +2 -2
  26. package/src/services/iss/v20230517/iss_models.ts +12 -8
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/mongodb/index.ts +2 -2
  30. package/src/services/mongodb/v20190725/mongodb_client.ts +4 -2
  31. package/src/services/mongodb/v20190725/mongodb_models.ts +75 -13
  32. package/src/services/monitor/v20180724/monitor_models.ts +7 -7
  33. package/src/services/organization/index.ts +2 -2
  34. package/src/services/sqlserver/v20180328/sqlserver_client.ts +6 -6
  35. package/src/services/sqlserver/v20180328/sqlserver_models.ts +2 -2
  36. package/src/services/tcb/v20180608/tcb_models.ts +3 -3
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/thpc/index.ts +2 -2
  39. package/src/services/tione/index.ts +2 -2
  40. package/src/services/tke/v20180525/tke_client.ts +3 -2
  41. package/src/services/tke/v20180525/tke_models.ts +33 -7
  42. package/src/services/tsw/index.ts +2 -2
  43. package/src/services/vod/v20180717/vod_client.ts +4 -3
  44. package/src/services/vod/v20180717/vod_models.ts +179 -180
  45. package/src/services/vpc/v20170312/vpc_models.ts +12 -0
  46. package/src/services/waf/v20180125/waf_models.ts +5 -0
  47. package/src/services/yinsuda/v20220527/yinsuda_client.ts +43 -7
  48. package/src/services/yinsuda/v20220527/yinsuda_models.ts +155 -6
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/ams/index.d.ts +4 -4
  52. package/tencentcloud/services/ams/index.js +2 -2
  53. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -4
  54. package/tencentcloud/services/btoe/index.d.ts +4 -4
  55. package/tencentcloud/services/btoe/index.js +2 -2
  56. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -1
  57. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  58. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +57 -1
  59. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +84 -0
  60. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1117 -181
  61. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  62. package/tencentcloud/services/chdfs/index.js +2 -2
  63. package/tencentcloud/services/cii/index.d.ts +4 -4
  64. package/tencentcloud/services/cii/index.js +2 -2
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -23
  67. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  68. package/tencentcloud/services/dbbrain/index.js +2 -2
  69. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +97 -97
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +52 -14
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +54 -14
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +130 -26
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -7
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +29 -6
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +144 -25
  76. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
  77. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  78. package/tencentcloud/services/iotcloud/index.js +2 -2
  79. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  80. package/tencentcloud/services/iotvideo/index.js +2 -2
  81. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -8
  82. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  83. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  84. package/tencentcloud/services/mgobe/index.js +2 -2
  85. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  86. package/tencentcloud/services/mongodb/index.js +2 -2
  87. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +2 -2
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -13
  90. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
  91. package/tencentcloud/services/organization/index.d.ts +4 -4
  92. package/tencentcloud/services/organization/index.js +2 -2
  93. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -6
  94. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -6
  95. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -2
  96. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -3
  97. package/tencentcloud/services/teo/index.d.ts +4 -4
  98. package/tencentcloud/services/teo/index.js +2 -2
  99. package/tencentcloud/services/thpc/index.d.ts +4 -4
  100. package/tencentcloud/services/thpc/index.js +2 -2
  101. package/tencentcloud/services/tione/index.d.ts +4 -4
  102. package/tencentcloud/services/tione/index.js +2 -2
  103. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  104. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +32 -7
  105. package/tencentcloud/services/tsw/index.d.ts +4 -4
  106. package/tencentcloud/services/tsw/index.js +2 -2
  107. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -1
  108. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -1
  109. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +179 -180
  110. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -0
  111. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -0
  112. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
  113. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
  114. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +149 -6
  115. package/test/cdwdoris.v20211228.test.js +140 -0
  116. package/test/ess.v20201111.test.js +12 -2
  117. package/test/essbasic.v20210526.test.js +10 -0
  118. package/test/yinsuda.v20220527.test.js +32 -2
@@ -1,78 +1,251 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 费用中心(billing) 版本:2018-07-09
4
4
 
5
- ### 第 5 次发布
5
+ ### 第 53 次发布
6
6
 
7
- 发布时间:2023-12-25 00:04:35
7
+ 发布时间:2023-12-27 01:07:34
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
+ 修改接口:
14
+
15
+ * [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
16
+
17
+ * 新增入参:PayerUin
18
+
19
+
13
20
  修改数据结构:
14
21
 
15
- * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
22
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
16
23
 
17
- * 新增成员:GraceShutdownWaitSeconds, CaseSensitive
24
+ * 新增成员:Id
18
25
 
19
26
 
20
27
 
21
28
 
22
- ## 弹性 MapReduce(emr) 版本:2019-01-03
29
+ ## 数据传输服务(dts) 版本:2021-12-06
23
30
 
24
- ### 第 55 次发布
31
+ ### 第 20 次发布
25
32
 
26
- 发布时间:2023-12-25 00:10:01
33
+ 发布时间:2023-12-27 01:17:28
27
34
 
28
35
  本次发布包含了以下内容:
29
36
 
30
37
  改善已有的文档。
31
38
 
32
- 修改接口:
39
+ 修改数据结构:
33
40
 
34
- * [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
41
+ * [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
35
42
 
36
- * 新增入参:ExportDb
43
+ * <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
44
+
45
+ * [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
37
46
 
47
+ * <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
48
+
49
+
50
+
51
+
52
+ ## 数据传输服务(dts) 版本:2018-03-30
53
+
54
+
55
+
56
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
57
+
58
+ ### 第 144 次发布
59
+
60
+ 发布时间:2023-12-27 01:19:02
61
+
62
+ 本次发布包含了以下内容:
63
+
64
+ 改善已有的文档。
65
+
66
+ 新增接口:
67
+
68
+ * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
38
69
 
39
70
  新增数据结构:
40
71
 
41
- * [EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail)
42
- * [ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail)
72
+ * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
73
+
74
+
75
+
76
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
77
+
78
+ ### 第 146 次发布
79
+
80
+ 发布时间:2023-12-27 01:19:26
81
+
82
+ 本次发布包含了以下内容:
83
+
84
+ 改善已有的文档。
85
+
86
+ 新增接口:
87
+
88
+ * [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
89
+
90
+ 新增数据结构:
91
+
92
+ * [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
93
+
94
+
95
+
96
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
97
+
98
+
99
+
100
+ ## 人脸核身(faceid) 版本:2018-03-01
101
+
102
+ ### 第 69 次发布
103
+
104
+ 发布时间:2023-12-27 01:19:47
105
+
106
+ 本次发布包含了以下内容:
107
+
108
+ 改善已有的文档。
43
109
 
44
110
  修改数据结构:
45
111
 
46
- * [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
112
+ * [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
47
113
 
48
- * 新增成员:RetryCount, RetryInfo
114
+ * <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
49
115
 
50
- * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
51
116
 
52
- * 新增成员:ClusterTitle, ConfigDetail
53
117
 
54
- * [ScriptBootstrapActionConfig](https://cloud.tencent.com/document/api/589/33981#ScriptBootstrapActionConfig)
55
118
 
56
- * 新增成员:Remark
119
+ ## 智能视图计算平台(iss) 版本:2023-05-17
120
+
121
+ ### 第 10 次发布
57
122
 
123
+ 发布时间:2023-12-27 01:22:46
58
124
 
125
+ 本次发布包含了以下内容:
59
126
 
127
+ 改善已有的文档。
60
128
 
61
- ## 风险探针(rkp) 版本:2019-12-09
129
+ 修改接口:
62
130
 
63
- ### 第 2 次发布
131
+ * [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
64
132
 
65
- 发布时间:2023-12-25 00:16:39
133
+ * 新增入参:IsContainUser
134
+
135
+
136
+ 修改数据结构:
137
+
138
+ * [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
139
+
140
+ * <font color="#dd0000">**修改成员**:</font>Name, Score, Location
141
+
142
+ * [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
143
+
144
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
145
+
146
+ * [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
147
+
148
+ * <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
149
+
150
+ * [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
151
+
152
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
153
+
154
+ * [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
155
+
156
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
157
+
158
+ * [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
159
+
160
+ * <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
161
+
162
+ * [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
163
+
164
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
165
+
166
+ * [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
167
+
168
+ * <font color="#dd0000">**修改成员**:</font>Name, Version
169
+
170
+ * [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
171
+
172
+ * <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
173
+
174
+ * [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
175
+
176
+ * <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
177
+
178
+ * [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
179
+
180
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
181
+
182
+ * [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
183
+
184
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
185
+
186
+ * [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
187
+
188
+ * <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
189
+
190
+ * [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
191
+
192
+ * <font color="#dd0000">**修改成员**:</font>Hls
193
+
194
+ * [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
195
+
196
+ * <font color="#dd0000">**修改成员**:</font>Begin, End
197
+
198
+ * [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
199
+
200
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
201
+
202
+
203
+
204
+
205
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
206
+
207
+ ### 第 33 次发布
208
+
209
+ 发布时间:2023-12-27 01:26:46
66
210
 
67
211
  本次发布包含了以下内容:
68
212
 
69
213
  改善已有的文档。
70
214
 
71
- <font color="#dd0000">**预下线接口**:</font>
215
+ 修改接口:
216
+
217
+ * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
218
+
219
+ * 新增入参:AddNodeList, RemoveNodeList
220
+
221
+
222
+ 新增数据结构:
223
+
224
+ * [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
225
+ * [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
226
+
227
+
228
+
229
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
230
+
231
+
232
+
233
+ ## 私有网络(vpc) 版本:2017-03-12
234
+
235
+ ### 第 185 次发布
236
+
237
+ 发布时间:2023-12-27 01:44:26
238
+
239
+ 本次发布包含了以下内容:
240
+
241
+ 改善已有的文档。
242
+
243
+ 修改接口:
244
+
245
+ * [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
246
+
247
+ * 新增入参:RouteECMPFlag, RouteOverlapFlag
72
248
 
73
- * GetOpenId
74
- * GetToken
75
- * QueryDevAndRisk
76
249
 
77
250
 
78
251
 
@@ -8555,6 +8728,28 @@
8555
8728
 
8556
8729
  ## 费用中心(billing) 版本:2018-07-09
8557
8730
 
8731
+ ### 第 53 次发布
8732
+
8733
+ 发布时间:2023-12-27 01:07:34
8734
+
8735
+ 本次发布包含了以下内容:
8736
+
8737
+ 改善已有的文档。
8738
+
8739
+ 修改接口:
8740
+
8741
+ * [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
8742
+
8743
+ * 新增入参:PayerUin
8744
+
8745
+
8746
+ 修改数据结构:
8747
+
8748
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
8749
+
8750
+ * 新增成员:Id
8751
+
8752
+
8558
8753
  ### 第 52 次发布
8559
8754
 
8560
8755
  发布时间:2023-12-01 01:08:07
@@ -12938,6 +13133,21 @@
12938
13133
 
12939
13134
  ## 云拨测(cat) 版本:2018-04-09
12940
13135
 
13136
+ ### 第 16 次发布
13137
+
13138
+ 发布时间:2023-12-26 01:07:57
13139
+
13140
+ 本次发布包含了以下内容:
13141
+
13142
+ 改善已有的文档。
13143
+
13144
+ 修改接口:
13145
+
13146
+ * [DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)
13147
+
13148
+ * 新增入参:QueryFlag
13149
+
13150
+
12941
13151
  ### 第 15 次发布
12942
13152
 
12943
13153
  发布时间:2023-11-24 01:07:54
@@ -21757,6 +21967,41 @@
21757
21967
 
21758
21968
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
21759
21969
 
21970
+ ### 第 6 次发布
21971
+
21972
+ 发布时间:2023-12-26 01:09:04
21973
+
21974
+ 本次发布包含了以下内容:
21975
+
21976
+ 改善已有的文档。
21977
+
21978
+ 新增接口:
21979
+
21980
+ * [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
21981
+ * [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
21982
+ * [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
21983
+ * [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
21984
+ * [DescribeInstanceNodesInfo](https://cloud.tencent.com/document/api/1387/102616)
21985
+ * [DescribeInstanceState](https://cloud.tencent.com/document/api/1387/102615)
21986
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
21987
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
21988
+ * [DestroyInstance](https://cloud.tencent.com/document/api/1387/102610)
21989
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1387/102612)
21990
+ * [ResizeDisk](https://cloud.tencent.com/document/api/1387/102609)
21991
+ * [RestartClusterForNode](https://cloud.tencent.com/document/api/1387/102608)
21992
+ * [ScaleOutInstance](https://cloud.tencent.com/document/api/1387/102607)
21993
+ * [ScaleUpInstance](https://cloud.tencent.com/document/api/1387/102606)
21994
+
21995
+ 新增数据结构:
21996
+
21997
+ * [ChargeProperties](https://cloud.tencent.com/document/api/1387/102385#ChargeProperties)
21998
+ * [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsInfoFromEMR)
21999
+ * [ConfigKeyValue](https://cloud.tencent.com/document/api/1387/102385#ConfigKeyValue)
22000
+ * [CreateInstanceSpec](https://cloud.tencent.com/document/api/1387/102385#CreateInstanceSpec)
22001
+ * [DataBaseAuditRecord](https://cloud.tencent.com/document/api/1387/102385#DataBaseAuditRecord)
22002
+ * [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
22003
+ * [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
22004
+
21760
22005
  ### 第 5 次发布
21761
22006
 
21762
22007
  发布时间:2023-12-25 00:04:35
@@ -51076,6 +51321,25 @@
51076
51321
 
51077
51322
  ## 数据传输服务(dts) 版本:2021-12-06
51078
51323
 
51324
+ ### 第 20 次发布
51325
+
51326
+ 发布时间:2023-12-27 01:17:28
51327
+
51328
+ 本次发布包含了以下内容:
51329
+
51330
+ 改善已有的文档。
51331
+
51332
+ 修改数据结构:
51333
+
51334
+ * [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
51335
+
51336
+ * <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
51337
+
51338
+ * [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
51339
+
51340
+ * <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
51341
+
51342
+
51079
51343
  ### 第 19 次发布
51080
51344
 
51081
51345
  发布时间:2023-11-15 01:36:06
@@ -54437,8 +54701,8 @@
54437
54701
 
54438
54702
  新增数据结构:
54439
54703
 
54440
- * [[EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail)](https://cloud.tencent.com/document/api/589/33981#[EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail))
54441
- * [[ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail)](https://cloud.tencent.com/document/api/589/33981#[ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail))
54704
+ * [EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail)
54705
+ * [ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail)
54442
54706
 
54443
54707
  修改数据结构:
54444
54708
 
@@ -56860,6 +57124,22 @@
56860
57124
 
56861
57125
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56862
57126
 
57127
+ ### 第 144 次发布
57128
+
57129
+ 发布时间:2023-12-27 01:19:02
57130
+
57131
+ 本次发布包含了以下内容:
57132
+
57133
+ 改善已有的文档。
57134
+
57135
+ 新增接口:
57136
+
57137
+ * [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)](https://cloud.tencent.com/document/api/#/#)
57138
+
57139
+ 新增数据结构:
57140
+
57141
+ * [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo))
57142
+
56863
57143
  ### 第 143 次发布
56864
57144
 
56865
57145
  发布时间:2023-12-20 01:38:18
@@ -59636,6 +59916,22 @@
59636
59916
 
59637
59917
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59638
59918
 
59919
+ ### 第 146 次发布
59920
+
59921
+ 发布时间:2023-12-27 01:19:26
59922
+
59923
+ 本次发布包含了以下内容:
59924
+
59925
+ 改善已有的文档。
59926
+
59927
+ 新增接口:
59928
+
59929
+ * [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)](https://cloud.tencent.com/document/api/#/#)
59930
+
59931
+ 新增数据结构:
59932
+
59933
+ * [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo))
59934
+
59639
59935
  ### 第 145 次发布
59640
59936
 
59641
59937
  发布时间:2023-12-21 01:38:43
@@ -62543,6 +62839,21 @@
62543
62839
 
62544
62840
  ## 人脸核身(faceid) 版本:2018-03-01
62545
62841
 
62842
+ ### 第 69 次发布
62843
+
62844
+ 发布时间:2023-12-27 01:19:47
62845
+
62846
+ 本次发布包含了以下内容:
62847
+
62848
+ 改善已有的文档。
62849
+
62850
+ 修改数据结构:
62851
+
62852
+ * [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
62853
+
62854
+ * <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
62855
+
62856
+
62546
62857
  ### 第 68 次发布
62547
62858
 
62548
62859
  发布时间:2023-12-22 01:16:17
@@ -73443,6 +73754,88 @@
73443
73754
 
73444
73755
  ## 智能视图计算平台(iss) 版本:2023-05-17
73445
73756
 
73757
+ ### 第 10 次发布
73758
+
73759
+ 发布时间:2023-12-27 01:22:46
73760
+
73761
+ 本次发布包含了以下内容:
73762
+
73763
+ 改善已有的文档。
73764
+
73765
+ 修改接口:
73766
+
73767
+ * [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
73768
+
73769
+ * 新增入参:IsContainUser
73770
+
73771
+
73772
+ 修改数据结构:
73773
+
73774
+ * [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
73775
+
73776
+ * <font color="#dd0000">**修改成员**:</font>Name, Score, Location
73777
+
73778
+ * [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
73779
+
73780
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
73781
+
73782
+ * [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
73783
+
73784
+ * <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
73785
+
73786
+ * [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
73787
+
73788
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
73789
+
73790
+ * [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
73791
+
73792
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
73793
+
73794
+ * [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
73795
+
73796
+ * <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
73797
+
73798
+ * [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
73799
+
73800
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
73801
+
73802
+ * [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
73803
+
73804
+ * <font color="#dd0000">**修改成员**:</font>Name, Version
73805
+
73806
+ * [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
73807
+
73808
+ * <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
73809
+
73810
+ * [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
73811
+
73812
+ * <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
73813
+
73814
+ * [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
73815
+
73816
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
73817
+
73818
+ * [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
73819
+
73820
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
73821
+
73822
+ * [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
73823
+
73824
+ * <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
73825
+
73826
+ * [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
73827
+
73828
+ * <font color="#dd0000">**修改成员**:</font>Hls
73829
+
73830
+ * [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
73831
+
73832
+ * <font color="#dd0000">**修改成员**:</font>Begin, End
73833
+
73834
+ * [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
73835
+
73836
+ * <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
73837
+
73838
+
73446
73839
  ### 第 9 次发布
73447
73840
 
73448
73841
  发布时间:2023-10-27 01:53:51
@@ -81288,6 +81681,26 @@
81288
81681
 
81289
81682
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
81290
81683
 
81684
+ ### 第 33 次发布
81685
+
81686
+ 发布时间:2023-12-27 01:26:46
81687
+
81688
+ 本次发布包含了以下内容:
81689
+
81690
+ 改善已有的文档。
81691
+
81692
+ 修改接口:
81693
+
81694
+ * [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
81695
+
81696
+ * 新增入参:AddNodeList, RemoveNodeList
81697
+
81698
+
81699
+ 新增数据结构:
81700
+
81701
+ * [[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)](https://cloud.tencent.com/document/api/240/38576#[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList))
81702
+ * [[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)](https://cloud.tencent.com/document/api/240/38576#[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList))
81703
+
81291
81704
  ### 第 32 次发布
81292
81705
 
81293
81706
  发布时间:2023-04-11 01:28:42
@@ -121636,6 +122049,36 @@
121636
122049
 
121637
122050
  ## 容器服务(tke) 版本:2018-05-25
121638
122051
 
122052
+ ### 第 167 次发布
122053
+
122054
+ 发布时间:2023-12-26 01:27:04
122055
+
122056
+ 本次发布包含了以下内容:
122057
+
122058
+ 改善已有的文档。
122059
+
122060
+ 修改接口:
122061
+
122062
+ * [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
122063
+
122064
+ * 新增入参:Annotations
122065
+
122066
+ * [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
122067
+
122068
+ * 新增入参:Annotations
122069
+
122070
+
122071
+ 新增数据结构:
122072
+
122073
+ * [AnnotationValue](https://cloud.tencent.com/document/api/457/31866#AnnotationValue)
122074
+
122075
+ 修改数据结构:
122076
+
122077
+ * [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
122078
+
122079
+ * 新增成员:Annotations
122080
+
122081
+
121639
122082
  ### 第 166 次发布
121640
122083
 
121641
122084
  发布时间:2023-12-12 02:39:11
@@ -136775,6 +137218,36 @@
136775
137218
 
136776
137219
  ## 私有网络(vpc) 版本:2017-03-12
136777
137220
 
137221
+ ### 第 185 次发布
137222
+
137223
+ 发布时间:2023-12-27 01:44:26
137224
+
137225
+ 本次发布包含了以下内容:
137226
+
137227
+ 改善已有的文档。
137228
+
137229
+ 修改接口:
137230
+
137231
+ * [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
137232
+
137233
+ * 新增入参:RouteECMPFlag, RouteOverlapFlag
137234
+
137235
+
137236
+ ### 第 184 次发布
137237
+
137238
+ 发布时间:2023-12-26 01:32:32
137239
+
137240
+ 本次发布包含了以下内容:
137241
+
137242
+ 改善已有的文档。
137243
+
137244
+ 修改接口:
137245
+
137246
+ * [AssignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/215/34471)
137247
+
137248
+ * 新增入参:ClientToken
137249
+
137250
+
136778
137251
  ### 第 183 次发布
136779
137252
 
136780
137253
  发布时间:2023-12-01 01:28:57
@@ -140954,6 +141427,21 @@
140954
141427
 
140955
141428
  ## Web 应用防火墙(waf) 版本:2018-01-25
140956
141429
 
141430
+ ### 第 77 次发布
141431
+
141432
+ 发布时间:2023-12-26 02:05:35
141433
+
141434
+ 本次发布包含了以下内容:
141435
+
141436
+ 改善已有的文档。
141437
+
141438
+ 修改数据结构:
141439
+
141440
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
141441
+
141442
+ * 新增成员:LastQpsExceedTime
141443
+
141444
+
140957
141445
  ### 第 76 次发布
140958
141446
 
140959
141447
  发布时间:2023-12-07 02:50:53
@@ -145588,6 +146076,20 @@
145588
146076
 
145589
146077
  ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
145590
146078
 
146079
+ ### 第 18 次发布
146080
+
146081
+ 发布时间:2023-12-26 02:06:57
146082
+
146083
+ 本次发布包含了以下内容:
146084
+
146085
+ 改善已有的文档。
146086
+
146087
+ 新增接口:
146088
+
146089
+ * [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
146090
+ * [DescribeVipUserInfo](https://cloud.tencent.com/document/api/1592/102621)
146091
+ * [RechargeVip](https://cloud.tencent.com/document/api/1592/102620)
146092
+
145591
146093
  ### 第 17 次发布
145592
146094
 
145593
146095
  发布时间:2023-08-10 01:50:27