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.BotMetadata

Description

 
Synopsis

Documentation

data BotMetadata Source #

Provides information about a bot. .

See: newBotMetadata smart constructor.

Constructors

BotMetadata' 

Fields

Instances

Instances details
Eq BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

Read BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

Show BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

Generic BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

Associated Types

type Rep BotMetadata :: Type -> Type #

NFData BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

Methods

rnf :: BotMetadata -> () #

Hashable BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

FromJSON BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

type Rep BotMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BotMetadata

type Rep BotMetadata = D1 ('MetaData "BotMetadata" "Amazonka.LexModels.Types.BotMetadata" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "BotMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LexStatus)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBotMetadata :: BotMetadata Source #

Create a value of BotMetadata 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:status:BotMetadata', botMetadata_status - The status of the bot.

$sel:createdDate:BotMetadata', botMetadata_createdDate - The date that the bot was created.

$sel:name:BotMetadata', botMetadata_name - The name of the bot.

$sel:version:BotMetadata', botMetadata_version - The version of the bot. For a new bot, the version is always $LATEST.

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

$sel:description:BotMetadata', botMetadata_description - A description of the bot.

botMetadata_createdDate :: Lens' BotMetadata (Maybe UTCTime) Source #

The date that the bot was created.

botMetadata_version :: Lens' BotMetadata (Maybe Text) Source #

The version of the bot. For a new bot, the version is always $LATEST.

botMetadata_lastUpdatedDate :: Lens' BotMetadata (Maybe UTCTime) Source #

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