@alicloud/ess20220222 1.8.6 → 1.8.7

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
@@ -21461,6 +21461,21 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
21461
21461
  [key: string]: any;
21462
21462
  });
21463
21463
  }
21464
+ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePoolsInventoryHealth extends $tea.Model {
21465
+ adequacyScore?: number;
21466
+ healthScore?: number;
21467
+ hotScore?: number;
21468
+ supplyScore?: number;
21469
+ static names(): {
21470
+ [key: string]: string;
21471
+ };
21472
+ static types(): {
21473
+ [key: string]: any;
21474
+ };
21475
+ constructor(map?: {
21476
+ [key: string]: any;
21477
+ });
21478
+ }
21464
21479
  export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePools extends $tea.Model {
21465
21480
  /**
21466
21481
  * @remarks
@@ -21478,6 +21493,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
21478
21493
  * ecs.r7.large
21479
21494
  */
21480
21495
  instanceType?: string;
21496
+ inventoryHealth?: DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePoolsInventoryHealth;
21481
21497
  /**
21482
21498
  * @remarks
21483
21499
  * The error message returned when the scaling strength is the weakest.
@@ -21486,6 +21502,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
21486
21502
  * The instanceTypes or diskTypes are not supported.
21487
21503
  */
21488
21504
  msg?: string;
21505
+ status?: string;
21489
21506
  /**
21490
21507
  * @remarks
21491
21508
  * The scaling strength of the resource pool.
@@ -21518,6 +21535,7 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
21518
21535
  });
21519
21536
  }
21520
21537
  export declare class DescribeElasticStrengthResponseBodyElasticStrengthModels extends $tea.Model {
21538
+ elasticStrength?: string;
21521
21539
  /**
21522
21540
  * @remarks
21523
21541
  * The resource pools.