paws.customer.engagement (version 0.1.0)

pinpoint_update_gcm_channel: Use to update the GCM channel for an app

Description

Use to update the GCM channel for an app.

Usage

pinpoint_update_gcm_channel(ApplicationId, GCMChannelRequest)

Arguments

ApplicationId

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

GCMChannelRequest

[required]

Request syntax

svc$update_gcm_channel(
  ApplicationId = "string",
  GCMChannelRequest = list(
    ApiKey = "string",
    Enabled = TRUE|FALSE
  )
)