tencentcloud-sdk-nodejs 4.0.836 → 4.0.837
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 +25 -0
- package/SERVICE_CHANGELOG.md +567 -143
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
- package/src/services/cls/v20201016/cls_models.ts +19 -3
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
- package/src/services/domain/v20180808/domain_models.ts +16 -0
- package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
- package/src/services/eb/v20210416/eb_client.ts +1 -0
- package/src/services/eb/v20210416/eb_models.ts +30 -0
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +125 -0
- package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +53 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
- package/src/services/lcic/v20220817/lcic_models.ts +5 -6
- package/src/services/organization/v20210331/organization_client.ts +183 -36
- package/src/services/organization/v20210331/organization_models.ts +598 -52
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/trocket/v20230308/trocket_client.ts +1 -13
- package/src/services/trocket/v20230308/trocket_models.ts +16 -36
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vod/v20180717/vod_models.ts +10 -10
- package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
- package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
- package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
- package/test/ess.v20201111.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +72 -2
- package/test/organization.v20210331.test.js +130 -10
- package/test/trocket.v20230308.test.js +0 -10
- package/test/wedata.v20210820.test.js +96 -966
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
CloudStorageTimeData,
|
|
24
24
|
DescribeDeviceLocationSolveRequest,
|
|
25
25
|
DeleteProjectRequest,
|
|
26
|
+
DescribeCloudStorageAIServiceResponse,
|
|
26
27
|
ListEventHistoryResponse,
|
|
27
28
|
ModifyLoRaGatewayRequest,
|
|
28
29
|
ThumbnailURLInfoList,
|
|
@@ -43,7 +44,7 @@ import {
|
|
|
43
44
|
GenerateSignedVideoURLRequest,
|
|
44
45
|
TopicRulePayload,
|
|
45
46
|
DeleteLoRaFrequencyResponse,
|
|
46
|
-
|
|
47
|
+
DescribeCloudStorageMultiThumbnailResponse,
|
|
47
48
|
BindProductInfo,
|
|
48
49
|
ModifyPositionFenceRequest,
|
|
49
50
|
PositionFenceItem,
|
|
@@ -68,20 +69,23 @@ import {
|
|
|
68
69
|
DeletePositionFenceResponse,
|
|
69
70
|
ModifyLoRaFrequencyRequest,
|
|
70
71
|
FenceAlarmPoint,
|
|
71
|
-
|
|
72
|
+
DescribeCloudStoragePackageConsumeDetailsResponse,
|
|
72
73
|
DescribeCloudStoragePackageConsumeStatsResponse,
|
|
73
74
|
PackageInfo,
|
|
75
|
+
ModifyCloudStorageAIServiceCallbackResponse,
|
|
74
76
|
DescribeCloudStorageUsersResponse,
|
|
75
77
|
SearchTopicRuleRequest,
|
|
76
78
|
DescribeDeviceDataRequest,
|
|
77
79
|
FenceBindProductItem,
|
|
78
|
-
|
|
80
|
+
ModifyProductCloudStorageAIServiceResponse,
|
|
81
|
+
DescribeCloudStorageStreamDataRequest,
|
|
79
82
|
DevicePositionItem,
|
|
80
83
|
ListTopicPolicyResponse,
|
|
81
84
|
SearchPositionSpaceResponse,
|
|
82
85
|
DescribePositionFenceListResponse,
|
|
83
86
|
DescribeCloudStorageMultiThumbnailRequest,
|
|
84
87
|
GenSingleDeviceSignatureOfPublicResponse,
|
|
88
|
+
GetDeviceSumStatisticsResponse,
|
|
85
89
|
DeletePositionSpaceRequest,
|
|
86
90
|
DescribePackageConsumeTasksRequest,
|
|
87
91
|
CreateProjectRequest,
|
|
@@ -89,23 +93,25 @@ import {
|
|
|
89
93
|
UnbindProductsRequest,
|
|
90
94
|
SearchStudioProductResponse,
|
|
91
95
|
DeviceData,
|
|
92
|
-
|
|
96
|
+
ModifyCloudStorageAIServiceResponse,
|
|
93
97
|
GetTopicRuleListRequest,
|
|
94
98
|
FenceBindDeviceItem,
|
|
95
99
|
DeviceDataHistoryItem,
|
|
96
100
|
GetFamilyDeviceUserListResponse,
|
|
97
101
|
BindDeviceInfo,
|
|
98
102
|
DescribeCloudStorageOrderRequest,
|
|
103
|
+
CloudStorageAIServiceTask,
|
|
99
104
|
ModifyProjectRequest,
|
|
100
105
|
DescribeBatchProductionResponse,
|
|
101
106
|
PublishRRPCMessageRequest,
|
|
102
|
-
|
|
107
|
+
DescribeProductCloudStorageAIServiceResponse,
|
|
103
108
|
BatchProductionInfo,
|
|
104
109
|
DeleteDeviceRequest,
|
|
105
110
|
DeleteLoRaFrequencyRequest,
|
|
106
111
|
ModifyStudioProductResponse,
|
|
107
112
|
ControlDeviceDataRequest,
|
|
108
113
|
ListFirmwaresResponse,
|
|
114
|
+
FamilySubDevice,
|
|
109
115
|
ReleaseStudioProductResponse,
|
|
110
116
|
DescribeSpaceFenceEventListResponse,
|
|
111
117
|
DescribePackageConsumeTasksResponse,
|
|
@@ -121,6 +127,7 @@ import {
|
|
|
121
127
|
DescribeDeviceFirmWareResponse,
|
|
122
128
|
SearchTopicRuleResponse,
|
|
123
129
|
DescribeFenceEventListResponse,
|
|
130
|
+
ModifyCloudStorageAIServiceCallbackRequest,
|
|
124
131
|
DescribeDeviceFirmWareRequest,
|
|
125
132
|
UpdateDevicesEnableStateRequest,
|
|
126
133
|
BindCloudStorageUserRequest,
|
|
@@ -133,6 +140,7 @@ import {
|
|
|
133
140
|
DescribeDeviceDataHistoryResponse,
|
|
134
141
|
DeleteProjectResponse,
|
|
135
142
|
CreateTopicPolicyResponse,
|
|
143
|
+
ModifyCloudStorageAIServiceRequest,
|
|
136
144
|
CreateDeviceResponse,
|
|
137
145
|
CreateDeviceRequest,
|
|
138
146
|
DescribeDevicePositionListResponse,
|
|
@@ -145,6 +153,7 @@ import {
|
|
|
145
153
|
TopicRuleInfo,
|
|
146
154
|
PositionFenceInfo,
|
|
147
155
|
DescribeDeviceLocationSolveResponse,
|
|
156
|
+
DescribeCloudStorageAIServiceTasksRequest,
|
|
148
157
|
DescribeStudioProductResponse,
|
|
149
158
|
CreateFenceBindRequest,
|
|
150
159
|
CreateIotVideoCloudStorageResponse,
|
|
@@ -154,7 +163,7 @@ import {
|
|
|
154
163
|
ListFirmwaresRequest,
|
|
155
164
|
GetStudioProductListResponse,
|
|
156
165
|
PublishMessageRequest,
|
|
157
|
-
|
|
166
|
+
DescribeProductCloudStorageAIServiceRequest,
|
|
158
167
|
ModifyTopicRuleRequest,
|
|
159
168
|
UploadFirmwareRequest,
|
|
160
169
|
GetDeviceListRequest,
|
|
@@ -186,7 +195,7 @@ import {
|
|
|
186
195
|
DescribeCloudStorageThumbnailRequest,
|
|
187
196
|
PublishBroadcastMessageResponse,
|
|
188
197
|
DescribeFenceBindListRequest,
|
|
189
|
-
|
|
198
|
+
EnableTopicRuleRequest,
|
|
190
199
|
DescribeBindedProductsResponse,
|
|
191
200
|
DeviceSignatureInfo,
|
|
192
201
|
PositionSpaceInfo,
|
|
@@ -242,12 +251,15 @@ import {
|
|
|
242
251
|
ResetCloudStorageResponse,
|
|
243
252
|
ResetCloudStorageEventResponse,
|
|
244
253
|
GetProjectListRequest,
|
|
254
|
+
DescribeCloudStorageAIServiceTasksResponse,
|
|
245
255
|
DeletePositionSpaceResponse,
|
|
246
256
|
DescribeDeviceBindGatewayRequest,
|
|
247
257
|
CreateLoRaFrequencyResponse,
|
|
248
258
|
EnableTopicRuleResponse,
|
|
259
|
+
TransferCloudStorageRequest,
|
|
249
260
|
GetGatewaySubDeviceListRequest,
|
|
250
261
|
SearchStudioProductRequest,
|
|
262
|
+
ListTopicPolicyRequest,
|
|
251
263
|
GenSingleDeviceSignatureOfPublicRequest,
|
|
252
264
|
DeleteDevicesRequest,
|
|
253
265
|
AppDeviceInfo,
|
|
@@ -256,16 +268,18 @@ import {
|
|
|
256
268
|
DeleteCloudStorageEventRequest,
|
|
257
269
|
GetCOSURLRequest,
|
|
258
270
|
DescribeLoRaFrequencyRequest,
|
|
271
|
+
ModifyProductCloudStorageAIServiceRequest,
|
|
259
272
|
DescribeCloudStorageResponse,
|
|
260
273
|
ResetCloudStorageRequest,
|
|
261
274
|
DescribeGatewayBindDevicesRequest,
|
|
262
|
-
|
|
275
|
+
DescribeCloudStorageAIServiceCallbackResponse,
|
|
263
276
|
DescribeGatewaySubProductsRequest,
|
|
264
277
|
DeleteStudioProductRequest,
|
|
265
278
|
BindProductsRequest,
|
|
266
279
|
GetDeviceSumStatisticsRequest,
|
|
267
280
|
ModifySpacePropertyResponse,
|
|
268
281
|
PublishMessageResponse,
|
|
282
|
+
DescribeCloudStorageAIServiceCallbackRequest,
|
|
269
283
|
ModifyTopicPolicyRequest,
|
|
270
284
|
DescribeCloudStorageRequest,
|
|
271
285
|
BindDevicesResponse,
|
|
@@ -274,8 +288,9 @@ import {
|
|
|
274
288
|
SearchKeyword,
|
|
275
289
|
CreatePositionFenceRequest,
|
|
276
290
|
DescribeModelDefinitionRequest,
|
|
277
|
-
|
|
291
|
+
DescribeCloudStorageAIServiceRequest,
|
|
278
292
|
DescribeCloudStorageUsersRequest,
|
|
293
|
+
WifiInfo,
|
|
279
294
|
CreateTopicRuleResponse,
|
|
280
295
|
DescribeDeviceDataResponse,
|
|
281
296
|
DescribeCloudStorageOrderResponse,
|
|
@@ -356,6 +371,16 @@ export class Client extends AbstractClient {
|
|
|
356
371
|
return this.request("DescribeTopicPolicy", req, cb)
|
|
357
372
|
}
|
|
358
373
|
|
|
374
|
+
/**
|
|
375
|
+
* 修改指定产品的云存 AI 服务开通状态
|
|
376
|
+
*/
|
|
377
|
+
async ModifyProductCloudStorageAIService(
|
|
378
|
+
req: ModifyProductCloudStorageAIServiceRequest,
|
|
379
|
+
cb?: (error: string, rep: ModifyProductCloudStorageAIServiceResponse) => void
|
|
380
|
+
): Promise<ModifyProductCloudStorageAIServiceResponse> {
|
|
381
|
+
return this.request("ModifyProductCloudStorageAIService", req, cb)
|
|
382
|
+
}
|
|
383
|
+
|
|
359
384
|
/**
|
|
360
385
|
* 提供查询用户所创建的项目列表查询功能。
|
|
361
386
|
*/
|
|
@@ -486,6 +511,16 @@ export class Client extends AbstractClient {
|
|
|
486
511
|
return this.request("ModifyFenceBind", req, cb)
|
|
487
512
|
}
|
|
488
513
|
|
|
514
|
+
/**
|
|
515
|
+
* 查询指定产品的云存 AI 服务开通状态
|
|
516
|
+
*/
|
|
517
|
+
async DescribeProductCloudStorageAIService(
|
|
518
|
+
req: DescribeProductCloudStorageAIServiceRequest,
|
|
519
|
+
cb?: (error: string, rep: DescribeProductCloudStorageAIServiceResponse) => void
|
|
520
|
+
): Promise<DescribeProductCloudStorageAIServiceResponse> {
|
|
521
|
+
return this.request("DescribeProductCloudStorageAIService", req, cb)
|
|
522
|
+
}
|
|
523
|
+
|
|
489
524
|
/**
|
|
490
525
|
* 查询套餐消耗记录列表
|
|
491
526
|
*/
|
|
@@ -577,13 +612,13 @@ export class Client extends AbstractClient {
|
|
|
577
612
|
}
|
|
578
613
|
|
|
579
614
|
/**
|
|
580
|
-
*
|
|
615
|
+
* 查询指定设备的云存 AI 服务开通状态与参数配置
|
|
581
616
|
*/
|
|
582
|
-
async
|
|
583
|
-
req:
|
|
584
|
-
cb?: (error: string, rep:
|
|
585
|
-
): Promise<
|
|
586
|
-
return this.request("
|
|
617
|
+
async DescribeCloudStorageAIService(
|
|
618
|
+
req: DescribeCloudStorageAIServiceRequest,
|
|
619
|
+
cb?: (error: string, rep: DescribeCloudStorageAIServiceResponse) => void
|
|
620
|
+
): Promise<DescribeCloudStorageAIServiceResponse> {
|
|
621
|
+
return this.request("DescribeCloudStorageAIService", req, cb)
|
|
587
622
|
}
|
|
588
623
|
|
|
589
624
|
/**
|
|
@@ -976,6 +1011,16 @@ export class Client extends AbstractClient {
|
|
|
976
1011
|
return this.request("CreateTopicPolicy", req, cb)
|
|
977
1012
|
}
|
|
978
1013
|
|
|
1014
|
+
/**
|
|
1015
|
+
* 下发RRPC消息
|
|
1016
|
+
*/
|
|
1017
|
+
async PublishRRPCMessage(
|
|
1018
|
+
req: PublishRRPCMessageRequest,
|
|
1019
|
+
cb?: (error: string, rep: PublishRRPCMessageResponse) => void
|
|
1020
|
+
): Promise<PublishRRPCMessageResponse> {
|
|
1021
|
+
return this.request("PublishRRPCMessage", req, cb)
|
|
1022
|
+
}
|
|
1023
|
+
|
|
979
1024
|
/**
|
|
980
1025
|
* 获取设备云存服务详情
|
|
981
1026
|
*/
|
|
@@ -1126,6 +1171,16 @@ export class Client extends AbstractClient {
|
|
|
1126
1171
|
return this.request("UnbindDevices", req, cb)
|
|
1127
1172
|
}
|
|
1128
1173
|
|
|
1174
|
+
/**
|
|
1175
|
+
* 修改指定设备的云存 AI 服务开通状态与参数配置
|
|
1176
|
+
*/
|
|
1177
|
+
async ModifyCloudStorageAIService(
|
|
1178
|
+
req: ModifyCloudStorageAIServiceRequest,
|
|
1179
|
+
cb?: (error: string, rep: ModifyCloudStorageAIServiceResponse) => void
|
|
1180
|
+
): Promise<ModifyCloudStorageAIServiceResponse> {
|
|
1181
|
+
return this.request("ModifyCloudStorageAIService", req, cb)
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1129
1184
|
/**
|
|
1130
1185
|
* 提供查询某个项目下所有产品信息的能力。
|
|
1131
1186
|
*/
|
|
@@ -1286,6 +1341,16 @@ export class Client extends AbstractClient {
|
|
|
1286
1341
|
return this.request("ResetCloudStorageEvent", req, cb)
|
|
1287
1342
|
}
|
|
1288
1343
|
|
|
1344
|
+
/**
|
|
1345
|
+
* 查询云存AI分析回调配置
|
|
1346
|
+
*/
|
|
1347
|
+
async DescribeCloudStorageAIServiceCallback(
|
|
1348
|
+
req: DescribeCloudStorageAIServiceCallbackRequest,
|
|
1349
|
+
cb?: (error: string, rep: DescribeCloudStorageAIServiceCallbackResponse) => void
|
|
1350
|
+
): Promise<DescribeCloudStorageAIServiceCallbackResponse> {
|
|
1351
|
+
return this.request("DescribeCloudStorageAIServiceCallback", req, cb)
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1289
1354
|
/**
|
|
1290
1355
|
* 更新位置空间产品属性
|
|
1291
1356
|
*/
|
|
@@ -1366,6 +1431,26 @@ export class Client extends AbstractClient {
|
|
|
1366
1431
|
return this.request("DeletePositionFence", req, cb)
|
|
1367
1432
|
}
|
|
1368
1433
|
|
|
1434
|
+
/**
|
|
1435
|
+
* 修改云存AI分析回调配置
|
|
1436
|
+
*/
|
|
1437
|
+
async ModifyCloudStorageAIServiceCallback(
|
|
1438
|
+
req: ModifyCloudStorageAIServiceCallbackRequest,
|
|
1439
|
+
cb?: (error: string, rep: ModifyCloudStorageAIServiceCallbackResponse) => void
|
|
1440
|
+
): Promise<ModifyCloudStorageAIServiceCallbackResponse> {
|
|
1441
|
+
return this.request("ModifyCloudStorageAIServiceCallback", req, cb)
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
/**
|
|
1445
|
+
* 查询指定设备的云存 AI 分析任务列表
|
|
1446
|
+
*/
|
|
1447
|
+
async DescribeCloudStorageAIServiceTasks(
|
|
1448
|
+
req: DescribeCloudStorageAIServiceTasksRequest,
|
|
1449
|
+
cb?: (error: string, rep: DescribeCloudStorageAIServiceTasksResponse) => void
|
|
1450
|
+
): Promise<DescribeCloudStorageAIServiceTasksResponse> {
|
|
1451
|
+
return this.request("DescribeCloudStorageAIServiceTasks", req, cb)
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1369
1454
|
/**
|
|
1370
1455
|
* 搜索规则
|
|
1371
1456
|
*/
|