ImageBuilder Component missing "type" attribute #3161
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Version of AWS SDK for Go?
master?
What issue did you see?
Per https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_Component.html
Component has a "type" attribute which should take either BUILD or TEST. These are set in the SDK(1), but the attribute isn't available(2) so is currently always defaulting to TEST when calling AWS.
Refs:
(1) https://github.com/aws/aws-sdk-go/blob/master/service/imagebuilder/api.go#L12362
(2) https://github.com/aws/aws-sdk-go/blob/master/service/imagebuilder/api.go#L5455
The text was updated successfully, but these errors were encountered: