| 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.SSM.Types.InventoryDeletionSummary
Description
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.
Constructors
| InventoryDeletionSummary' | |
Fields
| |
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:
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.