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 |
Synopsis
Documentation
data KeyValuesPair Source #
A filter name and value pair that's used to return a more specific list
of results from a ListJobs
API operation.
See: newKeyValuesPair
smart constructor.
Instances
newKeyValuesPair :: KeyValuesPair Source #
Create a value of KeyValuesPair
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:KeyValuesPair'
, keyValuesPair_values
- The filter values.
$sel:name:KeyValuesPair'
, keyValuesPair_name
- The name of the filter. Filter names are case sensitive.
keyValuesPair_values :: Lens' KeyValuesPair (Maybe [Text]) Source #
The filter values.
keyValuesPair_name :: Lens' KeyValuesPair (Maybe Text) Source #
The name of the filter. Filter names are case sensitive.