Values.ActivityScheduledEventDetailsSourceContains details about an activity scheduled during an execution.
type nonrec t = {resource : Arn.t option;The Amazon Resource Name (ARN) of the scheduled activity.
*)input : SensitiveData.t option;The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
*)inputDetails : HistoryEventExecutionDataDetails.t option;Contains details about the input for an execution history event.
*)timeoutInSeconds : TimeoutInSeconds.t option;The maximum allowed duration of the activity task.
*)heartbeatInSeconds : TimeoutInSeconds.t option;The maximum allowed duration between two heartbeats for the activity task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of TimeoutInSeconds.t
| `String of Arn.t
| `Structure of (string * [> `Boolean of Truncated.t ]) list ])
list ]