summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2012-03-27 04:52:56 -0700
committerMitch Garnaat <mitch@garnaat.com>2012-03-27 04:52:56 -0700
commit5e3976b6615c131d8567caa433f90c5aada8536b (patch)
tree66e679c826815c35a7b302d9694967cb9098887e
parent99e06a5b435a0d9f9fb91d42391b0afdb5aed33e (diff)
downloadboto-5e3976b6615c131d8567caa433f90c5aada8536b.tar.gz
The namespace for the ChangeResourceRecordSetsRequest was still using the old namespace version. Closes #665.
-rw-r--r--boto/route53/record.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/boto/route53/record.py b/boto/route53/record.py
index d4fca362..76bbfab5 100644
--- a/boto/route53/record.py
+++ b/boto/route53/record.py
@@ -1,4 +1,6 @@
# Copyright (c) 2010 Chris Moyer http://coredumped.org/
+# Copyright (c) 2012 Mitch Garnaat http://garnaat.org/
+# Copyright (c) 2012 Amazon.com, Inc. or its affiliates.
# All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
@@ -33,7 +35,7 @@ class ResourceRecordSets(ResultSet):
"""
ChangeResourceRecordSetsBody = """<?xml version="1.0" encoding="UTF-8"?>
- <ChangeResourceRecordSetsRequest xmlns="https://route53.amazonaws.com/doc/2011-05-05/">
+ <ChangeResourceRecordSetsRequest xmlns="https://route53.amazonaws.com/doc/2012-02-29/">
<ChangeBatch>
<Comment>%(comment)s</Comment>
<Changes>%(changes)s</Changes>