pinpoint_update_baidu_channel: Updates the settings of the Baidu channel for an application
Description
Updates the settings of the Baidu channel for an application.
Usage
pinpoint_update_baidu_channel(ApplicationId, BaiduChannelRequest)
Arguments
ApplicationId
[required] The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request syntax
svc$update_baidu_channel(
ApplicationId = "string",
BaiduChannelRequest = list(
ApiKey = "string",
Enabled = TRUE|FALSE,
SecretKey = "string"
)
)