ruby_route_53
ruby_route_53 copied to clipboard
Add support for changing hosted zone status
Currently you can't change a record from being a hosted zone to not in a single transaction. My first patch allows you to pass '--hosted-zone' with no argument to disable hosted zone status. The second one passes along the comment value supplied by the user to the update code.