tencentcloud-sdk-nodejs 4.0.885 → 4.0.887
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 +291 -0
- package/SERVICE_CHANGELOG.md +332 -238
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +6 -10
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +47 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +49 -21
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +340 -103
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
|
@@ -70,8 +70,6 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
70
70
|
1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)
|
|
71
71
|
2. 表单域(FIELD)定位方式
|
|
72
72
|
3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找
|
|
73
|
-
可以参考官网说明
|
|
74
|
-
https://cloud.tencent.com/document/product/1323/78346#component-.E4.B8.89.E7.A7.8D.E5.AE.9A.E4.BD.8D.E6.96.B9.E5.BC.8F.E8.AF.B4.E6.98.8E
|
|
75
73
|
*/
|
|
76
74
|
export interface Component {
|
|
77
75
|
/**
|
|
@@ -471,7 +469,10 @@ export interface Department {
|
|
|
471
469
|
*/
|
|
472
470
|
export interface CreateLegalSealQrCodeResponse {
|
|
473
471
|
/**
|
|
474
|
-
* 二维码图片base64
|
|
472
|
+
* 二维码图片base64值,二维码有效期7天(604800秒)
|
|
473
|
+
|
|
474
|
+
二维码图片的样式如下图:
|
|
475
|
+

|
|
475
476
|
*/
|
|
476
477
|
QrcodeBase64?: string
|
|
477
478
|
/**
|
|
@@ -3851,7 +3852,7 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
3851
3852
|
*/
|
|
3852
3853
|
Agent: Agent
|
|
3853
3854
|
/**
|
|
3854
|
-
*
|
|
3855
|
+
* 指定分页每页返回的数据条数,单页最大支持 100。
|
|
3855
3856
|
*/
|
|
3856
3857
|
Limit: number
|
|
3857
3858
|
/**
|
|
@@ -3859,22 +3860,20 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
3859
3860
|
*/
|
|
3860
3861
|
Offset?: number
|
|
3861
3862
|
/**
|
|
3862
|
-
*
|
|
3863
|
-
|
|
3864
|
-
<ul><
|
|
3865
|
-
<li>1-返回授权用户信息</li>
|
|
3866
|
-
</ul>
|
|
3863
|
+
* 查询授权用户信息类型,取值如下:
|
|
3864
|
+
|
|
3865
|
+
<ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
|
|
3867
3866
|
*/
|
|
3868
3867
|
InfoType?: number
|
|
3869
3868
|
/**
|
|
3870
|
-
* 印章id
|
|
3869
|
+
* 印章id,是否查询特定的印章(没有输入返回所有)
|
|
3871
3870
|
|
|
3872
3871
|
注: `没有输入返回所有记录,最大返回100条。`
|
|
3873
3872
|
*/
|
|
3874
3873
|
SealId?: string
|
|
3875
3874
|
/**
|
|
3876
3875
|
* 电子印章类型 , 可选类型如下:
|
|
3877
|
-
<ul><li>**OFFICIAL**:
|
|
3876
|
+
<ul><li>**OFFICIAL**: 公章</li>
|
|
3878
3877
|
<li>**CONTRACT**: 合同专用章;</li>
|
|
3879
3878
|
<li>**FINANCE**: 财务专用章;</li>
|
|
3880
3879
|
<li>**PERSONNEL**: 人事专用章</li>
|
|
@@ -3885,7 +3884,10 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
3885
3884
|
*/
|
|
3886
3885
|
SealTypes?: Array<string>
|
|
3887
3886
|
/**
|
|
3888
|
-
*
|
|
3887
|
+
*
|
|
3888
|
+
需查询的印章状态列表。
|
|
3889
|
+
|
|
3890
|
+
<ul> <li>空,()仅查询启用状态的印章;</li> <li><strong>ALL</strong>,查询所有状态的印章;</li> <li><strong>CHECKING</strong>,查询待审核的印章;</li> <li><strong>SUCCESS</strong>,查询启用状态的印章;</li> <li><strong>FAIL</strong>,查询印章审核拒绝的印章;</li> <li><strong>DISABLE</strong>,查询已停用的印章;</li> <li><strong>STOPPED</strong>,查询已终止的印章;</li> <li><strong>VOID</strong>,查询已作废的印章;</li> <li><strong>INVALID</strong>,查询已失效的印章。</li> </ul>
|
|
3889
3891
|
*/
|
|
3890
3892
|
SealStatuses?: Array<string>
|
|
3891
3893
|
}
|
|
@@ -6018,7 +6020,7 @@ export interface ChannelDisableUserAutoSignRequest {
|
|
|
6018
6020
|
*/
|
|
6019
6021
|
export interface ChannelDescribeOrganizationSealsResponse {
|
|
6020
6022
|
/**
|
|
6021
|
-
*
|
|
6023
|
+
* 在设定了SealId时,返回值为0或1;若未设定SealId,则返回公司的总印章数量
|
|
6022
6024
|
*/
|
|
6023
6025
|
TotalCount?: number
|
|
6024
6026
|
/**
|
|
@@ -6330,6 +6330,27 @@ export interface PublishRRPCMessageResponse {
|
|
|
6330
6330
|
RequestId?: string
|
|
6331
6331
|
}
|
|
6332
6332
|
|
|
6333
|
+
/**
|
|
6334
|
+
* TWeCall分类统计数据
|
|
6335
|
+
*/
|
|
6336
|
+
export interface TWeCallCategoryPkgInfo {
|
|
6337
|
+
/**
|
|
6338
|
+
* 类型
|
|
6339
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6340
|
+
*/
|
|
6341
|
+
PkgType?: number
|
|
6342
|
+
/**
|
|
6343
|
+
* 总数
|
|
6344
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6345
|
+
*/
|
|
6346
|
+
All?: number
|
|
6347
|
+
/**
|
|
6348
|
+
* 已使用数
|
|
6349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6350
|
+
*/
|
|
6351
|
+
Used?: number
|
|
6352
|
+
}
|
|
6353
|
+
|
|
6333
6354
|
/**
|
|
6334
6355
|
* CreateTRTCSignaturesWithRoomId返回参数结构体
|
|
6335
6356
|
*/
|
|
@@ -6877,6 +6898,11 @@ export interface GetTWeCallPkgListResponse {
|
|
|
6877
6898
|
* 总数
|
|
6878
6899
|
*/
|
|
6879
6900
|
Total?: number
|
|
6901
|
+
/**
|
|
6902
|
+
* 分类统计
|
|
6903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6904
|
+
*/
|
|
6905
|
+
TWeCallCategoryPkgList?: Array<TWeCallCategoryPkgInfo>
|
|
6880
6906
|
/**
|
|
6881
6907
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6882
6908
|
*/
|
|
@@ -27,13 +27,14 @@ import {
|
|
|
27
27
|
DescribeDevicePresetData,
|
|
28
28
|
ListSubTasksRequest,
|
|
29
29
|
DescribeGatewayMonitor,
|
|
30
|
-
|
|
30
|
+
AddRecordBackupPlanResponse,
|
|
31
31
|
DescribeCNAMERequest,
|
|
32
32
|
DescribeVideoDownloadUrlData,
|
|
33
33
|
ControlRecordTimelineRequest,
|
|
34
34
|
DeleteOrganizationRequest,
|
|
35
35
|
OperTimeSlot,
|
|
36
36
|
CheckDomainResponse,
|
|
37
|
+
SetForbidPlayChannelsRequest,
|
|
37
38
|
SubTaskData,
|
|
38
39
|
DescribeCNAMEResponse,
|
|
39
40
|
UpdateOrganizationResponse,
|
|
@@ -92,7 +93,7 @@ import {
|
|
|
92
93
|
DescribeStreamAuthData,
|
|
93
94
|
AddRecordTemplateResponse,
|
|
94
95
|
ListRecordPlansRequest,
|
|
95
|
-
|
|
96
|
+
DescribeAITaskResultRequest,
|
|
96
97
|
SnapshotConfig,
|
|
97
98
|
ListSubTasksResponse,
|
|
98
99
|
ListAITasksRequest,
|
|
@@ -160,6 +161,7 @@ import {
|
|
|
160
161
|
UpdateUserDeviceResponse,
|
|
161
162
|
GatewaysData,
|
|
162
163
|
ListGatewayDevicesData,
|
|
164
|
+
ListForbidplayChannelsData,
|
|
163
165
|
DescribeDevicePresetRequest,
|
|
164
166
|
ListGatewaysResponse,
|
|
165
167
|
AddRecordBackupPlanData,
|
|
@@ -172,6 +174,7 @@ import {
|
|
|
172
174
|
DescribeGatewayProtocolRequest,
|
|
173
175
|
AddAITaskRequest,
|
|
174
176
|
DescribeGatewayProtocolData,
|
|
177
|
+
QueryForbidPlayChannelListResponse,
|
|
175
178
|
DescribeVideoDownloadUrlRequest,
|
|
176
179
|
DescribeGatewayVersionResponse,
|
|
177
180
|
ListGatewaysRequest,
|
|
@@ -189,6 +192,7 @@ import {
|
|
|
189
192
|
BitRateInfo,
|
|
190
193
|
PlayRecordRequest,
|
|
191
194
|
UpdateRecordBackupTemplateModify,
|
|
195
|
+
QueryForbidPlayChannelListRequest,
|
|
192
196
|
CheckDomainRequest,
|
|
193
197
|
PlateContent,
|
|
194
198
|
UpgradeGatewayRequest,
|
|
@@ -212,6 +216,7 @@ import {
|
|
|
212
216
|
DeleteRecordRetrieveTaskRequest,
|
|
213
217
|
DescribeRecordBackupPlanData,
|
|
214
218
|
DescribeRecordSliceResponse,
|
|
219
|
+
ChannelAttrInfo,
|
|
215
220
|
UpdateRecordPlanResponse,
|
|
216
221
|
DescribeTaskResponse,
|
|
217
222
|
DescribeGatewayVersion,
|
|
@@ -222,6 +227,7 @@ import {
|
|
|
222
227
|
AddAITaskResponse,
|
|
223
228
|
DescribeDeviceRegion,
|
|
224
229
|
RecordPlanChannelInfo,
|
|
230
|
+
SetForbidPlayChannelsResponse,
|
|
225
231
|
UpdateRecordTemplateRequest,
|
|
226
232
|
DeleteRecordBackupTemplateRequest,
|
|
227
233
|
ListGatewayDevicesRequest,
|
|
@@ -270,6 +276,7 @@ import {
|
|
|
270
276
|
UpdateRecordBackupTemplateData,
|
|
271
277
|
UpdateRecordBackupPlanData,
|
|
272
278
|
AddDeviceData,
|
|
279
|
+
SetForbidplayChannelParam,
|
|
273
280
|
} from "./iss_models"
|
|
274
281
|
|
|
275
282
|
/**
|
|
@@ -562,6 +569,16 @@ export class Client extends AbstractClient {
|
|
|
562
569
|
return this.request("DescribeUserDevice", req, cb)
|
|
563
570
|
}
|
|
564
571
|
|
|
572
|
+
/**
|
|
573
|
+
* 查询禁播通道列表
|
|
574
|
+
*/
|
|
575
|
+
async QueryForbidPlayChannelList(
|
|
576
|
+
req: QueryForbidPlayChannelListRequest,
|
|
577
|
+
cb?: (error: string, rep: QueryForbidPlayChannelListResponse) => void
|
|
578
|
+
): Promise<QueryForbidPlayChannelListResponse> {
|
|
579
|
+
return this.request("QueryForbidPlayChannelList", req, cb)
|
|
580
|
+
}
|
|
581
|
+
|
|
565
582
|
/**
|
|
566
583
|
* 获取AI任务识别结果
|
|
567
584
|
*/
|
|
@@ -822,6 +839,16 @@ export class Client extends AbstractClient {
|
|
|
822
839
|
return this.request("AddRecordPlan", req, cb)
|
|
823
840
|
}
|
|
824
841
|
|
|
842
|
+
/**
|
|
843
|
+
* 禁止主、子账号对视频通道的实况预览
|
|
844
|
+
*/
|
|
845
|
+
async SetForbidPlayChannels(
|
|
846
|
+
req: SetForbidPlayChannelsRequest,
|
|
847
|
+
cb?: (error: string, rep: SetForbidPlayChannelsResponse) => void
|
|
848
|
+
): Promise<SetForbidPlayChannelsResponse> {
|
|
849
|
+
return this.request("SetForbidPlayChannels", req, cb)
|
|
850
|
+
}
|
|
851
|
+
|
|
825
852
|
/**
|
|
826
853
|
* 用于查询组织目录下的未添加到实时上云计划中的通道数量
|
|
827
854
|
*/
|
|
@@ -281,41 +281,17 @@ export interface DescribeGatewayMonitor {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* AddRecordBackupPlan返回参数结构体
|
|
285
285
|
*/
|
|
286
|
-
export interface
|
|
287
|
-
/**
|
|
288
|
-
* AI 任务 ID
|
|
289
|
-
*/
|
|
290
|
-
TaskId: string
|
|
291
|
-
/**
|
|
292
|
-
* 通道ID
|
|
293
|
-
*/
|
|
294
|
-
ChannelId: string
|
|
295
|
-
/**
|
|
296
|
-
* 桶内文件的路径。
|
|
297
|
-
*/
|
|
298
|
-
Object?: string
|
|
299
|
-
/**
|
|
300
|
-
* AI 任务识别类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和 Car(车辆车牌识别)
|
|
301
|
-
*/
|
|
302
|
-
DetectType?: string
|
|
303
|
-
/**
|
|
304
|
-
* 开始时间时间。秒级时间戳。开始时间和结束时间跨度小于等于30天
|
|
305
|
-
*/
|
|
306
|
-
BeginTime?: string
|
|
307
|
-
/**
|
|
308
|
-
* 结束时间时间。秒级时间戳。开始时间和结束时间跨度小于等于30天
|
|
309
|
-
*/
|
|
310
|
-
EndTime?: string
|
|
286
|
+
export interface AddRecordBackupPlanResponse {
|
|
311
287
|
/**
|
|
312
|
-
*
|
|
288
|
+
* 返回数据
|
|
313
289
|
*/
|
|
314
|
-
|
|
290
|
+
Data?: AddRecordBackupPlanData
|
|
315
291
|
/**
|
|
316
|
-
*
|
|
292
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
317
293
|
*/
|
|
318
|
-
|
|
294
|
+
RequestId?: string
|
|
319
295
|
}
|
|
320
296
|
|
|
321
297
|
/**
|
|
@@ -408,6 +384,20 @@ export interface CheckDomainResponse {
|
|
|
408
384
|
RequestId?: string
|
|
409
385
|
}
|
|
410
386
|
|
|
387
|
+
/**
|
|
388
|
+
* SetForbidPlayChannels请求参数结构体
|
|
389
|
+
*/
|
|
390
|
+
export interface SetForbidPlayChannelsRequest {
|
|
391
|
+
/**
|
|
392
|
+
* 要禁播的通道参数,一次最多可以设置200个通道
|
|
393
|
+
*/
|
|
394
|
+
Channels: Array<SetForbidplayChannelParam>
|
|
395
|
+
/**
|
|
396
|
+
* 用户uin,可以是子用户的也可以是主用户的uin
|
|
397
|
+
*/
|
|
398
|
+
UserId: string
|
|
399
|
+
}
|
|
400
|
+
|
|
411
401
|
/**
|
|
412
402
|
* 子任务详情
|
|
413
403
|
*/
|
|
@@ -1627,17 +1617,41 @@ export interface AddRecordTemplateResponse {
|
|
|
1627
1617
|
export type ListRecordPlansRequest = null
|
|
1628
1618
|
|
|
1629
1619
|
/**
|
|
1630
|
-
*
|
|
1620
|
+
* DescribeAITaskResult请求参数结构体
|
|
1631
1621
|
*/
|
|
1632
|
-
export interface
|
|
1622
|
+
export interface DescribeAITaskResultRequest {
|
|
1633
1623
|
/**
|
|
1634
|
-
*
|
|
1624
|
+
* AI 任务 ID
|
|
1635
1625
|
*/
|
|
1636
|
-
|
|
1626
|
+
TaskId: string
|
|
1637
1627
|
/**
|
|
1638
|
-
*
|
|
1628
|
+
* 通道ID
|
|
1639
1629
|
*/
|
|
1640
|
-
|
|
1630
|
+
ChannelId: string
|
|
1631
|
+
/**
|
|
1632
|
+
* 桶内文件的路径。
|
|
1633
|
+
*/
|
|
1634
|
+
Object?: string
|
|
1635
|
+
/**
|
|
1636
|
+
* AI 任务识别类型。可选值为 Facemask(口罩识别)、Chefhat(厨师帽识别)、Smoking(抽烟检测)、Chefcloth(厨师服识别)、PhoneCall(接打电话识别)、Pet(宠物识别)、Body(人体识别)和 Car(车辆车牌识别)
|
|
1637
|
+
*/
|
|
1638
|
+
DetectType?: string
|
|
1639
|
+
/**
|
|
1640
|
+
* 开始时间时间。秒级时间戳。开始时间和结束时间跨度小于等于30天
|
|
1641
|
+
*/
|
|
1642
|
+
BeginTime?: string
|
|
1643
|
+
/**
|
|
1644
|
+
* 结束时间时间。秒级时间戳。开始时间和结束时间跨度小于等于30天
|
|
1645
|
+
*/
|
|
1646
|
+
EndTime?: string
|
|
1647
|
+
/**
|
|
1648
|
+
* 页码。默认为1
|
|
1649
|
+
*/
|
|
1650
|
+
PageNumber?: number
|
|
1651
|
+
/**
|
|
1652
|
+
* 每页 AI 识别结果数量。可选值1~100,默认为10(按时间倒序显示识别结果)
|
|
1653
|
+
*/
|
|
1654
|
+
PageSize?: number
|
|
1641
1655
|
}
|
|
1642
1656
|
|
|
1643
1657
|
/**
|
|
@@ -3169,6 +3183,29 @@ export interface ListGatewayDevicesData {
|
|
|
3169
3183
|
TotalCount?: number
|
|
3170
3184
|
}
|
|
3171
3185
|
|
|
3186
|
+
/**
|
|
3187
|
+
* 用户禁止播流的通道列表返回数据
|
|
3188
|
+
*/
|
|
3189
|
+
export interface ListForbidplayChannelsData {
|
|
3190
|
+
/**
|
|
3191
|
+
* 第几页
|
|
3192
|
+
*/
|
|
3193
|
+
PageNumber?: number
|
|
3194
|
+
/**
|
|
3195
|
+
* 当前页的设备数量
|
|
3196
|
+
*/
|
|
3197
|
+
PageSize?: number
|
|
3198
|
+
/**
|
|
3199
|
+
* 本次查询的设备通道总数
|
|
3200
|
+
*/
|
|
3201
|
+
TotalCount?: number
|
|
3202
|
+
/**
|
|
3203
|
+
* 设备通道信息列表
|
|
3204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3205
|
+
*/
|
|
3206
|
+
List?: Array<ChannelAttrInfo>
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3172
3209
|
/**
|
|
3173
3210
|
* DescribeDevicePreset请求参数结构体
|
|
3174
3211
|
*/
|
|
@@ -3365,6 +3402,21 @@ export interface DescribeGatewayProtocolData {
|
|
|
3365
3402
|
Label?: string
|
|
3366
3403
|
}
|
|
3367
3404
|
|
|
3405
|
+
/**
|
|
3406
|
+
* QueryForbidPlayChannelList返回参数结构体
|
|
3407
|
+
*/
|
|
3408
|
+
export interface QueryForbidPlayChannelListResponse {
|
|
3409
|
+
/**
|
|
3410
|
+
* 返回结果
|
|
3411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3412
|
+
*/
|
|
3413
|
+
Data?: ListForbidplayChannelsData
|
|
3414
|
+
/**
|
|
3415
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3416
|
+
*/
|
|
3417
|
+
RequestId?: string
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3368
3420
|
/**
|
|
3369
3421
|
* DescribeVideoDownloadUrl请求参数结构体
|
|
3370
3422
|
*/
|
|
@@ -3693,6 +3745,24 @@ export interface UpdateRecordBackupTemplateModify {
|
|
|
3693
3745
|
Scale?: number
|
|
3694
3746
|
}
|
|
3695
3747
|
|
|
3748
|
+
/**
|
|
3749
|
+
* QueryForbidPlayChannelList请求参数结构体
|
|
3750
|
+
*/
|
|
3751
|
+
export interface QueryForbidPlayChannelListRequest {
|
|
3752
|
+
/**
|
|
3753
|
+
* 子用户uin,也可以是主用户的uin
|
|
3754
|
+
*/
|
|
3755
|
+
UserId: string
|
|
3756
|
+
/**
|
|
3757
|
+
* 每页最大数量,最大为200,超过按照200返回
|
|
3758
|
+
*/
|
|
3759
|
+
PageSize: number
|
|
3760
|
+
/**
|
|
3761
|
+
* 第几页
|
|
3762
|
+
*/
|
|
3763
|
+
PageNumber: number
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3696
3766
|
/**
|
|
3697
3767
|
* CheckDomain请求参数结构体
|
|
3698
3768
|
*/
|
|
@@ -4173,6 +4243,30 @@ export interface DescribeRecordSliceResponse {
|
|
|
4173
4243
|
RequestId?: string
|
|
4174
4244
|
}
|
|
4175
4245
|
|
|
4246
|
+
/**
|
|
4247
|
+
* 通道属性信息
|
|
4248
|
+
*/
|
|
4249
|
+
export interface ChannelAttrInfo {
|
|
4250
|
+
/**
|
|
4251
|
+
* 设备通道所属的设备ID
|
|
4252
|
+
*/
|
|
4253
|
+
DeviceId?: string
|
|
4254
|
+
/**
|
|
4255
|
+
* 设备通道所属的设备名称
|
|
4256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4257
|
+
*/
|
|
4258
|
+
DeviceName?: string
|
|
4259
|
+
/**
|
|
4260
|
+
* 设备通道ID
|
|
4261
|
+
*/
|
|
4262
|
+
ChannelId?: string
|
|
4263
|
+
/**
|
|
4264
|
+
* 设备通道名称
|
|
4265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4266
|
+
*/
|
|
4267
|
+
ChannelName?: string
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4176
4270
|
/**
|
|
4177
4271
|
* UpdateRecordPlan返回参数结构体
|
|
4178
4272
|
*/
|
|
@@ -4415,6 +4509,16 @@ export interface RecordPlanChannelInfo {
|
|
|
4415
4509
|
OrganizationName?: string
|
|
4416
4510
|
}
|
|
4417
4511
|
|
|
4512
|
+
/**
|
|
4513
|
+
* SetForbidPlayChannels返回参数结构体
|
|
4514
|
+
*/
|
|
4515
|
+
export interface SetForbidPlayChannelsResponse {
|
|
4516
|
+
/**
|
|
4517
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4518
|
+
*/
|
|
4519
|
+
RequestId?: string
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4418
4522
|
/**
|
|
4419
4523
|
* UpdateRecordTemplate请求参数结构体
|
|
4420
4524
|
*/
|
|
@@ -5343,3 +5447,17 @@ export interface AddDeviceData {
|
|
|
5343
5447
|
*/
|
|
5344
5448
|
AppId?: number
|
|
5345
5449
|
}
|
|
5450
|
+
|
|
5451
|
+
/**
|
|
5452
|
+
* 设置通道禁止播流,有通道Id和使能enable字段
|
|
5453
|
+
*/
|
|
5454
|
+
export interface SetForbidplayChannelParam {
|
|
5455
|
+
/**
|
|
5456
|
+
* 通道Id
|
|
5457
|
+
*/
|
|
5458
|
+
ChannelId: string
|
|
5459
|
+
/**
|
|
5460
|
+
* 是否禁止通道播流
|
|
5461
|
+
*/
|
|
5462
|
+
Enable: boolean
|
|
5463
|
+
}
|
|
@@ -278,15 +278,15 @@ export interface DescribeResourceUsageInfoResponse {
|
|
|
278
278
|
/**
|
|
279
279
|
* 返回值, 0:成功, 其他值请查看“返回值”定义
|
|
280
280
|
*/
|
|
281
|
-
Ret
|
|
281
|
+
Ret?: number
|
|
282
282
|
/**
|
|
283
283
|
* 安全资源数据列表
|
|
284
284
|
*/
|
|
285
|
-
Data
|
|
285
|
+
Data?: Array<ResourceUsageInfoData>
|
|
286
286
|
/**
|
|
287
287
|
* 安全资源数量
|
|
288
288
|
*/
|
|
289
|
-
Total
|
|
289
|
+
Total?: number
|
|
290
290
|
/**
|
|
291
291
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
292
292
|
*/
|
|
@@ -352,7 +352,7 @@ export interface DescribeBaseMetricsResponse {
|
|
|
352
352
|
/**
|
|
353
353
|
* 查询得到的指标描述列表
|
|
354
354
|
*/
|
|
355
|
-
MetricSet
|
|
355
|
+
MetricSet?: Array<MetricSet>
|
|
356
356
|
/**
|
|
357
357
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
358
358
|
*/
|
|
@@ -699,7 +699,7 @@ export interface InvokeFunctionResponse {
|
|
|
699
699
|
/**
|
|
700
700
|
* 函数执行结果
|
|
701
701
|
*/
|
|
702
|
-
Result
|
|
702
|
+
Result?: Result
|
|
703
703
|
/**
|
|
704
704
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
705
705
|
*/
|
|
@@ -1513,35 +1513,35 @@ export interface Result {
|
|
|
1513
1513
|
/**
|
|
1514
1514
|
* 表示执行过程中的日志输出,异步调用返回为空
|
|
1515
1515
|
*/
|
|
1516
|
-
Log
|
|
1516
|
+
Log?: string
|
|
1517
1517
|
/**
|
|
1518
1518
|
* 表示执行函数的返回,异步调用返回为空
|
|
1519
1519
|
*/
|
|
1520
|
-
RetMsg
|
|
1520
|
+
RetMsg?: string
|
|
1521
1521
|
/**
|
|
1522
1522
|
* 表示执行函数的错误返回信息,异步调用返回为空
|
|
1523
1523
|
*/
|
|
1524
|
-
ErrMsg
|
|
1524
|
+
ErrMsg?: string
|
|
1525
1525
|
/**
|
|
1526
1526
|
* 执行函数时的内存大小,单位为Byte,异步调用返回为空
|
|
1527
1527
|
*/
|
|
1528
|
-
MemUsage
|
|
1528
|
+
MemUsage?: number
|
|
1529
1529
|
/**
|
|
1530
1530
|
* 表示执行函数的耗时,单位是毫秒,异步调用返回为空
|
|
1531
1531
|
*/
|
|
1532
|
-
Duration
|
|
1532
|
+
Duration?: number
|
|
1533
1533
|
/**
|
|
1534
1534
|
* 表示函数的计费耗时,单位是毫秒,异步调用返回为空
|
|
1535
1535
|
*/
|
|
1536
|
-
BillDuration
|
|
1536
|
+
BillDuration?: number
|
|
1537
1537
|
/**
|
|
1538
1538
|
* 此次函数执行的Id
|
|
1539
1539
|
*/
|
|
1540
|
-
FunctionRequestId
|
|
1540
|
+
FunctionRequestId?: string
|
|
1541
1541
|
/**
|
|
1542
1542
|
* 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。
|
|
1543
1543
|
*/
|
|
1544
|
-
InvokeResult
|
|
1544
|
+
InvokeResult?: number
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
1547
|
/**
|