tencentcloud-sdk-nodejs 4.0.687 → 4.0.688

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 (78) hide show
  1. package/CHANGELOG.md +522 -0
  2. package/SERVICE_CHANGELOG.md +839 -58
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/advisor/v20200721/advisor_client.ts +2 -2
  7. package/src/services/advisor/v20200721/advisor_models.ts +53 -53
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  9. package/src/services/asr/v20190614/asr_models.ts +64 -63
  10. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +40 -4
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +8 -3
  16. package/src/services/es/v20180416/es_client.ts +2 -1
  17. package/src/services/es/v20180416/es_models.ts +209 -170
  18. package/src/services/ess/v20201111/ess_client.ts +28 -11
  19. package/src/services/ess/v20201111/ess_models.ts +90 -56
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -3
  21. package/src/services/ims/v20201229/ims_client.ts +2 -2
  22. package/src/services/nlp/v20190408/nlp_client.ts +4 -2
  23. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  24. package/src/services/ses/v20201002/ses_models.ts +9 -4
  25. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  26. package/src/services/tcss/v20201101/tcss_models.ts +278 -113
  27. package/src/services/teo/v20220901/teo_models.ts +2 -2
  28. package/src/services/thpc/v20230321/thpc_models.ts +4 -0
  29. package/src/services/tse/v20201207/tse_client.ts +40 -25
  30. package/src/services/tse/v20201207/tse_models.ts +184 -6
  31. package/src/services/vm/v20201229/vm_client.ts +6 -6
  32. package/src/services/vm/v20201229/vm_models.ts +2 -2
  33. package/src/services/vod/v20180717/vod_client.ts +3 -1
  34. package/src/services/vod/v20180717/vod_models.ts +512 -424
  35. package/src/services/waf/v20180125/waf_client.ts +13 -0
  36. package/src/services/waf/v20180125/waf_models.ts +118 -23
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +52 -52
  40. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +20 -0
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +64 -63
  42. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +39 -4
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +32 -0
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -3
  49. package/tencentcloud/services/es/v20180416/es_models.d.ts +200 -162
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -9
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -9
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -56
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -3
  54. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  55. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  56. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -1
  57. package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -1
  58. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +9 -4
  60. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  61. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
  62. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +277 -113
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  64. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
  65. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -9
  66. package/tencentcloud/services/tse/v20201207/tse_client.js +18 -12
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +179 -6
  68. package/tencentcloud/services/vm/v20201229/vm_client.d.ts +6 -6
  69. package/tencentcloud/services/vm/v20201229/vm_client.js +6 -6
  70. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +2 -2
  71. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +510 -424
  73. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  74. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +115 -23
  76. package/test/ckafka.v20190819.test.js +10 -0
  77. package/test/tse.v20201207.test.js +18 -8
  78. package/test/waf.v20180125.test.js +10 -0
@@ -54,7 +54,7 @@ export interface DownloadL7LogsRequest {
54
54
  */
55
55
  Domains?: Array<string>
56
56
  /**
57
- * 分页查询的限制数目,默认值为 20,最大查询条目为 1000
57
+ * 分页查询的限制数目,默认值为 20,最大查询条目为 300
58
58
  */
59
59
  Limit?: number
60
60
  /**
@@ -3955,7 +3955,7 @@ export interface DownloadL4LogsRequest {
3955
3955
  */
3956
3956
  ProxyIds?: Array<string>
3957
3957
  /**
3958
- * 分页查询的限制数目,默认值为 20,最大查询条目为 1000
3958
+ * 分页查询的限制数目,默认值为 20,最大查询条目为 300
3959
3959
  */
3960
3960
  Limit?: number
3961
3961
  /**
@@ -586,6 +586,10 @@ false(默认):发送正常请求,通过检查后直接创建实例
586
586
  * 节点初始化脚本信息列表。
587
587
  */
588
588
  InitNodeScripts?: Array<NodeScript>
589
+ /**
590
+ * 高性能计算集群ID。若创建的实例为高性能计算实例,需指定实例放置的集群,否则不可指定。
591
+ */
592
+ HpcClusterId?: string
589
593
  }
590
594
 
591
595
  /**
@@ -73,6 +73,7 @@ import {
73
73
  DeleteCloudNativeAPIGatewayServiceRateLimitRequest,
74
74
  CloudNativeAPIGatewayVpcConfig,
75
75
  CloudAPIGatewayCanaryRuleList,
76
+ DescribeCloudNativeAPIGatewayConfigResponse,
76
77
  KongRoutePreview,
77
78
  CloudNativeAPIGatewayRateLimitDetail,
78
79
  CreateCloudNativeAPIGatewayRouteResponse,
@@ -81,6 +82,7 @@ import {
81
82
  DescribeCloudNativeAPIGatewaysRequest,
82
83
  AutoScalerPolicy,
83
84
  DescribeNacosServerInterfacesResponse,
85
+ DescribeCloudNativeAPIGatewayConfigResult,
84
86
  KVMapping,
85
87
  RateLimitResponse,
86
88
  DescribeCloudNativeAPIGatewayServiceRateLimitResponse,
@@ -90,6 +92,7 @@ import {
90
92
  ModifyNativeGatewayServerGroupRequest,
91
93
  DescribeCloudNativeAPIGatewayRouteRateLimitRequest,
92
94
  DescribeOneCloudNativeAPIGatewayServiceRequest,
95
+ DescribeCloudNativeAPIGatewayConfigRequest,
93
96
  CloudNativeAPIGatewayStrategy,
94
97
  DescribeCloudNativeAPIGatewaysResponse,
95
98
  UpdateEngineInternetAccessResponse,
@@ -109,9 +112,10 @@ import {
109
112
  CloudNativeAPIGatewayStrategyAutoScalerConfigMetric,
110
113
  CloudNativeAPIGatewayNode,
111
114
  UpdateCloudNativeAPIGatewaySpecResponse,
112
- DescribeGatewayInstancePortResult,
115
+ CloudNativeAPIGatewayConfig,
113
116
  DescribeZookeeperServerInterfacesResponse,
114
117
  DescribeNativeGatewayServerGroupsRequest,
118
+ DescribeGatewayInstancePortResult,
115
119
  DeleteCloudNativeAPIGatewayRequest,
116
120
  EngineAdmin,
117
121
  PolarisLimiterAddress,
@@ -120,6 +124,7 @@ import {
120
124
  DeleteCloudNativeAPIGatewayResponse,
121
125
  KongServices,
122
126
  ModifyCloudNativeAPIGatewayResponse,
127
+ NetworkAccessControl,
123
128
  DescribeZookeeperServerInterfacesRequest,
124
129
  DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
125
130
  UpdateCloudNativeAPIGatewayResult,
@@ -374,13 +379,13 @@ export class Client extends AbstractClient {
374
379
  }
375
380
 
376
381
  /**
377
- * 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
382
+ * 修改云原生网关路由
378
383
  */
379
- async UpdateCloudNativeAPIGatewaySpec(
380
- req: UpdateCloudNativeAPIGatewaySpecRequest,
381
- cb?: (error: string, rep: UpdateCloudNativeAPIGatewaySpecResponse) => void
382
- ): Promise<UpdateCloudNativeAPIGatewaySpecResponse> {
383
- return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb)
384
+ async ModifyCloudNativeAPIGatewayRoute(
385
+ req: ModifyCloudNativeAPIGatewayRouteRequest,
386
+ cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void
387
+ ): Promise<ModifyCloudNativeAPIGatewayRouteResponse> {
388
+ return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb)
384
389
  }
385
390
 
386
391
  /**
@@ -414,13 +419,13 @@ export class Client extends AbstractClient {
414
419
  }
415
420
 
416
421
  /**
417
- * 查询云原生网关的限流插件(服务)
422
+ * 获取云原生API网关实例网络配置信息
418
423
  */
419
- async DescribeCloudNativeAPIGatewayServiceRateLimit(
420
- req: DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
421
- cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServiceRateLimitResponse) => void
422
- ): Promise<DescribeCloudNativeAPIGatewayServiceRateLimitResponse> {
423
- return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb)
424
+ async DescribeCloudNativeAPIGatewayConfig(
425
+ req: DescribeCloudNativeAPIGatewayConfigRequest,
426
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConfigResponse) => void
427
+ ): Promise<DescribeCloudNativeAPIGatewayConfigResponse> {
428
+ return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb)
424
429
  }
425
430
 
426
431
  /**
@@ -554,13 +559,13 @@ export class Client extends AbstractClient {
554
559
  }
555
560
 
556
561
  /**
557
- * 修改云原生网关路由
562
+ * 查询引擎实例访问地址
558
563
  */
559
- async ModifyCloudNativeAPIGatewayRoute(
560
- req: ModifyCloudNativeAPIGatewayRouteRequest,
561
- cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void
562
- ): Promise<ModifyCloudNativeAPIGatewayRouteResponse> {
563
- return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb)
564
+ async DescribeSREInstanceAccessAddress(
565
+ req: DescribeSREInstanceAccessAddressRequest,
566
+ cb?: (error: string, rep: DescribeSREInstanceAccessAddressResponse) => void
567
+ ): Promise<DescribeSREInstanceAccessAddressResponse> {
568
+ return this.request("DescribeSREInstanceAccessAddress", req, cb)
564
569
  }
565
570
 
566
571
  /**
@@ -584,12 +589,22 @@ export class Client extends AbstractClient {
584
589
  }
585
590
 
586
591
  /**
587
- * 查询引擎实例访问地址
592
+ * 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
588
593
  */
589
- async DescribeSREInstanceAccessAddress(
590
- req: DescribeSREInstanceAccessAddressRequest,
591
- cb?: (error: string, rep: DescribeSREInstanceAccessAddressResponse) => void
592
- ): Promise<DescribeSREInstanceAccessAddressResponse> {
593
- return this.request("DescribeSREInstanceAccessAddress", req, cb)
594
+ async UpdateCloudNativeAPIGatewaySpec(
595
+ req: UpdateCloudNativeAPIGatewaySpecRequest,
596
+ cb?: (error: string, rep: UpdateCloudNativeAPIGatewaySpecResponse) => void
597
+ ): Promise<UpdateCloudNativeAPIGatewaySpecResponse> {
598
+ return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb)
599
+ }
600
+
601
+ /**
602
+ * 查询云原生网关的限流插件(服务)
603
+ */
604
+ async DescribeCloudNativeAPIGatewayServiceRateLimit(
605
+ req: DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
606
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServiceRateLimitResponse) => void
607
+ ): Promise<DescribeCloudNativeAPIGatewayServiceRateLimitResponse> {
608
+ return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb)
594
609
  }
595
610
  }
@@ -1281,6 +1281,20 @@ export interface CloudAPIGatewayCanaryRuleList {
1281
1281
  TotalCount?: number
1282
1282
  }
1283
1283
 
1284
+ /**
1285
+ * DescribeCloudNativeAPIGatewayConfig返回参数结构体
1286
+ */
1287
+ export interface DescribeCloudNativeAPIGatewayConfigResponse {
1288
+ /**
1289
+ * 获取云原生API网关响应结果。
1290
+ */
1291
+ Result?: DescribeCloudNativeAPIGatewayConfigResult
1292
+ /**
1293
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1294
+ */
1295
+ RequestId?: string
1296
+ }
1297
+
1284
1298
  /**
1285
1299
  * 云原生网关路由信息
1286
1300
  */
@@ -1565,6 +1579,35 @@ export interface DescribeNacosServerInterfacesResponse {
1565
1579
  RequestId?: string
1566
1580
  }
1567
1581
 
1582
+ /**
1583
+ * 获取云原生API网关实例网络配置结果。
1584
+ */
1585
+ export interface DescribeCloudNativeAPIGatewayConfigResult {
1586
+ /**
1587
+ * 网关实例ID。
1588
+ */
1589
+ GatewayId?: string
1590
+ /**
1591
+ * 分组网络配置列表。
1592
+ */
1593
+ ConfigList?: Array<CloudNativeAPIGatewayConfig>
1594
+ /**
1595
+ * 分组子网信息
1596
+ 注意:此字段可能返回 null,表示取不到有效值。
1597
+ */
1598
+ GroupSubnetId?: string
1599
+ /**
1600
+ * 分组VPC信息
1601
+ 注意:此字段可能返回 null,表示取不到有效值。
1602
+ */
1603
+ GroupVpcId?: string
1604
+ /**
1605
+ * 分组ID
1606
+ 注意:此字段可能返回 null,表示取不到有效值。
1607
+ */
1608
+ GroupId?: string
1609
+ }
1610
+
1568
1611
  /**
1569
1612
  * 键值对
1570
1613
  */
@@ -1774,6 +1817,20 @@ export interface DescribeOneCloudNativeAPIGatewayServiceRequest {
1774
1817
  Name: string
1775
1818
  }
1776
1819
 
1820
+ /**
1821
+ * DescribeCloudNativeAPIGatewayConfig请求参数结构体
1822
+ */
1823
+ export interface DescribeCloudNativeAPIGatewayConfigRequest {
1824
+ /**
1825
+ * 云原生API网关实例ID。
1826
+ */
1827
+ GatewayId: string
1828
+ /**
1829
+ * 分组id,不填时为默认分组
1830
+ */
1831
+ GroupId?: string
1832
+ }
1833
+
1777
1834
  /**
1778
1835
  * 网关实例策略
1779
1836
  */
@@ -2353,19 +2410,106 @@ export interface UpdateCloudNativeAPIGatewaySpecResponse {
2353
2410
  }
2354
2411
 
2355
2412
  /**
2356
- * 获取云原生API网关实例协议端口列表响应结果
2413
+ * 云原生API网关配置信息。
2357
2414
  */
2358
- export interface DescribeGatewayInstancePortResult {
2415
+ export interface CloudNativeAPIGatewayConfig {
2359
2416
  /**
2360
- * 云原生API网关ID
2417
+ * 控制台类型。
2418
+ */
2419
+ ConsoleType?: string
2420
+ /**
2421
+ * HTTP链接地址。
2361
2422
  注意:此字段可能返回 null,表示取不到有效值。
2362
2423
  */
2363
- GatewayId?: string
2424
+ HttpUrl?: string
2364
2425
  /**
2365
- * 网关实例协议端口列表
2426
+ * HTTPS链接地址。
2427
+ */
2428
+ HttpsUrl?: string
2429
+ /**
2430
+ * 网络类型, Open|Internal。
2431
+ */
2432
+ NetType?: string
2433
+ /**
2434
+ * 管理员用户名。
2366
2435
  注意:此字段可能返回 null,表示取不到有效值。
2367
2436
  */
2368
- GatewayInstancePortList?: Array<GatewayInstanceSchemeAndPorts>
2437
+ AdminUser?: string
2438
+ /**
2439
+ * 管理员密码。
2440
+ 注意:此字段可能返回 null,表示取不到有效值。
2441
+ */
2442
+ AdminPassword?: string
2443
+ /**
2444
+ * 网络状态, Open|Closed|Updating
2445
+ 注意:此字段可能返回 null,表示取不到有效值。
2446
+ */
2447
+ Status?: string
2448
+ /**
2449
+ * 网络访问策略
2450
+ 注意:此字段可能返回 null,表示取不到有效值。
2451
+ */
2452
+ AccessControl?: NetworkAccessControl
2453
+ /**
2454
+ * 内网子网 ID
2455
+ 注意:此字段可能返回 null,表示取不到有效值。
2456
+ */
2457
+ SubnetId?: string
2458
+ /**
2459
+ * 内网VPC ID
2460
+ 注意:此字段可能返回 null,表示取不到有效值。
2461
+ */
2462
+ VpcId?: string
2463
+ /**
2464
+ * 负载均衡的描述
2465
+ 注意:此字段可能返回 null,表示取不到有效值。
2466
+ */
2467
+ Description?: string
2468
+ /**
2469
+ * 负载均衡的规格类型,传 "SLA" 表示性能容量型,返回空为共享型
2470
+ 注意:此字段可能返回 null,表示取不到有效值。
2471
+ */
2472
+ SlaType?: string
2473
+ /**
2474
+ * clb vip
2475
+ 注意:此字段可能返回 null,表示取不到有效值。
2476
+ */
2477
+ Vip?: string
2478
+ /**
2479
+ * 带宽
2480
+ 注意:此字段可能返回 null,表示取不到有效值。
2481
+ */
2482
+ InternetMaxBandwidthOut?: number
2483
+ /**
2484
+ * 是否多可用区
2485
+ 注意:此字段可能返回 null,表示取不到有效值。
2486
+ */
2487
+ MultiZoneFlag?: boolean
2488
+ /**
2489
+ * 主可用区
2490
+ 注意:此字段可能返回 null,表示取不到有效值。
2491
+ */
2492
+ MasterZoneId?: string
2493
+ /**
2494
+ * 备可用区
2495
+ 注意:此字段可能返回 null,表示取不到有效值。
2496
+ */
2497
+ SlaveZoneId?: string
2498
+ /**
2499
+ * 主可用区名称
2500
+ 注意:此字段可能返回 null,表示取不到有效值。
2501
+ */
2502
+ MasterZoneName?: string
2503
+ /**
2504
+ * 备可用区名称
2505
+ 注意:此字段可能返回 null,表示取不到有效值。
2506
+ */
2507
+ SlaveZoneName?: string
2508
+ /**
2509
+ * 网络 id
2510
+ 注意:此字段可能返回 null,表示取不到有效值。
2511
+ */
2512
+ NetworkId?: string
2369
2513
  }
2370
2514
 
2371
2515
  /**
@@ -2408,6 +2552,22 @@ export interface DescribeNativeGatewayServerGroupsRequest {
2408
2552
  Filters?: Array<Filter>
2409
2553
  }
2410
2554
 
2555
+ /**
2556
+ * 获取云原生API网关实例协议端口列表响应结果
2557
+ */
2558
+ export interface DescribeGatewayInstancePortResult {
2559
+ /**
2560
+ * 云原生API网关ID
2561
+ 注意:此字段可能返回 null,表示取不到有效值。
2562
+ */
2563
+ GatewayId?: string
2564
+ /**
2565
+ * 网关实例协议端口列表
2566
+ 注意:此字段可能返回 null,表示取不到有效值。
2567
+ */
2568
+ GatewayInstancePortList?: Array<GatewayInstanceSchemeAndPorts>
2569
+ }
2570
+
2411
2571
  /**
2412
2572
  * DeleteCloudNativeAPIGateway请求参数结构体
2413
2573
  */
@@ -2556,6 +2716,24 @@ export interface ModifyCloudNativeAPIGatewayResponse {
2556
2716
  RequestId?: string
2557
2717
  }
2558
2718
 
2719
+ /**
2720
+ * 网络访问策略
2721
+ */
2722
+ export interface NetworkAccessControl {
2723
+ /**
2724
+ * 访问模式:Whitelist|Blacklist
2725
+ */
2726
+ Mode: string
2727
+ /**
2728
+ * 白名单列表
2729
+ */
2730
+ CidrWhiteList?: Array<string>
2731
+ /**
2732
+ * 黑名单列表
2733
+ */
2734
+ CidrBlackList?: Array<string>
2735
+ }
2736
+
2559
2737
  /**
2560
2738
  * DescribeZookeeperServerInterfaces请求参数结构体
2561
2739
  */
@@ -71,15 +71,15 @@ export class Client extends AbstractClient {
71
71
  }
72
72
 
73
73
  /**
74
- * 本接口(Video Moderation System,VM)用于提交视频文件或视频流进行智能审核任务。使用前请您使用腾讯云主账号登录控制台[开通视频内容安全服务](https://console.cloud.tencent.com/cms/video/package)并调整好对应的业务配置。<br>
74
+ * 本接口(Video Moderation System,VM)用于提交视频文件或视频流进行智能审核任务。使用前请您使用腾讯云主账号登录控制台[开通视频内容安全服务](https://console.cloud.tencent.com/cms)并调整好对应的业务配置。<br>
75
75
  ### 功能使用说明:
76
76
 
77
- - 前往“[内容安全控制台-视频内容安全](https://console.cloud.tencent.com/cms/video/package)”开启使用视频内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含600分钟的处理量(换算1s每帧截图,赠送**36000张图**、**600分钟的音频**处理量),有效期为1个月。
77
+ - 前往“[内容安全控制台-视频内容安全](https://console.cloud.tencent.com/cms)”开启使用视频内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含200分钟的处理量(换算1s每帧截图,赠送**12000张图**、**200分钟的音频**处理量),有效期为15天。
78
78
 
79
79
  - 该接口为收费接口,计费方式敬请参见[腾讯云视频内容安全定价](https://cloud.tencent.com/product/vm/pricing)。
80
80
 
81
81
  - 默认接口请求频率限制:**20次/秒**,对于异步审核任务(点播视频),超出频率限制的请求会自动排入待审核队列,对于同步审核任务(直播视频),超出频率限制将会报错。
82
- - 默认并发审核路数限制:10路,异步审核任务(点播视频)数量超过并发审核路数时,将会进入排队;同步审核任务(直播视频)超过并发审核路数,接口会返回错误。
82
+ - 默认并发审核路数限制:点播默认10路,异步审核任务(点播视频)数量超过并发审核路数时,将会进入排队;直播默认100路,同步审核任务(直播视频)超过并发审核路数,接口会返回错误。
83
83
 
84
84
 
85
85
  ### 接口功能说明:
@@ -95,8 +95,8 @@ export class Client extends AbstractClient {
95
95
 
96
96
  ### 视频文件调用说明:
97
97
 
98
- - 视频文件大小支持:**文件 < 3GB**
99
- - 视频文件分辨率支持:**最佳分辨率为1920x1080 (1080p)**,如果视频文件小于300MB,则分辨率可以大于1080p,更大视频可以调用[云转码服务](https://cloud.tencent.com/product/mps/details)转码后再送审;
98
+ - 视频文件大小支持:**4K视频文件 < 10GB**;**低于4K视频文件 < 5GB**
99
+ - 视频文件分辨率支持:**最佳分辨率为1920x1080 (1080p)**,如果视频文件小于300MB,则分辨率可以大于1080p,分辨率最大支持4K,更大视频可以调用[云转码服务](https://cloud.tencent.com/product/mps/details)转码后再送审;
100
100
  - 视频文件支持格式:flv、mkv 、mp4 、rmvb 、avi 、wmv、3gp、ts、mov、rm、mpeg、wmf等。
101
101
  - 视频文件支持的访问方式:链接地址(支持HTTP/HTTPS)、腾讯云COS存储;
102
102
  - 若传入视频文件的访问链接,则需要注意视频**头文件的读取时间限制为3秒**,为保障被检测视频的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;
@@ -104,7 +104,7 @@ export class Client extends AbstractClient {
104
104
 
105
105
  ### 视频流调用说明:
106
106
 
107
- - 视频流时长支持:**5小时以内**
107
+ - 视频流时长支持:**8小时以内**
108
108
  - 视频流分辨率支持:支持**1920x1080 (1080p)**,更高分辨率视频可以调用[直播云转码服务](https://cloud.tencent.com/document/product/267/39889)转码后再送审;
109
109
  - 视频流支持格式:rmtp,flv 等主流视频流编码格式。
110
110
  - 视频文件支持的传输协议:HTTP/HTTPS/RTMP;
@@ -126,7 +126,7 @@ export interface CreateVideoModerationTaskResponse {
126
126
  * 该字段用于返回任务创建的结果,具体输出内容请参见TaskResult数据结构的详细描述。
127
127
  注意:此字段可能返回 null,表示取不到有效值。
128
128
  */
129
- Results: Array<TaskResult>
129
+ Results?: Array<TaskResult>
130
130
  /**
131
131
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
132
132
  */
@@ -443,7 +443,7 @@ export interface CreateVideoModerationTaskRequest {
443
443
  */
444
444
  Tasks: Array<TaskInput>
445
445
  /**
446
- * 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用默认的识别策略;传入则会在审核时根据业务场景采取不同的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
446
+ * 该字段表示策略的具体编号,用于接口调度,在内容安全控制台中可配置。若不传入Biztype参数(留空),则代表采用biztype为default的策略,没有则需要新建;传入则会在审核时根据业务场景取相应的审核策略。<br>备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。
447
447
  */
448
448
  BizType?: string
449
449
  /**
@@ -465,7 +465,7 @@ import {
465
465
  SnapshotByTimeOffsetTaskInput,
466
466
  RefererAuthPolicy,
467
467
  TaskStatDataItem,
468
- ParseStreamingManifestResponse,
468
+ AiRecognitionTaskObjectSegmentItem,
469
469
  AiReviewPornOcrTaskOutput,
470
470
  ApplyUploadRequest,
471
471
  CreateSampleSnapshotTemplateResponse,
@@ -489,6 +489,7 @@ import {
489
489
  PornConfigureInfoForUpdate,
490
490
  AiReviewProhibitedAsrTaskInput,
491
491
  MediaContentReviewSegmentItem,
492
+ ParseStreamingManifestResponse,
492
493
  TerrorismOcrReviewTemplateInfo,
493
494
  CreateRoundPlayRequest,
494
495
  AiReviewTaskPornResult,
@@ -580,6 +581,7 @@ import {
580
581
  AdaptiveDynamicStreamingTaskInput,
581
582
  DescribeImageSpriteTemplatesResponse,
582
583
  InspectMediaQualityRequest,
584
+ TransitionOperation,
583
585
  AiAnalysisTaskFrameTagInput,
584
586
  MediaAiAnalysisFrameTagSegmentItem,
585
587
  AiRecognitionTaskAsrWordsResultItem,