tencentcloud-sdk-nodejs 4.0.886 → 4.0.888

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 (78) hide show
  1. package/CHANGELOG.md +443 -0
  2. package/SERVICE_CHANGELOG.md +559 -48
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/csip/v20221121/csip_models.ts +9 -9
  7. package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
  8. package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
  9. package/src/services/domain/v20180808/domain_models.ts +11 -11
  10. package/src/services/dts/v20211206/dts_models.ts +5 -0
  11. package/src/services/emr/v20190103/emr_models.ts +2 -10
  12. package/src/services/ess/v20201111/ess_models.ts +24 -4
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  14. package/src/services/gaap/v20180529/gaap_client.ts +12 -0
  15. package/src/services/gaap/v20180529/gaap_models.ts +28 -0
  16. package/src/services/ims/v20201229/ims_client.ts +2 -0
  17. package/src/services/ims/v20201229/ims_models.ts +1 -1
  18. package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
  19. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  20. package/src/services/monitor/v20180724/monitor_models.ts +5 -1
  21. package/src/services/ocr/v20181119/ocr_client.ts +5 -2
  22. package/src/services/ocr/v20181119/ocr_models.ts +46 -26
  23. package/src/services/organization/v20210331/organization_client.ts +1 -1
  24. package/src/services/scf/v20180416/scf_client.ts +1 -1
  25. package/src/services/scf/v20180416/scf_models.ts +10 -10
  26. package/src/services/ssl/v20191205/ssl_models.ts +43 -20
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
  28. package/src/services/teo/v20220901/teo_client.ts +1 -0
  29. package/src/services/teo/v20220901/teo_models.ts +36 -9
  30. package/src/services/vpc/v20170312/vpc_client.ts +339 -100
  31. package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
  32. package/src/services/waf/v20180125/waf_client.ts +0 -12
  33. package/src/services/waf/v20180125/waf_models.ts +2 -27
  34. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  35. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  40. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
  41. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  42. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
  43. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  46. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  47. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  48. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
  49. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
  50. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
  51. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  52. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
  53. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  54. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
  55. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  56. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  57. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
  58. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  59. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  60. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  61. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  62. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
  65. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
  72. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  73. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  74. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  75. package/test/gaap.v20180529.test.js +10 -0
  76. package/test/vpc.v20170312.test.js +204 -24
  77. package/test/waf.v20180125.test.js +0 -10
  78. package/test/wedata.v20210820.test.js +24 -4
@@ -1,10 +1,106 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 弹性 MapReduce(emr) 版本:2019-01-03
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
4
4
 
5
- ### 第 68 次发布
5
+ ### 第 41 次发布
6
6
 
7
- 发布时间:2024-07-01 01:15:45
7
+ 发布时间:2024-07-03 01:12:26
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [TaskLogURL](https://cloud.tencent.com/document/api/664/90825#TaskLogURL)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>URL, LogId, TaskLogName, AppId
18
+
19
+
20
+
21
+
22
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
23
+
24
+ ### 第 69 次发布
25
+
26
+ 发布时间:2024-07-03 01:14:20
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
35
+
36
+ * 新增成员:StorageClass
37
+
38
+
39
+
40
+
41
+ ## 数据传输服务(dts) 版本:2021-12-06
42
+
43
+ ### 第 30 次发布
44
+
45
+ 发布时间:2024-07-03 01:15:22
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
54
+
55
+ * 新增成员:SetId
56
+
57
+
58
+
59
+
60
+ ## 数据传输服务(dts) 版本:2018-03-30
61
+
62
+
63
+
64
+ ## 全球应用加速(gaap) 版本:2018-05-29
65
+
66
+ ### 第 46 次发布
67
+
68
+ 发布时间:2024-07-03 01:16:42
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 新增接口:
75
+
76
+ * [SetTlsVersion](https://cloud.tencent.com/document/api/608/107933)
77
+
78
+
79
+
80
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
81
+
82
+ ### 第 62 次发布
83
+
84
+ 发布时间:2024-07-03 01:20:08
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 修改数据结构:
91
+
92
+ * [InstanceBackupFileItem](https://cloud.tencent.com/document/api/237/16191#InstanceBackupFileItem)
93
+
94
+ * 新增成员:StorageClass
95
+
96
+
97
+
98
+
99
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
100
+
101
+ ### 第 118 次发布
102
+
103
+ 发布时间:2024-07-03 01:20:32
8
104
 
9
105
  本次发布包含了以下内容:
10
106
 
@@ -12,18 +108,18 @@
12
108
 
13
109
  修改接口:
14
110
 
15
- * [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
111
+ * [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
16
112
 
17
- * 新增入参:KeepMonitorButNotRecoverProcess
113
+ * 新增入参:ConvergenceHistoryIDs
18
114
 
19
115
 
20
116
 
21
117
 
22
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
118
+ ## 文字识别(ocr) 版本:2018-11-19
23
119
 
24
- ### 第 71 次发布
120
+ ### 第 141 次发布
25
121
 
26
- 发布时间:2024-07-01 01:17:32
122
+ 发布时间:2024-07-03 01:21:25
27
123
 
28
124
  本次发布包含了以下内容:
29
125
 
@@ -31,78 +127,134 @@
31
127
 
32
128
  修改接口:
33
129
 
34
- * [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
130
+ * [AdvertiseOCR](https://cloud.tencent.com/document/api/866/49524)
35
131
 
36
- * 新增出参:TWeCallCategoryPkgList
132
+ * 新增出参:ImageSize
37
133
 
38
134
 
39
135
  新增数据结构:
40
136
 
41
- * [TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)
137
+ * [ImageSize](https://cloud.tencent.com/document/api/866/33527#ImageSize)
42
138
 
43
139
 
44
140
 
45
- ## 智能视图计算平台(iss) 版本:2023-05-17
141
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
46
142
 
47
- ### 第 16 次发布
143
+ ### 第 118 次发布
48
144
 
49
- 发布时间:2024-06-28 15:23:39
145
+ 发布时间:2024-07-03 01:24:52
50
146
 
51
147
  本次发布包含了以下内容:
52
148
 
53
149
  改善已有的文档。
54
150
 
55
- 新增接口:
151
+ 修改接口:
56
152
 
57
- * [QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)
58
- * [SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)
153
+ * [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
59
154
 
60
- 新增数据结构:
155
+ * 新增入参:EnablePublicAccess
61
156
 
62
- * [ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)
63
- * [ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)
64
- * [SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)
157
+ * [CreateRole](https://cloud.tencent.com/document/api/1179/62401)
65
158
 
159
+ * <font color="#dd0000">**修改入参**:</font>Remark, ClusterId
66
160
 
67
161
 
68
- ## 邮件推送(ses) 版本:2020-10-02
162
+ 修改数据结构:
69
163
 
70
- ### 第 22 次发布
164
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
71
165
 
72
- 发布时间:2024-07-01 01:22:01
166
+ * 新增成员:TraceFlag
167
+
168
+
169
+
170
+
171
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
172
+
173
+ ### 第 83 次发布
174
+
175
+ 发布时间:2024-07-03 01:25:21
73
176
 
74
177
  本次发布包含了以下内容:
75
178
 
76
179
  改善已有的文档。
77
180
 
78
- 新增接口:
181
+ 修改接口:
182
+
183
+ * [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
184
+
185
+ * 新增入参:ClientCertInfo
79
186
 
80
- * [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
81
- * [DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)
82
- * [ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)
83
- * [UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)
84
187
 
85
188
  新增数据结构:
86
189
 
87
- * [BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)
190
+ * [MutualTLS](https://cloud.tencent.com/document/api/1552/80721#MutualTLS)
88
191
 
192
+ 修改数据结构:
89
193
 
194
+ * [AccelerationDomainCertificate](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomainCertificate)
195
+
196
+ * 新增成员:ClientCertInfo
197
+
198
+ * [CertificateInfo](https://cloud.tencent.com/document/api/1552/80721#CertificateInfo)
199
+
200
+ * <font color="#dd0000">**修改成员**:</font>Alias, Type, ExpireTime, DeployTime, SignAlgo, Status
90
201
 
91
- ## SSL 证书(ssl) 版本:2019-12-05
92
202
 
93
- ### 第 61 次发布
94
203
 
95
- 发布时间:2024-07-01 01:22:30
204
+
205
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
206
+
207
+
208
+
209
+ ## 私有网络(vpc) 版本:2017-03-12
210
+
211
+ ### 第 192 次发布
212
+
213
+ 发布时间:2024-07-03 01:28:07
96
214
 
97
215
  本次发布包含了以下内容:
98
216
 
99
217
  改善已有的文档。
100
218
 
219
+ 修改接口:
220
+
221
+ * [CreateVpnConnection](https://cloud.tencent.com/document/api/215/17522)
222
+
223
+ * 新增入参:HealthCheckConfig
224
+
225
+ * [ModifyVpnConnectionAttribute](https://cloud.tencent.com/document/api/215/17508)
226
+
227
+ * 新增入参:HealthCheckConfig
228
+
229
+
230
+ 新增数据结构:
231
+
232
+ * [HealthCheckConfig](https://cloud.tencent.com/document/api/215/15824#HealthCheckConfig)
233
+
101
234
  修改数据结构:
102
235
 
103
- * [BindResourceRegionResult](https://cloud.tencent.com/document/api/400/41679#BindResourceRegionResult)
236
+ * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
104
237
 
105
- * 新增成员:Error
238
+ * 新增成员:HealthCheckConfig
239
+
240
+
241
+
242
+
243
+ ## Web 应用防火墙(waf) 版本:2018-01-25
244
+
245
+ ### 第 92 次发布
246
+
247
+ 发布时间:2024-07-03 01:28:45
248
+
249
+ 本次发布包含了以下内容:
250
+
251
+ 改善已有的文档。
252
+
253
+ 修改接口:
254
+
255
+ * [DescribeDomainRules](https://cloud.tencent.com/document/api/627/99701)
256
+
257
+ * <font color="#dd0000">**修改出参**:</font>Rules
106
258
 
107
259
 
108
260
 
@@ -38001,6 +38153,21 @@
38001
38153
 
38002
38154
  ## 云安全一体化平台(csip) 版本:2022-11-21
38003
38155
 
38156
+ ### 第 41 次发布
38157
+
38158
+ 发布时间:2024-07-03 01:12:26
38159
+
38160
+ 本次发布包含了以下内容:
38161
+
38162
+ 改善已有的文档。
38163
+
38164
+ 修改数据结构:
38165
+
38166
+ * [TaskLogURL](https://cloud.tencent.com/document/api/664/90825#TaskLogURL)
38167
+
38168
+ * <font color="#dd0000">**修改成员**:</font>URL, LogId, TaskLogName, AppId
38169
+
38170
+
38004
38171
  ### 第 40 次发布
38005
38172
 
38006
38173
  发布时间:2024-06-20 01:24:58
@@ -44971,6 +45138,29 @@
44971
45138
 
44972
45139
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44973
45140
 
45141
+ ### 第 96 次发布
45142
+
45143
+ 发布时间:2024-07-02 01:13:35
45144
+
45145
+ 本次发布包含了以下内容:
45146
+
45147
+ 改善已有的文档。
45148
+
45149
+ 修改数据结构:
45150
+
45151
+ * [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
45152
+
45153
+ * 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
45154
+
45155
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
45156
+
45157
+ * <font color="#dd0000">**修改成员**:</font>InstanceGroupId
45158
+
45159
+ * [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
45160
+
45161
+ * 新增成员:FuncPattern
45162
+
45163
+
44974
45164
  ### 第 95 次发布
44975
45165
 
44976
45166
  发布时间:2024-06-26 01:13:42
@@ -49762,6 +49952,21 @@
49762
49952
 
49763
49953
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
49764
49954
 
49955
+ ### 第 69 次发布
49956
+
49957
+ 发布时间:2024-07-03 01:14:20
49958
+
49959
+ 本次发布包含了以下内容:
49960
+
49961
+ 改善已有的文档。
49962
+
49963
+ 修改数据结构:
49964
+
49965
+ * [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
49966
+
49967
+ * 新增成员:StorageClass
49968
+
49969
+
49765
49970
  ### 第 68 次发布
49766
49971
 
49767
49972
  发布时间:2024-04-24 01:10:19
@@ -53705,6 +53910,25 @@
53705
53910
 
53706
53911
  ## 域名注册(domain) 版本:2018-08-08
53707
53912
 
53913
+ ### 第 41 次发布
53914
+
53915
+ 发布时间:2024-07-02 01:14:51
53916
+
53917
+ 本次发布包含了以下内容:
53918
+
53919
+ 改善已有的文档。
53920
+
53921
+ 修改数据结构:
53922
+
53923
+ * [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
53924
+
53925
+ * <font color="#dd0000">**修改成员**:</font>BigDealId
53926
+
53927
+ * [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
53928
+
53929
+ * <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
53930
+
53931
+
53708
53932
  ### 第 40 次发布
53709
53933
 
53710
53934
  发布时间:2024-06-27 01:11:00
@@ -55814,6 +56038,21 @@
55814
56038
 
55815
56039
  ## 数据传输服务(dts) 版本:2021-12-06
55816
56040
 
56041
+ ### 第 30 次发布
56042
+
56043
+ 发布时间:2024-07-03 01:15:22
56044
+
56045
+ 本次发布包含了以下内容:
56046
+
56047
+ 改善已有的文档。
56048
+
56049
+ 修改数据结构:
56050
+
56051
+ * [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
56052
+
56053
+ * 新增成员:SetId
56054
+
56055
+
55817
56056
  ### 第 29 次发布
55818
56057
 
55819
56058
  发布时间:2024-06-06 01:45:02
@@ -62348,6 +62587,21 @@
62348
62587
 
62349
62588
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62350
62589
 
62590
+ ### 第 177 次发布
62591
+
62592
+ 发布时间:2024-07-02 01:16:08
62593
+
62594
+ 本次发布包含了以下内容:
62595
+
62596
+ 改善已有的文档。
62597
+
62598
+ 修改接口:
62599
+
62600
+ * [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
62601
+
62602
+ * 新增入参:JumpUrl
62603
+
62604
+
62351
62605
  ### 第 176 次发布
62352
62606
 
62353
62607
  发布时间:2024-06-25 01:14:54
@@ -70700,6 +70954,18 @@
70700
70954
 
70701
70955
  ## 全球应用加速(gaap) 版本:2018-05-29
70702
70956
 
70957
+ ### 第 46 次发布
70958
+
70959
+ 发布时间:2024-07-03 01:16:42
70960
+
70961
+ 本次发布包含了以下内容:
70962
+
70963
+ 改善已有的文档。
70964
+
70965
+ 新增接口:
70966
+
70967
+ * [[SetTlsVersion](https://cloud.tencent.com/document/api/608/107933)](https://cloud.tencent.com/document/api/#/#)
70968
+
70703
70969
  ### 第 45 次发布
70704
70970
 
70705
70971
  发布时间:2024-06-19 01:43:58
@@ -77489,7 +77755,7 @@
77489
77755
 
77490
77756
  新增数据结构:
77491
77757
 
77492
- * [[TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo))
77758
+ * [TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)
77493
77759
 
77494
77760
  ### 第 70 次发布
77495
77761
 
@@ -81008,14 +81274,14 @@
81008
81274
 
81009
81275
  新增接口:
81010
81276
 
81011
- * [[QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)](https://cloud.tencent.com/document/api/#/#)
81012
- * [[SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)](https://cloud.tencent.com/document/api/#/#)
81277
+ * [QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)
81278
+ * [SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)
81013
81279
 
81014
81280
  新增数据结构:
81015
81281
 
81016
- * [[ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)](https://cloud.tencent.com/document/api/1344/95952#[ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo))
81017
- * [[ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)](https://cloud.tencent.com/document/api/1344/95952#[ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData))
81018
- * [[SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)](https://cloud.tencent.com/document/api/1344/95952#[SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam))
81282
+ * [ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)
81283
+ * [ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)
81284
+ * [SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)
81019
81285
 
81020
81286
  ### 第 15 次发布
81021
81287
 
@@ -87998,6 +88264,21 @@
87998
88264
 
87999
88265
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
88000
88266
 
88267
+ ### 第 62 次发布
88268
+
88269
+ 发布时间:2024-07-03 01:20:08
88270
+
88271
+ 本次发布包含了以下内容:
88272
+
88273
+ 改善已有的文档。
88274
+
88275
+ 修改数据结构:
88276
+
88277
+ * [InstanceBackupFileItem](https://cloud.tencent.com/document/api/237/16191#InstanceBackupFileItem)
88278
+
88279
+ * 新增成员:StorageClass
88280
+
88281
+
88001
88282
  ### 第 61 次发布
88002
88283
 
88003
88284
  发布时间:2024-04-24 01:16:00
@@ -90794,6 +91075,21 @@
90794
91075
 
90795
91076
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
90796
91077
 
91078
+ ### 第 118 次发布
91079
+
91080
+ 发布时间:2024-07-03 01:20:32
91081
+
91082
+ 本次发布包含了以下内容:
91083
+
91084
+ 改善已有的文档。
91085
+
91086
+ 修改接口:
91087
+
91088
+ * [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
91089
+
91090
+ * 新增入参:ConvergenceHistoryIDs
91091
+
91092
+
90797
91093
  ### 第 117 次发布
90798
91094
 
90799
91095
  发布时间:2024-06-20 01:58:59
@@ -99105,6 +99401,25 @@
99105
99401
 
99106
99402
  ## 文字识别(ocr) 版本:2018-11-19
99107
99403
 
99404
+ ### 第 141 次发布
99405
+
99406
+ 发布时间:2024-07-03 01:21:25
99407
+
99408
+ 本次发布包含了以下内容:
99409
+
99410
+ 改善已有的文档。
99411
+
99412
+ 修改接口:
99413
+
99414
+ * [AdvertiseOCR](https://cloud.tencent.com/document/api/866/49524)
99415
+
99416
+ * 新增出参:ImageSize
99417
+
99418
+
99419
+ 新增数据结构:
99420
+
99421
+ * [[ImageSize](https://cloud.tencent.com/document/api/866/33527#ImageSize)](https://cloud.tencent.com/document/api/866/33527#[ImageSize](https://cloud.tencent.com/document/api/866/33527#ImageSize))
99422
+
99108
99423
  ### 第 140 次发布
99109
99424
 
99110
99425
  发布时间:2024-06-28 01:16:42
@@ -108775,14 +109090,14 @@
108775
109090
 
108776
109091
  新增接口:
108777
109092
 
108778
- * [[CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)](https://cloud.tencent.com/document/api/#/#)
108779
- * [[DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)](https://cloud.tencent.com/document/api/#/#)
108780
- * [[ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)](https://cloud.tencent.com/document/api/#/#)
108781
- * [[UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)](https://cloud.tencent.com/document/api/#/#)
109093
+ * [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
109094
+ * [DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)
109095
+ * [ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)
109096
+ * [UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)
108782
109097
 
108783
109098
  新增数据结构:
108784
109099
 
108785
- * [[BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)](https://cloud.tencent.com/document/api/1288/51053#[BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail))
109100
+ * [BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)
108786
109101
 
108787
109102
  ### 第 21 次发布
108788
109103
 
@@ -111908,6 +112223,26 @@
111908
112223
 
111909
112224
  ## SSL 证书(ssl) 版本:2019-12-05
111910
112225
 
112226
+ ### 第 62 次发布
112227
+
112228
+ 发布时间:2024-07-02 01:22:32
112229
+
112230
+ 本次发布包含了以下内容:
112231
+
112232
+ 改善已有的文档。
112233
+
112234
+ 修改接口:
112235
+
112236
+ * [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
112237
+
112238
+
112239
+ 修改数据结构:
112240
+
112241
+ * [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
112242
+
112243
+ * 新增成员:Type, Status, CreateTime, ExpireTime
112244
+
112245
+
111911
112246
  ### 第 61 次发布
111912
112247
 
111913
112248
  发布时间:2024-07-01 01:22:30
@@ -122773,6 +123108,32 @@
122773
123108
 
122774
123109
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
122775
123110
 
123111
+ ### 第 118 次发布
123112
+
123113
+ 发布时间:2024-07-03 01:24:52
123114
+
123115
+ 本次发布包含了以下内容:
123116
+
123117
+ 改善已有的文档。
123118
+
123119
+ 修改接口:
123120
+
123121
+ * [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
123122
+
123123
+ * 新增入参:EnablePublicAccess
123124
+
123125
+ * [CreateRole](https://cloud.tencent.com/document/api/1179/62401)
123126
+
123127
+ * <font color="#dd0000">**修改入参**:</font>Remark, ClusterId
123128
+
123129
+
123130
+ 修改数据结构:
123131
+
123132
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
123133
+
123134
+ * 新增成员:TraceFlag
123135
+
123136
+
122776
123137
  ### 第 117 次发布
122777
123138
 
122778
123139
  发布时间:2024-06-28 01:20:13
@@ -127581,6 +127942,36 @@
127581
127942
 
127582
127943
  ## 边缘安全加速平台(teo) 版本:2022-09-01
127583
127944
 
127945
+ ### 第 83 次发布
127946
+
127947
+ 发布时间:2024-07-03 01:25:21
127948
+
127949
+ 本次发布包含了以下内容:
127950
+
127951
+ 改善已有的文档。
127952
+
127953
+ 修改接口:
127954
+
127955
+ * [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
127956
+
127957
+ * 新增入参:ClientCertInfo
127958
+
127959
+
127960
+ 新增数据结构:
127961
+
127962
+ * [[MutualTLS](https://cloud.tencent.com/document/api/1552/80721#MutualTLS)](https://cloud.tencent.com/document/api/1552/80721#[MutualTLS](https://cloud.tencent.com/document/api/1552/80721#MutualTLS))
127963
+
127964
+ 修改数据结构:
127965
+
127966
+ * [AccelerationDomainCertificate](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomainCertificate)
127967
+
127968
+ * 新增成员:ClientCertInfo
127969
+
127970
+ * [CertificateInfo](https://cloud.tencent.com/document/api/1552/80721#CertificateInfo)
127971
+
127972
+ * <font color="#dd0000">**修改成员**:</font>Alias, Type, ExpireTime, DeployTime, SignAlgo, Status
127973
+
127974
+
127584
127975
  ### 第 82 次发布
127585
127976
 
127586
127977
  发布时间:2024-06-07 12:08:08
@@ -151327,6 +151718,78 @@
151327
151718
 
151328
151719
  ## 私有网络(vpc) 版本:2017-03-12
151329
151720
 
151721
+ ### 第 192 次发布
151722
+
151723
+ 发布时间:2024-07-03 01:28:07
151724
+
151725
+ 本次发布包含了以下内容:
151726
+
151727
+ 改善已有的文档。
151728
+
151729
+ 修改接口:
151730
+
151731
+ * [CreateVpnConnection](https://cloud.tencent.com/document/api/215/17522)
151732
+
151733
+ * 新增入参:HealthCheckConfig
151734
+
151735
+ * [ModifyVpnConnectionAttribute](https://cloud.tencent.com/document/api/215/17508)
151736
+
151737
+ * 新增入参:HealthCheckConfig
151738
+
151739
+
151740
+ 新增数据结构:
151741
+
151742
+ * [[HealthCheckConfig](https://cloud.tencent.com/document/api/215/15824#HealthCheckConfig)](https://cloud.tencent.com/document/api/215/15824#[HealthCheckConfig](https://cloud.tencent.com/document/api/215/15824#HealthCheckConfig))
151743
+
151744
+ 修改数据结构:
151745
+
151746
+ * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
151747
+
151748
+ * 新增成员:HealthCheckConfig
151749
+
151750
+
151751
+ ### 第 191 次发布
151752
+
151753
+ 发布时间:2024-07-02 01:27:15
151754
+
151755
+ 本次发布包含了以下内容:
151756
+
151757
+ 改善已有的文档。
151758
+
151759
+ 新增接口:
151760
+
151761
+ * [CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)
151762
+ * [CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)
151763
+ * [CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)
151764
+ * [CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)
151765
+ * [DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)
151766
+ * [DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)
151767
+ * [DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)
151768
+ * [DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)
151769
+ * [DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)
151770
+ * [DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)
151771
+ * [DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)
151772
+ * [DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)
151773
+ * [DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)
151774
+ * [DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)
151775
+ * [ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)
151776
+ * [ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)
151777
+ * [ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)
151778
+ * [ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)
151779
+
151780
+ 新增数据结构:
151781
+
151782
+ * [DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)
151783
+ * [LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)
151784
+ * [NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)
151785
+ * [PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)
151786
+ * [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
151787
+ * [PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)
151788
+ * [TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)
151789
+ * [TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)
151790
+ * [TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)
151791
+ * [TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)
151792
+
151330
151793
  ### 第 190 次发布
151331
151794
 
151332
151795
  发布时间:2024-06-25 01:26:23
@@ -155677,6 +156140,33 @@
155677
156140
 
155678
156141
  ## Web 应用防火墙(waf) 版本:2018-01-25
155679
156142
 
156143
+ ### 第 92 次发布
156144
+
156145
+ 发布时间:2024-07-03 01:28:45
156146
+
156147
+ 本次发布包含了以下内容:
156148
+
156149
+ 改善已有的文档。
156150
+
156151
+ 修改接口:
156152
+
156153
+ * [DescribeDomainRules](https://cloud.tencent.com/document/api/627/99701)
156154
+
156155
+ * <font color="#dd0000">**修改出参**:</font>Rules
156156
+
156157
+
156158
+ ### 第 91 次发布
156159
+
156160
+ 发布时间:2024-07-02 01:27:59
156161
+
156162
+ 本次发布包含了以下内容:
156163
+
156164
+ 改善已有的文档。
156165
+
156166
+ <font color="#dd0000">**删除接口**:</font>
156167
+
156168
+ * ModifyAccessPeriod
156169
+
155680
156170
  ### 第 90 次发布
155681
156171
 
155682
156172
  发布时间:2024-06-25 01:27:00
@@ -155919,7 +156409,7 @@
155919
156409
 
155920
156410
  * 新增出参:UsedTotal
155921
156411
 
155922
- * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
156412
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/#/#)
155923
156413
 
155924
156414
  * <font color="#dd0000">**修改入参**:</font>TopicId
155925
156415
 
@@ -157693,7 +158183,7 @@
157693
158183
 
157694
158184
  新增接口:
157695
158185
 
157696
- * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
158186
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/#/#)
157697
158187
 
157698
158188
  ### 第 2 次发布
157699
158189
 
@@ -158084,6 +158574,27 @@
158084
158574
 
158085
158575
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
158086
158576
 
158577
+ ### 第 99 次发布
158578
+
158579
+ 发布时间:2024-07-02 01:28:21
158580
+
158581
+ 本次发布包含了以下内容:
158582
+
158583
+ 改善已有的文档。
158584
+
158585
+ 新增接口:
158586
+
158587
+ * [DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)
158588
+ * [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
158589
+
158590
+ 新增数据结构:
158591
+
158592
+ * [Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)
158593
+ * [DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)
158594
+ * [DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)
158595
+ * [DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)
158596
+ * [DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)
158597
+
158087
158598
  ### 第 98 次发布
158088
158599
 
158089
158600
  发布时间:2024-06-26 01:28:35