tencentcloud-sdk-nodejs-tsf 4.0.564 → 4.0.566

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.
@@ -508,6 +508,20 @@ export interface StopContainerGroupResponse {
508
508
  */
509
509
  RequestId?: string;
510
510
  }
511
+ /**
512
+ * CreateConfigTemplateWithDetailResp返回参数结构体
513
+ */
514
+ export interface CreateConfigTemplateWithDetailRespResponse {
515
+ /**
516
+ * 创建成功,返回 ID
517
+ 注意:此字段可能返回 null,表示取不到有效值。
518
+ */
519
+ Result?: ConfigTemplate;
520
+ /**
521
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
522
+ */
523
+ RequestId?: string;
524
+ }
511
525
  /**
512
526
  * DeletePathRewrites请求参数结构体
513
527
  */
@@ -1387,21 +1401,18 @@ export interface RollbackConfigRequest {
1387
1401
  ReleaseDesc?: string;
1388
1402
  }
1389
1403
  /**
1390
- * DescribePrograms请求参数结构体
1404
+ * DisassociateBusinessLogConfig返回参数结构体
1391
1405
  */
1392
- export interface DescribeProgramsRequest {
1393
- /**
1394
- * 模糊查询数据集ID,数据集名称,不传入时查询全量
1395
- */
1396
- SearchWord?: string;
1406
+ export interface DisassociateBusinessLogConfigResponse {
1397
1407
  /**
1398
- * 每页数量
1399
- */
1400
- Limit?: number;
1408
+ * 操作结果
1409
+ 注意:此字段可能返回 null,表示取不到有效值。
1410
+ */
1411
+ Result?: boolean;
1401
1412
  /**
1402
- * 起始偏移量
1413
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1403
1414
  */
1404
- Offset?: number;
1415
+ RequestId?: string;
1405
1416
  }
1406
1417
  /**
1407
1418
  * CreateGatewayApi请求参数结构体
@@ -1779,6 +1790,20 @@ export interface DescribeRepositoryResponse {
1779
1790
  */
1780
1791
  RequestId?: string;
1781
1792
  }
1793
+ /**
1794
+ * ReleaseConfigWithDetailResp返回参数结构体
1795
+ */
1796
+ export interface ReleaseConfigWithDetailRespResponse {
1797
+ /**
1798
+ * 配置项发布 ID
1799
+ 注意:此字段可能返回 null,表示取不到有效值。
1800
+ */
1801
+ Result?: ConfigRelease;
1802
+ /**
1803
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1804
+ */
1805
+ RequestId?: string;
1806
+ }
1782
1807
  /**
1783
1808
  * 机器实例
1784
1809
  */
@@ -2293,6 +2318,52 @@ export interface DescribeRepositoryRequest {
2293
2318
  */
2294
2319
  RepositoryId: string;
2295
2320
  }
2321
+ /**
2322
+ * CreatePublicConfigWithDetailResp请求参数结构体
2323
+ */
2324
+ export interface CreatePublicConfigWithDetailRespRequest {
2325
+ /**
2326
+ * 配置项名称
2327
+ */
2328
+ ConfigName: string;
2329
+ /**
2330
+ * 配置项版本
2331
+ */
2332
+ ConfigVersion: string;
2333
+ /**
2334
+ * 配置项值,总是接收yaml格式的内容
2335
+ */
2336
+ ConfigValue: string;
2337
+ /**
2338
+ * 配置项版本描述
2339
+ */
2340
+ ConfigVersionDesc?: string;
2341
+ /**
2342
+ * 配置项类型
2343
+ */
2344
+ ConfigType?: string;
2345
+ /**
2346
+ * Base64编码的配置项
2347
+ */
2348
+ EncodeWithBase64?: boolean;
2349
+ /**
2350
+ * 无
2351
+ */
2352
+ ProgramIdList?: Array<string>;
2353
+ }
2354
+ /**
2355
+ * DescribeResourceTaskStatus返回参数结构体
2356
+ */
2357
+ export interface DescribeResourceTaskStatusResponse {
2358
+ /**
2359
+ * 资源任务执行状态结果
2360
+ */
2361
+ Result?: ResourceTaskStatusResult;
2362
+ /**
2363
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2364
+ */
2365
+ RequestId?: string;
2366
+ }
2296
2367
  /**
2297
2368
  * RedoTask请求参数结构体
2298
2369
  */
@@ -2622,18 +2693,21 @@ export interface TaskLastExecuteStatus {
2622
2693
  BatchLogId: string;
2623
2694
  }
2624
2695
  /**
2625
- * DisassociateBusinessLogConfig返回参数结构体
2696
+ * DescribePrograms请求参数结构体
2626
2697
  */
2627
- export interface DisassociateBusinessLogConfigResponse {
2698
+ export interface DescribeProgramsRequest {
2628
2699
  /**
2629
- * 操作结果
2630
- 注意:此字段可能返回 null,表示取不到有效值。
2631
- */
2632
- Result?: boolean;
2700
+ * 模糊查询数据集ID,数据集名称,不传入时查询全量
2701
+ */
2702
+ SearchWord?: string;
2633
2703
  /**
2634
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2704
+ * 每页数量
2635
2705
  */
2636
- RequestId?: string;
2706
+ Limit?: number;
2707
+ /**
2708
+ * 起始偏移量
2709
+ */
2710
+ Offset?: number;
2637
2711
  }
2638
2712
  /**
2639
2713
  * DescribePublicConfig请求参数结构体
@@ -3126,6 +3200,19 @@ export interface TsfPageInstance {
3126
3200
  */
3127
3201
  Content: Array<Instance>;
3128
3202
  }
3203
+ /**
3204
+ * ModifyLane返回参数结构体
3205
+ */
3206
+ export interface ModifyLaneResponse {
3207
+ /**
3208
+ * 操作状态
3209
+ */
3210
+ Result?: boolean;
3211
+ /**
3212
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3213
+ */
3214
+ RequestId?: string;
3215
+ }
3129
3216
  /**
3130
3217
  * DeleteGroup返回参数结构体
3131
3218
  */
@@ -3313,6 +3400,44 @@ export interface DeployContainerGroupRequest {
3313
3400
  */
3314
3401
  WarmupSetting?: WarmupSetting;
3315
3402
  }
3403
+ /**
3404
+ * CreateApiRateLimitRuleWithDetailResp请求参数结构体
3405
+ */
3406
+ export interface CreateApiRateLimitRuleWithDetailRespRequest {
3407
+ /**
3408
+ * Api Id
3409
+ */
3410
+ ApiId: string;
3411
+ /**
3412
+ * qps值
3413
+ */
3414
+ MaxQps: number;
3415
+ /**
3416
+ * 开启/禁用,enabled/disabled, 不传默认开启
3417
+ */
3418
+ UsableStatus?: string;
3419
+ }
3420
+ /**
3421
+ * CreateUnitRuleWithDetailResp请求参数结构体
3422
+ */
3423
+ export interface CreateUnitRuleWithDetailRespRequest {
3424
+ /**
3425
+ * 网关实体ID
3426
+ */
3427
+ GatewayInstanceId: string;
3428
+ /**
3429
+ * 规则名称
3430
+ */
3431
+ Name: string;
3432
+ /**
3433
+ * 规则描述
3434
+ */
3435
+ Description?: string;
3436
+ /**
3437
+ * 规则项列表
3438
+ */
3439
+ UnitRuleItemList?: Array<UnitRuleItem>;
3440
+ }
3316
3441
  /**
3317
3442
  * DescribeSimpleApplications请求参数结构体
3318
3443
  */
@@ -4185,6 +4310,20 @@ export interface DescribeContainerGroupDetailResponse {
4185
4310
  */
4186
4311
  RequestId?: string;
4187
4312
  }
4313
+ /**
4314
+ * CreatePathRewritesWithDetailResp返回参数结构体
4315
+ */
4316
+ export interface CreatePathRewritesWithDetailRespResponse {
4317
+ /**
4318
+ * 返回路径重写规则 ID
4319
+ 注意:此字段可能返回 null,表示取不到有效值。
4320
+ */
4321
+ Result?: Array<string>;
4322
+ /**
4323
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4324
+ */
4325
+ RequestId?: string;
4326
+ }
4188
4327
  /**
4189
4328
  * 服务端口
4190
4329
  */
@@ -4291,6 +4430,20 @@ export interface DeleteMicroserviceRequest {
4291
4430
  */
4292
4431
  MicroserviceId: string;
4293
4432
  }
4433
+ /**
4434
+ * CreatePublicConfigWithDetailResp返回参数结构体
4435
+ */
4436
+ export interface CreatePublicConfigWithDetailRespResponse {
4437
+ /**
4438
+ * 公共配置项 ID
4439
+ 注意:此字段可能返回 null,表示取不到有效值。
4440
+ */
4441
+ Result?: Config;
4442
+ /**
4443
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4444
+ */
4445
+ RequestId?: string;
4446
+ }
4294
4447
  /**
4295
4448
  * RemoveInstances返回参数结构体
4296
4449
  */
@@ -6206,6 +6359,20 @@ export interface MetricDimension {
6206
6359
  */
6207
6360
  Value?: string;
6208
6361
  }
6362
+ /**
6363
+ * CreateUnitRuleWithDetailResp返回参数结构体
6364
+ */
6365
+ export interface CreateUnitRuleWithDetailRespResponse {
6366
+ /**
6367
+ * 单元化规则 ID
6368
+ 注意:此字段可能返回 null,表示取不到有效值。
6369
+ */
6370
+ Result?: UnitRule;
6371
+ /**
6372
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6373
+ */
6374
+ RequestId?: string;
6375
+ }
6209
6376
  /**
6210
6377
  * api分组已绑定的网关部署组
6211
6378
  */
@@ -7035,6 +7202,31 @@ export interface ModifyContainerReplicasResponse {
7035
7202
  */
7036
7203
  RequestId?: string;
7037
7204
  }
7205
+ /**
7206
+ * CreateConfigTemplateWithDetailResp请求参数结构体
7207
+ */
7208
+ export interface CreateConfigTemplateWithDetailRespRequest {
7209
+ /**
7210
+ * 配置模板名称
7211
+ */
7212
+ ConfigTemplateName: string;
7213
+ /**
7214
+ * 配置模板对应的微服务框架
7215
+ */
7216
+ ConfigTemplateType: string;
7217
+ /**
7218
+ * 配置模板数据
7219
+ */
7220
+ ConfigTemplateValue: string;
7221
+ /**
7222
+ * 配置模板描述
7223
+ */
7224
+ ConfigTemplateDesc?: string;
7225
+ /**
7226
+ * 无
7227
+ */
7228
+ ProgramIdList?: Array<string>;
7229
+ }
7038
7230
  /**
7039
7231
  * GatewayPlugin 翻页对象
7040
7232
  */
@@ -7853,6 +8045,15 @@ export interface DescribeInstancesResponse {
7853
8045
  */
7854
8046
  RequestId?: string;
7855
8047
  }
8048
+ /**
8049
+ * CreatePathRewritesWithDetailResp请求参数结构体
8050
+ */
8051
+ export interface CreatePathRewritesWithDetailRespRequest {
8052
+ /**
8053
+ * 路径重写列表
8054
+ */
8055
+ PathRewrites: Array<PathRewriteCreateObject>;
8056
+ }
7856
8057
  /**
7857
8058
  * DeleteFileConfig返回参数结构体
7858
8059
  */
@@ -7867,6 +8068,16 @@ export interface DeleteFileConfigResponse {
7867
8068
  */
7868
8069
  RequestId?: string;
7869
8070
  }
8071
+ /**
8072
+ * 资源任务转态结果
8073
+ */
8074
+ export interface ResourceTaskStatusResult {
8075
+ /**
8076
+ * 任务的执行状态
8077
+ 注意:此字段可能返回 null,表示取不到有效值。
8078
+ */
8079
+ TaskStatus: number;
8080
+ }
7870
8081
  /**
7871
8082
  * 返回容器的事件,比如 k8s deployment 或者 pod 的 events
7872
8083
  */
@@ -7913,11 +8124,11 @@ export interface ContainerEvent {
7913
8124
  Count: number;
7914
8125
  }
7915
8126
  /**
7916
- * ModifyLane返回参数结构体
8127
+ * DeleteApiRateLimitRule返回参数结构体
7917
8128
  */
7918
- export interface ModifyLaneResponse {
8129
+ export interface DeleteApiRateLimitRuleResponse {
7919
8130
  /**
7920
- * 操作状态
8131
+ * 是否成功
7921
8132
  */
7922
8133
  Result?: boolean;
7923
8134
  /**
@@ -8556,6 +8767,15 @@ export interface StopTaskExecuteRequest {
8556
8767
  */
8557
8768
  TaskId?: string;
8558
8769
  }
8770
+ /**
8771
+ * DeleteApiRateLimitRule请求参数结构体
8772
+ */
8773
+ export interface DeleteApiRateLimitRuleRequest {
8774
+ /**
8775
+ * 限流规则ID
8776
+ */
8777
+ RuleId: string;
8778
+ }
8559
8779
  /**
8560
8780
  * DescribePkgs请求参数结构体
8561
8781
  */
@@ -8641,6 +8861,23 @@ export interface DescribeApplicationAttributeRequest {
8641
8861
  */
8642
8862
  ApplicationId: string;
8643
8863
  }
8864
+ /**
8865
+ * ReleaseConfigWithDetailResp请求参数结构体
8866
+ */
8867
+ export interface ReleaseConfigWithDetailRespRequest {
8868
+ /**
8869
+ * 配置ID
8870
+ */
8871
+ ConfigId: string;
8872
+ /**
8873
+ * 部署组ID
8874
+ */
8875
+ GroupId: string;
8876
+ /**
8877
+ * 发布描述
8878
+ */
8879
+ ReleaseDesc?: string;
8880
+ }
8644
8881
  /**
8645
8882
  * CreateTask请求参数结构体
8646
8883
  */
@@ -8874,14 +9111,14 @@ export interface SimpleGroup {
8874
9111
  AppMicroServiceType: string;
8875
9112
  }
8876
9113
  /**
8877
- * DescribeContainerEvents返回参数结构体
9114
+ * CreateApiRateLimitRuleWithDetailResp返回参数结构体
8878
9115
  */
8879
- export interface DescribeContainerEventsResponse {
9116
+ export interface CreateApiRateLimitRuleWithDetailRespResponse {
8880
9117
  /**
8881
- * events 分页列表
9118
+ * 创建的规则 ID
8882
9119
  注意:此字段可能返回 null,表示取不到有效值。
8883
9120
  */
8884
- Result: TsfPageContainerEvent;
9121
+ Result?: ApiRateLimitRule;
8885
9122
  /**
8886
9123
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8887
9124
  */
@@ -9359,20 +9596,6 @@ export interface ConfigReleaseLog {
9359
9596
  */
9360
9597
  RollbackFlag: boolean;
9361
9598
  }
9362
- /**
9363
- * CreateFileConfig返回参数结构体
9364
- */
9365
- export interface CreateFileConfigResponse {
9366
- /**
9367
- * true:创建成功;false:创建失败
9368
- 注意:此字段可能返回 null,表示取不到有效值。
9369
- */
9370
- Result: boolean;
9371
- /**
9372
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9373
- */
9374
- RequestId?: string;
9375
- }
9376
9599
  /**
9377
9600
  * CreateConfig请求参数结构体
9378
9601
  */
@@ -10158,6 +10381,20 @@ export interface DescribeLaneRulesRequest {
10158
10381
  */
10159
10382
  RuleIdList?: Array<string>;
10160
10383
  }
10384
+ /**
10385
+ * DescribeContainerEvents返回参数结构体
10386
+ */
10387
+ export interface DescribeContainerEventsResponse {
10388
+ /**
10389
+ * events 分页列表
10390
+ 注意:此字段可能返回 null,表示取不到有效值。
10391
+ */
10392
+ Result: TsfPageContainerEvent;
10393
+ /**
10394
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10395
+ */
10396
+ RequestId?: string;
10397
+ }
10161
10398
  /**
10162
10399
  * 微服务网关单元化规则标签
10163
10400
  */
@@ -10391,13 +10628,14 @@ export interface ChangeApiUsableStatusResponse {
10391
10628
  RequestId?: string;
10392
10629
  }
10393
10630
  /**
10394
- * EnableTask返回参数结构体
10631
+ * CreateFileConfig返回参数结构体
10395
10632
  */
10396
- export interface EnableTaskResponse {
10633
+ export interface CreateFileConfigResponse {
10397
10634
  /**
10398
- * 操作成功or失败
10399
- */
10400
- Result?: boolean;
10635
+ * true:创建成功;false:创建失败
10636
+ 注意:此字段可能返回 null,表示取不到有效值。
10637
+ */
10638
+ Result: boolean;
10401
10639
  /**
10402
10640
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10403
10641
  */
@@ -10865,33 +11103,13 @@ export interface StopGroupResponse {
10865
11103
  RequestId?: string;
10866
11104
  }
10867
11105
  /**
10868
- * CreateRepository请求参数结构体
11106
+ * CreatePathRewrites请求参数结构体
10869
11107
  */
10870
- export interface CreateRepositoryRequest {
10871
- /**
10872
- * 仓库名称
10873
- */
10874
- RepositoryName: string;
10875
- /**
10876
- * 仓库类型(默认仓库:default,私有仓库:private)
10877
- */
10878
- RepositoryType: string;
10879
- /**
10880
- * 仓库所在桶名称
10881
- */
10882
- BucketName: string;
10883
- /**
10884
- * 仓库所在桶地域
10885
- */
10886
- BucketRegion: string;
10887
- /**
10888
- * 目录
10889
- */
10890
- Directory?: string;
11108
+ export interface CreatePathRewritesRequest {
10891
11109
  /**
10892
- * 仓库描述
11110
+ * 路径重写列表
10893
11111
  */
10894
- RepositoryDesc?: string;
11112
+ PathRewrites: PathRewriteCreateObject;
10895
11113
  }
10896
11114
  /**
10897
11115
  * ModifyMicroservice请求参数结构体
@@ -11998,6 +12216,15 @@ export interface InstanceEnrichedInfo {
11998
12216
  */
11999
12217
  GroupName: string;
12000
12218
  }
12219
+ /**
12220
+ * DescribeResourceTaskStatus请求参数结构体
12221
+ */
12222
+ export interface DescribeResourceTaskStatusRequest {
12223
+ /**
12224
+ * 任务ID
12225
+ */
12226
+ TaskId: string;
12227
+ }
12001
12228
  /**
12002
12229
  * DescribeInvocationMetricDataCurve返回参数结构体
12003
12230
  */
@@ -12430,6 +12657,19 @@ export interface AdvanceSettings {
12430
12657
  */
12431
12658
  SubTaskConcurrency?: number;
12432
12659
  }
12660
+ /**
12661
+ * EnableTask返回参数结构体
12662
+ */
12663
+ export interface EnableTaskResponse {
12664
+ /**
12665
+ * 操作成功or失败
12666
+ */
12667
+ Result?: boolean;
12668
+ /**
12669
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12670
+ */
12671
+ RequestId?: string;
12672
+ }
12433
12673
  /**
12434
12674
  * ReleaseConfig请求参数结构体
12435
12675
  */
@@ -13409,13 +13649,33 @@ export interface OperationInfoDetail {
13409
13649
  Supported: boolean;
13410
13650
  }
13411
13651
  /**
13412
- * CreatePathRewrites请求参数结构体
13652
+ * CreateRepository请求参数结构体
13413
13653
  */
13414
- export interface CreatePathRewritesRequest {
13654
+ export interface CreateRepositoryRequest {
13415
13655
  /**
13416
- * 路径重写列表
13656
+ * 仓库名称
13417
13657
  */
13418
- PathRewrites: PathRewriteCreateObject;
13658
+ RepositoryName: string;
13659
+ /**
13660
+ * 仓库类型(默认仓库:default,私有仓库:private)
13661
+ */
13662
+ RepositoryType: string;
13663
+ /**
13664
+ * 仓库所在桶名称
13665
+ */
13666
+ BucketName: string;
13667
+ /**
13668
+ * 仓库所在桶地域
13669
+ */
13670
+ BucketRegion: string;
13671
+ /**
13672
+ * 目录
13673
+ */
13674
+ Directory?: string;
13675
+ /**
13676
+ * 仓库描述
13677
+ */
13678
+ RepositoryDesc?: string;
13419
13679
  }
13420
13680
  /**
13421
13681
  * DeleteNamespace请求参数结构体