pinpointsmsvoicev2_update_sender_id {paws.customer.engagement} | R Documentation |
Updates the configuration of an existing sender ID
Description
Updates the configuration of an existing sender ID.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_sender_id/ for full documentation.
Usage
pinpointsmsvoicev2_update_sender_id(
SenderId,
IsoCountryCode,
DeletionProtectionEnabled = NULL
)
Arguments
SenderId |
[required] The sender ID to update. |
IsoCountryCode |
[required] The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. |
DeletionProtectionEnabled |
By default this is set to false. When set to true the sender ID can't be deleted. |
[Package paws.customer.engagement version 0.9.0 Index]