amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.ExportSummary

Description

 
Synopsis

Documentation

data ExportSummary Source #

Provides summary information about an export in an export list.

See: newExportSummary smart constructor.

Constructors

ExportSummary' 

Fields

Instances

Instances details
FromJSON ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

Generic ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

Associated Types

type Rep ExportSummary :: Type -> Type #

Read ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

Show ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

NFData ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

Methods

rnf :: ExportSummary -> () #

Eq ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

Hashable ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

type Rep ExportSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportSummary

type Rep ExportSummary = D1 ('MetaData "ExportSummary" "Amazonka.LexV2Models.Types.ExportSummary" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "ExportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportStatus)))) :*: (S1 ('MetaSel ('Just "fileFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportExportFileFormat)) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportResourceSpecification))))))

newExportSummary :: ExportSummary Source #

Create a value of ExportSummary 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:creationDateTime:ExportSummary', exportSummary_creationDateTime - The date and time that the export was created.

$sel:exportId:ExportSummary', exportSummary_exportId - The unique identifier that Amazon Lex assigned to the export.

$sel:exportStatus:ExportSummary', exportSummary_exportStatus - The status of the export. When the status is Completed the export is ready to download.

$sel:fileFormat:ExportSummary', exportSummary_fileFormat - The file format used in the export files.

$sel:lastUpdatedDateTime:ExportSummary', exportSummary_lastUpdatedDateTime - The date and time that the export was last updated.

$sel:resourceSpecification:ExportSummary', exportSummary_resourceSpecification - Information about the bot or bot locale that was exported.

exportSummary_creationDateTime :: Lens' ExportSummary (Maybe UTCTime) Source #

The date and time that the export was created.

exportSummary_exportId :: Lens' ExportSummary (Maybe Text) Source #

The unique identifier that Amazon Lex assigned to the export.

exportSummary_exportStatus :: Lens' ExportSummary (Maybe ExportStatus) Source #

The status of the export. When the status is Completed the export is ready to download.

exportSummary_fileFormat :: Lens' ExportSummary (Maybe ImportExportFileFormat) Source #

The file format used in the export files.

exportSummary_lastUpdatedDateTime :: Lens' ExportSummary (Maybe UTCTime) Source #

The date and time that the export was last updated.

exportSummary_resourceSpecification :: Lens' ExportSummary (Maybe ExportResourceSpecification) Source #

Information about the bot or bot locale that was exported.