amazonka-stepfunctions-2.0: Amazon Step Functions SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Description

 
Synopsis

Documentation

data ActivityScheduledEventDetails Source #

Contains details about an activity scheduled during an execution.

See: newActivityScheduledEventDetails smart constructor.

Constructors

ActivityScheduledEventDetails' 

Fields

Instances

Instances details
FromJSON ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Generic ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Associated Types

type Rep ActivityScheduledEventDetails :: Type -> Type #

Show ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

NFData ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Eq ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Hashable ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

type Rep ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

type Rep ActivityScheduledEventDetails = D1 ('MetaData "ActivityScheduledEventDetails" "Amazonka.StepFunctions.Types.ActivityScheduledEventDetails" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "ActivityScheduledEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "heartbeatInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "inputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails)) :*: (S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newActivityScheduledEventDetails Source #

Create a value of ActivityScheduledEventDetails 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:heartbeatInSeconds:ActivityScheduledEventDetails', activityScheduledEventDetails_heartbeatInSeconds - The maximum allowed duration between two heartbeats for the activity task.

$sel:input:ActivityScheduledEventDetails', activityScheduledEventDetails_input - The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:inputDetails:ActivityScheduledEventDetails', activityScheduledEventDetails_inputDetails - Contains details about the input for an execution history event.

$sel:timeoutInSeconds:ActivityScheduledEventDetails', activityScheduledEventDetails_timeoutInSeconds - The maximum allowed duration of the activity task.

$sel:resource:ActivityScheduledEventDetails', activityScheduledEventDetails_resource - The Amazon Resource Name (ARN) of the scheduled activity.

activityScheduledEventDetails_heartbeatInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer) Source #

The maximum allowed duration between two heartbeats for the activity task.

activityScheduledEventDetails_input :: Lens' ActivityScheduledEventDetails (Maybe Text) Source #

The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

activityScheduledEventDetails_resource :: Lens' ActivityScheduledEventDetails Text Source #

The Amazon Resource Name (ARN) of the scheduled activity.