tencentcloud-sdk-nodejs 4.0.962 → 4.0.963

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 (202) hide show
  1. package/CHANGELOG.md +1033 -0
  2. package/SERVICE_CHANGELOG.md +2001 -422
  3. package/package.json +1 -1
  4. package/products.md +51 -52
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +10 -0
  7. package/src/services/asr/v20190614/asr_models.ts +3 -2
  8. package/src/services/bi/v20220105/bi_models.ts +20 -4
  9. package/src/services/billing/v20180709/billing_client.ts +15 -2
  10. package/src/services/billing/v20180709/billing_models.ts +181 -23
  11. package/src/services/bsca/v20210811/bsca_client.ts +2 -0
  12. package/src/services/bsca/v20210811/bsca_models.ts +112 -8
  13. package/src/services/ccc/v20200210/ccc_client.ts +14 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +100 -18
  15. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  16. package/src/services/cdb/v20170320/cdb_models.ts +9 -1
  17. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  18. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +13 -2
  19. package/src/services/cfs/v20190719/cfs_models.ts +3 -3
  20. package/src/services/cfw/v20190904/cfw_client.ts +16 -20
  21. package/src/services/cfw/v20190904/cfw_models.ts +36 -13
  22. package/src/services/ciam/v20220331/ciam_models.ts +80 -75
  23. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  24. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +23 -25
  25. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +162 -141
  26. package/src/services/cls/v20201016/cls_client.ts +16 -6
  27. package/src/services/cls/v20201016/cls_models.ts +265 -114
  28. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  29. package/src/services/cvm/v20170312/cvm_models.ts +26 -0
  30. package/src/services/cwp/v20180228/cwp_client.ts +2 -3
  31. package/src/services/cwp/v20180228/cwp_models.ts +251 -220
  32. package/src/services/cynosdb/v20190107/cynosdb_client.ts +22 -21
  33. package/src/services/cynosdb/v20190107/cynosdb_models.ts +26 -0
  34. package/src/services/dasb/v20191018/dasb_models.ts +37 -0
  35. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  36. package/src/services/domain/v20180808/domain_models.ts +1 -1
  37. package/src/services/eb/v20210416/eb_models.ts +12 -12
  38. package/src/services/emr/v20190103/emr_models.ts +4 -0
  39. package/src/services/es/v20180416/es_client.ts +118 -68
  40. package/src/services/es/v20180416/es_models.ts +371 -101
  41. package/src/services/ess/v20201111/ess_client.ts +82 -39
  42. package/src/services/ess/v20201111/ess_models.ts +171 -70
  43. package/src/services/essbasic/v20210526/essbasic_client.ts +68 -9
  44. package/src/services/essbasic/v20210526/essbasic_models.ts +211 -69
  45. package/src/services/gaap/v20180529/gaap_models.ts +38 -17
  46. package/src/services/index.ts +0 -1
  47. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +20 -0
  48. package/src/services/iss/v20230517/iss_models.ts +9 -0
  49. package/src/services/live/v20180801/live_client.ts +1 -0
  50. package/src/services/live/v20180801/live_models.ts +15 -0
  51. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -7
  52. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  53. package/src/services/ocr/v20181119/ocr_models.ts +2 -11
  54. package/src/services/organization/v20210331/organization_client.ts +96 -23
  55. package/src/services/organization/v20210331/organization_models.ts +334 -108
  56. package/src/services/partners/v20180321/partners_client.ts +18 -6
  57. package/src/services/partners/v20180321/partners_models.ts +25 -0
  58. package/src/services/region/v20220627/region_models.ts +0 -1
  59. package/src/services/scf/v20180416/scf_client.ts +73 -8
  60. package/src/services/scf/v20180416/scf_models.ts +311 -26
  61. package/src/services/ssl/v20191205/ssl_models.ts +17 -5
  62. package/src/services/tat/v20201028/tat_models.ts +4 -9
  63. package/src/services/tcss/v20201101/tcss_client.ts +2 -1
  64. package/src/services/tcss/v20201101/tcss_models.ts +108 -1
  65. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -11
  66. package/src/services/tem/v20210701/tem_models.ts +39 -35
  67. package/src/services/teo/v20220901/teo_client.ts +77 -8
  68. package/src/services/teo/v20220901/teo_models.ts +610 -147
  69. package/src/services/tke/v20180525/tke_client.ts +12 -0
  70. package/src/services/tke/v20180525/tke_models.ts +24 -0
  71. package/src/services/tms/v20201229/tms_client.ts +2 -18
  72. package/src/services/tms/v20201229/tms_models.ts +50 -235
  73. package/src/services/trtc/v20190722/trtc_client.ts +5 -1
  74. package/src/services/trtc/v20190722/trtc_models.ts +129 -10
  75. package/src/services/vpc/v20170312/vpc_client.ts +13 -1
  76. package/src/services/vpc/v20170312/vpc_models.ts +60 -25
  77. package/src/services/waf/v20180125/waf_client.ts +12 -0
  78. package/src/services/waf/v20180125/waf_models.ts +32 -0
  79. package/src/services/wedata/v20210820/wedata_client.ts +37 -7
  80. package/src/services/wedata/v20210820/wedata_models.ts +455 -118
  81. package/tencentcloud/common/sdk_version.d.ts +1 -1
  82. package/tencentcloud/common/sdk_version.js +1 -1
  83. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
  84. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  85. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +20 -4
  86. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  87. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  88. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +178 -23
  89. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +110 -8
  90. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  91. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  92. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +97 -18
  93. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  94. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  95. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  96. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  97. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +13 -2
  98. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  99. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -10
  100. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -10
  101. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -13
  102. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +80 -75
  103. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  104. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +7 -11
  105. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -13
  106. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +156 -137
  107. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  108. package/tencentcloud/services/cls/v20201016/cls_client.js +8 -1
  109. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +262 -114
  110. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +25 -0
  111. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +0 -1
  112. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -1
  113. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +251 -220
  114. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +21 -21
  115. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +21 -21
  116. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +25 -0
  117. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +37 -0
  118. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  119. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  120. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +12 -12
  121. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  122. package/tencentcloud/services/es/v20180416/es_client.d.ts +41 -25
  123. package/tencentcloud/services/es/v20180416/es_client.js +58 -34
  124. package/tencentcloud/services/es/v20180416/es_models.d.ts +361 -101
  125. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +57 -23
  126. package/tencentcloud/services/ess/v20201111/ess_client.js +62 -26
  127. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -70
  128. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +51 -9
  129. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -8
  130. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +206 -69
  131. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +38 -17
  132. package/tencentcloud/services/index.d.ts +0 -1
  133. package/tencentcloud/services/index.js +0 -2
  134. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
  135. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  136. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -0
  137. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -7
  138. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  139. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -11
  140. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +31 -7
  141. package/tencentcloud/services/organization/v20210331/organization_client.js +45 -9
  142. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +320 -107
  143. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
  144. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
  145. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +23 -0
  146. package/tencentcloud/services/region/v20220627/region_models.d.ts +0 -1
  147. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +23 -3
  148. package/tencentcloud/services/scf/v20180416/scf_client.js +33 -3
  149. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +296 -26
  150. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -5
  151. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -9
  152. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  153. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +107 -1
  154. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -11
  155. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +39 -35
  156. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +21 -1
  157. package/tencentcloud/services/teo/v20220901/teo_client.js +30 -0
  158. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +601 -157
  159. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  160. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  161. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -0
  162. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -5
  163. package/tencentcloud/services/tms/v20201229/tms_client.js +0 -6
  164. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +49 -228
  165. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +125 -10
  166. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  167. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  168. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +58 -25
  169. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  170. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  171. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +30 -0
  172. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
  173. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
  174. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +445 -118
  175. package/test/billing.v20180709.test.js +10 -0
  176. package/test/ccc.v20200210.test.js +10 -0
  177. package/test/cloudaudit.v20190319.test.js +12 -12
  178. package/test/es.v20180416.test.js +64 -24
  179. package/test/ess.v20201111.test.js +24 -14
  180. package/test/essbasic.v20210526.test.js +20 -0
  181. package/test/organization.v20210331.test.js +72 -12
  182. package/test/partners.v20180321.test.js +12 -2
  183. package/test/scf.v20180416.test.js +52 -2
  184. package/test/teo.v20220901.test.js +50 -0
  185. package/test/tke.v20180525.test.js +10 -0
  186. package/test/tms.v20201229.test.js +0 -10
  187. package/test/vpc.v20170312.test.js +10 -0
  188. package/test/waf.v20180125.test.js +10 -0
  189. package/test/wedata.v20210820.test.js +20 -0
  190. package/src/services/cr/index.ts +0 -5
  191. package/src/services/cr/v20180321/cr_client.ts +0 -385
  192. package/src/services/cr/v20180321/cr_models.ts +0 -1663
  193. package/src/services/cr/v20180321/index.ts +0 -6
  194. package/tencentcloud/services/cr/index.d.ts +0 -6
  195. package/tencentcloud/services/cr/index.js +0 -7
  196. package/tencentcloud/services/cr/v20180321/cr_client.d.ts +0 -123
  197. package/tencentcloud/services/cr/v20180321/cr_client.js +0 -203
  198. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +0 -1577
  199. package/tencentcloud/services/cr/v20180321/cr_models.js +0 -18
  200. package/tencentcloud/services/cr/v20180321/index.d.ts +0 -6
  201. package/tencentcloud/services/cr/v20180321/index.js +0 -9
  202. package/test/cr.v20180321.test.js +0 -301
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1036 @@
1
+ # Release 4.0.963
2
+
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
+
5
+ ### 第 26 次发布
6
+
7
+ 发布时间:2024-10-25 01:09:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
16
+
17
+ * 新增成员:Free, DefaultTSF
18
+
19
+
20
+
21
+
22
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
23
+
24
+ ### 第 16 次发布
25
+
26
+ 发布时间:2024-10-30 01:05:53
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
35
+
36
+ * 新增入参:Intention
37
+
38
+
39
+ ### 第 15 次发布
40
+
41
+ 发布时间:2024-10-25 01:10:42
42
+
43
+ 本次发布包含了以下内容:
44
+
45
+ 改善已有的文档。
46
+
47
+ 修改接口:
48
+
49
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
50
+
51
+ * 新增入参:Intention
52
+
53
+
54
+ 修改数据结构:
55
+
56
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
57
+
58
+ * 新增成员:Intention
59
+
60
+
61
+
62
+
63
+ ## 费用中心(billing) 版本:2018-07-09
64
+
65
+ ### 第 62 次发布
66
+
67
+ 发布时间:2024-10-30 01:06:10
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 新增接口:
74
+
75
+ * [DescribeBillAdjustInfo](https://cloud.tencent.com/document/api/555/112039)
76
+
77
+ 修改接口:
78
+
79
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
80
+
81
+ * 新增出参:TagKey
82
+
83
+
84
+ 新增数据结构:
85
+
86
+ * [AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail)
87
+
88
+ 修改数据结构:
89
+
90
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
91
+
92
+ * 新增成员:DiscountObject, DiscountType, DiscountContent, SPDeduction, SPDeductionRate, BillMonth
93
+
94
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
95
+
96
+ * 新增成员:SPDeduction, SPDeductionRate, AssociatedOrder, DiscountObject, DiscountType, DiscountContent, BillMonth
97
+
98
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
99
+
100
+ * 新增成员:SPDeduction, BillMonth
101
+
102
+
103
+
104
+
105
+ ## 软件成分分析(bsca) 版本:2021-08-11
106
+
107
+ ### 第 7 次发布
108
+
109
+ 发布时间:2024-10-29 21:02:24
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
118
+
119
+ * 新增入参:PageNumber, PageSize, Order, OrderBy, Filter
120
+
121
+ * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
122
+
123
+ * 新增出参:PURL, RecommendedVersion
124
+
125
+
126
+ 新增数据结构:
127
+
128
+ * [ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter)
129
+ * [ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo)
130
+
131
+ 修改数据结构:
132
+
133
+ * [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
134
+
135
+ * 新增成员:VersionInfo, LastUpdateTime, TagList
136
+
137
+ * [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
138
+
139
+ * 新增成员:VersionInfo
140
+
141
+ * [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
142
+
143
+ * 新增成员:UpdateTime
144
+
145
+ * [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
146
+
147
+ * 新增成员:Architecture, ArchitectureList, PatchUrlList
148
+
149
+
150
+
151
+
152
+ ## 云联络中心(ccc) 版本:2020-02-10
153
+
154
+ ### 第 79 次发布
155
+
156
+ 发布时间:2024-10-28 01:14:26
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 新增接口:
163
+
164
+ * [DescribeTelRecordAsr](https://cloud.tencent.com/document/api/679/111941)
165
+
166
+ 新增数据结构:
167
+
168
+ * [AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData)
169
+
170
+ 修改数据结构:
171
+
172
+ * [IVRKeyPressedElement](https://cloud.tencent.com/document/api/679/47715#IVRKeyPressedElement)
173
+
174
+ * 新增成员:Timestamp, NodeLabel, OriginalContent, TTSPrompt
175
+
176
+
177
+
178
+
179
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
180
+
181
+ ### 第 171 次发布
182
+
183
+ 发布时间:2024-10-28 01:14:59
184
+
185
+ 本次发布包含了以下内容:
186
+
187
+ 改善已有的文档。
188
+
189
+ 修改接口:
190
+
191
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
192
+
193
+ * 新增入参:EncryptMethod
194
+
195
+
196
+
197
+
198
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
199
+
200
+ ### 第 29 次发布
201
+
202
+ 发布时间:2024-10-30 01:13:02
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
208
+ 修改数据结构:
209
+
210
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
211
+
212
+ * 新增成员:Zone
213
+
214
+
215
+
216
+
217
+ ## 云防火墙(cfw) 版本:2019-09-04
218
+
219
+ ### 第 69 次发布
220
+
221
+ 发布时间:2024-10-30 01:14:07
222
+
223
+ 本次发布包含了以下内容:
224
+
225
+ 改善已有的文档。
226
+
227
+ 修改接口:
228
+
229
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
230
+
231
+ * 新增入参:IpVersion
232
+
233
+ * [DescribeBlockStaticList](https://cloud.tencent.com/document/api/1132/58281)
234
+
235
+ * 新增出参:Status
236
+
237
+
238
+ 修改数据结构:
239
+
240
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
241
+
242
+ * 新增成员:IpVersion
243
+
244
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
245
+
246
+ * 新增成员:IpVersion
247
+
248
+ * <font color="#dd0000">**修改成员**:</font>Uuid
249
+
250
+
251
+ ### 第 68 次发布
252
+
253
+ 发布时间:2024-10-25 01:19:23
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ <font color="#dd0000">**预下线接口**:</font>
260
+
261
+ * ModifyAllVPCSwitchStatus
262
+
263
+ 修改数据结构:
264
+
265
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
266
+
267
+ * <font color="#dd0000">**修改成员**:</font>Enable
268
+
269
+
270
+
271
+
272
+ ## 账号风控平台(ciam) 版本:2022-03-31
273
+
274
+ ### 第 12 次发布
275
+
276
+ 发布时间:2024-10-25 01:20:30
277
+
278
+ 本次发布包含了以下内容:
279
+
280
+ 改善已有的文档。
281
+
282
+ 修改数据结构:
283
+
284
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
285
+
286
+ * 新增成员:ActionResult
287
+
288
+
289
+
290
+
291
+ ## 操作审计(cloudaudit) 版本:2019-03-19
292
+
293
+ ### 第 15 次发布
294
+
295
+ 发布时间:2024-10-24 16:22:27
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 新增接口:
302
+
303
+ * [ModifyEventsAuditTrack](https://cloud.tencent.com/document/api/629/111900)
304
+
305
+ ### 第 14 次发布
306
+
307
+ 发布时间:2024-10-24 15:52:03
308
+
309
+ 本次发布包含了以下内容:
310
+
311
+ 改善已有的文档。
312
+
313
+ 新增接口:
314
+
315
+ * [CreateEventsAuditTrack](https://cloud.tencent.com/document/api/629/111894)
316
+
317
+ <font color="#dd0000">**删除接口**:</font>
318
+
319
+ * CreateAudit
320
+ * DeleteAudit
321
+
322
+ 修改接口:
323
+
324
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
325
+
326
+ * 新增出参:Filters
327
+
328
+
329
+ 新增数据结构:
330
+
331
+ * [Filter](https://cloud.tencent.com/document/api/629/35353#Filter)
332
+ * [ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)
333
+
334
+
335
+
336
+ ## 日志服务(cls) 版本:2020-10-16
337
+
338
+ ### 第 112 次发布
339
+
340
+ 发布时间:2024-10-30 01:17:18
341
+
342
+ 本次发布包含了以下内容:
343
+
344
+ 改善已有的文档。
345
+
346
+ 修改接口:
347
+
348
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
349
+
350
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
351
+
352
+
353
+ 新增数据结构:
354
+
355
+ * [AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)
356
+ * [DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)
357
+
358
+ 修改数据结构:
359
+
360
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
361
+
362
+ * 新增成员:Tags, AlarmShieldStatus, JumpDomain, AlarmNoticeDeliverConfig
363
+
364
+ * [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
365
+
366
+ * 新增成员:RemindType, Mobiles, UserIds
367
+
368
+
369
+ ### 第 111 次发布
370
+
371
+ 发布时间:2024-10-29 01:17:00
372
+
373
+ 本次发布包含了以下内容:
374
+
375
+ 改善已有的文档。
376
+
377
+ 新增数据结构:
378
+
379
+ * [EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo)
380
+
381
+ 修改数据结构:
382
+
383
+ * [NoticeRule](https://cloud.tencent.com/document/api/614/56471#NoticeRule)
384
+
385
+ * 新增成员:Escalate, Interval, Type, EscalateNotice
386
+
387
+
388
+
389
+
390
+ ## 云服务器(cvm) 版本:2017-03-12
391
+
392
+ ### 第 134 次发布
393
+
394
+ 发布时间:2024-10-25 01:25:09
395
+
396
+ 本次发布包含了以下内容:
397
+
398
+ 改善已有的文档。
399
+
400
+ 修改接口:
401
+
402
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
403
+
404
+ * 新增入参:ImportImageDataDiskList
405
+
406
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
407
+
408
+ * 新增入参:Encrypt, KmsKeyId
409
+
410
+
411
+ 新增数据结构:
412
+
413
+ * [ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)
414
+
415
+
416
+
417
+ ## 主机安全(cwp) 版本:2018-02-28
418
+
419
+ ### 第 128 次发布
420
+
421
+ 发布时间:2024-10-28 01:24:41
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ 修改接口:
428
+
429
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
430
+
431
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
432
+
433
+
434
+ 修改数据结构:
435
+
436
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
437
+
438
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
439
+
440
+
441
+
442
+
443
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
444
+
445
+ ### 第 111 次发布
446
+
447
+ 发布时间:2024-10-29 01:23:16
448
+
449
+ 本次发布包含了以下内容:
450
+
451
+ 改善已有的文档。
452
+
453
+ 修改数据结构:
454
+
455
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
456
+
457
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
458
+
459
+
460
+ ### 第 110 次发布
461
+
462
+ 发布时间:2024-10-28 01:28:11
463
+
464
+ 本次发布包含了以下内容:
465
+
466
+ 改善已有的文档。
467
+
468
+ 新增数据结构:
469
+
470
+ * [DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary)
471
+
472
+ 修改数据结构:
473
+
474
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
475
+
476
+ * 新增成员:Deliver, DeliverSummary
477
+
478
+
479
+
480
+
481
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
482
+
483
+ ### 第 33 次发布
484
+
485
+ 发布时间:2024-10-25 01:30:51
486
+
487
+ 本次发布包含了以下内容:
488
+
489
+ 改善已有的文档。
490
+
491
+ 修改数据结构:
492
+
493
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
494
+
495
+ * 新增成员:EnableSSL, SSLCertName
496
+
497
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
498
+
499
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
500
+
501
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
502
+
503
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
504
+
505
+
506
+
507
+
508
+ ## 事件总线(eb) 版本:2021-04-16
509
+
510
+ ### 第 15 次发布
511
+
512
+ 发布时间:2024-10-29 01:30:37
513
+
514
+ 本次发布包含了以下内容:
515
+
516
+ 改善已有的文档。
517
+
518
+ 修改接口:
519
+
520
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
521
+
522
+ * <font color="#dd0000">**修改入参**:</font>RuleId
523
+
524
+
525
+
526
+
527
+ ## Elasticsearch Service(es) 版本:2018-04-16
528
+
529
+ ### 第 71 次发布
530
+
531
+ 发布时间:2024-10-30 01:33:25
532
+
533
+ 本次发布包含了以下内容:
534
+
535
+ 改善已有的文档。
536
+
537
+ 新增接口:
538
+
539
+ * [CreateClusterSnapshot](https://cloud.tencent.com/document/api/845/112044)
540
+ * [DeleteClusterSnapshot](https://cloud.tencent.com/document/api/845/112042)
541
+ * [DescribeClusterSnapshot](https://cloud.tencent.com/document/api/845/112041)
542
+ * [RestoreClusterSnapshot](https://cloud.tencent.com/document/api/845/112040)
543
+
544
+ 新增数据结构:
545
+
546
+ * [Failures](https://cloud.tencent.com/document/api/845/30634#Failures)
547
+ * [Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots)
548
+
549
+
550
+
551
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
552
+
553
+ ### 第 193 次发布
554
+
555
+ 发布时间:2024-10-28 01:38:32
556
+
557
+ 本次发布包含了以下内容:
558
+
559
+ 改善已有的文档。
560
+
561
+ 新增接口:
562
+
563
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1323/111942)
564
+
565
+ 新增数据结构:
566
+
567
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo)
568
+
569
+ 修改数据结构:
570
+
571
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
572
+
573
+ * 新增成员:FlowId
574
+
575
+
576
+
577
+
578
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
579
+
580
+ ### 第 192 次发布
581
+
582
+ 发布时间:2024-10-30 01:34:59
583
+
584
+ 本次发布包含了以下内容:
585
+
586
+ 改善已有的文档。
587
+
588
+ 新增接口:
589
+
590
+ * [CreateCloseOrganizationUrl](https://cloud.tencent.com/document/api/1420/112045)
591
+
592
+ ### 第 191 次发布
593
+
594
+ 发布时间:2024-10-28 01:39:56
595
+
596
+ 本次发布包含了以下内容:
597
+
598
+ 改善已有的文档。
599
+
600
+ 新增接口:
601
+
602
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1420/111943)
603
+
604
+ 新增数据结构:
605
+
606
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo)
607
+
608
+ 修改数据结构:
609
+
610
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
611
+
612
+ * 新增成员:FlowId
613
+
614
+
615
+
616
+
617
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
618
+
619
+
620
+
621
+ ## 全球应用加速(gaap) 版本:2018-05-29
622
+
623
+ ### 第 51 次发布
624
+
625
+ 发布时间:2024-10-30 01:36:27
626
+
627
+ 本次发布包含了以下内容:
628
+
629
+ 改善已有的文档。
630
+
631
+ 修改接口:
632
+
633
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
634
+
635
+ * 新增入参:TLSSupportVersion, TLSCiphers
636
+
637
+
638
+
639
+
640
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
641
+
642
+ ### 第 80 次发布
643
+
644
+ 发布时间:2024-10-29 01:39:13
645
+
646
+ 本次发布包含了以下内容:
647
+
648
+ 改善已有的文档。
649
+
650
+ 修改接口:
651
+
652
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
653
+
654
+ * 新增出参:Price, Amount
655
+
656
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
657
+
658
+ * 新增出参:Price, Amount
659
+
660
+
661
+
662
+
663
+ ## 云直播CSS(live) 版本:2018-08-01
664
+
665
+ ### 第 131 次发布
666
+
667
+ 发布时间:2024-10-30 01:45:45
668
+
669
+ 本次发布包含了以下内容:
670
+
671
+ 改善已有的文档。
672
+
673
+ 新增数据结构:
674
+
675
+ * [TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream)
676
+
677
+ 修改数据结构:
678
+
679
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
680
+
681
+ * 新增成员:TimeShiftSubStreams
682
+
683
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
684
+
685
+
686
+
687
+
688
+ ## 集团账号管理(organization) 版本:2021-03-31
689
+
690
+ ### 第 39 次发布
691
+
692
+ 发布时间:2024-10-30 01:54:08
693
+
694
+ 本次发布包含了以下内容:
695
+
696
+ 改善已有的文档。
697
+
698
+ 新增接口:
699
+
700
+ * [CreateSCIMCredential](https://cloud.tencent.com/document/api/850/112052)
701
+ * [DeleteSCIMCredential](https://cloud.tencent.com/document/api/850/112051)
702
+ * [GetSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112050)
703
+ * [ListSCIMCredentials](https://cloud.tencent.com/document/api/850/112049)
704
+ * [UpdateSCIMCredentialStatus](https://cloud.tencent.com/document/api/850/112048)
705
+ * [UpdateSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112047)
706
+
707
+ 修改接口:
708
+
709
+ * [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
710
+
711
+ * 新增入参:GroupType
712
+
713
+ * [CreateUser](https://cloud.tencent.com/document/api/850/109928)
714
+
715
+ * 新增入参:UserType
716
+
717
+ * [ListGroups](https://cloud.tencent.com/document/api/850/109916)
718
+
719
+ * 新增入参:Offset
720
+
721
+ * [ListUsers](https://cloud.tencent.com/document/api/850/109925)
722
+
723
+ * 新增入参:Offset
724
+
725
+
726
+ 新增数据结构:
727
+
728
+ * [SCIMCredential](https://cloud.tencent.com/document/api/850/67060#SCIMCredential)
729
+
730
+
731
+
732
+ ## 集团账号管理(organization) 版本:2018-12-25
733
+
734
+
735
+
736
+ ## 云函数(scf) 版本:2018-04-16
737
+
738
+ ### 第 67 次发布
739
+
740
+ 发布时间:2024-10-25 17:22:38
741
+
742
+ 本次发布包含了以下内容:
743
+
744
+ 改善已有的文档。
745
+
746
+ 新增接口:
747
+
748
+ * [CreateCustomDomain](https://cloud.tencent.com/document/api/583/111926)
749
+ * [DeleteCustomDomain](https://cloud.tencent.com/document/api/583/111925)
750
+ * [GetCustomDomain](https://cloud.tencent.com/document/api/583/111924)
751
+ * [ListCustomDomains](https://cloud.tencent.com/document/api/583/111923)
752
+ * [UpdateCustomDomain](https://cloud.tencent.com/document/api/583/111922)
753
+
754
+ 新增数据结构:
755
+
756
+ * [CertConf](https://cloud.tencent.com/document/api/583/17244#CertConf)
757
+ * [DomainInfo](https://cloud.tencent.com/document/api/583/17244#DomainInfo)
758
+ * [EndpointsConf](https://cloud.tencent.com/document/api/583/17244#EndpointsConf)
759
+ * [PathRewriteRule](https://cloud.tencent.com/document/api/583/17244#PathRewriteRule)
760
+ * [WafConf](https://cloud.tencent.com/document/api/583/17244#WafConf)
761
+
762
+
763
+
764
+ ## 弹性微服务(tem) 版本:2021-07-01
765
+
766
+ ### 第 44 次发布
767
+
768
+ 发布时间:2024-10-30 02:08:10
769
+
770
+ 本次发布包含了以下内容:
771
+
772
+ 改善已有的文档。
773
+
774
+ 修改数据结构:
775
+
776
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
777
+
778
+ * <font color="#dd0000">**修改成员**:</font>Name, InputType, LogsetId, TopicId, LogType, BeginningRegex, LogPath, FilePattern, CreateDate, ModifyDate, ApplicationId, ApplicationName, ExtractRule
779
+
780
+
781
+
782
+
783
+ ## 弹性微服务(tem) 版本:2020-12-21
784
+
785
+
786
+
787
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
788
+
789
+ ### 第 89 次发布
790
+
791
+ 发布时间:2024-10-29 02:07:51
792
+
793
+ 本次发布包含了以下内容:
794
+
795
+ 改善已有的文档。
796
+
797
+ 修改接口:
798
+
799
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
800
+
801
+ * 新增入参:JITVideoProcess
802
+
803
+
804
+ 新增数据结构:
805
+
806
+ * [JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)
807
+
808
+ 修改数据结构:
809
+
810
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
811
+
812
+ * 新增成员:JITVideoProcess
813
+
814
+
815
+ ### 第 88 次发布
816
+
817
+ 发布时间:2024-10-28 15:12:04
818
+
819
+ 本次发布包含了以下内容:
820
+
821
+ 改善已有的文档。
822
+
823
+ 新增接口:
824
+
825
+ * [DeleteLoadBalancer](https://cloud.tencent.com/document/api/1552/111973)
826
+ * [DescribeLoadBalancerList](https://cloud.tencent.com/document/api/1552/111972)
827
+ * [DescribeOriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/111971)
828
+
829
+ 新增数据结构:
830
+
831
+ * [CheckRegionHealthStatus](https://cloud.tencent.com/document/api/1552/80721#CheckRegionHealthStatus)
832
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1552/80721#LoadBalancer)
833
+ * [OriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatus)
834
+ * [OriginGroupHealthStatusDetail](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatusDetail)
835
+ * [OriginHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginHealthStatus)
836
+
837
+ ### 第 87 次发布
838
+
839
+ 发布时间:2024-10-28 15:03:09
840
+
841
+ 本次发布包含了以下内容:
842
+
843
+ 改善已有的文档。
844
+
845
+ 新增接口:
846
+
847
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/1552/111970)
848
+ * [ModifyLoadBalancer](https://cloud.tencent.com/document/api/1552/111969)
849
+
850
+ 新增数据结构:
851
+
852
+ * [CustomizedHeader](https://cloud.tencent.com/document/api/1552/80721#CustomizedHeader)
853
+ * [HealthChecker](https://cloud.tencent.com/document/api/1552/80721#HealthChecker)
854
+ * [OriginGroupInLoadBalancer](https://cloud.tencent.com/document/api/1552/80721#OriginGroupInLoadBalancer)
855
+
856
+
857
+
858
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
859
+
860
+
861
+
862
+ ## 容器服务(tke) 版本:2022-05-01
863
+
864
+
865
+
866
+ ## 容器服务(tke) 版本:2018-05-25
867
+
868
+ ### 第 185 次发布
869
+
870
+ 发布时间:2024-10-29 02:10:04
871
+
872
+ 本次发布包含了以下内容:
873
+
874
+ 改善已有的文档。
875
+
876
+ 新增接口:
877
+
878
+ * [ModifyClusterImage](https://cloud.tencent.com/document/api/457/111984)
879
+
880
+
881
+
882
+ ## 文本内容安全(tms) 版本:2020-12-29
883
+
884
+ ### 第 12 次发布
885
+
886
+ 发布时间:2024-10-30 02:12:39
887
+
888
+ 本次发布包含了以下内容:
889
+
890
+ 改善已有的文档。
891
+
892
+ <font color="#dd0000">**删除接口**:</font>
893
+
894
+ * ModerateText
895
+
896
+ <font color="#dd0000">**删除数据结构**:</font>
897
+
898
+ * LabelGrade
899
+ * LibCheckResult
900
+ * ModelResult
901
+ * ModerationDetail
902
+
903
+
904
+
905
+ ## 文本内容安全(tms) 版本:2020-07-13
906
+
907
+
908
+
909
+ ## 实时音视频(trtc) 版本:2019-07-22
910
+
911
+ ### 第 92 次发布
912
+
913
+ 发布时间:2024-10-28 02:18:14
914
+
915
+ 本次发布包含了以下内容:
916
+
917
+ 改善已有的文档。
918
+
919
+ 修改接口:
920
+
921
+ * [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
922
+
923
+ * 新增入参:RecordParams
924
+
925
+ * [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
926
+
927
+ * 新增入参:RecordKey
928
+
929
+
930
+ 新增数据结构:
931
+
932
+ * [McuCloudVod](https://cloud.tencent.com/document/api/647/44055#McuCloudVod)
933
+ * [McuRecordParams](https://cloud.tencent.com/document/api/647/44055#McuRecordParams)
934
+ * [McuStorageParams](https://cloud.tencent.com/document/api/647/44055#McuStorageParams)
935
+ * [McuTencentVod](https://cloud.tencent.com/document/api/647/44055#McuTencentVod)
936
+
937
+
938
+
939
+ ## 私有网络(vpc) 版本:2017-03-12
940
+
941
+ ### 第 217 次发布
942
+
943
+ 发布时间:2024-10-30 02:19:09
944
+
945
+ 本次发布包含了以下内容:
946
+
947
+ 改善已有的文档。
948
+
949
+ 修改接口:
950
+
951
+ * [DeleteDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19190)
952
+
953
+ * 新增入参:AddressType
954
+
955
+ * [DescribeDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19189)
956
+
957
+ * 新增入参:AddressType
958
+
959
+ * [ReplaceDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19188)
960
+
961
+ * 新增入参:AddressType
962
+
963
+
964
+ 修改数据结构:
965
+
966
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
967
+
968
+ * <font color="#dd0000">**修改成员**:</font>RouteId, DestinationCidrBlock, ASPath, Description, UpdateTime
969
+
970
+
971
+ ### 第 216 次发布
972
+
973
+ 发布时间:2024-10-29 02:18:19
974
+
975
+ 本次发布包含了以下内容:
976
+
977
+ 改善已有的文档。
978
+
979
+ 新增接口:
980
+
981
+ * [ModifyAddressesRenewFlag](https://cloud.tencent.com/document/api/215/111985)
982
+
983
+ 修改数据结构:
984
+
985
+ * [NatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#NatGatewayDestinationIpPortTranslationNatRule)
986
+
987
+ * <font color="#dd0000">**修改成员**:</font>IpProtocol, Description
988
+
989
+
990
+
991
+
992
+ ## Web 应用防火墙(waf) 版本:2018-01-25
993
+
994
+ ### 第 98 次发布
995
+
996
+ 发布时间:2024-10-25 02:31:29
997
+
998
+ 本次发布包含了以下内容:
999
+
1000
+ 改善已有的文档。
1001
+
1002
+ 新增接口:
1003
+
1004
+ * [ModifyUserSignatureRuleV2](https://cloud.tencent.com/document/api/627/111901)
1005
+
1006
+
1007
+
1008
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
1009
+
1010
+ ### 第 109 次发布
1011
+
1012
+ 发布时间:2024-10-30 02:23:17
1013
+
1014
+ 本次发布包含了以下内容:
1015
+
1016
+ 改善已有的文档。
1017
+
1018
+ 新增接口:
1019
+
1020
+ * [DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)
1021
+ * [DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)
1022
+
1023
+ 新增数据结构:
1024
+
1025
+ * [DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter)
1026
+ * [DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder)
1027
+ * [DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam)
1028
+ * [DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam)
1029
+ * [DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp)
1030
+ * [DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp)
1031
+
1032
+
1033
+
1
1034
  # Release 4.0.962
2
1035
 
3
1036
  ## 云防火墙(cfw) 版本:2019-09-04