Skip to content

EC2 DescribeInstances API doesn't work (and likely many others) #70

Closed
@steveniemitz

Description

@steveniemitz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions