The type of Status in the DescribeEnvironmentHealthResult interfac is incorrect. #6567
Open
3 of 4 tasks
Labels
bug
This issue is a bug.
p2
This is a standard 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
Currently, the type is set to EnvironmentHealth, but it should be specified as EnvironmentStatus to match the response.
Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
20.18.0
Reproduction Steps
Observed Behavior
DescribeEnvironmentHealthCommandOutput.Status is
Ready
but it's type is EnvironmentHealth that doesn't matchedExpected Behavior
DescribeEnvironmentHealthCommandOutput.Status's type should be EnvironmentStatus
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: