amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DMS.Types.InventoryData

Description

 
Synopsis

Documentation

data InventoryData Source #

Describes a Fleet Advisor collector inventory.

See: newInventoryData smart constructor.

Constructors

InventoryData' 

Fields

Instances

Instances details
FromJSON InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Generic InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Associated Types

type Rep InventoryData :: Type -> Type #

Read InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Show InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

NFData InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Methods

rnf :: InventoryData -> () #

Eq InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Hashable InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

type Rep InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

type Rep InventoryData = D1 ('MetaData "InventoryData" "Amazonka.DMS.Types.InventoryData" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "InventoryData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberOfDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "numberOfSchemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.