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

Description

 
Synopsis

Documentation

data ActivityStartedEventDetails Source #

Contains details about the start of an activity during an execution.

See: newActivityStartedEventDetails smart constructor.

Constructors

ActivityStartedEventDetails' 

Fields

  • workerName :: Maybe Text

    The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

Instances

Instances details
Eq ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

Read ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

Show ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

Generic ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

Associated Types

type Rep ActivityStartedEventDetails :: Type -> Type #

NFData ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

Hashable ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

FromJSON ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

type Rep ActivityStartedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.ActivityStartedEventDetails

type Rep ActivityStartedEventDetails = D1 ('MetaData "ActivityStartedEventDetails" "Amazonka.StepFunctions.Types.ActivityStartedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ActivityStartedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newActivityStartedEventDetails :: ActivityStartedEventDetails Source #

Create a value of ActivityStartedEventDetails 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:workerName:ActivityStartedEventDetails', activityStartedEventDetails_workerName - The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

activityStartedEventDetails_workerName :: Lens' ActivityStartedEventDetails (Maybe Text) Source #

The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.