| 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.SenderIdInformation
Description
Synopsis
- data SenderIdInformation = SenderIdInformation' {}
- newSenderIdInformation :: Text -> Text -> Text -> Text -> SenderIdInformation
- senderIdInformation_senderIdArn :: Lens' SenderIdInformation Text
- senderIdInformation_senderId :: Lens' SenderIdInformation Text
- senderIdInformation_isoCountryCode :: Lens' SenderIdInformation Text
- senderIdInformation_messageTypes :: Lens' SenderIdInformation [MessageType]
- senderIdInformation_monthlyLeasingPrice :: Lens' SenderIdInformation Text
Documentation
data SenderIdInformation Source #
The information for all SenderIds in an Amazon Web Services account.
See: newSenderIdInformation smart constructor.
Constructors
| SenderIdInformation' | |
Fields
| |
Instances
newSenderIdInformation Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> SenderIdInformation |
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.
senderIdInformation_monthlyLeasingPrice :: Lens' SenderIdInformation Text Source #
The monthly leasing price, in US dollars.