Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels