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.
- package/CHANGELOG.md +443 -0
- package/SERVICE_CHANGELOG.md +559 -48
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +9 -9
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/dts/v20211206/dts_models.ts +5 -0
- package/src/services/emr/v20190103/emr_models.ts +2 -10
- package/src/services/ess/v20201111/ess_models.ts +24 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_client.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +28 -0
- package/src/services/ims/v20201229/ims_client.ts +2 -0
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +5 -1
- package/src/services/ocr/v20181119/ocr_client.ts +5 -2
- package/src/services/ocr/v20181119/ocr_models.ts +46 -26
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +10 -10
- package/src/services/ssl/v20191205/ssl_models.ts +43 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +36 -9
- package/src/services/vpc/v20170312/vpc_client.ts +339 -100
- package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +2 -27
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/gaap.v20180529.test.js +10 -0
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,446 @@
|
|
|
1
|
+
# Release 4.0.888
|
|
2
|
+
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 41 次发布
|
|
6
|
+
|
|
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
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
|
|
112
|
+
|
|
113
|
+
* 新增入参:ConvergenceHistoryIDs
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
119
|
+
|
|
120
|
+
### 第 141 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2024-07-03 01:21:25
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
127
|
+
|
|
128
|
+
修改接口:
|
|
129
|
+
|
|
130
|
+
* [AdvertiseOCR](https://cloud.tencent.com/document/api/866/49524)
|
|
131
|
+
|
|
132
|
+
* 新增出参:ImageSize
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
新增数据结构:
|
|
136
|
+
|
|
137
|
+
* [ImageSize](https://cloud.tencent.com/document/api/866/33527#ImageSize)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
142
|
+
|
|
143
|
+
### 第 118 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2024-07-03 01:24:52
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
修改接口:
|
|
152
|
+
|
|
153
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
154
|
+
|
|
155
|
+
* 新增入参:EnablePublicAccess
|
|
156
|
+
|
|
157
|
+
* [CreateRole](https://cloud.tencent.com/document/api/1179/62401)
|
|
158
|
+
|
|
159
|
+
* <font color="#dd0000">**修改入参**:</font>Remark, ClusterId
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
修改数据结构:
|
|
163
|
+
|
|
164
|
+
* [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:TraceFlag
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
172
|
+
|
|
173
|
+
### 第 83 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2024-07-03 01:25:21
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
修改接口:
|
|
182
|
+
|
|
183
|
+
* [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
|
|
184
|
+
|
|
185
|
+
* 新增入参:ClientCertInfo
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
新增数据结构:
|
|
189
|
+
|
|
190
|
+
* [MutualTLS](https://cloud.tencent.com/document/api/1552/80721#MutualTLS)
|
|
191
|
+
|
|
192
|
+
修改数据结构:
|
|
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
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
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
|
|
214
|
+
|
|
215
|
+
本次发布包含了以下内容:
|
|
216
|
+
|
|
217
|
+
改善已有的文档。
|
|
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
|
+
|
|
234
|
+
修改数据结构:
|
|
235
|
+
|
|
236
|
+
* [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
|
|
237
|
+
|
|
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
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
# Release 4.0.887
|
|
263
|
+
|
|
264
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
265
|
+
|
|
266
|
+
### 第 96 次发布
|
|
267
|
+
|
|
268
|
+
发布时间:2024-07-02 01:13:35
|
|
269
|
+
|
|
270
|
+
本次发布包含了以下内容:
|
|
271
|
+
|
|
272
|
+
改善已有的文档。
|
|
273
|
+
|
|
274
|
+
修改数据结构:
|
|
275
|
+
|
|
276
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
277
|
+
|
|
278
|
+
* 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
|
|
279
|
+
|
|
280
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
281
|
+
|
|
282
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceGroupId
|
|
283
|
+
|
|
284
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
285
|
+
|
|
286
|
+
* 新增成员:FuncPattern
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
292
|
+
|
|
293
|
+
### 第 41 次发布
|
|
294
|
+
|
|
295
|
+
发布时间:2024-07-02 01:14:51
|
|
296
|
+
|
|
297
|
+
本次发布包含了以下内容:
|
|
298
|
+
|
|
299
|
+
改善已有的文档。
|
|
300
|
+
|
|
301
|
+
修改数据结构:
|
|
302
|
+
|
|
303
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
304
|
+
|
|
305
|
+
* <font color="#dd0000">**修改成员**:</font>BigDealId
|
|
306
|
+
|
|
307
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
308
|
+
|
|
309
|
+
* <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
315
|
+
|
|
316
|
+
### 第 177 次发布
|
|
317
|
+
|
|
318
|
+
发布时间:2024-07-02 01:16:08
|
|
319
|
+
|
|
320
|
+
本次发布包含了以下内容:
|
|
321
|
+
|
|
322
|
+
改善已有的文档。
|
|
323
|
+
|
|
324
|
+
修改接口:
|
|
325
|
+
|
|
326
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
327
|
+
|
|
328
|
+
* 新增入参:JumpUrl
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
334
|
+
|
|
335
|
+
### 第 62 次发布
|
|
336
|
+
|
|
337
|
+
发布时间:2024-07-02 01:22:32
|
|
338
|
+
|
|
339
|
+
本次发布包含了以下内容:
|
|
340
|
+
|
|
341
|
+
改善已有的文档。
|
|
342
|
+
|
|
343
|
+
修改接口:
|
|
344
|
+
|
|
345
|
+
* [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
修改数据结构:
|
|
349
|
+
|
|
350
|
+
* [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
|
|
351
|
+
|
|
352
|
+
* 新增成员:Type, Status, CreateTime, ExpireTime
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
358
|
+
|
|
359
|
+
### 第 191 次发布
|
|
360
|
+
|
|
361
|
+
发布时间:2024-07-02 01:27:15
|
|
362
|
+
|
|
363
|
+
本次发布包含了以下内容:
|
|
364
|
+
|
|
365
|
+
改善已有的文档。
|
|
366
|
+
|
|
367
|
+
新增接口:
|
|
368
|
+
|
|
369
|
+
* [CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)
|
|
370
|
+
* [CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)
|
|
371
|
+
* [CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)
|
|
372
|
+
* [CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)
|
|
373
|
+
* [DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)
|
|
374
|
+
* [DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)
|
|
375
|
+
* [DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)
|
|
376
|
+
* [DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)
|
|
377
|
+
* [DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)
|
|
378
|
+
* [DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)
|
|
379
|
+
* [DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)
|
|
380
|
+
* [DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)
|
|
381
|
+
* [DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)
|
|
382
|
+
* [DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)
|
|
383
|
+
* [ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)
|
|
384
|
+
* [ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)
|
|
385
|
+
* [ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)
|
|
386
|
+
* [ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)
|
|
387
|
+
|
|
388
|
+
新增数据结构:
|
|
389
|
+
|
|
390
|
+
* [DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)
|
|
391
|
+
* [LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)
|
|
392
|
+
* [NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)
|
|
393
|
+
* [PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)
|
|
394
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
395
|
+
* [PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)
|
|
396
|
+
* [TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)
|
|
397
|
+
* [TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)
|
|
398
|
+
* [TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)
|
|
399
|
+
* [TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
404
|
+
|
|
405
|
+
### 第 91 次发布
|
|
406
|
+
|
|
407
|
+
发布时间:2024-07-02 01:27:59
|
|
408
|
+
|
|
409
|
+
本次发布包含了以下内容:
|
|
410
|
+
|
|
411
|
+
改善已有的文档。
|
|
412
|
+
|
|
413
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
414
|
+
|
|
415
|
+
* ModifyAccessPeriod
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
420
|
+
|
|
421
|
+
### 第 99 次发布
|
|
422
|
+
|
|
423
|
+
发布时间:2024-07-02 01:28:21
|
|
424
|
+
|
|
425
|
+
本次发布包含了以下内容:
|
|
426
|
+
|
|
427
|
+
改善已有的文档。
|
|
428
|
+
|
|
429
|
+
新增接口:
|
|
430
|
+
|
|
431
|
+
* [DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)
|
|
432
|
+
* [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
|
|
433
|
+
|
|
434
|
+
新增数据结构:
|
|
435
|
+
|
|
436
|
+
* [Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)
|
|
437
|
+
* [DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)
|
|
438
|
+
* [DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)
|
|
439
|
+
* [DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)
|
|
440
|
+
* [DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
1
444
|
# Release 4.0.886
|
|
2
445
|
|
|
3
446
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|