tencentcloud-sdk-nodejs 4.0.417 → 4.0.420

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 (97) hide show
  1. package/CHANGELOG.md +590 -0
  2. package/README.md +3 -3
  3. package/SERVICE_CHANGELOG.md +553 -288
  4. package/package.json +1 -1
  5. package/products.md +30 -30
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/services/ams/v20201229/ams_models.ts +5 -0
  8. package/src/services/bma/v20210624/bma_client.ts +20 -8
  9. package/src/services/bma/v20210624/bma_models.ts +100 -50
  10. package/src/services/captcha/v20190722/captcha_models.ts +0 -1
  11. package/src/services/ccc/v20200210/ccc_models.ts +6 -1
  12. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +70 -1
  15. package/src/services/clb/v20180317/clb_models.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +6 -1
  17. package/src/services/cvm/v20170312/cvm_models.ts +10 -3
  18. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +18 -0
  20. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  21. package/src/services/dasb/v20191018/dasb_models.ts +116 -0
  22. package/src/services/eis/v20210601/eis_models.ts +13 -0
  23. package/src/services/es/v20180416/es_client.ts +1 -0
  24. package/src/services/es/v20180416/es_models.ts +64 -0
  25. package/src/services/ess/v20201111/ess_models.ts +2 -2
  26. package/src/services/gme/v20180711/gme_client.ts +21 -61
  27. package/src/services/gme/v20180711/gme_models.ts +50 -236
  28. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  29. package/src/services/iotcloud/v20210408/iotcloud_models.ts +25 -0
  30. package/src/services/live/v20180801/live_client.ts +2 -1
  31. package/src/services/live/v20180801/live_models.ts +88 -5
  32. package/src/services/monitor/v20180724/monitor_client.ts +909 -495
  33. package/src/services/monitor/v20180724/monitor_models.ts +1606 -403
  34. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  35. package/src/services/partners/v20180321/partners_models.ts +5 -4
  36. package/src/services/sms/v20210111/sms_client.ts +14 -0
  37. package/src/services/sms/v20210111/sms_models.ts +50 -0
  38. package/src/services/ssa/v20180608/ssa_models.ts +1 -1
  39. package/src/services/teo/v20220106/teo_client.ts +3 -2
  40. package/src/services/teo/v20220106/teo_models.ts +252 -183
  41. package/src/services/tiia/v20190529/tiia_models.ts +6 -1
  42. package/src/services/tione/v20211111/tione_models.ts +2 -2
  43. package/src/services/tke/v20180525/tke_client.ts +54 -42
  44. package/src/services/tke/v20180525/tke_models.ts +111 -41
  45. package/src/services/vm/v20201229/vm_models.ts +5 -0
  46. package/src/services/vod/v20180717/vod_models.ts +4 -10
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -0
  50. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
  51. package/tencentcloud/services/bma/v20210624/bma_client.js +9 -3
  52. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +86 -44
  53. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -1
  54. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +58 -1
  57. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -1
  59. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
  60. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -0
  62. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +95 -0
  63. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +11 -0
  64. package/tencentcloud/services/es/v20180416/es_models.d.ts +54 -0
  65. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  66. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +7 -21
  67. package/tencentcloud/services/gme/v20180711/gme_client.js +9 -29
  68. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -200
  69. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  70. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  71. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +22 -0
  72. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  73. package/tencentcloud/services/live/v20180801/live_models.d.ts +77 -5
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +305 -169
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.js +449 -245
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1368 -332
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  78. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +3 -2
  79. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +6 -1
  80. package/tencentcloud/services/sms/v20210111/sms_client.js +7 -0
  81. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +43 -0
  82. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
  83. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  84. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +216 -150
  85. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -1
  86. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  87. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -15
  88. package/tencentcloud/services/tke/v20180525/tke_client.js +27 -21
  89. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +98 -40
  90. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -10
  92. package/test/bma.v20210624.test.js +12 -2
  93. package/test/gme.v20180711.test.js +6 -36
  94. package/test/iotcloud.v20210408.test.js +10 -0
  95. package/test/monitor.v20180724.test.js +492 -152
  96. package/test/sms.v20210111.test.js +10 -0
  97. package/test/tke.v20180525.test.js +30 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,593 @@
1
+ # Release 4.0.420
2
+
3
+ ## 日志服务(cls) 版本:2020-10-16
4
+
5
+ ### 第 28 次发布
6
+
7
+ 发布时间:2022-08-18 06:14:59
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
16
+
17
+ * 新增入参:Compression
18
+
19
+
20
+
21
+
22
+ ## 云监控(monitor) 版本:2018-07-24
23
+
24
+ ### 第 53 次发布
25
+
26
+ 发布时间:2022-08-18 06:31:02
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
35
+ * [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
36
+ * [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
37
+ * [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
38
+ * [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
39
+ * [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
40
+ * [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
41
+ * [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
42
+ * [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
43
+ * [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
44
+ * [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
45
+ * [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
46
+ * [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
47
+ * [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
48
+ * [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
49
+ * [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
50
+ * [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
51
+ * [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
52
+ * [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
53
+ * [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
54
+ * [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
55
+ * [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
56
+ * [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
57
+ * [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
58
+ * [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
59
+ * [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
60
+ * [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
61
+ * [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
62
+ * [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
63
+ * [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
64
+ * [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
65
+ * [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
66
+ * [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
67
+ * [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
68
+
69
+ 修改接口:
70
+
71
+ * [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
72
+
73
+ * <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
74
+
75
+ * [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
76
+
77
+ * <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
78
+
79
+
80
+ 新增数据结构:
81
+
82
+ * [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
83
+ * [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
84
+ * [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
85
+ * [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
86
+ * [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
87
+ * [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
88
+
89
+
90
+
91
+ ## 容器服务(tke) 版本:2018-05-25
92
+
93
+ ### 第 117 次发布
94
+
95
+ 发布时间:2022-08-18 06:44:32
96
+
97
+ 本次发布包含了以下内容:
98
+
99
+ 改善已有的文档。
100
+
101
+ 修改接口:
102
+
103
+ * [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
104
+
105
+ * 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
106
+
107
+
108
+
109
+
110
+ # Release 4.0.419
111
+
112
+ ## 品牌经营管家(bma) 版本:2021-06-24
113
+
114
+ ### 第 5 次发布
115
+
116
+ 发布时间:2022-08-17 06:09:30
117
+
118
+ 本次发布包含了以下内容:
119
+
120
+ 改善已有的文档。
121
+
122
+ 新增接口:
123
+
124
+ * [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
125
+
126
+
127
+
128
+ ## 云呼叫中心(ccc) 版本:2020-02-10
129
+
130
+ ### 第 29 次发布
131
+
132
+ 发布时间:2022-08-17 06:11:23
133
+
134
+ 本次发布包含了以下内容:
135
+
136
+ 改善已有的文档。
137
+
138
+ 修改接口:
139
+
140
+ * [DescribeStaffInfoList](https://cloud.tencent.com/document/api/679/53309)
141
+
142
+ * 新增入参:SkillGroupId
143
+
144
+
145
+
146
+
147
+ ## 云服务器(cvm) 版本:2017-03-12
148
+
149
+ ### 第 93 次发布
150
+
151
+ 发布时间:2022-08-17 06:17:00
152
+
153
+ 本次发布包含了以下内容:
154
+
155
+ 改善已有的文档。
156
+
157
+ 修改接口:
158
+
159
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
160
+
161
+ * 新增入参:ImageName
162
+
163
+
164
+
165
+
166
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
167
+
168
+ ### 第 22 次发布
169
+
170
+ 发布时间:2022-08-17 06:24:51
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ <font color="#dd0000">**删除接口**:</font>
177
+
178
+ * DescribeFilterResult
179
+ * DescribeFilterResultList
180
+ * VoiceFilter
181
+
182
+ <font color="#dd0000">**删除数据结构**:</font>
183
+
184
+ * VoiceFilter
185
+ * VoiceFilterInfo
186
+
187
+
188
+
189
+ ## 云直播(live) 版本:2018-08-01
190
+
191
+ ### 第 86 次发布
192
+
193
+ 发布时间:2022-08-17 06:29:38
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 修改接口:
200
+
201
+ * [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
202
+
203
+ * 新增入参:WatermarkList
204
+
205
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
206
+
207
+ * 新增入参:WatermarkList
208
+
209
+
210
+ 新增数据结构:
211
+
212
+ * [PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)
213
+
214
+ 修改数据结构:
215
+
216
+ * [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
217
+
218
+ * 新增成员:BackupSourceType, BackupSourceUrl, WatermarkList
219
+
220
+
221
+
222
+
223
+ ## 短信(sms) 版本:2021-01-11
224
+
225
+ ### 第 5 次发布
226
+
227
+ 发布时间:2022-08-17 06:36:01
228
+
229
+ 本次发布包含了以下内容:
230
+
231
+ 改善已有的文档。
232
+
233
+ 新增接口:
234
+
235
+ * [ReportConversion](https://cloud.tencent.com/document/api/382/79152)
236
+
237
+ 新增数据结构:
238
+
239
+ * [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
240
+
241
+
242
+
243
+ ## 短信(sms) 版本:2019-07-11
244
+
245
+
246
+
247
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
248
+
249
+ ### 第 19 次发布
250
+
251
+ 发布时间:2022-08-17 06:41:13
252
+
253
+ 本次发布包含了以下内容:
254
+
255
+ 改善已有的文档。
256
+
257
+ 新增数据结构:
258
+
259
+ * [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
260
+
261
+ 修改数据结构:
262
+
263
+ * [DdosRule](https://cloud.tencent.com/document/api/1552/73155#DdosRule)
264
+
265
+ * 新增成员:DdosSpeedLimit
266
+
267
+
268
+
269
+
270
+ ## 容器服务(tke) 版本:2018-05-25
271
+
272
+ ### 第 116 次发布
273
+
274
+ 发布时间:2022-08-17 06:42:44
275
+
276
+ 本次发布包含了以下内容:
277
+
278
+ 改善已有的文档。
279
+
280
+ 新增接口:
281
+
282
+ * [CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)
283
+
284
+
285
+
286
+ # Release 4.0.418
287
+
288
+ ## 音频内容检测(ams) 版本:2020-12-29
289
+
290
+ ### 第 8 次发布
291
+
292
+ 发布时间:2022-08-16 06:06:52
293
+
294
+ 本次发布包含了以下内容:
295
+
296
+ 改善已有的文档。
297
+
298
+ 修改数据结构:
299
+
300
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
301
+
302
+ * 新增成员:Suggestion
303
+
304
+
305
+
306
+
307
+ ## 音频内容检测(ams) 版本:2020-06-08
308
+
309
+
310
+
311
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
312
+
313
+ ### 第 51 次发布
314
+
315
+ 发布时间:2022-08-16 06:14:00
316
+
317
+ 本次发布包含了以下内容:
318
+
319
+ 改善已有的文档。
320
+
321
+ 新增数据结构:
322
+
323
+ * [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
324
+
325
+ 修改数据结构:
326
+
327
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
328
+
329
+ * 新增成员:TableMappings, UseTableMapping
330
+
331
+ * <font color="#dd0000">**修改成员**:</font>Topic
332
+
333
+ * [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
334
+
335
+ * 新增成员:SelfBuilt
336
+
337
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
338
+
339
+ * 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
340
+
341
+ * [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
342
+
343
+ * 新增成员:SelfBuilt
344
+
345
+
346
+
347
+
348
+ ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
349
+
350
+ ### 第 22 次发布
351
+
352
+ 发布时间:2022-08-16 06:18:39
353
+
354
+ 本次发布包含了以下内容:
355
+
356
+ 改善已有的文档。
357
+
358
+ 修改数据结构:
359
+
360
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
361
+
362
+ * 新增成员:UniqSubnetId, UniqVpcId, Description
363
+
364
+
365
+
366
+
367
+ ## 堡垒机(dasb) 版本:2019-10-18
368
+
369
+ ### 第 3 次发布
370
+
371
+ 发布时间:2022-08-16 06:19:02
372
+
373
+ 本次发布包含了以下内容:
374
+
375
+ 改善已有的文档。
376
+
377
+ 修改接口:
378
+
379
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
380
+
381
+ * 新增入参:DepartmentId
382
+
383
+ * [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
384
+
385
+ * 新增入参:DepartmentId
386
+
387
+ * [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
388
+
389
+ * 新增入参:DepartmentId
390
+
391
+ * [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
392
+
393
+ * 新增入参:DepartmentId
394
+
395
+ * [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
396
+
397
+ * 新增入参:DepartmentId
398
+
399
+ * [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
400
+
401
+ * 新增入参:DepartmentId
402
+
403
+ * [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
404
+
405
+ * 新增入参:DepartmentId
406
+
407
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
408
+
409
+ * 新增入参:DepartmentId
410
+
411
+ * [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
412
+
413
+ * 新增入参:DepartmentId
414
+
415
+ * [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
416
+
417
+ * 新增入参:DepartmentId
418
+
419
+ * [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
420
+
421
+ * 新增入参:DepartmentId
422
+
423
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
424
+
425
+ * 新增入参:DepartmentId
426
+
427
+ * [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
428
+
429
+ * 新增入参:DepartmentId
430
+
431
+
432
+ 新增数据结构:
433
+
434
+ * [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
435
+
436
+ 修改数据结构:
437
+
438
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
439
+
440
+ * 新增成员:Department
441
+
442
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
443
+
444
+ * 新增成员:Department
445
+
446
+ * [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
447
+
448
+ * 新增成员:Department
449
+
450
+ * [User](https://cloud.tencent.com/document/api/1025/74416#User)
451
+
452
+ * 新增成员:Department, DepartmentId
453
+
454
+
455
+
456
+
457
+ ## 企业集成服务(eis) 版本:2021-06-01
458
+
459
+ ### 第 4 次发布
460
+
461
+ 发布时间:2022-08-16 06:23:41
462
+
463
+ 本次发布包含了以下内容:
464
+
465
+ 改善已有的文档。
466
+
467
+ 修改接口:
468
+
469
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
470
+
471
+ * 新增入参:GroupId, Status
472
+
473
+
474
+
475
+
476
+ ## 企业集成服务(eis) 版本:2020-07-15
477
+
478
+
479
+
480
+ ## Elasticsearch Service(es) 版本:2018-04-16
481
+
482
+ ### 第 33 次发布
483
+
484
+ 发布时间:2022-08-16 06:24:00
485
+
486
+ 本次发布包含了以下内容:
487
+
488
+ 改善已有的文档。
489
+
490
+ 修改接口:
491
+
492
+ * [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
493
+
494
+ * 新增入参:RolloverBackingIndex
495
+
496
+
497
+ 新增数据结构:
498
+
499
+ * [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
500
+
501
+ 修改数据结构:
502
+
503
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
504
+
505
+ * 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
506
+
507
+
508
+
509
+
510
+ ## 物联网通信(iotcloud) 版本:2021-04-08
511
+
512
+ ### 第 6 次发布
513
+
514
+ 发布时间:2022-08-16 06:27:22
515
+
516
+ 本次发布包含了以下内容:
517
+
518
+ 改善已有的文档。
519
+
520
+ 新增接口:
521
+
522
+ * [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
523
+
524
+
525
+
526
+ ## 物联网通信(iotcloud) 版本:2018-06-14
527
+
528
+
529
+
530
+ ## 文字识别(ocr) 版本:2018-11-19
531
+
532
+ ### 第 75 次发布
533
+
534
+ 发布时间:2022-08-16 06:34:58
535
+
536
+ 本次发布包含了以下内容:
537
+
538
+ 改善已有的文档。
539
+
540
+ 修改接口:
541
+
542
+ * [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
543
+
544
+ * 新增入参:ReturnFullText
545
+
546
+
547
+
548
+
549
+ ## 图像分析(tiia) 版本:2019-05-29
550
+
551
+ ### 第 27 次发布
552
+
553
+ 发布时间:2022-08-16 06:45:30
554
+
555
+ 本次发布包含了以下内容:
556
+
557
+ 改善已有的文档。
558
+
559
+ 修改数据结构:
560
+
561
+ * [Box](https://cloud.tencent.com/document/api/865/35474#Box)
562
+
563
+ * 新增成员:CategoryId
564
+
565
+
566
+
567
+
568
+ ## 视频内容安全(vm) 版本:2020-12-29
569
+
570
+ ### 第 6 次发布
571
+
572
+ 发布时间:2022-08-16 06:49:06
573
+
574
+ 本次发布包含了以下内容:
575
+
576
+ 改善已有的文档。
577
+
578
+ 修改数据结构:
579
+
580
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
581
+
582
+ * 新增成员:Suggestion
583
+
584
+
585
+
586
+
587
+ ## 视频内容安全(vm) 版本:2020-07-09
588
+
589
+
590
+
1
591
  # Release 4.0.417
2
592
 
3
593
  ## 音频内容检测(ams) 版本:2020-12-29
package/README.md CHANGED
@@ -114,7 +114,7 @@ async function main(){
114
114
 
115
115
  ## 代理
116
116
 
117
- 如果是有代理的环境下,需要设置系统环境变量 `https_proxy` ,否则可能无法正常调用,抛出连接超时的异常。
117
+ 如果是有代理的环境下,需要设置系统环境变量 `http_proxy` ,否则可能无法正常调用,抛出连接超时的异常。
118
118
 
119
119
  # 旧版 SDK
120
120
 
@@ -142,8 +142,8 @@ async function main(){
142
142
  # windows powershell
143
143
  $env:NODE_DEBUG='http' ; node app.js
144
144
  ```
145
- 如需要配置代理,请设置环境变量 `https_proxy`,例如:
145
+ 如需要配置代理,请设置环境变量 `http_proxy`,例如:
146
146
  ```sh
147
147
  # MacOS
148
- https_proxy=http://代理地址:代理端口 node app.js
148
+ http_proxy=http://代理地址:代理端口 node app.js
149
149
  ```