amazonka-pinpoint-sms-voice-v2-2.0: Amazon Pinpoint SMS Voice V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Description

 
Synopsis

Documentation

data KeywordFilter Source #

The information for keywords that meet a specified criteria.

See: newKeywordFilter smart constructor.

Constructors

KeywordFilter' 

Fields

Instances

Instances details
ToJSON KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Generic KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Associated Types

type Rep KeywordFilter :: Type -> Type #

Read KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Show KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

NFData KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Methods

rnf :: KeywordFilter -> () #

Eq KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

Hashable KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

type Rep KeywordFilter Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter

type Rep KeywordFilter = D1 ('MetaData "KeywordFilter" "Amazonka.PinpointSmsVoiceV2.Types.KeywordFilter" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "KeywordFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KeywordFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newKeywordFilter Source #

Create a value of KeywordFilter 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:name:KeywordFilter', keywordFilter_name - The name of the attribute to filter on.

$sel:values:KeywordFilter', keywordFilter_values - An array values to filter for.

keywordFilter_name :: Lens' KeywordFilter KeywordFilterName Source #

The name of the attribute to filter on.

keywordFilter_values :: Lens' KeywordFilter (NonEmpty Text) Source #

An array values to filter for.