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

Description

 
Synopsis

Documentation

data OptOutListInformation Source #

The information for all OptOutList in an Amazon Web Services account.

See: newOptOutListInformation smart constructor.

Constructors

OptOutListInformation' 

Fields

Instances

Instances details
FromJSON OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

Generic OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

Associated Types

type Rep OptOutListInformation :: Type -> Type #

Read OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

Show OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

NFData OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

Methods

rnf :: OptOutListInformation -> () #

Eq OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

Hashable OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

type Rep OptOutListInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.OptOutListInformation

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

newOptOutListInformation Source #

Create a value of OptOutListInformation 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:optOutListArn:OptOutListInformation', optOutListInformation_optOutListArn - The Amazon Resource Name (ARN) of the OptOutList.

$sel:optOutListName:OptOutListInformation', optOutListInformation_optOutListName - The name of the OptOutList.

$sel:createdTimestamp:OptOutListInformation', optOutListInformation_createdTimestamp - The time when the OutOutList was created, in UNIX epoch time format.

optOutListInformation_optOutListArn :: Lens' OptOutListInformation Text Source #

The Amazon Resource Name (ARN) of the OptOutList.