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

enum com.amazonaws.codebuild#WebhookFilterType missing value REPOSITORY_NAME #2746

Closed
2 tasks done
dmsolutionsmn opened this issue Aug 14, 2024 · 3 comments
Closed
2 tasks done
Assignees
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.

Comments

@dmsolutionsmn
Copy link

Acknowledgements

Describe the bug

Value REPOSITORY_NAME is missing from com.amazonaws.codebuild#WebhookFilterType

Expected Behavior

as per https://github.com/aws/aws-sdk-go-v2/blob/main/service/codebuild/types/types.go#L2638 there should be a REPOSITORY_NAME value

Current Behavior

no REPOSITORY_NAME value

Reproduction Steps

check https://github.com/aws/aws-sdk-go-v2/blob/main/service/codebuild/types/enums.go#L975-L1000 and notice it is not there

Possible Solution

No response

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/service/codebuild v1.40.3

Compiler and Version used

1.23.0

Operating System and version

mac OS (darwin)

@dmsolutionsmn dmsolutionsmn added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Aug 14, 2024
@dmsolutionsmn dmsolutionsmn changed the title (short issue description) enum com.amazonaws.codebuild#WebhookFilterType missing value REPOSITORY_NAME Aug 14, 2024
@bhavya2109sharma
Copy link
Contributor

bhavya2109sharma commented Aug 15, 2024

Hi @dmsolutionsmn

Thanks for reaching out.

I can see the discrepancy between the documentation and the enum values and I agree that this is an issue.

Since the SDK code and docs are code generated from the service’s API model, I have reached out to the CodeCommit service team to get this fixed (ticket ID #V1485651673).

I will update it here once I will get follow up on the request.

Thanks
Bhavya

@bhavya2109sharma bhavya2109sharma self-assigned this Aug 15, 2024
@bhavya2109sharma bhavya2109sharma added p3 This is a minor priority issue feature-request A feature should be added or improved. documentation This is a problem with documentation. bug This issue is a bug. and removed needs-triage This issue or PR still needs to be triaged. bug This issue is a bug. feature-request A feature should be added or improved. documentation This is a problem with documentation. labels Aug 15, 2024
@RanVaknin RanVaknin added the service-api This issue is due to a problem in a service API, not the SDK implementation. label Aug 15, 2024
@RanVaknin
Copy link
Contributor

Hi @dmsolutionsmn ,

This is now fixed.

Thanks,
Ran~

Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants