Add IsTruncated to Route53.list_resource_record_sets
This commit is contained in:
parent
1db617a530
commit
877f3b056a
2 changed files with 3 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ LIST_RRSET_RESPONSE = """<ListResourceRecordSetsResponse xmlns="https://route53.
|
|||
{{ record_set.to_xml() }}
|
||||
{% endfor %}
|
||||
</ResourceRecordSets>
|
||||
<IsTruncated>false</IsTruncated>
|
||||
</ListResourceRecordSetsResponse>"""
|
||||
|
||||
CHANGE_RRSET_RESPONSE = """<ChangeResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2012-12-12/">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue