paws.customer.engagement (version 0.1.0)

pinpoint_update_sms_channel: Update an SMS channel

Description

Update an SMS channel.

Usage

pinpoint_update_sms_channel(ApplicationId, SMSChannelRequest)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

SMSChannelRequest

[required]

Request syntax

svc$update_sms_channel(
  ApplicationId = "string",
  SMSChannelRequest = list(
    Enabled = TRUE|FALSE,
    SenderId = "string",
    ShortCode = "string"
  )
)