libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.Types.FlowExecutionSummary

Description

 
Synopsis

Documentation

data FlowExecutionSummary Source #

An object that contains summary information about a flow execution.

See: newFlowExecutionSummary smart constructor.

Constructors

FlowExecutionSummary' 

Fields

Instances

Instances details
Eq FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Read FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Show FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Generic FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Associated Types

type Rep FlowExecutionSummary :: Type -> Type #

NFData FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

Methods

rnf :: FlowExecutionSummary -> () #

Hashable FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

FromJSON FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

type Rep FlowExecutionSummary Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowExecutionSummary

type Rep FlowExecutionSummary = D1 ('MetaData "FlowExecutionSummary" "Amazonka.IoTThingsGraph.Types.FlowExecutionSummary" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowExecutionStatus)) :*: (S1 ('MetaSel ('Just "flowTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "flowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "systemInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newFlowExecutionSummary :: FlowExecutionSummary Source #

Create a value of FlowExecutionSummary 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:status:FlowExecutionSummary', flowExecutionSummary_status - The current status of the flow execution.

$sel:flowTemplateId:FlowExecutionSummary', flowExecutionSummary_flowTemplateId - The ID of the flow.

$sel:createdAt:FlowExecutionSummary', flowExecutionSummary_createdAt - The date and time when the flow execution summary was created.

$sel:flowExecutionId:FlowExecutionSummary', flowExecutionSummary_flowExecutionId - The ID of the flow execution.

$sel:systemInstanceId:FlowExecutionSummary', flowExecutionSummary_systemInstanceId - The ID of the system instance that contains the flow.

$sel:updatedAt:FlowExecutionSummary', flowExecutionSummary_updatedAt - The date and time when the flow execution summary was last updated.

flowExecutionSummary_createdAt :: Lens' FlowExecutionSummary (Maybe UTCTime) Source #

The date and time when the flow execution summary was created.

flowExecutionSummary_systemInstanceId :: Lens' FlowExecutionSummary (Maybe Text) Source #

The ID of the system instance that contains the flow.

flowExecutionSummary_updatedAt :: Lens' FlowExecutionSummary (Maybe UTCTime) Source #

The date and time when the flow execution summary was last updated.