amazonka-lightsail-1.4.5: Amazon Lightsail SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 # 
Data DeleteDomainEntry Source # 

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 # 
Show DeleteDomainEntry Source # 
Generic DeleteDomainEntry Source # 
Hashable DeleteDomainEntry Source # 
ToJSON DeleteDomainEntry Source # 
NFData DeleteDomainEntry Source # 

Methods

rnf :: DeleteDomainEntry -> () #

AWSRequest DeleteDomainEntry Source # 
ToPath DeleteDomainEntry Source # 
ToHeaders DeleteDomainEntry Source # 
ToQuery DeleteDomainEntry Source # 
type Rep DeleteDomainEntry Source # 
type Rep DeleteDomainEntry = D1 (MetaData "DeleteDomainEntry" "Network.AWS.Lightsail.DeleteDomainEntry" "amazonka-lightsail-1.4.5-5jz0XqtfwkUBGV0E8NKblJ" False) (C1 (MetaCons "DeleteDomainEntry'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddeDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ddeDomainEntry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DomainEntry))))
type Rs DeleteDomainEntry Source # 

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

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 # 
Show DeleteDomainEntryResponse Source # 
Generic DeleteDomainEntryResponse Source # 
NFData DeleteDomainEntryResponse Source # 
type Rep DeleteDomainEntryResponse Source # 
type Rep DeleteDomainEntryResponse = D1 (MetaData "DeleteDomainEntryResponse" "Network.AWS.Lightsail.DeleteDomainEntry" "amazonka-lightsail-1.4.5-5jz0XqtfwkUBGV0E8NKblJ" False) (C1 (MetaCons "DeleteDomainEntryResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddersOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Operation))) (S1 (MetaSel (Just Symbol "_ddersResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (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.