| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.ExportSummary
Description
Synopsis
- data ExportSummary = ExportSummary' {}
- newExportSummary :: ExportSummary
- exportSummary_creationDateTime :: Lens' ExportSummary (Maybe UTCTime)
- exportSummary_exportId :: Lens' ExportSummary (Maybe Text)
- exportSummary_exportStatus :: Lens' ExportSummary (Maybe ExportStatus)
- exportSummary_fileFormat :: Lens' ExportSummary (Maybe ImportExportFileFormat)
- exportSummary_lastUpdatedDateTime :: Lens' ExportSummary (Maybe UTCTime)
- exportSummary_resourceSpecification :: Lens' ExportSummary (Maybe ExportResourceSpecification)
Documentation
data ExportSummary Source #
Provides summary information about an export in an export list.
See: newExportSummary smart constructor.
Constructors
| ExportSummary' | |
Fields
| |
Instances
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.