libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.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
Eq ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Show 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 #

NFData ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

Hashable ActivityScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityScheduledEventDetails

FromJSON 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" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ActivityScheduledEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "heartbeatInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "inputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (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:inputDetails:ActivityScheduledEventDetails', activityScheduledEventDetails_inputDetails - Contains details about the input for an execution history event.

$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: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.