enum com.amazonaws.codebuild#WebhookFilterType
missing value REPOSITORY_NAME
#2746
Closed
2 tasks done
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
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)
The text was updated successfully, but these errors were encountered: