libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.DeleteEventsConfiguration

Description

Deletes the events configuration that allows a bot to receive outgoing events.

Synopsis

Creating a Request

data DeleteEventsConfiguration Source #

See: newDeleteEventsConfiguration smart constructor.

Constructors

DeleteEventsConfiguration' 

Fields

Instances

Instances details
Eq DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Read DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Generic DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Associated Types

type Rep DeleteEventsConfiguration :: Type -> Type #

NFData DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Hashable DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

AWSRequest DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

ToHeaders DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

ToPath DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

ToQuery DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfiguration = D1 ('MetaData "DeleteEventsConfiguration" "Amazonka.Chime.DeleteEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

newDeleteEventsConfiguration Source #

Create a value of DeleteEventsConfiguration 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:accountId:DeleteEventsConfiguration', deleteEventsConfiguration_accountId - The Amazon Chime account ID.

$sel:botId:DeleteEventsConfiguration', deleteEventsConfiguration_botId - The bot ID.

Request Lenses

Destructuring the Response

data DeleteEventsConfigurationResponse Source #

See: newDeleteEventsConfigurationResponse smart constructor.

Instances

Instances details
Eq DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Read DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Generic DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Associated Types

type Rep DeleteEventsConfigurationResponse :: Type -> Type #

NFData DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfigurationResponse = D1 ('MetaData "DeleteEventsConfigurationResponse" "Amazonka.Chime.DeleteEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteEventsConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEventsConfigurationResponse :: DeleteEventsConfigurationResponse Source #

Create a value of DeleteEventsConfigurationResponse with all optional fields omitted.

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