Is your feature request related to a problem? Please describe.
The CodeBuildEventAdditionalInformation does not have the field for BuildNumber.
It seems not presented in IN_PROGRESS event. but SUCCEEDED, FAILED, STOPPED events do have the data.
Describe the solution you'd like
add the field to the struct.
BuildNumber int json:"build-number,omitempty"
Thanks.