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.DisassociateContactFromAddressBook

Contents

Description

Disassociates a contact from a given address book.

Synopsis

Creating a Request

disassociateContactFromAddressBook Source #

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

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

data DisassociateContactFromAddressBook Source #

See: disassociateContactFromAddressBook smart constructor.

Instances
Eq DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Data DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Methods

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

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

toConstr :: DisassociateContactFromAddressBook -> Constr #

dataTypeOf :: DisassociateContactFromAddressBook -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Show DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Generic DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Associated Types

type Rep DisassociateContactFromAddressBook :: Type -> Type #

Hashable DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

ToJSON DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

AWSRequest DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

ToHeaders DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

ToPath DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

ToQuery DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

NFData DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

type Rep DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

type Rep DisassociateContactFromAddressBook = D1 (MetaData "DisassociateContactFromAddressBook" "Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" False) (C1 (MetaCons "DisassociateContactFromAddressBook'" PrefixI True) (S1 (MetaSel (Just "_dcfabContactARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dcfabAddressBookARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DisassociateContactFromAddressBook Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Request Lenses

dcfabContactARN :: Lens' DisassociateContactFromAddressBook Text Source #

The ARN of the contact to disassociate from an address book.

dcfabAddressBookARN :: Lens' DisassociateContactFromAddressBook Text Source #

The ARN of the address from which to disassociate the contact.

Destructuring the Response

disassociateContactFromAddressBookResponse Source #

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

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

data DisassociateContactFromAddressBookResponse Source #

Instances
Eq DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Data DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Methods

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

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

toConstr :: DisassociateContactFromAddressBookResponse -> Constr #

dataTypeOf :: DisassociateContactFromAddressBookResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Show DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

Generic DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

NFData DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

type Rep DisassociateContactFromAddressBookResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DisassociateContactFromAddressBook

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

Response Lenses