waitUntilLoadBalancersDeleted never resolves #6318
Labels
bug
This issue is a bug.
closed-for-staleness
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Checkboxes for prior research
Describe the bug
The waiter, waitUntilLoadBalancersDeleted, returns a promise that never resolves.
The same issue: aws/aws-sdk#639 (comment)
SDK version number
"@aws-sdk/client-elastic-load-balancing-v2": "^3.620.0",
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
Node v20.11.0
Reproduction Steps
Observed Behavior
The promise from the waiter never resolves.
Expected Behavior
The promise should resolve immediately for non-existent load balancers.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: