amazonka-ec2-1.6.1: Amazon Elastic Compute Cloud 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.EC2.DisableVPCClassicLinkDNSSupport

Contents

Description

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information about ClassicLink, see ClassicLink in the Amazon Elastic Compute Cloud User Guide .

Synopsis

Creating a Request

disableVPCClassicLinkDNSSupport :: DisableVPCClassicLinkDNSSupport Source #

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

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

data DisableVPCClassicLinkDNSSupport Source #

Contains the parameters for DisableVpcClassicLinkDnsSupport.

See: disableVPCClassicLinkDNSSupport smart constructor.

Instances
Eq DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Data DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Methods

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

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

toConstr :: DisableVPCClassicLinkDNSSupport -> Constr #

dataTypeOf :: DisableVPCClassicLinkDNSSupport -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Show DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Generic DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Associated Types

type Rep DisableVPCClassicLinkDNSSupport :: Type -> Type #

Hashable DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

AWSRequest DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Associated Types

type Rs DisableVPCClassicLinkDNSSupport :: Type #

ToHeaders DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

ToPath DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

ToQuery DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

NFData DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

type Rep DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

type Rep DisableVPCClassicLinkDNSSupport = D1 (MetaData "DisableVPCClassicLinkDNSSupport" "Network.AWS.EC2.DisableVPCClassicLinkDNSSupport" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" True) (C1 (MetaCons "DisableVPCClassicLinkDNSSupport'" PrefixI True) (S1 (MetaSel (Just "_dvcldsVPCId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs DisableVPCClassicLinkDNSSupport Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Request Lenses

Destructuring the Response

disableVPCClassicLinkDNSSupportResponse Source #

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

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

data DisableVPCClassicLinkDNSSupportResponse Source #

Contains the output of DisableVpcClassicLinkDnsSupport.

See: disableVPCClassicLinkDNSSupportResponse smart constructor.

Instances
Eq DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Data DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Methods

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

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

toConstr :: DisableVPCClassicLinkDNSSupportResponse -> Constr #

dataTypeOf :: DisableVPCClassicLinkDNSSupportResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Show DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

Generic DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

NFData DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

type Rep DisableVPCClassicLinkDNSSupportResponse Source # 
Instance details

Defined in Network.AWS.EC2.DisableVPCClassicLinkDNSSupport

type Rep DisableVPCClassicLinkDNSSupportResponse = D1 (MetaData "DisableVPCClassicLinkDNSSupportResponse" "Network.AWS.EC2.DisableVPCClassicLinkDNSSupport" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" False) (C1 (MetaCons "DisableVPCClassicLinkDNSSupportResponse'" PrefixI True) (S1 (MetaSel (Just "_dvcldsrsReturn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_dvcldsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

dvcldsrsReturn :: Lens' DisableVPCClassicLinkDNSSupportResponse (Maybe Bool) Source #

Returns true if the request succeeds; otherwise, it returns an error.