-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Serialisation: EC2:CreateVPC responses don't always include 'isDefault'. #214
Comments
Thanks for the example. It appears to have erroneously been added as an override. |
Hah, I was just building the generator for fmapfmapfmap@9b4221f. :-) The override seems to have been introduced here, but it's unclear what motivated it. Thanks for the quick response! Let's see how it works out. |
Yes, I also was unable to find reasoning for the addition from commits/memory. Quite alot of the EC2 overrides exist from my own codebases which run against non-standard regions. So it's quite possible they are wrong in the more general sense. #200 exists to try and improve the situation. |
Cheers, 🎊. |
The following example:
Currently fails on 'develop' citing:
The problem seems to be that the parser of VPC responses expects 'isDefault' to be present in results, while it isn't always(?).
The text was updated successfully, but these errors were encountered: