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 |
Synopsis
- data ActivityScheduledEventDetails = ActivityScheduledEventDetails' {}
- newActivityScheduledEventDetails :: Text -> ActivityScheduledEventDetails
- activityScheduledEventDetails_heartbeatInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer)
- activityScheduledEventDetails_inputDetails :: Lens' ActivityScheduledEventDetails (Maybe HistoryEventExecutionDataDetails)
- activityScheduledEventDetails_input :: Lens' ActivityScheduledEventDetails (Maybe Text)
- activityScheduledEventDetails_timeoutInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer)
- activityScheduledEventDetails_resource :: Lens' ActivityScheduledEventDetails Text
Documentation
data ActivityScheduledEventDetails Source #
Contains details about an activity scheduled during an execution.
See: newActivityScheduledEventDetails
smart constructor.
ActivityScheduledEventDetails' | |
|
Instances
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_inputDetails :: Lens' ActivityScheduledEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the input for an execution history event.
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_timeoutInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration of the activity task.
activityScheduledEventDetails_resource :: Lens' ActivityScheduledEventDetails Text Source #
The Amazon Resource Name (ARN) of the scheduled activity.