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.Types.Bot

Description

 
Synopsis

Documentation

data Bot Source #

A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.

See: newBot smart constructor.

Constructors

Bot' 

Fields

Instances

Instances details
Eq Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

(==) :: Bot -> Bot -> Bool #

(/=) :: Bot -> Bot -> Bool #

Show Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

showsPrec :: Int -> Bot -> ShowS #

show :: Bot -> String #

showList :: [Bot] -> ShowS #

Generic Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Associated Types

type Rep Bot :: Type -> Type #

Methods

from :: Bot -> Rep Bot x #

to :: Rep Bot x -> Bot #

NFData Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

rnf :: Bot -> () #

Hashable Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

hashWithSalt :: Int -> Bot -> Int #

hash :: Bot -> Int #

FromJSON Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

type Rep Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

newBot :: Bot Source #

Create a value of Bot 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:securityToken:Bot', bot_securityToken - The security token used to authenticate Amazon Chime with the outgoing event endpoint.

$sel:disabled:Bot', bot_disabled - When true, the bot is stopped from running in your account.

$sel:updatedTimestamp:Bot', bot_updatedTimestamp - The updated bot timestamp, in ISO 8601 format.

$sel:userId:Bot', bot_userId - The unique ID for the bot user.

$sel:botId:Bot', bot_botId - The bot ID.

$sel:displayName:Bot', bot_displayName - The bot display name.

$sel:botEmail:Bot', bot_botEmail - The bot email address.

$sel:createdTimestamp:Bot', bot_createdTimestamp - The bot creation timestamp, in ISO 8601 format.

$sel:botType:Bot', bot_botType - The bot type.

bot_securityToken :: Lens' Bot (Maybe Text) Source #

The security token used to authenticate Amazon Chime with the outgoing event endpoint.

bot_disabled :: Lens' Bot (Maybe Bool) Source #

When true, the bot is stopped from running in your account.

bot_updatedTimestamp :: Lens' Bot (Maybe UTCTime) Source #

The updated bot timestamp, in ISO 8601 format.

bot_userId :: Lens' Bot (Maybe Text) Source #

The unique ID for the bot user.

bot_botId :: Lens' Bot (Maybe Text) Source #

The bot ID.

bot_displayName :: Lens' Bot (Maybe Text) Source #

The bot display name.

bot_botEmail :: Lens' Bot (Maybe Text) Source #

The bot email address.

bot_createdTimestamp :: Lens' Bot (Maybe UTCTime) Source #

The bot creation timestamp, in ISO 8601 format.