Andrew Garrett 7779678e2c Allow cloudformation to delete Route 53 RecordSets
While there isn't an API method exposed for directly deleting a Route 53
RecordSet (it's performed via POST that acts more like a PATCH than
anything
else)[http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html],
CloudFormation can have templates which contain RecordSets which refer
to zones that don't exist inside the template. Ergo, we need a way to
effect a delete upon these RecordSets when we don't have a direct
reference to the zone.

This exposes a delete method that isn't hooked up to any response (and
rightfully so), it just enables the ~polymorphic deletion behavior that
we've written into the CloudFormation implementation.

Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-03-03 17:53:05 +00:00
..
2015-11-28 19:25:10 +09:00
2015-12-05 12:42:57 +00:00
2015-03-16 13:13:40 +01:00
2016-01-24 17:15:21 -05:00
2015-03-16 13:13:40 +01:00
2016-02-19 23:32:01 -08:00
2015-03-16 13:13:40 +01:00
2016-02-08 10:33:33 -05:00
2016-02-17 16:44:57 -05:00