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

Description

 
Synopsis

Documentation

data BotAliasMetadata Source #

Provides information about a bot alias.

See: newBotAliasMetadata smart constructor.

Constructors

BotAliasMetadata' 

Fields

Instances

Instances details
Eq BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

Read BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

Show BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

Generic BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

Associated Types

type Rep BotAliasMetadata :: Type -> Type #

NFData BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

Methods

rnf :: BotAliasMetadata -> () #

Hashable BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

FromJSON BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

type Rep BotAliasMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotAliasMetadata

newBotAliasMetadata :: BotAliasMetadata Source #

Create a value of BotAliasMetadata 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:checksum:BotAliasMetadata', botAliasMetadata_checksum - Checksum of the bot alias.

$sel:botVersion:BotAliasMetadata', botAliasMetadata_botVersion - The version of the Amazon Lex bot to which the alias points.

$sel:botName:BotAliasMetadata', botAliasMetadata_botName - The name of the bot to which the alias points.

$sel:createdDate:BotAliasMetadata', botAliasMetadata_createdDate - The date that the bot alias was created.

$sel:name:BotAliasMetadata', botAliasMetadata_name - The name of the bot alias.

$sel:conversationLogs:BotAliasMetadata', botAliasMetadata_conversationLogs - Settings that determine how Amazon Lex uses conversation logs for the alias.

$sel:lastUpdatedDate:BotAliasMetadata', botAliasMetadata_lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.

$sel:description:BotAliasMetadata', botAliasMetadata_description - A description of the bot alias.

botAliasMetadata_botVersion :: Lens' BotAliasMetadata (Maybe Text) Source #

The version of the Amazon Lex bot to which the alias points.

botAliasMetadata_botName :: Lens' BotAliasMetadata (Maybe Text) Source #

The name of the bot to which the alias points.

botAliasMetadata_createdDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #

The date that the bot alias was created.

botAliasMetadata_conversationLogs :: Lens' BotAliasMetadata (Maybe ConversationLogsResponse) Source #

Settings that determine how Amazon Lex uses conversation logs for the alias.

botAliasMetadata_lastUpdatedDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #

The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.