amazonka-alexa-business-1.6.1: Amazon Alexa For Business 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.AlexaBusiness.DeleteContact

Contents

Description

Deletes a contact by the contact ARN.

Synopsis

Creating a Request

deleteContact Source #

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

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

data DeleteContact Source #

See: deleteContact smart constructor.

Instances
Eq DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Data DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Methods

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

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

toConstr :: DeleteContact -> Constr #

dataTypeOf :: DeleteContact -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Show DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Generic DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Associated Types

type Rep DeleteContact :: Type -> Type #

Hashable DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

ToJSON DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

AWSRequest DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Associated Types

type Rs DeleteContact :: Type #

ToHeaders DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

ToPath DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

ToQuery DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

NFData DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Methods

rnf :: DeleteContact -> () #

type Rep DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

type Rep DeleteContact = D1 (MetaData "DeleteContact" "Network.AWS.AlexaBusiness.DeleteContact" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" True) (C1 (MetaCons "DeleteContact'" PrefixI True) (S1 (MetaSel (Just "_dcContactARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteContact Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Request Lenses

dcContactARN :: Lens' DeleteContact Text Source #

The ARN of the contact to delete.

Destructuring the Response

deleteContactResponse Source #

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

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

data DeleteContactResponse Source #

See: deleteContactResponse smart constructor.

Instances
Eq DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Data DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Methods

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

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

toConstr :: DeleteContactResponse -> Constr #

dataTypeOf :: DeleteContactResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Show DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Generic DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Associated Types

type Rep DeleteContactResponse :: Type -> Type #

NFData DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

Methods

rnf :: DeleteContactResponse -> () #

type Rep DeleteContactResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteContact

type Rep DeleteContactResponse = D1 (MetaData "DeleteContactResponse" "Network.AWS.AlexaBusiness.DeleteContact" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" True) (C1 (MetaCons "DeleteContactResponse'" PrefixI True) (S1 (MetaSel (Just "_dcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dcrsResponseStatus :: Lens' DeleteContactResponse Int Source #

  • - | The response status code.