libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.ExecutionDetails

Description

 
Synopsis

Documentation

data ExecutionDetails Source #

Describes the details of the flow run, including the timestamp, status, and message.

See: newExecutionDetails smart constructor.

Constructors

ExecutionDetails' 

Fields

Instances

Instances details
Eq ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Read ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Show ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Generic ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Associated Types

type Rep ExecutionDetails :: Type -> Type #

NFData ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

Methods

rnf :: ExecutionDetails -> () #

Hashable ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

FromJSON ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

type Rep ExecutionDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ExecutionDetails

type Rep ExecutionDetails = D1 ('MetaData "ExecutionDetails" "Amazonka.AppFlow.Types.ExecutionDetails" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ExecutionDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mostRecentExecutionMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mostRecentExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "mostRecentExecutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newExecutionDetails :: ExecutionDetails Source #

Create a value of ExecutionDetails 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:mostRecentExecutionMessage:ExecutionDetails', executionDetails_mostRecentExecutionMessage - Describes the details of the most recent flow run.

$sel:mostRecentExecutionStatus:ExecutionDetails', executionDetails_mostRecentExecutionStatus - Specifies the status of the most recent flow run.

$sel:mostRecentExecutionTime:ExecutionDetails', executionDetails_mostRecentExecutionTime - Specifies the time of the most recent flow run.

executionDetails_mostRecentExecutionMessage :: Lens' ExecutionDetails (Maybe Text) Source #

Describes the details of the most recent flow run.

executionDetails_mostRecentExecutionStatus :: Lens' ExecutionDetails (Maybe ExecutionStatus) Source #

Specifies the status of the most recent flow run.

executionDetails_mostRecentExecutionTime :: Lens' ExecutionDetails (Maybe UTCTime) Source #

Specifies the time of the most recent flow run.