tencentcloud-sdk-nodejs 4.0.600 → 4.0.602
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 +684 -0
- package/SERVICE_CHANGELOG.md +935 -81
- package/package.json +1 -1
- package/products.md +193 -193
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +38 -6
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +6 -2
- package/src/services/cdb/v20170320/cdb_models.ts +17 -11
- package/src/services/cdn/v20180606/cdn_models.ts +140 -77
- package/src/services/cfw/v20190904/cfw_client.ts +22 -10
- package/src/services/cfw/v20190904/cfw_models.ts +69 -0
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +14 -2
- package/src/services/domain/v20180808/domain_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -3
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/nlp/v20190408/nlp_models.ts +7 -7
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/src/services/organization/v20210331/organization_models.ts +9 -4
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +12 -12
- package/src/services/ssl/v20191205/ssl_client.ts +354 -79
- package/src/services/ssl/v20191205/ssl_models.ts +2986 -1253
- package/src/services/tcss/v20201101/tcss_models.ts +981 -179
- package/src/services/teo/v20220901/teo_models.ts +5 -0
- package/src/services/thpc/v20230321/thpc_models.ts +28 -0
- package/src/services/tsf/v20180326/tsf_client.ts +18 -6
- package/src/services/tsf/v20180326/tsf_models.ts +31 -0
- package/src/services/vod/v20180717/vod_models.ts +141 -1
- package/src/services/vpc/v20170312/vpc_client.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +54 -24
- package/src/services/vrs/v20200824/vrs_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_models.d.ts +32 -6
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -11
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +122 -59
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +10 -6
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +12 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +12 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +7 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -12
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +95 -11
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +141 -15
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2548 -1081
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +826 -181
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +24 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +7 -3
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +9 -3
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +113 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -24
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
- package/test/cfw.v20190904.test.js +12 -2
- package/test/ssl.v20191205.test.js +220 -10
- package/test/tsf.v20180326.test.js +12 -2
|
@@ -769,6 +769,19 @@ export interface QueueConfig {
|
|
|
769
769
|
* 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
|
770
770
|
*/
|
|
771
771
|
DesiredIdleNodeCapacity?: number
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* 扩容比例。默认值:100。取值范围:1~100。
|
|
775
|
+
如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
|
|
776
|
+
*/
|
|
777
|
+
ScaleOutRatio?: number
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* 比例扩容阈值。默认值:0。取值范围:0~200。
|
|
781
|
+
当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
|
|
782
|
+
此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
|
|
783
|
+
*/
|
|
784
|
+
ScaleOutNodeThreshold?: number
|
|
772
785
|
}
|
|
773
786
|
|
|
774
787
|
/**
|
|
@@ -1299,6 +1312,21 @@ export interface QueueConfigOverview {
|
|
|
1299
1312
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1300
1313
|
*/
|
|
1301
1314
|
DesiredIdleNodeCapacity?: number
|
|
1315
|
+
|
|
1316
|
+
/**
|
|
1317
|
+
* 扩容比例。默认值:100。取值范围:1~100。
|
|
1318
|
+
如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
|
|
1319
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
|
+
*/
|
|
1321
|
+
ScaleOutRatio?: number
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* 比例扩容阈值。默认值:0。取值范围:0~200。
|
|
1325
|
+
当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
|
|
1326
|
+
此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
|
|
1327
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1328
|
+
*/
|
|
1329
|
+
ScaleOutNodeThreshold?: number
|
|
1302
1330
|
}
|
|
1303
1331
|
|
|
1304
1332
|
/**
|
|
@@ -314,6 +314,7 @@ import {
|
|
|
314
314
|
CreateLaneRuleResponse,
|
|
315
315
|
CreateTaskResponse,
|
|
316
316
|
DescribeContainerGroupsResponse,
|
|
317
|
+
CreateUnitNamespacesResponse,
|
|
317
318
|
UpdateApiGroupResponse,
|
|
318
319
|
DescribeGroupsWithPluginResponse,
|
|
319
320
|
AddInstancesRequest,
|
|
@@ -354,6 +355,7 @@ import {
|
|
|
354
355
|
DescribeBusinessLogConfigResponse,
|
|
355
356
|
TerminateTaskFlowBatchRequest,
|
|
356
357
|
CreateUnitRuleResponse,
|
|
358
|
+
CreateUnitNamespacesRequest,
|
|
357
359
|
DescribeTaskRecordsResponse,
|
|
358
360
|
VmGroup,
|
|
359
361
|
DescribeApiUseDetailResponse,
|
|
@@ -1232,13 +1234,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1232
1234
|
}
|
|
1233
1235
|
|
|
1234
1236
|
/**
|
|
1235
|
-
*
|
|
1237
|
+
* 批量创建单元化命名空间
|
|
1236
1238
|
*/
|
|
1237
|
-
async
|
|
1238
|
-
req:
|
|
1239
|
-
cb?: (error: string, rep:
|
|
1240
|
-
): Promise<
|
|
1241
|
-
return this.request("
|
|
1239
|
+
async CreateUnitNamespaces(
|
|
1240
|
+
req: CreateUnitNamespacesRequest,
|
|
1241
|
+
cb?: (error: string, rep: CreateUnitNamespacesResponse) => void
|
|
1242
|
+
): Promise<CreateUnitNamespacesResponse> {
|
|
1243
|
+
return this.request("CreateUnitNamespaces", req, cb)
|
|
1242
1244
|
}
|
|
1243
1245
|
|
|
1244
1246
|
/**
|
|
@@ -2343,6 +2345,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
2343
2345
|
return this.request("DescribeJvmMonitor", req, cb)
|
|
2344
2346
|
}
|
|
2345
2347
|
|
|
2348
|
+
/**
|
|
2349
|
+
* 查询工作流最新一个批次的状态信息
|
|
2350
|
+
*/
|
|
2351
|
+
async DescribeFlowLastBatchState(
|
|
2352
|
+
req: DescribeFlowLastBatchStateRequest,
|
|
2353
|
+
cb?: (error: string, rep: DescribeFlowLastBatchStateResponse) => void
|
|
2354
|
+
): Promise<DescribeFlowLastBatchStateResponse> {
|
|
2355
|
+
return this.request("DescribeFlowLastBatchState", req, cb)
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2346
2358
|
/**
|
|
2347
2359
|
* 发布配置,并且返回配置 ID
|
|
2348
2360
|
*/
|
|
@@ -8235,6 +8235,22 @@ export interface DescribeContainerGroupsResponse {
|
|
|
8235
8235
|
RequestId?: string
|
|
8236
8236
|
}
|
|
8237
8237
|
|
|
8238
|
+
/**
|
|
8239
|
+
* CreateUnitNamespaces返回参数结构体
|
|
8240
|
+
*/
|
|
8241
|
+
export interface CreateUnitNamespacesResponse {
|
|
8242
|
+
/**
|
|
8243
|
+
* 是否成功
|
|
8244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8245
|
+
*/
|
|
8246
|
+
Result?: boolean
|
|
8247
|
+
|
|
8248
|
+
/**
|
|
8249
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8250
|
+
*/
|
|
8251
|
+
RequestId?: string
|
|
8252
|
+
}
|
|
8253
|
+
|
|
8238
8254
|
/**
|
|
8239
8255
|
* UpdateApiGroup返回参数结构体
|
|
8240
8256
|
*/
|
|
@@ -9251,6 +9267,21 @@ export interface CreateUnitRuleResponse {
|
|
|
9251
9267
|
RequestId?: string
|
|
9252
9268
|
}
|
|
9253
9269
|
|
|
9270
|
+
/**
|
|
9271
|
+
* CreateUnitNamespaces请求参数结构体
|
|
9272
|
+
*/
|
|
9273
|
+
export interface CreateUnitNamespacesRequest {
|
|
9274
|
+
/**
|
|
9275
|
+
* 网关实体ID
|
|
9276
|
+
*/
|
|
9277
|
+
GatewayInstanceId: string
|
|
9278
|
+
|
|
9279
|
+
/**
|
|
9280
|
+
* 单元化命名空间对象列表
|
|
9281
|
+
*/
|
|
9282
|
+
UnitNamespaceList?: Array<UnitNamespace>
|
|
9283
|
+
}
|
|
9284
|
+
|
|
9254
9285
|
/**
|
|
9255
9286
|
* DescribeTaskRecords返回参数结构体
|
|
9256
9287
|
*/
|
|
@@ -1293,6 +1293,11 @@ export interface AiReviewTaskPoliticalOcrResult {
|
|
|
1293
1293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1294
1294
|
*/
|
|
1295
1295
|
Output: AiReviewPoliticalOcrTaskOutput
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* 音视频审核 Ocr 文字涉及令人不适宜信息的任务进度,取值范围 [0-100] 。
|
|
1299
|
+
*/
|
|
1300
|
+
Progress?: number
|
|
1296
1301
|
}
|
|
1297
1302
|
|
|
1298
1303
|
/**
|
|
@@ -2390,6 +2395,16 @@ export interface AiRecognitionTaskFaceResult {
|
|
|
2390
2395
|
* 人脸识别任务进度,取值范围 [0-100] 。
|
|
2391
2396
|
*/
|
|
2392
2397
|
Progress: number
|
|
2398
|
+
|
|
2399
|
+
/**
|
|
2400
|
+
* 人脸识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
2401
|
+
*/
|
|
2402
|
+
BeginProcessTime?: string
|
|
2403
|
+
|
|
2404
|
+
/**
|
|
2405
|
+
* 人脸识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
2406
|
+
*/
|
|
2407
|
+
FinishTime?: string
|
|
2393
2408
|
}
|
|
2394
2409
|
|
|
2395
2410
|
/**
|
|
@@ -3432,6 +3447,16 @@ export interface AiAnalysisTaskCoverResult {
|
|
|
3432
3447
|
* 智能封面任务进度,取值范围 [0-100] 。
|
|
3433
3448
|
*/
|
|
3434
3449
|
Progress: number
|
|
3450
|
+
|
|
3451
|
+
/**
|
|
3452
|
+
* 智能封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
3453
|
+
*/
|
|
3454
|
+
BeginProcessTime?: string
|
|
3455
|
+
|
|
3456
|
+
/**
|
|
3457
|
+
* 智能封面任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
3458
|
+
*/
|
|
3459
|
+
FinishTime?: string
|
|
3435
3460
|
}
|
|
3436
3461
|
|
|
3437
3462
|
/**
|
|
@@ -3604,6 +3629,16 @@ export interface AiAnalysisTaskHighlightResult {
|
|
|
3604
3629
|
* 智能精彩片段任务进度,取值范围 [0-100] 。
|
|
3605
3630
|
*/
|
|
3606
3631
|
Progress: number
|
|
3632
|
+
|
|
3633
|
+
/**
|
|
3634
|
+
* 智能精彩片段任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
3635
|
+
*/
|
|
3636
|
+
BeginProcessTime?: string
|
|
3637
|
+
|
|
3638
|
+
/**
|
|
3639
|
+
* 智能精彩片段任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
3640
|
+
*/
|
|
3641
|
+
FinishTime?: string
|
|
3607
3642
|
}
|
|
3608
3643
|
|
|
3609
3644
|
/**
|
|
@@ -5198,6 +5233,16 @@ export interface AiRecognitionTaskOcrWordsResult {
|
|
|
5198
5233
|
* 文本关键词识别任务进度,取值范围 [0-100] 。
|
|
5199
5234
|
*/
|
|
5200
5235
|
Progress: number
|
|
5236
|
+
|
|
5237
|
+
/**
|
|
5238
|
+
* 文本关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5239
|
+
*/
|
|
5240
|
+
BeginProcessTime?: string
|
|
5241
|
+
|
|
5242
|
+
/**
|
|
5243
|
+
* 文本关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5244
|
+
*/
|
|
5245
|
+
FinishTime?: string
|
|
5201
5246
|
}
|
|
5202
5247
|
|
|
5203
5248
|
/**
|
|
@@ -5262,6 +5307,16 @@ export interface AiRecognitionTaskSegmentResult {
|
|
|
5262
5307
|
* 视频拆条任务进度,取值范围 [0-100] 。
|
|
5263
5308
|
*/
|
|
5264
5309
|
Progress: number
|
|
5310
|
+
|
|
5311
|
+
/**
|
|
5312
|
+
* 视频拆条任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5313
|
+
*/
|
|
5314
|
+
BeginProcessTime?: string
|
|
5315
|
+
|
|
5316
|
+
/**
|
|
5317
|
+
* 视频拆条任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
5318
|
+
*/
|
|
5319
|
+
FinishTime?: string
|
|
5265
5320
|
}
|
|
5266
5321
|
|
|
5267
5322
|
/**
|
|
@@ -7665,6 +7720,16 @@ export interface AiAnalysisTaskTagResult {
|
|
|
7665
7720
|
* 智能标签任务进度,取值范围 [0-100] 。
|
|
7666
7721
|
*/
|
|
7667
7722
|
Progress: number
|
|
7723
|
+
|
|
7724
|
+
/**
|
|
7725
|
+
* 智能标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7726
|
+
*/
|
|
7727
|
+
BeginProcessTime?: string
|
|
7728
|
+
|
|
7729
|
+
/**
|
|
7730
|
+
* 智能标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7731
|
+
*/
|
|
7732
|
+
FinishTime?: string
|
|
7668
7733
|
}
|
|
7669
7734
|
|
|
7670
7735
|
/**
|
|
@@ -8239,6 +8304,16 @@ export interface AiRecognitionTaskOcrFullTextResult {
|
|
|
8239
8304
|
* 文本全文识别任务进度,取值范围 [0-100] 。
|
|
8240
8305
|
*/
|
|
8241
8306
|
Progress: number
|
|
8307
|
+
|
|
8308
|
+
/**
|
|
8309
|
+
* 文本全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
8310
|
+
*/
|
|
8311
|
+
BeginProcessTime?: string
|
|
8312
|
+
|
|
8313
|
+
/**
|
|
8314
|
+
* 文本全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
8315
|
+
*/
|
|
8316
|
+
FinishTime?: string
|
|
8242
8317
|
}
|
|
8243
8318
|
|
|
8244
8319
|
/**
|
|
@@ -12949,6 +13024,16 @@ export interface AiAnalysisTaskClassificationResult {
|
|
|
12949
13024
|
* 智能分类任务进度,取值范围 [0-100] 。
|
|
12950
13025
|
*/
|
|
12951
13026
|
Progress: number
|
|
13027
|
+
|
|
13028
|
+
/**
|
|
13029
|
+
* 智能分类任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
13030
|
+
*/
|
|
13031
|
+
BeginProcessTime?: string
|
|
13032
|
+
|
|
13033
|
+
/**
|
|
13034
|
+
* 智能分类任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
13035
|
+
*/
|
|
13036
|
+
FinishTime?: string
|
|
12952
13037
|
}
|
|
12953
13038
|
|
|
12954
13039
|
/**
|
|
@@ -13794,6 +13879,11 @@ export interface ExtractTraceWatermarkTaskInput {
|
|
|
13794
13879
|
* 需要提取水印的媒体 URL。
|
|
13795
13880
|
*/
|
|
13796
13881
|
Url: string
|
|
13882
|
+
|
|
13883
|
+
/**
|
|
13884
|
+
* 媒体文件 ID。Url 对应的原始媒体文件 ID。
|
|
13885
|
+
*/
|
|
13886
|
+
FileId?: string
|
|
13797
13887
|
}
|
|
13798
13888
|
|
|
13799
13889
|
/**
|
|
@@ -14284,6 +14374,16 @@ export interface AiAnalysisTaskFrameTagResult {
|
|
|
14284
14374
|
* 智能按帧标签任务进度,取值范围 [0-100] 。
|
|
14285
14375
|
*/
|
|
14286
14376
|
Progress: number
|
|
14377
|
+
|
|
14378
|
+
/**
|
|
14379
|
+
* 智能按帧标签任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14380
|
+
*/
|
|
14381
|
+
BeginProcessTime?: string
|
|
14382
|
+
|
|
14383
|
+
/**
|
|
14384
|
+
* 智能按帧标签任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14385
|
+
*/
|
|
14386
|
+
FinishTime?: string
|
|
14287
14387
|
}
|
|
14288
14388
|
|
|
14289
14389
|
/**
|
|
@@ -14390,9 +14490,19 @@ export interface AiRecognitionTaskAsrFullTextResult {
|
|
|
14390
14490
|
Output: AiRecognitionTaskAsrFullTextResultOutput
|
|
14391
14491
|
|
|
14392
14492
|
/**
|
|
14393
|
-
*
|
|
14493
|
+
* 语音全文识别任务进度,取值范围 [0-100] 。
|
|
14394
14494
|
*/
|
|
14395
14495
|
Progress: number
|
|
14496
|
+
|
|
14497
|
+
/**
|
|
14498
|
+
* 语音全文识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14499
|
+
*/
|
|
14500
|
+
BeginProcessTime?: string
|
|
14501
|
+
|
|
14502
|
+
/**
|
|
14503
|
+
* 语音全文识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
14504
|
+
*/
|
|
14505
|
+
FinishTime?: string
|
|
14396
14506
|
}
|
|
14397
14507
|
|
|
14398
14508
|
/**
|
|
@@ -18393,6 +18503,16 @@ export interface AiRecognitionTaskObjectResult {
|
|
|
18393
18503
|
* 物体识别任务进度,取值范围 [0-100] 。
|
|
18394
18504
|
*/
|
|
18395
18505
|
Progress: number
|
|
18506
|
+
|
|
18507
|
+
/**
|
|
18508
|
+
* 物体识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
18509
|
+
*/
|
|
18510
|
+
BeginProcessTime?: string
|
|
18511
|
+
|
|
18512
|
+
/**
|
|
18513
|
+
* 物体识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
18514
|
+
*/
|
|
18515
|
+
FinishTime?: string
|
|
18396
18516
|
}
|
|
18397
18517
|
|
|
18398
18518
|
/**
|
|
@@ -18517,6 +18637,16 @@ export interface AiRecognitionTaskAsrWordsResult {
|
|
|
18517
18637
|
* 语音关键词识别任务进度,取值范围 [0-100] 。
|
|
18518
18638
|
*/
|
|
18519
18639
|
Progress: number
|
|
18640
|
+
|
|
18641
|
+
/**
|
|
18642
|
+
* 语音关键词识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
18643
|
+
*/
|
|
18644
|
+
BeginProcessTime?: string
|
|
18645
|
+
|
|
18646
|
+
/**
|
|
18647
|
+
* 语音关键词识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
18648
|
+
*/
|
|
18649
|
+
FinishTime?: string
|
|
18520
18650
|
}
|
|
18521
18651
|
|
|
18522
18652
|
/**
|
|
@@ -19781,6 +19911,16 @@ export interface AiRecognitionTaskHeadTailResult {
|
|
|
19781
19911
|
* 视频片头片尾识别任务进度,取值范围 [0-100] 。
|
|
19782
19912
|
*/
|
|
19783
19913
|
Progress: number
|
|
19914
|
+
|
|
19915
|
+
/**
|
|
19916
|
+
* 视频片头片尾识别任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
19917
|
+
*/
|
|
19918
|
+
BeginProcessTime?: string
|
|
19919
|
+
|
|
19920
|
+
/**
|
|
19921
|
+
* 视频片头片尾识别任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
19922
|
+
*/
|
|
19923
|
+
FinishTime?: string
|
|
19784
19924
|
}
|
|
19785
19925
|
|
|
19786
19926
|
/**
|
|
@@ -1185,7 +1185,7 @@ export class Client extends AbstractClient {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
1187
|
/**
|
|
1188
|
-
*
|
|
1188
|
+
* 本接口(EnableVpnGatewaySslClientCert)用于启用SSL-VPN-CLIENT 证书。
|
|
1189
1189
|
*/
|
|
1190
1190
|
async EnableVpnGatewaySslClientCert(
|
|
1191
1191
|
req: EnableVpnGatewaySslClientCertRequest,
|
|
@@ -1498,7 +1498,7 @@ export class Client extends AbstractClient {
|
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
1500
|
/**
|
|
1501
|
-
*
|
|
1501
|
+
* 本接口(DeleteVpnGatewaySslClient)用于删除SSL-VPN-CLIENT。
|
|
1502
1502
|
*/
|
|
1503
1503
|
async DeleteVpnGatewaySslClient(
|
|
1504
1504
|
req: DeleteVpnGatewaySslClientRequest,
|
|
@@ -2956,7 +2956,7 @@ export class Client extends AbstractClient {
|
|
|
2956
2956
|
}
|
|
2957
2957
|
|
|
2958
2958
|
/**
|
|
2959
|
-
*
|
|
2959
|
+
* 本接口(DownloadVpnGatewaySslClientCert)用于下载SSL-VPN-CLIENT 客户端证书。
|
|
2960
2960
|
*/
|
|
2961
2961
|
async DownloadVpnGatewaySslClientCert(
|
|
2962
2962
|
req: DownloadVpnGatewaySslClientCertRequest,
|
|
@@ -1119,7 +1119,7 @@ export interface DeleteVpnGatewaySslClientResponse {
|
|
|
1119
1119
|
/**
|
|
1120
1120
|
* 异步任务ID。
|
|
1121
1121
|
*/
|
|
1122
|
-
TaskId
|
|
1122
|
+
TaskId?: number
|
|
1123
1123
|
|
|
1124
1124
|
/**
|
|
1125
1125
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2284,9 +2284,14 @@ export interface DescribeDirectConnectGatewaysRequest {
|
|
|
2284
2284
|
*/
|
|
2285
2285
|
export interface DisableVpnGatewaySslClientCertRequest {
|
|
2286
2286
|
/**
|
|
2287
|
-
* SSL-VPN-CLIENT 实例ID
|
|
2287
|
+
* SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。
|
|
2288
2288
|
*/
|
|
2289
|
-
SslVpnClientId
|
|
2289
|
+
SslVpnClientId?: string
|
|
2290
|
+
|
|
2291
|
+
/**
|
|
2292
|
+
* SSL-VPN-CLIENT 实例ID列表。批量禁用时使用。不可和SslVpnClientId同时使用。
|
|
2293
|
+
*/
|
|
2294
|
+
SslVpnClientIds?: Array<string>
|
|
2290
2295
|
}
|
|
2291
2296
|
|
|
2292
2297
|
/**
|
|
@@ -3306,7 +3311,7 @@ export interface DisableVpnGatewaySslClientCertResponse {
|
|
|
3306
3311
|
/**
|
|
3307
3312
|
* 异步任务实例ID。
|
|
3308
3313
|
*/
|
|
3309
|
-
TaskId
|
|
3314
|
+
TaskId?: number
|
|
3310
3315
|
|
|
3311
3316
|
/**
|
|
3312
3317
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6779,12 +6784,12 @@ export interface CreateVpnGatewaySslClientResponse {
|
|
|
6779
6784
|
/**
|
|
6780
6785
|
* 异步任务ID。
|
|
6781
6786
|
*/
|
|
6782
|
-
TaskId
|
|
6787
|
+
TaskId?: number
|
|
6783
6788
|
|
|
6784
6789
|
/**
|
|
6785
6790
|
* SSL-VPN client 唯一ID
|
|
6786
6791
|
*/
|
|
6787
|
-
SslVpnClientId
|
|
6792
|
+
SslVpnClientId?: string
|
|
6788
6793
|
|
|
6789
6794
|
/**
|
|
6790
6795
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8170,9 +8175,14 @@ export interface DescribeClassicLinkInstancesResponse {
|
|
|
8170
8175
|
*/
|
|
8171
8176
|
export interface EnableVpnGatewaySslClientCertRequest {
|
|
8172
8177
|
/**
|
|
8173
|
-
* SSL-VPN-CLIENT 实例ID
|
|
8178
|
+
* SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。
|
|
8174
8179
|
*/
|
|
8175
|
-
SslVpnClientId
|
|
8180
|
+
SslVpnClientId?: string
|
|
8181
|
+
|
|
8182
|
+
/**
|
|
8183
|
+
* SSL-VPN-CLIENT 实例ID列表。批量启用时使用。不可和SslVpnClientId同时使用。
|
|
8184
|
+
*/
|
|
8185
|
+
SslVpnClientIds?: Array<string>
|
|
8176
8186
|
}
|
|
8177
8187
|
|
|
8178
8188
|
/**
|
|
@@ -9312,19 +9322,19 @@ export interface SslVpnSever {
|
|
|
9312
9322
|
*/
|
|
9313
9323
|
export interface DownloadVpnGatewaySslClientCertResponse {
|
|
9314
9324
|
/**
|
|
9315
|
-
*
|
|
9325
|
+
* SSL-VPN 客户端配置。
|
|
9316
9326
|
*/
|
|
9317
|
-
SslClientConfigsSet
|
|
9327
|
+
SslClientConfigsSet?: string
|
|
9318
9328
|
|
|
9319
9329
|
/**
|
|
9320
|
-
* SSL-VPN
|
|
9330
|
+
* SSL-VPN 客户端配置。
|
|
9321
9331
|
*/
|
|
9322
|
-
SslClientConfig
|
|
9332
|
+
SslClientConfig?: Array<SslClientConfig>
|
|
9323
9333
|
|
|
9324
9334
|
/**
|
|
9325
|
-
* 是否鉴权成功 只有传入SamlToken
|
|
9335
|
+
* 是否鉴权成功 只有传入SamlToken 才生效,1为成功,0为失败。
|
|
9326
9336
|
*/
|
|
9327
|
-
Authenticated
|
|
9337
|
+
Authenticated?: number
|
|
9328
9338
|
|
|
9329
9339
|
/**
|
|
9330
9340
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -9731,9 +9741,14 @@ export interface CreateVpnGatewaySslClientRequest {
|
|
|
9731
9741
|
SslVpnServerId: string
|
|
9732
9742
|
|
|
9733
9743
|
/**
|
|
9734
|
-
*
|
|
9744
|
+
* SSL-VPN-CLIENT实例Name。不可和SslVpnClientNames同时使用。
|
|
9745
|
+
*/
|
|
9746
|
+
SslVpnClientName?: string
|
|
9747
|
+
|
|
9748
|
+
/**
|
|
9749
|
+
* SSL-VPN-CLIENT实例Name数字。批量创建时使用。不可和SslVpnClientName同时使用。
|
|
9735
9750
|
*/
|
|
9736
|
-
|
|
9751
|
+
SslVpnClientNames?: Array<string>
|
|
9737
9752
|
}
|
|
9738
9753
|
|
|
9739
9754
|
/**
|
|
@@ -10517,7 +10532,7 @@ AVAILABLE:可用的
|
|
|
10517
10532
|
State?: string
|
|
10518
10533
|
|
|
10519
10534
|
/**
|
|
10520
|
-
* IP服务质量等级,可选值:PT、AU、AG、DEFAULT
|
|
10535
|
+
* IP服务质量等级,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
10521
10536
|
*/
|
|
10522
10537
|
QosLevel?: string
|
|
10523
10538
|
}
|
|
@@ -11300,9 +11315,14 @@ export interface ModifyTemplateMemberResponse {
|
|
|
11300
11315
|
*/
|
|
11301
11316
|
export interface DeleteVpnGatewaySslClientRequest {
|
|
11302
11317
|
/**
|
|
11303
|
-
* SSL-VPN-CLIENT 实例ID
|
|
11318
|
+
* SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。
|
|
11304
11319
|
*/
|
|
11305
|
-
SslVpnClientId
|
|
11320
|
+
SslVpnClientId?: string
|
|
11321
|
+
|
|
11322
|
+
/**
|
|
11323
|
+
* SSL-VPN-CLIENT 实例ID列表。批量删除时使用。不可和SslVpnClientId同时使用。
|
|
11324
|
+
*/
|
|
11325
|
+
SslVpnClientIds?: Array<string>
|
|
11306
11326
|
}
|
|
11307
11327
|
|
|
11308
11328
|
/**
|
|
@@ -12375,6 +12395,11 @@ export interface SslClientConfig {
|
|
|
12375
12395
|
* 客户端证书
|
|
12376
12396
|
*/
|
|
12377
12397
|
SslVpnCert: string
|
|
12398
|
+
|
|
12399
|
+
/**
|
|
12400
|
+
* SSL-VPN-CLIENT 实例ID。
|
|
12401
|
+
*/
|
|
12402
|
+
SslVpnClientId?: string
|
|
12378
12403
|
}
|
|
12379
12404
|
|
|
12380
12405
|
/**
|
|
@@ -14290,19 +14315,24 @@ export interface AttachClassicLinkVpcResponse {
|
|
|
14290
14315
|
*/
|
|
14291
14316
|
export interface DownloadVpnGatewaySslClientCertRequest {
|
|
14292
14317
|
/**
|
|
14293
|
-
* SSL-VPN-CLIENT 实例ID
|
|
14318
|
+
* SSL-VPN-CLIENT 实例ID。不可以和SslVpnClientIds同时使用。
|
|
14294
14319
|
*/
|
|
14295
|
-
SslVpnClientId
|
|
14320
|
+
SslVpnClientId?: string
|
|
14296
14321
|
|
|
14297
14322
|
/**
|
|
14298
|
-
* SAML
|
|
14323
|
+
* SAML Token(SAML令牌)。
|
|
14299
14324
|
*/
|
|
14300
14325
|
SamlToken?: string
|
|
14301
14326
|
|
|
14302
14327
|
/**
|
|
14303
|
-
* VPN门户网站使用。默认
|
|
14328
|
+
* VPN门户网站使用。默认False
|
|
14304
14329
|
*/
|
|
14305
14330
|
IsVpnPortal?: boolean
|
|
14331
|
+
|
|
14332
|
+
/**
|
|
14333
|
+
* SSL-VPN-CLIENT 实例ID列表。批量下载时使用。不可以和SslVpnClientId同时使用。
|
|
14334
|
+
*/
|
|
14335
|
+
SslVpnClientIds?: Array<string>
|
|
14306
14336
|
}
|
|
14307
14337
|
|
|
14308
14338
|
/**
|
|
@@ -15750,7 +15780,7 @@ export interface EnableVpnGatewaySslClientCertResponse {
|
|
|
15750
15780
|
/**
|
|
15751
15781
|
* 异步任务实例ID。
|
|
15752
15782
|
*/
|
|
15753
|
-
TaskId
|
|
15783
|
+
TaskId?: number
|
|
15754
15784
|
|
|
15755
15785
|
/**
|
|
15756
15786
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -316,7 +316,7 @@ export interface CreateVRSTaskRequest {
|
|
|
316
316
|
|
|
317
317
|
/**
|
|
318
318
|
* 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。
|
|
319
|
-
回调采用POST请求方式,Content-Type为application/
|
|
319
|
+
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
|
|
320
320
|
*/
|
|
321
321
|
CallbackUrl?: string
|
|
322
322
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.602";
|