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

Description

 
Synopsis

Documentation

data TaskSubmittedEventDetails Source #

Contains details about a task submitted to a resource .

See: newTaskSubmittedEventDetails smart constructor.

Constructors

TaskSubmittedEventDetails' 

Fields

Instances

Instances details
Eq TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

Show TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

Generic TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

Associated Types

type Rep TaskSubmittedEventDetails :: Type -> Type #

NFData TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

Hashable TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

FromJSON TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

type Rep TaskSubmittedEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.TaskSubmittedEventDetails

type Rep TaskSubmittedEventDetails = D1 ('MetaData "TaskSubmittedEventDetails" "Amazonka.StepFunctions.Types.TaskSubmittedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "TaskSubmittedEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTaskSubmittedEventDetails Source #

Create a value of TaskSubmittedEventDetails 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:output:TaskSubmittedEventDetails', taskSubmittedEventDetails_output - The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:outputDetails:TaskSubmittedEventDetails', taskSubmittedEventDetails_outputDetails - Contains details about the output of an execution history event.

$sel:resourceType:TaskSubmittedEventDetails', taskSubmittedEventDetails_resourceType - The action of the resource called by a task state.

$sel:resource:TaskSubmittedEventDetails', taskSubmittedEventDetails_resource - The service name of the resource in a task state.

taskSubmittedEventDetails_output :: Lens' TaskSubmittedEventDetails (Maybe Text) Source #

The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

taskSubmittedEventDetails_resourceType :: Lens' TaskSubmittedEventDetails Text Source #

The action of the resource called by a task state.

taskSubmittedEventDetails_resource :: Lens' TaskSubmittedEventDetails Text Source #

The service name of the resource in a task state.