tencentcloud-sdk-nodejs 4.0.943 → 4.0.945

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 (103) hide show
  1. package/CHANGELOG.md +509 -0
  2. package/SERVICE_CHANGELOG.md +713 -24
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
  8. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  10. package/src/services/clb/v20180317/clb_models.ts +9 -1
  11. package/src/services/cme/v20191029/cme_models.ts +10 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +11 -11
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  15. package/src/services/emr/v20190103/emr_client.ts +43 -16
  16. package/src/services/emr/v20190103/emr_models.ts +198 -41
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +8 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  21. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  22. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  23. package/src/services/ims/v20201229/ims_client.ts +8 -3
  24. package/src/services/ims/v20201229/ims_models.ts +2 -2
  25. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  26. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  27. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  29. package/src/services/postgres/v20170312/postgres_client.ts +40 -2
  30. package/src/services/postgres/v20170312/postgres_models.ts +247 -33
  31. package/src/services/rce/v20201103/rce_models.ts +18 -15
  32. package/src/services/sms/v20190711/sms_models.ts +3 -3
  33. package/src/services/sms/v20210111/sms_models.ts +9 -8
  34. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  35. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  36. package/src/services/teo/v20220901/teo_client.ts +3 -2
  37. package/src/services/teo/v20220901/teo_models.ts +67 -34
  38. package/src/services/tke/v20180525/tke_models.ts +5 -5
  39. package/src/services/tke/v20220501/tke_models.ts +5 -5
  40. package/src/services/tse/v20201207/tse_models.ts +10 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  42. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  43. package/src/services/vod/v20180717/vod_client.ts +10 -2
  44. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  60. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -41
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  67. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  68. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  69. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  70. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  71. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  72. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  79. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -1
  80. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -0
  81. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +239 -33
  82. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +66 -34
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  88. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  91. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  92. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  96. package/test/apigateway.v20180808.test.js +14 -4
  97. package/test/ccc.v20200210.test.js +12 -2
  98. package/test/cynosdb.v20190107.test.js +0 -10
  99. package/test/emr.v20190103.test.js +24 -4
  100. package/test/iecp.v20210914.test.js +156 -356
  101. package/test/monitor.v20180724.test.js +4 -24
  102. package/test/postgres.v20170312.test.js +30 -0
  103. package/test/tsf.v20180326.test.js +2 -12
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 集团账号管理(organization) 版本:2021-03-31
3
+ ## 云联络中心(ccc) 版本:2020-02-10
4
4
 
5
- ### 第 38 次发布
5
+ ### 第 74 次发布
6
6
 
7
- 发布时间:2024-09-23 12:16:37
7
+ 发布时间:2024-09-24 13:17:26
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,47 +12,323 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
16
- * [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
15
+ * [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
16
+
17
+
18
+
19
+ ## 负载均衡(clb) 版本:2018-03-17
20
+
21
+ ### 第 111 次发布
22
+
23
+ 发布时间:2024-09-25 01:12:46
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
17
28
 
18
29
  修改接口:
19
30
 
20
- * [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
31
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
21
32
 
22
- * 新增入参:Tags
33
+ * 新增入参:H2cSwitch, SslCloseSwitch
23
34
 
24
- * [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
25
35
 
26
- * 新增入参:Tags
27
36
 
28
- * [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
29
37
 
30
- * 新增入参:Tags
38
+ ## 多媒体创作引擎(cme) 版本:2019-10-29
31
39
 
32
- * [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
40
+ ### 第 59 次发布
33
41
 
34
- * 新增入参:Tags
42
+ 发布时间:2024-09-25 01:13:30
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改数据结构:
49
+
50
+ * [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
51
+
52
+ * 新增成员:StartTime
53
+
54
+
55
+
56
+
57
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
58
+
59
+ ### 第 104 次发布
60
+
61
+ 发布时间:2024-09-25 01:15:47
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ <font color="#dd0000">**删除接口**:</font>
68
+
69
+ * DescribeRollbackTimeValidity
70
+
71
+
72
+
73
+ ## 人脸核身(faceid) 版本:2018-03-01
74
+
75
+ ### 第 80 次发布
76
+
77
+ 发布时间:2024-09-25 01:20:56
78
+
79
+ 本次发布包含了以下内容:
80
+
81
+ 改善已有的文档。
82
+
83
+ 修改数据结构:
84
+
85
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
86
+
87
+ * 新增成员:Speed
88
+
89
+
90
+
91
+
92
+ ## 物联网边缘计算平台(iecp) 版本:2021-09-14
93
+
94
+ ### 第 9 次发布
95
+
96
+ 发布时间:2024-09-25 01:22:07
97
+
98
+ 本次发布包含了以下内容:
99
+
100
+ 改善已有的文档。
101
+
102
+ <font color="#dd0000">**删除接口**:</font>
103
+
104
+ * ApplyMarketComponent
105
+ * CreateApplicationVisualization
106
+ * CreateEdgeUnitApplicationVisualization
107
+ * CreateEdgeUnitApplicationYaml
108
+ * DeleteApplications
109
+ * DeleteEdgeUnitApplications
110
+ * DescribeApplicationVisualization
111
+ * DescribeApplicationYaml
112
+ * DescribeApplicationYamlError
113
+ * DescribeApplications
114
+ * DescribeEdgeUnitApplicationEvents
115
+ * DescribeEdgeUnitApplicationLogs
116
+ * DescribeEdgeUnitApplicationPodContainers
117
+ * DescribeEdgeUnitApplicationPods
118
+ * DescribeEdgeUnitApplicationVisualization
119
+ * DescribeEdgeUnitApplicationYaml
120
+ * DescribeEdgeUnitApplicationYamlError
121
+ * DescribeEdgeUnitCloud
122
+ * ModifyApplicationBasicInfo
123
+ * ModifyApplicationVisualization
124
+
125
+ <font color="#dd0000">**删除数据结构**:</font>
126
+
127
+ * ApplicationTemplate
128
+ * ContainerStatus
129
+ * EdgeUnitStatisticItem
130
+ * Event
131
+ * PodStatus
132
+
133
+
134
+
135
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
136
+
137
+ ### 第 121 次发布
138
+
139
+ 发布时间:2024-09-25 01:26:32
140
+
141
+ 本次发布包含了以下内容:
142
+
143
+ 改善已有的文档。
144
+
145
+ <font color="#dd0000">**删除接口**:</font>
146
+
147
+ * CheckIsPrometheusNewUser
148
+ * DescribePrometheusRecordRuleYaml
149
+
150
+
151
+
152
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
153
+
154
+ ### 第 46 次发布
155
+
156
+ 发布时间:2024-09-25 01:28:57
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 新增接口:
163
+
164
+ * [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)
165
+
166
+ 修改接口:
167
+
168
+ * [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
169
+
170
+ * 新增入参:DedicatedClusterId
35
171
 
36
172
 
37
173
  新增数据结构:
38
174
 
39
- * [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
40
- * [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
175
+ * [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)
41
176
 
42
177
  修改数据结构:
43
178
 
44
- * [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
179
+ * [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
180
+
181
+ * 新增成员:DedicatedClusterId
45
182
 
46
- * 新增成员:Tags
47
183
 
48
- * [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
49
184
 
50
- * 新增成员:Tags
51
185
 
186
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
52
187
 
188
+ ### 第 14 次发布
53
189
 
190
+ 发布时间:2024-09-25 01:29:30
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改数据结构:
197
+
198
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
199
+
200
+ * 新增成员:IsOrderHandling
201
+
202
+ * <font color="#dd0000">**修改成员**:</font>IsPersonalData
203
+
204
+
205
+
206
+
207
+ ## 容器安全服务(tcss) 版本:2020-11-01
208
+
209
+ ### 第 66 次发布
210
+
211
+ 发布时间:2024-09-25 01:32:38
212
+
213
+ 本次发布包含了以下内容:
214
+
215
+ 改善已有的文档。
216
+
217
+ 修改接口:
218
+
219
+ * [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502)
220
+
221
+ * 新增出参:LatestSyncSuccessTime
222
+
223
+ * [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
224
+
225
+ * 新增出参:UnScannedImageCnt
226
+
227
+ * [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
228
+
229
+ * 新增出参:LastScanTime, ScanResult
230
+
231
+ * [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
232
+
233
+ * 新增出参:LastScanTime, Status, SubStatus
234
+
235
+ * [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
236
+
237
+ * 新增出参:UnScannedImageCnt
238
+
239
+ * [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
240
+
241
+ * 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
242
+
243
+ * [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
244
+
245
+ * 新增出参:LastScanTime, ScanResult
246
+
247
+
248
+ 新增数据结构:
249
+
250
+ * [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)
251
+
252
+
253
+
254
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
255
+
256
+ ### 第 85 次发布
257
+
258
+ 发布时间:2024-09-25 01:34:27
259
+
260
+ 本次发布包含了以下内容:
261
+
262
+ 改善已有的文档。
263
+
264
+ 新增数据结构:
265
+
266
+ * [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)
267
+
268
+ 修改数据结构:
269
+
270
+ * [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
271
+
272
+ * 新增成员:RemoteAuth
273
+
274
+
275
+
276
+
277
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
278
+
279
+
280
+
281
+ ## 微服务引擎(tse) 版本:2020-12-07
282
+
283
+ ### 第 77 次发布
284
+
285
+ 发布时间:2024-09-25 01:36:42
286
+
287
+ 本次发布包含了以下内容:
288
+
289
+ 改善已有的文档。
290
+
291
+ 修改数据结构:
292
+
293
+ * [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
294
+
295
+ * 新增成员:Operator, Name
296
+
297
+
298
+
299
+
300
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
301
+
302
+ ### 第 114 次发布
303
+
304
+ 发布时间:2024-09-25 01:37:11
305
+
306
+ 本次发布包含了以下内容:
307
+
308
+ 改善已有的文档。
309
+
310
+ <font color="#dd0000">**删除接口**:</font>
311
+
312
+ * DescribeApplicationBusinessLogConfig
313
+
314
+
315
+
316
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
317
+
318
+ ### 第 107 次发布
319
+
320
+ 发布时间:2024-09-25 01:40:14
321
+
322
+ 本次发布包含了以下内容:
323
+
324
+ 改善已有的文档。
325
+
326
+ 修改数据结构:
327
+
328
+ * [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
329
+
330
+ * 新增成员:NewParentTaskInfos
54
331
 
55
- ## 集团账号管理(organization) 版本:2018-12-25
56
332
 
57
333
 
58
334
 
@@ -3663,6 +3939,18 @@
3663
3939
 
3664
3940
  ## API 网关(apigateway) 版本:2018-08-08
3665
3941
 
3942
+ ### 第 49 次发布
3943
+
3944
+ 发布时间:2024-09-24 01:08:10
3945
+
3946
+ 本次发布包含了以下内容:
3947
+
3948
+ 改善已有的文档。
3949
+
3950
+ 新增接口:
3951
+
3952
+ * [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
3953
+
3666
3954
  ### 第 48 次发布
3667
3955
 
3668
3956
  发布时间:2024-01-31 01:06:22
@@ -15724,6 +16012,18 @@
15724
16012
 
15725
16013
  ## 云联络中心(ccc) 版本:2020-02-10
15726
16014
 
16015
+ ### 第 74 次发布
16016
+
16017
+ 发布时间:2024-09-24 13:17:26
16018
+
16019
+ 本次发布包含了以下内容:
16020
+
16021
+ 改善已有的文档。
16022
+
16023
+ 新增接口:
16024
+
16025
+ * [[CreateAICall](https://cloud.tencent.com/document/api/679/111211)](https://cloud.tencent.com/document/api/#/#)
16026
+
15727
16027
  ### 第 73 次发布
15728
16028
 
15729
16029
  发布时间:2024-08-22 01:10:57
@@ -30120,6 +30420,21 @@
30120
30420
 
30121
30421
  ## 负载均衡(clb) 版本:2018-03-17
30122
30422
 
30423
+ ### 第 111 次发布
30424
+
30425
+ 发布时间:2024-09-25 01:12:46
30426
+
30427
+ 本次发布包含了以下内容:
30428
+
30429
+ 改善已有的文档。
30430
+
30431
+ 修改接口:
30432
+
30433
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
30434
+
30435
+ * 新增入参:H2cSwitch, SslCloseSwitch
30436
+
30437
+
30123
30438
  ### 第 110 次发布
30124
30439
 
30125
30440
  发布时间:2024-09-03 01:25:28
@@ -35036,6 +35351,21 @@
35036
35351
 
35037
35352
  ## 多媒体创作引擎(cme) 版本:2019-10-29
35038
35353
 
35354
+ ### 第 59 次发布
35355
+
35356
+ 发布时间:2024-09-25 01:13:30
35357
+
35358
+ 本次发布包含了以下内容:
35359
+
35360
+ 改善已有的文档。
35361
+
35362
+ 修改数据结构:
35363
+
35364
+ * [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
35365
+
35366
+ * 新增成员:StartTime
35367
+
35368
+
35039
35369
  ### 第 58 次发布
35040
35370
 
35041
35371
  发布时间:2024-07-29 01:23:21
@@ -40732,6 +41062,21 @@
40732
41062
 
40733
41063
  ## 云服务器(cvm) 版本:2017-03-12
40734
41064
 
41065
+ ### 第 130 次发布
41066
+
41067
+ 发布时间:2024-09-24 01:13:45
41068
+
41069
+ 本次发布包含了以下内容:
41070
+
41071
+ 改善已有的文档。
41072
+
41073
+ 修改数据结构:
41074
+
41075
+ * [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
41076
+
41077
+ * <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
41078
+
41079
+
40735
41080
  ### 第 129 次发布
40736
41081
 
40737
41082
  发布时间:2024-09-10 01:20:00
@@ -46914,6 +47259,18 @@
46914
47259
 
46915
47260
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
46916
47261
 
47262
+ ### 第 104 次发布
47263
+
47264
+ 发布时间:2024-09-25 01:15:47
47265
+
47266
+ 本次发布包含了以下内容:
47267
+
47268
+ 改善已有的文档。
47269
+
47270
+ <font color="#dd0000">**删除接口**:</font>
47271
+
47272
+ * DescribeRollbackTimeValidity
47273
+
46917
47274
  ### 第 103 次发布
46918
47275
 
46919
47276
  发布时间:2024-09-05 01:24:31
@@ -62134,6 +62491,40 @@
62134
62491
 
62135
62492
  ## 弹性 MapReduce(emr) 版本:2019-01-03
62136
62493
 
62494
+ ### 第 77 次发布
62495
+
62496
+ 发布时间:2024-09-24 01:18:41
62497
+
62498
+ 本次发布包含了以下内容:
62499
+
62500
+ 改善已有的文档。
62501
+
62502
+ 新增接口:
62503
+
62504
+ * [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
62505
+ * [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
62506
+
62507
+ 新增数据结构:
62508
+
62509
+ * [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
62510
+ * [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
62511
+ * [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
62512
+
62513
+ 修改数据结构:
62514
+
62515
+ * [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
62516
+
62517
+ * 新增成员:ExtraPerformance
62518
+
62519
+ * [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
62520
+
62521
+ * 新增成员:Size
62522
+
62523
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
62524
+
62525
+ * 新增成员:SharedClusterId, SharedClusterIdDesc
62526
+
62527
+
62137
62528
  ### 第 76 次发布
62138
62529
 
62139
62530
  发布时间:2024-09-11 01:39:43
@@ -65437,6 +65828,25 @@
65437
65828
 
65438
65829
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
65439
65830
 
65831
+ ### 第 188 次发布
65832
+
65833
+ 发布时间:2024-09-24 01:19:13
65834
+
65835
+ 本次发布包含了以下内容:
65836
+
65837
+ 改善已有的文档。
65838
+
65839
+ 修改接口:
65840
+
65841
+ * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
65842
+
65843
+ * 新增入参:FlowBatchUrlInfo
65844
+
65845
+ * [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
65846
+
65847
+ * 新增入参:FlowDisplayType
65848
+
65849
+
65440
65850
  ### 第 187 次发布
65441
65851
 
65442
65852
  发布时间:2024-09-13 01:36:15
@@ -68991,6 +69401,28 @@
68991
69401
 
68992
69402
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68993
69403
 
69404
+ ### 第 184 次发布
69405
+
69406
+ 发布时间:2024-09-24 01:19:36
69407
+
69408
+ 本次发布包含了以下内容:
69409
+
69410
+ 改善已有的文档。
69411
+
69412
+ 修改接口:
69413
+
69414
+ * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
69415
+
69416
+ * 新增入参:FlowBatchUrlInfo
69417
+
69418
+
69419
+ 修改数据结构:
69420
+
69421
+ * [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
69422
+
69423
+ * 新增成员:FlowDisplayType
69424
+
69425
+
68994
69426
  ### 第 183 次发布
68995
69427
 
68996
69428
  发布时间:2024-09-13 01:37:18
@@ -72597,6 +73029,36 @@
72597
73029
 
72598
73030
  ## 人脸核身(faceid) 版本:2018-03-01
72599
73031
 
73032
+ ### 第 80 次发布
73033
+
73034
+ 发布时间:2024-09-25 01:20:56
73035
+
73036
+ 本次发布包含了以下内容:
73037
+
73038
+ 改善已有的文档。
73039
+
73040
+ 修改数据结构:
73041
+
73042
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
73043
+
73044
+ * 新增成员:Speed
73045
+
73046
+
73047
+ ### 第 79 次发布
73048
+
73049
+ 发布时间:2024-09-24 01:19:58
73050
+
73051
+ 本次发布包含了以下内容:
73052
+
73053
+ 改善已有的文档。
73054
+
73055
+ 修改数据结构:
73056
+
73057
+ * [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
73058
+
73059
+ * 新增成员:Speed
73060
+
73061
+
72600
73062
  ### 第 78 次发布
72601
73063
 
72602
73064
  发布时间:2024-08-21 01:40:11
@@ -79310,6 +79772,45 @@
79310
79772
 
79311
79773
  ## 物联网边缘计算平台(iecp) 版本:2021-09-14
79312
79774
 
79775
+ ### 第 9 次发布
79776
+
79777
+ 发布时间:2024-09-25 01:22:07
79778
+
79779
+ 本次发布包含了以下内容:
79780
+
79781
+ 改善已有的文档。
79782
+
79783
+ <font color="#dd0000">**删除接口**:</font>
79784
+
79785
+ * ApplyMarketComponent
79786
+ * CreateApplicationVisualization
79787
+ * CreateEdgeUnitApplicationVisualization
79788
+ * CreateEdgeUnitApplicationYaml
79789
+ * DeleteApplications
79790
+ * DeleteEdgeUnitApplications
79791
+ * DescribeApplicationVisualization
79792
+ * DescribeApplicationYaml
79793
+ * DescribeApplicationYamlError
79794
+ * DescribeApplications
79795
+ * DescribeEdgeUnitApplicationEvents
79796
+ * DescribeEdgeUnitApplicationLogs
79797
+ * DescribeEdgeUnitApplicationPodContainers
79798
+ * DescribeEdgeUnitApplicationPods
79799
+ * DescribeEdgeUnitApplicationVisualization
79800
+ * DescribeEdgeUnitApplicationYaml
79801
+ * DescribeEdgeUnitApplicationYamlError
79802
+ * DescribeEdgeUnitCloud
79803
+ * ModifyApplicationBasicInfo
79804
+ * ModifyApplicationVisualization
79805
+
79806
+ <font color="#dd0000">**删除数据结构**:</font>
79807
+
79808
+ * ApplicationTemplate
79809
+ * ContainerStatus
79810
+ * EdgeUnitStatisticItem
79811
+ * Event
79812
+ * PodStatus
79813
+
79313
79814
  ### 第 8 次发布
79314
79815
 
79315
79816
  发布时间:2024-06-20 01:46:44
@@ -95376,6 +95877,19 @@
95376
95877
 
95377
95878
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
95378
95879
 
95880
+ ### 第 121 次发布
95881
+
95882
+ 发布时间:2024-09-25 01:26:32
95883
+
95884
+ 本次发布包含了以下内容:
95885
+
95886
+ 改善已有的文档。
95887
+
95888
+ <font color="#dd0000">**删除接口**:</font>
95889
+
95890
+ * CheckIsPrometheusNewUser
95891
+ * DescribePrometheusRecordRuleYaml
95892
+
95379
95893
  ### 第 120 次发布
95380
95894
 
95381
95895
  发布时间:2024-08-23 01:56:12
@@ -107488,8 +108002,8 @@
107488
108002
 
107489
108003
  新增接口:
107490
108004
 
107491
- * [[InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)](https://cloud.tencent.com/document/api/#/#)
107492
- * [[UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)](https://cloud.tencent.com/document/api/#/#)
108005
+ * [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
108006
+ * [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
107493
108007
 
107494
108008
  修改接口:
107495
108009
 
@@ -107512,8 +108026,8 @@
107512
108026
 
107513
108027
  新增数据结构:
107514
108028
 
107515
- * [[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)](https://cloud.tencent.com/document/api/850/67060#[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile))
107516
- * [[Tag](https://cloud.tencent.com/document/api/850/67060#Tag)](https://cloud.tencent.com/document/api/850/67060#[Tag](https://cloud.tencent.com/document/api/850/67060#Tag))
108029
+ * [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
108030
+ * [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
107517
108031
 
107518
108032
  修改数据结构:
107519
108033
 
@@ -108874,6 +109388,60 @@
108874
109388
 
108875
109389
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
108876
109390
 
109391
+ ### 第 46 次发布
109392
+
109393
+ 发布时间:2024-09-25 01:28:57
109394
+
109395
+ 本次发布包含了以下内容:
109396
+
109397
+ 改善已有的文档。
109398
+
109399
+ 新增接口:
109400
+
109401
+ * [[DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)](https://cloud.tencent.com/document/api/#/#)
109402
+
109403
+ 修改接口:
109404
+
109405
+ * [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
109406
+
109407
+ * 新增入参:DedicatedClusterId
109408
+
109409
+
109410
+ 新增数据结构:
109411
+
109412
+ * [[DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)](https://cloud.tencent.com/document/api/409/16778#[DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster))
109413
+
109414
+ 修改数据结构:
109415
+
109416
+ * [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
109417
+
109418
+ * 新增成员:DedicatedClusterId
109419
+
109420
+
109421
+ ### 第 45 次发布
109422
+
109423
+ 发布时间:2024-09-24 01:27:27
109424
+
109425
+ 本次发布包含了以下内容:
109426
+
109427
+ 改善已有的文档。
109428
+
109429
+ 新增接口:
109430
+
109431
+ * [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
109432
+ * [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
109433
+
109434
+ 修改接口:
109435
+
109436
+ * [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
109437
+
109438
+ * 新增出参:Databases
109439
+
109440
+
109441
+ 新增数据结构:
109442
+
109443
+ * [Database](https://cloud.tencent.com/document/api/409/16778#Database)
109444
+
108877
109445
  ### 第 44 次发布
108878
109446
 
108879
109447
  发布时间:2024-07-23 01:55:36
@@ -110572,6 +111140,23 @@
110572
111140
 
110573
111141
  ## 全栈式风控引擎(rce) 版本:2020-11-03
110574
111142
 
111143
+ ### 第 14 次发布
111144
+
111145
+ 发布时间:2024-09-25 01:29:30
111146
+
111147
+ 本次发布包含了以下内容:
111148
+
111149
+ 改善已有的文档。
111150
+
111151
+ 修改数据结构:
111152
+
111153
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
111154
+
111155
+ * 新增成员:IsOrderHandling
111156
+
111157
+ * <font color="#dd0000">**修改成员**:</font>IsPersonalData
111158
+
111159
+
110575
111160
  ### 第 13 次发布
110576
111161
 
110577
111162
  发布时间:2024-08-01 02:05:51
@@ -126107,6 +126692,49 @@
126107
126692
 
126108
126693
  ## 容器安全服务(tcss) 版本:2020-11-01
126109
126694
 
126695
+ ### 第 66 次发布
126696
+
126697
+ 发布时间:2024-09-25 01:32:38
126698
+
126699
+ 本次发布包含了以下内容:
126700
+
126701
+ 改善已有的文档。
126702
+
126703
+ 修改接口:
126704
+
126705
+ * [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502)
126706
+
126707
+ * 新增出参:LatestSyncSuccessTime
126708
+
126709
+ * [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
126710
+
126711
+ * 新增出参:UnScannedImageCnt
126712
+
126713
+ * [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
126714
+
126715
+ * 新增出参:LastScanTime, ScanResult
126716
+
126717
+ * [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
126718
+
126719
+ * 新增出参:LastScanTime, Status, SubStatus
126720
+
126721
+ * [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
126722
+
126723
+ * 新增出参:UnScannedImageCnt
126724
+
126725
+ * [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
126726
+
126727
+ * 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
126728
+
126729
+ * [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
126730
+
126731
+ * 新增出参:LastScanTime, ScanResult
126732
+
126733
+
126734
+ 新增数据结构:
126735
+
126736
+ * [[ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)](https://cloud.tencent.com/document/api/1285/65614#[ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo))
126737
+
126110
126738
  ### 第 65 次发布
126111
126739
 
126112
126740
  发布时间:2024-09-20 13:11:46
@@ -133772,6 +134400,25 @@
133772
134400
 
133773
134401
  ## 边缘安全加速平台(teo) 版本:2022-09-01
133774
134402
 
134403
+ ### 第 85 次发布
134404
+
134405
+ 发布时间:2024-09-25 01:34:27
134406
+
134407
+ 本次发布包含了以下内容:
134408
+
134409
+ 改善已有的文档。
134410
+
134411
+ 新增数据结构:
134412
+
134413
+ * [[L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)](https://cloud.tencent.com/document/api/1552/80721#[L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth))
134414
+
134415
+ 修改数据结构:
134416
+
134417
+ * [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
134418
+
134419
+ * 新增成员:RemoteAuth
134420
+
134421
+
133775
134422
  ### 第 84 次发布
133776
134423
 
133777
134424
  发布时间:2024-09-11 02:18:47
@@ -147988,6 +148635,21 @@
147988
148635
 
147989
148636
  ## 微服务引擎(tse) 版本:2020-12-07
147990
148637
 
148638
+ ### 第 77 次发布
148639
+
148640
+ 发布时间:2024-09-25 01:36:42
148641
+
148642
+ 本次发布包含了以下内容:
148643
+
148644
+ 改善已有的文档。
148645
+
148646
+ 修改数据结构:
148647
+
148648
+ * [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
148649
+
148650
+ * 新增成员:Operator, Name
148651
+
148652
+
147991
148653
  ### 第 76 次发布
147992
148654
 
147993
148655
  发布时间:2024-09-10 02:19:25
@@ -149575,6 +150237,18 @@
149575
150237
 
149576
150238
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
149577
150239
 
150240
+ ### 第 114 次发布
150241
+
150242
+ 发布时间:2024-09-25 01:37:11
150243
+
150244
+ 本次发布包含了以下内容:
150245
+
150246
+ 改善已有的文档。
150247
+
150248
+ <font color="#dd0000">**删除接口**:</font>
150249
+
150250
+ * DescribeApplicationBusinessLogConfig
150251
+
149578
150252
  ### 第 113 次发布
149579
150253
 
149580
150254
  发布时间:2024-09-11 02:25:39
@@ -165953,6 +166627,21 @@
165953
166627
 
165954
166628
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
165955
166629
 
166630
+ ### 第 107 次发布
166631
+
166632
+ 发布时间:2024-09-25 01:40:14
166633
+
166634
+ 本次发布包含了以下内容:
166635
+
166636
+ 改善已有的文档。
166637
+
166638
+ 修改数据结构:
166639
+
166640
+ * [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
166641
+
166642
+ * 新增成员:NewParentTaskInfos
166643
+
166644
+
165956
166645
  ### 第 106 次发布
165957
166646
 
165958
166647
  发布时间:2024-08-29 20:07:34