tencentcloud-sdk-nodejs 4.0.946 → 4.0.948
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 +244 -0
- package/SERVICE_CHANGELOG.md +227 -164
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ca/index.ts +5 -0
- package/src/services/ca/v20230228/ca_client.ts +68 -0
- package/src/services/ca/v20230228/ca_models.ts +142 -0
- package/src/services/ca/v20230228/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdn/v20180606/cdn_models.ts +16 -0
- package/src/services/cvm/v20170312/cvm_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +12 -12
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -2
- package/src/services/ess/v20201111/ess_models.ts +21 -17
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +11 -0
- package/src/services/ses/v20201002/ses_models.ts +25 -0
- package/src/services/teo/v20220901/teo_client.ts +167 -30
- package/src/services/teo/v20220901/teo_models.ts +658 -199
- package/src/services/vpc/v20170312/vpc_client.ts +338 -70
- package/src/services/vpc/v20170312/vpc_models.ts +983 -302
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ca/index.d.ts +6 -0
- package/tencentcloud/services/ca/index.js +7 -0
- package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
- package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
- package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
- package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
- package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
- package/tencentcloud/services/ca/v20230228/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +12 -12
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +21 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +52 -7
- package/tencentcloud/services/teo/v20220901/teo_client.js +76 -9
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +631 -198
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +915 -282
- package/test/ca.v20230228.test.js +51 -0
- package/test/teo.v20220901.test.js +116 -6
- package/test/vpc.v20170312.test.js +234 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,247 @@
|
|
|
1
|
+
# Release 4.0.948
|
|
2
|
+
|
|
3
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
4
|
+
|
|
5
|
+
### 第 86 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-29 11:32:31
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateFunction](https://cloud.tencent.com/document/api/1552/111389)
|
|
16
|
+
* [CreateFunctionRule](https://cloud.tencent.com/document/api/1552/111388)
|
|
17
|
+
* [DeleteFunction](https://cloud.tencent.com/document/api/1552/111387)
|
|
18
|
+
* [DeleteFunctionRules](https://cloud.tencent.com/document/api/1552/111386)
|
|
19
|
+
* [DescribeFunctionRules](https://cloud.tencent.com/document/api/1552/111385)
|
|
20
|
+
* [DescribeFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111384)
|
|
21
|
+
* [DescribeFunctions](https://cloud.tencent.com/document/api/1552/111383)
|
|
22
|
+
* [HandleFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111382)
|
|
23
|
+
* [ModifyFunction](https://cloud.tencent.com/document/api/1552/111381)
|
|
24
|
+
* [ModifyFunctionRule](https://cloud.tencent.com/document/api/1552/111380)
|
|
25
|
+
* [ModifyFunctionRulePriority](https://cloud.tencent.com/document/api/1552/111379)
|
|
26
|
+
|
|
27
|
+
新增数据结构:
|
|
28
|
+
|
|
29
|
+
* [Function](https://cloud.tencent.com/document/api/1552/80721#Function)
|
|
30
|
+
* [FunctionEnvironmentVariable](https://cloud.tencent.com/document/api/1552/80721#FunctionEnvironmentVariable)
|
|
31
|
+
* [FunctionRule](https://cloud.tencent.com/document/api/1552/80721#FunctionRule)
|
|
32
|
+
* [FunctionRuleCondition](https://cloud.tencent.com/document/api/1552/80721#FunctionRuleCondition)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# Release 4.0.947
|
|
41
|
+
|
|
42
|
+
## 腾讯云CA(ca) 版本:2023-02-28
|
|
43
|
+
|
|
44
|
+
### 第 1 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-09-26 19:47:19
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
新增接口:
|
|
53
|
+
|
|
54
|
+
* [CreateVerifyReport](https://cloud.tencent.com/document/api/1691/111296)
|
|
55
|
+
* [DescribeVerifyReport](https://cloud.tencent.com/document/api/1691/111295)
|
|
56
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1691/111294)
|
|
57
|
+
|
|
58
|
+
新增数据结构:
|
|
59
|
+
|
|
60
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
65
|
+
|
|
66
|
+
### 第 75 次发布
|
|
67
|
+
|
|
68
|
+
发布时间:2024-09-27 01:05:32
|
|
69
|
+
|
|
70
|
+
本次发布包含了以下内容:
|
|
71
|
+
|
|
72
|
+
改善已有的文档。
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [IMCdrInfo](https://cloud.tencent.com/document/api/679/47715#IMCdrInfo)
|
|
77
|
+
|
|
78
|
+
* 新增成员:ClientUserId
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
84
|
+
|
|
85
|
+
### 第 129 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2024-09-27 01:06:23
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
修改数据结构:
|
|
94
|
+
|
|
95
|
+
* [CacheConfigCache](https://cloud.tencent.com/document/api/228/30987#CacheConfigCache)
|
|
96
|
+
|
|
97
|
+
* 新增成员:OriginMtimeCheckType
|
|
98
|
+
|
|
99
|
+
* [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
|
|
100
|
+
|
|
101
|
+
* 新增成员:OriginMtimeCheckType
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
107
|
+
|
|
108
|
+
### 第 131 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2024-09-27 01:09:25
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
修改接口:
|
|
117
|
+
|
|
118
|
+
* [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
|
|
119
|
+
|
|
120
|
+
* 新增入参:CpuTopology
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
126
|
+
|
|
127
|
+
### 第 78 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2024-09-27 01:15:03
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
修改接口:
|
|
136
|
+
|
|
137
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
138
|
+
|
|
139
|
+
* 新增入参:Type
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
145
|
+
|
|
146
|
+
### 第 152 次发布
|
|
147
|
+
|
|
148
|
+
发布时间:2024-09-27 01:23:33
|
|
149
|
+
|
|
150
|
+
本次发布包含了以下内容:
|
|
151
|
+
|
|
152
|
+
改善已有的文档。
|
|
153
|
+
|
|
154
|
+
修改接口:
|
|
155
|
+
|
|
156
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
157
|
+
|
|
158
|
+
* 新增出参:WarnCardInfos
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
164
|
+
|
|
165
|
+
### 第 24 次发布
|
|
166
|
+
|
|
167
|
+
发布时间:2024-09-27 01:25:49
|
|
168
|
+
|
|
169
|
+
本次发布包含了以下内容:
|
|
170
|
+
|
|
171
|
+
改善已有的文档。
|
|
172
|
+
|
|
173
|
+
修改接口:
|
|
174
|
+
|
|
175
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
176
|
+
|
|
177
|
+
* 新增出参:TotalCount, ValidCount, TooLongCount, RepeatCount, InvalidCount
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
183
|
+
|
|
184
|
+
### 第 208 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2024-09-27 01:34:17
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
新增接口:
|
|
193
|
+
|
|
194
|
+
* [CreateCdcLDCXList](https://cloud.tencent.com/document/api/215/111330)
|
|
195
|
+
* [CreateCdcNetPlanes](https://cloud.tencent.com/document/api/215/111329)
|
|
196
|
+
* [CreateHighPriorityRouteTable](https://cloud.tencent.com/document/api/215/111328)
|
|
197
|
+
* [CreateHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111327)
|
|
198
|
+
* [DeleteCdcLDCXList](https://cloud.tencent.com/document/api/215/111326)
|
|
199
|
+
* [DeleteCdcNetPlanes](https://cloud.tencent.com/document/api/215/111325)
|
|
200
|
+
* [DeleteHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111324)
|
|
201
|
+
* [DeleteHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111323)
|
|
202
|
+
* [DescribeCdcLDCXList](https://cloud.tencent.com/document/api/215/111322)
|
|
203
|
+
* [DescribeCdcNetPlanes](https://cloud.tencent.com/document/api/215/111321)
|
|
204
|
+
* [DescribeCdcUsedIdcVlan](https://cloud.tencent.com/document/api/215/111320)
|
|
205
|
+
* [DescribeHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111319)
|
|
206
|
+
* [DescribeHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111318)
|
|
207
|
+
* [DescribeRoutes](https://cloud.tencent.com/document/api/215/111309)
|
|
208
|
+
* [ModifyCdcLDCXAttribute](https://cloud.tencent.com/document/api/215/111317)
|
|
209
|
+
* [ModifyCdcNetPlaneAttribute](https://cloud.tencent.com/document/api/215/111316)
|
|
210
|
+
* [ModifyHighPriorityRouteAttribute](https://cloud.tencent.com/document/api/215/111315)
|
|
211
|
+
* [ModifyHighPriorityRouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/111314)
|
|
212
|
+
* [ModifyHighPriorityRouteTableAttribute](https://cloud.tencent.com/document/api/215/111313)
|
|
213
|
+
* [ReplaceHighPriorityRouteTableAssociation](https://cloud.tencent.com/document/api/215/111312)
|
|
214
|
+
* [ReplaceHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111311)
|
|
215
|
+
* [ResetHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111310)
|
|
216
|
+
|
|
217
|
+
新增数据结构:
|
|
218
|
+
|
|
219
|
+
* [HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem)
|
|
220
|
+
* [HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute)
|
|
221
|
+
* [HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable)
|
|
222
|
+
* [RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm)
|
|
223
|
+
|
|
224
|
+
修改数据结构:
|
|
225
|
+
|
|
226
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
227
|
+
|
|
228
|
+
* 新增成员:CdcId
|
|
229
|
+
|
|
230
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
231
|
+
|
|
232
|
+
* 新增成员:CdcId
|
|
233
|
+
|
|
234
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
235
|
+
|
|
236
|
+
* 新增成员:CdcId
|
|
237
|
+
|
|
238
|
+
* [Route](https://cloud.tencent.com/document/api/215/15824#Route)
|
|
239
|
+
|
|
240
|
+
* 新增成员:CdcId
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
1
245
|
# Release 4.0.946
|
|
2
246
|
|
|
3
247
|
## 主机安全(cwp) 版本:2018-02-28
|