Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
A metadata entry for a folder or object.
See: newItem
smart constructor.
Item' | |
|
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:eTag:Item'
, item_eTag
- The ETag that represents a unique instance of the item.
$sel:contentLength:Item'
, item_contentLength
- The length of the item in bytes.
$sel:name:Item'
, item_name
- The name of the item.
$sel:type':Item'
, item_type
- The item type (folder or object).
$sel:lastModified:Item'
, item_lastModified
- The date and time that the item was last modified.
$sel:contentType:Item'
, item_contentType
- The content type of the item.
item_eTag :: Lens' Item (Maybe Text) Source #
The ETag that represents a unique instance of the item.