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

Description

 
Synopsis

Documentation

data AppflowIntegrationWorkflowMetrics Source #

Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.

See: newAppflowIntegrationWorkflowMetrics smart constructor.

Constructors

AppflowIntegrationWorkflowMetrics' 

Fields

Instances

Instances details
FromJSON AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

Generic AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

Associated Types

type Rep AppflowIntegrationWorkflowMetrics :: Type -> Type #

Read AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

Show AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

NFData AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

Eq AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

Hashable AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

type Rep AppflowIntegrationWorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics

type Rep AppflowIntegrationWorkflowMetrics = D1 ('MetaData "AppflowIntegrationWorkflowMetrics" "Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "AppflowIntegrationWorkflowMetrics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordsProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "stepsCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

appflowIntegrationWorkflowMetrics_recordsProcessed :: Lens' AppflowIntegrationWorkflowMetrics Integer Source #

Number of records processed in APPFLOW_INTEGRATION workflow.