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

Description

 
Synopsis

Documentation

data SlotTypeMetadata Source #

Provides information about a slot type..

See: newSlotTypeMetadata smart constructor.

Constructors

SlotTypeMetadata' 

Fields

Instances

Instances details
Eq SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

Read SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

Show SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

Generic SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

Associated Types

type Rep SlotTypeMetadata :: Type -> Type #

NFData SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

Methods

rnf :: SlotTypeMetadata -> () #

Hashable SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

FromJSON SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

type Rep SlotTypeMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.SlotTypeMetadata

type Rep SlotTypeMetadata = D1 ('MetaData "SlotTypeMetadata" "Amazonka.LexModels.Types.SlotTypeMetadata" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "SlotTypeMetadata'" 'PrefixI 'True) ((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))))))

newSlotTypeMetadata :: SlotTypeMetadata Source #

Create a value of SlotTypeMetadata 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:createdDate:SlotTypeMetadata', slotTypeMetadata_createdDate - The date that the slot type was created.

$sel:name:SlotTypeMetadata', slotTypeMetadata_name - The name of the slot type.

$sel:version:SlotTypeMetadata', slotTypeMetadata_version - The version of the slot type.

$sel:lastUpdatedDate:SlotTypeMetadata', slotTypeMetadata_lastUpdatedDate - The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.

$sel:description:SlotTypeMetadata', slotTypeMetadata_description - A description of the slot type.

slotTypeMetadata_createdDate :: Lens' SlotTypeMetadata (Maybe UTCTime) Source #

The date that the slot type was created.

slotTypeMetadata_lastUpdatedDate :: Lens' SlotTypeMetadata (Maybe UTCTime) Source #

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