libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.Types.FlowTemplateFilter

Description

 
Synopsis

Documentation

data FlowTemplateFilter Source #

An object that filters a workflow search.

See: newFlowTemplateFilter smart constructor.

Constructors

FlowTemplateFilter' 

Fields

  • name :: FlowTemplateFilterName

    The name of the search filter field.

  • value :: [Text]

    An array of string values for the search filter field. Multiple values function as AND criteria in the search.

Instances

Instances details
Eq FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Read FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Show FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Generic FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Associated Types

type Rep FlowTemplateFilter :: Type -> Type #

NFData FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

Methods

rnf :: FlowTemplateFilter -> () #

Hashable FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

ToJSON FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

type Rep FlowTemplateFilter Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateFilter

type Rep FlowTemplateFilter = D1 ('MetaData "FlowTemplateFilter" "Amazonka.IoTThingsGraph.Types.FlowTemplateFilter" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowTemplateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowTemplateFilterName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFlowTemplateFilter Source #

Create a value of FlowTemplateFilter 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:name:FlowTemplateFilter', flowTemplateFilter_name - The name of the search filter field.

$sel:value:FlowTemplateFilter', flowTemplateFilter_value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.

flowTemplateFilter_value :: Lens' FlowTemplateFilter [Text] Source #

An array of string values for the search filter field. Multiple values function as AND criteria in the search.