tencentcloud-sdk-nodejs 4.0.418 → 4.0.421
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 +394 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +297 -260
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +20 -8
- package/src/services/bma/v20210624/bma_models.ts +100 -50
- package/src/services/captcha/v20190722/captcha_models.ts +0 -1
- package/src/services/ccc/v20200210/ccc_models.ts +6 -1
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/gme/v20180711/gme_client.ts +21 -61
- package/src/services/gme/v20180711/gme_models.ts +50 -236
- package/src/services/live/v20180801/live_client.ts +2 -1
- package/src/services/live/v20180801/live_models.ts +88 -5
- package/src/services/monitor/v20180724/monitor_client.ts +909 -495
- package/src/services/monitor/v20180724/monitor_models.ts +1606 -403
- package/src/services/partners/v20180321/partners_models.ts +5 -4
- package/src/services/sms/v20210111/sms_client.ts +14 -0
- package/src/services/sms/v20210111/sms_models.ts +50 -0
- package/src/services/teo/v20220106/teo_client.ts +3 -2
- package/src/services/teo/v20220106/teo_models.ts +252 -183
- package/src/services/tke/v20180525/tke_client.ts +54 -42
- package/src/services/tke/v20180525/tke_models.ts +111 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +9 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +86 -44
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +7 -21
- package/tencentcloud/services/gme/v20180711/gme_client.js +9 -29
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -200
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +77 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +305 -169
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +449 -245
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1368 -332
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +3 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +6 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +7 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +43 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +216 -150
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -15
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -21
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +98 -40
- package/test/bma.v20210624.test.js +12 -2
- package/test/gme.v20180711.test.js +6 -36
- package/test/monitor.v20180724.test.js +492 -152
- package/test/sms.v20210111.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,397 @@
|
|
|
1
|
+
# Release 4.0.421
|
|
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.420
|
|
111
|
+
|
|
112
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
113
|
+
|
|
114
|
+
### 第 28 次发布
|
|
115
|
+
|
|
116
|
+
发布时间:2022-08-18 06:14:59
|
|
117
|
+
|
|
118
|
+
本次发布包含了以下内容:
|
|
119
|
+
|
|
120
|
+
改善已有的文档。
|
|
121
|
+
|
|
122
|
+
修改接口:
|
|
123
|
+
|
|
124
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
125
|
+
|
|
126
|
+
* 新增入参:Compression
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
132
|
+
|
|
133
|
+
### 第 53 次发布
|
|
134
|
+
|
|
135
|
+
发布时间:2022-08-18 06:31:02
|
|
136
|
+
|
|
137
|
+
本次发布包含了以下内容:
|
|
138
|
+
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
新增接口:
|
|
142
|
+
|
|
143
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
144
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
145
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
146
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
147
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
148
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
149
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
150
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
151
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
152
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
153
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
154
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
155
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
156
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
157
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
158
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
159
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
160
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
161
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
162
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
163
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
164
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
165
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
166
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
167
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
168
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
169
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
170
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
171
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
172
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
173
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
174
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
175
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
176
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
177
|
+
|
|
178
|
+
修改接口:
|
|
179
|
+
|
|
180
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
181
|
+
|
|
182
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
183
|
+
|
|
184
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
185
|
+
|
|
186
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
新增数据结构:
|
|
190
|
+
|
|
191
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
192
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
193
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
194
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
195
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
196
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
201
|
+
|
|
202
|
+
### 第 117 次发布
|
|
203
|
+
|
|
204
|
+
发布时间:2022-08-18 06:44:32
|
|
205
|
+
|
|
206
|
+
本次发布包含了以下内容:
|
|
207
|
+
|
|
208
|
+
改善已有的文档。
|
|
209
|
+
|
|
210
|
+
修改接口:
|
|
211
|
+
|
|
212
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
213
|
+
|
|
214
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
# Release 4.0.419
|
|
220
|
+
|
|
221
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
222
|
+
|
|
223
|
+
### 第 5 次发布
|
|
224
|
+
|
|
225
|
+
发布时间:2022-08-17 06:09:30
|
|
226
|
+
|
|
227
|
+
本次发布包含了以下内容:
|
|
228
|
+
|
|
229
|
+
改善已有的文档。
|
|
230
|
+
|
|
231
|
+
新增接口:
|
|
232
|
+
|
|
233
|
+
* [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
238
|
+
|
|
239
|
+
### 第 29 次发布
|
|
240
|
+
|
|
241
|
+
发布时间:2022-08-17 06:11:23
|
|
242
|
+
|
|
243
|
+
本次发布包含了以下内容:
|
|
244
|
+
|
|
245
|
+
改善已有的文档。
|
|
246
|
+
|
|
247
|
+
修改接口:
|
|
248
|
+
|
|
249
|
+
* [DescribeStaffInfoList](https://cloud.tencent.com/document/api/679/53309)
|
|
250
|
+
|
|
251
|
+
* 新增入参:SkillGroupId
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
257
|
+
|
|
258
|
+
### 第 93 次发布
|
|
259
|
+
|
|
260
|
+
发布时间:2022-08-17 06:17:00
|
|
261
|
+
|
|
262
|
+
本次发布包含了以下内容:
|
|
263
|
+
|
|
264
|
+
改善已有的文档。
|
|
265
|
+
|
|
266
|
+
修改接口:
|
|
267
|
+
|
|
268
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
269
|
+
|
|
270
|
+
* 新增入参:ImageName
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
276
|
+
|
|
277
|
+
### 第 22 次发布
|
|
278
|
+
|
|
279
|
+
发布时间:2022-08-17 06:24:51
|
|
280
|
+
|
|
281
|
+
本次发布包含了以下内容:
|
|
282
|
+
|
|
283
|
+
改善已有的文档。
|
|
284
|
+
|
|
285
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
286
|
+
|
|
287
|
+
* DescribeFilterResult
|
|
288
|
+
* DescribeFilterResultList
|
|
289
|
+
* VoiceFilter
|
|
290
|
+
|
|
291
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
292
|
+
|
|
293
|
+
* VoiceFilter
|
|
294
|
+
* VoiceFilterInfo
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## 云直播(live) 版本:2018-08-01
|
|
299
|
+
|
|
300
|
+
### 第 86 次发布
|
|
301
|
+
|
|
302
|
+
发布时间:2022-08-17 06:29:38
|
|
303
|
+
|
|
304
|
+
本次发布包含了以下内容:
|
|
305
|
+
|
|
306
|
+
改善已有的文档。
|
|
307
|
+
|
|
308
|
+
修改接口:
|
|
309
|
+
|
|
310
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
311
|
+
|
|
312
|
+
* 新增入参:WatermarkList
|
|
313
|
+
|
|
314
|
+
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
315
|
+
|
|
316
|
+
* 新增入参:WatermarkList
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
新增数据结构:
|
|
320
|
+
|
|
321
|
+
* [PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)
|
|
322
|
+
|
|
323
|
+
修改数据结构:
|
|
324
|
+
|
|
325
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
326
|
+
|
|
327
|
+
* 新增成员:BackupSourceType, BackupSourceUrl, WatermarkList
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
## 短信(sms) 版本:2021-01-11
|
|
333
|
+
|
|
334
|
+
### 第 5 次发布
|
|
335
|
+
|
|
336
|
+
发布时间:2022-08-17 06:36:01
|
|
337
|
+
|
|
338
|
+
本次发布包含了以下内容:
|
|
339
|
+
|
|
340
|
+
改善已有的文档。
|
|
341
|
+
|
|
342
|
+
新增接口:
|
|
343
|
+
|
|
344
|
+
* [ReportConversion](https://cloud.tencent.com/document/api/382/79152)
|
|
345
|
+
|
|
346
|
+
新增数据结构:
|
|
347
|
+
|
|
348
|
+
* [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
## 短信(sms) 版本:2019-07-11
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
357
|
+
|
|
358
|
+
### 第 19 次发布
|
|
359
|
+
|
|
360
|
+
发布时间:2022-08-17 06:41:13
|
|
361
|
+
|
|
362
|
+
本次发布包含了以下内容:
|
|
363
|
+
|
|
364
|
+
改善已有的文档。
|
|
365
|
+
|
|
366
|
+
新增数据结构:
|
|
367
|
+
|
|
368
|
+
* [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
|
|
369
|
+
|
|
370
|
+
修改数据结构:
|
|
371
|
+
|
|
372
|
+
* [DdosRule](https://cloud.tencent.com/document/api/1552/73155#DdosRule)
|
|
373
|
+
|
|
374
|
+
* 新增成员:DdosSpeedLimit
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
380
|
+
|
|
381
|
+
### 第 116 次发布
|
|
382
|
+
|
|
383
|
+
发布时间:2022-08-17 06:42:44
|
|
384
|
+
|
|
385
|
+
本次发布包含了以下内容:
|
|
386
|
+
|
|
387
|
+
改善已有的文档。
|
|
388
|
+
|
|
389
|
+
新增接口:
|
|
390
|
+
|
|
391
|
+
* [CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
1
395
|
# Release 4.0.418
|
|
2
396
|
|
|
3
397
|
## 音频内容检测(ams) 版本:2020-12-29
|
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ async function main(){
|
|
|
114
114
|
|
|
115
115
|
## 代理
|
|
116
116
|
|
|
117
|
-
如果是有代理的环境下,需要设置系统环境变量 `
|
|
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
|
-
如需要配置代理,请设置环境变量 `
|
|
145
|
+
如需要配置代理,请设置环境变量 `http_proxy`,例如:
|
|
146
146
|
```sh
|
|
147
147
|
# MacOS
|
|
148
|
-
|
|
148
|
+
http_proxy=http://代理地址:代理端口 node app.js
|
|
149
149
|
```
|