enum `com.amazonaws.codebuild#WebhookFilterType` missing value `REPOSITORY_NAME`
Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can perform a bulk update with
go get -u github.com/aws/aws-sdk-go-v2/...)
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)
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
Hi @dmsolutionsmn ,
This is now fixed.
Thanks, Ran~
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.