amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Description

 
Synopsis

Documentation

data AppflowIntegrationWorkflowStep Source #

Workflow step details for APPFLOW_INTEGRATION workflow.

See: newAppflowIntegrationWorkflowStep smart constructor.

Constructors

AppflowIntegrationWorkflowStep' 

Fields

  • flowName :: Text

    Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.

  • status :: Status

    Workflow step status for APPFLOW_INTEGRATION workflow.

  • executionMessage :: Text

    Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

  • recordsProcessed :: Integer

    Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.

  • batchRecordsStartTime :: Text

    Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

  • batchRecordsEndTime :: Text

    End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

  • createdAt :: POSIX

    Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

  • lastUpdatedAt :: POSIX

    Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.

Instances

Instances details
FromJSON AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Generic AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Associated Types

type Rep AppflowIntegrationWorkflowStep :: Type -> Type #

Read AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Show AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

NFData AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Eq AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

Hashable AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

type Rep AppflowIntegrationWorkflowStep Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep

type Rep AppflowIntegrationWorkflowStep = D1 ('MetaData "AppflowIntegrationWorkflowStep" "Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "AppflowIntegrationWorkflowStep'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Status)) :*: (S1 ('MetaSel ('Just "executionMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recordsProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "batchRecordsStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "batchRecordsEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newAppflowIntegrationWorkflowStep Source #

Create a value of AppflowIntegrationWorkflowStep 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:flowName:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_flowName - Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.

$sel:status:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_status - Workflow step status for APPFLOW_INTEGRATION workflow.

$sel:executionMessage:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_executionMessage - Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

$sel:recordsProcessed:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_recordsProcessed - Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.

$sel:batchRecordsStartTime:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_batchRecordsStartTime - Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

$sel:batchRecordsEndTime:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_batchRecordsEndTime - End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

$sel:createdAt:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_createdAt - Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

$sel:lastUpdatedAt:AppflowIntegrationWorkflowStep', appflowIntegrationWorkflowStep_lastUpdatedAt - Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_flowName :: Lens' AppflowIntegrationWorkflowStep Text Source #

Name of the flow created during execution of workflow step. APPFLOW_INTEGRATION workflow type creates an appflow flow during workflow step execution on the customers behalf.

appflowIntegrationWorkflowStep_status :: Lens' AppflowIntegrationWorkflowStep Status Source #

Workflow step status for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_executionMessage :: Lens' AppflowIntegrationWorkflowStep Text Source #

Message indicating execution of workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_recordsProcessed :: Lens' AppflowIntegrationWorkflowStep Integer Source #

Total number of records processed during execution of workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_batchRecordsStartTime :: Lens' AppflowIntegrationWorkflowStep Text Source #

Start datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_batchRecordsEndTime :: Lens' AppflowIntegrationWorkflowStep Text Source #

End datetime of records pulled in batch during execution of workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_createdAt :: Lens' AppflowIntegrationWorkflowStep UTCTime Source #

Creation timestamp of workflow step for APPFLOW_INTEGRATION workflow.

appflowIntegrationWorkflowStep_lastUpdatedAt :: Lens' AppflowIntegrationWorkflowStep UTCTime Source #

Last updated timestamp for workflow step for APPFLOW_INTEGRATION workflow.