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
- newtype ComparisonOperator where
Documentation
newtype ComparisonOperator Source #
The comparison operator of a notification. Currently the service supports the following operators:
GREATER_THAN
, LESS_THAN
, EQUAL_TO
pattern ComparisonOperator_EQUAL_TO :: ComparisonOperator | |
pattern ComparisonOperator_GREATER_THAN :: ComparisonOperator | |
pattern ComparisonOperator_LESS_THAN :: ComparisonOperator |