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.TabularConditions

Description

 
Synopsis

Documentation

data TabularConditions Source #

The tabular conditions.

See: newTabularConditions smart constructor.

Constructors

TabularConditions' 

Fields

Instances

Instances details
ToJSON TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Generic TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Associated Types

type Rep TabularConditions :: Type -> Type #

Read TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Show TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

NFData TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Methods

rnf :: TabularConditions -> () #

Eq TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

Hashable TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

type Rep TabularConditions Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.TabularConditions

type Rep TabularConditions = D1 ('MetaData "TabularConditions" "Amazonka.IotTwinMaker.Types.TabularConditions" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "TabularConditions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty OrderBy))) :*: S1 ('MetaSel ('Just "propertyFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PropertyFilter)))))

newTabularConditions :: TabularConditions Source #

Create a value of TabularConditions 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:orderBy:TabularConditions', tabularConditions_orderBy - Filter criteria that orders the output. It can be sorted in ascending or descending order.

$sel:propertyFilters:TabularConditions', tabularConditions_propertyFilters - You can filter the request using various logical operators and a key-value format. For example:

{"key": "serverType", "value": "webServer"}

tabularConditions_orderBy :: Lens' TabularConditions (Maybe (NonEmpty OrderBy)) Source #

Filter criteria that orders the output. It can be sorted in ascending or descending order.

tabularConditions_propertyFilters :: Lens' TabularConditions (Maybe (NonEmpty PropertyFilter)) Source #

You can filter the request using various logical operators and a key-value format. For example:

{"key": "serverType", "value": "webServer"}