amazonka-lex-models-1.5.0: Amazon Lex Model Building Service SDK.

Copyright(c) 2013-2017 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.LexModels.DeleteBotChannelAssociation

Contents

Description

Deletes the association between an Amazon Lex bot and a messaging platform.

This operation requires permission for the lex:DeleteBotChannelAssociation action.

Synopsis

Creating a Request

deleteBotChannelAssociation Source #

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

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

  • dbcaName - The name of the association. The name is case sensitive.
  • dbcaBotName - The name of the Amazon Lex bot.
  • dbcaBotAlias - An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

data DeleteBotChannelAssociation Source #

See: deleteBotChannelAssociation smart constructor.

Instances

Eq DeleteBotChannelAssociation Source # 
Data DeleteBotChannelAssociation Source # 

Methods

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

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

toConstr :: DeleteBotChannelAssociation -> Constr #

dataTypeOf :: DeleteBotChannelAssociation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBotChannelAssociation Source # 
Show DeleteBotChannelAssociation Source # 
Generic DeleteBotChannelAssociation Source # 
Hashable DeleteBotChannelAssociation Source # 
NFData DeleteBotChannelAssociation Source # 
AWSRequest DeleteBotChannelAssociation Source # 
ToQuery DeleteBotChannelAssociation Source # 
ToPath DeleteBotChannelAssociation Source # 
ToHeaders DeleteBotChannelAssociation Source # 
type Rep DeleteBotChannelAssociation Source # 
type Rep DeleteBotChannelAssociation = D1 (MetaData "DeleteBotChannelAssociation" "Network.AWS.LexModels.DeleteBotChannelAssociation" "amazonka-lex-models-1.5.0-9L7od5njsTvH7y9BfUkUqe" False) (C1 (MetaCons "DeleteBotChannelAssociation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dbcaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_dbcaBotName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dbcaBotAlias") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DeleteBotChannelAssociation Source # 

Request Lenses

dbcaName :: Lens' DeleteBotChannelAssociation Text Source #

The name of the association. The name is case sensitive.

dbcaBotName :: Lens' DeleteBotChannelAssociation Text Source #

The name of the Amazon Lex bot.

dbcaBotAlias :: Lens' DeleteBotChannelAssociation Text Source #

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

Destructuring the Response

deleteBotChannelAssociationResponse :: DeleteBotChannelAssociationResponse Source #

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

data DeleteBotChannelAssociationResponse Source #

See: deleteBotChannelAssociationResponse smart constructor.

Instances

Eq DeleteBotChannelAssociationResponse Source # 
Data DeleteBotChannelAssociationResponse Source # 

Methods

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

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

toConstr :: DeleteBotChannelAssociationResponse -> Constr #

dataTypeOf :: DeleteBotChannelAssociationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBotChannelAssociationResponse Source # 
Show DeleteBotChannelAssociationResponse Source # 
Generic DeleteBotChannelAssociationResponse Source # 
NFData DeleteBotChannelAssociationResponse Source # 
type Rep DeleteBotChannelAssociationResponse Source # 
type Rep DeleteBotChannelAssociationResponse = D1 (MetaData "DeleteBotChannelAssociationResponse" "Network.AWS.LexModels.DeleteBotChannelAssociation" "amazonka-lex-models-1.5.0-9L7od5njsTvH7y9BfUkUqe" False) (C1 (MetaCons "DeleteBotChannelAssociationResponse'" PrefixI False) U1)