tencentcloud-sdk-nodejs-tsf 4.0.565 → 4.0.567

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.
@@ -619,6 +619,22 @@ false:停止失败
619
619
  RequestId?: string
620
620
  }
621
621
 
622
+ /**
623
+ * CreateConfigTemplateWithDetailResp返回参数结构体
624
+ */
625
+ export interface CreateConfigTemplateWithDetailRespResponse {
626
+ /**
627
+ * 创建成功,返回 ID
628
+ 注意:此字段可能返回 null,表示取不到有效值。
629
+ */
630
+ Result?: ConfigTemplate
631
+
632
+ /**
633
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
634
+ */
635
+ RequestId?: string
636
+ }
637
+
622
638
  /**
623
639
  * DeletePathRewrites请求参数结构体
624
640
  */
@@ -1641,23 +1657,19 @@ export interface RollbackConfigRequest {
1641
1657
  }
1642
1658
 
1643
1659
  /**
1644
- * DescribePrograms请求参数结构体
1660
+ * DisassociateBusinessLogConfig返回参数结构体
1645
1661
  */
1646
- export interface DescribeProgramsRequest {
1647
- /**
1648
- * 模糊查询数据集ID,数据集名称,不传入时查询全量
1649
- */
1650
- SearchWord?: string
1651
-
1662
+ export interface DisassociateBusinessLogConfigResponse {
1652
1663
  /**
1653
- * 每页数量
1654
- */
1655
- Limit?: number
1664
+ * 操作结果
1665
+ 注意:此字段可能返回 null,表示取不到有效值。
1666
+ */
1667
+ Result?: boolean
1656
1668
 
1657
1669
  /**
1658
- * 起始偏移量
1670
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1659
1671
  */
1660
- Offset?: number
1672
+ RequestId?: string
1661
1673
  }
1662
1674
 
1663
1675
  /**
@@ -2103,6 +2115,22 @@ export interface DescribeRepositoryResponse {
2103
2115
  RequestId?: string
2104
2116
  }
2105
2117
 
2118
+ /**
2119
+ * ReleaseConfigWithDetailResp返回参数结构体
2120
+ */
2121
+ export interface ReleaseConfigWithDetailRespResponse {
2122
+ /**
2123
+ * 配置项发布 ID
2124
+ 注意:此字段可能返回 null,表示取不到有效值。
2125
+ */
2126
+ Result?: ConfigRelease
2127
+
2128
+ /**
2129
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2130
+ */
2131
+ RequestId?: string
2132
+ }
2133
+
2106
2134
  /**
2107
2135
  * 机器实例
2108
2136
  */
@@ -2710,6 +2738,61 @@ export interface DescribeRepositoryRequest {
2710
2738
  RepositoryId: string
2711
2739
  }
2712
2740
 
2741
+ /**
2742
+ * CreatePublicConfigWithDetailResp请求参数结构体
2743
+ */
2744
+ export interface CreatePublicConfigWithDetailRespRequest {
2745
+ /**
2746
+ * 配置项名称
2747
+ */
2748
+ ConfigName: string
2749
+
2750
+ /**
2751
+ * 配置项版本
2752
+ */
2753
+ ConfigVersion: string
2754
+
2755
+ /**
2756
+ * 配置项值,总是接收yaml格式的内容
2757
+ */
2758
+ ConfigValue: string
2759
+
2760
+ /**
2761
+ * 配置项版本描述
2762
+ */
2763
+ ConfigVersionDesc?: string
2764
+
2765
+ /**
2766
+ * 配置项类型
2767
+ */
2768
+ ConfigType?: string
2769
+
2770
+ /**
2771
+ * Base64编码的配置项
2772
+ */
2773
+ EncodeWithBase64?: boolean
2774
+
2775
+ /**
2776
+ * 无
2777
+ */
2778
+ ProgramIdList?: Array<string>
2779
+ }
2780
+
2781
+ /**
2782
+ * DescribeResourceTaskStatus返回参数结构体
2783
+ */
2784
+ export interface DescribeResourceTaskStatusResponse {
2785
+ /**
2786
+ * 资源任务执行状态结果
2787
+ */
2788
+ Result?: ResourceTaskStatusResult
2789
+
2790
+ /**
2791
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2792
+ */
2793
+ RequestId?: string
2794
+ }
2795
+
2713
2796
  /**
2714
2797
  * RedoTask请求参数结构体
2715
2798
  */
@@ -3093,19 +3176,23 @@ export interface TaskLastExecuteStatus {
3093
3176
  }
3094
3177
 
3095
3178
  /**
3096
- * DisassociateBusinessLogConfig返回参数结构体
3179
+ * DescribePrograms请求参数结构体
3097
3180
  */
3098
- export interface DisassociateBusinessLogConfigResponse {
3181
+ export interface DescribeProgramsRequest {
3099
3182
  /**
3100
- * 操作结果
3101
- 注意:此字段可能返回 null,表示取不到有效值。
3102
- */
3103
- Result?: boolean
3183
+ * 模糊查询数据集ID,数据集名称,不传入时查询全量
3184
+ */
3185
+ SearchWord?: string
3104
3186
 
3105
3187
  /**
3106
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3188
+ * 每页数量
3107
3189
  */
3108
- RequestId?: string
3190
+ Limit?: number
3191
+
3192
+ /**
3193
+ * 起始偏移量
3194
+ */
3195
+ Offset?: number
3109
3196
  }
3110
3197
 
3111
3198
  /**
@@ -3681,6 +3768,21 @@ export interface TsfPageInstance {
3681
3768
  Content: Array<Instance>
3682
3769
  }
3683
3770
 
3771
+ /**
3772
+ * ModifyLane返回参数结构体
3773
+ */
3774
+ export interface ModifyLaneResponse {
3775
+ /**
3776
+ * 操作状态
3777
+ */
3778
+ Result?: boolean
3779
+
3780
+ /**
3781
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3782
+ */
3783
+ RequestId?: string
3784
+ }
3785
+
3684
3786
  /**
3685
3787
  * DeleteGroup返回参数结构体
3686
3788
  */
@@ -3910,6 +4012,51 @@ export interface DeployContainerGroupRequest {
3910
4012
  WarmupSetting?: WarmupSetting
3911
4013
  }
3912
4014
 
4015
+ /**
4016
+ * CreateApiRateLimitRuleWithDetailResp请求参数结构体
4017
+ */
4018
+ export interface CreateApiRateLimitRuleWithDetailRespRequest {
4019
+ /**
4020
+ * Api Id
4021
+ */
4022
+ ApiId: string
4023
+
4024
+ /**
4025
+ * qps值
4026
+ */
4027
+ MaxQps: number
4028
+
4029
+ /**
4030
+ * 开启/禁用,enabled/disabled, 不传默认开启
4031
+ */
4032
+ UsableStatus?: string
4033
+ }
4034
+
4035
+ /**
4036
+ * CreateUnitRuleWithDetailResp请求参数结构体
4037
+ */
4038
+ export interface CreateUnitRuleWithDetailRespRequest {
4039
+ /**
4040
+ * 网关实体ID
4041
+ */
4042
+ GatewayInstanceId: string
4043
+
4044
+ /**
4045
+ * 规则名称
4046
+ */
4047
+ Name: string
4048
+
4049
+ /**
4050
+ * 规则描述
4051
+ */
4052
+ Description?: string
4053
+
4054
+ /**
4055
+ * 规则项列表
4056
+ */
4057
+ UnitRuleItemList?: Array<UnitRuleItem>
4058
+ }
4059
+
3913
4060
  /**
3914
4061
  * DescribeSimpleApplications请求参数结构体
3915
4062
  */
@@ -4940,6 +5087,22 @@ export interface DescribeContainerGroupDetailResponse {
4940
5087
  RequestId?: string
4941
5088
  }
4942
5089
 
5090
+ /**
5091
+ * CreatePathRewritesWithDetailResp返回参数结构体
5092
+ */
5093
+ export interface CreatePathRewritesWithDetailRespResponse {
5094
+ /**
5095
+ * 返回路径重写规则 ID
5096
+ 注意:此字段可能返回 null,表示取不到有效值。
5097
+ */
5098
+ Result?: Array<string>
5099
+
5100
+ /**
5101
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5102
+ */
5103
+ RequestId?: string
5104
+ }
5105
+
4943
5106
  /**
4944
5107
  * 服务端口
4945
5108
  */
@@ -5061,6 +5224,22 @@ export interface DeleteMicroserviceRequest {
5061
5224
  MicroserviceId: string
5062
5225
  }
5063
5226
 
5227
+ /**
5228
+ * CreatePublicConfigWithDetailResp返回参数结构体
5229
+ */
5230
+ export interface CreatePublicConfigWithDetailRespResponse {
5231
+ /**
5232
+ * 公共配置项 ID
5233
+ 注意:此字段可能返回 null,表示取不到有效值。
5234
+ */
5235
+ Result?: Config
5236
+
5237
+ /**
5238
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5239
+ */
5240
+ RequestId?: string
5241
+ }
5242
+
5064
5243
  /**
5065
5244
  * RemoveInstances返回参数结构体
5066
5245
  */
@@ -7314,6 +7493,22 @@ export interface MetricDimension {
7314
7493
  Value?: string
7315
7494
  }
7316
7495
 
7496
+ /**
7497
+ * CreateUnitRuleWithDetailResp返回参数结构体
7498
+ */
7499
+ export interface CreateUnitRuleWithDetailRespResponse {
7500
+ /**
7501
+ * 单元化规则 ID
7502
+ 注意:此字段可能返回 null,表示取不到有效值。
7503
+ */
7504
+ Result?: UnitRule
7505
+
7506
+ /**
7507
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7508
+ */
7509
+ RequestId?: string
7510
+ }
7511
+
7317
7512
  /**
7318
7513
  * api分组已绑定的网关部署组
7319
7514
  */
@@ -8296,6 +8491,36 @@ export interface ModifyContainerReplicasResponse {
8296
8491
  RequestId?: string
8297
8492
  }
8298
8493
 
8494
+ /**
8495
+ * CreateConfigTemplateWithDetailResp请求参数结构体
8496
+ */
8497
+ export interface CreateConfigTemplateWithDetailRespRequest {
8498
+ /**
8499
+ * 配置模板名称
8500
+ */
8501
+ ConfigTemplateName: string
8502
+
8503
+ /**
8504
+ * 配置模板对应的微服务框架
8505
+ */
8506
+ ConfigTemplateType: string
8507
+
8508
+ /**
8509
+ * 配置模板数据
8510
+ */
8511
+ ConfigTemplateValue: string
8512
+
8513
+ /**
8514
+ * 配置模板描述
8515
+ */
8516
+ ConfigTemplateDesc?: string
8517
+
8518
+ /**
8519
+ * 无
8520
+ */
8521
+ ProgramIdList?: Array<string>
8522
+ }
8523
+
8299
8524
  /**
8300
8525
  * GatewayPlugin 翻页对象
8301
8526
  */
@@ -9256,6 +9481,16 @@ export interface DescribeInstancesResponse {
9256
9481
  RequestId?: string
9257
9482
  }
9258
9483
 
9484
+ /**
9485
+ * CreatePathRewritesWithDetailResp请求参数结构体
9486
+ */
9487
+ export interface CreatePathRewritesWithDetailRespRequest {
9488
+ /**
9489
+ * 路径重写列表
9490
+ */
9491
+ PathRewrites: Array<PathRewriteCreateObject>
9492
+ }
9493
+
9259
9494
  /**
9260
9495
  * DeleteFileConfig返回参数结构体
9261
9496
  */
@@ -9272,6 +9507,17 @@ export interface DeleteFileConfigResponse {
9272
9507
  RequestId?: string
9273
9508
  }
9274
9509
 
9510
+ /**
9511
+ * 资源任务转态结果
9512
+ */
9513
+ export interface ResourceTaskStatusResult {
9514
+ /**
9515
+ * 任务的执行状态
9516
+ 注意:此字段可能返回 null,表示取不到有效值。
9517
+ */
9518
+ TaskStatus: number
9519
+ }
9520
+
9275
9521
  /**
9276
9522
  * 返回容器的事件,比如 k8s deployment 或者 pod 的 events
9277
9523
  */
@@ -9326,11 +9572,11 @@ export interface ContainerEvent {
9326
9572
  }
9327
9573
 
9328
9574
  /**
9329
- * ModifyLane返回参数结构体
9575
+ * DeleteApiRateLimitRule返回参数结构体
9330
9576
  */
9331
- export interface ModifyLaneResponse {
9577
+ export interface DeleteApiRateLimitRuleResponse {
9332
9578
  /**
9333
- * 操作状态
9579
+ * 是否成功
9334
9580
  */
9335
9581
  Result?: boolean
9336
9582
 
@@ -10080,6 +10326,16 @@ export interface StopTaskExecuteRequest {
10080
10326
  TaskId?: string
10081
10327
  }
10082
10328
 
10329
+ /**
10330
+ * DeleteApiRateLimitRule请求参数结构体
10331
+ */
10332
+ export interface DeleteApiRateLimitRuleRequest {
10333
+ /**
10334
+ * 限流规则ID
10335
+ */
10336
+ RuleId: string
10337
+ }
10338
+
10083
10339
  /**
10084
10340
  * DescribePkgs请求参数结构体
10085
10341
  */
@@ -10180,6 +10436,26 @@ export interface DescribeApplicationAttributeRequest {
10180
10436
  ApplicationId: string
10181
10437
  }
10182
10438
 
10439
+ /**
10440
+ * ReleaseConfigWithDetailResp请求参数结构体
10441
+ */
10442
+ export interface ReleaseConfigWithDetailRespRequest {
10443
+ /**
10444
+ * 配置ID
10445
+ */
10446
+ ConfigId: string
10447
+
10448
+ /**
10449
+ * 部署组ID
10450
+ */
10451
+ GroupId: string
10452
+
10453
+ /**
10454
+ * 发布描述
10455
+ */
10456
+ ReleaseDesc?: string
10457
+ }
10458
+
10183
10459
  /**
10184
10460
  * CreateTask请求参数结构体
10185
10461
  */
@@ -10456,14 +10732,14 @@ export interface SimpleGroup {
10456
10732
  }
10457
10733
 
10458
10734
  /**
10459
- * DescribeContainerEvents返回参数结构体
10735
+ * CreateApiRateLimitRuleWithDetailResp返回参数结构体
10460
10736
  */
10461
- export interface DescribeContainerEventsResponse {
10737
+ export interface CreateApiRateLimitRuleWithDetailRespResponse {
10462
10738
  /**
10463
- * events 分页列表
10739
+ * 创建的规则 ID
10464
10740
  注意:此字段可能返回 null,表示取不到有效值。
10465
10741
  */
10466
- Result: TsfPageContainerEvent
10742
+ Result?: ApiRateLimitRule
10467
10743
 
10468
10744
  /**
10469
10745
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -11028,22 +11304,6 @@ export interface ConfigReleaseLog {
11028
11304
  RollbackFlag: boolean
11029
11305
  }
11030
11306
 
11031
- /**
11032
- * CreateFileConfig返回参数结构体
11033
- */
11034
- export interface CreateFileConfigResponse {
11035
- /**
11036
- * true:创建成功;false:创建失败
11037
- 注意:此字段可能返回 null,表示取不到有效值。
11038
- */
11039
- Result: boolean
11040
-
11041
- /**
11042
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11043
- */
11044
- RequestId?: string
11045
- }
11046
-
11047
11307
  /**
11048
11308
  * CreateConfig请求参数结构体
11049
11309
  */
@@ -11974,6 +12234,22 @@ export interface DescribeLaneRulesRequest {
11974
12234
  RuleIdList?: Array<string>
11975
12235
  }
11976
12236
 
12237
+ /**
12238
+ * DescribeContainerEvents返回参数结构体
12239
+ */
12240
+ export interface DescribeContainerEventsResponse {
12241
+ /**
12242
+ * events 分页列表
12243
+ 注意:此字段可能返回 null,表示取不到有效值。
12244
+ */
12245
+ Result: TsfPageContainerEvent
12246
+
12247
+ /**
12248
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12249
+ */
12250
+ RequestId?: string
12251
+ }
12252
+
11977
12253
  /**
11978
12254
  * 微服务网关单元化规则标签
11979
12255
  */
@@ -12250,13 +12526,14 @@ export interface ChangeApiUsableStatusResponse {
12250
12526
  }
12251
12527
 
12252
12528
  /**
12253
- * EnableTask返回参数结构体
12529
+ * CreateFileConfig返回参数结构体
12254
12530
  */
12255
- export interface EnableTaskResponse {
12531
+ export interface CreateFileConfigResponse {
12256
12532
  /**
12257
- * 操作成功or失败
12258
- */
12259
- Result?: boolean
12533
+ * true:创建成功;false:创建失败
12534
+ 注意:此字段可能返回 null,表示取不到有效值。
12535
+ */
12536
+ Result: boolean
12260
12537
 
12261
12538
  /**
12262
12539
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -12802,38 +13079,13 @@ export interface StopGroupResponse {
12802
13079
  }
12803
13080
 
12804
13081
  /**
12805
- * CreateRepository请求参数结构体
13082
+ * CreatePathRewrites请求参数结构体
12806
13083
  */
12807
- export interface CreateRepositoryRequest {
12808
- /**
12809
- * 仓库名称
12810
- */
12811
- RepositoryName: string
12812
-
12813
- /**
12814
- * 仓库类型(默认仓库:default,私有仓库:private)
12815
- */
12816
- RepositoryType: string
12817
-
12818
- /**
12819
- * 仓库所在桶名称
12820
- */
12821
- BucketName: string
12822
-
12823
- /**
12824
- * 仓库所在桶地域
12825
- */
12826
- BucketRegion: string
12827
-
12828
- /**
12829
- * 目录
12830
- */
12831
- Directory?: string
12832
-
13084
+ export interface CreatePathRewritesRequest {
12833
13085
  /**
12834
- * 仓库描述
13086
+ * 路径重写列表
12835
13087
  */
12836
- RepositoryDesc?: string
13088
+ PathRewrites: PathRewriteCreateObject
12837
13089
  }
12838
13090
 
12839
13091
  /**
@@ -14139,6 +14391,16 @@ export interface InstanceEnrichedInfo {
14139
14391
  GroupName: string
14140
14392
  }
14141
14393
 
14394
+ /**
14395
+ * DescribeResourceTaskStatus请求参数结构体
14396
+ */
14397
+ export interface DescribeResourceTaskStatusRequest {
14398
+ /**
14399
+ * 任务ID
14400
+ */
14401
+ TaskId: string
14402
+ }
14403
+
14142
14404
  /**
14143
14405
  * DescribeInvocationMetricDataCurve返回参数结构体
14144
14406
  */
@@ -14648,6 +14910,21 @@ export interface AdvanceSettings {
14648
14910
  SubTaskConcurrency?: number
14649
14911
  }
14650
14912
 
14913
+ /**
14914
+ * EnableTask返回参数结构体
14915
+ */
14916
+ export interface EnableTaskResponse {
14917
+ /**
14918
+ * 操作成功or失败
14919
+ */
14920
+ Result?: boolean
14921
+
14922
+ /**
14923
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14924
+ */
14925
+ RequestId?: string
14926
+ }
14927
+
14651
14928
  /**
14652
14929
  * ReleaseConfig请求参数结构体
14653
14930
  */
@@ -15797,13 +16074,38 @@ export interface OperationInfoDetail {
15797
16074
  }
15798
16075
 
15799
16076
  /**
15800
- * CreatePathRewrites请求参数结构体
16077
+ * CreateRepository请求参数结构体
15801
16078
  */
15802
- export interface CreatePathRewritesRequest {
16079
+ export interface CreateRepositoryRequest {
15803
16080
  /**
15804
- * 路径重写列表
16081
+ * 仓库名称
15805
16082
  */
15806
- PathRewrites: PathRewriteCreateObject
16083
+ RepositoryName: string
16084
+
16085
+ /**
16086
+ * 仓库类型(默认仓库:default,私有仓库:private)
16087
+ */
16088
+ RepositoryType: string
16089
+
16090
+ /**
16091
+ * 仓库所在桶名称
16092
+ */
16093
+ BucketName: string
16094
+
16095
+ /**
16096
+ * 仓库所在桶地域
16097
+ */
16098
+ BucketRegion: string
16099
+
16100
+ /**
16101
+ * 目录
16102
+ */
16103
+ Directory?: string
16104
+
16105
+ /**
16106
+ * 仓库描述
16107
+ */
16108
+ RepositoryDesc?: string
15807
16109
  }
15808
16110
 
15809
16111
  /**