amazonka-route53-1.6.1: 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 Source #

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 Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Data DeleteVPCAssociationAuthorization Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Associated Types

type Rep DeleteVPCAssociationAuthorization :: Type -> Type #

Hashable DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

AWSRequest DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Associated Types

type Rs DeleteVPCAssociationAuthorization :: Type #

ToElement DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToXML DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToHeaders DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToPath DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

ToQuery DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

NFData DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization = D1 (MetaData "DeleteVPCAssociationAuthorization" "Network.AWS.Route53.DeleteVPCAssociationAuthorization" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" 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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Request Lenses

dvaaHostedZoneId :: Lens' DeleteVPCAssociationAuthorization ResourceId Source #

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 Source #

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 Source #

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 Source #

Empty response for the request.

See: deleteVPCAssociationAuthorizationResponse smart constructor.

Instances
Eq DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Data DeleteVPCAssociationAuthorizationResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

NFData DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Network.AWS.Route53.DeleteVPCAssociationAuthorization

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

Response Lenses