Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CampaignCustomMessage Source #
Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.
See: newCampaignCustomMessage
smart constructor.
Instances
newCampaignCustomMessage :: CampaignCustomMessage Source #
Create a value of CampaignCustomMessage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:data':CampaignCustomMessage'
, campaignCustomMessage_data
- The raw, JSON-formatted string to use as the payload for the message.
The maximum size is 5 KB.
campaignCustomMessage_data :: Lens' CampaignCustomMessage (Maybe Text) Source #
The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.