tencentcloud-sdk-nodejs 4.0.1014 → 4.0.1016

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +844 -0
  2. package/SERVICE_CHANGELOG.md +830 -139
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_client.ts +3 -3
  7. package/src/services/apm/v20210622/apm_models.ts +195 -171
  8. package/src/services/as/v20180419/as_client.ts +2 -0
  9. package/src/services/as/v20180419/as_models.ts +36 -0
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +32 -37
  11. package/src/services/cfs/v20190719/cfs_client.ts +19 -7
  12. package/src/services/cfs/v20190719/cfs_models.ts +52 -28
  13. package/src/services/cvm/v20170312/cvm_client.ts +14 -1
  14. package/src/services/cvm/v20170312/cvm_models.ts +75 -27
  15. package/src/services/faceid/v20180301/faceid_models.ts +7 -7
  16. package/src/services/hunyuan/v20230901/hunyuan_client.ts +3 -1
  17. package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -0
  18. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +17 -4
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +156 -40
  20. package/src/services/lcic/v20220817/lcic_models.ts +2 -3
  21. package/src/services/lighthouse/v20200324/lighthouse_models.ts +8 -0
  22. package/src/services/lke/v20231130/lke_models.ts +4 -7
  23. package/src/services/mna/v20210119/mna_models.ts +0 -15
  24. package/src/services/monitor/v20180724/monitor_models.ts +26 -26
  25. package/src/services/mps/v20190612/mps_models.ts +2 -5
  26. package/src/services/postgres/v20170312/postgres_models.ts +30 -16
  27. package/src/services/ssl/v20191205/ssl_models.ts +4 -0
  28. package/src/services/teo/v20220901/teo_models.ts +1 -3
  29. package/src/services/vod/v20180717/vod_models.ts +3 -3
  30. package/src/services/vpc/v20170312/vpc_client.ts +7 -5167
  31. package/src/services/vpc/v20170312/vpc_models.ts +9 -18775
  32. package/src/services/wedata/v20210820/wedata_client.ts +16 -2
  33. package/src/services/wedata/v20210820/wedata_models.ts +276 -61
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +3 -3
  37. package/tencentcloud/services/apm/v20210622/apm_client.js +3 -3
  38. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +195 -171
  39. package/tencentcloud/services/as/v20180419/as_models.d.ts +34 -0
  40. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +32 -37
  41. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +7 -3
  42. package/tencentcloud/services/cfs/v20190719/cfs_client.js +9 -3
  43. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +50 -28
  44. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +6 -1
  45. package/tencentcloud/services/cvm/v20170312/cvm_client.js +7 -0
  46. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +73 -27
  47. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -7
  48. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +3 -1
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +3 -1
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -0
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +153 -40
  54. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +2 -3
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +8 -0
  56. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -7
  57. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +0 -15
  58. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +26 -26
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -5
  60. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -16
  61. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  62. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -3
  63. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
  64. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -1891
  65. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2663
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -17837
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  68. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  69. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +269 -58
  70. package/test/cfs.v20190719.test.js +12 -2
  71. package/test/cvm.v20170312.test.js +10 -0
  72. package/test/iotexplorer.v20190423.test.js +10 -0
  73. package/test/vpc.v20170312.test.js +2 -3862
  74. package/test/wedata.v20210820.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 负载均衡(clb) 版本:2018-03-17
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
4
 
5
- ### 第 117 次发布
5
+ ### 第 39 次发布
6
6
 
7
- 发布时间:2025-01-16 01:11:10
7
+ 发布时间:2025-01-20 01:10:01
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,144 +12,92 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)
16
-
17
- * 新增入参:AdditionalFields
18
-
19
-
20
- 修改数据结构:
21
-
22
- * [Cluster](https://cloud.tencent.com/document/api/214/30694#Cluster)
15
+ * [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
23
16
 
24
- * 新增成员:Tag
17
+ * 新增入参:IsQuery
25
18
 
26
- * [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
19
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
27
20
 
28
- * 新增成员:TargetCount
21
+ * 新增入参:SortField, SortOrder
29
22
 
30
- * [TargetGroupInfo](https://cloud.tencent.com/document/api/214/30694#TargetGroupInfo)
23
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
31
24
 
32
- * 新增成员:TargetGroupType, AssociatedRuleCount, RegisteredInstancesCount, Tag, Weight
25
+ * 新增入参:SortField, SortOrder
33
26
 
34
27
 
35
28
 
36
29
 
37
- ## 专线接入(dc) 版本:2018-04-10
30
+ ## 文件存储(cfs) 版本:2019-07-19
38
31
 
39
- ### 第 31 次发布
32
+ ### 第 34 次发布
40
33
 
41
- 发布时间:2025-01-16 01:13:53
34
+ 发布时间:2025-01-20 01:10:16
42
35
 
43
36
  本次发布包含了以下内容:
44
37
 
45
38
  改善已有的文档。
46
39
 
47
- 修改数据结构:
48
-
49
- * [CloudAttachInfo](https://cloud.tencent.com/document/api/216/18418#CloudAttachInfo)
50
-
51
- * 新增成员:ArRegion
52
-
53
- * [CreateCasInput](https://cloud.tencent.com/document/api/216/18418#CreateCasInput)
54
-
55
- * 新增成员:ArRegion
40
+ 新增接口:
56
41
 
42
+ * [CreateAccessCert](https://cloud.tencent.com/document/api/582/115736)
57
43
 
58
44
 
59
45
 
60
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
46
+ ## 云服务器(cvm) 版本:2017-03-12
61
47
 
62
- ### 第 109 次发布
48
+ ### 第 140 次发布
63
49
 
64
- 发布时间:2025-01-16 01:14:09
50
+ 发布时间:2025-01-20 01:11:52
65
51
 
66
52
  本次发布包含了以下内容:
67
53
 
68
54
  改善已有的文档。
69
55
 
70
- 新增数据结构:
71
-
72
- * [SmartOptimizerChangeTablePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerChangeTablePolicy)
73
-
74
- 修改数据结构:
75
-
76
- * [SmartOptimizerPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerPolicy)
77
-
78
- * 新增成员:ChangeTable
79
-
80
- * [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
81
-
82
- * 新增成员:PrimaryKeys
83
-
84
- * [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
85
-
86
- * 新增成员:InputFormatShort
87
-
88
-
89
-
56
+ 修改接口:
90
57
 
91
- ## 弹性 MapReduce(emr) 版本:2019-01-03
58
+ * [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
92
59
 
93
- ### 第 89 次发布
60
+ * 新增入参:TagSpecification
94
61
 
95
- 发布时间:2025-01-16 01:15:53
62
+ * [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
96
63
 
97
- 本次发布包含了以下内容:
64
+ * 新增入参:InstanceType, Filters
98
65
 
99
- 改善已有的文档。
100
66
 
101
67
  修改数据结构:
102
68
 
103
- * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
104
-
105
- * 新增成员:TimingResource, TkeClusterId
106
-
107
-
108
-
109
-
110
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
111
-
112
- ### 第 33 次发布
113
-
114
- 发布时间:2025-01-16 01:17:29
115
-
116
- 本次发布包含了以下内容:
117
-
118
- 改善已有的文档。
119
-
120
- 修改接口:
121
-
122
- * [GetThreadMessageList](https://cloud.tencent.com/document/api/1729/112208)
69
+ * [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
123
70
 
124
- * 新增出参:FirstMsgID, LastMsgID
71
+ * 新增成员:HpcClusterNetMode, Tags
125
72
 
126
73
 
127
74
 
128
75
 
129
- ## 大模型知识引擎(lke) 版本:2023-11-30
76
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
130
77
 
131
- ### 第 25 次发布
78
+ ### 第 92 次发布
132
79
 
133
- 发布时间:2025-01-16 01:20:05
80
+ 发布时间:2025-01-17 20:22:17
134
81
 
135
82
  本次发布包含了以下内容:
136
83
 
137
84
  改善已有的文档。
138
85
 
139
- 修改数据结构:
86
+ 新增接口:
140
87
 
141
- * [QAQuery](https://cloud.tencent.com/document/api/1759/105104#QAQuery)
88
+ * [DescribeCloudStorageEventsWithAITasks](https://cloud.tencent.com/document/api/1081/115733)
142
89
 
143
- * 新增成员:QueryType
90
+ 新增数据结构:
144
91
 
92
+ * [CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks)
145
93
 
146
94
 
147
95
 
148
- ## 文字识别(ocr) 版本:2018-11-19
96
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
149
97
 
150
- ### 第 171 次发布
98
+ ### 第 65 次发布
151
99
 
152
- 发布时间:2025-01-16 01:21:59
100
+ 发布时间:2025-01-20 01:19:11
153
101
 
154
102
  本次发布包含了以下内容:
155
103
 
@@ -157,20 +105,18 @@
157
105
 
158
106
  修改接口:
159
107
 
160
- * [RecognizeThaiIDCardOCR](https://cloud.tencent.com/document/api/866/48475)
161
-
162
- * 新增入参:BackImageBase64, BackImageUrl
108
+ * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
163
109
 
164
- * 新增出参:LaserID
110
+ * 新增入参:DomainName, Subdomain
165
111
 
166
112
 
167
113
 
168
114
 
169
- ## 私有网络(vpc) 版本:2017-03-12
115
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
170
116
 
171
- ### 第 241 次发布
117
+ ### 第 48 次发布
172
118
 
173
- 发布时间:2025-01-16 01:29:01
119
+ 发布时间:2025-01-20 01:22:23
174
120
 
175
121
  本次发布包含了以下内容:
176
122
 
@@ -178,52 +124,9 @@
178
124
 
179
125
  修改接口:
180
126
 
181
- * [DescribeAddressTemplateGroups](https://cloud.tencent.com/document/api/215/16716)
182
-
183
- * 新增入参:OrderField, OrderDirection, MemberOrderField, MemberOrderDirection
184
-
185
- * [DescribeAddressTemplates](https://cloud.tencent.com/document/api/215/16717)
186
-
187
- * 新增入参:OrderField, OrderDirection, MemberOrderField, MemberOrderDirection
188
-
189
- * [DescribeServiceTemplateGroups](https://cloud.tencent.com/document/api/215/16718)
190
-
191
- * 新增入参:OrderField, OrderDirection, MemberOrderField, MemberOrderDirection
192
-
193
- * [DescribeServiceTemplates](https://cloud.tencent.com/document/api/215/16719)
194
-
195
- * 新增入参:OrderField, OrderDirection, MemberOrderField, MemberOrderDirection
196
-
197
-
198
- 修改数据结构:
199
-
200
- * [AddressInfo](https://cloud.tencent.com/document/api/215/15824#AddressInfo)
201
-
202
- * 新增成员:UpdatedTime
203
-
204
- * [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
205
-
206
- * 新增成员:UpdatedTime
207
-
208
- * [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
209
-
210
- * 新增成员:UpdatedTime
211
-
212
- * [AddressTemplateItem](https://cloud.tencent.com/document/api/215/15824#AddressTemplateItem)
213
-
214
- * 新增成员:Description, UpdatedTime
215
-
216
- * [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
217
-
218
- * 新增成员:UpdatedTime
219
-
220
- * [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
221
-
222
- * 新增成员:UpdatedTime
223
-
224
- * [ServicesInfo](https://cloud.tencent.com/document/api/215/15824#ServicesInfo)
127
+ * [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
225
128
 
226
- * 新增成员:UpdatedTime
129
+ * 新增入参:PlanId, PlanName
227
130
 
228
131
 
229
132
 
@@ -5174,6 +5077,29 @@
5174
5077
 
5175
5078
  ## 应用性能监控(apm) 版本:2021-06-22
5176
5079
 
5080
+ ### 第 29 次发布
5081
+
5082
+ 发布时间:2025-01-17 01:08:20
5083
+
5084
+ 本次发布包含了以下内容:
5085
+
5086
+ 改善已有的文档。
5087
+
5088
+ 修改接口:
5089
+
5090
+ * [DescribeGeneralSpanList](https://cloud.tencent.com/document/api/1463/98725)
5091
+
5092
+ * <font color="#dd0000">**修改入参**:</font>Limit, Offset
5093
+
5094
+ * [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
5095
+
5096
+ * <font color="#dd0000">**修改入参**:</font>Filters, GroupBy
5097
+
5098
+ * [DescribeServiceOverview](https://cloud.tencent.com/document/api/1463/73094)
5099
+
5100
+ * <font color="#dd0000">**修改入参**:</font>Filters, GroupBy
5101
+
5102
+
5177
5103
  ### 第 28 次发布
5178
5104
 
5179
5105
  发布时间:2024-11-15 01:09:10
@@ -5653,6 +5579,34 @@
5653
5579
 
5654
5580
  ## 弹性伸缩(as) 版本:2018-04-19
5655
5581
 
5582
+ ### 第 81 次发布
5583
+
5584
+ 发布时间:2025-01-17 01:08:27
5585
+
5586
+ 本次发布包含了以下内容:
5587
+
5588
+ 改善已有的文档。
5589
+
5590
+ 修改接口:
5591
+
5592
+ * [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
5593
+
5594
+ * 新增入参:ClearMetadata
5595
+
5596
+ * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
5597
+
5598
+ * 新增入参:Metadata
5599
+
5600
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
5601
+
5602
+ * 新增入参:Metadata
5603
+
5604
+
5605
+ 新增数据结构:
5606
+
5607
+ * [Metadata](https://cloud.tencent.com/document/api/377/20453#Metadata)
5608
+ * [MetadataItem](https://cloud.tencent.com/document/api/377/20453#MetadataItem)
5609
+
5656
5610
  ### 第 80 次发布
5657
5611
 
5658
5612
  发布时间:2025-01-09 01:09:15
@@ -25717,6 +25671,44 @@
25717
25671
 
25718
25672
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
25719
25673
 
25674
+ ### 第 39 次发布
25675
+
25676
+ 发布时间:2025-01-20 01:10:01
25677
+
25678
+ 本次发布包含了以下内容:
25679
+
25680
+ 改善已有的文档。
25681
+
25682
+ 修改接口:
25683
+
25684
+ * [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
25685
+
25686
+ * 新增入参:IsQuery
25687
+
25688
+ * [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
25689
+
25690
+ * 新增入参:SortField, SortOrder
25691
+
25692
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
25693
+
25694
+ * 新增入参:SortField, SortOrder
25695
+
25696
+
25697
+ ### 第 38 次发布
25698
+
25699
+ 发布时间:2025-01-17 01:10:44
25700
+
25701
+ 本次发布包含了以下内容:
25702
+
25703
+ 改善已有的文档。
25704
+
25705
+ 修改接口:
25706
+
25707
+ * [RecoverBackUpJob](https://cloud.tencent.com/document/api/1387/109539)
25708
+
25709
+ * 新增出参:TotalCount, DuplicateTables, ErrorMsg
25710
+
25711
+
25720
25712
  ### 第 37 次发布
25721
25713
 
25722
25714
  发布时间:2025-01-15 01:10:18
@@ -27213,6 +27205,18 @@
27213
27205
 
27214
27206
  ## 文件存储(cfs) 版本:2019-07-19
27215
27207
 
27208
+ ### 第 34 次发布
27209
+
27210
+ 发布时间:2025-01-20 01:10:16
27211
+
27212
+ 本次发布包含了以下内容:
27213
+
27214
+ 改善已有的文档。
27215
+
27216
+ 新增接口:
27217
+
27218
+ * [[CreateAccessCert](https://cloud.tencent.com/document/api/582/115736)](https://cloud.tencent.com/document/api/#/#)
27219
+
27216
27220
  ### 第 33 次发布
27217
27221
 
27218
27222
  发布时间:2024-12-05 01:07:44
@@ -43842,6 +43846,44 @@
43842
43846
 
43843
43847
  ## 云服务器(cvm) 版本:2017-03-12
43844
43848
 
43849
+ ### 第 140 次发布
43850
+
43851
+ 发布时间:2025-01-20 01:11:52
43852
+
43853
+ 本次发布包含了以下内容:
43854
+
43855
+ 改善已有的文档。
43856
+
43857
+ 修改接口:
43858
+
43859
+ * [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
43860
+
43861
+ * 新增入参:TagSpecification
43862
+
43863
+ * [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
43864
+
43865
+ * 新增入参:InstanceType, Filters
43866
+
43867
+
43868
+ 修改数据结构:
43869
+
43870
+ * [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
43871
+
43872
+ * 新增成员:HpcClusterNetMode, Tags
43873
+
43874
+
43875
+ ### 第 139 次发布
43876
+
43877
+ 发布时间:2025-01-17 01:12:40
43878
+
43879
+ 本次发布包含了以下内容:
43880
+
43881
+ 改善已有的文档。
43882
+
43883
+ 新增接口:
43884
+
43885
+ * [ModifyInstancesDisasterRecoverGroup](https://cloud.tencent.com/document/api/213/115717)
43886
+
43845
43887
  ### 第 138 次发布
43846
43888
 
43847
43889
  发布时间:2024-12-27 11:35:31
@@ -57883,7 +57925,7 @@
57883
57925
 
57884
57926
  新增数据结构:
57885
57927
 
57886
- * [[SmartOptimizerChangeTablePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerChangeTablePolicy)](https://cloud.tencent.com/document/api/1342/53778#[SmartOptimizerChangeTablePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerChangeTablePolicy))
57928
+ * [SmartOptimizerChangeTablePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerChangeTablePolicy)
57887
57929
 
57888
57930
  修改数据结构:
57889
57931
 
@@ -88237,6 +88279,22 @@
88237
88279
 
88238
88280
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
88239
88281
 
88282
+ ### 第 92 次发布
88283
+
88284
+ 发布时间:2025-01-17 20:22:17
88285
+
88286
+ 本次发布包含了以下内容:
88287
+
88288
+ 改善已有的文档。
88289
+
88290
+ 新增接口:
88291
+
88292
+ * [[DescribeCloudStorageEventsWithAITasks](https://cloud.tencent.com/document/api/1081/115733)](https://cloud.tencent.com/document/api/#/#)
88293
+
88294
+ 新增数据结构:
88295
+
88296
+ * [[CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks)](https://cloud.tencent.com/document/api/1081/34988#[CloudStorageEventWithAITasks](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEventWithAITasks))
88297
+
88240
88298
  ### 第 91 次发布
88241
88299
 
88242
88300
  发布时间:2025-01-10 01:18:24
@@ -95360,6 +95418,21 @@
95360
95418
 
95361
95419
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
95362
95420
 
95421
+ ### 第 65 次发布
95422
+
95423
+ 发布时间:2025-01-20 01:19:11
95424
+
95425
+ 本次发布包含了以下内容:
95426
+
95427
+ 改善已有的文档。
95428
+
95429
+ 修改接口:
95430
+
95431
+ * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
95432
+
95433
+ * 新增入参:DomainName, Subdomain
95434
+
95435
+
95363
95436
  ### 第 64 次发布
95364
95437
 
95365
95438
  发布时间:2024-12-26 01:43:38
@@ -118834,6 +118907,21 @@
118834
118907
 
118835
118908
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
118836
118909
 
118910
+ ### 第 48 次发布
118911
+
118912
+ 发布时间:2025-01-20 01:22:23
118913
+
118914
+ 本次发布包含了以下内容:
118915
+
118916
+ 改善已有的文档。
118917
+
118918
+ 修改接口:
118919
+
118920
+ * [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
118921
+
118922
+ * 新增入参:PlanId, PlanName
118923
+
118924
+
118837
118925
  ### 第 47 次发布
118838
118926
 
118839
118927
  发布时间:2025-01-09 01:24:20
@@ -128355,6 +128443,21 @@
128355
128443
 
128356
128444
  ## SSL 证书(ssl) 版本:2019-12-05
128357
128445
 
128446
+ ### 第 76 次发布
128447
+
128448
+ 发布时间:2025-01-17 01:24:54
128449
+
128450
+ 本次发布包含了以下内容:
128451
+
128452
+ 改善已有的文档。
128453
+
128454
+ 修改接口:
128455
+
128456
+ * [DescribeCertificates](https://cloud.tencent.com/document/api/400/41671)
128457
+
128458
+ * 新增入参:CertIds
128459
+
128460
+
128358
128461
  ### 第 75 次发布
128359
128462
 
128360
128463
  发布时间:2024-12-31 01:27:50
@@ -172301,6 +172404,577 @@
172301
172404
 
172302
172405
  ## 私有网络(vpc) 版本:2017-03-12
172303
172406
 
172407
+ ### 第 242 次发布
172408
+
172409
+ 发布时间:2025-01-16 19:04:02
172410
+
172411
+ 本次发布包含了以下内容:
172412
+
172413
+ 改善已有的文档。
172414
+
172415
+ 新增接口:
172416
+
172417
+ * [DescribeNatsEipsInternal](https://cloud.tencent.com/document/api/#/#)
172418
+
172419
+ <font color="#dd0000">**删除接口**:</font>
172420
+
172421
+ * AcceptAttachCcnInstances
172422
+ * AcceptVpcPeeringConnection
172423
+ * AddBandwidthPackageResources
172424
+ * AddIp6Rules
172425
+ * AddTemplateMember
172426
+ * AdjustPublicAddress
172427
+ * AllocateAddresses
172428
+ * AllocateIPv6Addresses
172429
+ * AllocateIp6AddressesBandwidth
172430
+ * AssignIpv6Addresses
172431
+ * AssignIpv6CidrBlock
172432
+ * AssignIpv6SubnetCidrBlock
172433
+ * AssignPrivateIpAddresses
172434
+ * AssociateAddress
172435
+ * AssociateDhcpIpWithAddressIp
172436
+ * AssociateDirectConnectGatewayNatGateway
172437
+ * AssociateIPv6Address
172438
+ * AssociateInstancesToCcnRouteTable
172439
+ * AssociateNatGatewayAddress
172440
+ * AssociateNetworkAclSubnets
172441
+ * AssociateNetworkInterfaceSecurityGroups
172442
+ * AttachCcnInstances
172443
+ * AttachClassicLinkVpc
172444
+ * AttachNetworkInterface
172445
+ * AttachSnapshotInstances
172446
+ * AuditCrossBorderCompliance
172447
+ * CheckAssistantCidr
172448
+ * CheckDefaultSubnet
172449
+ * CheckNetDetectState
172450
+ * ClearRouteTableSelectionPolicies
172451
+ * CloneSecurityGroup
172452
+ * CreateAddressTemplate
172453
+ * CreateAddressTemplateGroup
172454
+ * CreateAndAttachNetworkInterface
172455
+ * CreateAssistantCidr
172456
+ * CreateBandwidthPackage
172457
+ * CreateCcn
172458
+ * CreateCcnRouteTables
172459
+ * CreateCdcLDCXList
172460
+ * CreateCdcNetPlanes
172461
+ * CreateCustomerGateway
172462
+ * CreateDefaultSecurityGroup
172463
+ * CreateDefaultVpc
172464
+ * CreateDhcpIp
172465
+ * CreateDirectConnectGateway
172466
+ * CreateDirectConnectGatewayCcnRoutes
172467
+ * CreateFlowLog
172468
+ * CreateHaVip
172469
+ * CreateHighPriorityRouteTable
172470
+ * CreateHighPriorityRoutes
172471
+ * CreateIp6Translators
172472
+ * CreateLocalGateway
172473
+ * CreateNatGateway
172474
+ * CreateNatGatewayDestinationIpPortTranslationNatRule
172475
+ * CreateNatGatewaySourceIpTranslationNatRule
172476
+ * CreateNetDetect
172477
+ * CreateNetworkAcl
172478
+ * CreateNetworkAclEntries
172479
+ * CreateNetworkAclQuintupleEntries
172480
+ * CreateNetworkInterface
172481
+ * CreatePrivateNatGateway
172482
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule
172483
+ * CreatePrivateNatGatewayTranslationAclRule
172484
+ * CreatePrivateNatGatewayTranslationNatRule
172485
+ * CreateReserveIpAddresses
172486
+ * CreateRouteTable
172487
+ * CreateRoutes
172488
+ * CreateSecurityGroup
172489
+ * CreateSecurityGroupPolicies
172490
+ * CreateSecurityGroupWithPolicies
172491
+ * CreateServiceTemplate
172492
+ * CreateServiceTemplateGroup
172493
+ * CreateSnapshotPolicies
172494
+ * CreateSubnet
172495
+ * CreateSubnets
172496
+ * CreateTrafficPackages
172497
+ * CreateVpc
172498
+ * CreateVpcEndPoint
172499
+ * CreateVpcEndPointService
172500
+ * CreateVpcEndPointServiceWhiteList
172501
+ * CreateVpcPeeringConnection
172502
+ * CreateVpnConnection
172503
+ * CreateVpnGateway
172504
+ * CreateVpnGatewayRoutes
172505
+ * CreateVpnGatewaySslClient
172506
+ * CreateVpnGatewaySslServer
172507
+ * DeleteAddressTemplate
172508
+ * DeleteAddressTemplateGroup
172509
+ * DeleteAssistantCidr
172510
+ * DeleteBandwidthPackage
172511
+ * DeleteCcn
172512
+ * DeleteCcnRouteTables
172513
+ * DeleteCdcLDCXList
172514
+ * DeleteCdcNetPlanes
172515
+ * DeleteCustomerGateway
172516
+ * DeleteDhcpIp
172517
+ * DeleteDirectConnectGateway
172518
+ * DeleteDirectConnectGatewayCcnRoutes
172519
+ * DeleteFlowLog
172520
+ * DeleteHaVip
172521
+ * DeleteHighPriorityRouteTables
172522
+ * DeleteHighPriorityRoutes
172523
+ * DeleteIp6Translators
172524
+ * DeleteLocalGateway
172525
+ * DeleteNatGateway
172526
+ * DeleteNatGatewayDestinationIpPortTranslationNatRule
172527
+ * DeleteNatGatewaySourceIpTranslationNatRule
172528
+ * DeleteNetDetect
172529
+ * DeleteNetworkAcl
172530
+ * DeleteNetworkAclEntries
172531
+ * DeleteNetworkAclQuintupleEntries
172532
+ * DeleteNetworkInterface
172533
+ * DeletePrivateNatGateway
172534
+ * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule
172535
+ * DeletePrivateNatGatewayTranslationAclRule
172536
+ * DeletePrivateNatGatewayTranslationNatRule
172537
+ * DeleteReserveIpAddresses
172538
+ * DeleteRouteTable
172539
+ * DeleteRoutes
172540
+ * DeleteSecurityGroup
172541
+ * DeleteSecurityGroupPolicies
172542
+ * DeleteServiceTemplate
172543
+ * DeleteServiceTemplateGroup
172544
+ * DeleteSnapshotPolicies
172545
+ * DeleteSubnet
172546
+ * DeleteTemplateMember
172547
+ * DeleteTrafficPackages
172548
+ * DeleteVpc
172549
+ * DeleteVpcEndPoint
172550
+ * DeleteVpcEndPointService
172551
+ * DeleteVpcEndPointServiceWhiteList
172552
+ * DeleteVpcPeeringConnection
172553
+ * DeleteVpnConnection
172554
+ * DeleteVpnGateway
172555
+ * DeleteVpnGatewayRoutes
172556
+ * DeleteVpnGatewaySslClient
172557
+ * DeleteVpnGatewaySslServer
172558
+ * DescribeAccountAttributes
172559
+ * DescribeAddressQuota
172560
+ * DescribeAddressTemplateGroups
172561
+ * DescribeAddressTemplates
172562
+ * DescribeAddresses
172563
+ * DescribeAssistantCidr
172564
+ * DescribeBandwidthPackageBillUsage
172565
+ * DescribeBandwidthPackageQuota
172566
+ * DescribeBandwidthPackageResources
172567
+ * DescribeBandwidthPackages
172568
+ * DescribeCcnAttachedInstances
172569
+ * DescribeCcnRegionBandwidthLimits
172570
+ * DescribeCcnRouteTableBroadcastPolicys
172571
+ * DescribeCcnRouteTableInputPolicys
172572
+ * DescribeCcnRouteTables
172573
+ * DescribeCcnRoutes
172574
+ * DescribeCcns
172575
+ * DescribeCdcLDCXList
172576
+ * DescribeCdcNetPlanes
172577
+ * DescribeCdcUsedIdcVlan
172578
+ * DescribeClassicLinkInstances
172579
+ * DescribeCrossBorderCcnRegionBandwidthLimits
172580
+ * DescribeCrossBorderCompliance
172581
+ * DescribeCrossBorderFlowMonitor
172582
+ * DescribeCustomerGatewayVendors
172583
+ * DescribeCustomerGateways
172584
+ * DescribeDhcpIps
172585
+ * DescribeDirectConnectGatewayCcnRoutes
172586
+ * DescribeDirectConnectGateways
172587
+ * DescribeFlowLog
172588
+ * DescribeFlowLogs
172589
+ * DescribeGatewayFlowMonitorDetail
172590
+ * DescribeGatewayFlowQos
172591
+ * DescribeHaVips
172592
+ * DescribeHighPriorityRouteTables
172593
+ * DescribeHighPriorityRoutes
172594
+ * DescribeIPv6Addresses
172595
+ * DescribeIp6Addresses
172596
+ * DescribeIp6TranslatorQuota
172597
+ * DescribeIp6Translators
172598
+ * DescribeIpGeolocationDatabaseUrl
172599
+ * DescribeIpGeolocationInfos
172600
+ * DescribeLocalGateway
172601
+ * DescribeNatGatewayDestinationIpPortTranslationNatRules
172602
+ * DescribeNatGatewayDirectConnectGatewayRoute
172603
+ * DescribeNatGatewaySourceIpTranslationNatRules
172604
+ * DescribeNatGateways
172605
+ * DescribeNetDetectStates
172606
+ * DescribeNetDetects
172607
+ * DescribeNetworkAccountType
172608
+ * DescribeNetworkAclQuintupleEntries
172609
+ * DescribeNetworkAcls
172610
+ * DescribeNetworkInterfaceLimit
172611
+ * DescribeNetworkInterfaces
172612
+ * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules
172613
+ * DescribePrivateNatGatewayLimits
172614
+ * DescribePrivateNatGatewayRegions
172615
+ * DescribePrivateNatGatewayTranslationAclRules
172616
+ * DescribePrivateNatGatewayTranslationNatRules
172617
+ * DescribePrivateNatGateways
172618
+ * DescribeProductQuota
172619
+ * DescribeReserveIpAddresses
172620
+ * DescribeRouteConflicts
172621
+ * DescribeRouteTableAssociatedInstances
172622
+ * DescribeRouteTableSelectionPolicies
172623
+ * DescribeRouteTables
172624
+ * DescribeRoutes
172625
+ * DescribeSecurityGroupAssociationStatistics
172626
+ * DescribeSecurityGroupLimits
172627
+ * DescribeSecurityGroupPolicies
172628
+ * DescribeSecurityGroupReferences
172629
+ * DescribeSecurityGroups
172630
+ * DescribeServiceTemplateGroups
172631
+ * DescribeServiceTemplates
172632
+ * DescribeSgSnapshotFileContent
172633
+ * DescribeSnapshotAttachedInstances
172634
+ * DescribeSnapshotFiles
172635
+ * DescribeSnapshotPolicies
172636
+ * DescribeSpecificTrafficPackageUsedDetails
172637
+ * DescribeSubnetResourceDashboard
172638
+ * DescribeSubnets
172639
+ * DescribeTaskResult
172640
+ * DescribeTemplateLimits
172641
+ * DescribeTenantCcns
172642
+ * DescribeTrafficPackages
172643
+ * DescribeTrafficQosPolicy
172644
+ * DescribeUsedIpAddress
172645
+ * DescribeVpcEndPoint
172646
+ * DescribeVpcEndPointService
172647
+ * DescribeVpcEndPointServiceWhiteList
172648
+ * DescribeVpcInstances
172649
+ * DescribeVpcIpv6Addresses
172650
+ * DescribeVpcLimits
172651
+ * DescribeVpcPeeringConnections
172652
+ * DescribeVpcPrivateIpAddresses
172653
+ * DescribeVpcResourceDashboard
172654
+ * DescribeVpcTaskResult
172655
+ * DescribeVpcs
172656
+ * DescribeVpnConnections
172657
+ * DescribeVpnGatewayCcnRoutes
172658
+ * DescribeVpnGatewayRoutes
172659
+ * DescribeVpnGatewaySslClients
172660
+ * DescribeVpnGatewaySslServers
172661
+ * DescribeVpnGateways
172662
+ * DetachCcnInstances
172663
+ * DetachClassicLinkVpc
172664
+ * DetachNetworkInterface
172665
+ * DetachSnapshotInstances
172666
+ * DisableCcnRoutes
172667
+ * DisableFlowLogs
172668
+ * DisableGatewayFlowMonitor
172669
+ * DisableRoutes
172670
+ * DisableSnapshotPolicies
172671
+ * DisableVpnGatewaySslClientCert
172672
+ * DisassociateAddress
172673
+ * DisassociateDhcpIpWithAddressIp
172674
+ * DisassociateDirectConnectGatewayNatGateway
172675
+ * DisassociateIPv6Address
172676
+ * DisassociateNatGatewayAddress
172677
+ * DisassociateNetworkAclSubnets
172678
+ * DisassociateNetworkInterfaceSecurityGroups
172679
+ * DisassociateVpcEndPointSecurityGroups
172680
+ * DownloadCustomerGatewayConfiguration
172681
+ * DownloadVpnGatewaySslClientCert
172682
+ * EnableCcnRoutes
172683
+ * EnableFlowLogs
172684
+ * EnableGatewayFlowMonitor
172685
+ * EnableRoutes
172686
+ * EnableSnapshotPolicies
172687
+ * EnableVpcEndPointConnect
172688
+ * EnableVpnGatewaySslClientCert
172689
+ * GenerateVpnConnectionDefaultHealthCheckIp
172690
+ * GetCcnRegionBandwidthLimits
172691
+ * HaVipAssociateAddressIp
172692
+ * HaVipDisassociateAddressIp
172693
+ * InquirePriceCreateDirectConnectGateway
172694
+ * InquiryPriceAllocateAddresses
172695
+ * InquiryPriceCreateVpnGateway
172696
+ * InquiryPriceModifyAddressesBandwidth
172697
+ * InquiryPriceRenewAddresses
172698
+ * InquiryPriceRenewVpnGateway
172699
+ * InquiryPriceResetVpnGatewayInternetMaxBandwidth
172700
+ * LockCcnBandwidths
172701
+ * LockCcns
172702
+ * MigrateNetworkInterface
172703
+ * MigratePrivateIpAddress
172704
+ * ModifyAddressAttribute
172705
+ * ModifyAddressInternetChargeType
172706
+ * ModifyAddressTemplateAttribute
172707
+ * ModifyAddressTemplateGroupAttribute
172708
+ * ModifyAddressesBandwidth
172709
+ * ModifyAddressesRenewFlag
172710
+ * ModifyAssistantCidr
172711
+ * ModifyBandwidthPackageAttribute
172712
+ * ModifyBandwidthPackageBandwidth
172713
+ * ModifyCcnAttachedInstancesAttribute
172714
+ * ModifyCcnAttribute
172715
+ * ModifyCcnRegionBandwidthLimitsType
172716
+ * ModifyCcnRouteTables
172717
+ * ModifyCdcLDCXAttribute
172718
+ * ModifyCdcNetPlaneAttribute
172719
+ * ModifyCustomerGatewayAttribute
172720
+ * ModifyDhcpIpAttribute
172721
+ * ModifyDirectConnectGatewayAttribute
172722
+ * ModifyFlowLogAttribute
172723
+ * ModifyGatewayFlowQos
172724
+ * ModifyHaVipAttribute
172725
+ * ModifyHighPriorityRouteAttribute
172726
+ * ModifyHighPriorityRouteECMPAlgorithm
172727
+ * ModifyHighPriorityRouteTableAttribute
172728
+ * ModifyIPv6AddressesAttributes
172729
+ * ModifyIPv6AddressesBandwidth
172730
+ * ModifyIp6AddressesBandwidth
172731
+ * ModifyIp6Rule
172732
+ * ModifyIp6Translator
172733
+ * ModifyIpv6AddressesAttribute
172734
+ * ModifyLocalGateway
172735
+ * ModifyNatGatewayAttribute
172736
+ * ModifyNatGatewayDestinationIpPortTranslationNatRule
172737
+ * ModifyNatGatewaySourceIpTranslationNatRule
172738
+ * ModifyNetDetect
172739
+ * ModifyNetworkAclAttribute
172740
+ * ModifyNetworkAclEntries
172741
+ * ModifyNetworkAclQuintupleEntries
172742
+ * ModifyNetworkInterfaceAttribute
172743
+ * ModifyNetworkInterfaceQos
172744
+ * ModifyPrivateIpAddressesAttribute
172745
+ * ModifyPrivateNatGatewayAttribute
172746
+ * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule
172747
+ * ModifyPrivateNatGatewayTranslationAclRule
172748
+ * ModifyPrivateNatGatewayTranslationNatRule
172749
+ * ModifyReserveIpAddress
172750
+ * ModifyRouteTableAttribute
172751
+ * ModifyRouteTableSelectionPolicies
172752
+ * ModifySecurityGroupAttribute
172753
+ * ModifySecurityGroupPolicies
172754
+ * ModifyServiceTemplateAttribute
172755
+ * ModifyServiceTemplateGroupAttribute
172756
+ * ModifySnapshotPolicies
172757
+ * ModifySubnetAttribute
172758
+ * ModifyTemplateMember
172759
+ * ModifyVpcAttribute
172760
+ * ModifyVpcEndPointAttribute
172761
+ * ModifyVpcEndPointServiceAttribute
172762
+ * ModifyVpcEndPointServiceWhiteList
172763
+ * ModifyVpcPeeringConnection
172764
+ * ModifyVpnConnectionAttribute
172765
+ * ModifyVpnGatewayAttribute
172766
+ * ModifyVpnGatewayCcnRoutes
172767
+ * ModifyVpnGatewayRoutes
172768
+ * ModifyVpnGatewaySslClientCert
172769
+ * ModifyVpnGatewaySslServer
172770
+ * NotifyRoutes
172771
+ * RefreshDirectConnectGatewayRouteToNatGateway
172772
+ * RejectAttachCcnInstances
172773
+ * RejectVpcPeeringConnection
172774
+ * ReleaseAddresses
172775
+ * ReleaseIPv6Addresses
172776
+ * ReleaseIp6AddressesBandwidth
172777
+ * RemoveBandwidthPackageResources
172778
+ * RemoveIp6Rules
172779
+ * RenewAddresses
172780
+ * RenewVpnGateway
172781
+ * ReplaceCcnRouteTableBroadcastPolicys
172782
+ * ReplaceCcnRouteTableInputPolicys
172783
+ * ReplaceDirectConnectGatewayCcnRoutes
172784
+ * ReplaceHighPriorityRouteTableAssociation
172785
+ * ReplaceHighPriorityRoutes
172786
+ * ReplaceRouteTableAssociation
172787
+ * ReplaceRoutes
172788
+ * ReplaceSecurityGroupPolicies
172789
+ * ReplaceSecurityGroupPolicy
172790
+ * ResetAttachCcnInstances
172791
+ * ResetHighPriorityRoutes
172792
+ * ResetNatGatewayConnection
172793
+ * ResetRoutes
172794
+ * ResetVpnConnection
172795
+ * ResetVpnGatewayInternetMaxBandwidth
172796
+ * ResumeSnapshotInstance
172797
+ * ReturnNormalAddresses
172798
+ * SetCcnRegionBandwidthLimits
172799
+ * SetVpnGatewaysRenewFlag
172800
+ * TransformAddress
172801
+ * UnassignIpv6Addresses
172802
+ * UnassignIpv6CidrBlock
172803
+ * UnassignIpv6SubnetCidrBlock
172804
+ * UnassignPrivateIpAddresses
172805
+ * UnlockCcnBandwidths
172806
+ * UnlockCcns
172807
+ * WithdrawNotifyRoutes
172808
+
172809
+ <font color="#dd0000">**删除数据结构**:</font>
172810
+
172811
+ * AccessPolicy
172812
+ * AccountAttribute
172813
+ * Address
172814
+ * AddressChargePrepaid
172815
+ * AddressInfo
172816
+ * AddressTemplate
172817
+ * AddressTemplateGroup
172818
+ * AddressTemplateItem
172819
+ * AddressTemplateSpecification
172820
+ * AlgType
172821
+ * AssistantCidr
172822
+ * BackupPolicy
172823
+ * BandwidthPackage
172824
+ * BandwidthPackageBillBandwidth
172825
+ * BatchModifySnapshotPolicy
172826
+ * BgpConfig
172827
+ * BgpConfigAndAsn
172828
+ * CCN
172829
+ * CcnAttachedInstance
172830
+ * CcnBandwidth
172831
+ * CcnBandwidthInfo
172832
+ * CcnBatchRouteTable
172833
+ * CcnFlowLock
172834
+ * CcnInstance
172835
+ * CcnInstanceInfo
172836
+ * CcnInstanceWithoutRegion
172837
+ * CcnRegionBandwidthLimit
172838
+ * CcnRegionBandwidthLimitInfo
172839
+ * CcnRoute
172840
+ * CcnRouteBroadcastPolicyRouteCondition
172841
+ * CcnRouteTable
172842
+ * CcnRouteTableBroadcastPolicy
172843
+ * CcnRouteTableBroadcastPolicys
172844
+ * CcnRouteTableInputPolicy
172845
+ * CcnRouteTableInputPolicys
172846
+ * CcnRouteTableSelectPolicy
172847
+ * CidrForCcn
172848
+ * ClassicLinkInstance
172849
+ * ConflictItem
172850
+ * ConflictSource
172851
+ * CreateVpnConnRoute
172852
+ * CrossBorderCompliance
172853
+ * CrossBorderFlowMonitorData
172854
+ * CustomerGateway
172855
+ * CustomerGatewayVendor
172856
+ * CvmInstance
172857
+ * DefaultVpcSubnet
172858
+ * DestinationIpPortTranslationNatRule
172859
+ * DestinationIpPortTranslationNatRuleDiff
172860
+ * DhcpIp
172861
+ * DirectConnectGateway
172862
+ * DirectConnectGatewayCcnRoute
172863
+ * DirectConnectSubnet
172864
+ * EndPoint
172865
+ * EndPointService
172866
+ * Filter
172867
+ * FilterObject
172868
+ * FlowLog
172869
+ * FlowLogStorage
172870
+ * GatewayFlowMonitorDetail
172871
+ * GatewayQos
172872
+ * HaVip
172873
+ * HaVipAssociation
172874
+ * HealthCheckConfig
172875
+ * HighPriorityModifyItem
172876
+ * HighPriorityRoute
172877
+ * HighPriorityRouteTable
172878
+ * IKEOptionsSpecification
172879
+ * IPSECOptionsSpecification
172880
+ * InstanceBind
172881
+ * InstanceChargePrepaid
172882
+ * InstanceStatistic
172883
+ * InternetPrice
172884
+ * InternetPriceDetail
172885
+ * Ip6Rule
172886
+ * Ip6RuleInfo
172887
+ * Ip6Translator
172888
+ * IpAddressStates
172889
+ * IpField
172890
+ * IpGeolocationInfo
172891
+ * Ipv6Address
172892
+ * Ipv6SubnetCidrBlock
172893
+ * ItemPrice
172894
+ * LocalDestinationIpPortTranslationNatRule
172895
+ * LocalGateway
172896
+ * MemberInfo
172897
+ * ModifyRouteTableInfo
172898
+ * NatDirectConnectGatewayRoute
172899
+ * NatGateway
172900
+ * NatGatewayAddress
172901
+ * NatGatewayDestinationIpPortTranslationNatRule
172902
+ * NatRegionInfoWithArea
172903
+ * NetDetect
172904
+ * NetDetectIpState
172905
+ * NetDetectState
172906
+ * NetworkAcl
172907
+ * NetworkAclEntry
172908
+ * NetworkAclEntrySet
172909
+ * NetworkAclQuintupleEntries
172910
+ * NetworkAclQuintupleEntry
172911
+ * NetworkInterface
172912
+ * NetworkInterfaceAttachment
172913
+ * PeerConnection
172914
+ * PolicyStatistics
172915
+ * Price
172916
+ * PrivateIpAddressSpecification
172917
+ * PrivateNatCrossDomainInfo
172918
+ * PrivateNatDestinationIpPortTranslationNatRule
172919
+ * PrivateNatGateway
172920
+ * PrivateNatGatewayLimit
172921
+ * ProductQuota
172922
+ * Quota
172923
+ * ReferredSecurityGroup
172924
+ * ReserveIpAddressInfo
172925
+ * Resource
172926
+ * ResourceDashboard
172927
+ * ResourceStatistics
172928
+ * ResourceStatisticsItem
172929
+ * Route
172930
+ * RouteConflict
172931
+ * RouteECMPAlgorithm
172932
+ * RouteSelectionPolicy
172933
+ * RouteTable
172934
+ * RouteTableAssociation
172935
+ * SecurityGroup
172936
+ * SecurityGroupAssociationStatistics
172937
+ * SecurityGroupLimitSet
172938
+ * SecurityGroupPolicy
172939
+ * SecurityGroupPolicySet
172940
+ * SecurityPolicyDatabase
172941
+ * ServiceTemplate
172942
+ * ServiceTemplateGroup
172943
+ * ServiceTemplateSpecification
172944
+ * ServicesInfo
172945
+ * SnapshotFileInfo
172946
+ * SnapshotInstance
172947
+ * SnapshotPolicy
172948
+ * SourceIpTranslationNatRule
172949
+ * SslClientConfig
172950
+ * SslVpnClient
172951
+ * SslVpnSever
172952
+ * Subnet
172953
+ * SubnetInput
172954
+ * Tag
172955
+ * Tags
172956
+ * TemplateLimit
172957
+ * TrafficFlow
172958
+ * TrafficPackage
172959
+ * TrafficQosPolicySet
172960
+ * TranslationAclRule
172961
+ * TranslationNatRule
172962
+ * TranslationNatRuleDiff
172963
+ * TranslationNatRuleInput
172964
+ * UsedDetail
172965
+ * Vpc
172966
+ * VpcEndPointServiceUser
172967
+ * VpcIpv6Address
172968
+ * VpcLimit
172969
+ * VpcPrivateIpAddress
172970
+ * VpcTaskResultDetailInfo
172971
+ * VpnConnection
172972
+ * VpnGateway
172973
+ * VpnGatewayQuota
172974
+ * VpnGatewayRoute
172975
+ * VpnGatewayRouteModify
172976
+ * VpngwCcnRoutes
172977
+
172304
172978
  ### 第 241 次发布
172305
172979
 
172306
172980
  发布时间:2025-01-16 01:29:01
@@ -180753,6 +181427,23 @@
180753
181427
 
180754
181428
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
180755
181429
 
181430
+ ### 第 121 次发布
181431
+
181432
+ 发布时间:2025-01-17 01:30:18
181433
+
181434
+ 本次发布包含了以下内容:
181435
+
181436
+ 改善已有的文档。
181437
+
181438
+ 新增接口:
181439
+
181440
+ * [DescribeTaskTableMetricOverview](https://cloud.tencent.com/document/api/1267/115718)
181441
+
181442
+ 新增数据结构:
181443
+
181444
+ * [OrderFields](https://cloud.tencent.com/document/api/1267/76336#OrderFields)
181445
+ * [TaskTableMetricInfo](https://cloud.tencent.com/document/api/1267/76336#TaskTableMetricInfo)
181446
+
180756
181447
  ### 第 120 次发布
180757
181448
 
180758
181449
  发布时间:2025-01-15 01:31:30