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

Description

 
Synopsis

Documentation

data OptedOutNumberInformation Source #

The information for an opted out number in an Amazon Web Services account.

See: newOptedOutNumberInformation smart constructor.

Constructors

OptedOutNumberInformation' 

Fields

Instances

Instances details
FromJSON OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

Generic OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

Associated Types

type Rep OptedOutNumberInformation :: Type -> Type #

Read OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

Show OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

NFData OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

Eq OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

Hashable OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

type Rep OptedOutNumberInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation

type Rep OptedOutNumberInformation = D1 ('MetaData "OptedOutNumberInformation" "Amazonka.PinpointSmsVoiceV2.Types.OptedOutNumberInformation" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "OptedOutNumberInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optedOutNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "optedOutTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endUserOptedOut") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newOptedOutNumberInformation Source #

Create a value of OptedOutNumberInformation 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:optedOutNumber:OptedOutNumberInformation', optedOutNumberInformation_optedOutNumber - The phone number that is opted out.

$sel:optedOutTimestamp:OptedOutNumberInformation', optedOutNumberInformation_optedOutTimestamp - The time that the op tout occurred, in UNIX epoch time format.

$sel:endUserOptedOut:OptedOutNumberInformation', optedOutNumberInformation_endUserOptedOut - This is set to true if it was the end recipient that opted out.

optedOutNumberInformation_endUserOptedOut :: Lens' OptedOutNumberInformation Bool Source #

This is set to true if it was the end recipient that opted out.