tencentcloud-sdk-nodejs 4.0.837 → 4.0.839

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 (74) hide show
  1. package/CHANGELOG.md +431 -0
  2. package/SERVICE_CHANGELOG.md +600 -11
  3. package/package.json +1 -1
  4. package/products.md +58 -58
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +2 -0
  10. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  11. package/src/services/cfw/v20190904/cfw_models.ts +92 -0
  12. package/src/services/cls/v20201016/cls_models.ts +53 -31
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -0
  15. package/src/services/es/v20180416/es_client.ts +25 -9
  16. package/src/services/es/v20180416/es_models.ts +261 -37
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  18. package/src/services/faceid/v20180301/faceid_models.ts +25 -3
  19. package/src/services/live/v20180801/live_models.ts +17 -0
  20. package/src/services/monitor/v20180724/monitor_models.ts +9 -3
  21. package/src/services/mps/v20190612/mps_models.ts +96 -42
  22. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  23. package/src/services/omics/v20221128/omics_models.ts +10 -2
  24. package/src/services/organization/v20210331/organization_client.ts +35 -7
  25. package/src/services/organization/v20210331/organization_models.ts +221 -76
  26. package/src/services/pts/v20210728/pts_client.ts +1 -1
  27. package/src/services/pts/v20210728/pts_models.ts +8 -3
  28. package/src/services/redis/v20180412/redis_models.ts +7 -0
  29. package/src/services/ssl/v20191205/ssl_client.ts +20 -7
  30. package/src/services/ssl/v20191205/ssl_models.ts +64 -6
  31. package/src/services/ssm/v20190923/ssm_models.ts +1 -1
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -0
  33. package/src/services/trocket/v20230308/trocket_client.ts +6 -4
  34. package/src/services/trocket/v20230308/trocket_models.ts +63 -0
  35. package/src/services/vod/v20180717/vod_models.ts +1 -1
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
  39. package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
  44. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +53 -31
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
  47. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  48. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  49. package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  51. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +25 -3
  52. package/tencentcloud/services/live/v20180801/live_models.d.ts +17 -0
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +96 -42
  55. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  56. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -2
  57. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +10 -2
  58. package/tencentcloud/services/organization/v20210331/organization_client.js +13 -1
  59. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +212 -75
  60. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  61. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
  62. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
  63. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
  64. package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
  65. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +61 -6
  66. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
  67. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -0
  68. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
  69. package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
  70. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +61 -0
  71. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  72. package/test/es.v20180416.test.js +10 -0
  73. package/test/organization.v20210331.test.js +20 -0
  74. package/test/ssl.v20191205.test.js +12 -2
@@ -1,25 +1,259 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
3
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
4
4
 
5
- ### 第 88 次发布
5
+ ### 第 84 次发布
6
6
 
7
- 发布时间:2024-04-18 15:07:41
7
+ 发布时间:2024-04-22 01:13:46
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- <font color="#dd0000">**删除接口**:</font>
13
+ 修改接口:
14
+
15
+ * [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
16
+
17
+ * 新增入参:BinlogSyncWay
18
+
19
+ * [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
20
+
21
+ * 新增入参:BinlogSyncWay
22
+
23
+
24
+ 新增数据结构:
25
+
26
+ * [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
27
+
28
+ 修改数据结构:
29
+
30
+ * [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
31
+
32
+ * 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
33
+
34
+ * [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
35
+
36
+ * 新增成员:SlaveZoneAttr
37
+
38
+
39
+
40
+
41
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
42
+
43
+ ### 第 165 次发布
44
+
45
+ 发布时间:2024-04-22 01:16:52
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
54
+
55
+ * 新增入参:TopNavigationStatus
14
56
 
15
- * DescribeInstanceByCycleReport
16
- * DescribeTaskDetail
17
- * DescribeTasksByPage
18
57
 
19
- <font color="#dd0000">**删除数据结构**:</font>
20
58
 
21
- * TaskInfoData
22
- * TaskInfoDataPage
59
+
60
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
61
+
62
+
63
+
64
+ ## 人脸核身(faceid) 版本:2018-03-01
65
+
66
+ ### 第 75 次发布
67
+
68
+ 发布时间:2024-04-22 01:17:05
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 修改接口:
75
+
76
+ * [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
77
+
78
+ * 新增入参:VerifyMode
79
+
80
+ * 新增出参:ResultDetail
81
+
82
+
83
+
84
+
85
+ ## 云直播CSS(live) 版本:2018-08-01
86
+
87
+ ### 第 127 次发布
88
+
89
+ 发布时间:2024-04-22 01:19:59
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 修改接口:
96
+
97
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
98
+
99
+ * 新增入参:BackupVodUrl
100
+
101
+
102
+
103
+
104
+ ## 媒体处理(mps) 版本:2019-06-12
105
+
106
+ ### 第 81 次发布
107
+
108
+ 发布时间:2024-04-22 01:21:36
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 修改接口:
115
+
116
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
117
+
118
+ * 新增入参:PureAudio
119
+
120
+ * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
121
+
122
+ * 新增入参:PureAudio
123
+
124
+ * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
125
+
126
+ * 新增入参:PureAudio
127
+
128
+
129
+ 修改数据结构:
130
+
131
+ * [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
132
+
133
+ * 新增成员:DefinitionType
134
+
135
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
136
+
137
+ * 新增成员:PureAudio
138
+
139
+ * [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
140
+
141
+ * <font color="#dd0000">**修改成员**:</font>Video
142
+
143
+ * [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
144
+
145
+ * 新增成员:TextContent
146
+
147
+ * [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
148
+
149
+ * 新增成员:TextContent
150
+
151
+
152
+
153
+
154
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
155
+
156
+ ### 第 15 次发布
157
+
158
+ 发布时间:2024-04-22 01:22:30
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改接口:
165
+
166
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
167
+
168
+ * 新增入参:VolumeIds
169
+
170
+ * [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
171
+
172
+ * 新增入参:VolumeIds
173
+
174
+
175
+
176
+
177
+ ## 集团账号管理(organization) 版本:2021-03-31
178
+
179
+ ### 第 31 次发布
180
+
181
+ 发布时间:2024-04-22 01:22:36
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 新增接口:
188
+
189
+ * [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
190
+ * [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
191
+
192
+ 新增数据结构:
193
+
194
+ * [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
195
+ * [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
196
+ * [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
197
+ * [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
198
+
199
+
200
+
201
+ ## 集团账号管理(organization) 版本:2018-12-25
202
+
203
+
204
+
205
+ ## SSL 证书(ssl) 版本:2019-12-05
206
+
207
+ ### 第 56 次发布
208
+
209
+ 发布时间:2024-04-22 01:24:18
210
+
211
+ 本次发布包含了以下内容:
212
+
213
+ 改善已有的文档。
214
+
215
+ 新增接口:
216
+
217
+ * [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
218
+
219
+ 新增数据结构:
220
+
221
+ * [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
222
+
223
+
224
+
225
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
226
+
227
+ ### 第 14 次发布
228
+
229
+ 发布时间:2024-04-22 01:28:17
230
+
231
+ 本次发布包含了以下内容:
232
+
233
+ 改善已有的文档。
234
+
235
+ 修改接口:
236
+
237
+ * [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
238
+
239
+ * 新增出参:Inbound, OutBound, CleanSession
240
+
241
+ * [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
242
+
243
+ * 新增出参:Status
244
+
245
+
246
+ 新增数据结构:
247
+
248
+ * [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
249
+ * [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
250
+
251
+ 修改数据结构:
252
+
253
+ * [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
254
+
255
+ * 新增成员:Ip
256
+
23
257
 
24
258
 
25
259
 
@@ -1817,6 +2051,28 @@
1817
2051
 
1818
2052
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
1819
2053
 
2054
+ ### 第 66 次发布
2055
+
2056
+ 发布时间:2024-04-19 01:07:51
2057
+
2058
+ 本次发布包含了以下内容:
2059
+
2060
+ 改善已有的文档。
2061
+
2062
+ 修改接口:
2063
+
2064
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
2065
+
2066
+ * 新增入参:FilterTransRegionFlag
2067
+
2068
+
2069
+ 修改数据结构:
2070
+
2071
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
2072
+
2073
+ * 新增成员:TransRegionFlag
2074
+
2075
+
1820
2076
  ### 第 65 次发布
1821
2077
 
1822
2078
  发布时间:2024-04-12 01:07:18
@@ -23781,6 +24037,36 @@
23781
24037
 
23782
24038
  ## 云防火墙(cfw) 版本:2019-09-04
23783
24039
 
24040
+ ### 第 57 次发布
24041
+
24042
+ 发布时间:2024-04-19 01:11:12
24043
+
24044
+ 本次发布包含了以下内容:
24045
+
24046
+ 改善已有的文档。
24047
+
24048
+ 修改接口:
24049
+
24050
+ * [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
24051
+
24052
+ * 新增入参:ElasticSwitch, ElasticBandwidth, Tags
24053
+
24054
+
24055
+ 新增数据结构:
24056
+
24057
+ * [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
24058
+
24059
+ 修改数据结构:
24060
+
24061
+ * [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
24062
+
24063
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
24064
+
24065
+ * [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
24066
+
24067
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
24068
+
24069
+
23784
24070
  ### 第 56 次发布
23785
24071
 
23786
24072
  发布时间:2024-03-01 01:11:09
@@ -43597,6 +43883,40 @@
43597
43883
 
43598
43884
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43599
43885
 
43886
+ ### 第 84 次发布
43887
+
43888
+ 发布时间:2024-04-22 01:13:46
43889
+
43890
+ 本次发布包含了以下内容:
43891
+
43892
+ 改善已有的文档。
43893
+
43894
+ 修改接口:
43895
+
43896
+ * [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
43897
+
43898
+ * 新增入参:BinlogSyncWay
43899
+
43900
+ * [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
43901
+
43902
+ * 新增入参:BinlogSyncWay
43903
+
43904
+
43905
+ 新增数据结构:
43906
+
43907
+ * [[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)](https://cloud.tencent.com/document/api/1003/48097#[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem))
43908
+
43909
+ 修改数据结构:
43910
+
43911
+ * [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
43912
+
43913
+ * 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
43914
+
43915
+ * [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
43916
+
43917
+ * 新增成员:SlaveZoneAttr
43918
+
43919
+
43600
43920
  ### 第 83 次发布
43601
43921
 
43602
43922
  发布时间:2024-04-17 01:10:53
@@ -58558,6 +58878,25 @@
58558
58878
 
58559
58879
  ## Elasticsearch Service(es) 版本:2018-04-16
58560
58880
 
58881
+ ### 第 57 次发布
58882
+
58883
+ 发布时间:2024-04-19 01:17:21
58884
+
58885
+ 本次发布包含了以下内容:
58886
+
58887
+ 改善已有的文档。
58888
+
58889
+ 新增接口:
58890
+
58891
+ * [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
58892
+
58893
+ 新增数据结构:
58894
+
58895
+ * [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
58896
+ * [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
58897
+ * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
58898
+ * [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
58899
+
58561
58900
  ### 第 56 次发布
58562
58901
 
58563
58902
  发布时间:2024-04-11 16:23:06
@@ -63028,6 +63367,21 @@
63028
63367
 
63029
63368
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
63030
63369
 
63370
+ ### 第 165 次发布
63371
+
63372
+ 发布时间:2024-04-22 01:16:52
63373
+
63374
+ 本次发布包含了以下内容:
63375
+
63376
+ 改善已有的文档。
63377
+
63378
+ 修改接口:
63379
+
63380
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
63381
+
63382
+ * 新增入参:TopNavigationStatus
63383
+
63384
+
63031
63385
  ### 第 164 次发布
63032
63386
 
63033
63387
  发布时间:2024-04-08 11:27:16
@@ -66298,6 +66652,23 @@
66298
66652
 
66299
66653
  ## 人脸核身(faceid) 版本:2018-03-01
66300
66654
 
66655
+ ### 第 75 次发布
66656
+
66657
+ 发布时间:2024-04-22 01:17:05
66658
+
66659
+ 本次发布包含了以下内容:
66660
+
66661
+ 改善已有的文档。
66662
+
66663
+ 修改接口:
66664
+
66665
+ * [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
66666
+
66667
+ * 新增入参:VerifyMode
66668
+
66669
+ * 新增出参:ResultDetail
66670
+
66671
+
66301
66672
  ### 第 74 次发布
66302
66673
 
66303
66674
  发布时间:2024-04-12 01:15:49
@@ -81548,6 +81919,47 @@
81548
81919
 
81549
81920
  ## 云直播CSS(live) 版本:2018-08-01
81550
81921
 
81922
+ ### 第 127 次发布
81923
+
81924
+ 发布时间:2024-04-22 01:19:59
81925
+
81926
+ 本次发布包含了以下内容:
81927
+
81928
+ 改善已有的文档。
81929
+
81930
+ 修改接口:
81931
+
81932
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
81933
+
81934
+ * 新增入参:BackupVodUrl
81935
+
81936
+
81937
+ ### 第 126 次发布
81938
+
81939
+ 发布时间:2024-04-19 01:20:58
81940
+
81941
+ 本次发布包含了以下内容:
81942
+
81943
+ 改善已有的文档。
81944
+
81945
+ 修改接口:
81946
+
81947
+ * [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
81948
+
81949
+ * 新增入参:AiQualityControl
81950
+
81951
+ * [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
81952
+
81953
+ * 新增入参:AiQualityControl
81954
+
81955
+
81956
+ 修改数据结构:
81957
+
81958
+ * [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
81959
+
81960
+ * 新增成员:AiQualityControl
81961
+
81962
+
81551
81963
  ### 第 125 次发布
81552
81964
 
81553
81965
  发布时间:2024-04-11 01:17:46
@@ -87007,6 +87419,21 @@
87007
87419
 
87008
87420
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
87009
87421
 
87422
+ ### 第 111 次发布
87423
+
87424
+ 发布时间:2024-04-19 01:22:14
87425
+
87426
+ 本次发布包含了以下内容:
87427
+
87428
+ 改善已有的文档。
87429
+
87430
+ 修改接口:
87431
+
87432
+ * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
87433
+
87434
+ * 新增入参:Offset, Limit
87435
+
87436
+
87010
87437
  ### 第 110 次发布
87011
87438
 
87012
87439
  发布时间:2024-04-15 01:57:02
@@ -89319,6 +89746,52 @@
89319
89746
 
89320
89747
  ## 媒体处理(mps) 版本:2019-06-12
89321
89748
 
89749
+ ### 第 81 次发布
89750
+
89751
+ 发布时间:2024-04-22 01:21:36
89752
+
89753
+ 本次发布包含了以下内容:
89754
+
89755
+ 改善已有的文档。
89756
+
89757
+ 修改接口:
89758
+
89759
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
89760
+
89761
+ * 新增入参:PureAudio
89762
+
89763
+ * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
89764
+
89765
+ * 新增入参:PureAudio
89766
+
89767
+ * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
89768
+
89769
+ * 新增入参:PureAudio
89770
+
89771
+
89772
+ 修改数据结构:
89773
+
89774
+ * [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
89775
+
89776
+ * 新增成员:DefinitionType
89777
+
89778
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
89779
+
89780
+ * 新增成员:PureAudio
89781
+
89782
+ * [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
89783
+
89784
+ * <font color="#dd0000">**修改成员**:</font>Video
89785
+
89786
+ * [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
89787
+
89788
+ * 新增成员:TextContent
89789
+
89790
+ * [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
89791
+
89792
+ * 新增成员:TextContent
89793
+
89794
+
89322
89795
  ### 第 80 次发布
89323
89796
 
89324
89797
  发布时间:2024-04-02 01:19:24
@@ -97342,6 +97815,25 @@
97342
97815
 
97343
97816
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
97344
97817
 
97818
+ ### 第 15 次发布
97819
+
97820
+ 发布时间:2024-04-22 01:22:30
97821
+
97822
+ 本次发布包含了以下内容:
97823
+
97824
+ 改善已有的文档。
97825
+
97826
+ 修改接口:
97827
+
97828
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
97829
+
97830
+ * 新增入参:VolumeIds
97831
+
97832
+ * [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
97833
+
97834
+ * 新增入参:VolumeIds
97835
+
97836
+
97345
97837
  ### 第 14 次发布
97346
97838
 
97347
97839
  发布时间:2024-04-03 11:24:43
@@ -97735,6 +98227,26 @@
97735
98227
 
97736
98228
  ## 集团账号管理(organization) 版本:2021-03-31
97737
98229
 
98230
+ ### 第 31 次发布
98231
+
98232
+ 发布时间:2024-04-22 01:22:36
98233
+
98234
+ 本次发布包含了以下内容:
98235
+
98236
+ 改善已有的文档。
98237
+
98238
+ 新增接口:
98239
+
98240
+ * [[DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)](https://cloud.tencent.com/document/api/#/#)
98241
+ * [[ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)](https://cloud.tencent.com/document/api/#/#)
98242
+
98243
+ 新增数据结构:
98244
+
98245
+ * [[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)](https://cloud.tencent.com/document/api/850/67060#[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy))
98246
+ * [[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)](https://cloud.tencent.com/document/api/850/67060#[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping))
98247
+ * [[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)](https://cloud.tencent.com/document/api/850/67060#[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails))
98248
+ * [[Tags](https://cloud.tencent.com/document/api/850/67060#Tags)](https://cloud.tencent.com/document/api/850/67060#[Tags](https://cloud.tencent.com/document/api/850/67060#Tags))
98249
+
97738
98250
  ### 第 30 次发布
97739
98251
 
97740
98252
  发布时间:2024-04-17 14:48:36
@@ -100119,6 +100631,21 @@
100119
100631
 
100120
100632
  ## 云压测(pts) 版本:2021-07-28
100121
100633
 
100634
+ ### 第 15 次发布
100635
+
100636
+ 发布时间:2024-04-19 01:24:07
100637
+
100638
+ 本次发布包含了以下内容:
100639
+
100640
+ 改善已有的文档。
100641
+
100642
+ 修改接口:
100643
+
100644
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
100645
+
100646
+ * 新增入参:LoadType
100647
+
100648
+
100122
100649
  ### 第 14 次发布
100123
100650
 
100124
100651
  发布时间:2024-03-27 01:23:10
@@ -100659,6 +101186,21 @@
100659
101186
 
100660
101187
  ## 云数据库Redis(redis) 版本:2018-04-12
100661
101188
 
101189
+ ### 第 74 次发布
101190
+
101191
+ 发布时间:2024-04-19 01:24:17
101192
+
101193
+ 本次发布包含了以下内容:
101194
+
101195
+ 改善已有的文档。
101196
+
101197
+ 修改接口:
101198
+
101199
+ * [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
101200
+
101201
+ * 新增入参:AlarmPolicyList
101202
+
101203
+
100662
101204
  ### 第 73 次发布
100663
101205
 
100664
101206
  发布时间:2024-04-02 01:20:49
@@ -107135,6 +107677,22 @@
107135
107677
 
107136
107678
  ## SSL 证书(ssl) 版本:2019-12-05
107137
107679
 
107680
+ ### 第 56 次发布
107681
+
107682
+ 发布时间:2024-04-22 01:24:18
107683
+
107684
+ 本次发布包含了以下内容:
107685
+
107686
+ 改善已有的文档。
107687
+
107688
+ 新增接口:
107689
+
107690
+ * [[DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)](https://cloud.tencent.com/document/api/#/#)
107691
+
107692
+ 新增数据结构:
107693
+
107694
+ * [[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)](https://cloud.tencent.com/document/api/400/41679#[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult))
107695
+
107138
107696
  ### 第 55 次发布
107139
107697
 
107140
107698
  发布时间:2024-04-09 01:21:02
@@ -132568,6 +133126,37 @@
132568
133126
 
132569
133127
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
132570
133128
 
133129
+ ### 第 14 次发布
133130
+
133131
+ 发布时间:2024-04-22 01:28:17
133132
+
133133
+ 本次发布包含了以下内容:
133134
+
133135
+ 改善已有的文档。
133136
+
133137
+ 修改接口:
133138
+
133139
+ * [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
133140
+
133141
+ * 新增出参:Inbound, OutBound, CleanSession
133142
+
133143
+ * [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
133144
+
133145
+ * 新增出参:Status
133146
+
133147
+
133148
+ 新增数据结构:
133149
+
133150
+ * [[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)](https://cloud.tencent.com/document/api/1493/96031#[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics))
133151
+ * [[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)](https://cloud.tencent.com/document/api/1493/96031#[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport))
133152
+
133153
+ 修改数据结构:
133154
+
133155
+ * [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
133156
+
133157
+ * 新增成员:Ip
133158
+
133159
+
132571
133160
  ### 第 13 次发布
132572
133161
 
132573
133162
  发布时间:2024-04-18 01:31:47
@@ -134635,7 +135224,7 @@
134635
135224
  * [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
134636
135225
  * [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
134637
135226
  * [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
134638
- * [ModifyPicture](https://cloud.tencent.com/document/api/647/54686)
135227
+ * [ModifyPicture](https://cloud.tencent.com/document/api/647/105345)
134639
135228
 
134640
135229
  新增数据结构:
134641
135230