| 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.CloudTrail.Types.ImportsListItem
Description
Synopsis
- data ImportsListItem = ImportsListItem' {}
- newImportsListItem :: ImportsListItem
- importsListItem_createdTimestamp :: Lens' ImportsListItem (Maybe UTCTime)
- importsListItem_destinations :: Lens' ImportsListItem (Maybe (NonEmpty Text))
- importsListItem_importId :: Lens' ImportsListItem (Maybe Text)
- importsListItem_importStatus :: Lens' ImportsListItem (Maybe ImportStatus)
- importsListItem_updatedTimestamp :: Lens' ImportsListItem (Maybe UTCTime)
Documentation
data ImportsListItem Source #
Contains information about an import that was returned by a lookup request.
See: newImportsListItem smart constructor.
Constructors
| ImportsListItem' | |
Fields
| |
Instances
newImportsListItem :: ImportsListItem Source #
Create a value of ImportsListItem 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:createdTimestamp:ImportsListItem', importsListItem_createdTimestamp - The timestamp of the import's creation.
$sel:destinations:ImportsListItem', importsListItem_destinations - The ARN of the destination event data store.
$sel:importId:ImportsListItem', importsListItem_importId - The ID of the import.
$sel:importStatus:ImportsListItem', importsListItem_importStatus - The status of the import.
$sel:updatedTimestamp:ImportsListItem', importsListItem_updatedTimestamp - The timestamp of the import's last update.
importsListItem_createdTimestamp :: Lens' ImportsListItem (Maybe UTCTime) Source #
The timestamp of the import's creation.
importsListItem_destinations :: Lens' ImportsListItem (Maybe (NonEmpty Text)) Source #
The ARN of the destination event data store.
importsListItem_importId :: Lens' ImportsListItem (Maybe Text) Source #
The ID of the import.
importsListItem_importStatus :: Lens' ImportsListItem (Maybe ImportStatus) Source #
The status of the import.
importsListItem_updatedTimestamp :: Lens' ImportsListItem (Maybe UTCTime) Source #
The timestamp of the import's last update.