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

Description

 
Synopsis

Documentation

data SenderIdAndCountry Source #

The alphanumeric sender ID in a specific country that you want to describe. For more information on sender IDs see Requesting sender IDs for SMS messaging with Amazon Pinpoint in the Amazon Pinpoint User Guide.

See: newSenderIdAndCountry smart constructor.

Constructors

SenderIdAndCountry' 

Fields

  • senderId :: Text

    The unique identifier of the sender.

  • isoCountryCode :: Text

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

Instances

Instances details
ToJSON SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

Generic SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

Associated Types

type Rep SenderIdAndCountry :: Type -> Type #

Read SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

Show SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

NFData SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

Methods

rnf :: SenderIdAndCountry -> () #

Eq SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

Hashable SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

type Rep SenderIdAndCountry Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry

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

newSenderIdAndCountry Source #

Create a value of SenderIdAndCountry 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:senderId:SenderIdAndCountry', senderIdAndCountry_senderId - The unique identifier of the sender.

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

senderIdAndCountry_senderId :: Lens' SenderIdAndCountry Text Source #

The unique identifier of the sender.

senderIdAndCountry_isoCountryCode :: Lens' SenderIdAndCountry Text Source #

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