| 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.DMS.Types.InventoryData
Description
Documentation
data InventoryData Source #
Describes a Fleet Advisor collector inventory.
See: newInventoryData smart constructor.
Constructors
| InventoryData' | |
Fields
| |
Instances
newInventoryData :: InventoryData Source #
Create a value of InventoryData 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:numberOfDatabases:InventoryData', inventoryData_numberOfDatabases - The number of databases in the Fleet Advisor collector inventory.
$sel:numberOfSchemas:InventoryData', inventoryData_numberOfSchemas - The number of schemas in the Fleet Advisor collector inventory.
inventoryData_numberOfDatabases :: Lens' InventoryData (Maybe Int) Source #
The number of databases in the Fleet Advisor collector inventory.
inventoryData_numberOfSchemas :: Lens' InventoryData (Maybe Int) Source #
The number of schemas in the Fleet Advisor collector inventory.