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

Description

 
Synopsis

Documentation

data SenderIdInformation Source #

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

See: newSenderIdInformation smart constructor.

Constructors

SenderIdInformation' 

Fields

  • senderIdArn :: Text

    The Amazon Resource Name (ARN) associated with the SenderId.

  • senderId :: Text

    The alphanumeric sender ID in a specific country that you'd like to describe.

  • isoCountryCode :: Text

    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

  • messageTypes :: [MessageType]

    The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

  • monthlyLeasingPrice :: Text

    The monthly leasing price, in US dollars.

Instances

Instances details
FromJSON SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

Generic SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

Associated Types

type Rep SenderIdInformation :: Type -> Type #

Read SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

Show SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

NFData SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

Methods

rnf :: SenderIdInformation -> () #

Eq SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

Hashable SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

type Rep SenderIdInformation Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation

type Rep SenderIdInformation = D1 ('MetaData "SenderIdInformation" "Amazonka.PinpointSmsVoiceV2.Types.SenderIdInformation" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "SenderIdInformation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "senderIdArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "senderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "isoCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "messageTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MessageType]) :*: S1 ('MetaSel ('Just "monthlyLeasingPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSenderIdInformation Source #

Create a value of SenderIdInformation 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:senderIdArn:SenderIdInformation', senderIdInformation_senderIdArn - The Amazon Resource Name (ARN) associated with the SenderId.

$sel:senderId:SenderIdInformation', senderIdInformation_senderId - The alphanumeric sender ID in a specific country that you'd like to describe.

$sel:isoCountryCode:SenderIdInformation', senderIdInformation_isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

$sel:messageTypes:SenderIdInformation', senderIdInformation_messageTypes - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

$sel:monthlyLeasingPrice:SenderIdInformation', senderIdInformation_monthlyLeasingPrice - The monthly leasing price, in US dollars.

senderIdInformation_senderIdArn :: Lens' SenderIdInformation Text Source #

The Amazon Resource Name (ARN) associated with the SenderId.

senderIdInformation_senderId :: Lens' SenderIdInformation Text Source #

The alphanumeric sender ID in a specific country that you'd like to describe.

senderIdInformation_isoCountryCode :: Lens' SenderIdInformation Text Source #

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

senderIdInformation_messageTypes :: Lens' SenderIdInformation [MessageType] Source #

The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.