amazonka-lex-models-1.6.1: Amazon Lex Model Building Service 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.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 # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Data DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

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 # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Show DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Generic DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Associated Types

type Rep DeleteBotChannelAssociation :: Type -> Type #

Hashable DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

AWSRequest DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Associated Types

type Rs DeleteBotChannelAssociation :: Type #

ToHeaders DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

ToPath DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

ToQuery DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

NFData DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociation = D1 (MetaData "DeleteBotChannelAssociation" "Network.AWS.LexModels.DeleteBotChannelAssociation" "amazonka-lex-models-1.6.1-16JSA2D34IH7p8RxcjidTj" False) (C1 (MetaCons "DeleteBotChannelAssociation'" PrefixI True) (S1 (MetaSel (Just "_dbcaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dbcaBotName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dbcaBotAlias") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteBotChannelAssociation Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

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 # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Data DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

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 # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Show DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

Generic DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

NFData DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Network.AWS.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociationResponse = D1 (MetaData "DeleteBotChannelAssociationResponse" "Network.AWS.LexModels.DeleteBotChannelAssociation" "amazonka-lex-models-1.6.1-16JSA2D34IH7p8RxcjidTj" False) (C1 (MetaCons "DeleteBotChannelAssociationResponse'" PrefixI False) (U1 :: Type -> Type))