amazonka-lightsail-1.6.0: Amazon Lightsail 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.Lightsail.UpdateDomainEntry

Contents

Description

Updates a domain recordset after it is created.

Synopsis

Creating a Request

updateDomainEntry #

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

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

  • udeDomainName - The name of the domain recordset to update.
  • udeDomainEntry - An array of key-value pairs containing information about the domain entry.

data UpdateDomainEntry #

See: updateDomainEntry smart constructor.

Instances
Eq UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Data UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Methods

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

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

toConstr :: UpdateDomainEntry -> Constr #

dataTypeOf :: UpdateDomainEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Show UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Generic UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Associated Types

type Rep UpdateDomainEntry :: * -> * #

Hashable UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

ToJSON UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

AWSRequest UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Associated Types

type Rs UpdateDomainEntry :: * #

ToHeaders UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

ToPath UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

ToQuery UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

NFData UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Methods

rnf :: UpdateDomainEntry -> () #

type Rep UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntry = D1 (MetaData "UpdateDomainEntry" "Network.AWS.Lightsail.UpdateDomainEntry" "amazonka-lightsail-1.6.0-KbsnSgop875C22ikCzX5R7" False) (C1 (MetaCons "UpdateDomainEntry'" PrefixI True) (S1 (MetaSel (Just "_udeDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_udeDomainEntry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DomainEntry)))
type Rs UpdateDomainEntry # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Request Lenses

udeDomainName :: Lens' UpdateDomainEntry Text #

The name of the domain recordset to update.

udeDomainEntry :: Lens' UpdateDomainEntry DomainEntry #

An array of key-value pairs containing information about the domain entry.

Destructuring the Response

updateDomainEntryResponse #

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

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

data UpdateDomainEntryResponse #

See: updateDomainEntryResponse smart constructor.

Instances
Eq UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Data UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Methods

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

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

toConstr :: UpdateDomainEntryResponse -> Constr #

dataTypeOf :: UpdateDomainEntryResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Show UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Generic UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

Associated Types

type Rep UpdateDomainEntryResponse :: * -> * #

NFData UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntryResponse # 
Instance details

Defined in Network.AWS.Lightsail.UpdateDomainEntry

type Rep UpdateDomainEntryResponse = D1 (MetaData "UpdateDomainEntryResponse" "Network.AWS.Lightsail.UpdateDomainEntry" "amazonka-lightsail-1.6.0-KbsnSgop875C22ikCzX5R7" False) (C1 (MetaCons "UpdateDomainEntryResponse'" PrefixI True) (S1 (MetaSel (Just "_udersOperations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Operation])) :*: S1 (MetaSel (Just "_udersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

udersOperations :: Lens' UpdateDomainEntryResponse [Operation] #

An array of key-value pairs containing information about the request operation.

udersResponseStatus :: Lens' UpdateDomainEntryResponse Int #

  • - | The response status code.