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 |
Synopsis
Documentation
data ItemResponse Source #
Details for the requested item.
See: newItemResponse
smart constructor.
ItemResponse' | |
|
Instances
newItemResponse :: ItemResponse Source #
Create a value of ItemResponse
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:item:ItemResponse'
, itemResponse_item
- Map of attribute data consisting of the data type and attribute value.
itemResponse_item :: Lens' ItemResponse (Maybe (HashMap Text AttributeValue)) Source #
Map of attribute data consisting of the data type and attribute value.