@aws-sdk/client-elastic-load-balancing-v2 3.503.1 → 3.507.0

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.
@@ -695,6 +695,7 @@ export const TargetHealthStateEnum = {
695
695
  INITIAL: "initial",
696
696
  UNAVAILABLE: "unavailable",
697
697
  UNHEALTHY: "unhealthy",
698
+ UNHEALTHY_DRAINING: "unhealthy.draining",
698
699
  UNUSED: "unused",
699
700
  };
700
701
  export class HealthUnavailableException extends __BaseException {