Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
A comparision that is used to determine whether a query should return this object.
See: newSelector
smart constructor.
Selector' | |
|
Instances
Eq Selector Source # | |
Read Selector Source # | |
Show Selector Source # | |
Generic Selector Source # | |
NFData Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
Hashable Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
ToJSON 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" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Selector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operator)) :*: S1 ('MetaSel ('Just "fieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
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:operator:Selector'
, selector_operator
- Undocumented member.
$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.
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.