EKS DescribeClusterVersions status type mismatch #2942
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
When a call to DescribeClusterVersions API is made it returns the following both from the CLI and SDK
However, the enum values in the code refers to different types of values as shown below:
Regression Issue
Expected Behavior
The enum type values should match the value returned by the API and CLI.
Current Behavior
The enum values are not matching.
Reproduction Steps
Note the status field on the output.
Possible Solution
No response
Additional Information/Context
This is causing the following PR hashicorp/terraform-provider-aws#40741 to break since the status type is of the ClusterVersionStatus.
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2/service/eks v1.56.0
Compiler and Version used
go version go1.23.4 darwin/arm64
Operating System and version
MacOS 15.3
The text was updated successfully, but these errors were encountered: