Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect type for Status field in DescribeEnvironmentHealthOutput #327

Closed
nphmuller opened this issue Aug 15, 2022 · 3 comments
Closed
Assignees
Labels
bug Something isn't working elasticbeanstalk service-api This issue pertains to the AWS API

Comments

@nphmuller
Copy link

Describe the bug

I believe the incorrect type is used for the Status field in DescribeEnvironmentHealthOutput.
types.EnvironmentHealth is used while types.EnvironmentStatus should probably be used.

See: https://github.com/nphmuller/aws-sdk-go-v2/blob/main/service/elasticbeanstalk/api_op_DescribeEnvironmentHealth.go#L82

Expected Behavior

See main description

Current Behavior

See main description

Reproduction Steps

See main description

Possible Solution

No response

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.13

But the issue also seems to persist in the current state of the main branch.

Compiler and Version used

go version go1.19 darwin/arm64

Operating System and version

macOS 12.4

@nphmuller nphmuller added bug Something isn't working needs-triage labels Aug 15, 2022
@RanVaknin
Copy link

RanVaknin commented Aug 16, 2022

Hi @nphmuller ,

Thanks for bringing this to our attention! This looks like a modeling issue coming from the Elastic Beanstalk API.
I have notified the service team and will try to get it fixed!

Will keep you posted.

Thanks again,
~Ran

internal ticket P70125409

@RanVaknin RanVaknin added service-api This issue pertains to the AWS API and removed needs-triage labels Aug 16, 2022
@RanVaknin RanVaknin self-assigned this Aug 16, 2022
@RanVaknin RanVaknin transferred this issue from aws/aws-sdk-go-v2 Aug 16, 2022
@RanVaknin RanVaknin assigned bhoradc and unassigned RanVaknin Sep 25, 2023
@bhoradc
Copy link

bhoradc commented Mar 27, 2024

Hello @nphmuller,

The service team has acknowledged this issue and they have a backlog item created for tracking it.

There is no ETA on the fix for now. Therefore, I will go ahead and close this issue.

Regards,
Chaitanya

@bhoradc bhoradc closed this as completed Mar 27, 2024
Copy link

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working elasticbeanstalk service-api This issue pertains to the AWS API
Projects
None yet
Development

No branches or pull requests

3 participants