libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Pinpoint.Types.WaitActivity

Description

 
Synopsis

Documentation

data WaitActivity Source #

Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

See: newWaitActivity smart constructor.

Constructors

WaitActivity' 

Fields

  • nextActivity :: Maybe Text

    The unique identifier for the next activity to perform, after performing the wait activity.

  • waitTime :: Maybe WaitTime

    The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

Instances

Instances details
Eq WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

Read WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

Show WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

Generic WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

Associated Types

type Rep WaitActivity :: Type -> Type #

NFData WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

Methods

rnf :: WaitActivity -> () #

Hashable WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

ToJSON WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

FromJSON WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

type Rep WaitActivity Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.WaitActivity

type Rep WaitActivity = D1 ('MetaData "WaitActivity" "Amazonka.Pinpoint.Types.WaitActivity" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "WaitActivity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextActivity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "waitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaitTime))))

newWaitActivity :: WaitActivity Source #

Create a value of WaitActivity 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:nextActivity:WaitActivity', waitActivity_nextActivity - The unique identifier for the next activity to perform, after performing the wait activity.

$sel:waitTime:WaitActivity', waitActivity_waitTime - The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

waitActivity_nextActivity :: Lens' WaitActivity (Maybe Text) Source #

The unique identifier for the next activity to perform, after performing the wait activity.

waitActivity_waitTime :: Lens' WaitActivity (Maybe WaitTime) Source #

The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.