You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to use EC2Client::DescribeInstances, but never got any reservations back.
Digging into the code, it looks like the generated parsers are incorrect. DescribeInstancesResult looks for a "Reservations" XML node, however the actual XML response is "reservationsSet". It looks like the generated code isn't looking for the locationName as specified in the API JSON descriptors, and instead only using the member key.