@alicloud/sae20190506 1.0.0 → 1.18.16

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.
package/dist/client.d.ts CHANGED
@@ -283,6 +283,7 @@ export declare class ConfirmPipelineBatchResponse extends $tea.Model {
283
283
  }
284
284
  export declare class CreateApplicationRequest extends $tea.Model {
285
285
  acrAssumeRoleArn?: string;
286
+ acrInstanceId?: string;
286
287
  appDescription?: string;
287
288
  appName?: string;
288
289
  associateEip?: boolean;
@@ -372,7 +373,10 @@ export declare class CreateApplicationResponse extends $tea.Model {
372
373
  }
373
374
  export declare class CreateApplicationScalingRuleRequest extends $tea.Model {
374
375
  appId?: string;
376
+ minReadyInstanceRatio?: number;
377
+ minReadyInstances?: number;
375
378
  scalingRuleEnable?: boolean;
379
+ scalingRuleMetric?: string;
376
380
  scalingRuleName?: string;
377
381
  scalingRuleTimer?: string;
378
382
  scalingRuleType?: string;
@@ -896,6 +900,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
896
900
  jarStartOptions?: string;
897
901
  jdk?: string;
898
902
  liveness?: string;
903
+ minReadyInstanceRatio?: number;
899
904
  minReadyInstances?: number;
900
905
  mountDesc?: string;
901
906
  mountHost?: string;
@@ -1198,6 +1203,48 @@ export declare class DescribeApplicationInstancesResponse extends $tea.Model {
1198
1203
  [key: string]: any;
1199
1204
  });
1200
1205
  }
1206
+ export declare class DescribeApplicationScalingRuleRequest extends $tea.Model {
1207
+ appId?: string;
1208
+ scalingRuleName?: string;
1209
+ static names(): {
1210
+ [key: string]: string;
1211
+ };
1212
+ static types(): {
1213
+ [key: string]: any;
1214
+ };
1215
+ constructor(map?: {
1216
+ [key: string]: any;
1217
+ });
1218
+ }
1219
+ export declare class DescribeApplicationScalingRuleResponseBody extends $tea.Model {
1220
+ data?: DescribeApplicationScalingRuleResponseBodyData;
1221
+ requestId?: string;
1222
+ traceId?: string;
1223
+ static names(): {
1224
+ [key: string]: string;
1225
+ };
1226
+ static types(): {
1227
+ [key: string]: any;
1228
+ };
1229
+ constructor(map?: {
1230
+ [key: string]: any;
1231
+ });
1232
+ }
1233
+ export declare class DescribeApplicationScalingRuleResponse extends $tea.Model {
1234
+ headers: {
1235
+ [key: string]: string;
1236
+ };
1237
+ body: DescribeApplicationScalingRuleResponseBody;
1238
+ static names(): {
1239
+ [key: string]: string;
1240
+ };
1241
+ static types(): {
1242
+ [key: string]: any;
1243
+ };
1244
+ constructor(map?: {
1245
+ [key: string]: any;
1246
+ });
1247
+ }
1201
1248
  export declare class DescribeApplicationScalingRulesRequest extends $tea.Model {
1202
1249
  appId?: string;
1203
1250
  static names(): {
@@ -1465,6 +1512,52 @@ export declare class DescribeConfigMapResponse extends $tea.Model {
1465
1512
  [key: string]: any;
1466
1513
  });
1467
1514
  }
1515
+ export declare class DescribeConfigurationPriceRequest extends $tea.Model {
1516
+ cpu?: number;
1517
+ memory?: number;
1518
+ static names(): {
1519
+ [key: string]: string;
1520
+ };
1521
+ static types(): {
1522
+ [key: string]: any;
1523
+ };
1524
+ constructor(map?: {
1525
+ [key: string]: any;
1526
+ });
1527
+ }
1528
+ export declare class DescribeConfigurationPriceResponseBody extends $tea.Model {
1529
+ code?: string;
1530
+ data?: DescribeConfigurationPriceResponseBodyData;
1531
+ errorCode?: string;
1532
+ message?: string;
1533
+ requestId?: string;
1534
+ success?: boolean;
1535
+ traceId?: string;
1536
+ static names(): {
1537
+ [key: string]: string;
1538
+ };
1539
+ static types(): {
1540
+ [key: string]: any;
1541
+ };
1542
+ constructor(map?: {
1543
+ [key: string]: any;
1544
+ });
1545
+ }
1546
+ export declare class DescribeConfigurationPriceResponse extends $tea.Model {
1547
+ headers: {
1548
+ [key: string]: string;
1549
+ };
1550
+ body: DescribeConfigurationPriceResponseBody;
1551
+ static names(): {
1552
+ [key: string]: string;
1553
+ };
1554
+ static types(): {
1555
+ [key: string]: any;
1556
+ };
1557
+ constructor(map?: {
1558
+ [key: string]: any;
1559
+ });
1560
+ }
1468
1561
  export declare class DescribeEdasContainersResponseBody extends $tea.Model {
1469
1562
  code?: string;
1470
1563
  data?: DescribeEdasContainersResponseBodyData[];
@@ -2794,6 +2887,7 @@ export declare class ReduceApplicationCapacityByInstanceIdsResponse extends $tea
2794
2887
  export declare class RescaleApplicationRequest extends $tea.Model {
2795
2888
  appId?: string;
2796
2889
  autoEnableApplicationScalingRule?: boolean;
2890
+ minReadyInstanceRatio?: number;
2797
2891
  minReadyInstances?: number;
2798
2892
  replicas?: number;
2799
2893
  static names(): {
@@ -2887,6 +2981,7 @@ export declare class RescaleApplicationVerticallyResponse extends $tea.Model {
2887
2981
  }
2888
2982
  export declare class RestartApplicationRequest extends $tea.Model {
2889
2983
  appId?: string;
2984
+ minReadyInstanceRatio?: number;
2890
2985
  minReadyInstances?: number;
2891
2986
  static names(): {
2892
2987
  [key: string]: string;
@@ -2981,6 +3076,7 @@ export declare class RollbackApplicationRequest extends $tea.Model {
2981
3076
  appId?: string;
2982
3077
  autoEnableApplicationScalingRule?: string;
2983
3078
  batchWaitTime?: number;
3079
+ minReadyInstanceRatio?: number;
2984
3080
  minReadyInstances?: number;
2985
3081
  updateStrategy?: string;
2986
3082
  versionId?: string;
@@ -3308,6 +3404,9 @@ export declare class UpdateAppSecurityGroupResponse extends $tea.Model {
3308
3404
  }
3309
3405
  export declare class UpdateApplicationScalingRuleRequest extends $tea.Model {
3310
3406
  appId?: string;
3407
+ minReadyInstanceRatio?: number;
3408
+ minReadyInstances?: number;
3409
+ scalingRuleMetric?: string;
3311
3410
  scalingRuleName?: string;
3312
3411
  scalingRuleTimer?: string;
3313
3412
  static names(): {
@@ -3719,6 +3818,33 @@ export declare class CreateApplicationResponseBodyData extends $tea.Model {
3719
3818
  [key: string]: any;
3720
3819
  });
3721
3820
  }
3821
+ export declare class CreateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
3822
+ metricTargetAverageUtilization?: number;
3823
+ metricType?: string;
3824
+ static names(): {
3825
+ [key: string]: string;
3826
+ };
3827
+ static types(): {
3828
+ [key: string]: any;
3829
+ };
3830
+ constructor(map?: {
3831
+ [key: string]: any;
3832
+ });
3833
+ }
3834
+ export declare class CreateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
3835
+ maxReplicas?: number;
3836
+ metrics?: CreateApplicationScalingRuleResponseBodyDataMetricMetrics[];
3837
+ minReplicas?: number;
3838
+ static names(): {
3839
+ [key: string]: string;
3840
+ };
3841
+ static types(): {
3842
+ [key: string]: any;
3843
+ };
3844
+ constructor(map?: {
3845
+ [key: string]: any;
3846
+ });
3847
+ }
3722
3848
  export declare class CreateApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
3723
3849
  atTime?: string;
3724
3850
  targetReplicas?: number;
@@ -3750,6 +3876,8 @@ export declare class CreateApplicationScalingRuleResponseBodyDataTimer extends $
3750
3876
  export declare class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
3751
3877
  appId?: string;
3752
3878
  createTime?: number;
3879
+ lastDisableTime?: number;
3880
+ metric?: CreateApplicationScalingRuleResponseBodyDataMetric;
3753
3881
  scaleRuleEnabled?: boolean;
3754
3882
  scaleRuleName?: string;
3755
3883
  scaleRuleType?: string;
@@ -4013,6 +4141,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
4013
4141
  jdk?: string;
4014
4142
  liveness?: string;
4015
4143
  memory?: number;
4144
+ minReadyInstanceRatio?: number;
4016
4145
  minReadyInstances?: number;
4017
4146
  mountDesc?: DescribeApplicationConfigResponseBodyDataMountDesc[];
4018
4147
  mountHost?: string;
@@ -4133,6 +4262,262 @@ export declare class DescribeApplicationInstancesResponseBodyData extends $tea.M
4133
4262
  [key: string]: any;
4134
4263
  });
4135
4264
  }
4265
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
4266
+ metricTargetAverageUtilization?: number;
4267
+ metricType?: string;
4268
+ static names(): {
4269
+ [key: string]: string;
4270
+ };
4271
+ static types(): {
4272
+ [key: string]: any;
4273
+ };
4274
+ constructor(map?: {
4275
+ [key: string]: any;
4276
+ });
4277
+ }
4278
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics extends $tea.Model {
4279
+ currentValue?: number;
4280
+ name?: string;
4281
+ type?: string;
4282
+ static names(): {
4283
+ [key: string]: string;
4284
+ };
4285
+ static types(): {
4286
+ [key: string]: any;
4287
+ };
4288
+ constructor(map?: {
4289
+ [key: string]: any;
4290
+ });
4291
+ }
4292
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics extends $tea.Model {
4293
+ name?: string;
4294
+ nextScaleInAverageUtilization?: number;
4295
+ nextScaleOutAverageUtilization?: number;
4296
+ static names(): {
4297
+ [key: string]: string;
4298
+ };
4299
+ static types(): {
4300
+ [key: string]: any;
4301
+ };
4302
+ constructor(map?: {
4303
+ [key: string]: any;
4304
+ });
4305
+ }
4306
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus extends $tea.Model {
4307
+ currentMetrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics[];
4308
+ currentReplicas?: number;
4309
+ desiredReplicas?: number;
4310
+ lastScaleTime?: string;
4311
+ nextScaleMetrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics[];
4312
+ nextScaleTimePeriod?: number;
4313
+ static names(): {
4314
+ [key: string]: string;
4315
+ };
4316
+ static types(): {
4317
+ [key: string]: any;
4318
+ };
4319
+ constructor(map?: {
4320
+ [key: string]: any;
4321
+ });
4322
+ }
4323
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules extends $tea.Model {
4324
+ disabled?: boolean;
4325
+ stabilizationWindowSeconds?: number;
4326
+ step?: number;
4327
+ static names(): {
4328
+ [key: string]: string;
4329
+ };
4330
+ static types(): {
4331
+ [key: string]: any;
4332
+ };
4333
+ constructor(map?: {
4334
+ [key: string]: any;
4335
+ });
4336
+ }
4337
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules extends $tea.Model {
4338
+ disabled?: boolean;
4339
+ stabilizationWindowSeconds?: number;
4340
+ step?: number;
4341
+ static names(): {
4342
+ [key: string]: string;
4343
+ };
4344
+ static types(): {
4345
+ [key: string]: any;
4346
+ };
4347
+ constructor(map?: {
4348
+ [key: string]: any;
4349
+ });
4350
+ }
4351
+ export declare class DescribeApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
4352
+ maxReplicas?: number;
4353
+ metrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetrics[];
4354
+ metricsStatus?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus;
4355
+ minReplicas?: number;
4356
+ scaleDownRules?: DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules;
4357
+ scaleUpRules?: DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules;
4358
+ static names(): {
4359
+ [key: string]: string;
4360
+ };
4361
+ static types(): {
4362
+ [key: string]: any;
4363
+ };
4364
+ constructor(map?: {
4365
+ [key: string]: any;
4366
+ });
4367
+ }
4368
+ export declare class DescribeApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
4369
+ atTime?: string;
4370
+ targetReplicas?: number;
4371
+ static names(): {
4372
+ [key: string]: string;
4373
+ };
4374
+ static types(): {
4375
+ [key: string]: any;
4376
+ };
4377
+ constructor(map?: {
4378
+ [key: string]: any;
4379
+ });
4380
+ }
4381
+ export declare class DescribeApplicationScalingRuleResponseBodyDataTimer extends $tea.Model {
4382
+ beginDate?: string;
4383
+ endDate?: string;
4384
+ period?: string;
4385
+ schedules?: DescribeApplicationScalingRuleResponseBodyDataTimerSchedules[];
4386
+ static names(): {
4387
+ [key: string]: string;
4388
+ };
4389
+ static types(): {
4390
+ [key: string]: any;
4391
+ };
4392
+ constructor(map?: {
4393
+ [key: string]: any;
4394
+ });
4395
+ }
4396
+ export declare class DescribeApplicationScalingRuleResponseBodyData extends $tea.Model {
4397
+ appId?: string;
4398
+ createTime?: number;
4399
+ lastDisableTime?: number;
4400
+ metric?: DescribeApplicationScalingRuleResponseBodyDataMetric;
4401
+ scaleRuleEnabled?: boolean;
4402
+ scaleRuleName?: string;
4403
+ scaleRuleType?: string;
4404
+ timer?: DescribeApplicationScalingRuleResponseBodyDataTimer;
4405
+ updateTime?: number;
4406
+ static names(): {
4407
+ [key: string]: string;
4408
+ };
4409
+ static types(): {
4410
+ [key: string]: any;
4411
+ };
4412
+ constructor(map?: {
4413
+ [key: string]: any;
4414
+ });
4415
+ }
4416
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics extends $tea.Model {
4417
+ metricTargetAverageUtilization?: number;
4418
+ metricType?: string;
4419
+ static names(): {
4420
+ [key: string]: string;
4421
+ };
4422
+ static types(): {
4423
+ [key: string]: any;
4424
+ };
4425
+ constructor(map?: {
4426
+ [key: string]: any;
4427
+ });
4428
+ }
4429
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics extends $tea.Model {
4430
+ currentValue?: number;
4431
+ name?: string;
4432
+ type?: string;
4433
+ static names(): {
4434
+ [key: string]: string;
4435
+ };
4436
+ static types(): {
4437
+ [key: string]: any;
4438
+ };
4439
+ constructor(map?: {
4440
+ [key: string]: any;
4441
+ });
4442
+ }
4443
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics extends $tea.Model {
4444
+ name?: string;
4445
+ nextScaleInAverageUtilization?: number;
4446
+ nextScaleOutAverageUtilization?: number;
4447
+ static names(): {
4448
+ [key: string]: string;
4449
+ };
4450
+ static types(): {
4451
+ [key: string]: any;
4452
+ };
4453
+ constructor(map?: {
4454
+ [key: string]: any;
4455
+ });
4456
+ }
4457
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus extends $tea.Model {
4458
+ currentMetrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics[];
4459
+ currentReplicas?: number;
4460
+ desiredReplicas?: number;
4461
+ lastScaleTime?: string;
4462
+ maxReplicas?: number;
4463
+ minReplicas?: number;
4464
+ nextScaleMetrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics[];
4465
+ nextScaleTimePeriod?: number;
4466
+ static names(): {
4467
+ [key: string]: string;
4468
+ };
4469
+ static types(): {
4470
+ [key: string]: any;
4471
+ };
4472
+ constructor(map?: {
4473
+ [key: string]: any;
4474
+ });
4475
+ }
4476
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules extends $tea.Model {
4477
+ disabled?: boolean;
4478
+ stabilizationWindowSeconds?: number;
4479
+ step?: number;
4480
+ static names(): {
4481
+ [key: string]: string;
4482
+ };
4483
+ static types(): {
4484
+ [key: string]: any;
4485
+ };
4486
+ constructor(map?: {
4487
+ [key: string]: any;
4488
+ });
4489
+ }
4490
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules extends $tea.Model {
4491
+ disabled?: boolean;
4492
+ stabilizationWindowSeconds?: number;
4493
+ step?: number;
4494
+ static names(): {
4495
+ [key: string]: string;
4496
+ };
4497
+ static types(): {
4498
+ [key: string]: any;
4499
+ };
4500
+ constructor(map?: {
4501
+ [key: string]: any;
4502
+ });
4503
+ }
4504
+ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric extends $tea.Model {
4505
+ maxReplicas?: number;
4506
+ metrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics[];
4507
+ metricsStatus?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus;
4508
+ minReplicas?: number;
4509
+ scaleDownRules?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules;
4510
+ scaleUpRules?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules;
4511
+ static names(): {
4512
+ [key: string]: string;
4513
+ };
4514
+ static types(): {
4515
+ [key: string]: any;
4516
+ };
4517
+ constructor(map?: {
4518
+ [key: string]: any;
4519
+ });
4520
+ }
4136
4521
  export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesTimerSchedules extends $tea.Model {
4137
4522
  atTime?: string;
4138
4523
  maxReplicas?: number;
@@ -4166,6 +4551,8 @@ export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationS
4166
4551
  export declare class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules extends $tea.Model {
4167
4552
  appId?: string;
4168
4553
  createTime?: number;
4554
+ lastDisableTime?: number;
4555
+ metric?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric;
4169
4556
  scaleRuleEnabled?: boolean;
4170
4557
  scaleRuleName?: string;
4171
4558
  scaleRuleType?: string;
@@ -4250,6 +4637,7 @@ export declare class DescribeApplicationStatusResponseBodyData extends $tea.Mode
4250
4637
  createTime?: string;
4251
4638
  currentStatus?: string;
4252
4639
  enableAgent?: boolean;
4640
+ fileSizeLimit?: number;
4253
4641
  lastChangeOrderId?: string;
4254
4642
  lastChangeOrderRunning?: boolean;
4255
4643
  lastChangeOrderStatus?: string;
@@ -4360,6 +4748,61 @@ export declare class DescribeConfigMapResponseBodyData extends $tea.Model {
4360
4748
  [key: string]: any;
4361
4749
  });
4362
4750
  }
4751
+ export declare class DescribeConfigurationPriceResponseBodyDataBagUsage extends $tea.Model {
4752
+ cpu?: number;
4753
+ mem?: number;
4754
+ static names(): {
4755
+ [key: string]: string;
4756
+ };
4757
+ static types(): {
4758
+ [key: string]: any;
4759
+ };
4760
+ constructor(map?: {
4761
+ [key: string]: any;
4762
+ });
4763
+ }
4764
+ export declare class DescribeConfigurationPriceResponseBodyDataOrder extends $tea.Model {
4765
+ discountAmount?: number;
4766
+ originalAmount?: number;
4767
+ ruleIds?: string[];
4768
+ tradeAmount?: number;
4769
+ static names(): {
4770
+ [key: string]: string;
4771
+ };
4772
+ static types(): {
4773
+ [key: string]: any;
4774
+ };
4775
+ constructor(map?: {
4776
+ [key: string]: any;
4777
+ });
4778
+ }
4779
+ export declare class DescribeConfigurationPriceResponseBodyDataRules extends $tea.Model {
4780
+ name?: string;
4781
+ ruleDescId?: number;
4782
+ static names(): {
4783
+ [key: string]: string;
4784
+ };
4785
+ static types(): {
4786
+ [key: string]: any;
4787
+ };
4788
+ constructor(map?: {
4789
+ [key: string]: any;
4790
+ });
4791
+ }
4792
+ export declare class DescribeConfigurationPriceResponseBodyData extends $tea.Model {
4793
+ bagUsage?: DescribeConfigurationPriceResponseBodyDataBagUsage;
4794
+ order?: DescribeConfigurationPriceResponseBodyDataOrder;
4795
+ rules?: DescribeConfigurationPriceResponseBodyDataRules[];
4796
+ static names(): {
4797
+ [key: string]: string;
4798
+ };
4799
+ static types(): {
4800
+ [key: string]: any;
4801
+ };
4802
+ constructor(map?: {
4803
+ [key: string]: any;
4804
+ });
4805
+ }
4363
4806
  export declare class DescribeEdasContainersResponseBodyData extends $tea.Model {
4364
4807
  disabled?: boolean;
4365
4808
  edasContainerVersion?: string;
@@ -5352,6 +5795,33 @@ export declare class UnbindSlbResponseBodyData extends $tea.Model {
5352
5795
  [key: string]: any;
5353
5796
  });
5354
5797
  }
5798
+ export declare class UpdateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
5799
+ metricTargetAverageUtilization?: number;
5800
+ metricType?: string;
5801
+ static names(): {
5802
+ [key: string]: string;
5803
+ };
5804
+ static types(): {
5805
+ [key: string]: any;
5806
+ };
5807
+ constructor(map?: {
5808
+ [key: string]: any;
5809
+ });
5810
+ }
5811
+ export declare class UpdateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
5812
+ maxReplicas?: number;
5813
+ metrics?: UpdateApplicationScalingRuleResponseBodyDataMetricMetrics[];
5814
+ minReplicas?: number;
5815
+ static names(): {
5816
+ [key: string]: string;
5817
+ };
5818
+ static types(): {
5819
+ [key: string]: any;
5820
+ };
5821
+ constructor(map?: {
5822
+ [key: string]: any;
5823
+ });
5824
+ }
5355
5825
  export declare class UpdateApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
5356
5826
  atTime?: string;
5357
5827
  targetReplicas?: number;
@@ -5383,6 +5853,8 @@ export declare class UpdateApplicationScalingRuleResponseBodyDataTimer extends $
5383
5853
  export declare class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
5384
5854
  appId?: string;
5385
5855
  createTime?: number;
5856
+ lastDisableTime?: number;
5857
+ metric?: UpdateApplicationScalingRuleResponseBodyDataMetric;
5386
5858
  scaleRuleEnabled?: boolean;
5387
5859
  scaleRuleName?: string;
5388
5860
  scaleRuleType?: string;
@@ -5550,6 +6022,10 @@ export default class Client extends OpenApi {
5550
6022
  describeApplicationInstancesWithOptions(request: DescribeApplicationInstancesRequest, headers: {
5551
6023
  [key: string]: string;
5552
6024
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationInstancesResponse>;
6025
+ describeApplicationScalingRule(request: DescribeApplicationScalingRuleRequest): Promise<DescribeApplicationScalingRuleResponse>;
6026
+ describeApplicationScalingRuleWithOptions(request: DescribeApplicationScalingRuleRequest, headers: {
6027
+ [key: string]: string;
6028
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRuleResponse>;
5553
6029
  describeApplicationScalingRules(request: DescribeApplicationScalingRulesRequest): Promise<DescribeApplicationScalingRulesResponse>;
5554
6030
  describeApplicationScalingRulesWithOptions(request: DescribeApplicationScalingRulesRequest, headers: {
5555
6031
  [key: string]: string;
@@ -5574,6 +6050,10 @@ export default class Client extends OpenApi {
5574
6050
  describeConfigMapWithOptions(request: DescribeConfigMapRequest, headers: {
5575
6051
  [key: string]: string;
5576
6052
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigMapResponse>;
6053
+ describeConfigurationPrice(request: DescribeConfigurationPriceRequest): Promise<DescribeConfigurationPriceResponse>;
6054
+ describeConfigurationPriceWithOptions(request: DescribeConfigurationPriceRequest, headers: {
6055
+ [key: string]: string;
6056
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigurationPriceResponse>;
5577
6057
  describeEdasContainers(): Promise<DescribeEdasContainersResponse>;
5578
6058
  describeEdasContainersWithOptions(headers: {
5579
6059
  [key: string]: string;