| 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.ImportSummary
Description
Synopsis
- data ImportSummary = ImportSummary' {}
- newImportSummary :: ImportSummary
- importSummary_creationDateTime :: Lens' ImportSummary (Maybe UTCTime)
- importSummary_importId :: Lens' ImportSummary (Maybe Text)
- importSummary_importStatus :: Lens' ImportSummary (Maybe ImportStatus)
- importSummary_importedResourceId :: Lens' ImportSummary (Maybe Text)
- importSummary_importedResourceName :: Lens' ImportSummary (Maybe Text)
- importSummary_importedResourceType :: Lens' ImportSummary (Maybe ImportResourceType)
- importSummary_lastUpdatedDateTime :: Lens' ImportSummary (Maybe UTCTime)
- importSummary_mergeStrategy :: Lens' ImportSummary (Maybe MergeStrategy)
Documentation
data ImportSummary Source #
Provides summary information about an import in an import list.
See: newImportSummary smart constructor.
Constructors
| ImportSummary' | |
Fields
| |
Instances
newImportSummary :: ImportSummary Source #
Create a value of ImportSummary 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:ImportSummary', importSummary_creationDateTime - The date and time that the import was created.
$sel:importId:ImportSummary', importSummary_importId - The unique identifier that Amazon Lex assigned to the import.
$sel:importStatus:ImportSummary', importSummary_importStatus - The status of the resource. When the status is Completed the resource
is ready to build.
$sel:importedResourceId:ImportSummary', importSummary_importedResourceId - The unique identifier that Amazon Lex assigned to the imported resource.
$sel:importedResourceName:ImportSummary', importSummary_importedResourceName - The name that you gave the imported resource.
$sel:importedResourceType:ImportSummary', importSummary_importedResourceType - The type of resource that was imported.
$sel:lastUpdatedDateTime:ImportSummary', importSummary_lastUpdatedDateTime - The date and time that the import was last updated.
$sel:mergeStrategy:ImportSummary', importSummary_mergeStrategy - The strategy used to merge existing bot or bot locale definitions with
the imported definition.
importSummary_creationDateTime :: Lens' ImportSummary (Maybe UTCTime) Source #
The date and time that the import was created.
importSummary_importId :: Lens' ImportSummary (Maybe Text) Source #
The unique identifier that Amazon Lex assigned to the import.
importSummary_importStatus :: Lens' ImportSummary (Maybe ImportStatus) Source #
The status of the resource. When the status is Completed the resource
is ready to build.
importSummary_importedResourceId :: Lens' ImportSummary (Maybe Text) Source #
The unique identifier that Amazon Lex assigned to the imported resource.
importSummary_importedResourceName :: Lens' ImportSummary (Maybe Text) Source #
The name that you gave the imported resource.
importSummary_importedResourceType :: Lens' ImportSummary (Maybe ImportResourceType) Source #
The type of resource that was imported.
importSummary_lastUpdatedDateTime :: Lens' ImportSummary (Maybe UTCTime) Source #
The date and time that the import was last updated.
importSummary_mergeStrategy :: Lens' ImportSummary (Maybe MergeStrategy) Source #
The strategy used to merge existing bot or bot locale definitions with the imported definition.