Amazon Pinpoint · JSON Structure

Amazon Pinpoint Channels Response Structure

Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.

Type: object Properties: 1 Required: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

ChannelsResponse is a JSON Structure definition published by Amazon Pinpoint, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Channels

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-channels-response-structure.json",
  "name": "ChannelsResponse",
  "description": "Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.",
  "type": "object",
  "properties": {
    "Channels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfChannelResponse"
        },
        {
          "description": "A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value."
        }
      ]
    }
  },
  "required": [
    "Channels"
  ]
}