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 |
Documentation
data ChannelNameCondition Source #
An optional input parameter for the ListSignalingChannels
API. When
this parameter is specified while invoking ListSignalingChannels
, the
API returns only the channels that satisfy a condition specified in
ChannelNameCondition
.
See: newChannelNameCondition
smart constructor.
ChannelNameCondition' | |
|
Instances
newChannelNameCondition :: ChannelNameCondition Source #
Create a value of ChannelNameCondition
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:comparisonOperator:ChannelNameCondition'
, channelNameCondition_comparisonOperator
- A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given
prefix.
$sel:comparisonValue:ChannelNameCondition'
, channelNameCondition_comparisonValue
- A value to compare.
channelNameCondition_comparisonOperator :: Lens' ChannelNameCondition (Maybe ComparisonOperator) Source #
A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given
prefix.
channelNameCondition_comparisonValue :: Lens' ChannelNameCondition (Maybe Text) Source #
A value to compare.