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.KeywordInformation

Description

 
Synopsis

Documentation

data KeywordInformation Source #

The information for all keywords in a pool.

See: newKeywordInformation smart constructor.

Constructors

KeywordInformation' 

Fields

Instances

Instances details
FromJSON KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

Generic KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

Associated Types

type Rep KeywordInformation :: Type -> Type #

Read KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

Show KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

NFData KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

Methods

rnf :: KeywordInformation -> () #

Eq KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

Hashable KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

type Rep KeywordInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation

type Rep KeywordInformation = D1 ('MetaData "KeywordInformation" "Amazonka.PinpointSmsVoiceV2.Types.KeywordInformation" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "KeywordInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "keywordMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "keywordAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KeywordAction))))

newKeywordInformation Source #

Create a value of KeywordInformation 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:keyword:KeywordInformation', keywordInformation_keyword - The keyword as a string.

$sel:keywordMessage:KeywordInformation', keywordInformation_keywordMessage - A custom message that can be used with the keyword.

$sel:keywordAction:KeywordInformation', keywordInformation_keywordAction - The action to perform for the keyword.

keywordInformation_keywordMessage :: Lens' KeywordInformation Text Source #

A custom message that can be used with the keyword.