gjmf / route53d

Automatically exported from code.google.com/p/route53d
0 stars 0 forks source link

Partial RRSet changes from IXFR are rejected by Route 53 API #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add RR where RRSet already exists:

<ErrorResponse 
xmlns="https://route53.amazonaws.com/doc/2011-05-05/"><Error><Type>Sender</Type>
<Code>InvalidChangeBatch</Code><Message>Tried to create resource record set 
x.foo.com., type A but it already 
exists</Message></Error><RequestId>6d83a7e4-654c-11e1-847f-ddaa49e4c811</Request
Id></ErrorResponse>

Delete one RR from existing RRSet:

<ErrorResponse 
xmlns="https://route53.amazonaws.com/doc/2011-05-05/"><Error><Type>Sender</Type>
<Code>InvalidChangeBatch</Code><Message>Tried to delete resource record set 
x.foo.com., type A but the values provided do not match the current 
values</Message></Error><RequestId>8dc0260b-654e-11e1-ba27-5fc1b60d153b</Request
Id></ErrorResponse>

Original issue reported on code.google.com by james.ra...@gmail.com on 3 Mar 2012 at 4:37

GoogleCodeExporter commented 8 years ago
Fixed in revision r24.

Original comment by james.ra...@gmail.com on 3 Mar 2012 at 11:31