moto/moto
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
..
autoscaling Added resource deletion upon stack deletion 2016-02-29 19:50:29 +00:00
awslambda remove NextMarker in response list_functions 2016-02-23 17:34:49 +01:00
cloudformation Add CloudFormation support to NatGateway model 2016-03-01 12:02:57 -05:00
cloudwatch Cloudwatch support multiple regions 2016-02-18 18:35:32 +01:00
core Add XML support for cloudformation commands that lacked it 2016-02-29 19:50:23 +00:00
datapipeline Implement CloudFormation's physical_resource_id for Data Pipeline 2015-09-17 15:29:14 -04:00
dynamodb Cleanup different places using unix_time() 2015-11-27 14:14:40 -05:00
dynamodb2 Merge pull request #510 from pcraciunoiu/feature/dynamodb-add-value 2016-01-17 15:40:07 -05:00
ec2 Refactor NatGateways methods to use _get_param() 2016-03-01 13:57:41 -05:00
ecs remove nextToken if the library doesn't support pagination, because it doesn't send nextToken if it doesn't exceed maxResults. See documentation http://docs.aws.amazon.com/cli/latest/reference/ecs/list-clusters.html 2016-02-09 18:08:55 +01:00
elb sort querystring so that tags will get matched up properly for later zip. Closes #541. 2016-02-27 20:22:46 -05:00
emr Use content-type for detecting client 2015-11-28 19:25:10 +09:00
glacier Add ability for specific backends to enable template escaping. Closes #441. 2015-11-03 09:25:47 -05:00
iam Duplicate user needs to be EntityAlreadyExists error code. 2015-12-03 21:59:55 -05:00
kinesis fix unicode encoding 2015-12-05 12:42:57 +00:00
kms Merge pull request #473 from jszwedko/add-kms-policy-actions 2015-11-30 13:31:45 -05:00
rds Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
rds2 Use correct kwarg when creating database 2015-10-20 09:12:59 -07:00
redshift Add redshift support for cloudformation. 2015-08-08 13:29:37 -04:00
route53 Allow cloudformation to delete Route 53 RecordSets 2016-03-03 17:53:05 +00:00
s3 Fix s3 url regex. Closes #516. 2016-01-24 17:15:21 -05:00
s3bucket_path Fix delete keys detection with werkzeug request 2016-01-22 12:44:12 -05:00
ses Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
sns Add XML support for cloudformation commands that lacked it 2016-02-29 19:50:23 +00:00
sqs boto3 SQS set attributes fix. 2016-02-19 23:32:01 -08:00
sts Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
swf Fix date validation 2016-02-08 10:33:33 -05:00
__init__.py 0.4.22 2016-02-17 16:44:57 -05:00
backends.py [lambda] Implement ListFunctions, GetFunction, and DeleteFunction 2016-02-17 16:13:57 -05:00
compat.py Add compat file for Py26 OrderedDict. 2014-11-29 22:43:30 -05:00
server.py Added iam backend to servers, added some tests to check backend 2015-08-03 00:31:36 +02:00