amazonka-lightsail-1.6.1: 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.DeleteDomainEntry

Contents

Description

Deletes a specific domain entry.

Synopsis

Creating a Request

deleteDomainEntry Source #

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

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

  • ddeDomainName - The name of the domain entry to delete.
  • ddeDomainEntry - An array of key-value pairs containing information about your domain entries.

data DeleteDomainEntry Source #

See: deleteDomainEntry smart constructor.

Instances
Eq DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Data DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Methods

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

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

toConstr :: DeleteDomainEntry -> Constr #

dataTypeOf :: DeleteDomainEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Show DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Generic DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Associated Types

type Rep DeleteDomainEntry :: Type -> Type #

Hashable DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

ToJSON DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

AWSRequest DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Associated Types

type Rs DeleteDomainEntry :: Type #

ToHeaders DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

ToPath DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

ToQuery DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

NFData DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Methods

rnf :: DeleteDomainEntry -> () #

type Rep DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

type Rep DeleteDomainEntry = D1 (MetaData "DeleteDomainEntry" "Network.AWS.Lightsail.DeleteDomainEntry" "amazonka-lightsail-1.6.1-1vuZhtZgkqE3h8gtLuAIA9" False) (C1 (MetaCons "DeleteDomainEntry'" PrefixI True) (S1 (MetaSel (Just "_ddeDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ddeDomainEntry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DomainEntry)))
type Rs DeleteDomainEntry Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Request Lenses

ddeDomainName :: Lens' DeleteDomainEntry Text Source #

The name of the domain entry to delete.

ddeDomainEntry :: Lens' DeleteDomainEntry DomainEntry Source #

An array of key-value pairs containing information about your domain entries.

Destructuring the Response

deleteDomainEntryResponse Source #

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

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

  • ddersOperation - An array of key-value pairs containing information about the results of your delete domain entry request.
  • ddersResponseStatus - -- | The response status code.

data DeleteDomainEntryResponse Source #

See: deleteDomainEntryResponse smart constructor.

Instances
Eq DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Data DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Methods

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

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

toConstr :: DeleteDomainEntryResponse -> Constr #

dataTypeOf :: DeleteDomainEntryResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Show DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Generic DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

Associated Types

type Rep DeleteDomainEntryResponse :: Type -> Type #

NFData DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

type Rep DeleteDomainEntryResponse Source # 
Instance details

Defined in Network.AWS.Lightsail.DeleteDomainEntry

type Rep DeleteDomainEntryResponse = D1 (MetaData "DeleteDomainEntryResponse" "Network.AWS.Lightsail.DeleteDomainEntry" "amazonka-lightsail-1.6.1-1vuZhtZgkqE3h8gtLuAIA9" False) (C1 (MetaCons "DeleteDomainEntryResponse'" PrefixI True) (S1 (MetaSel (Just "_ddersOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Operation)) :*: S1 (MetaSel (Just "_ddersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

ddersOperation :: Lens' DeleteDomainEntryResponse (Maybe Operation) Source #

An array of key-value pairs containing information about the results of your delete domain entry request.