amazonka-license-manager-2.0: Amazon License Manager 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.LicenseManager.Types.ProductInformationFilter

Description

 
Synopsis

Documentation

data ProductInformationFilter Source #

Describes product information filters.

See: newProductInformationFilter smart constructor.

Instances

Instances details
FromJSON ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

ToJSON ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Generic ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Associated Types

type Rep ProductInformationFilter :: Type -> Type #

Read ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Show ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

NFData ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Eq ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Hashable ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

type Rep ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

type Rep ProductInformationFilter = D1 ('MetaData "ProductInformationFilter" "Amazonka.LicenseManager.Types.ProductInformationFilter" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ProductInformationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productInformationFilterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "productInformationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "productInformationFilterComparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))