tencentcloud-sdk-nodejs 4.0.594 → 4.0.596

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.
Files changed (99) hide show
  1. package/CHANGELOG.md +366 -0
  2. package/SERVICE_CHANGELOG.md +350 -100
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  7. package/src/services/asr/v20190614/asr_client.ts +2 -2
  8. package/src/services/asr/v20190614/asr_models.ts +34 -23
  9. package/src/services/cam/v20190116/cam_models.ts +6 -0
  10. package/src/services/cbs/v20170312/cbs_client.ts +2 -5
  11. package/src/services/cbs/v20170312/cbs_models.ts +10 -9
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +14 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +55 -11
  14. package/src/services/clb/v20180317/clb_models.ts +5 -1
  15. package/src/services/cls/v20201016/cls_models.ts +16 -0
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +59 -21
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +255 -16
  18. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  19. package/src/services/es/v20180416/es_models.ts +10 -0
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -3
  21. package/src/services/gs/v20191118/gs_models.ts +1 -1
  22. package/src/services/lighthouse/v20200324/lighthouse_client.ts +33 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +59 -5
  24. package/src/services/live/v20180801/live_client.ts +13 -0
  25. package/src/services/live/v20180801/live_models.ts +106 -0
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +86 -2
  27. package/src/services/ocr/v20181119/ocr_client.ts +26 -3
  28. package/src/services/ocr/v20181119/ocr_models.ts +5 -2
  29. package/src/services/omics/v20221128/omics_client.ts +55 -11
  30. package/src/services/omics/v20221128/omics_models.ts +575 -211
  31. package/src/services/redis/v20180412/redis_client.ts +1 -1
  32. package/src/services/redis/v20180412/redis_models.ts +19 -19
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
  34. package/src/services/tione/v20211111/tione_models.ts +2 -2
  35. package/src/services/tke/v20180525/tke_models.ts +6 -0
  36. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  37. package/src/services/tsf/v20180326/tsf_client.ts +13 -1
  38. package/src/services/tsf/v20180326/tsf_models.ts +61 -31
  39. package/src/services/tts/v20190823/tts_models.ts +9 -0
  40. package/src/services/vod/v20180717/vod_models.ts +70 -0
  41. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  42. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  47. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  48. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +33 -23
  49. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  50. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +2 -5
  51. package/tencentcloud/services/cbs/v20170312/cbs_client.js +2 -5
  52. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -6
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +49 -10
  56. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -7
  59. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -9
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +216 -15
  61. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  62. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -3
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
  66. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +18 -1
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +21 -0
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +52 -4
  69. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  70. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +89 -0
  72. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +73 -2
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +26 -3
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +26 -3
  75. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -2
  76. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  77. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  78. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +503 -191
  79. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  80. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  81. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -19
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  83. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  84. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  85. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  86. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  87. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  88. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -26
  89. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -0
  90. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  92. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  94. package/test/ckafka.v20190819.test.js +10 -0
  95. package/test/cynosdb.v20190107.test.js +36 -6
  96. package/test/lighthouse.v20200324.test.js +20 -0
  97. package/test/live.v20180801.test.js +10 -0
  98. package/test/omics.v20221128.test.js +30 -0
  99. package/test/tsf.v20180326.test.js +10 -0
@@ -483,7 +483,7 @@ export class Client extends AbstractClient {
483
483
  }
484
484
 
485
485
  /**
486
- * 查询实例节点信息
486
+ * 本接口(DescribeInstanceNodeInfo)用于查询实例节点信息。
487
487
  */
488
488
  async DescribeInstanceNodeInfo(
489
489
  req: DescribeInstanceNodeInfoRequest,
@@ -3015,22 +3015,22 @@ export interface DescribeReplicationGroupRequest {
3015
3015
  */
3016
3016
  export interface RedisNodes {
3017
3017
  /**
3018
- * 节点ID
3018
+ * 节点 ID
3019
3019
  */
3020
3020
  NodeId: string
3021
3021
 
3022
3022
  /**
3023
- * 节点角色
3023
+ * 节点角色。
3024
3024
  */
3025
3025
  NodeRole: string
3026
3026
 
3027
3027
  /**
3028
- * 分片ID
3028
+ * 分片 ID
3029
3029
  */
3030
3030
  ClusterId: number
3031
3031
 
3032
3032
  /**
3033
- * 可用区ID
3033
+ * 可用区 ID
3034
3034
  */
3035
3035
  ZoneId: number
3036
3036
  }
@@ -5150,17 +5150,17 @@ export interface BigKeyTypeInfo {
5150
5150
  */
5151
5151
  export interface DescribeInstanceNodeInfoRequest {
5152
5152
  /**
5153
- * 实例ID
5153
+ * 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
5154
5154
  */
5155
5155
  InstanceId: string
5156
5156
 
5157
5157
  /**
5158
- * 列表大小
5158
+ * 列表大小。每页输出的节点信息大小。默认为 20,最多输出1000条。该字段已不再使用,请忽略。
5159
5159
  */
5160
5160
  Limit?: number
5161
5161
 
5162
5162
  /**
5163
- * 偏移量
5163
+ * 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。该字段已不再使用,请忽略。
5164
5164
  */
5165
5165
  Offset?: number
5166
5166
  }
@@ -6031,37 +6031,37 @@ export interface UpgradeInstanceRequest {
6031
6031
  */
6032
6032
  export interface DescribeInstanceNodeInfoResponse {
6033
6033
  /**
6034
- * proxy节点数量
6034
+ * Proxy节点数量。
6035
6035
  */
6036
- ProxyCount: number
6036
+ ProxyCount?: number
6037
6037
 
6038
6038
  /**
6039
- * proxy节点信息
6039
+ * Proxy节点信息。
6040
6040
  注意:此字段可能返回 null,表示取不到有效值。
6041
6041
  */
6042
- Proxy: Array<ProxyNodes>
6042
+ Proxy?: Array<ProxyNodes>
6043
6043
 
6044
6044
  /**
6045
- * redis节点数量
6045
+ * Redis节点数量。
6046
6046
  */
6047
- RedisCount: number
6047
+ RedisCount?: number
6048
6048
 
6049
6049
  /**
6050
- * redis节点信息
6050
+ * Redis节点信息。
6051
6051
  注意:此字段可能返回 null,表示取不到有效值。
6052
6052
  */
6053
- Redis: Array<RedisNodes>
6053
+ Redis?: Array<RedisNodes>
6054
6054
 
6055
6055
  /**
6056
- * tendis节点数量
6056
+ * 该参数不再使用,请忽略。
6057
6057
  */
6058
- TendisCount: number
6058
+ TendisCount?: number
6059
6059
 
6060
6060
  /**
6061
- * tendis节点信息
6061
+ * 该参数不再使用,请忽略。
6062
6062
  注意:此字段可能返回 null,表示取不到有效值。
6063
6063
  */
6064
- Tendis: Array<TendisNodes>
6064
+ Tendis?: Array<TendisNodes>
6065
6065
 
6066
6066
  /**
6067
6067
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3552,6 +3552,11 @@ export interface DescribeTopicsRequest {
3552
3552
  */
3553
3553
  EnvironmentId: string
3554
3554
 
3555
+ /**
3556
+ * Pulsar 集群的ID
3557
+ */
3558
+ ClusterId: string
3559
+
3555
3560
  /**
3556
3561
  * 主题名模糊匹配。
3557
3562
  */
@@ -3576,11 +3581,6 @@ export interface DescribeTopicsRequest {
3576
3581
  */
3577
3582
  TopicType?: number
3578
3583
 
3579
- /**
3580
- * Pulsar 集群的ID
3581
- */
3582
- ClusterId?: string
3583
-
3584
3584
  /**
3585
3585
  * * TopicName
3586
3586
  按照主题名字查询,精确查询。
@@ -7248,12 +7248,12 @@ export interface DescribeTopicsResponse {
7248
7248
  /**
7249
7249
  * 主题集合数组。
7250
7250
  */
7251
- TopicSets: Array<Topic>
7251
+ TopicSets?: Array<Topic>
7252
7252
 
7253
7253
  /**
7254
7254
  * 主题数量。
7255
7255
  */
7256
- TotalCount: number
7256
+ TotalCount?: number
7257
7257
 
7258
7258
  /**
7259
7259
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5443,12 +5443,12 @@ export interface DescribeTrainingTasksResponse {
5443
5443
  /**
5444
5444
  * 训练任务集
5445
5445
  */
5446
- TrainingTaskSet: Array<TrainingTaskSetItem>
5446
+ TrainingTaskSet?: Array<TrainingTaskSetItem>
5447
5447
 
5448
5448
  /**
5449
5449
  * 数量
5450
5450
  */
5451
- TotalCount: number
5451
+ TotalCount?: number
5452
5452
 
5453
5453
  /**
5454
5454
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3405,6 +3405,12 @@ export interface EdgeCluster {
3405
3405
  注意:此字段可能返回 null,表示取不到有效值。
3406
3406
  */
3407
3407
  EdgeVersion?: string
3408
+
3409
+ /**
3410
+ * 集群绑定的云标签
3411
+ 注意:此字段可能返回 null,表示取不到有效值。
3412
+ */
3413
+ TagSpecification?: TagSpecification
3408
3414
  }
3409
3415
 
3410
3416
  /**
@@ -2320,7 +2320,7 @@ export interface CreateCloudRecordingRequest {
2320
2320
  ResourceExpiredHour?: number
2321
2321
 
2322
2322
  /**
2323
- * TRTC房间权限加密串,只有在TRTC控制台启用了高级权限控制的时候需要携带,在TRTC控制台如果开启高级权限控制后,TRTC 的后台服务系统会校验一个叫做 [PrivateMapKey](https://cloud.tencent.com/document/product/647/32240) 的“权限票据”,权限票据中包含了一个加密后的 RoomId 和一个加密后的“权限位列表”。由于 PrivateMapKey 中包含 RoomId,所以只提供了 UserSig 没有提供 PrivateMapKey 时,并不能进入指定的房间。
2323
+ * TRTC房间权限加密串,只有在TRTC控制台启用了高级权限控制的时候需要携带,在TRTC控制台如果开启高级权限控制后,TRTC 的后台服务系统会校验一个叫做 [PrivateMapKey] 的“权限票据”,权限票据中包含了一个加密后的 RoomId 和一个加密后的“权限位列表”。由于 PrivateMapKey 中包含 RoomId,所以只提供了 UserSig 没有提供 PrivateMapKey 时,并不能进入指定的房间。
2324
2324
  */
2325
2325
  PrivateMapKey?: string
2326
2326
  }
@@ -431,7 +431,7 @@ import {
431
431
  ConfigReleaseLog,
432
432
  CreateConfigRequest,
433
433
  TsfPageClusterV2,
434
- DescribeUploadInfoRequest,
434
+ DeleteGatewayApiResponse,
435
435
  OverviewBasicResourceUsage,
436
436
  DescribeUnitRulesResponse,
437
437
  UpdateGatewayApiRequest,
@@ -523,6 +523,7 @@ import {
523
523
  ContainerGroupDetail,
524
524
  BindApiGroupRequest,
525
525
  StopTaskBatchRequest,
526
+ DescribeUploadInfoRequest,
526
527
  ConfigTemplate,
527
528
  DescribeUnitApiUseDetailResponse,
528
529
  DescribeInvocationMetricScatterPlotResponse,
@@ -572,6 +573,7 @@ import {
572
573
  DisableUnitRuleResponse,
573
574
  ModifyApplicationRequest,
574
575
  DescribePathRewritesResponse,
576
+ DeleteGatewayApiRequest,
575
577
  AddInstanceResult,
576
578
  DescribeFlowLastBatchStateResponse,
577
579
  StopTaskExecuteResponse,
@@ -2411,6 +2413,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
2411
2413
  return this.request("SearchStdoutLog", req, cb)
2412
2414
  }
2413
2415
 
2416
+ /**
2417
+ * 批量删除API
2418
+ */
2419
+ async DeleteGatewayApi(
2420
+ req: DeleteGatewayApiRequest,
2421
+ cb?: (error: string, rep: DeleteGatewayApiResponse) => void
2422
+ ): Promise<DeleteGatewayApiResponse> {
2423
+ return this.request("DeleteGatewayApi", req, cb)
2424
+ }
2425
+
2414
2426
  /**
2415
2427
  * 创建工作流
2416
2428
  */
@@ -11550,43 +11550,18 @@ export interface TsfPageClusterV2 {
11550
11550
  }
11551
11551
 
11552
11552
  /**
11553
- * DescribeUploadInfo请求参数结构体
11553
+ * DeleteGatewayApi返回参数结构体
11554
11554
  */
11555
- export interface DescribeUploadInfoRequest {
11556
- /**
11557
- * 应用ID
11558
- */
11559
- ApplicationId: string
11560
-
11561
- /**
11562
- * 程序包名
11563
- */
11564
- PkgName: string
11565
-
11566
- /**
11567
- * 程序包版本
11568
- */
11569
- PkgVersion: string
11570
-
11571
- /**
11572
- * 程序包类型
11573
- */
11574
- PkgType: string
11575
-
11555
+ export interface DeleteGatewayApiResponse {
11576
11556
  /**
11577
- * 程序包介绍
11578
- */
11579
- PkgDesc?: string
11580
-
11581
- /**
11582
- * 程序包仓库类型
11557
+ * 是否成功
11583
11558
  */
11584
- RepositoryType?: string
11559
+ Result?: boolean
11585
11560
 
11586
11561
  /**
11587
- * 程序包仓库id
11562
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11588
11563
  */
11589
- RepositoryId?: string
11564
+ RequestId?: string
11590
11565
  }
11591
11566
 
11592
11567
  /**
@@ -13998,6 +13973,46 @@ export interface StopTaskBatchRequest {
13998
13973
  TaskId?: string
13999
13974
  }
14000
13975
 
13976
+ /**
13977
+ * DescribeUploadInfo请求参数结构体
13978
+ */
13979
+ export interface DescribeUploadInfoRequest {
13980
+ /**
13981
+ * 应用ID
13982
+ */
13983
+ ApplicationId: string
13984
+
13985
+ /**
13986
+ * 程序包名
13987
+ */
13988
+ PkgName: string
13989
+
13990
+ /**
13991
+ * 程序包版本
13992
+ */
13993
+ PkgVersion: string
13994
+
13995
+ /**
13996
+ * 程序包类型
13997
+ */
13998
+ PkgType: string
13999
+
14000
+ /**
14001
+ * 程序包介绍
14002
+ */
14003
+ PkgDesc?: string
14004
+
14005
+ /**
14006
+ * 程序包仓库类型
14007
+ */
14008
+ RepositoryType?: string
14009
+
14010
+ /**
14011
+ * 程序包仓库id
14012
+ */
14013
+ RepositoryId?: string
14014
+ }
14015
+
14001
14016
  /**
14002
14017
  * 配置模板对象
14003
14018
  */
@@ -15433,6 +15448,21 @@ export interface DescribePathRewritesResponse {
15433
15448
  RequestId?: string
15434
15449
  }
15435
15450
 
15451
+ /**
15452
+ * DeleteGatewayApi请求参数结构体
15453
+ */
15454
+ export interface DeleteGatewayApiRequest {
15455
+ /**
15456
+ * 分组ID
15457
+ */
15458
+ GroupId: string
15459
+
15460
+ /**
15461
+ * Api ID 数组
15462
+ */
15463
+ ApiList: Array<string>
15464
+ }
15465
+
15436
15466
  /**
15437
15467
  * 添加实例到集群的结果
15438
15468
  */
@@ -291,6 +291,15 @@ export interface TextToVoiceRequest {
291
291
  <li>301027-爱小媛,多情感通用女声</li>
292
292
  <li>301028-爱小娴,多情感通用女声</li>
293
293
  <li>301029-爱小涛,多情感通用男声</li>
294
+ <li>401000-智妍,活力女声</li>
295
+ <li>401001-智萱,温暖女声</li>
296
+ <li>401002-智飞,活力男声</li>
297
+ <li>401003-智悦,活力女声</li>
298
+ <li>401004-智海,成熟男声</li>
299
+ <li>401005-智凡,新闻男声</li>
300
+ <li>401006-智航,导航女声</li>
301
+ <li>401007-智婷,广告女声</li>
302
+ <li>401008-智霞,通用女声</li>
294
303
  */
295
304
  VoiceType?: number
296
305
 
@@ -2525,6 +2525,16 @@ export interface MediaProcessTaskSampleSnapshotResult {
2525
2525
  * 对视频做采样截图任务进度,取值范围 [0-100] 。
2526
2526
  */
2527
2527
  Progress: number
2528
+
2529
+ /**
2530
+ * 采样截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2531
+ */
2532
+ BeginProcessTime?: string
2533
+
2534
+ /**
2535
+ * 采样截图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2536
+ */
2537
+ FinishTime?: string
2528
2538
  }
2529
2539
 
2530
2540
  /**
@@ -3791,6 +3801,16 @@ export interface MediaProcessTaskAdaptiveDynamicStreamingResult {
3791
3801
  * 对视频转自适应码流任务的输出。
3792
3802
  */
3793
3803
  Output: AdaptiveDynamicStreamingInfoItem
3804
+
3805
+ /**
3806
+ * 转自适应码流任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3807
+ */
3808
+ BeginProcessTime?: string
3809
+
3810
+ /**
3811
+ * 转自适应码流任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3812
+ */
3813
+ FinishTime?: string
3794
3814
  }
3795
3815
 
3796
3816
  /**
@@ -4915,6 +4935,16 @@ export interface MediaProcessTaskAnimatedGraphicResult {
4915
4935
  * 转动图任务进度,取值范围 [0-100] 。
4916
4936
  */
4917
4937
  Progress: number
4938
+
4939
+ /**
4940
+ * 转动图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4941
+ */
4942
+ BeginProcessTime?: string
4943
+
4944
+ /**
4945
+ * 转动图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4946
+ */
4947
+ FinishTime?: string
4918
4948
  }
4919
4949
 
4920
4950
  /**
@@ -5887,6 +5917,16 @@ export interface MediaProcessTaskImageSpriteResult {
5887
5917
  * 对视频截雪碧图任务进度,取值范围 [0-100] 。
5888
5918
  */
5889
5919
  Progress: number
5920
+
5921
+ /**
5922
+ * 截雪碧图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5923
+ */
5924
+ BeginProcessTime?: string
5925
+
5926
+ /**
5927
+ * 截雪碧图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5928
+ */
5929
+ FinishTime?: string
5890
5930
  }
5891
5931
 
5892
5932
  /**
@@ -8296,6 +8336,16 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
8296
8336
  * 对视频按指定时间点截图任务进度,取值范围 [0-100] 。
8297
8337
  */
8298
8338
  Progress: number
8339
+
8340
+ /**
8341
+ * 时间点截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8342
+ */
8343
+ BeginProcessTime?: string
8344
+
8345
+ /**
8346
+ * 时间点截图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8347
+ */
8348
+ FinishTime?: string
8299
8349
  }
8300
8350
 
8301
8351
  /**
@@ -9462,6 +9512,16 @@ export interface MediaProcessTaskCoverBySnapshotResult {
9462
9512
  * 对视频截图做封面任务进度,取值范围 [0-100] 。
9463
9513
  */
9464
9514
  Progress: number
9515
+
9516
+ /**
9517
+ * 截图做封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9518
+ */
9519
+ BeginProcessTime?: string
9520
+
9521
+ /**
9522
+ * 截图做封面任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9523
+ */
9524
+ FinishTime?: string
9465
9525
  }
9466
9526
 
9467
9527
  /**
@@ -10868,6 +10928,16 @@ export interface HeadTailTemplate {
10868
10928
  默认值:stretch 。
10869
10929
  */
10870
10930
  FillType: string
10931
+
10932
+ /**
10933
+ * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10934
+ */
10935
+ CreateTime?: string
10936
+
10937
+ /**
10938
+ * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10939
+ */
10940
+ UpdateTime?: string
10871
10941
  }
10872
10942
 
10873
10943
  /**
@@ -881,7 +881,7 @@ export class Client extends AbstractClient {
881
881
  }
882
882
 
883
883
  /**
884
- * 本接口(DeleteFlowLog)用于删除流日志
884
+ * 本接口(DeleteFlowLog)用于删除流日志。
885
885
  */
886
886
  async DeleteFlowLog(
887
887
  req: DeleteFlowLogRequest,
@@ -948,7 +948,7 @@ export class Client extends AbstractClient {
948
948
  }
949
949
 
950
950
  /**
951
- * 本接口(ModifyFlowLogAttribute)用于修改流日志属性
951
+ * 本接口(ModifyFlowLogAttribute)用于修改流日志属性。
952
952
  */
953
953
  async ModifyFlowLogAttribute(
954
954
  req: ModifyFlowLogAttributeRequest,
@@ -2308,7 +2308,7 @@ export class Client extends AbstractClient {
2308
2308
  }
2309
2309
 
2310
2310
  /**
2311
- * 本接口(DescribeFlowLog)用于查询流日志实例信息
2311
+ * 本接口(DescribeFlowLog)用于查询流日志实例信息。
2312
2312
  */
2313
2313
  async DescribeFlowLog(
2314
2314
  req: DescribeFlowLogRequest,
@@ -1714,7 +1714,7 @@ export interface SecurityGroupPolicySet {
1714
1714
  */
1715
1715
  export interface ModifyFlowLogAttributeRequest {
1716
1716
  /**
1717
- * 流日志唯一ID
1717
+ * 流日志唯一ID
1718
1718
  */
1719
1719
  FlowLogId: string
1720
1720
 
@@ -1724,12 +1724,12 @@ export interface ModifyFlowLogAttributeRequest {
1724
1724
  VpcId?: string
1725
1725
 
1726
1726
  /**
1727
- * 流日志实例名字
1727
+ * 流日志实例名字。
1728
1728
  */
1729
1729
  FlowLogName?: string
1730
1730
 
1731
1731
  /**
1732
- * 流日志实例描述
1732
+ * 流日志实例描述。
1733
1733
  */
1734
1734
  FlowLogDescription?: string
1735
1735
  }
@@ -2506,7 +2506,7 @@ export interface IpGeolocationInfo {
2506
2506
  */
2507
2507
  export interface DeleteFlowLogRequest {
2508
2508
  /**
2509
- * 流日志唯一ID
2509
+ * 流日志唯一ID
2510
2510
  */
2511
2511
  FlowLogId: string
2512
2512
 
@@ -2959,12 +2959,12 @@ export interface ModifyVpcEndPointAttributeResponse {
2959
2959
  */
2960
2960
  export interface DescribeFlowLogRequest {
2961
2961
  /**
2962
- * 私用网络ID或者统一ID,建议使用统一ID
2962
+ * 私用网络ID或者统一ID,建议使用统一ID
2963
2963
  */
2964
2964
  VpcId: string
2965
2965
 
2966
2966
  /**
2967
- * 流日志唯一ID
2967
+ * 流日志唯一ID
2968
2968
  */
2969
2969
  FlowLogId: string
2970
2970
  }
@@ -4008,7 +4008,7 @@ export interface DescribeNatGatewaysResponse {
4008
4008
  */
4009
4009
  export interface DescribeFlowLogResponse {
4010
4010
  /**
4011
- * 流日志信息
4011
+ * 流日志信息。
4012
4012
  */
4013
4013
  FlowLog?: Array<FlowLog>
4014
4014
 
@@ -4086,12 +4086,12 @@ export interface DescribeAssistantCidrResponse {
4086
4086
  * 符合条件的辅助CIDR数组。
4087
4087
  注意:此字段可能返回 null,表示取不到有效值。
4088
4088
  */
4089
- AssistantCidrSet: Array<AssistantCidr>
4089
+ AssistantCidrSet?: Array<AssistantCidr>
4090
4090
 
4091
4091
  /**
4092
4092
  * 符合条件的实例数量。
4093
4093
  */
4094
- TotalCount: number
4094
+ TotalCount?: number
4095
4095
 
4096
4096
  /**
4097
4097
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6661,7 +6661,7 @@ export interface CreateAddressTemplateResponse {
6661
6661
  /**
6662
6662
  * IP地址模板对象。
6663
6663
  */
6664
- AddressTemplate: AddressTemplate
6664
+ AddressTemplate?: AddressTemplate
6665
6665
 
6666
6666
  /**
6667
6667
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -8178,7 +8178,7 @@ export interface Filter {
8178
8178
  Name: string
8179
8179
 
8180
8180
  /**
8181
- * 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
8181
+ * 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。当值类型为布尔类型时,可直接取值为字符串"TRUE"或 "FALSE"。
8182
8182
  */
8183
8183
  Values: Array<string>
8184
8184
  }
@@ -10322,12 +10322,12 @@ export interface DescribeNetworkAclsResponse {
10322
10322
  /**
10323
10323
  * 实例详细信息列表。
10324
10324
  */
10325
- NetworkAclSet: Array<NetworkAcl>
10325
+ NetworkAclSet?: Array<NetworkAcl>
10326
10326
 
10327
10327
  /**
10328
10328
  * 符合条件的实例数量。
10329
10329
  */
10330
- TotalCount: number
10330
+ TotalCount?: number
10331
10331
 
10332
10332
  /**
10333
10333
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10796,7 +10796,7 @@ export interface DescribeVpcPrivateIpAddressesResponse {
10796
10796
  /**
10797
10797
  * 内网`IP`地址信息列表。
10798
10798
  */
10799
- VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>
10799
+ VpcPrivateIpAddressSet?: Array<VpcPrivateIpAddress>
10800
10800
 
10801
10801
  /**
10802
10802
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -15518,8 +15518,9 @@ LOCAL_GATEWAY:本地网关。
15518
15518
  GatewayType: string
15519
15519
 
15520
15520
  /**
15521
- * 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
15522
- */
15521
+ * 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
15522
+ 特殊说明:GatewayType为NORMAL_CVM时,GatewayId填写实例的内网IP。
15523
+ */
15523
15524
  GatewayId: string
15524
15525
 
15525
15526
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.594";
1
+ export declare const sdkVersion = "4.0.596";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.594";
4
+ exports.sdkVersion = "4.0.596";
@@ -2300,7 +2300,7 @@ export interface L4RuleSource {
2300
2300
  */
2301
2301
  Source: string;
2302
2302
  /**
2303
- * 权重值,取值[0,100]
2303
+ * 权重值,取值[0,100],暂不支持
2304
2304
  */
2305
2305
  Weight: number;
2306
2306
  /**
@@ -25,7 +25,7 @@ export declare class Client extends AbstractClient {
25
25
  GetModelInfo(req: GetModelInfoRequest, cb?: (error: string, rep: GetModelInfoResponse) => void): Promise<GetModelInfoResponse>;
26
26
  /**
27
27
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
28
- 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
28
+ 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
29
29
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
30
30
  • 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
31
31
  • 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
@@ -106,7 +106,7 @@ export declare class Client extends AbstractClient {
106
106
  */
107
107
  ModifyCustomization(req: ModifyCustomizationRequest, cb?: (error: string, rep: ModifyCustomizationResponse) => void): Promise<ModifyCustomizationResponse>;
108
108
  /**
109
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
109
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
110
110
  */
111
111
  SentenceRecognition(req: SentenceRecognitionRequest, cb?: (error: string, rep: SentenceRecognitionResponse) => void): Promise<SentenceRecognitionResponse>;
112
112
  /**