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.Discovery.Types.ImportTaskFilter
Description
Synopsis
Documentation
data ImportTaskFilter Source #
A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.
When filtering by import status, all other filter values are ignored.
See: newImportTaskFilter
smart constructor.
Constructors
ImportTaskFilter' | |
Instances
newImportTaskFilter :: ImportTaskFilter Source #
Create a value of ImportTaskFilter
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:values:ImportTaskFilter'
, importTaskFilter_values
- An array of strings that you can provide to match against a specific
name, status, or import task ID to filter the results for your import
task queries.
$sel:name:ImportTaskFilter'
, importTaskFilter_name
- The name, status, or import task ID for a specific import task.
importTaskFilter_values :: Lens' ImportTaskFilter (Maybe (NonEmpty Text)) Source #
An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
importTaskFilter_name :: Lens' ImportTaskFilter (Maybe ImportTaskFilterName) Source #
The name, status, or import task ID for a specific import task.