| 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.MediaStoreData.Types.Item
Description
Documentation
A metadata entry for a folder or object.
See: newItem smart constructor.
Constructors
| Item' | |
Fields
| |
Instances
Create a value of Item 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:contentLength:Item', item_contentLength - The length of the item in bytes.
$sel:contentType:Item', item_contentType - The content type of the item.
$sel:eTag:Item', item_eTag - The ETag that represents a unique instance of the item.
$sel:lastModified:Item', item_lastModified - The date and time that the item was last modified.
$sel:name:Item', item_name - The name of the item.
$sel:type':Item', item_type - The item type (folder or object).
item_eTag :: Lens' Item (Maybe Text) Source #
The ETag that represents a unique instance of the item.