Merge pull request #255 from mrucci/route53-missing-response-id
Add missing Id field in route 53 change response.
This commit is contained in:
commit
d60bd29148
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ CHANGE_RRSET_RESPONSE = """<ChangeResourceRecordSetsResponse xmlns="https://rout
|
|||
<ChangeInfo>
|
||||
<Status>PENDING</Status>
|
||||
<SubmittedAt>2010-09-10T01:36:41.958Z</SubmittedAt>
|
||||
<Id>/change/C2682N5HXP0BZ4</Id>
|
||||
</ChangeInfo>
|
||||
</ChangeResourceRecordSetsResponse>"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue