Retrieves information about the history and status of each channel for an application.
pinpoint_get_channels(ApplicationId)
A list with the following syntax:
list(
ChannelsResponse = list(
Channels = list(
list(
ApplicationId = "string",
CreationDate = "string",
Enabled = TRUE|FALSE,
HasCredential = TRUE|FALSE,
Id = "string",
IsArchived = TRUE|FALSE,
LastModifiedBy = "string",
LastModifiedDate = "string",
Version = 123
)
)
)
)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
svc$get_channels(
ApplicationId = "string"
)