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 InventoryDeletionSummary = InventoryDeletionSummary' {}
- newInventoryDeletionSummary :: InventoryDeletionSummary
- inventoryDeletionSummary_remainingCount :: Lens' InventoryDeletionSummary (Maybe Int)
- inventoryDeletionSummary_summaryItems :: Lens' InventoryDeletionSummary (Maybe [InventoryDeletionSummaryItem])
- inventoryDeletionSummary_totalCount :: Lens' InventoryDeletionSummary (Maybe Int)
Documentation
data InventoryDeletionSummary Source #
Information about the delete operation.
See: newInventoryDeletionSummary
smart constructor.
InventoryDeletionSummary' | |
|
Instances
newInventoryDeletionSummary :: InventoryDeletionSummary Source #
Create a value of InventoryDeletionSummary
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:InventoryDeletionSummary'
, inventoryDeletionSummary_remainingCount
- Remaining number of items to delete.
$sel:summaryItems:InventoryDeletionSummary'
, inventoryDeletionSummary_summaryItems
- A list of counts and versions for deleted items.
$sel:totalCount:InventoryDeletionSummary'
, inventoryDeletionSummary_totalCount
- The total number of items to delete. This count doesn't change during
the delete operation.
inventoryDeletionSummary_remainingCount :: Lens' InventoryDeletionSummary (Maybe Int) Source #
Remaining number of items to delete.
inventoryDeletionSummary_summaryItems :: Lens' InventoryDeletionSummary (Maybe [InventoryDeletionSummaryItem]) Source #
A list of counts and versions for deleted items.
inventoryDeletionSummary_totalCount :: Lens' InventoryDeletionSummary (Maybe Int) Source #
The total number of items to delete. This count doesn't change during the delete operation.