@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.
- package/dist-cjs/index.js +257 -1337
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_query.js +304 -1385
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +13 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
|
@@ -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 {
|