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 |
Synopsis
- data CampaignLimits = CampaignLimits' {}
- newCampaignLimits :: CampaignLimits
- campaignLimits_messagesPerSecond :: Lens' CampaignLimits (Maybe Int)
- campaignLimits_daily :: Lens' CampaignLimits (Maybe Int)
- campaignLimits_total :: Lens' CampaignLimits (Maybe Int)
- campaignLimits_session :: Lens' CampaignLimits (Maybe Int)
- campaignLimits_maximumDuration :: Lens' CampaignLimits (Maybe Int)
Documentation
data CampaignLimits Source #
For a campaign, specifies limits on the messages that the campaign can send. For an application, specifies the default limits for messages that campaigns in the application can send.
See: newCampaignLimits
smart constructor.
CampaignLimits' | |
|
Instances
newCampaignLimits :: CampaignLimits Source #
Create a value of CampaignLimits
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:messagesPerSecond:CampaignLimits'
, campaignLimits_messagesPerSecond
- The maximum number of messages that a campaign can send each second. For
an application, this value specifies the default limit for the number of
messages that campaigns can send each second. The minimum value is 50.
The maximum value is 20,000.
$sel:daily:CampaignLimits'
, campaignLimits_daily
- The maximum number of messages that a campaign can send to a single
endpoint during a 24-hour period. For an application, this value
specifies the default limit for the number of messages that campaigns
and journeys can send to a single endpoint during a 24-hour period. The
maximum value is 100.
$sel:total:CampaignLimits'
, campaignLimits_total
- The maximum number of messages that a campaign can send to a single
endpoint during the course of the campaign. If a campaign recurs, this
setting applies to all runs of the campaign. The maximum value is 100.
$sel:session:CampaignLimits'
, campaignLimits_session
- The maximum total number of messages that the campaign can send per user
session.
$sel:maximumDuration:CampaignLimits'
, campaignLimits_maximumDuration
- The maximum amount of time, in seconds, that a campaign can attempt to
deliver a message after the scheduled start time for the campaign. The
minimum value is 60 seconds.
campaignLimits_messagesPerSecond :: Lens' CampaignLimits (Maybe Int) Source #
The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.
campaignLimits_daily :: Lens' CampaignLimits (Maybe Int) Source #
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. For an application, this value specifies the default limit for the number of messages that campaigns and journeys can send to a single endpoint during a 24-hour period. The maximum value is 100.
campaignLimits_total :: Lens' CampaignLimits (Maybe Int) Source #
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. If a campaign recurs, this setting applies to all runs of the campaign. The maximum value is 100.
campaignLimits_session :: Lens' CampaignLimits (Maybe Int) Source #
The maximum total number of messages that the campaign can send per user session.
campaignLimits_maximumDuration :: Lens' CampaignLimits (Maybe Int) Source #
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign. The minimum value is 60 seconds.