libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
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.IoTEventsData.Types.SimpleRuleEvaluation

Description

 
Synopsis

Documentation

data SimpleRuleEvaluation Source #

Information needed to compare two values with a comparison operator.

See: newSimpleRuleEvaluation smart constructor.

Constructors

SimpleRuleEvaluation' 

Fields

Instances

Instances details
Eq SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Read SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Show SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Generic SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Associated Types

type Rep SimpleRuleEvaluation :: Type -> Type #

NFData SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Methods

rnf :: SimpleRuleEvaluation -> () #

Hashable SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

FromJSON SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

type Rep SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

type Rep SimpleRuleEvaluation = D1 ('MetaData "SimpleRuleEvaluation" "Amazonka.IoTEventsData.Types.SimpleRuleEvaluation" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "SimpleRuleEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thresholdValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputPropertyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonOperator)))))

newSimpleRuleEvaluation :: SimpleRuleEvaluation Source #

Create a value of SimpleRuleEvaluation 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:thresholdValue:SimpleRuleEvaluation', simpleRuleEvaluation_thresholdValue - The threshold value, on the right side of the comparison operator.

$sel:inputPropertyValue:SimpleRuleEvaluation', simpleRuleEvaluation_inputPropertyValue - The value of the input property, on the left side of the comparison operator.

$sel:operator:SimpleRuleEvaluation', simpleRuleEvaluation_operator - The comparison operator.

simpleRuleEvaluation_thresholdValue :: Lens' SimpleRuleEvaluation (Maybe Text) Source #

The threshold value, on the right side of the comparison operator.

simpleRuleEvaluation_inputPropertyValue :: Lens' SimpleRuleEvaluation (Maybe Text) Source #

The value of the input property, on the left side of the comparison operator.