Fixed boto3_route53 execution module function signature diSassociate_vpc_from_hosted_zone typo. (refs #45431)

This commit is contained in:
zer0def 2018-01-20 20:47:17 +01:00
parent 42b0d27f71
commit 21e1e9e226

View file

@ -554,7 +554,7 @@ def associate_vpc_with_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
return False
def diassociate_vpc_from_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
def disassociate_vpc_from_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
VPCName=None, VPCRegion=None, Comment=None,
region=None, key=None, keyid=None, profile=None):
'''