tencentcloud-sdk-nodejs 4.0.697 → 4.0.699

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 (81) hide show
  1. package/CHANGELOG.md +358 -0
  2. package/SERVICE_CHANGELOG.md +428 -96
  3. package/package.json +1 -1
  4. package/products.md +16 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +117 -12
  7. package/src/services/as/v20180419/as_models.ts +425 -66
  8. package/src/services/cdwpg/index.ts +5 -0
  9. package/src/services/cdwpg/v20201230/cdwpg_client.ts +59 -0
  10. package/src/services/cdwpg/v20201230/cdwpg_models.ts +187 -0
  11. package/src/services/cdwpg/v20201230/index.ts +6 -0
  12. package/src/services/dbbrain/v20210527/dbbrain_client.ts +53 -12
  13. package/src/services/dbbrain/v20210527/dbbrain_models.ts +372 -82
  14. package/src/services/emr/v20190103/emr_client.ts +1 -0
  15. package/src/services/emr/v20190103/emr_models.ts +24 -3
  16. package/src/services/ess/v20201111/ess_client.ts +36 -24
  17. package/src/services/ess/v20201111/ess_models.ts +111 -72
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -0
  20. package/src/services/iai/v20200303/iai_client.ts +0 -1
  21. package/src/services/iai/v20200303/iai_models.ts +46 -46
  22. package/src/services/index.ts +1 -0
  23. package/src/services/live/v20180801/live_client.ts +1 -2
  24. package/src/services/live/v20180801/live_models.ts +5 -0
  25. package/src/services/mps/v20190612/mps_models.ts +59 -29
  26. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  27. package/src/services/tcb/v20180608/tcb_client.ts +3 -1
  28. package/src/services/tcb/v20180608/tcb_models.ts +43 -6
  29. package/src/services/teo/v20220901/teo_client.ts +2 -0
  30. package/src/services/teo/v20220901/teo_models.ts +64 -8
  31. package/src/services/tke/v20180525/tke_client.ts +179 -63
  32. package/src/services/tke/v20180525/tke_models.ts +862 -145
  33. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  34. package/src/services/vpc/v20170312/vpc_models.ts +67 -3
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/as/v20180419/as_client.d.ts +48 -4
  38. package/tencentcloud/services/as/v20180419/as_client.js +62 -4
  39. package/tencentcloud/services/as/v20180419/as_models.d.ts +406 -66
  40. package/tencentcloud/services/cdwpg/index.d.ts +6 -0
  41. package/tencentcloud/services/cdwpg/index.js +7 -0
  42. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +18 -0
  43. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +43 -0
  44. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +163 -0
  45. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.js +18 -0
  46. package/tencentcloud/services/cdwpg/v20201230/index.d.ts +6 -0
  47. package/tencentcloud/services/cdwpg/v20201230/index.js +9 -0
  48. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +15 -3
  49. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +21 -3
  50. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +361 -82
  51. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +23 -3
  52. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -18
  53. package/tencentcloud/services/ess/v20201111/ess_client.js +24 -18
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +109 -72
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -0
  58. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +0 -1
  59. package/tencentcloud/services/iai/v20200303/iai_client.js +0 -1
  60. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +46 -46
  61. package/tencentcloud/services/index.d.ts +1 -0
  62. package/tencentcloud/services/index.js +2 -0
  63. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -2
  64. package/tencentcloud/services/live/v20180801/live_client.js +1 -2
  65. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  66. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +59 -29
  67. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  68. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +1 -1
  69. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +41 -6
  70. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +62 -8
  71. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +55 -19
  72. package/tencentcloud/services/tke/v20180525/tke_client.js +81 -27
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +844 -153
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  75. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +67 -3
  76. package/test/as.v20180419.test.js +72 -2
  77. package/test/cdwpg.v20201230.test.js +41 -0
  78. package/test/dbbrain.v20210527.test.js +32 -2
  79. package/test/ess.v20201111.test.js +12 -2
  80. package/test/essbasic.v20210526.test.js +10 -0
  81. package/test/tke.v20180525.test.js +108 -18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,361 @@
1
+ # Release 4.0.699
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 68 次发布
6
+
7
+ 发布时间:2023-09-28 01:06:16
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CancelInstanceRefresh](https://cloud.tencent.com/document/api/377/99176)
16
+ * [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175)
17
+ * [ExitStandby](https://cloud.tencent.com/document/api/377/99177)
18
+ * [ResumeInstanceRefresh](https://cloud.tencent.com/document/api/377/99174)
19
+ * [RollbackInstanceRefresh](https://cloud.tencent.com/document/api/377/99173)
20
+ * [StartInstanceRefresh](https://cloud.tencent.com/document/api/377/99172)
21
+ * [StopInstanceRefresh](https://cloud.tencent.com/document/api/377/99171)
22
+
23
+ 新增数据结构:
24
+
25
+ * [RefreshActivity](https://cloud.tencent.com/document/api/377/20453#RefreshActivity)
26
+ * [RefreshBatch](https://cloud.tencent.com/document/api/377/20453#RefreshBatch)
27
+ * [RefreshBatchRelatedInstance](https://cloud.tencent.com/document/api/377/20453#RefreshBatchRelatedInstance)
28
+ * [RefreshSettings](https://cloud.tencent.com/document/api/377/20453#RefreshSettings)
29
+ * [RollingUpdateSettings](https://cloud.tencent.com/document/api/377/20453#RollingUpdateSettings)
30
+
31
+
32
+
33
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
34
+
35
+ ### 第 51 次发布
36
+
37
+ 发布时间:2023-09-28 01:13:27
38
+
39
+ 本次发布包含了以下内容:
40
+
41
+ 改善已有的文档。
42
+
43
+ 修改接口:
44
+
45
+ * [ModifyResourcesTags](https://cloud.tencent.com/document/api/589/96242)
46
+
47
+ * 新增出参:ClusterToFlowIdList
48
+
49
+
50
+ 新增数据结构:
51
+
52
+ * [ClusterIDToFlowID](https://cloud.tencent.com/document/api/589/33981#ClusterIDToFlowID)
53
+
54
+
55
+
56
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
57
+
58
+ ### 第 123 次发布
59
+
60
+ 发布时间:2023-09-28 01:13:45
61
+
62
+ 本次发布包含了以下内容:
63
+
64
+ 改善已有的文档。
65
+
66
+ 新增接口:
67
+
68
+ * [CreateOrganizationInfoChangeUrl](https://cloud.tencent.com/document/api/1323/99178)
69
+
70
+
71
+
72
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
73
+
74
+ ### 第 115 次发布
75
+
76
+ 发布时间:2023-09-28 01:14:02
77
+
78
+ 本次发布包含了以下内容:
79
+
80
+ 改善已有的文档。
81
+
82
+ 新增接口:
83
+
84
+ * [CreateChannelOrganizationInfoChangeUrl](https://cloud.tencent.com/document/api/1420/99179)
85
+
86
+
87
+
88
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
89
+
90
+
91
+
92
+ ## 云直播CSS(live) 版本:2018-08-01
93
+
94
+ ### 第 112 次发布
95
+
96
+ 发布时间:2023-09-28 01:17:11
97
+
98
+ 本次发布包含了以下内容:
99
+
100
+ 改善已有的文档。
101
+
102
+ 修改接口:
103
+
104
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
105
+
106
+ * 新增入参:ToUrl
107
+
108
+
109
+
110
+
111
+ ## 媒体处理(mps) 版本:2019-06-12
112
+
113
+ ### 第 73 次发布
114
+
115
+ 发布时间:2023-09-28 01:18:13
116
+
117
+ 本次发布包含了以下内容:
118
+
119
+ 改善已有的文档。
120
+
121
+ 修改数据结构:
122
+
123
+ * [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
124
+
125
+ * 新增成员:SecurityGroupIds
126
+
127
+ * [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
128
+
129
+ * 新增成员:SecurityGroupIds
130
+
131
+ * [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
132
+
133
+ * 新增成员:SecurityGroupIds
134
+
135
+ * [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
136
+
137
+ * 新增成员:SecurityGroupIds
138
+
139
+ * <font color="#dd0000">**修改成员**:</font>MaxConcurrent
140
+
141
+ * [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
142
+
143
+ * 新增成员:SecurityGroupIds
144
+
145
+ * [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
146
+
147
+ * 新增成员:SecurityGroupIds
148
+
149
+
150
+
151
+
152
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
153
+
154
+ ### 第 100 次发布
155
+
156
+ 发布时间:2023-09-28 01:21:31
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 新增数据结构:
163
+
164
+ * [CustomHeader](https://cloud.tencent.com/document/api/876/34822#CustomHeader)
165
+ * [CustomRequestToAdd](https://cloud.tencent.com/document/api/876/34822#CustomRequestToAdd)
166
+
167
+ 修改数据结构:
168
+
169
+ * [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
170
+
171
+ * 新增成员:CustomHeader
172
+
173
+
174
+
175
+
176
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
177
+
178
+ ### 第 55 次发布
179
+
180
+ 发布时间:2023-09-28 01:23:06
181
+
182
+ 本次发布包含了以下内容:
183
+
184
+ 改善已有的文档。
185
+
186
+ 修改数据结构:
187
+
188
+ * [RuleCondition](https://cloud.tencent.com/document/api/1552/80721#RuleCondition)
189
+
190
+
191
+
192
+
193
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
194
+
195
+
196
+
197
+ ## 容器服务(tke) 版本:2018-05-25
198
+
199
+ ### 第 161 次发布
200
+
201
+ 发布时间:2023-09-27 22:00:52
202
+
203
+ 本次发布包含了以下内容:
204
+
205
+ 改善已有的文档。
206
+
207
+ 新增接口:
208
+
209
+ * [CreateReservedInstances](https://cloud.tencent.com/document/api/457/99167)
210
+ * [DeleteReservedInstances](https://cloud.tencent.com/document/api/457/99166)
211
+ * [DescribePodDeductionRate](https://cloud.tencent.com/document/api/457/99165)
212
+ * [DescribePodsBySpec](https://cloud.tencent.com/document/api/457/99164)
213
+ * [DescribePostNodeResources](https://cloud.tencent.com/document/api/457/99168)
214
+ * [DescribeRIUtilizationDetail](https://cloud.tencent.com/document/api/457/99163)
215
+ * [DescribeReservedInstances](https://cloud.tencent.com/document/api/457/99162)
216
+ * [ModifyReservedInstanceScope](https://cloud.tencent.com/document/api/457/99161)
217
+ * [RenewReservedInstances](https://cloud.tencent.com/document/api/457/99158)
218
+
219
+ 修改接口:
220
+
221
+ * [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
222
+
223
+ * 新增入参:PreStartUserScript
224
+
225
+
226
+ 新增数据结构:
227
+
228
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/457/31866#InstanceChargePrepaid)
229
+ * [PodDeductionRate](https://cloud.tencent.com/document/api/457/31866#PodDeductionRate)
230
+ * [PodNodeInfo](https://cloud.tencent.com/document/api/457/31866#PodNodeInfo)
231
+ * [RIUtilizationDetail](https://cloud.tencent.com/document/api/457/31866#RIUtilizationDetail)
232
+ * [ReservedInstance](https://cloud.tencent.com/document/api/457/31866#ReservedInstance)
233
+ * [ReservedInstanceScope](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceScope)
234
+ * [ReservedInstanceSpec](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceSpec)
235
+ * [SuperNodeResource](https://cloud.tencent.com/document/api/457/31866#SuperNodeResource)
236
+
237
+ 修改数据结构:
238
+
239
+ * [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
240
+
241
+ * 新增成员:ExtraArgs, GPUArgs, DockerGraphPath, DataDisks, Unschedulable, PreStartUserScript
242
+
243
+
244
+
245
+
246
+ ## 私有网络(vpc) 版本:2017-03-12
247
+
248
+ ### 第 174 次发布
249
+
250
+ 发布时间:2023-09-28 01:25:40
251
+
252
+ 本次发布包含了以下内容:
253
+
254
+ 改善已有的文档。
255
+
256
+ 修改接口:
257
+
258
+ * [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
259
+
260
+ * 新增入参:SourceVpcId, PeeringConnectionName, DestinationVpcId, DestinationUin, DestinationRegion, Bandwidth, Type, ChargeType, QosLevel
261
+
262
+ * 新增出参:PeeringConnectionId
263
+
264
+ * [ModifyVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96022)
265
+
266
+ * 新增入参:PeeringConnectionId, PeeringConnectionName, Bandwidth, ChargeType
267
+
268
+ * [RejectVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96021)
269
+
270
+ * 新增入参:PeeringConnectionId
271
+
272
+
273
+
274
+
275
+ # Release 4.0.698
276
+
277
+ ## 云数据仓库 PostgreSQL(cdwpg) 版本:2020-12-30
278
+
279
+ ### 第 1 次发布
280
+
281
+ 发布时间:2023-09-27 11:25:41
282
+
283
+ 本次发布包含了以下内容:
284
+
285
+ 改善已有的文档。
286
+
287
+ 新增接口:
288
+
289
+ * [CreateInstanceByApi](https://cloud.tencent.com/document/api/878/98894)
290
+ * [DestroyInstanceByApi](https://cloud.tencent.com/document/api/878/98893)
291
+
292
+ 新增数据结构:
293
+
294
+ * [CBSSpec](https://cloud.tencent.com/document/api/878/98895#CBSSpec)
295
+ * [ChargeProperties](https://cloud.tencent.com/document/api/878/98895#ChargeProperties)
296
+ * [ResourceSpecNew](https://cloud.tencent.com/document/api/878/98895#ResourceSpecNew)
297
+ * [Tag](https://cloud.tencent.com/document/api/878/98895#Tag)
298
+
299
+
300
+
301
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
302
+
303
+ ### 第 26 次发布
304
+
305
+ 发布时间:2023-09-27 12:20:53
306
+
307
+ 本次发布包含了以下内容:
308
+
309
+ 改善已有的文档。
310
+
311
+ 新增接口:
312
+
313
+ * [DescribeIndexRecommendAggregationSlowLogs](https://cloud.tencent.com/document/api/1130/98912)
314
+ * [DescribeIndexRecommendInfo](https://cloud.tencent.com/document/api/1130/98911)
315
+ * [DescribeRedisProcessList](https://cloud.tencent.com/document/api/1130/98909)
316
+
317
+ 新增数据结构:
318
+
319
+ * [Aggregation](https://cloud.tencent.com/document/api/1130/57812#Aggregation)
320
+ * [IndexesToBuild](https://cloud.tencent.com/document/api/1130/57812#IndexesToBuild)
321
+ * [IndexesToDrop](https://cloud.tencent.com/document/api/1130/57812#IndexesToDrop)
322
+ * [MongoDBIndex](https://cloud.tencent.com/document/api/1130/57812#MongoDBIndex)
323
+ * [Process](https://cloud.tencent.com/document/api/1130/57812#Process)
324
+
325
+
326
+
327
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
328
+
329
+
330
+
331
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
332
+
333
+ ### 第 54 次发布
334
+
335
+ 发布时间:2023-09-27 12:55:42
336
+
337
+ 本次发布包含了以下内容:
338
+
339
+ 改善已有的文档。
340
+
341
+ 新增数据结构:
342
+
343
+ * [AccelerationDomainCertificate](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomainCertificate)
344
+ * [CertificateInfo](https://cloud.tencent.com/document/api/1552/80721#CertificateInfo)
345
+
346
+ 修改数据结构:
347
+
348
+ * [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
349
+
350
+ * 新增成员:Certificate
351
+
352
+
353
+
354
+
355
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
356
+
357
+
358
+
1
359
  # Release 4.0.697
2
360
 
3
361
  ## 商业智能分析 BI(bi) 版本:2022-01-05