Container for the parameters to the {@link com.amazonaws.services.route53.AmazonRoute53#disassociateVPCFromHostedZone(DisassociateVPCFromHostedZoneRequest) DisassociateVPCFromHostedZone operation}.
This action disassociates a VPC from an hosted zone.
To disassociate a VPC to a hosted zone, send a POST
request to the 2013-04-01/hostedzone/hosted zone ID/disassociatevpc
resource. The request body must include an XML document with a DisassociateVPCFromHostedZoneRequest
element. The response returns the DisassociateVPCFromHostedZoneResponse
element that contains ChangeInfo
for you to track the progress of the DisassociateVPCFromHostedZoneRequest
you made. See GetChange
operation for how to track the progress of your change.
@see com.amazonaws.services.route53.AmazonRoute53#disassociateVPCFromHostedZone(DisassociateVPCFromHostedZoneRequest)