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
Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity's conditions have been met or an activity moves participants to the next activity in a journey.
See: newWaitTime
smart constructor.
WaitTime' | |
|
Instances
Eq WaitTime Source # | |
Read WaitTime Source # | |
Show WaitTime Source # | |
Generic WaitTime Source # | |
NFData WaitTime Source # | |
Defined in Amazonka.Pinpoint.Types.WaitTime | |
Hashable WaitTime Source # | |
Defined in Amazonka.Pinpoint.Types.WaitTime | |
ToJSON WaitTime Source # | |
Defined in Amazonka.Pinpoint.Types.WaitTime | |
FromJSON WaitTime Source # | |
type Rep WaitTime Source # | |
Defined in Amazonka.Pinpoint.Types.WaitTime type Rep WaitTime = D1 ('MetaData "WaitTime" "Amazonka.Pinpoint.Types.WaitTime" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "WaitTime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "waitFor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "waitUntil") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newWaitTime :: WaitTime Source #
Create a value of WaitTime
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:waitFor:WaitTime'
, waitTime_waitFor
- The amount of time to wait, as a duration in ISO 8601 format, before
determining whether the activity's conditions have been met or moving
participants to the next activity in the journey.
$sel:waitUntil:WaitTime'
, waitTime_waitUntil
- The date and time, in ISO 8601 format, when Amazon Pinpoint determines
whether the activity's conditions have been met or the activity moves
participants to the next activity in the journey.