tencentcloud-sdk-nodejs 4.0.943 → 4.0.945

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 (103) hide show
  1. package/CHANGELOG.md +509 -0
  2. package/SERVICE_CHANGELOG.md +713 -24
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
  8. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  10. package/src/services/clb/v20180317/clb_models.ts +9 -1
  11. package/src/services/cme/v20191029/cme_models.ts +10 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +11 -11
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  15. package/src/services/emr/v20190103/emr_client.ts +43 -16
  16. package/src/services/emr/v20190103/emr_models.ts +198 -41
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +8 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  21. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  22. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  23. package/src/services/ims/v20201229/ims_client.ts +8 -3
  24. package/src/services/ims/v20201229/ims_models.ts +2 -2
  25. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  26. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  27. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  29. package/src/services/postgres/v20170312/postgres_client.ts +40 -2
  30. package/src/services/postgres/v20170312/postgres_models.ts +247 -33
  31. package/src/services/rce/v20201103/rce_models.ts +18 -15
  32. package/src/services/sms/v20190711/sms_models.ts +3 -3
  33. package/src/services/sms/v20210111/sms_models.ts +9 -8
  34. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  35. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  36. package/src/services/teo/v20220901/teo_client.ts +3 -2
  37. package/src/services/teo/v20220901/teo_models.ts +67 -34
  38. package/src/services/tke/v20180525/tke_models.ts +5 -5
  39. package/src/services/tke/v20220501/tke_models.ts +5 -5
  40. package/src/services/tse/v20201207/tse_models.ts +10 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  42. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  43. package/src/services/vod/v20180717/vod_client.ts +10 -2
  44. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  60. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -41
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  67. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  68. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  69. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  70. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  71. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  72. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  79. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -1
  80. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -0
  81. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +239 -33
  82. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +66 -34
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  88. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  91. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  92. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  96. package/test/apigateway.v20180808.test.js +14 -4
  97. package/test/ccc.v20200210.test.js +12 -2
  98. package/test/cynosdb.v20190107.test.js +0 -10
  99. package/test/emr.v20190103.test.js +24 -4
  100. package/test/iecp.v20210914.test.js +156 -356
  101. package/test/monitor.v20180724.test.js +4 -24
  102. package/test/postgres.v20170312.test.js +30 -0
  103. package/test/tsf.v20180326.test.js +2 -12
@@ -4251,6 +4251,10 @@ export interface DescribeAssetSummaryResponse {
4251
4251
  * 已扫描镜像个数
4252
4252
  */
4253
4253
  ScannedImageCnt?: number;
4254
+ /**
4255
+ * 待扫描镜像个数
4256
+ */
4257
+ UnScannedImageCnt?: number;
4254
4258
  /**
4255
4259
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4256
4260
  */
@@ -5819,6 +5823,10 @@ export declare type DescribeContainerSecEventSummaryRequest = null;
5819
5823
  * DescribeAssetImageRegistrySummary返回参数结构体
5820
5824
  */
5821
5825
  export interface DescribeAssetImageRegistrySummaryResponse {
5826
+ /**
5827
+ * 待扫描镜像个数
5828
+ */
5829
+ UnScannedImageCnt?: number;
5822
5830
  /**
5823
5831
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5824
5832
  */
@@ -5889,6 +5897,14 @@ export interface DescribeImageAuthorizedInfoResponse {
5889
5897
  * 是否可免费领取镜像授权数
5890
5898
  */
5891
5899
  CanApplyFreeImageAuthorize?: boolean;
5900
+ /**
5901
+ * 镜像扫描计费信息
5902
+ */
5903
+ ImageScanInquireInfo?: ImageScanInquireInfo;
5904
+ /**
5905
+ * 重复镜像数(本地镜像和仓库镜像)
5906
+ */
5907
+ RepeatImageIdCnt?: number;
5892
5908
  /**
5893
5909
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5894
5910
  */
@@ -6324,6 +6340,15 @@ export interface DescribeImageRegistryTimingScanTaskResponse {
6324
6340
  注意:此字段可能返回 null,表示取不到有效值。
6325
6341
  */
6326
6342
  ExcludeImageAssetIds?: Array<number | bigint>;
6343
+ /**
6344
+ * 最近扫描时间
6345
+ 注意:此字段可能返回 null,表示取不到有效值。
6346
+ */
6347
+ LastScanTime?: string;
6348
+ /**
6349
+ * 扫描结果(Success|InsufficientLicense|ImageNeedIsEmpty|InternalError)
6350
+ */
6351
+ ScanResult?: string;
6327
6352
  /**
6328
6353
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6329
6354
  */
@@ -15234,7 +15259,19 @@ export interface DescribeAssetImageScanTaskResponse {
15234
15259
  /**
15235
15260
  * 任务id
15236
15261
  */
15237
- TaskID: string;
15262
+ TaskID?: string;
15263
+ /**
15264
+ * 最近扫描时间
15265
+ */
15266
+ LastScanTime?: string;
15267
+ /**
15268
+ * 扫描状态(READY:准备 SCANNING:扫描中 END:完成)
15269
+ */
15270
+ Status?: string;
15271
+ /**
15272
+ * 扫描子状态(Success:成功 Timeout:超时 Cancel:取消 Error:错误)
15273
+ */
15274
+ SubStatus?: string;
15238
15275
  /**
15239
15276
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15240
15277
  */
@@ -16037,12 +16074,16 @@ export interface DescribeAssetImageRegistryAssetStatusResponse {
16037
16074
  /**
16038
16075
  * 更新进度状态,doing更新中,success更新成功,failed失败
16039
16076
  */
16040
- Status: string;
16077
+ Status?: string;
16041
16078
  /**
16042
16079
  * 错误信息
16043
16080
  注意:此字段可能返回 null,表示取不到有效值。
16044
16081
  */
16045
- Err: string;
16082
+ Err?: string;
16083
+ /**
16084
+ * 最后一次同步成功时间
16085
+ */
16086
+ LatestSyncSuccessTime?: string;
16046
16087
  /**
16047
16088
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16048
16089
  */
@@ -18010,6 +18051,16 @@ export interface DescribeAssetImageScanSettingResponse {
18010
18051
  注意:此字段可能返回 null,表示取不到有效值。
18011
18052
  */
18012
18053
  ExcludeImages?: Array<string>;
18054
+ /**
18055
+ * 最后一次扫描时间
18056
+ 注意:此字段可能返回 null,表示取不到有效值。
18057
+ */
18058
+ LastScanTime?: string;
18059
+ /**
18060
+ * 扫描结果(Success|InsufficientLicense|ImageNeedIsEmpty|InternalError)
18061
+ 注意:此字段可能返回 null,表示取不到有效值。
18062
+ */
18063
+ ScanResult?: string;
18013
18064
  /**
18014
18065
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18015
18066
  */
@@ -20609,6 +20660,42 @@ export interface DescribeABTestConfigResponse {
20609
20660
  */
20610
20661
  RequestId?: string;
20611
20662
  }
20663
+ /**
20664
+ * 镜像扫描计费信息
20665
+ */
20666
+ export interface ImageScanInquireInfo {
20667
+ /**
20668
+ * 计费项
20669
+ */
20670
+ InquireKey?: string;
20671
+ /**
20672
+ * 容量
20673
+ */
20674
+ Capcity?: number;
20675
+ /**
20676
+ * 已使用量
20677
+ */
20678
+ Useage?: number;
20679
+ /**
20680
+ * 起始时间
20681
+ */
20682
+ StartTime?: string;
20683
+ /**
20684
+ * 截止时间
20685
+ */
20686
+ EndTime?: string;
20687
+ /**
20688
+ * 计费状态
20689
+ (Pending:待购)
20690
+ (Normal:正常)
20691
+ (Isolate:隔离)
20692
+ */
20693
+ PurchaseStatus?: string;
20694
+ /**
20695
+ * 资源ID
20696
+ */
20697
+ ResourceID?: string;
20698
+ }
20612
20699
  /**
20613
20700
  * 快速搜索模板
20614
20701
  */
@@ -2043,29 +2043,20 @@ export interface CustomErrorPage {
2043
2043
  References?: Array<ErrorPageReference>;
2044
2044
  }
2045
2045
  /**
2046
- * 安全数据维度值信息
2046
+ * 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
2047
2047
  */
2048
- export interface SecEntryValue {
2049
- /**
2050
- * 指标名称。
2051
- */
2052
- Metric: string;
2053
- /**
2054
- * 时序数据详情。
2055
- */
2056
- Detail: Array<TimingDataItem>;
2057
- /**
2058
- * 最大值。
2059
- */
2060
- Max: number;
2048
+ export interface MaxAge {
2061
2049
  /**
2062
- * 平均值。
2050
+ * 是否遵循源站,取值有:
2051
+ <li>on:遵循源站,忽略MaxAge 时间设置;</li>
2052
+ <li>off:不遵循源站,使用MaxAge 时间设置。</li>
2063
2053
  */
2064
- Avg: number;
2054
+ FollowOrigin?: string;
2065
2055
  /**
2066
- * 数据总和。
2056
+ * MaxAge 时间设置,单位秒,最大365天。
2057
+ 注意:时间为0,即不缓存。
2067
2058
  */
2068
- Sum: number;
2059
+ MaxAgeTime?: number;
2069
2060
  }
2070
2061
  /**
2071
2062
  * ModifyL4ProxyRules请求参数结构体
@@ -2323,6 +2314,28 @@ export interface DescribeSecurityTemplateBindingsRequest {
2323
2314
  */
2324
2315
  TemplateId: Array<string>;
2325
2316
  }
2317
+ /**
2318
+ * 四层远程鉴权信息
2319
+ */
2320
+ export interface L4ProxyRemoteAuth {
2321
+ /**
2322
+ * 四层远程鉴权开关,取值有:
2323
+ <li>on:表示开启;</li>
2324
+ <li>off:表示关闭。</li>
2325
+ */
2326
+ Switch: string;
2327
+ /**
2328
+ * 远程鉴权服务地址,格式为: domain/ip:port。例:example.auth.com:8888
2329
+
2330
+ */
2331
+ Address: string;
2332
+ /**
2333
+ * 远程鉴权服务不可访问后,经过四层转发规则默认回源行为,取值有:
2334
+ <li>reject:表示进行拦截,拒绝访问;</li>
2335
+ <li>allow:表示允许通过。</li>
2336
+ */
2337
+ ServerFaultyBehavior: string;
2338
+ }
2326
2339
  /**
2327
2340
  * Bot主动特征识别校验结果。
2328
2341
  */
@@ -2502,20 +2515,29 @@ export interface ExceptUserRuleCondition {
2502
2515
  MatchContent?: string;
2503
2516
  }
2504
2517
  /**
2505
- * 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
2518
+ * 安全数据维度值信息
2506
2519
  */
2507
- export interface MaxAge {
2520
+ export interface SecEntryValue {
2508
2521
  /**
2509
- * 是否遵循源站,取值有:
2510
- <li>on:遵循源站,忽略MaxAge 时间设置;</li>
2511
- <li>off:不遵循源站,使用MaxAge 时间设置。</li>
2522
+ * 指标名称。
2512
2523
  */
2513
- FollowOrigin?: string;
2524
+ Metric: string;
2514
2525
  /**
2515
- * MaxAge 时间设置,单位秒,最大365天。
2516
- 注意:时间为0,即不缓存。
2526
+ * 时序数据详情。
2517
2527
  */
2518
- MaxAgeTime?: number;
2528
+ Detail: Array<TimingDataItem>;
2529
+ /**
2530
+ * 最大值。
2531
+ */
2532
+ Max: number;
2533
+ /**
2534
+ * 平均值。
2535
+ */
2536
+ Avg: number;
2537
+ /**
2538
+ * 数据总和。
2539
+ */
2540
+ Sum: number;
2519
2541
  }
2520
2542
  /**
2521
2543
  * DescribeCustomErrorPages返回参数结构体
@@ -4505,28 +4527,32 @@ export interface DescribeZoneSettingResponse {
4505
4527
  */
4506
4528
  export interface DescribePurgeTasksRequest {
4507
4529
  /**
4508
- * 站点ID
4509
- 必填参数。
4530
+ * 站点 ID。该参数必填。
4510
4531
  */
4511
4532
  ZoneId?: string;
4512
4533
  /**
4513
- * 查询起始时间,时间与job-id必填一个。
4534
+ * 查询起始时间,时间与 job-id 必填一个。
4514
4535
  */
4515
4536
  StartTime?: string;
4516
4537
  /**
4517
- * 查询结束时间,时间与job-id必填一个。
4538
+ * 查询结束时间,时间与 job-id 必填一个。
4518
4539
  */
4519
4540
  EndTime?: string;
4520
4541
  /**
4521
- * 分页查询偏移量,默认为0。
4542
+ * 分页查询偏移量,默认为 0。
4522
4543
  */
4523
4544
  Offset?: number;
4524
4545
  /**
4525
- * 分页查限制数目,默认值:20,最大值:1000。
4546
+ * 分页查询限制数目,默认值:20,最大值:1000。
4526
4547
  */
4527
4548
  Limit?: number;
4528
4549
  /**
4529
- * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤,target形如:http://www.qq.com/1.txt或者tag1,暂不支持多值<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤,domains形如:www.qq.com<br>   类型:String<br>   必选:否<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li><li>type<br>   按照【<strong>清除缓存类型</strong>】进行过滤,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持<br>   可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>
4550
+ * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
4551
+ <li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>
4552
+ <li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>
4553
+ <li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>
4554
+ <li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
4555
+ <li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>
4530
4556
  */
4531
4557
  Filters?: Array<AdvancedFilter>;
4532
4558
  }
@@ -7637,6 +7663,12 @@ export interface L4ProxyRule {
7637
7663
  * BuID。
7638
7664
  */
7639
7665
  BuId?: string;
7666
+ /**
7667
+ * 远程鉴权信息。
7668
+ 注意:RemoteAuth 在 CreateL4ProxyRules 或 ModifyL4ProxyRules 不可作为入参使用,如有传此参数,会忽略。在 DescribeL4ProxyRules 返回为空时,表示没有开启远程鉴权。
7669
+ 注意:此字段可能返回 null,表示取不到有效值。
7670
+ */
7671
+ RemoteAuth?: L4ProxyRemoteAuth;
7640
7672
  }
7641
7673
  /**
7642
7674
  * 描述键值对过滤器,用于条件过滤查询,支持模糊查询。例如过滤ID、名称、状态等。
@@ -1266,25 +1266,25 @@ export interface DescribeClusterReleaseDetailsResponse {
1266
1266
  RequestId?: string;
1267
1267
  }
1268
1268
  /**
1269
- * 自动扩所容的节点
1269
+ * 自动扩缩容的节点
1270
1270
  */
1271
1271
  export interface AutoscalingAdded {
1272
1272
  /**
1273
1273
  * 正在加入中的节点数量
1274
1274
  */
1275
- Joining: number;
1275
+ Joining?: number;
1276
1276
  /**
1277
1277
  * 初始化中的节点数量
1278
1278
  */
1279
- Initializing: number;
1279
+ Initializing?: number;
1280
1280
  /**
1281
1281
  * 正常的节点数量
1282
1282
  */
1283
- Normal: number;
1283
+ Normal?: number;
1284
1284
  /**
1285
1285
  * 节点总数
1286
1286
  */
1287
- Total: number;
1287
+ Total?: number;
1288
1288
  }
1289
1289
  /**
1290
1290
  * SyncPrometheusTemp返回参数结构体
@@ -346,25 +346,25 @@ export interface AutoUpgradeOptions {
346
346
  WeeklyPeriod?: Array<string>;
347
347
  }
348
348
  /**
349
- * 自动扩所容的节点
349
+ * 自动扩缩容的节点
350
350
  */
351
351
  export interface AutoscalingAdded {
352
352
  /**
353
353
  * 正在加入中的节点数量
354
354
  */
355
- Joining: number;
355
+ Joining?: number;
356
356
  /**
357
357
  * 初始化中的节点数量
358
358
  */
359
- Initializing: number;
359
+ Initializing?: number;
360
360
  /**
361
361
  * 正常的节点数量
362
362
  */
363
- Normal: number;
363
+ Normal?: number;
364
364
  /**
365
365
  * 节点总数
366
366
  */
367
- Total: number;
367
+ Total?: number;
368
368
  }
369
369
  /**
370
370
  * 集群的实例信息
@@ -5804,6 +5804,16 @@ export interface RuleFilter {
5804
5804
  注意:此字段可能返回 null,表示取不到有效值。
5805
5805
  */
5806
5806
  Values?: Array<string>;
5807
+ /**
5808
+ * 操作符
5809
+ 注意:此字段可能返回 null,表示取不到有效值。
5810
+ */
5811
+ Operator?: string;
5812
+ /**
5813
+ * header或query对应的name
5814
+ 注意:此字段可能返回 null,表示取不到有效值。
5815
+ */
5816
+ Name?: string;
5807
5817
  }
5808
5818
  /**
5809
5819
  * DescribeCloudNativeAPIGatewayCertificateDetails返回参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, DescribeUnitRulesV2Response, UpdateApiRateLimitRuleRequest, DeleteClusterResponse, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, ModifyApplicationResponse, DescribeApiVersionsResponse, ReassociateBusinessLogConfigRequest, StopContainerGroupResponse, CreateConfigTemplateWithDetailRespResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, DescribeConfigTemplateResponse, DescribeDeliveryConfigResponse, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, ModifyProgramRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, DescribeInvocationMetricDataDimensionResponse, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeClustersRequest, DescribeApiVersionsRequest, DeleteConfigTemplateResponse, DescribeGroupBindedGatewaysResponse, DescribeJvmMonitorRequest, EnableLaneRuleRequest, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeGroupsResponse, ModifyUploadInfoResponse, EnableLaneRuleResponse, CreateProgramRequest, CreateApiRateLimitRuleRequest, DisableLaneRuleResponse, AssociateBusinessLogConfigRequest, DescribeJvmMonitorResponse, DescribeDeliveryConfigRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, DisassociateBusinessLogConfigResponse, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, ModifyNamespaceResponse, ModifyLaneRuleRequest, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, ReleaseConfigWithDetailRespResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, CreateFileConfigWithDetailRespRequest, ModifyContainerReplicasResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, StartGroupRequest, CreateNamespaceRequest, DescribeDownloadInfoRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, CreatePublicConfigWithDetailRespRequest, DescribeResourceTaskStatusResponse, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, DescribeDeliveryConfigsResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribeOverviewInvocationRequest, DescribeProgramsRequest, DescribePublicConfigRequest, AddClusterInstancesResponse, DescribeOverviewInvocationResponse, CreatePublicConfigResponse, CreateConfigResponse, RevokeFileConfigRequest, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, AssociateConfigWithGroupResponse, UpdateRepositoryResponse, DisassociateKafkaConfigRequest, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeStatisticsResponse, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, ModifyLaneResponse, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, CreateApiRateLimitRuleWithDetailRespRequest, CreateUnitRuleWithDetailRespRequest, DescribeContainerGroupAttributeRequest, DescribeSimpleApplicationsRequest, DescribeDeliveryConfigByGroupIdResponse, ModifyContainerGroupRequest, OperateApplicationTcrBindingRequest, CreateConfigWithDetailRespResponse, DescribeGroupBusinessLogConfigsResponse, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeInvocationMetricDataPointRequest, DescribeRepositoriesResponse, CreateGroupRequest, DeleteClusterRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, CreatePathRewritesWithDetailRespResponse, UpdateRepositoryRequest, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeleteTaskResponse, DeleteMicroserviceRequest, CreatePublicConfigWithDetailRespResponse, CreateConfigWithDetailRespRequest, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeApplicationBusinessLogConfigResponse, DescribeGroupResponse, ModifyClusterRequest, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, DescribeFileConfigReleasesResponse, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeGroupBusinessLogConfigsRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, DisassociateKafkaConfigResponse, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeInovcationIndicatorsRequest, ShrinkInstancesRequest, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, DescribeClustersResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, AssociateBusinessLogConfigResponse, DescribeGatewayApisRequest, AssociateConfigWithGroupRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, RevokeFileConfigResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, UpdateConfigTemplateResponse, BindPluginRequest, DeleteLaneRuleRequest, CreateUnitRuleWithDetailRespResponse, CreateProgramResponse, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, CreateUnitRuleRequest, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, CreateUnitNamespacesResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, CreateFileConfigWithDetailRespResponse, CreateConfigTemplateWithDetailRespRequest, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DescribeInvocationMetricDataDimensionRequest, DeployGroupResponse, ModifyGroupResponse, DescribeUnitRulesV2Request, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DescribeBusinessLogConfigRequest, ExecuteTaskFlowRequest, DescribeBusinessLogConfigResponse, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, CreateUnitNamespacesRequest, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, DescribeInstancesResponse, CreatePathRewritesWithDetailRespRequest, DeleteFileConfigResponse, DeleteApiRateLimitRuleResponse, DeleteFileConfigRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, CreateMicroserviceWithDetailRespRequest, StopTaskExecuteRequest, DeleteApiRateLimitRuleRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, ReleaseConfigWithDetailRespRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, CreateApiRateLimitRuleWithDetailRespResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, DescribeBusinessLogConfigsRequest, DeleteConfigTemplateRequest, DescribePluginInstancesRequest, DescribeInovcationIndicatorsResponse, CreateConfigRequest, DeleteGatewayApiResponse, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeInstancesRequest, ReassociateBusinessLogConfigResponse, DescribeApiGroupsRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeTaskLastStatusRequest, DescribeBusinessLogConfigsResponse, DescribeInvocationMetricScatterPlotRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, DescribeApplicationBusinessLogConfigRequest, DescribeInvocationMetricDataCurveRequest, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, DescribeContainerEventsResponse, DescribePluginInstancesResponse, CreateRepositoryResponse, CreateLaneRuleRequest, DeletePkgsRequest, CreateFileConfigRequest, ChangeApiUsableStatusResponse, DescribeContainerGroupAttributeResponse, CreateFileConfigResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, DescribeDeliveryConfigsRequest, DisassociateBusinessLogConfigRequest, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, DescribeFileConfigReleasesRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, ModifyClusterResponse, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreatePathRewritesRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, CreateConfigTemplateRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, OperateApplicationTcrBindingResponse, DisableUnitRouteRequest, DescribeUnitRulesRequest, UpdateConfigTemplateRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUploadInfoRequest, DescribeUnitApiUseDetailResponse, DescribeInvocationMetricScatterPlotResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DescribeProgramsResponse, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DisableLaneRuleRequest, DescribeResourceTaskStatusRequest, DescribeInvocationMetricDataCurveResponse, DeleteConfigRequest, DescribeFileConfigsRequest, CreateConfigTemplateResponse, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateMicroserviceWithDetailRespResponse, CreateClusterRequest, DescribeDeliveryConfigByGroupIdRequest, DeleteContainerGroupRequest, EnableTaskResponse, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribeInvocationMetricDataPointResponse, DisableUnitRuleResponse, ModifyApplicationRequest, DescribePathRewritesResponse, DeleteGatewayApiRequest, ModifyProgramResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, UpdateApiRateLimitRulesResponse, DeleteRepositoryRequest, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, ModifyNamespaceRequest, CreateRepositoryRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeStatisticsRequest, ModifyGroupRequest, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DescribeConfigTemplateRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
3
+ import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, DescribeUnitRulesV2Response, UpdateApiRateLimitRuleRequest, DeleteClusterResponse, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, ModifyApplicationResponse, DescribeApiVersionsResponse, ReassociateBusinessLogConfigRequest, StopContainerGroupResponse, CreateConfigTemplateWithDetailRespResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, DescribeConfigTemplateResponse, DescribeDeliveryConfigResponse, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, ModifyProgramRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, DescribeInvocationMetricDataDimensionResponse, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeClustersRequest, DescribeApiVersionsRequest, DeleteConfigTemplateResponse, DescribeGroupBindedGatewaysResponse, DescribeJvmMonitorRequest, EnableLaneRuleRequest, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeGroupsResponse, ModifyUploadInfoResponse, EnableLaneRuleResponse, CreateProgramRequest, CreateApiRateLimitRuleRequest, DisableLaneRuleResponse, AssociateBusinessLogConfigRequest, DescribeJvmMonitorResponse, DescribeDeliveryConfigRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, DisassociateBusinessLogConfigResponse, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, ModifyNamespaceResponse, ModifyLaneRuleRequest, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, ReleaseConfigWithDetailRespResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, CreateFileConfigWithDetailRespRequest, ModifyContainerReplicasResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, StartGroupRequest, CreateNamespaceRequest, DescribeDownloadInfoRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, CreatePublicConfigWithDetailRespRequest, DescribeResourceTaskStatusResponse, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, DescribeDeliveryConfigsResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribeOverviewInvocationRequest, DescribeProgramsRequest, DescribePublicConfigRequest, DescribeOverviewInvocationResponse, CreatePublicConfigResponse, CreateConfigResponse, RevokeFileConfigRequest, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, AssociateConfigWithGroupResponse, UpdateRepositoryResponse, DisassociateKafkaConfigRequest, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeStatisticsResponse, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, ModifyLaneResponse, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, CreateApiRateLimitRuleWithDetailRespRequest, CreateUnitRuleWithDetailRespRequest, DescribeContainerGroupAttributeRequest, DescribeSimpleApplicationsRequest, DescribeDeliveryConfigByGroupIdResponse, ModifyContainerGroupRequest, OperateApplicationTcrBindingRequest, CreateConfigWithDetailRespResponse, DescribeGroupBusinessLogConfigsResponse, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeInvocationMetricDataPointRequest, DescribeRepositoriesResponse, CreateGroupRequest, DeleteClusterRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, CreatePathRewritesWithDetailRespResponse, UpdateRepositoryRequest, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeleteTaskResponse, DeleteMicroserviceRequest, CreatePublicConfigWithDetailRespResponse, CreateConfigWithDetailRespRequest, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeGroupResponse, ModifyClusterRequest, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, DescribeFileConfigReleasesResponse, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeGroupBusinessLogConfigsRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, DisassociateKafkaConfigResponse, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeInovcationIndicatorsRequest, ShrinkInstancesRequest, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, DescribeClustersResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, AssociateBusinessLogConfigResponse, DescribeGatewayApisRequest, AssociateConfigWithGroupRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, RevokeFileConfigResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, UpdateConfigTemplateResponse, BindPluginRequest, DeleteLaneRuleRequest, CreateUnitRuleWithDetailRespResponse, CreateProgramResponse, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, CreateUnitRuleRequest, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, CreateUnitNamespacesResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, CreateFileConfigWithDetailRespResponse, CreateConfigTemplateWithDetailRespRequest, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DescribeInvocationMetricDataDimensionRequest, DeployGroupResponse, ModifyGroupResponse, DescribeUnitRulesV2Request, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DescribeBusinessLogConfigRequest, ExecuteTaskFlowRequest, DescribeBusinessLogConfigResponse, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, CreateUnitNamespacesRequest, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, DescribeInstancesResponse, CreatePathRewritesWithDetailRespRequest, DeleteFileConfigResponse, DeleteApiRateLimitRuleResponse, DeleteFileConfigRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, CreateMicroserviceWithDetailRespRequest, StopTaskExecuteRequest, DeleteApiRateLimitRuleRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, ReleaseConfigWithDetailRespRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, CreateApiRateLimitRuleWithDetailRespResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, DescribeBusinessLogConfigsRequest, DeleteConfigTemplateRequest, DescribePluginInstancesRequest, DescribeInovcationIndicatorsResponse, CreateConfigRequest, DeleteGatewayApiResponse, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeInstancesRequest, ReassociateBusinessLogConfigResponse, DescribeApiGroupsRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeTaskLastStatusRequest, DescribeBusinessLogConfigsResponse, DescribeInvocationMetricScatterPlotRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, AddClusterInstancesResponse, DescribeInvocationMetricDataCurveRequest, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, DescribeContainerEventsResponse, DescribePluginInstancesResponse, CreateRepositoryResponse, CreateLaneRuleRequest, DeletePkgsRequest, CreateFileConfigRequest, ChangeApiUsableStatusResponse, DescribeContainerGroupAttributeResponse, CreateFileConfigResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, DescribeDeliveryConfigsRequest, DisassociateBusinessLogConfigRequest, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, DescribeFileConfigReleasesRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, ModifyClusterResponse, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreatePathRewritesRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, CreateConfigTemplateRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, OperateApplicationTcrBindingResponse, DisableUnitRouteRequest, DescribeUnitRulesRequest, UpdateConfigTemplateRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUploadInfoRequest, DescribeUnitApiUseDetailResponse, DescribeInvocationMetricScatterPlotResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DescribeProgramsResponse, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DisableLaneRuleRequest, DescribeResourceTaskStatusRequest, DescribeInvocationMetricDataCurveResponse, DeleteConfigRequest, DescribeFileConfigsRequest, CreateConfigTemplateResponse, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateMicroserviceWithDetailRespResponse, CreateClusterRequest, DescribeDeliveryConfigByGroupIdRequest, DeleteContainerGroupRequest, EnableTaskResponse, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribeInvocationMetricDataPointResponse, DisableUnitRuleResponse, ModifyApplicationRequest, DescribePathRewritesResponse, DeleteGatewayApiRequest, ModifyProgramResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, UpdateApiRateLimitRulesResponse, DeleteRepositoryRequest, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, ModifyNamespaceRequest, CreateRepositoryRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeStatisticsRequest, ModifyGroupRequest, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DescribeConfigTemplateRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
4
4
  /**
5
5
  * tsf client
6
6
  * @class
@@ -24,11 +24,9 @@ export declare class Client extends AbstractClient {
24
24
  */
25
25
  DescribeMicroservices(req: DescribeMicroservicesRequest, cb?: (error: string, rep: DescribeMicroservicesResponse) => void): Promise<DescribeMicroservicesResponse>;
26
26
  /**
27
- * 接口未使用,废弃录用
28
-
29
- 查询应用关联日志配置项信息
27
+ * 修改容器部署组实例数
30
28
  */
31
- DescribeApplicationBusinessLogConfig(req: DescribeApplicationBusinessLogConfigRequest, cb?: (error: string, rep: DescribeApplicationBusinessLogConfigResponse) => void): Promise<DescribeApplicationBusinessLogConfigResponse>;
29
+ ModifyContainerReplicas(req: ModifyContainerReplicasRequest, cb?: (error: string, rep: ModifyContainerReplicasResponse) => void): Promise<ModifyContainerReplicasResponse>;
32
30
  /**
33
31
  * 虚拟机部署组下线实例
34
32
  */
@@ -820,10 +818,6 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
820
818
  * 创建数据集
821
819
  */
822
820
  CreateProgram(req: CreateProgramRequest, cb?: (error: string, rep: CreateProgramResponse) => void): Promise<CreateProgramResponse>;
823
- /**
824
- * 修改容器部署组实例数
825
- */
826
- ModifyContainerReplicas(req: ModifyContainerReplicasRequest, cb?: (error: string, rep: ModifyContainerReplicasResponse) => void): Promise<ModifyContainerReplicasResponse>;
827
821
  /**
828
822
  * 查询仓库信息
829
823
  */
@@ -52,12 +52,10 @@ class Client extends abstract_client_1.AbstractClient {
52
52
  return this.request("DescribeMicroservices", req, cb);
53
53
  }
54
54
  /**
55
- * 接口未使用,废弃录用
56
-
57
- 查询应用关联日志配置项信息
55
+ * 修改容器部署组实例数
58
56
  */
59
- async DescribeApplicationBusinessLogConfig(req, cb) {
60
- return this.request("DescribeApplicationBusinessLogConfig", req, cb);
57
+ async ModifyContainerReplicas(req, cb) {
58
+ return this.request("ModifyContainerReplicas", req, cb);
61
59
  }
62
60
  /**
63
61
  * 虚拟机部署组下线实例
@@ -1244,12 +1242,6 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1244
1242
  async CreateProgram(req, cb) {
1245
1243
  return this.request("CreateProgram", req, cb);
1246
1244
  }
1247
- /**
1248
- * 修改容器部署组实例数
1249
- */
1250
- async ModifyContainerReplicas(req, cb) {
1251
- return this.request("ModifyContainerReplicas", req, cb);
1252
- }
1253
1245
  /**
1254
1246
  * 查询仓库信息
1255
1247
  */
@@ -2879,20 +2879,6 @@ export interface DescribePublicConfigRequest {
2879
2879
  */
2880
2880
  ConfigId: string;
2881
2881
  }
2882
- /**
2883
- * AddClusterInstances返回参数结构体
2884
- */
2885
- export interface AddClusterInstancesResponse {
2886
- /**
2887
- * 添加云主机的返回列表
2888
- 注意:此字段可能返回 null,表示取不到有效值。
2889
- */
2890
- Result: AddInstanceResult;
2891
- /**
2892
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2893
- */
2894
- RequestId?: string;
2895
- }
2896
2882
  /**
2897
2883
  * 镜像仓库
2898
2884
  */
@@ -4851,15 +4837,6 @@ export interface Namespace {
4851
4837
  */
4852
4838
  KubeInjectEnable?: boolean;
4853
4839
  }
4854
- /**
4855
- * DescribeApplicationBusinessLogConfig返回参数结构体
4856
- */
4857
- export interface DescribeApplicationBusinessLogConfigResponse {
4858
- /**
4859
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4860
- */
4861
- RequestId?: string;
4862
- }
4863
4840
  /**
4864
4841
  * DescribeGroup返回参数结构体
4865
4842
  */
@@ -10634,13 +10611,18 @@ export interface DescribeMicroservicesRequest {
10634
10611
  ConfigCenterInstanceId?: string;
10635
10612
  }
10636
10613
  /**
10637
- * DescribeApplicationBusinessLogConfig请求参数结构体
10614
+ * AddClusterInstances返回参数结构体
10638
10615
  */
10639
- export interface DescribeApplicationBusinessLogConfigRequest {
10616
+ export interface AddClusterInstancesResponse {
10640
10617
  /**
10641
- * TSF应用ID
10618
+ * 添加云主机的返回列表
10619
+ 注意:此字段可能返回 null,表示取不到有效值。
10642
10620
  */
10643
- ApplicationId: string;
10621
+ Result: AddInstanceResult;
10622
+ /**
10623
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10624
+ */
10625
+ RequestId?: string;
10644
10626
  }
10645
10627
  /**
10646
10628
  * DescribeInvocationMetricDataCurve请求参数结构体
@@ -350,6 +350,8 @@ export declare class Client extends AbstractClient {
350
350
 
351
351
  剪辑固化的优势在于其生命周期与原始录制视频相互独立,可以独立管理、长久保存。
352
352
 
353
+ <font color='red'>注意:</font>如果剪辑时指定进行固化,通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对直播录制视频进行删除、降冷等操作,否则剪辑生成的视频播放可能出现异常。
354
+
353
355
  ### 剪辑不固化
354
356
  所谓剪辑不固化,是指剪辑所得到的结果(m3u8 文件)与直播录制视频共享相同的 ts 分片,新生成的视频不是一个独立完整的视频(没有独立 FileId,只有播放 URL),其有效期与直播录制的完整视频有效期是一致的。一旦直播录制出来的视频被删除,也会导致该片段无法播放。
355
357
 
@@ -629,7 +631,11 @@ export declare class Client extends AbstractClient {
629
631
  */
630
632
  DeleteWordSamples(req: DeleteWordSamplesRequest, cb?: (error: string, rep: DeleteWordSamplesResponse) => void): Promise<DeleteWordSamplesResponse>;
631
633
  /**
632
- * HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。
634
+ * 对云点播的 HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。
635
+
636
+ 快速拼接或剪辑生成的视频,将产生新的 FileId 并进行固化,固化成功后新视频的文件独立于原始输入视频存在,不受原始视频删除等影响。
637
+
638
+ <font color='red'>注意:</font>通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对原始输入的视频进行删除、降冷等操作,否则拼接剪辑生成的视频播放可能出现异常。
633
639
  */
634
640
  FastEditMedia(req: FastEditMediaRequest, cb?: (error: string, rep: FastEditMediaResponse) => void): Promise<FastEditMediaResponse>;
635
641
  /**
@@ -928,6 +934,8 @@ export declare class Client extends AbstractClient {
928
934
 
929
935
  剪辑固化的优势在于其生命周期与原始输入视频相互独立,可以独立管理、长久保存。
930
936
 
937
+ <font color='red'>注意:</font>如果剪辑时指定进行固化,通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对原始输入的视频进行删除、降冷等操作,否则剪辑生成的视频播放可能出现异常。
938
+
931
939
  ### 剪辑不固化
932
940
  所谓剪辑不固化,是指剪辑所得到的结果(m3u8 文件)与原始输入视频共享相同的 ts 分片,新生成的视频不是一个独立完整的视频(没有独立 FileId,只有播放 URL),其有效期与原始输入的完整视频有效期是一致的。一旦原始输入的视频被删除,也会导致该片段无法播放。
933
941
 
@@ -490,6 +490,8 @@ class Client extends abstract_client_1.AbstractClient {
490
490
 
491
491
  剪辑固化的优势在于其生命周期与原始录制视频相互独立,可以独立管理、长久保存。
492
492
 
493
+ <font color='red'>注意:</font>如果剪辑时指定进行固化,通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对直播录制视频进行删除、降冷等操作,否则剪辑生成的视频播放可能出现异常。
494
+
493
495
  ### 剪辑不固化
494
496
  所谓剪辑不固化,是指剪辑所得到的结果(m3u8 文件)与直播录制视频共享相同的 ts 分片,新生成的视频不是一个独立完整的视频(没有独立 FileId,只有播放 URL),其有效期与直播录制的完整视频有效期是一致的。一旦直播录制出来的视频被删除,也会导致该片段无法播放。
495
497
 
@@ -869,7 +871,11 @@ class Client extends abstract_client_1.AbstractClient {
869
871
  return this.request("DeleteWordSamples", req, cb);
870
872
  }
871
873
  /**
872
- * HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。
874
+ * 对云点播的 HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。
875
+
876
+ 快速拼接或剪辑生成的视频,将产生新的 FileId 并进行固化,固化成功后新视频的文件独立于原始输入视频存在,不受原始视频删除等影响。
877
+
878
+ <font color='red'>注意:</font>通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对原始输入的视频进行删除、降冷等操作,否则拼接剪辑生成的视频播放可能出现异常。
873
879
  */
874
880
  async FastEditMedia(req, cb) {
875
881
  return this.request("FastEditMedia", req, cb);
@@ -1274,6 +1280,8 @@ class Client extends abstract_client_1.AbstractClient {
1274
1280
 
1275
1281
  剪辑固化的优势在于其生命周期与原始输入视频相互独立,可以独立管理、长久保存。
1276
1282
 
1283
+ <font color='red'>注意:</font>如果剪辑时指定进行固化,通过 ModifyEventConfig 接口启用接收剪辑固化事件通知,固化成功后将会收到一个 PersitenceComplete 类型的事件通知。在收到这个事件通知之前,不应该对原始输入的视频进行删除、降冷等操作,否则剪辑生成的视频播放可能出现异常。
1284
+
1277
1285
  ### 剪辑不固化
1278
1286
  所谓剪辑不固化,是指剪辑所得到的结果(m3u8 文件)与原始输入视频共享相同的 ts 分片,新生成的视频不是一个独立完整的视频(没有独立 FileId,只有播放 URL),其有效期与原始输入的完整视频有效期是一致的。一旦原始输入的视频被删除,也会导致该片段无法播放。
1279
1287
 
@@ -16068,6 +16068,11 @@ export interface TaskOpsDto {
16068
16068
  注意:此字段可能返回 null,表示取不到有效值。
16069
16069
  */
16070
16070
  ExtResourceFlag?: ExtResourceFlagDto;
16071
+ /**
16072
+ * 父任务simple信息(新)
16073
+ 注意:此字段可能返回 null,表示取不到有效值。
16074
+ */
16075
+ NewParentTaskInfos?: Array<AiopsSimpleTaskDto>;
16071
16076
  }
16072
16077
  /**
16073
16078
  * DescribeOfflineTaskToken请求参数结构体