amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.PropertyFilter

Description

 
Synopsis

Documentation

data PropertyFilter Source #

An object that filters items returned by a property request.

See: newPropertyFilter smart constructor.

Constructors

PropertyFilter' 

Fields

Instances

Instances details
ToJSON PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Generic PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Associated Types

type Rep PropertyFilter :: Type -> Type #

Read PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Show PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

NFData PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Methods

rnf :: PropertyFilter -> () #

Eq PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

Hashable PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

type Rep PropertyFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.PropertyFilter

type Rep PropertyFilter = D1 ('MetaData "PropertyFilter" "Amazonka.IotTwinMaker.Types.PropertyFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "PropertyFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataValue)))))

newPropertyFilter :: PropertyFilter Source #

Create a value of PropertyFilter 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:operator:PropertyFilter', propertyFilter_operator - The operator associated with this property filter.

$sel:propertyName:PropertyFilter', propertyFilter_propertyName - The property name associated with this property filter.

$sel:value:PropertyFilter', propertyFilter_value - The value associated with this property filter.

propertyFilter_operator :: Lens' PropertyFilter (Maybe Text) Source #

The operator associated with this property filter.

propertyFilter_propertyName :: Lens' PropertyFilter (Maybe Text) Source #

The property name associated with this property filter.

propertyFilter_value :: Lens' PropertyFilter (Maybe DataValue) Source #

The value associated with this property filter.