tencentcloud-sdk-nodejs 4.0.885 → 4.0.887
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 +291 -0
- package/SERVICE_CHANGELOG.md +332 -238
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +6 -10
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +47 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +49 -21
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +340 -103
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- 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/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +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 +9 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
- 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 +0 -23
- 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/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- 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,294 @@
|
|
|
1
|
+
# Release 4.0.887
|
|
2
|
+
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
|
+
|
|
5
|
+
### 第 96 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-07-02 01:13:35
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
16
|
+
|
|
17
|
+
* 新增成员:IsSupportTransparentDataEncryption, NoSupportTransparentDataEncryptionReason
|
|
18
|
+
|
|
19
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
20
|
+
|
|
21
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceGroupId
|
|
22
|
+
|
|
23
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
24
|
+
|
|
25
|
+
* 新增成员:FuncPattern
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
31
|
+
|
|
32
|
+
### 第 41 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-07-02 01:14:51
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
43
|
+
|
|
44
|
+
* <font color="#dd0000">**修改成员**:</font>BigDealId
|
|
45
|
+
|
|
46
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
47
|
+
|
|
48
|
+
* <font color="#dd0000">**修改成员**:</font>Success, Doing, Failed
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54
|
+
|
|
55
|
+
### 第 177 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2024-07-02 01:16:08
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [CreateUserVerifyUrl](https://cloud.tencent.com/document/api/1323/105961)
|
|
66
|
+
|
|
67
|
+
* 新增入参:JumpUrl
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
73
|
+
|
|
74
|
+
### 第 62 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2024-07-02 01:22:32
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改接口:
|
|
83
|
+
|
|
84
|
+
* [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
修改数据结构:
|
|
88
|
+
|
|
89
|
+
* [ManagerStatusInfo](https://cloud.tencent.com/document/api/400/41679#ManagerStatusInfo)
|
|
90
|
+
|
|
91
|
+
* 新增成员:Type, Status, CreateTime, ExpireTime
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
97
|
+
|
|
98
|
+
### 第 191 次发布
|
|
99
|
+
|
|
100
|
+
发布时间:2024-07-02 01:27:15
|
|
101
|
+
|
|
102
|
+
本次发布包含了以下内容:
|
|
103
|
+
|
|
104
|
+
改善已有的文档。
|
|
105
|
+
|
|
106
|
+
新增接口:
|
|
107
|
+
|
|
108
|
+
* [CreatePrivateNatGateway](https://cloud.tencent.com/document/api/215/107904)
|
|
109
|
+
* [CreatePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107903)
|
|
110
|
+
* [CreatePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107902)
|
|
111
|
+
* [CreatePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107901)
|
|
112
|
+
* [DeletePrivateNatGateway](https://cloud.tencent.com/document/api/215/107900)
|
|
113
|
+
* [DeletePrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107899)
|
|
114
|
+
* [DeletePrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107898)
|
|
115
|
+
* [DeletePrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107897)
|
|
116
|
+
* [DescribePrivateNatGatewayDestinationIpPortTranslationNatRules](https://cloud.tencent.com/document/api/215/107896)
|
|
117
|
+
* [DescribePrivateNatGatewayLimits](https://cloud.tencent.com/document/api/215/107895)
|
|
118
|
+
* [DescribePrivateNatGatewayRegions](https://cloud.tencent.com/document/api/215/107894)
|
|
119
|
+
* [DescribePrivateNatGatewayTranslationAclRules](https://cloud.tencent.com/document/api/215/107893)
|
|
120
|
+
* [DescribePrivateNatGatewayTranslationNatRules](https://cloud.tencent.com/document/api/215/107892)
|
|
121
|
+
* [DescribePrivateNatGateways](https://cloud.tencent.com/document/api/215/107891)
|
|
122
|
+
* [ModifyPrivateNatGatewayAttribute](https://cloud.tencent.com/document/api/215/107890)
|
|
123
|
+
* [ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/107889)
|
|
124
|
+
* [ModifyPrivateNatGatewayTranslationAclRule](https://cloud.tencent.com/document/api/215/107888)
|
|
125
|
+
* [ModifyPrivateNatGatewayTranslationNatRule](https://cloud.tencent.com/document/api/215/107887)
|
|
126
|
+
|
|
127
|
+
新增数据结构:
|
|
128
|
+
|
|
129
|
+
* [DestinationIpPortTranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#DestinationIpPortTranslationNatRuleDiff)
|
|
130
|
+
* [LocalDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#LocalDestinationIpPortTranslationNatRule)
|
|
131
|
+
* [NatRegionInfoWithArea](https://cloud.tencent.com/document/api/215/15824#NatRegionInfoWithArea)
|
|
132
|
+
* [PrivateNatDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#PrivateNatDestinationIpPortTranslationNatRule)
|
|
133
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
134
|
+
* [PrivateNatGatewayLimit](https://cloud.tencent.com/document/api/215/15824#PrivateNatGatewayLimit)
|
|
135
|
+
* [TranslationAclRule](https://cloud.tencent.com/document/api/215/15824#TranslationAclRule)
|
|
136
|
+
* [TranslationNatRule](https://cloud.tencent.com/document/api/215/15824#TranslationNatRule)
|
|
137
|
+
* [TranslationNatRuleDiff](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleDiff)
|
|
138
|
+
* [TranslationNatRuleInput](https://cloud.tencent.com/document/api/215/15824#TranslationNatRuleInput)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
143
|
+
|
|
144
|
+
### 第 91 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2024-07-02 01:27:59
|
|
147
|
+
|
|
148
|
+
本次发布包含了以下内容:
|
|
149
|
+
|
|
150
|
+
改善已有的文档。
|
|
151
|
+
|
|
152
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
153
|
+
|
|
154
|
+
* ModifyAccessPeriod
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
159
|
+
|
|
160
|
+
### 第 99 次发布
|
|
161
|
+
|
|
162
|
+
发布时间:2024-07-02 01:28:21
|
|
163
|
+
|
|
164
|
+
本次发布包含了以下内容:
|
|
165
|
+
|
|
166
|
+
改善已有的文档。
|
|
167
|
+
|
|
168
|
+
新增接口:
|
|
169
|
+
|
|
170
|
+
* [DescribeDutyScheduleDetails](https://cloud.tencent.com/document/api/1267/107907)
|
|
171
|
+
* [DescribeDutyScheduleList](https://cloud.tencent.com/document/api/1267/107906)
|
|
172
|
+
|
|
173
|
+
新增数据结构:
|
|
174
|
+
|
|
175
|
+
* [Duty](https://cloud.tencent.com/document/api/1267/76336#Duty)
|
|
176
|
+
* [DutyPerson](https://cloud.tencent.com/document/api/1267/76336#DutyPerson)
|
|
177
|
+
* [DutySchedule](https://cloud.tencent.com/document/api/1267/76336#DutySchedule)
|
|
178
|
+
* [DutyScheduleData](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleData)
|
|
179
|
+
* [DutyScheduleDetailsInfo](https://cloud.tencent.com/document/api/1267/76336#DutyScheduleDetailsInfo)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
# Release 4.0.886
|
|
184
|
+
|
|
185
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
186
|
+
|
|
187
|
+
### 第 68 次发布
|
|
188
|
+
|
|
189
|
+
发布时间:2024-07-01 01:15:45
|
|
190
|
+
|
|
191
|
+
本次发布包含了以下内容:
|
|
192
|
+
|
|
193
|
+
改善已有的文档。
|
|
194
|
+
|
|
195
|
+
修改接口:
|
|
196
|
+
|
|
197
|
+
* [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
|
|
198
|
+
|
|
199
|
+
* 新增入参:KeepMonitorButNotRecoverProcess
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
205
|
+
|
|
206
|
+
### 第 71 次发布
|
|
207
|
+
|
|
208
|
+
发布时间:2024-07-01 01:17:32
|
|
209
|
+
|
|
210
|
+
本次发布包含了以下内容:
|
|
211
|
+
|
|
212
|
+
改善已有的文档。
|
|
213
|
+
|
|
214
|
+
修改接口:
|
|
215
|
+
|
|
216
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
217
|
+
|
|
218
|
+
* 新增出参:TWeCallCategoryPkgList
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
新增数据结构:
|
|
222
|
+
|
|
223
|
+
* [TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
228
|
+
|
|
229
|
+
### 第 16 次发布
|
|
230
|
+
|
|
231
|
+
发布时间:2024-06-28 15:23:39
|
|
232
|
+
|
|
233
|
+
本次发布包含了以下内容:
|
|
234
|
+
|
|
235
|
+
改善已有的文档。
|
|
236
|
+
|
|
237
|
+
新增接口:
|
|
238
|
+
|
|
239
|
+
* [QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)
|
|
240
|
+
* [SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)
|
|
241
|
+
|
|
242
|
+
新增数据结构:
|
|
243
|
+
|
|
244
|
+
* [ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)
|
|
245
|
+
* [ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)
|
|
246
|
+
* [SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
251
|
+
|
|
252
|
+
### 第 22 次发布
|
|
253
|
+
|
|
254
|
+
发布时间:2024-07-01 01:22:01
|
|
255
|
+
|
|
256
|
+
本次发布包含了以下内容:
|
|
257
|
+
|
|
258
|
+
改善已有的文档。
|
|
259
|
+
|
|
260
|
+
新增接口:
|
|
261
|
+
|
|
262
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
263
|
+
* [DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)
|
|
264
|
+
* [ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)
|
|
265
|
+
* [UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)
|
|
266
|
+
|
|
267
|
+
新增数据结构:
|
|
268
|
+
|
|
269
|
+
* [BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
274
|
+
|
|
275
|
+
### 第 61 次发布
|
|
276
|
+
|
|
277
|
+
发布时间:2024-07-01 01:22:30
|
|
278
|
+
|
|
279
|
+
本次发布包含了以下内容:
|
|
280
|
+
|
|
281
|
+
改善已有的文档。
|
|
282
|
+
|
|
283
|
+
修改数据结构:
|
|
284
|
+
|
|
285
|
+
* [BindResourceRegionResult](https://cloud.tencent.com/document/api/400/41679#BindResourceRegionResult)
|
|
286
|
+
|
|
287
|
+
* 新增成员:Error
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
1
292
|
# Release 4.0.885
|
|
2
293
|
|
|
3
294
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|