tencentcloud-sdk-nodejs 4.0.944 → 4.0.946

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 (112) hide show
  1. package/CHANGELOG.md +515 -0
  2. package/SERVICE_CHANGELOG.md +508 -83
  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/aiart/v20221229/aiart_client.ts +34 -21
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -6
  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/cwp/v20180228/cwp_client.ts +4 -2
  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/dasb/v20191018/dasb_models.ts +16 -3
  16. package/src/services/dts/v20211206/dts_models.ts +4 -4
  17. package/src/services/emr/v20190103/emr_models.ts +3 -3
  18. package/src/services/ess/v20201111/ess_client.ts +18 -10
  19. package/src/services/ess/v20201111/ess_models.ts +12 -6
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
  22. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  23. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  24. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  25. package/src/services/ims/v20201229/ims_client.ts +8 -3
  26. package/src/services/ims/v20201229/ims_models.ts +2 -2
  27. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  28. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  29. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  30. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  31. package/src/services/omics/v20221128/omics_client.ts +1 -0
  32. package/src/services/omics/v20221128/omics_models.ts +98 -11
  33. package/src/services/postgres/v20170312/postgres_client.ts +14 -1
  34. package/src/services/postgres/v20170312/postgres_models.ts +109 -14
  35. package/src/services/rce/v20201103/rce_models.ts +18 -15
  36. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  37. package/src/services/ssl/v20191205/ssl_models.ts +26 -0
  38. package/src/services/tcb/v20180608/tcb_models.ts +10 -1
  39. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  40. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  41. package/src/services/teo/v20220901/teo_client.ts +3 -2
  42. package/src/services/teo/v20220901/teo_models.ts +56 -27
  43. package/src/services/tke/v20180525/tke_models.ts +5 -5
  44. package/src/services/tke/v20220501/tke_models.ts +5 -5
  45. package/src/services/tse/v20201207/tse_models.ts +10 -0
  46. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  47. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  48. package/src/services/tts/v20190823/tts_client.ts +4 -1
  49. package/src/services/vpc/v20170312/vpc_models.ts +9 -0
  50. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  51. package/tencentcloud/common/sdk_version.d.ts +1 -1
  52. package/tencentcloud/common/sdk_version.js +1 -1
  53. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +34 -21
  54. package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
  55. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
  56. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  57. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  58. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  59. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  60. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  61. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  62. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  63. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  64. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  66. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
  67. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -4
  68. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -9
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +17 -9
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -6
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  76. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  77. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  78. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  79. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  80. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  81. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  82. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  83. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  84. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  85. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  87. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  88. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
  89. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  90. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  91. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
  92. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  93. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
  94. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
  95. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  96. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
  97. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  98. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  99. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  100. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  101. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  102. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  103. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
  104. package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
  105. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -0
  106. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  107. package/test/ccc.v20200210.test.js +12 -2
  108. package/test/cynosdb.v20190107.test.js +0 -10
  109. package/test/iecp.v20210914.test.js +156 -356
  110. package/test/monitor.v20180724.test.js +4 -24
  111. package/test/postgres.v20170312.test.js +10 -0
  112. package/test/tsf.v20180326.test.js +2 -12
@@ -1,175 +1,181 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## API 网关(apigateway) 版本:2018-08-08
3
+ ## 主机安全(cwp) 版本:2018-02-28
4
4
 
5
- ### 第 49 次发布
5
+ ### 第 124 次发布
6
6
 
7
- 发布时间:2024-09-24 01:08:10
7
+ 发布时间:2024-09-26 01:14:22
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ <font color="#dd0000">**预下线接口**:</font>
14
14
 
15
- * [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
15
+ * DescribeIndexList
16
16
 
17
17
 
18
18
 
19
- ## 云服务器(cvm) 版本:2017-03-12
19
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
20
20
 
21
- ### 第 130 次发布
21
+ ### 第 31 次发布
22
22
 
23
- 发布时间:2024-09-24 01:13:45
23
+ 发布时间:2024-09-26 01:16:16
24
24
 
25
25
  本次发布包含了以下内容:
26
26
 
27
27
  改善已有的文档。
28
28
 
29
- 修改数据结构:
29
+ 修改接口:
30
30
 
31
- * [RepairTaskInfo](https://cloud.tencent.com/document/api/213/15753#RepairTaskInfo)
31
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
32
32
 
33
- * <font color="#dd0000">**修改成员**:</font>TaskTypeName, DeviceStatus, OperateStatus, VpcId, VpcName, SubnetId, SubnetName, WanIp, LanIp, Product, TaskSubType, AuthType, AuthSource
33
+ * 新增入参:AllowKeyboardLogger
34
34
 
35
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
35
36
 
37
+ * 新增入参:AllowKeyboardLogger
36
38
 
37
39
 
38
- ## 弹性 MapReduce(emr) 版本:2019-01-03
40
+ 修改数据结构:
39
41
 
40
- ### 第 77 次发布
42
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
41
43
 
42
- 发布时间:2024-09-24 01:18:41
44
+ * 新增成员:AllowKeyboardLogger
43
45
 
44
- 本次发布包含了以下内容:
45
46
 
46
- 改善已有的文档。
47
47
 
48
- 新增接口:
49
48
 
50
- * [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
51
- * [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
49
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
52
50
 
53
- 新增数据结构:
51
+ ### 第 185 次发布
54
52
 
55
- * [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
56
- * [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
57
- * [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
53
+ 发布时间:2024-09-26 01:20:42
58
54
 
59
- 修改数据结构:
55
+ 本次发布包含了以下内容:
60
56
 
61
- * [DiskSpecInfo](https://cloud.tencent.com/document/api/589/33981#DiskSpecInfo)
57
+ 改善已有的文档。
62
58
 
63
- * 新增成员:ExtraPerformance
59
+ 修改接口:
64
60
 
65
- * [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
61
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
66
62
 
67
- * 新增成员:Size
63
+ * 新增入参:AutoActive
68
64
 
69
- * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
70
65
 
71
- * 新增成员:SharedClusterId, SharedClusterIdDesc
72
66
 
73
67
 
68
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
74
69
 
75
70
 
76
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
77
71
 
78
- ### 188 次发布
72
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
79
73
 
80
- 发布时间:2024-09-24 01:19:13
74
+ ### 第 17 次发布
75
+
76
+ 发布时间:2024-09-26 01:28:34
81
77
 
82
78
  本次发布包含了以下内容:
83
79
 
84
80
  改善已有的文档。
85
81
 
86
- 修改接口:
82
+ 新增数据结构:
87
83
 
88
- * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
84
+ * [VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo)
89
85
 
90
- * 新增入参:FlowBatchUrlInfo
86
+ 修改数据结构:
91
87
 
92
- * [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
88
+ * [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)
93
89
 
94
- * 新增入参:FlowDisplayType
90
+ * 新增成员:GitSource
95
91
 
92
+ * [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
96
93
 
94
+ * 新增成员:AccessMode, Type, WorkDir, InputType, InputCosUri, InputTemplateId, Volumes
97
95
 
96
+ * [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
98
97
 
99
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
98
+ * 新增成员:WorkDir
100
99
 
101
- ### 第 184 次发布
100
+ * [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
102
101
 
103
- 发布时间:2024-09-24 01:19:36
102
+ * 新增成员:AddRunInfoToOutputDir
104
103
 
105
- 本次发布包含了以下内容:
106
104
 
107
- 改善已有的文档。
108
105
 
109
- 修改接口:
110
106
 
111
- * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
107
+ ## SSL 证书(ssl) 版本:2019-12-05
112
108
 
113
- * 新增入参:FlowBatchUrlInfo
109
+ ### 第 67 次发布
114
110
 
111
+ 发布时间:2024-09-26 01:31:18
115
112
 
116
- 修改数据结构:
113
+ 本次发布包含了以下内容:
117
114
 
118
- * [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
115
+ 改善已有的文档。
119
116
 
120
- * 新增成员:FlowDisplayType
117
+ 新增数据结构:
121
118
 
119
+ * [HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig)
122
120
 
121
+ 修改数据结构:
123
122
 
123
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
124
124
 
125
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
125
+ * 新增成员:HostingResourceTypes, HostingConfig
126
126
 
127
127
 
128
128
 
129
- ## 人脸核身(faceid) 版本:2018-03-01
130
129
 
131
- ### 79 次发布
130
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
132
131
 
133
- 发布时间:2024-09-24 01:19:58
132
+ ### 第 104 次发布
133
+
134
+ 发布时间:2024-09-26 01:32:18
134
135
 
135
136
  本次发布包含了以下内容:
136
137
 
137
138
  改善已有的文档。
138
139
 
140
+ 修改接口:
141
+
142
+ * [DeleteCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/58477)
143
+
144
+ * 新增入参:DelayedDeletionTime
145
+
146
+
139
147
  修改数据结构:
140
148
 
141
- * [RuleIdConfig](https://cloud.tencent.com/document/api/1007/41958#RuleIdConfig)
149
+ * [CloudBaseRunVolumeMount](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunVolumeMount)
142
150
 
143
- * 新增成员:Speed
151
+ * 新增成员:MountPropagation
144
152
 
145
153
 
146
154
 
147
155
 
148
- ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
156
+ ## 私有网络(vpc) 版本:2017-03-12
149
157
 
150
- ### 第 45 次发布
158
+ ### 第 207 次发布
151
159
 
152
- 发布时间:2024-09-24 01:27:27
160
+ 发布时间:2024-09-26 01:39:10
153
161
 
154
162
  本次发布包含了以下内容:
155
163
 
156
164
  改善已有的文档。
157
165
 
158
- 新增接口:
166
+ 修改接口:
159
167
 
160
- * [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
161
- * [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
168
+ * [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
162
169
 
163
- 修改接口:
170
+ * 新增入参:DedicatedClusterId
164
171
 
165
- * [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
166
172
 
167
- * 新增出参:Databases
173
+ 修改数据结构:
168
174
 
175
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
169
176
 
170
- 新增数据结构:
177
+ * 新增成员:DedicatedClusterId
171
178
 
172
- * [Database](https://cloud.tencent.com/document/api/409/16778#Database)
173
179
 
174
180
 
175
181
 
@@ -3790,7 +3796,7 @@
3790
3796
 
3791
3797
  新增接口:
3792
3798
 
3793
- * [[DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)](https://cloud.tencent.com/document/api/#/#)
3799
+ * [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
3794
3800
 
3795
3801
  ### 第 48 次发布
3796
3802
 
@@ -15853,6 +15859,18 @@
15853
15859
 
15854
15860
  ## 云联络中心(ccc) 版本:2020-02-10
15855
15861
 
15862
+ ### 第 74 次发布
15863
+
15864
+ 发布时间:2024-09-24 13:17:26
15865
+
15866
+ 本次发布包含了以下内容:
15867
+
15868
+ 改善已有的文档。
15869
+
15870
+ 新增接口:
15871
+
15872
+ * [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
15873
+
15856
15874
  ### 第 73 次发布
15857
15875
 
15858
15876
  发布时间:2024-08-22 01:10:57
@@ -30249,6 +30267,21 @@
30249
30267
 
30250
30268
  ## 负载均衡(clb) 版本:2018-03-17
30251
30269
 
30270
+ ### 第 111 次发布
30271
+
30272
+ 发布时间:2024-09-25 01:12:46
30273
+
30274
+ 本次发布包含了以下内容:
30275
+
30276
+ 改善已有的文档。
30277
+
30278
+ 修改接口:
30279
+
30280
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
30281
+
30282
+ * 新增入参:H2cSwitch, SslCloseSwitch
30283
+
30284
+
30252
30285
  ### 第 110 次发布
30253
30286
 
30254
30287
  发布时间:2024-09-03 01:25:28
@@ -35165,6 +35198,21 @@
35165
35198
 
35166
35199
  ## 多媒体创作引擎(cme) 版本:2019-10-29
35167
35200
 
35201
+ ### 第 59 次发布
35202
+
35203
+ 发布时间:2024-09-25 01:13:30
35204
+
35205
+ 本次发布包含了以下内容:
35206
+
35207
+ 改善已有的文档。
35208
+
35209
+ 修改数据结构:
35210
+
35211
+ * [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
35212
+
35213
+ * 新增成员:StartTime
35214
+
35215
+
35168
35216
  ### 第 58 次发布
35169
35217
 
35170
35218
  发布时间:2024-07-29 01:23:21
@@ -43278,6 +43326,18 @@
43278
43326
 
43279
43327
  ## 主机安全(cwp) 版本:2018-02-28
43280
43328
 
43329
+ ### 第 124 次发布
43330
+
43331
+ 发布时间:2024-09-26 01:14:22
43332
+
43333
+ 本次发布包含了以下内容:
43334
+
43335
+ 改善已有的文档。
43336
+
43337
+ <font color="#dd0000">**预下线接口**:</font>
43338
+
43339
+ * DescribeIndexList
43340
+
43281
43341
  ### 第 123 次发布
43282
43342
 
43283
43343
  发布时间:2024-09-20 12:58:49
@@ -47058,6 +47118,18 @@
47058
47118
 
47059
47119
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47060
47120
 
47121
+ ### 第 104 次发布
47122
+
47123
+ 发布时间:2024-09-25 01:15:47
47124
+
47125
+ 本次发布包含了以下内容:
47126
+
47127
+ 改善已有的文档。
47128
+
47129
+ <font color="#dd0000">**删除接口**:</font>
47130
+
47131
+ * DescribeRollbackTimeValidity
47132
+
47061
47133
  ### 第 103 次发布
47062
47134
 
47063
47135
  发布时间:2024-09-05 01:24:31
@@ -49264,6 +49336,32 @@
49264
49336
 
49265
49337
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
49266
49338
 
49339
+ ### 第 31 次发布
49340
+
49341
+ 发布时间:2024-09-26 01:16:16
49342
+
49343
+ 本次发布包含了以下内容:
49344
+
49345
+ 改善已有的文档。
49346
+
49347
+ 修改接口:
49348
+
49349
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
49350
+
49351
+ * 新增入参:AllowKeyboardLogger
49352
+
49353
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
49354
+
49355
+ * 新增入参:AllowKeyboardLogger
49356
+
49357
+
49358
+ 修改数据结构:
49359
+
49360
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
49361
+
49362
+ * 新增成员:AllowKeyboardLogger
49363
+
49364
+
49267
49365
  ### 第 30 次发布
49268
49366
 
49269
49367
  发布时间:2024-09-13 01:25:56
@@ -62288,14 +62386,14 @@
62288
62386
 
62289
62387
  新增接口:
62290
62388
 
62291
- * [[DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)](https://cloud.tencent.com/document/api/#/#)
62292
- * [[ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)](https://cloud.tencent.com/document/api/#/#)
62389
+ * [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
62390
+ * [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
62293
62391
 
62294
62392
  新增数据结构:
62295
62393
 
62296
- * [[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig))
62297
- * [[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)](https://cloud.tencent.com/document/api/589/33981#[DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting))
62298
- * [[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)](https://cloud.tencent.com/document/api/589/33981#[FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig))
62394
+ * [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
62395
+ * [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
62396
+ * [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
62299
62397
 
62300
62398
  修改数据结构:
62301
62399
 
@@ -69188,6 +69286,21 @@
69188
69286
 
69189
69287
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
69190
69288
 
69289
+ ### 第 185 次发布
69290
+
69291
+ 发布时间:2024-09-26 01:20:42
69292
+
69293
+ 本次发布包含了以下内容:
69294
+
69295
+ 改善已有的文档。
69296
+
69297
+ 修改接口:
69298
+
69299
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
69300
+
69301
+ * 新增入参:AutoActive
69302
+
69303
+
69191
69304
  ### 第 184 次发布
69192
69305
 
69193
69306
  发布时间:2024-09-24 01:19:36
@@ -72816,6 +72929,21 @@
72816
72929
 
72817
72930
  ## 人脸核身(faceid) 版本:2018-03-01
72818
72931
 
72932
+ ### 第 80 次发布
72933
+
72934
+ 发布时间:2024-09-25 01:20:56
72935
+
72936
+ 本次发布包含了以下内容:
72937
+
72938
+ 改善已有的文档。
72939
+
72940
+ 修改数据结构:
72941
+
72942
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
72943
+
72944
+ * 新增成员:Speed
72945
+
72946
+
72819
72947
  ### 第 79 次发布
72820
72948
 
72821
72949
  发布时间:2024-09-24 01:19:58
@@ -79544,6 +79672,45 @@
79544
79672
 
79545
79673
  ## 物联网边缘计算平台(iecp) 版本:2021-09-14
79546
79674
 
79675
+ ### 第 9 次发布
79676
+
79677
+ 发布时间:2024-09-25 01:22:07
79678
+
79679
+ 本次发布包含了以下内容:
79680
+
79681
+ 改善已有的文档。
79682
+
79683
+ <font color="#dd0000">**删除接口**:</font>
79684
+
79685
+ * ApplyMarketComponent
79686
+ * CreateApplicationVisualization
79687
+ * CreateEdgeUnitApplicationVisualization
79688
+ * CreateEdgeUnitApplicationYaml
79689
+ * DeleteApplications
79690
+ * DeleteEdgeUnitApplications
79691
+ * DescribeApplicationVisualization
79692
+ * DescribeApplicationYaml
79693
+ * DescribeApplicationYamlError
79694
+ * DescribeApplications
79695
+ * DescribeEdgeUnitApplicationEvents
79696
+ * DescribeEdgeUnitApplicationLogs
79697
+ * DescribeEdgeUnitApplicationPodContainers
79698
+ * DescribeEdgeUnitApplicationPods
79699
+ * DescribeEdgeUnitApplicationVisualization
79700
+ * DescribeEdgeUnitApplicationYaml
79701
+ * DescribeEdgeUnitApplicationYamlError
79702
+ * DescribeEdgeUnitCloud
79703
+ * ModifyApplicationBasicInfo
79704
+ * ModifyApplicationVisualization
79705
+
79706
+ <font color="#dd0000">**删除数据结构**:</font>
79707
+
79708
+ * ApplicationTemplate
79709
+ * ContainerStatus
79710
+ * EdgeUnitStatisticItem
79711
+ * Event
79712
+ * PodStatus
79713
+
79547
79714
  ### 第 8 次发布
79548
79715
 
79549
79716
  发布时间:2024-06-20 01:46:44
@@ -95610,6 +95777,19 @@
95610
95777
 
95611
95778
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
95612
95779
 
95780
+ ### 第 121 次发布
95781
+
95782
+ 发布时间:2024-09-25 01:26:32
95783
+
95784
+ 本次发布包含了以下内容:
95785
+
95786
+ 改善已有的文档。
95787
+
95788
+ <font color="#dd0000">**删除接口**:</font>
95789
+
95790
+ * CheckIsPrometheusNewUser
95791
+ * DescribePrometheusRecordRuleYaml
95792
+
95613
95793
  ### 第 120 次发布
95614
95794
 
95615
95795
  发布时间:2024-08-23 01:56:12
@@ -107285,6 +107465,37 @@
107285
107465
 
107286
107466
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
107287
107467
 
107468
+ ### 第 17 次发布
107469
+
107470
+ 发布时间:2024-09-26 01:28:34
107471
+
107472
+ 本次发布包含了以下内容:
107473
+
107474
+ 改善已有的文档。
107475
+
107476
+ 新增数据结构:
107477
+
107478
+ * [[VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo)](https://cloud.tencent.com/document/api/1643/89100#[VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo))
107479
+
107480
+ 修改数据结构:
107481
+
107482
+ * [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)
107483
+
107484
+ * 新增成员:GitSource
107485
+
107486
+ * [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
107487
+
107488
+ * 新增成员:AccessMode, Type, WorkDir, InputType, InputCosUri, InputTemplateId, Volumes
107489
+
107490
+ * [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
107491
+
107492
+ * 新增成员:WorkDir
107493
+
107494
+ * [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
107495
+
107496
+ * 新增成员:AddRunInfoToOutputDir
107497
+
107498
+
107288
107499
  ### 第 16 次发布
107289
107500
 
107290
107501
  发布时间:2024-09-16 02:11:25
@@ -109108,6 +109319,36 @@
109108
109319
 
109109
109320
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
109110
109321
 
109322
+ ### 第 46 次发布
109323
+
109324
+ 发布时间:2024-09-25 01:28:57
109325
+
109326
+ 本次发布包含了以下内容:
109327
+
109328
+ 改善已有的文档。
109329
+
109330
+ 新增接口:
109331
+
109332
+ * [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)
109333
+
109334
+ 修改接口:
109335
+
109336
+ * [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
109337
+
109338
+ * 新增入参:DedicatedClusterId
109339
+
109340
+
109341
+ 新增数据结构:
109342
+
109343
+ * [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)
109344
+
109345
+ 修改数据结构:
109346
+
109347
+ * [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
109348
+
109349
+ * 新增成员:DedicatedClusterId
109350
+
109351
+
109111
109352
  ### 第 45 次发布
109112
109353
 
109113
109354
  发布时间:2024-09-24 01:27:27
@@ -109118,8 +109359,8 @@
109118
109359
 
109119
109360
  新增接口:
109120
109361
 
109121
- * [[CreateDatabase](https://cloud.tencent.com/document/api/409/111207)](https://cloud.tencent.com/document/api/#/#)
109122
- * [[ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)](https://cloud.tencent.com/document/api/#/#)
109362
+ * [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
109363
+ * [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
109123
109364
 
109124
109365
  修改接口:
109125
109366
 
@@ -109130,7 +109371,7 @@
109130
109371
 
109131
109372
  新增数据结构:
109132
109373
 
109133
- * [[Database](https://cloud.tencent.com/document/api/409/16778#Database)](https://cloud.tencent.com/document/api/409/16778#[Database](https://cloud.tencent.com/document/api/409/16778#Database))
109374
+ * [Database](https://cloud.tencent.com/document/api/409/16778#Database)
109134
109375
 
109135
109376
  ### 第 44 次发布
109136
109377
 
@@ -110830,6 +111071,23 @@
110830
111071
 
110831
111072
  ## 全栈式风控引擎(rce) 版本:2020-11-03
110832
111073
 
111074
+ ### 第 14 次发布
111075
+
111076
+ 发布时间:2024-09-25 01:29:30
111077
+
111078
+ 本次发布包含了以下内容:
111079
+
111080
+ 改善已有的文档。
111081
+
111082
+ 修改数据结构:
111083
+
111084
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
111085
+
111086
+ * 新增成员:IsOrderHandling
111087
+
111088
+ * <font color="#dd0000">**修改成员**:</font>IsPersonalData
111089
+
111090
+
110833
111091
  ### 第 13 次发布
110834
111092
 
110835
111093
  发布时间:2024-08-01 02:05:51
@@ -117974,6 +118232,25 @@
117974
118232
 
117975
118233
  ## SSL 证书(ssl) 版本:2019-12-05
117976
118234
 
118235
+ ### 第 67 次发布
118236
+
118237
+ 发布时间:2024-09-26 01:31:18
118238
+
118239
+ 本次发布包含了以下内容:
118240
+
118241
+ 改善已有的文档。
118242
+
118243
+ 新增数据结构:
118244
+
118245
+ * [[HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig)](https://cloud.tencent.com/document/api/400/41679#[HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig))
118246
+
118247
+ 修改数据结构:
118248
+
118249
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
118250
+
118251
+ * 新增成员:HostingResourceTypes, HostingConfig
118252
+
118253
+
117977
118254
  ### 第 66 次发布
117978
118255
 
117979
118256
  发布时间:2024-09-04 02:03:03
@@ -122275,6 +122552,28 @@
122275
122552
 
122276
122553
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
122277
122554
 
122555
+ ### 第 104 次发布
122556
+
122557
+ 发布时间:2024-09-26 01:32:18
122558
+
122559
+ 本次发布包含了以下内容:
122560
+
122561
+ 改善已有的文档。
122562
+
122563
+ 修改接口:
122564
+
122565
+ * [DeleteCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/58477)
122566
+
122567
+ * 新增入参:DelayedDeletionTime
122568
+
122569
+
122570
+ 修改数据结构:
122571
+
122572
+ * [CloudBaseRunVolumeMount](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunVolumeMount)
122573
+
122574
+ * 新增成员:MountPropagation
122575
+
122576
+
122278
122577
  ### 第 103 次发布
122279
122578
 
122280
122579
  发布时间:2024-08-07 02:15:35
@@ -126365,6 +126664,49 @@
126365
126664
 
126366
126665
  ## 容器安全服务(tcss) 版本:2020-11-01
126367
126666
 
126667
+ ### 第 66 次发布
126668
+
126669
+ 发布时间:2024-09-25 01:32:38
126670
+
126671
+ 本次发布包含了以下内容:
126672
+
126673
+ 改善已有的文档。
126674
+
126675
+ 修改接口:
126676
+
126677
+ * [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502)
126678
+
126679
+ * 新增出参:LatestSyncSuccessTime
126680
+
126681
+ * [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
126682
+
126683
+ * 新增出参:UnScannedImageCnt
126684
+
126685
+ * [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
126686
+
126687
+ * 新增出参:LastScanTime, ScanResult
126688
+
126689
+ * [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
126690
+
126691
+ * 新增出参:LastScanTime, Status, SubStatus
126692
+
126693
+ * [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
126694
+
126695
+ * 新增出参:UnScannedImageCnt
126696
+
126697
+ * [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
126698
+
126699
+ * 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
126700
+
126701
+ * [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
126702
+
126703
+ * 新增出参:LastScanTime, ScanResult
126704
+
126705
+
126706
+ 新增数据结构:
126707
+
126708
+ * [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)
126709
+
126368
126710
  ### 第 65 次发布
126369
126711
 
126370
126712
  发布时间:2024-09-20 13:11:46
@@ -134030,6 +134372,25 @@
134030
134372
 
134031
134373
  ## 边缘安全加速平台(teo) 版本:2022-09-01
134032
134374
 
134375
+ ### 第 85 次发布
134376
+
134377
+ 发布时间:2024-09-25 01:34:27
134378
+
134379
+ 本次发布包含了以下内容:
134380
+
134381
+ 改善已有的文档。
134382
+
134383
+ 新增数据结构:
134384
+
134385
+ * [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)
134386
+
134387
+ 修改数据结构:
134388
+
134389
+ * [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
134390
+
134391
+ * 新增成员:RemoteAuth
134392
+
134393
+
134033
134394
  ### 第 84 次发布
134034
134395
 
134035
134396
  发布时间:2024-09-11 02:18:47
@@ -148246,6 +148607,21 @@
148246
148607
 
148247
148608
  ## 微服务引擎(tse) 版本:2020-12-07
148248
148609
 
148610
+ ### 第 77 次发布
148611
+
148612
+ 发布时间:2024-09-25 01:36:42
148613
+
148614
+ 本次发布包含了以下内容:
148615
+
148616
+ 改善已有的文档。
148617
+
148618
+ 修改数据结构:
148619
+
148620
+ * [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
148621
+
148622
+ * 新增成员:Operator, Name
148623
+
148624
+
148249
148625
  ### 第 76 次发布
148250
148626
 
148251
148627
  发布时间:2024-09-10 02:19:25
@@ -149833,6 +150209,18 @@
149833
150209
 
149834
150210
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
149835
150211
 
150212
+ ### 第 114 次发布
150213
+
150214
+ 发布时间:2024-09-25 01:37:11
150215
+
150216
+ 本次发布包含了以下内容:
150217
+
150218
+ 改善已有的文档。
150219
+
150220
+ <font color="#dd0000">**删除接口**:</font>
150221
+
150222
+ * DescribeApplicationBusinessLogConfig
150223
+
149836
150224
  ### 第 113 次发布
149837
150225
 
149838
150226
  发布时间:2024-09-11 02:25:39
@@ -158855,6 +159243,28 @@
158855
159243
 
158856
159244
  ## 私有网络(vpc) 版本:2017-03-12
158857
159245
 
159246
+ ### 第 207 次发布
159247
+
159248
+ 发布时间:2024-09-26 01:39:10
159249
+
159250
+ 本次发布包含了以下内容:
159251
+
159252
+ 改善已有的文档。
159253
+
159254
+ 修改接口:
159255
+
159256
+ * [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
159257
+
159258
+ * 新增入参:DedicatedClusterId
159259
+
159260
+
159261
+ 修改数据结构:
159262
+
159263
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
159264
+
159265
+ * 新增成员:DedicatedClusterId
159266
+
159267
+
158858
159268
  ### 第 206 次发布
158859
159269
 
158860
159270
  发布时间:2024-09-20 13:16:10
@@ -164142,7 +164552,7 @@
164142
164552
 
164143
164553
  * 新增入参:Note, UpstreamHost
164144
164554
 
164145
- * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
164555
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
164146
164556
 
164147
164557
  * 新增入参:ActionType
164148
164558
 
@@ -164260,7 +164670,7 @@
164260
164670
 
164261
164671
  * 新增入参:RateLimit
164262
164672
 
164263
- * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
164673
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
164264
164674
 
164265
164675
  * 新增出参:Ids
164266
164676
 
@@ -164638,7 +165048,7 @@
164638
165048
 
164639
165049
  * 新增出参:RuleId
164640
165050
 
164641
- * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
165051
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
164642
165052
 
164643
165053
  * 新增入参:IsId
164644
165054
 
@@ -164674,7 +165084,7 @@
164674
165084
 
164675
165085
  * 新增出参:RuleId
164676
165086
 
164677
- * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
165087
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
164678
165088
 
164679
165089
  * 新增入参:InstanceId
164680
165090
 
@@ -165541,11 +165951,11 @@
165541
165951
 
165542
165952
  * 新增入参:ActiveCheck, TLSVersion, Ciphers, CipherTemplate
165543
165953
 
165544
- * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
165954
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
165545
165955
 
165546
165956
  * 新增入参:SourceType
165547
165957
 
165548
- * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
165958
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
165549
165959
 
165550
165960
  * 新增入参:SourceType
165551
165961
 
@@ -165741,7 +166151,7 @@
165741
166151
 
165742
166152
  * [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
165743
166153
  * [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
165744
- * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
166154
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
165745
166155
  * [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
165746
166156
  * [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
165747
166157
  * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
@@ -165753,7 +166163,7 @@
165753
166163
  * [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
165754
166164
  * [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
165755
166165
  * [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
165756
- * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
166166
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
165757
166167
 
165758
166168
  新增数据结构:
165759
166169
 
@@ -166211,6 +166621,21 @@
166211
166621
 
166212
166622
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
166213
166623
 
166624
+ ### 第 107 次发布
166625
+
166626
+ 发布时间:2024-09-25 01:40:14
166627
+
166628
+ 本次发布包含了以下内容:
166629
+
166630
+ 改善已有的文档。
166631
+
166632
+ 修改数据结构:
166633
+
166634
+ * [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
166635
+
166636
+ * 新增成员:NewParentTaskInfos
166637
+
166638
+
166214
166639
  ### 第 106 次发布
166215
166640
 
166216
166641
  发布时间:2024-08-29 20:07:34