| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowStep
Description
Synopsis
- data AppflowIntegrationWorkflowStep = AppflowIntegrationWorkflowStep' {}
- newAppflowIntegrationWorkflowStep :: Text -> Status -> Text -> Integer -> Text -> Text -> UTCTime -> UTCTime -> AppflowIntegrationWorkflowStep
- appflowIntegrationWorkflowStep_flowName :: Lens' AppflowIntegrationWorkflowStep Text
- appflowIntegrationWorkflowStep_status :: Lens' AppflowIntegrationWorkflowStep Status
- appflowIntegrationWorkflowStep_executionMessage :: Lens' AppflowIntegrationWorkflowStep Text
- appflowIntegrationWorkflowStep_recordsProcessed :: Lens' AppflowIntegrationWorkflowStep Integer
- appflowIntegrationWorkflowStep_batchRecordsStartTime :: Lens' AppflowIntegrationWorkflowStep Text
- appflowIntegrationWorkflowStep_batchRecordsEndTime :: Lens' AppflowIntegrationWorkflowStep Text
- appflowIntegrationWorkflowStep_createdAt :: Lens' AppflowIntegrationWorkflowStep UTCTime
- appflowIntegrationWorkflowStep_lastUpdatedAt :: Lens' AppflowIntegrationWorkflowStep UTCTime
Documentation
data AppflowIntegrationWorkflowStep Source #
Workflow step details for APPFLOW_INTEGRATION workflow.
See: newAppflowIntegrationWorkflowStep smart constructor.
Constructors
| AppflowIntegrationWorkflowStep' | |
Fields
| |
Instances
newAppflowIntegrationWorkflowStep Source #
Arguments
| :: Text | |
| -> Status | |
| -> Text | |
| -> Integer | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> AppflowIntegrationWorkflowStep |
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.