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
- data InventoryDeletionSummaryItem = InventoryDeletionSummaryItem' {}
- newInventoryDeletionSummaryItem :: InventoryDeletionSummaryItem
- inventoryDeletionSummaryItem_remainingCount :: Lens' InventoryDeletionSummaryItem (Maybe Int)
- inventoryDeletionSummaryItem_count :: Lens' InventoryDeletionSummaryItem (Maybe Int)
- inventoryDeletionSummaryItem_version :: Lens' InventoryDeletionSummaryItem (Maybe Text)
Documentation
data InventoryDeletionSummaryItem Source #
Either a count, remaining count, or a version number in a delete inventory summary.
See: newInventoryDeletionSummaryItem
smart constructor.
Instances
newInventoryDeletionSummaryItem :: InventoryDeletionSummaryItem Source #
Create a value of InventoryDeletionSummaryItem
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:remainingCount:InventoryDeletionSummaryItem'
, inventoryDeletionSummaryItem_remainingCount
- The remaining number of items to delete.
$sel:count:InventoryDeletionSummaryItem'
, inventoryDeletionSummaryItem_count
- A count of the number of deleted items.
$sel:version:InventoryDeletionSummaryItem'
, inventoryDeletionSummaryItem_version
- The inventory type version.
inventoryDeletionSummaryItem_remainingCount :: Lens' InventoryDeletionSummaryItem (Maybe Int) Source #
The remaining number of items to delete.
inventoryDeletionSummaryItem_count :: Lens' InventoryDeletionSummaryItem (Maybe Int) Source #
A count of the number of deleted items.
inventoryDeletionSummaryItem_version :: Lens' InventoryDeletionSummaryItem (Maybe Text) Source #
The inventory type version.