-
Notifications
You must be signed in to change notification settings - Fork 639
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
MIGRATION ISSUE: imagebuilder.LaunchTemplateConfiguration.SetDefaultVersion
not sending false
value
#2734
Comments
Relates aws/aws-sdk#736. |
Hi @ewbankkit , Thanks for raising this once again. Ran~ |
We have an internal ticket with the ec2 service team.
Thanks, |
@RanVaknin has there been any recent update on this? |
I'm not waiting for the service team to deliberate. Will patch this locally as we did for #2250. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Pre-Migration Checklist
Go Version Used
go1.22.5
Describe the Migration Issue
If the bool
SetDefaultVersion
field of theimagebuilder.LaunchTemplateConfiguration
structure is set tofalse
, that value is not being serialized and sent to the AWS service. The means that it is impossible to update the value fromtrue
tofalse
via v2 of the Go SDK.Code Comparison
v1
v2
Observed Differences/Errors
v1
v2
Additional Context
No response
The text was updated successfully, but these errors were encountered: