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.SendTaskHeartbeat

Description

Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for for tasks using the job run or callback pattern.

The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.

Synopsis

Creating a Request

data SendTaskHeartbeat Source #

See: newSendTaskHeartbeat smart constructor.

Constructors

SendTaskHeartbeat' 

Fields

  • taskToken :: Text

    The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Instances

Instances details
Eq SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Read SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Show SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Generic SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type Rep SendTaskHeartbeat :: Type -> Type #

NFData SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Methods

rnf :: SendTaskHeartbeat -> () #

Hashable SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToJSON SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

AWSRequest SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type AWSResponse SendTaskHeartbeat #

ToHeaders SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToPath SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToQuery SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeat = D1 ('MetaData "SendTaskHeartbeat" "Amazonka.StepFunctions.SendTaskHeartbeat" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "SendTaskHeartbeat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

newSendTaskHeartbeat Source #

Create a value of SendTaskHeartbeat 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:taskToken:SendTaskHeartbeat', sendTaskHeartbeat_taskToken - The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Request Lenses

sendTaskHeartbeat_taskToken :: Lens' SendTaskHeartbeat Text Source #

The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Destructuring the Response

data SendTaskHeartbeatResponse Source #

See: newSendTaskHeartbeatResponse smart constructor.

Constructors

SendTaskHeartbeatResponse' 

Fields

Instances

Instances details
Eq SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Read SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Show SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Generic SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type Rep SendTaskHeartbeatResponse :: Type -> Type #

NFData SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeatResponse = D1 ('MetaData "SendTaskHeartbeatResponse" "Amazonka.StepFunctions.SendTaskHeartbeat" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "SendTaskHeartbeatResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendTaskHeartbeatResponse Source #

Create a value of SendTaskHeartbeatResponse 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:httpStatus:SendTaskHeartbeatResponse', sendTaskHeartbeatResponse_httpStatus - The response's http status code.

Response Lenses