libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LexModels.DeleteBotChannelAssociation

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

data DeleteBotChannelAssociation Source #

See: newDeleteBotChannelAssociation smart constructor.

Constructors

DeleteBotChannelAssociation' 

Fields

  • name :: Text

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

  • botName :: Text

    The name of the Amazon Lex bot.

  • botAlias :: Text

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

Instances

Instances details
Eq DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Read DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Show DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Generic DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Associated Types

type Rep DeleteBotChannelAssociation :: Type -> Type #

NFData DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Hashable DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

AWSRequest DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

ToHeaders DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

ToPath DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

ToQuery DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociation = D1 ('MetaData "DeleteBotChannelAssociation" "Amazonka.LexModels.DeleteBotChannelAssociation" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "DeleteBotChannelAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "botName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteBotChannelAssociation Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

newDeleteBotChannelAssociation Source #

Create a value of DeleteBotChannelAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DeleteBotChannelAssociation', deleteBotChannelAssociation_name - The name of the association. The name is case sensitive.

$sel:botName:DeleteBotChannelAssociation', deleteBotChannelAssociation_botName - The name of the Amazon Lex bot.

$sel:botAlias:DeleteBotChannelAssociation', deleteBotChannelAssociation_botAlias - An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

Request Lenses

deleteBotChannelAssociation_name :: Lens' DeleteBotChannelAssociation Text Source #

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

deleteBotChannelAssociation_botAlias :: 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

data DeleteBotChannelAssociationResponse Source #

Instances

Instances details
Eq DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Read DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Show DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

Generic DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

NFData DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociationResponse Source # 
Instance details

Defined in Amazonka.LexModels.DeleteBotChannelAssociation

type Rep DeleteBotChannelAssociationResponse = D1 ('MetaData "DeleteBotChannelAssociationResponse" "Amazonka.LexModels.DeleteBotChannelAssociation" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "DeleteBotChannelAssociationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteBotChannelAssociationResponse :: DeleteBotChannelAssociationResponse Source #

Create a value of DeleteBotChannelAssociationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.