tencentcloud-sdk-nodejs 4.0.874 → 4.0.876

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 (94) hide show
  1. package/CHANGELOG.md +574 -0
  2. package/SERVICE_CHANGELOG.md +587 -59
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +2 -2
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
  8. package/src/services/ciam/v20220331/ciam_models.ts +51 -42
  9. package/src/services/cls/v20201016/cls_client.ts +3 -3
  10. package/src/services/cls/v20201016/cls_models.ts +2 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  12. package/src/services/dc/v20180410/dc_client.ts +1 -1
  13. package/src/services/dc/v20180410/dc_models.ts +86 -78
  14. package/src/services/es/v20180416/es_models.ts +5 -0
  15. package/src/services/ess/v20201111/ess_client.ts +1 -0
  16. package/src/services/ess/v20201111/ess_models.ts +11 -8
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +4 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +44 -3
  19. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  20. package/src/services/monitor/v20180724/monitor_client.ts +4 -2
  21. package/src/services/monitor/v20180724/monitor_models.ts +13 -13
  22. package/src/services/mps/v20190612/mps_client.ts +7 -4
  23. package/src/services/mps/v20190612/mps_models.ts +129 -67
  24. package/src/services/mrs/v20200910/mrs_models.ts +142 -17
  25. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  26. package/src/services/organization/v20210331/organization_models.ts +13 -0
  27. package/src/services/rce/v20201103/rce_models.ts +21 -13
  28. package/src/services/redis/v20180412/redis_client.ts +63 -14
  29. package/src/services/redis/v20180412/redis_models.ts +202 -70
  30. package/src/services/ssl/v20191205/ssl_models.ts +7 -7
  31. package/src/services/tcm/v20210413/tcm_models.ts +24 -3
  32. package/src/services/tcr/v20190924/tcr_models.ts +8 -8
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -10
  34. package/src/services/tke/v20180525/tke_client.ts +4 -2
  35. package/src/services/tke/v20180525/tke_models.ts +30 -23
  36. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  37. package/src/services/tse/v20201207/tse_client.ts +2 -0
  38. package/src/services/tse/v20201207/tse_models.ts +61 -0
  39. package/src/services/tts/v20190823/tts_models.ts +1 -1
  40. package/src/services/waf/v20180125/waf_client.ts +27 -14
  41. package/src/services/waf/v20180125/waf_models.ts +139 -80
  42. package/src/services/wedata/v20210820/wedata_client.ts +15 -1
  43. package/src/services/wedata/v20210820/wedata_models.ts +99 -7
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  47. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
  48. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +51 -42
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  53. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  54. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  55. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +86 -78
  56. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  57. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  58. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -8
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -0
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -0
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -3
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  64. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
  65. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
  66. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +13 -13
  67. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -66
  69. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +142 -17
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +13 -0
  72. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +21 -13
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +20 -4
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +28 -4
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +193 -70
  76. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +7 -7
  77. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +24 -3
  78. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +8 -8
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -10
  80. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -1
  81. package/tencentcloud/services/tke/v20180525/tke_client.js +3 -1
  82. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +30 -23
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  84. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +59 -0
  85. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  86. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
  87. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +135 -79
  89. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  90. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  91. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +95 -7
  92. package/test/redis.v20180412.test.js +42 -2
  93. package/test/waf.v20180125.test.js +14 -4
  94. package/test/wedata.v20210820.test.js +10 -0
@@ -1,29 +1,33 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 日志服务(cls) 版本:2020-10-16
3
+ ## 账号风控平台(ciam) 版本:2022-03-31
4
4
 
5
- ### 第 95 次发布
5
+ ### 第 11 次发布
6
6
 
7
- 发布时间:2024-06-13 01:22:31
7
+ 发布时间:2024-06-17 01:21:02
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 修改数据结构:
14
14
 
15
- * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
15
+ * [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
16
16
 
17
- * 新增入参:PartitionCount
17
+ * 新增成员:WeComUserId
18
18
 
19
+ * [User](https://cloud.tencent.com/document/api/1441/75643#User)
19
20
 
21
+ * 新增成员:WeComUserId
20
22
 
21
23
 
22
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
23
24
 
24
- ### 第 14 次发布
25
25
 
26
- 发布时间:2024-06-13 01:38:46
26
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
27
+
28
+ ### 第 170 次发布
29
+
30
+ 发布时间:2024-06-17 01:42:30
27
31
 
28
32
  本次发布包含了以下内容:
29
33
 
@@ -31,120 +35,167 @@
31
35
 
32
36
  修改接口:
33
37
 
34
- * [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
38
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
35
39
 
36
- * 新增入参:CasbId
40
+ * 新增入参:SealTypes
37
41
 
38
42
 
39
43
 
40
44
 
41
- ## 数据传输服务(dts) 版本:2021-12-06
45
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
42
46
 
43
47
 
44
48
 
45
- ## 数据传输服务(dts) 版本:2018-03-30
49
+ ## 云数据库Redis(redis) 版本:2018-04-12
46
50
 
47
- ### 第 21 次发布
51
+ ### 第 78 次发布
48
52
 
49
- 发布时间:2024-06-13 01:40:12
53
+ 发布时间:2024-06-17 02:05:47
50
54
 
51
55
  本次发布包含了以下内容:
52
56
 
53
57
  改善已有的文档。
54
58
 
55
- <font color="#dd0000">**预下线接口**:</font>
59
+ 新增接口:
56
60
 
57
- * DescribeRegionConf
61
+ * [DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)
62
+ * [DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)
63
+ * [DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)
64
+ * [ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)
58
65
 
66
+ 新增数据结构:
59
67
 
68
+ * [AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)
60
69
 
61
- ## 弹性 MapReduce(emr) 版本:2019-01-03
62
70
 
63
- ### 第 66 次发布
64
71
 
65
- 发布时间:2024-06-12 17:52:35
72
+ ## 服务网格(tcm) 版本:2021-04-13
73
+
74
+ ### 第 22 次发布
75
+
76
+ 发布时间:2024-06-17 02:13:16
66
77
 
67
78
  本次发布包含了以下内容:
68
79
 
69
80
  改善已有的文档。
70
81
 
71
- 新增接口:
82
+ 修改数据结构:
72
83
 
73
- * [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
84
+ * [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
74
85
 
75
- 新增数据结构:
86
+ * 新增成员:NeedDelete
76
87
 
77
- * [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
78
- * [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
79
- * [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
80
- * [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
88
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
89
+
90
+ * 新增成员:MasterZoneID, SlaveZoneID
91
+
92
+ * [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
93
+
94
+ * <font color="#dd0000">**修改成员**:</font>LoadBalancerHostname
95
+
96
+ * [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
97
+
98
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime, UpdatedTime
99
+
100
+
101
+
102
+
103
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
104
+
105
+ ### 第 113 次发布
106
+
107
+ 发布时间:2024-06-17 02:17:28
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
81
112
 
82
113
  修改数据结构:
83
114
 
84
- * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
115
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
85
116
 
86
- * 新增成员:Remark
117
+ * 新增成员:PayMode
87
118
 
119
+ * [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
88
120
 
121
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, User, Password, Description, Tags, CreateTime, ModifyTime, Type
89
122
 
90
123
 
91
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
92
124
 
93
- ### 第 8 次发布
94
125
 
95
- 发布时间:2024-06-12 11:48:37
126
+ ## 容器服务(tke) 版本:2022-05-01
127
+
128
+
129
+
130
+ ## 容器服务(tke) 版本:2018-05-25
131
+
132
+ ### 第 172 次发布
133
+
134
+ 发布时间:2024-06-17 02:22:05
96
135
 
97
136
  本次发布包含了以下内容:
98
137
 
99
138
  改善已有的文档。
100
139
 
101
- <font color="#dd0000">**删除接口**:</font>
140
+ <font color="#dd0000">**预下线接口**:</font>
102
141
 
103
- * ChatPro
104
- * ChatStd
142
+ * DescribeExternalClusterSpec
105
143
 
106
144
 
107
145
 
108
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
146
+ ## 微服务引擎(tse) 版本:2020-12-07
109
147
 
110
- ### 第 67 次发布
148
+ ### 第 70 次发布
111
149
 
112
- 发布时间:2024-06-13 01:52:49
150
+ 发布时间:2024-06-17 02:25:45
113
151
 
114
152
  本次发布包含了以下内容:
115
153
 
116
154
  改善已有的文档。
117
155
 
118
- 修改接口:
156
+ 新增数据结构:
119
157
 
120
- * [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
158
+ * [ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)
159
+ * [ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)
121
160
 
122
- * 新增入参:MiniProgramAppId
161
+ 修改数据结构:
123
162
 
163
+ * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
124
164
 
165
+ * 新增成员:ZookeeperRegionInfo, DeployMode
125
166
 
167
+ * [VpcInfo](https://cloud.tencent.com/document/api/1364/54942#VpcInfo)
126
168
 
127
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
169
+ * 新增成员:LbSubnetId
128
170
 
129
- ### 第 115 次发布
130
171
 
131
- 发布时间:2024-06-13 02:05:31
172
+
173
+
174
+ ## Web 应用防火墙(waf) 版本:2018-01-25
175
+
176
+ ### 第 88 次发布
177
+
178
+ 发布时间:2024-06-17 02:33:30
132
179
 
133
180
  本次发布包含了以下内容:
134
181
 
135
182
  改善已有的文档。
136
183
 
137
- <font color="#dd0000">**预下线接口**:</font>
184
+ 新增接口:
138
185
 
139
- * DescribePrometheusRecordRuleYaml
186
+ * [DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)
140
187
 
188
+ 新增数据结构:
141
189
 
190
+ * [DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)
142
191
 
143
- ## Web 应用防火墙(waf) 版本:2018-01-25
144
192
 
145
- ### 第 87 次发布
146
193
 
147
- 发布时间:2024-06-13 02:48:34
194
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
195
+
196
+ ### 第 95 次发布
197
+
198
+ 发布时间:2024-06-17 02:35:04
148
199
 
149
200
  本次发布包含了以下内容:
150
201
 
@@ -152,8 +203,7 @@
152
203
 
153
204
  新增接口:
154
205
 
155
- * [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
156
- * [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
206
+ * [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
157
207
 
158
208
 
159
209
 
@@ -23061,6 +23111,21 @@
23061
23111
 
23062
23112
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23063
23113
 
23114
+ ### 第 12 次发布
23115
+
23116
+ 发布时间:2024-06-14 01:22:52
23117
+
23118
+ 本次发布包含了以下内容:
23119
+
23120
+ 改善已有的文档。
23121
+
23122
+ 修改数据结构:
23123
+
23124
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
23125
+
23126
+ * 新增成员:EnableCoolDown, CoolDownBucket
23127
+
23128
+
23064
23129
  ### 第 11 次发布
23065
23130
 
23066
23131
  发布时间:2024-05-27 01:18:10
@@ -25786,6 +25851,25 @@
25786
25851
 
25787
25852
  ## 账号风控平台(ciam) 版本:2022-03-31
25788
25853
 
25854
+ ### 第 11 次发布
25855
+
25856
+ 发布时间:2024-06-17 01:21:02
25857
+
25858
+ 本次发布包含了以下内容:
25859
+
25860
+ 改善已有的文档。
25861
+
25862
+ 修改数据结构:
25863
+
25864
+ * [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
25865
+
25866
+ * 新增成员:WeComUserId
25867
+
25868
+ * [User](https://cloud.tencent.com/document/api/1441/75643#User)
25869
+
25870
+ * 新增成员:WeComUserId
25871
+
25872
+
25789
25873
  ### 第 10 次发布
25790
25874
 
25791
25875
  发布时间:2023-07-06 01:13:25
@@ -48871,6 +48955,21 @@
48871
48955
 
48872
48956
  ## 专线接入(dc) 版本:2018-04-10
48873
48957
 
48958
+ ### 第 26 次发布
48959
+
48960
+ 发布时间:2024-06-14 01:40:38
48961
+
48962
+ 本次发布包含了以下内容:
48963
+
48964
+ 改善已有的文档。
48965
+
48966
+ 修改数据结构:
48967
+
48968
+ * [DirectConnectTunnel](https://cloud.tencent.com/document/api/216/18418#DirectConnectTunnel)
48969
+
48970
+ * 新增成员:ShareOrNot
48971
+
48972
+
48874
48973
  ### 第 25 次发布
48875
48974
 
48876
48975
  发布时间:2024-03-06 01:13:45
@@ -58907,14 +59006,14 @@
58907
59006
 
58908
59007
  新增接口:
58909
59008
 
58910
- * [[DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)](https://cloud.tencent.com/document/api/#/#)
59009
+ * [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
58911
59010
 
58912
59011
  新增数据结构:
58913
59012
 
58914
- * [[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)](https://cloud.tencent.com/document/api/589/33981#[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail))
58915
- * [[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)](https://cloud.tencent.com/document/api/589/33981#[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam))
58916
- * [[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)](https://cloud.tencent.com/document/api/589/33981#[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc))
58917
- * [[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)](https://cloud.tencent.com/document/api/589/33981#[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail))
59013
+ * [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
59014
+ * [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
59015
+ * [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
59016
+ * [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
58918
59017
 
58919
59018
  修改数据结构:
58920
59019
 
@@ -60442,6 +60541,21 @@
60442
60541
 
60443
60542
  ## Elasticsearch Service(es) 版本:2018-04-16
60444
60543
 
60544
+ ### 第 59 次发布
60545
+
60546
+ 发布时间:2024-06-14 01:50:54
60547
+
60548
+ 本次发布包含了以下内容:
60549
+
60550
+ 改善已有的文档。
60551
+
60552
+ 修改数据结构:
60553
+
60554
+ * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
60555
+
60556
+ * 新增成员:ClusterType
60557
+
60558
+
60445
60559
  ### 第 58 次发布
60446
60560
 
60447
60561
  发布时间:2024-05-14 01:51:30
@@ -65093,6 +65207,44 @@
65093
65207
 
65094
65208
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
65095
65209
 
65210
+ ### 第 170 次发布
65211
+
65212
+ 发布时间:2024-06-17 01:42:30
65213
+
65214
+ 本次发布包含了以下内容:
65215
+
65216
+ 改善已有的文档。
65217
+
65218
+ 修改接口:
65219
+
65220
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
65221
+
65222
+ * 新增入参:SealTypes
65223
+
65224
+
65225
+ ### 第 169 次发布
65226
+
65227
+ 发布时间:2024-06-14 01:52:51
65228
+
65229
+ 本次发布包含了以下内容:
65230
+
65231
+ 改善已有的文档。
65232
+
65233
+ 修改接口:
65234
+
65235
+ * [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
65236
+
65237
+ * 新增入参:Option
65238
+
65239
+ * [ChannelDescribeOrganizationSeals](https://cloud.tencent.com/document/api/1420/82455)
65240
+
65241
+ * 新增入参:SealStatuses
65242
+
65243
+
65244
+ 新增数据结构:
65245
+
65246
+ * [EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)
65247
+
65096
65248
  ### 第 168 次发布
65097
65249
 
65098
65250
  发布时间:2024-05-24 01:40:32
@@ -89764,6 +89916,25 @@
89764
89916
 
89765
89917
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
89766
89918
 
89919
+ ### 第 116 次发布
89920
+
89921
+ 发布时间:2024-06-14 02:13:11
89922
+
89923
+ 本次发布包含了以下内容:
89924
+
89925
+ 改善已有的文档。
89926
+
89927
+ <font color="#dd0000">**预下线接口**:</font>
89928
+
89929
+ * CheckIsPrometheusNewUser
89930
+
89931
+ 修改数据结构:
89932
+
89933
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
89934
+
89935
+ * <font color="#dd0000">**修改成员**:</font>Id, Name, UpdatedAt, UpdatedBy, NoticeType, UserNotices, URLNotices, IsPreset, NoticeLanguage, PolicyIds, AMPConsumerId, CLSNotices, Tags
89936
+
89937
+
89767
89938
  ### 第 115 次发布
89768
89939
 
89769
89940
  发布时间:2024-06-13 02:05:31
@@ -92154,6 +92325,33 @@
92154
92325
 
92155
92326
  ## 媒体处理(mps) 版本:2019-06-12
92156
92327
 
92328
+ ### 第 85 次发布
92329
+
92330
+ 发布时间:2024-06-14 02:15:02
92331
+
92332
+ 本次发布包含了以下内容:
92333
+
92334
+ 改善已有的文档。
92335
+
92336
+ 新增数据结构:
92337
+
92338
+ * [AiAnalysisTaskSegmentInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentInput)
92339
+ * [AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput)
92340
+ * [AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult)
92341
+
92342
+ 修改数据结构:
92343
+
92344
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
92345
+
92346
+ * 新增成员:SegmentTask
92347
+
92348
+ * [SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)
92349
+
92350
+ * 新增成员:Title, Summary
92351
+
92352
+ * <font color="#dd0000">**修改成员**:</font>SegmentUrl
92353
+
92354
+
92157
92355
  ### 第 84 次发布
92158
92356
 
92159
92357
  发布时间:2024-06-06 02:11:55
@@ -94759,6 +94957,139 @@
94759
94957
 
94760
94958
  ## 医疗报告结构化(mrs) 版本:2020-09-10
94761
94959
 
94960
+ ### 第 26 次发布
94961
+
94962
+ 发布时间:2024-06-14 02:16:42
94963
+
94964
+ 本次发布包含了以下内容:
94965
+
94966
+ 改善已有的文档。
94967
+
94968
+ 修改数据结构:
94969
+
94970
+ * [BirthCert](https://cloud.tencent.com/document/api/1314/56230#BirthCert)
94971
+
94972
+ * 新增成员:Page
94973
+
94974
+ * <font color="#dd0000">**修改成员**:</font>NeonatalInfo, MotherInfo, FatherInfo, IssueInfo
94975
+
94976
+ * [BloodPressureItem](https://cloud.tencent.com/document/api/1314/56230#BloodPressureItem)
94977
+
94978
+ * 新增成员:Page
94979
+
94980
+ * [Check](https://cloud.tencent.com/document/api/1314/56230#Check)
94981
+
94982
+ * 新增成员:Page
94983
+
94984
+ * [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
94985
+
94986
+ * 新增成员:Page
94987
+
94988
+ * <font color="#dd0000">**修改成员**:</font>CovidItems, Version
94989
+
94990
+ * [DiagCert](https://cloud.tencent.com/document/api/1314/56230#DiagCert)
94991
+
94992
+ * 新增成员:Page
94993
+
94994
+ * [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
94995
+
94996
+ * 新增成员:Page
94997
+
94998
+ * <font color="#dd0000">**修改成员**:</font>DiseaseHistory, PersonalHistory, DrugHistory, TreatmentRecord, ParagraphBlock
94999
+
95000
+ * [Electrocardiogram](https://cloud.tencent.com/document/api/1314/56230#Electrocardiogram)
95001
+
95002
+ * 新增成员:Page
95003
+
95004
+ * [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
95005
+
95006
+ * 新增成员:Page
95007
+
95008
+ * [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
95009
+
95010
+ * 新增成员:Page
95011
+
95012
+ * <font color="#dd0000">**修改成员**:</font>EyeItems, Version
95013
+
95014
+ * [FirstPage](https://cloud.tencent.com/document/api/1314/56230#FirstPage)
95015
+
95016
+ * 新增成员:Page
95017
+
95018
+ * <font color="#dd0000">**修改成员**:</font>DischargeDiagnosis, PathologicalDiagnosis, ClinicalDiagnosis, DamagePoi, Fp2NdItems
95019
+
95020
+ * [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
95021
+
95022
+ * 新增成员:Page
95023
+
95024
+ * [Indicator](https://cloud.tencent.com/document/api/1314/56230#Indicator)
95025
+
95026
+ * 新增成员:Page
95027
+
95028
+ * [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
95029
+
95030
+ * 新增成员:Page
95031
+
95032
+ * [KeyValueItem](https://cloud.tencent.com/document/api/1314/56230#KeyValueItem)
95033
+
95034
+ * 新增成员:Page
95035
+
95036
+ * [Maternity](https://cloud.tencent.com/document/api/1314/56230#Maternity)
95037
+
95038
+ * 新增成员:Page
95039
+
95040
+ * <font color="#dd0000">**修改成员**:</font>Desc, Summary, OcrText
95041
+
95042
+ * [MedDoc](https://cloud.tencent.com/document/api/1314/56230#MedDoc)
95043
+
95044
+ * 新增成员:Page
95045
+
95046
+ * <font color="#dd0000">**修改成员**:</font>Advice, Diagnosis, DiseaseMedicalHistory, PersonalMedicalHistory, ObstericalMedicalHistory, FamilyMedicalHistory, MenstrualMedicalHistory, TreatmentRecord
95047
+
95048
+ * [MedicalRecordInfo](https://cloud.tencent.com/document/api/1314/56230#MedicalRecordInfo)
95049
+
95050
+ * 新增成员:Page
95051
+
95052
+ * [PathologyV2](https://cloud.tencent.com/document/api/1314/56230#PathologyV2)
95053
+
95054
+ * 新增成员:Page
95055
+
95056
+ * <font color="#dd0000">**修改成员**:</font>PathologicalReportType, Desc, Summary, ReportText, LymphTotal, LymphNodes, Ihc, Clinical, Precancer, Malignant, Benigntumor, SampleType, LymphSize, Molecular
95057
+
95058
+ * [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
95059
+
95060
+ * 新增成员:Page
95061
+
95062
+ * [ResultInfo](https://cloud.tencent.com/document/api/1314/56230#ResultInfo)
95063
+
95064
+ * 新增成员:Page
95065
+
95066
+ * <font color="#dd0000">**修改成员**:</font>Text, Items
95067
+
95068
+ * [Surgery](https://cloud.tencent.com/document/api/1314/56230#Surgery)
95069
+
95070
+ * 新增成员:Page
95071
+
95072
+ * <font color="#dd0000">**修改成员**:</font>SurgeryHistory, OtherInfo
95073
+
95074
+ * [TextTypeListBlock](https://cloud.tencent.com/document/api/1314/56230#TextTypeListBlock)
95075
+
95076
+ * 新增成员:Page
95077
+
95078
+ * [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
95079
+
95080
+ * 新增成员:Page
95081
+
95082
+ * <font color="#dd0000">**修改成员**:</font>Timeline
95083
+
95084
+ * [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
95085
+
95086
+ * 新增成员:Page
95087
+
95088
+ * [ValueUnitItem](https://cloud.tencent.com/document/api/1314/56230#ValueUnitItem)
95089
+
95090
+ * 新增成员:Page
95091
+
95092
+
94762
95093
  ### 第 25 次发布
94763
95094
 
94764
95095
  发布时间:2024-05-09 01:20:07
@@ -100862,6 +101193,32 @@
100862
101193
 
100863
101194
  ## 集团账号管理(organization) 版本:2021-03-31
100864
101195
 
101196
+ ### 第 32 次发布
101197
+
101198
+ 发布时间:2024-06-14 02:20:06
101199
+
101200
+ 本次发布包含了以下内容:
101201
+
101202
+ 改善已有的文档。
101203
+
101204
+ 修改接口:
101205
+
101206
+ * [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
101207
+
101208
+ * 新增入参:ShareScope
101209
+
101210
+ * [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
101211
+
101212
+ * 新增入参:ShareScope
101213
+
101214
+
101215
+ 修改数据结构:
101216
+
101217
+ * [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
101218
+
101219
+ * 新增成员:ShareScope
101220
+
101221
+
100865
101222
  ### 第 31 次发布
100866
101223
 
100867
101224
  发布时间:2024-04-22 01:22:36
@@ -103873,6 +104230,40 @@
103873
104230
 
103874
104231
  ## 云数据库Redis(redis) 版本:2018-04-12
103875
104232
 
104233
+ ### 第 78 次发布
104234
+
104235
+ 发布时间:2024-06-17 02:05:47
104236
+
104237
+ 本次发布包含了以下内容:
104238
+
104239
+ 改善已有的文档。
104240
+
104241
+ 新增接口:
104242
+
104243
+ * [[DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)](https://cloud.tencent.com/document/api/#/#)
104244
+ * [[DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)](https://cloud.tencent.com/document/api/#/#)
104245
+ * [[DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)](https://cloud.tencent.com/document/api/#/#)
104246
+ * [[ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)](https://cloud.tencent.com/document/api/#/#)
104247
+
104248
+ 新增数据结构:
104249
+
104250
+ * [[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)](https://cloud.tencent.com/document/api/239/20022#[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion))
104251
+
104252
+ ### 第 77 次发布
104253
+
104254
+ 发布时间:2024-06-14 02:23:01
104255
+
104256
+ 本次发布包含了以下内容:
104257
+
104258
+ 改善已有的文档。
104259
+
104260
+ 修改接口:
104261
+
104262
+ * [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/239/41258)
104263
+
104264
+ * <font color="#dd0000">**修改入参**:</font>ProjectId
104265
+
104266
+
103876
104267
  ### 第 76 次发布
103877
104268
 
103878
104269
  发布时间:2024-06-10 02:18:13
@@ -116857,6 +117248,33 @@
116857
117248
 
116858
117249
  ## 服务网格(tcm) 版本:2021-04-13
116859
117250
 
117251
+ ### 第 22 次发布
117252
+
117253
+ 发布时间:2024-06-17 02:13:16
117254
+
117255
+ 本次发布包含了以下内容:
117256
+
117257
+ 改善已有的文档。
117258
+
117259
+ 修改数据结构:
117260
+
117261
+ * [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
117262
+
117263
+ * 新增成员:NeedDelete
117264
+
117265
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
117266
+
117267
+ * 新增成员:MasterZoneID, SlaveZoneID
117268
+
117269
+ * [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
117270
+
117271
+ * <font color="#dd0000">**修改成员**:</font>LoadBalancerHostname
117272
+
117273
+ * [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
117274
+
117275
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime, UpdatedTime
117276
+
117277
+
116860
117278
  ### 第 21 次发布
116861
117279
 
116862
117280
  发布时间:2023-10-09 01:23:14
@@ -121096,6 +121514,25 @@
121096
121514
 
121097
121515
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
121098
121516
 
121517
+ ### 第 113 次发布
121518
+
121519
+ 发布时间:2024-06-17 02:17:28
121520
+
121521
+ 本次发布包含了以下内容:
121522
+
121523
+ 改善已有的文档。
121524
+
121525
+ 修改数据结构:
121526
+
121527
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
121528
+
121529
+ * 新增成员:PayMode
121530
+
121531
+ * [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
121532
+
121533
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, User, Password, Description, Tags, CreateTime, ModifyTime, Type
121534
+
121535
+
121099
121536
  ### 第 112 次发布
121100
121537
 
121101
121538
  发布时间:2024-05-29 02:13:49
@@ -132493,6 +132930,18 @@
132493
132930
 
132494
132931
  ## 容器服务(tke) 版本:2018-05-25
132495
132932
 
132933
+ ### 第 172 次发布
132934
+
132935
+ 发布时间:2024-06-17 02:22:05
132936
+
132937
+ 本次发布包含了以下内容:
132938
+
132939
+ 改善已有的文档。
132940
+
132941
+ <font color="#dd0000">**预下线接口**:</font>
132942
+
132943
+ * DescribeExternalClusterSpec
132944
+
132496
132945
  ### 第 171 次发布
132497
132946
 
132498
132947
  发布时间:2024-04-17 01:24:26
@@ -139184,6 +139633,30 @@
139184
139633
 
139185
139634
  ## 微服务引擎(tse) 版本:2020-12-07
139186
139635
 
139636
+ ### 第 70 次发布
139637
+
139638
+ 发布时间:2024-06-17 02:25:45
139639
+
139640
+ 本次发布包含了以下内容:
139641
+
139642
+ 改善已有的文档。
139643
+
139644
+ 新增数据结构:
139645
+
139646
+ * [[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo))
139647
+ * [[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo))
139648
+
139649
+ 修改数据结构:
139650
+
139651
+ * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
139652
+
139653
+ * 新增成员:ZookeeperRegionInfo, DeployMode
139654
+
139655
+ * [VpcInfo](https://cloud.tencent.com/document/api/1364/54942#VpcInfo)
139656
+
139657
+ * 新增成员:LbSubnetId
139658
+
139659
+
139187
139660
  ### 第 69 次发布
139188
139661
 
139189
139662
  发布时间:2024-06-10 02:42:22
@@ -153498,6 +153971,22 @@
153498
153971
 
153499
153972
  ## Web 应用防火墙(waf) 版本:2018-01-25
153500
153973
 
153974
+ ### 第 88 次发布
153975
+
153976
+ 发布时间:2024-06-17 02:33:30
153977
+
153978
+ 本次发布包含了以下内容:
153979
+
153980
+ 改善已有的文档。
153981
+
153982
+ 新增接口:
153983
+
153984
+ * [[DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)](https://cloud.tencent.com/document/api/#/#)
153985
+
153986
+ 新增数据结构:
153987
+
153988
+ * [[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)](https://cloud.tencent.com/document/api/627/53609#[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp))
153989
+
153501
153990
  ### 第 87 次发布
153502
153991
 
153503
153992
  发布时间:2024-06-13 02:48:34
@@ -153508,8 +153997,8 @@
153508
153997
 
153509
153998
  新增接口:
153510
153999
 
153511
- * [[DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)](https://cloud.tencent.com/document/api/#/#)
153512
- * [[ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)](https://cloud.tencent.com/document/api/#/#)
154000
+ * [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
154001
+ * [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
153513
154002
 
153514
154003
  ### 第 86 次发布
153515
154004
 
@@ -155856,6 +156345,45 @@
155856
156345
 
155857
156346
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
155858
156347
 
156348
+ ### 第 95 次发布
156349
+
156350
+ 发布时间:2024-06-17 02:35:04
156351
+
156352
+ 本次发布包含了以下内容:
156353
+
156354
+ 改善已有的文档。
156355
+
156356
+ 新增接口:
156357
+
156358
+ * [[CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)](https://cloud.tencent.com/document/api/#/#)
156359
+
156360
+ ### 第 94 次发布
156361
+
156362
+ 发布时间:2024-06-14 03:00:16
156363
+
156364
+ 本次发布包含了以下内容:
156365
+
156366
+ 改善已有的文档。
156367
+
156368
+ 修改接口:
156369
+
156370
+ * [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
156371
+
156372
+ * 新增入参:TableNameFilter, TableFilterType
156373
+
156374
+
156375
+ 新增数据结构:
156376
+
156377
+ * [TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty)
156378
+ * [TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter)
156379
+
156380
+ 修改数据结构:
156381
+
156382
+ * [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
156383
+
156384
+ * 新增成员:TableProperties
156385
+
156386
+
155859
156387
  ### 第 93 次发布
155860
156388
 
155861
156389
  发布时间:2024-06-07 02:54:55
@@ -157162,7 +157690,7 @@
157162
157690
  * [CreateProjectParamDs](https://cloud.tencent.com/document/api/#/#)
157163
157691
  * [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api/#/#)
157164
157692
  * [CreateTaskDs](https://cloud.tencent.com/document/api/#/#)
157165
- * [CreateTaskFolder](https://cloud.tencent.com/document/api/#/#)
157693
+ * [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
157166
157694
  * [CreateTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
157167
157695
  * [CreateTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
157168
157696
  * [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)