| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PinpointSmsVoiceV2.Types.SenderIdAndCountry
Description
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
| |
Instances
newSenderIdAndCountry Source #
Arguments
| :: Text | |
| -> Text | |
| -> SenderIdAndCountry |
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.