jkakar / aws-codegen

Code generator for AWS clients in Elixir.
Other
35 stars 0 forks source link

Fixed AutoScaling/ApplicationAutoScaling Mixup #43

Closed wrren closed 7 years ago

wrren commented 7 years ago

Fixed an issue in the services spec whereby the Application AutoScaling endpoint was mistakenly associated with the AutoScaling/aws_autoscaling modules.

Created a separate entry in the spec for application auto-scaling and pointed the autoscaling entry at the correct API spec.

Fixes #42

wrren commented 7 years ago

On closer inspection, it looks like the response format for this endpoint is XML, so it can't be merged until codegen can handle that.

jkakar commented 7 years ago

Thanks for trying! ❤️