add Istruncated to False in template list_hosted_zones_response in route53. Because it always has it.
This commit is contained in:
parent
d8ed18aaac
commit
1448cf3541
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ LIST_HOSTED_ZONES_RESPONSE = """<ListHostedZonesResponse xmlns="https://route53.
|
||||||
</HostedZone>
|
</HostedZone>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</HostedZones>
|
</HostedZones>
|
||||||
|
<IsTruncated>false</IsTruncated>
|
||||||
</ListHostedZonesResponse>"""
|
</ListHostedZonesResponse>"""
|
||||||
|
|
||||||
CREATE_HEALTH_CHECK_RESPONSE = """<?xml version="1.0" encoding="UTF-8"?>
|
CREATE_HEALTH_CHECK_RESPONSE = """<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue