summaryrefslogtreecommitdiff
path: root/bin/route53
Commit message (Expand)AuthorAgeFilesLines
* BF(PY3): use except ... as syntax instead of except ...,Yaroslav Halchenko2015-12-211-1/+1
* Altered the Route53 bin script to UPSERT.Daniel Lindsley2014-03-071-3/+3
* Add examples of usage.Jim Browne2012-01-291-0/+28
* Re-write support for WRRs so they are just extentions to theJim Browne2012-01-281-76/+61
* Add WRR support for Route53Francisco J Martin2012-01-261-3/+43
* Added a change_alias command to route53 script to match the change_record sho...Blake Maltby2011-11-171-0/+11
* Fix add_record and del_record to support multiple values, like change_record ...Kenneth Falck2011-06-211-4/+6
* Fixed issue with:Chris Moyer2011-06-071-1/+6
* Fixed set_alias call in route53 binaryKenneth Falck2011-05-251-2/+2
* Added Alias Resource Record Sets support to Route 53Kenneth Falck2011-05-251-1/+17
* Setting max items doesn't correctly limit the records printed as the record s...Michael Thompson2011-03-291-1/+1
* Add a change_record command to bin/route53Michael Thompson2011-03-291-0/+13
* Improve formatting when printing zone records and listing commandsMichael Thompson2011-03-291-3/+3
* Added "del_record" command to route53 command line utilityChris Moyer2011-02-161-0/+8
* Fixed up route53 command line script to include a delete method andChris Moyer2011-02-021-2/+11
* Added paging support directly into the ResourceRecordSets objectChris Moyer2011-02-021-67/+67
* Added missing "help" function for the route53 command line scriptChris Moyer2011-02-021-44/+69
* Updated Route53 connections to use the same XML parsing used elsewhereChris Moyer2011-01-271-0/+63