libZSservicesZSamazonka-license-managerZSamazonka-license-manager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LicenseManager.Types.InventoryFilter

Description

 
Synopsis

Documentation

data InventoryFilter Source #

An inventory filter.

See: newInventoryFilter smart constructor.

Constructors

InventoryFilter' 

Fields

Instances

Instances details
Eq InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Read InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Show InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Generic InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Associated Types

type Rep InventoryFilter :: Type -> Type #

NFData InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Methods

rnf :: InventoryFilter -> () #

Hashable InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

ToJSON InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

type Rep InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

type Rep InventoryFilter = D1 ('MetaData "InventoryFilter" "Amazonka.LicenseManager.Types.InventoryFilter" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "InventoryFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InventoryFilterCondition))))

newInventoryFilter Source #

Create a value of InventoryFilter 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:value:InventoryFilter', inventoryFilter_value - Value of the filter.

$sel:name:InventoryFilter', inventoryFilter_name - Name of the filter.

$sel:condition:InventoryFilter', inventoryFilter_condition - Condition of the filter.