tencentcloud-sdk-nodejs 4.0.337 → 4.0.338
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 +214 -0
- package/SERVICE_CHANGELOG.md +337 -29
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +153 -0
- package/src/services/cfw/v20190904/cfw_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +35 -0
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +5 -4
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
- package/src/services/ocr/v20181119/ocr_client.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +96 -0
- package/src/services/tke/v20180525/tke_models.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +126 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +80 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/iotcloud.v20210408.test.js +450 -10
- package/test/ocr.v20181119.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,217 @@
|
|
|
1
|
+
# Release 4.0.338
|
|
2
|
+
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 31 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-12 06:05:03
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeOverviewDDoSEventList](https://cloud.tencent.com/document/api/1021/73673)
|
|
16
|
+
|
|
17
|
+
修改接口:
|
|
18
|
+
|
|
19
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
20
|
+
|
|
21
|
+
* 新增入参:FilterCname, FilterInstanceIdList
|
|
22
|
+
|
|
23
|
+
* [DescribeListIPAlarmConfig](https://cloud.tencent.com/document/api/1021/57559)
|
|
24
|
+
|
|
25
|
+
* 新增入参:FilterCname
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
新增数据结构:
|
|
29
|
+
|
|
30
|
+
* [OverviewDDoSEvent](https://cloud.tencent.com/document/api/1021/57582#OverviewDDoSEvent)
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
35
|
+
|
|
36
|
+
* 新增成员:BGPIPChannelFlag
|
|
37
|
+
|
|
38
|
+
* [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
|
|
39
|
+
|
|
40
|
+
* 新增成员:EnterpriseFlag, ElasticLimit
|
|
41
|
+
|
|
42
|
+
* [IPLineInfo](https://cloud.tencent.com/document/api/1021/57582#IPLineInfo)
|
|
43
|
+
|
|
44
|
+
* 新增成员:Cname, ResourceFlag
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
50
|
+
|
|
51
|
+
### 第 19 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2022-05-12 06:07:30
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
62
|
+
|
|
63
|
+
* 新增入参:IsDelay
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
69
|
+
|
|
70
|
+
### 第 15 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-05-12 06:10:06
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改接口:
|
|
79
|
+
|
|
80
|
+
* [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
|
|
81
|
+
|
|
82
|
+
* 新增入参:TableFormat
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
修改数据结构:
|
|
86
|
+
|
|
87
|
+
* [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
|
|
88
|
+
|
|
89
|
+
* 新增成员:Transform, TransformArgs, CreateTime
|
|
90
|
+
|
|
91
|
+
* [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
|
|
92
|
+
|
|
93
|
+
* 新增成员:SourceId, SourceName
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
99
|
+
|
|
100
|
+
### 第 3 次发布
|
|
101
|
+
|
|
102
|
+
发布时间:2022-05-11 10:24:44
|
|
103
|
+
|
|
104
|
+
本次发布包含了以下内容:
|
|
105
|
+
|
|
106
|
+
改善已有的文档。
|
|
107
|
+
|
|
108
|
+
新增接口:
|
|
109
|
+
|
|
110
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
111
|
+
* [BindDevices](https://cloud.tencent.com/document/api/634/73608)
|
|
112
|
+
* [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73631)
|
|
113
|
+
* [CreateMultiDevicesTask](https://cloud.tencent.com/document/api/634/73642)
|
|
114
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/634/73646)
|
|
115
|
+
* [CreateTaskFileUrl](https://cloud.tencent.com/document/api/634/73641)
|
|
116
|
+
* [CreateTopicPolicy](https://cloud.tencent.com/document/api/634/73645)
|
|
117
|
+
* [CreateTopicRule](https://cloud.tencent.com/document/api/634/73617)
|
|
118
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/73636)
|
|
119
|
+
* [DeleteTopicRule](https://cloud.tencent.com/document/api/634/73616)
|
|
120
|
+
* [DescribeDeviceClientKey](https://cloud.tencent.com/document/api/634/73607)
|
|
121
|
+
* [DescribeDeviceResource](https://cloud.tencent.com/document/api/634/73606)
|
|
122
|
+
* [DescribeDeviceResources](https://cloud.tencent.com/document/api/634/73605)
|
|
123
|
+
* [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73611)
|
|
124
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
|
|
125
|
+
* [DescribeFirmwareTask](https://cloud.tencent.com/document/api/634/73629)
|
|
126
|
+
* [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/634/73628)
|
|
127
|
+
* [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/634/73627)
|
|
128
|
+
* [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/634/73626)
|
|
129
|
+
* [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/634/73625)
|
|
130
|
+
* [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/634/73604)
|
|
131
|
+
* [DescribeProductResource](https://cloud.tencent.com/document/api/634/73603)
|
|
132
|
+
* [DescribeProductResources](https://cloud.tencent.com/document/api/634/73602)
|
|
133
|
+
* [DescribeProductTask](https://cloud.tencent.com/document/api/634/73640)
|
|
134
|
+
* [DescribeProductTasks](https://cloud.tencent.com/document/api/634/73639)
|
|
135
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/634/73644)
|
|
136
|
+
* [DescribePushResourceTaskStatistics](https://cloud.tencent.com/document/api/634/73635)
|
|
137
|
+
* [DescribeResourceTasks](https://cloud.tencent.com/document/api/634/73624)
|
|
138
|
+
* [DisableTopicRule](https://cloud.tencent.com/document/api/634/73615)
|
|
139
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/73634)
|
|
140
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
141
|
+
* [EnableTopicRule](https://cloud.tencent.com/document/api/634/73614)
|
|
142
|
+
* [GetCOSURL](https://cloud.tencent.com/document/api/634/73633)
|
|
143
|
+
* [GetUserResourceInfo](https://cloud.tencent.com/document/api/634/73632)
|
|
144
|
+
* [PublishMessage](https://cloud.tencent.com/document/api/634/73619)
|
|
145
|
+
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/634/73618)
|
|
146
|
+
* [ReplaceTopicRule](https://cloud.tencent.com/document/api/634/73613)
|
|
147
|
+
* [ResetDeviceState](https://cloud.tencent.com/document/api/634/73601)
|
|
148
|
+
* [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73622)
|
|
149
|
+
* [UnbindDevices](https://cloud.tencent.com/document/api/634/73600)
|
|
150
|
+
* [UpdateDeviceAvailableState](https://cloud.tencent.com/document/api/634/73599)
|
|
151
|
+
* [UpdateDeviceShadow](https://cloud.tencent.com/document/api/634/73610)
|
|
152
|
+
* [UpdateTopicPolicy](https://cloud.tencent.com/document/api/634/73643)
|
|
153
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
154
|
+
|
|
155
|
+
新增数据结构:
|
|
156
|
+
|
|
157
|
+
* [BindDeviceInfo](https://cloud.tencent.com/document/api/634/71973#BindDeviceInfo)
|
|
158
|
+
* [BrokerSubscribe](https://cloud.tencent.com/document/api/634/71973#BrokerSubscribe)
|
|
159
|
+
* [DeviceResourceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceResourceInfo)
|
|
160
|
+
* [DeviceUpdateStatus](https://cloud.tencent.com/document/api/634/71973#DeviceUpdateStatus)
|
|
161
|
+
* [FirmwareTaskInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareTaskInfo)
|
|
162
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/634/71973#ProductInfo)
|
|
163
|
+
* [ProductResourceInfo](https://cloud.tencent.com/document/api/634/71973#ProductResourceInfo)
|
|
164
|
+
* [ProductTaskInfo](https://cloud.tencent.com/document/api/634/71973#ProductTaskInfo)
|
|
165
|
+
* [ResetDeviceResult](https://cloud.tencent.com/document/api/634/71973#ResetDeviceResult)
|
|
166
|
+
* [SearchKeyword](https://cloud.tencent.com/document/api/634/71973#SearchKeyword)
|
|
167
|
+
* [StatusStatistic](https://cloud.tencent.com/document/api/634/71973#StatusStatistic)
|
|
168
|
+
* [TopicRulePayload](https://cloud.tencent.com/document/api/634/71973#TopicRulePayload)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
177
|
+
|
|
178
|
+
### 第 66 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2022-05-12 06:14:35
|
|
181
|
+
|
|
182
|
+
本次发布包含了以下内容:
|
|
183
|
+
|
|
184
|
+
改善已有的文档。
|
|
185
|
+
|
|
186
|
+
新增接口:
|
|
187
|
+
|
|
188
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
189
|
+
|
|
190
|
+
新增数据结构:
|
|
191
|
+
|
|
192
|
+
* [PassInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#PassInvoiceInfo)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
197
|
+
|
|
198
|
+
### 第 98 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2022-05-12 06:17:58
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
修改接口:
|
|
207
|
+
|
|
208
|
+
* [CreateClusterEndpoint](https://cloud.tencent.com/document/api/457/39414)
|
|
209
|
+
|
|
210
|
+
* 新增入参:Domain, SecurityGroup, ExtensiveParameters
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
1
215
|
# Release 4.0.337
|
|
2
216
|
|
|
3
217
|
## DDoS 防护(antiddos) 版本:2020-03-09
|