amazonka-route53-1.6.0: Amazon Route 53 SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.DeleteVPCAssociationAuthorization

Contents

Description

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a DeleteVPCAssociationAuthorization request.

Important: Sending this request only prevents the AWS account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, DeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use DisassociateVPCFromHostedZone .

Synopsis

Creating a Request

deleteVPCAssociationAuthorization #

Creates a value of DeleteVPCAssociationAuthorization with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dvaaHostedZoneId - When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
  • dvaaVPC - When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.

data DeleteVPCAssociationAuthorization #

A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.

See: deleteVPCAssociationAuthorization smart constructor.

Instances
Eq DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Data DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteVPCAssociationAuthorization -> c DeleteVPCAssociationAuthorization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteVPCAssociationAuthorization #

toConstr :: DeleteVPCAssociationAuthorization -> Constr #

dataTypeOf :: DeleteVPCAssociationAuthorization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteVPCAssociationAuthorization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteVPCAssociationAuthorization) #

gmapT :: (forall b. Data b => b -> b) -> DeleteVPCAssociationAuthorization -> DeleteVPCAssociationAuthorization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVPCAssociationAuthorization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVPCAssociationAuthorization -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteVPCAssociationAuthorization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteVPCAssociationAuthorization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorization -> m DeleteVPCAssociationAuthorization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorization -> m DeleteVPCAssociationAuthorization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorization -> m DeleteVPCAssociationAuthorization #

Read DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Associated Types

type Rep DeleteVPCAssociationAuthorization :: * -> * #

Hashable DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

AWSRequest DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Associated Types

type Rs DeleteVPCAssociationAuthorization :: * #

ToElement DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToXML DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToHeaders DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToPath DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToQuery DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

NFData DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization = D1 (MetaData "DeleteVPCAssociationAuthorization" "Network.AWS.Route53.DeleteVPCAssociationAuthorization" "amazonka-route53-1.6.0-P8x47gYAPqA73vX07XKxO" False) (C1 (MetaCons "DeleteVPCAssociationAuthorization'" PrefixI True) (S1 (MetaSel (Just "_dvaaHostedZoneId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ResourceId) :*: S1 (MetaSel (Just "_dvaaVPC") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 VPC)))
type Rs DeleteVPCAssociationAuthorization # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Request Lenses

dvaaHostedZoneId :: Lens' DeleteVPCAssociationAuthorization ResourceId #

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.

dvaaVPC :: Lens' DeleteVPCAssociationAuthorization VPC #

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.

Destructuring the Response

deleteVPCAssociationAuthorizationResponse #

Creates a value of DeleteVPCAssociationAuthorizationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteVPCAssociationAuthorizationResponse #

Empty response for the request.

See: deleteVPCAssociationAuthorizationResponse smart constructor.

Instances
Eq DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Data DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteVPCAssociationAuthorizationResponse -> c DeleteVPCAssociationAuthorizationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteVPCAssociationAuthorizationResponse #

toConstr :: DeleteVPCAssociationAuthorizationResponse -> Constr #

dataTypeOf :: DeleteVPCAssociationAuthorizationResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeleteVPCAssociationAuthorizationResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteVPCAssociationAuthorizationResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteVPCAssociationAuthorizationResponse -> DeleteVPCAssociationAuthorizationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVPCAssociationAuthorizationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteVPCAssociationAuthorizationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteVPCAssociationAuthorizationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteVPCAssociationAuthorizationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorizationResponse -> m DeleteVPCAssociationAuthorizationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorizationResponse -> m DeleteVPCAssociationAuthorizationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteVPCAssociationAuthorizationResponse -> m DeleteVPCAssociationAuthorizationResponse #

Read DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

NFData DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorizationResponse # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorizationResponse = D1 (MetaData "DeleteVPCAssociationAuthorizationResponse" "Network.AWS.Route53.DeleteVPCAssociationAuthorization" "amazonka-route53-1.6.0-P8x47gYAPqA73vX07XKxO" True) (C1 (MetaCons "DeleteVPCAssociationAuthorizationResponse'" PrefixI True) (S1 (MetaSel (Just "_dvaarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses