| 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 |
Amazonka.SSM.Types.OpsItemFilter
Description
Documentation
data OpsItemFilter Source #
Describes an OpsItem filter.
See: newOpsItemFilter smart constructor.
Constructors
| OpsItemFilter' | |
Fields
| |
Instances
Arguments
| :: OpsItemFilterKey | |
| -> OpsItemFilterOperator | |
| -> OpsItemFilter |
Create a value of OpsItemFilter 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:key:OpsItemFilter', opsItemFilter_key - The name of the filter.
$sel:values:OpsItemFilter', opsItemFilter_values - The filter value.
$sel:operator:OpsItemFilter', opsItemFilter_operator - The operator used by the filter call.
opsItemFilter_key :: Lens' OpsItemFilter OpsItemFilterKey Source #
The name of the filter.
opsItemFilter_values :: Lens' OpsItemFilter [Text] Source #
The filter value.
opsItemFilter_operator :: Lens' OpsItemFilter OpsItemFilterOperator Source #
The operator used by the filter call.