tencentcloud-sdk-nodejs 4.0.759 → 4.0.761

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 (90) hide show
  1. package/CHANGELOG.md +496 -0
  2. package/SERVICE_CHANGELOG.md +625 -8
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +2 -2
  7. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -2
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +8 -3
  9. package/src/services/cfw/v20190904/cfw_client.ts +2 -3
  10. package/src/services/cfw/v20190904/cfw_models.ts +32 -4
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  13. package/src/services/cls/v20201016/cls_models.ts +1 -1
  14. package/src/services/csip/v20221121/csip_client.ts +13 -0
  15. package/src/services/csip/v20221121/csip_models.ts +172 -0
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
  17. package/src/services/dlc/v20210125/dlc_models.ts +17 -1
  18. package/src/services/dts/v20211206/dts_models.ts +13 -13
  19. package/src/services/eb/v20210416/eb_models.ts +24 -15
  20. package/src/services/emr/v20190103/emr_models.ts +18 -12
  21. package/src/services/ess/v20201111/ess_client.ts +24 -6
  22. package/src/services/ess/v20201111/ess_models.ts +167 -28
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +42 -1
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +286 -79
  25. package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
  26. package/src/services/iai/v20180301/iai_models.ts +1 -1
  27. package/src/services/iai/v20200303/iai_models.ts +1 -1
  28. package/src/services/ioa/v20220601/ioa_client.ts +1 -0
  29. package/src/services/ioa/v20220601/ioa_models.ts +226 -0
  30. package/src/services/live/v20180801/live_models.ts +13 -12
  31. package/src/services/monitor/v20180724/monitor_client.ts +3 -2
  32. package/src/services/monitor/v20180724/monitor_models.ts +51 -10
  33. package/src/services/redis/v20180412/redis_models.ts +1 -1
  34. package/src/services/ssl/v20191205/ssl_models.ts +8 -0
  35. package/src/services/tat/v20201028/tat_models.ts +96 -101
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +20 -10
  37. package/src/services/teo/v20220901/teo_models.ts +10 -10
  38. package/src/services/tione/v20211111/tione_models.ts +9 -3
  39. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  40. package/src/services/wedata/v20210820/wedata_client.ts +26 -14
  41. package/src/services/wedata/v20210820/wedata_models.ts +85 -12
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
  45. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +2 -2
  46. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +2 -2
  47. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +8 -3
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +0 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -1
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +32 -4
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  55. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  56. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  57. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +169 -0
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
  59. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -1
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +13 -13
  61. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +24 -15
  62. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +18 -12
  63. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  64. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -3
  65. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -28
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +23 -1
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +26 -0
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +279 -79
  69. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
  70. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  71. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  72. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +225 -0
  73. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -12
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +50 -10
  77. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  78. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +8 -0
  79. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +95 -100
  80. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -10
  82. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -3
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  84. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +10 -6
  85. package/tencentcloud/services/wedata/v20210820/wedata_client.js +13 -7
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +83 -12
  87. package/test/csip.v20221121.test.js +10 -0
  88. package/test/ess.v20201111.test.js +10 -0
  89. package/test/essbasic.v20210526.test.js +20 -0
  90. package/test/wedata.v20210820.test.js +14 -4
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 域名注册(domain) 版本:2018-08-08
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
4
 
5
- ### 第 29 次发布
5
+ ### 第 2 次发布
6
6
 
7
- 发布时间:2023-12-15 01:10:52
7
+ 发布时间:2023-12-19 01:19:18
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,13 +12,214 @@
12
12
 
13
13
  修改数据结构:
14
14
 
15
- * [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
15
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
16
16
 
17
- * 新增成员:Action, BigDealId
17
+ * 新增成员:IfExistCatalog
18
18
 
19
- * [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
20
19
 
21
- * 新增成员:Success, Doing, Failed
20
+
21
+
22
+ ## 云防火墙(cfw) 版本:2019-09-04
23
+
24
+ ### 第 51 次发布
25
+
26
+ 发布时间:2023-12-19 01:19:59
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
35
+
36
+ * 新增成员:ParamTemplateId
37
+
38
+ * [CreateRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateRuleItem)
39
+
40
+ * 新增成员:ParamTemplateId
41
+
42
+ * [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
43
+
44
+ * 新增成员:ParamTemplateName, ParamTemplateId
45
+
46
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
47
+
48
+ * 新增成员:ParamTemplateId, ParamTemplateName
49
+
50
+
51
+
52
+
53
+ ## 云安全一体化平台(csip) 版本:2022-11-21
54
+
55
+ ### 第 27 次发布
56
+
57
+ 发布时间:2023-12-19 01:25:03
58
+
59
+ 本次发布包含了以下内容:
60
+
61
+ 改善已有的文档。
62
+
63
+ 修改接口:
64
+
65
+ * [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
66
+
67
+ * 新增入参:MemberId
68
+
69
+ * [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
70
+
71
+ * 新增入参:MemberId
72
+
73
+ * [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
74
+
75
+ * 新增入参:MemberId
76
+
77
+ * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
78
+
79
+ * 新增入参:MemberId
80
+
81
+ * [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
82
+
83
+ * 新增入参:MemberId
84
+
85
+
86
+
87
+
88
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
89
+
90
+ ### 第 54 次发布
91
+
92
+ 发布时间:2023-12-19 01:39:39
93
+
94
+ 本次发布包含了以下内容:
95
+
96
+ 改善已有的文档。
97
+
98
+ 修改数据结构:
99
+
100
+ * [PreExecuteFileSettings](https://cloud.tencent.com/document/api/589/33981#PreExecuteFileSettings)
101
+
102
+ * 新增成员:Remark
103
+
104
+
105
+
106
+
107
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
108
+
109
+ ### 第 100 次发布
110
+
111
+ 发布时间:2023-12-19 01:56:30
112
+
113
+ 本次发布包含了以下内容:
114
+
115
+ 改善已有的文档。
116
+
117
+ 修改数据结构:
118
+
119
+ * [AlarmHierarchicalNotice](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalNotice)
120
+
121
+ * 新增成员:PolicyId
122
+
123
+
124
+
125
+
126
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
127
+
128
+ ### 第 99 次发布
129
+
130
+ 发布时间:2023-12-19 02:14:52
131
+
132
+ 本次发布包含了以下内容:
133
+
134
+ 改善已有的文档。
135
+
136
+ 修改接口:
137
+
138
+ * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
139
+
140
+ * 新增入参:FilterGroup
141
+
142
+
143
+ 修改数据结构:
144
+
145
+ * [RabbitMQClusterAccessInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterAccessInfo)
146
+
147
+ * 新增成员:WebConsoleDomainEndpoint
148
+
149
+ * <font color="#dd0000">**修改成员**:</font>PublicWebConsoleSwitchStatus, VpcWebConsoleSwitchStatus, PublicDataStreamStatus, PrometheusEndpointInfo
150
+
151
+
152
+
153
+
154
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
155
+
156
+ ### 第 46 次发布
157
+
158
+ 发布时间:2023-12-19 02:18:26
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改数据结构:
165
+
166
+ * [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
167
+
168
+ * 新增成员:IsPrivateModel
169
+
170
+
171
+
172
+
173
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
174
+
175
+
176
+
177
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
178
+
179
+ ### 第 64 次发布
180
+
181
+ 发布时间:2023-12-19 02:31:16
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 新增接口:
188
+
189
+ * [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
190
+
191
+ 修改接口:
192
+
193
+ * [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
194
+
195
+ * 新增入参:Event
196
+
197
+ * [CommitIntegrationTask](https://cloud.tencent.com/document/api/1267/82526)
198
+
199
+ * 新增入参:EventDesc
200
+
201
+ * [ResumeIntegrationTask](https://cloud.tencent.com/document/api/1267/82473)
202
+
203
+ * 新增入参:EventDesc
204
+
205
+ * [StartIntegrationTask](https://cloud.tencent.com/document/api/1267/82471)
206
+
207
+ * 新增入参:EventDesc
208
+
209
+ * [SuspendIntegrationTask](https://cloud.tencent.com/document/api/1267/82469)
210
+
211
+ * 新增入参:Event
212
+
213
+
214
+ 修改数据结构:
215
+
216
+ * [AlarmReceiverInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmReceiverInfo)
217
+
218
+ * 新增成员:LarkGroup
219
+
220
+ * [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
221
+
222
+ * 新增成员:LarkWebHooks
22
223
 
23
224
 
24
225
 
@@ -21648,6 +21849,21 @@
21648
21849
 
21649
21850
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
21650
21851
 
21852
+ ### 第 2 次发布
21853
+
21854
+ 发布时间:2023-12-19 01:19:18
21855
+
21856
+ 本次发布包含了以下内容:
21857
+
21858
+ 改善已有的文档。
21859
+
21860
+ 修改数据结构:
21861
+
21862
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
21863
+
21864
+ * 新增成员:IfExistCatalog
21865
+
21866
+
21651
21867
  ### 第 1 次发布
21652
21868
 
21653
21869
  发布时间:2023-12-11 11:31:16
@@ -22620,6 +22836,33 @@
22620
22836
 
22621
22837
  ## 云防火墙(cfw) 版本:2019-09-04
22622
22838
 
22839
+ ### 第 51 次发布
22840
+
22841
+ 发布时间:2023-12-19 01:19:59
22842
+
22843
+ 本次发布包含了以下内容:
22844
+
22845
+ 改善已有的文档。
22846
+
22847
+ 修改数据结构:
22848
+
22849
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
22850
+
22851
+ * 新增成员:ParamTemplateId
22852
+
22853
+ * [CreateRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateRuleItem)
22854
+
22855
+ * 新增成员:ParamTemplateId
22856
+
22857
+ * [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
22858
+
22859
+ * 新增成员:ParamTemplateName, ParamTemplateId
22860
+
22861
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
22862
+
22863
+ * 新增成员:ParamTemplateId, ParamTemplateName
22864
+
22865
+
22623
22866
  ### 第 50 次发布
22624
22867
 
22625
22868
  发布时间:2023-12-01 01:10:27
@@ -28647,7 +28890,7 @@
28647
28890
 
28648
28891
 
28649
28892
 
28650
- ## 云审计(cloudaudit) 版本:2019-03-19
28893
+ ## 操作审计(cloudaudit) 版本:2019-03-19
28651
28894
 
28652
28895
  ### 第 12 次发布
28653
28896
 
@@ -35290,6 +35533,53 @@
35290
35533
 
35291
35534
  ## 云安全一体化平台(csip) 版本:2022-11-21
35292
35535
 
35536
+ ### 第 27 次发布
35537
+
35538
+ 发布时间:2023-12-19 01:25:03
35539
+
35540
+ 本次发布包含了以下内容:
35541
+
35542
+ 改善已有的文档。
35543
+
35544
+ 修改接口:
35545
+
35546
+ * [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
35547
+
35548
+ * 新增入参:MemberId
35549
+
35550
+ * [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
35551
+
35552
+ * 新增入参:MemberId
35553
+
35554
+ * [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
35555
+
35556
+ * 新增入参:MemberId
35557
+
35558
+ * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
35559
+
35560
+ * 新增入参:MemberId
35561
+
35562
+ * [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
35563
+
35564
+ * 新增入参:MemberId
35565
+
35566
+
35567
+ ### 第 26 次发布
35568
+
35569
+ 发布时间:2023-12-15 19:18:42
35570
+
35571
+ 本次发布包含了以下内容:
35572
+
35573
+ 改善已有的文档。
35574
+
35575
+ 新增接口:
35576
+
35577
+ * [DescribeOrganizationUserInfo](https://cloud.tencent.com/document/api/664/102512)
35578
+
35579
+ 新增数据结构:
35580
+
35581
+ * [OrganizationUserInfo](https://cloud.tencent.com/document/api/664/90825#OrganizationUserInfo)
35582
+
35293
35583
  ### 第 25 次发布
35294
35584
 
35295
35585
  发布时间:2023-12-12 01:27:48
@@ -46844,6 +47134,33 @@
46844
47134
 
46845
47135
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
46846
47136
 
47137
+ ### 第 79 次发布
47138
+
47139
+ 发布时间:2023-12-15 19:29:56
47140
+
47141
+ 本次发布包含了以下内容:
47142
+
47143
+ 改善已有的文档。
47144
+
47145
+ 修改接口:
47146
+
47147
+ * [CancelSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92839)
47148
+
47149
+ * 新增入参:CustomKey
47150
+
47151
+ * [CreateSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/92838)
47152
+
47153
+ * 新增入参:CustomKey
47154
+
47155
+ * [DescribeSparkSessionBatchSQL](https://cloud.tencent.com/document/api/1342/98747)
47156
+
47157
+ * 新增入参:CustomKey
47158
+
47159
+ * [DescribeSparkSessionBatchSqlLog](https://cloud.tencent.com/document/api/1342/92837)
47160
+
47161
+ * 新增入参:CustomKey
47162
+
47163
+
46847
47164
  ### 第 78 次发布
46848
47165
 
46849
47166
  发布时间:2023-12-07 01:38:53
@@ -54120,6 +54437,21 @@
54120
54437
 
54121
54438
  ## 弹性 MapReduce(emr) 版本:2019-01-03
54122
54439
 
54440
+ ### 第 54 次发布
54441
+
54442
+ 发布时间:2023-12-19 01:39:39
54443
+
54444
+ 本次发布包含了以下内容:
54445
+
54446
+ 改善已有的文档。
54447
+
54448
+ 修改数据结构:
54449
+
54450
+ * [PreExecuteFileSettings](https://cloud.tencent.com/document/api/589/33981#PreExecuteFileSettings)
54451
+
54452
+ * 新增成员:Remark
54453
+
54454
+
54123
54455
  ### 第 53 次发布
54124
54456
 
54125
54457
  发布时间:2023-10-16 01:15:50
@@ -56510,6 +56842,37 @@
56510
56842
 
56511
56843
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56512
56844
 
56845
+ ### 第 142 次发布
56846
+
56847
+ 发布时间:2023-12-15 19:39:22
56848
+
56849
+ 本次发布包含了以下内容:
56850
+
56851
+ 改善已有的文档。
56852
+
56853
+ 新增接口:
56854
+
56855
+ * [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1323/102513)
56856
+
56857
+ 修改接口:
56858
+
56859
+ * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
56860
+
56861
+ * 新增入参:SignTypeSelector
56862
+
56863
+
56864
+ 新增数据结构:
56865
+
56866
+ * [AuthInfoDetail](https://cloud.tencent.com/document/api/1323/70369#AuthInfoDetail)
56867
+ * [HasAuthOrganization](https://cloud.tencent.com/document/api/1323/70369#HasAuthOrganization)
56868
+
56869
+ 修改数据结构:
56870
+
56871
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
56872
+
56873
+ * 新增成员:SignTypeSelector
56874
+
56875
+
56513
56876
  ### 第 141 次发布
56514
56877
 
56515
56878
  发布时间:2023-12-14 01:47:26
@@ -59240,6 +59603,39 @@
59240
59603
 
59241
59604
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59242
59605
 
59606
+ ### 第 144 次发布
59607
+
59608
+ 发布时间:2023-12-15 19:40:36
59609
+
59610
+ 本次发布包含了以下内容:
59611
+
59612
+ 改善已有的文档。
59613
+
59614
+ 新增接口:
59615
+
59616
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
59617
+ * [DescribeExtendedServiceAuthDetail](https://cloud.tencent.com/document/api/1420/102514)
59618
+
59619
+ 修改接口:
59620
+
59621
+ * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
59622
+
59623
+ * 新增入参:SignTypeSelector
59624
+
59625
+
59626
+ 新增数据结构:
59627
+
59628
+ * [AuthInfoDetail](https://cloud.tencent.com/document/api/1420/61525#AuthInfoDetail)
59629
+ * [HasAuthOrganization](https://cloud.tencent.com/document/api/1420/61525#HasAuthOrganization)
59630
+ * [HasAuthUser](https://cloud.tencent.com/document/api/1420/61525#HasAuthUser)
59631
+
59632
+ 修改数据结构:
59633
+
59634
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
59635
+
59636
+ * 新增成员:SignTypeSelector
59637
+
59638
+
59243
59639
  ### 第 143 次发布
59244
59640
 
59245
59641
  发布时间:2023-12-14 16:39:27
@@ -68634,6 +69030,25 @@
68634
69030
 
68635
69031
  ## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
68636
69032
 
69033
+ ### 第 3 次发布
69034
+
69035
+ 发布时间:2023-12-15 19:46:46
69036
+
69037
+ 本次发布包含了以下内容:
69038
+
69039
+ 改善已有的文档。
69040
+
69041
+ 新增数据结构:
69042
+
69043
+ * [DeviceDetail](https://cloud.tencent.com/document/api/1092/102488#DeviceDetail)
69044
+
69045
+ 修改数据结构:
69046
+
69047
+ * [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
69048
+
69049
+ * 新增成员:Items
69050
+
69051
+
68637
69052
  ### 第 2 次发布
68638
69053
 
68639
69054
  发布时间:2023-12-14 12:16:14
@@ -81344,6 +81759,59 @@
81344
81759
 
81345
81760
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
81346
81761
 
81762
+ ### 第 100 次发布
81763
+
81764
+ 发布时间:2023-12-19 01:56:30
81765
+
81766
+ 本次发布包含了以下内容:
81767
+
81768
+ 改善已有的文档。
81769
+
81770
+ 修改数据结构:
81771
+
81772
+ * [AlarmHierarchicalNotice](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalNotice)
81773
+
81774
+ * 新增成员:PolicyId
81775
+
81776
+
81777
+ ### 第 99 次发布
81778
+
81779
+ 发布时间:2023-12-15 19:59:38
81780
+
81781
+ 本次发布包含了以下内容:
81782
+
81783
+ 改善已有的文档。
81784
+
81785
+ 修改接口:
81786
+
81787
+ * [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
81788
+
81789
+ * 新增出参:ImageNeedUpdate
81790
+
81791
+ * [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
81792
+
81793
+ * 新增出参:ImageNeedUpdate
81794
+
81795
+ * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
81796
+
81797
+ * <font color="#dd0000">**修改入参**:</font>ClusterType
81798
+
81799
+ * [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
81800
+
81801
+ * 新增入参:UpdateImage
81802
+
81803
+
81804
+ 新增数据结构:
81805
+
81806
+ * [PrometheusTarget](https://cloud.tencent.com/document/api/248/30354#PrometheusTarget)
81807
+
81808
+ 修改数据结构:
81809
+
81810
+ * [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
81811
+
81812
+ * 新增成员:Targets, JobName, Total, Up
81813
+
81814
+
81347
81815
  ### 第 98 次发布
81348
81816
 
81349
81817
  发布时间:2023-12-11 01:02:24
@@ -100326,6 +100794,21 @@
100326
100794
 
100327
100795
  ## SSL 证书(ssl) 版本:2019-12-05
100328
100796
 
100797
+ ### 第 50 次发布
100798
+
100799
+ 发布时间:2023-12-15 20:14:50
100800
+
100801
+ 本次发布包含了以下内容:
100802
+
100803
+ 改善已有的文档。
100804
+
100805
+ 修改接口:
100806
+
100807
+ * [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
100808
+
100809
+ * 新增入参:Tags, IsPendingIssue
100810
+
100811
+
100329
100812
  ### 第 49 次发布
100330
100813
 
100331
100814
  发布时间:2023-11-30 05:53:04
@@ -102379,6 +102862,29 @@
102379
102862
 
102380
102863
  ## 自动化助手(tat) 版本:2020-10-28
102381
102864
 
102865
+ ### 第 22 次发布
102866
+
102867
+ 发布时间:2023-12-15 20:16:37
102868
+
102869
+ 本次发布包含了以下内容:
102870
+
102871
+ 改善已有的文档。
102872
+
102873
+ 修改数据结构:
102874
+
102875
+ * [AutomationAgentInfo](https://cloud.tencent.com/document/api/1340/52687#AutomationAgentInfo)
102876
+
102877
+ * <font color="#dd0000">**修改成员**:</font>SupportFeatures
102878
+
102879
+ * [CommandDocument](https://cloud.tencent.com/document/api/1340/52687#CommandDocument)
102880
+
102881
+ * <font color="#dd0000">**修改成员**:</font>OutputCOSBucketUrl, OutputCOSKeyPrefix
102882
+
102883
+ * [RegisterCodeInfo](https://cloud.tencent.com/document/api/1340/52687#RegisterCodeInfo)
102884
+
102885
+ * <font color="#dd0000">**修改成员**:</font>RegisterCodeId, Description, InstanceNamePrefix, RegisterLimit, ExpiredTime, IpAddressRange, Enabled, RegisteredCount, CreatedTime, UpdatedTime
102886
+
102887
+
102382
102888
  ### 第 21 次发布
102383
102889
 
102384
102890
  发布时间:2023-10-11 02:22:08
@@ -110511,6 +111017,30 @@
110511
111017
 
110512
111018
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
110513
111019
 
111020
+ ### 第 99 次发布
111021
+
111022
+ 发布时间:2023-12-19 02:14:52
111023
+
111024
+ 本次发布包含了以下内容:
111025
+
111026
+ 改善已有的文档。
111027
+
111028
+ 修改接口:
111029
+
111030
+ * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
111031
+
111032
+ * 新增入参:FilterGroup
111033
+
111034
+
111035
+ 修改数据结构:
111036
+
111037
+ * [RabbitMQClusterAccessInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterAccessInfo)
111038
+
111039
+ * 新增成员:WebConsoleDomainEndpoint
111040
+
111041
+ * <font color="#dd0000">**修改成员**:</font>PublicWebConsoleSwitchStatus, VpcWebConsoleSwitchStatus, PublicDataStreamStatus, PrometheusEndpointInfo
111042
+
111043
+
110514
111044
  ### 第 98 次发布
110515
111045
 
110516
111046
  发布时间:2023-12-14 16:31:17
@@ -118963,6 +119493,21 @@
118963
119493
 
118964
119494
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
118965
119495
 
119496
+ ### 第 46 次发布
119497
+
119498
+ 发布时间:2023-12-19 02:18:26
119499
+
119500
+ 本次发布包含了以下内容:
119501
+
119502
+ 改善已有的文档。
119503
+
119504
+ 修改数据结构:
119505
+
119506
+ * [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
119507
+
119508
+ * 新增成员:IsPrivateModel
119509
+
119510
+
118966
119511
  ### 第 45 次发布
118967
119512
 
118968
119513
  发布时间:2023-11-27 00:20:30
@@ -142121,6 +142666,78 @@
142121
142666
 
142122
142667
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
142123
142668
 
142669
+ ### 第 64 次发布
142670
+
142671
+ 发布时间:2023-12-19 02:31:16
142672
+
142673
+ 本次发布包含了以下内容:
142674
+
142675
+ 改善已有的文档。
142676
+
142677
+ 新增接口:
142678
+
142679
+ * [[DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)](https://cloud.tencent.com/document/api/#/#)
142680
+
142681
+ 修改接口:
142682
+
142683
+ * [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
142684
+
142685
+ * 新增入参:Event
142686
+
142687
+ * [CommitIntegrationTask](https://cloud.tencent.com/document/api/1267/82526)
142688
+
142689
+ * 新增入参:EventDesc
142690
+
142691
+ * [ResumeIntegrationTask](https://cloud.tencent.com/document/api/1267/82473)
142692
+
142693
+ * 新增入参:EventDesc
142694
+
142695
+ * [StartIntegrationTask](https://cloud.tencent.com/document/api/1267/82471)
142696
+
142697
+ * 新增入参:EventDesc
142698
+
142699
+ * [SuspendIntegrationTask](https://cloud.tencent.com/document/api/1267/82469)
142700
+
142701
+ * 新增入参:Event
142702
+
142703
+
142704
+ 修改数据结构:
142705
+
142706
+ * [AlarmReceiverInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmReceiverInfo)
142707
+
142708
+ * 新增成员:LarkGroup
142709
+
142710
+ * [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
142711
+
142712
+ * 新增成员:LarkWebHooks
142713
+
142714
+
142715
+ ### 第 63 次发布
142716
+
142717
+ 发布时间:2023-12-15 20:46:29
142718
+
142719
+ 本次发布包含了以下内容:
142720
+
142721
+ 改善已有的文档。
142722
+
142723
+ 修改接口:
142724
+
142725
+ * [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
142726
+
142727
+ * 新增入参:RequestFromSource
142728
+
142729
+ * [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
142730
+
142731
+ * 新增入参:RequestFromSource
142732
+
142733
+
142734
+ 修改数据结构:
142735
+
142736
+ * [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
142737
+
142738
+ * 新增成员:DictionaryId, DictionaryName
142739
+
142740
+
142124
142741
  ### 第 62 次发布
142125
142742
 
142126
142743
  发布时间:2023-12-07 02:52:47