Route 53 API Regression

If you're using Route 53, the latest revision of the API (2011-05-05) changed the casing of the 'name' and 'type' parameters for paged listings.  Previously (in version 2010-10-01) they were 'Name' and 'Type'.  Unfortunately, it appears that the casing change has leaked backwards to the old API version.  So if you're doing paged listings anywhere, you'll want to go update your code to use the lowercase names, even if you're still using the 2010-10-01 endpoint.

UPDATE: AWS contacted me and apparently the problem was documentation, not a regression.

Comments are closed.