| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.InAppCampaignSchedule
Description
Synopsis
- data InAppCampaignSchedule = InAppCampaignSchedule' {}
- newInAppCampaignSchedule :: InAppCampaignSchedule
- inAppCampaignSchedule_endDate :: Lens' InAppCampaignSchedule (Maybe Text)
- inAppCampaignSchedule_eventFilter :: Lens' InAppCampaignSchedule (Maybe CampaignEventFilter)
- inAppCampaignSchedule_quietTime :: Lens' InAppCampaignSchedule (Maybe QuietTime)
Documentation
data InAppCampaignSchedule Source #
Schedule of the campaign.
See: newInAppCampaignSchedule smart constructor.
Constructors
| InAppCampaignSchedule' | |
Fields
| |
Instances
newInAppCampaignSchedule :: InAppCampaignSchedule Source #
Create a value of InAppCampaignSchedule 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:endDate:InAppCampaignSchedule', inAppCampaignSchedule_endDate - The scheduled time after which the in-app message should not be shown.
Timestamp is in ISO 8601 format.
$sel:eventFilter:InAppCampaignSchedule', inAppCampaignSchedule_eventFilter - The event filter the SDK has to use to show the in-app message in the
application.
$sel:quietTime:InAppCampaignSchedule', inAppCampaignSchedule_quietTime - Time during which the in-app message should not be shown to the user.
inAppCampaignSchedule_endDate :: Lens' InAppCampaignSchedule (Maybe Text) Source #
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
inAppCampaignSchedule_eventFilter :: Lens' InAppCampaignSchedule (Maybe CampaignEventFilter) Source #
The event filter the SDK has to use to show the in-app message in the application.
inAppCampaignSchedule_quietTime :: Lens' InAppCampaignSchedule (Maybe QuietTime) Source #
Time during which the in-app message should not be shown to the user.