| 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 |
Amazonka.DMS.Types.Filter
Description
Documentation
Identifies the name and value of a filter object. This filter is used to
limit the number and type of DMS objects that are returned for a
particular Describe* call or similar operation. Filters are used as an
optional parameter for certain API operations.
See: newFilter smart constructor.
Constructors
| Filter' | |
Instances
| Eq Filter Source # | |
| Read Filter Source # | |
| Show Filter Source # | |
| Generic Filter Source # | |
| NFData Filter Source # | |
Defined in Amazonka.DMS.Types.Filter | |
| Hashable Filter Source # | |
Defined in Amazonka.DMS.Types.Filter | |
| ToJSON Filter Source # | |
Defined in Amazonka.DMS.Types.Filter | |
| type Rep Filter Source # | |
Defined in Amazonka.DMS.Types.Filter type Rep Filter = D1 ('MetaData "Filter" "Amazonka.DMS.Types.Filter" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))) | |
Create a value of Filter 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:Filter', filter_name - The name of the filter as specified for a Describe* or similar
operation.
$sel:values:Filter', filter_values - The filter value, which can specify one or more values used to narrow
the returned results.