Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
A comparision that is used to determine whether a query should return this object.
See: newSelector
smart constructor.
Selector' | |
|
Instances
ToJSON Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
Generic Selector Source # | |
Read Selector Source # | |
Show Selector Source # | |
NFData Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
Eq Selector Source # | |
Hashable Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
type Rep Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector type Rep Selector = D1 ('MetaData "Selector" "Amazonka.DataPipeline.Types.Selector" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "Selector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operator)))) |
newSelector :: Selector Source #
Create a value of Selector
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:fieldName:Selector'
, selector_fieldName
- The name of the field that the operator will be applied to. The field
name is the "key" portion of the field definition in the pipeline
definition syntax that is used by the AWS Data Pipeline API. If the
field is not set on the object, the condition fails.
$sel:operator:Selector'
, selector_operator
- Undocumented member.
selector_fieldName :: Lens' Selector (Maybe Text) Source #
The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.