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

Description

 
Synopsis

Documentation

data WorkflowMetrics Source #

Generic object containing workflow execution metrics.

See: newWorkflowMetrics smart constructor.

Constructors

WorkflowMetrics' 

Fields

Instances

Instances details
FromJSON WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

Generic WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

Associated Types

type Rep WorkflowMetrics :: Type -> Type #

Read WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

Show WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

NFData WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

Methods

rnf :: WorkflowMetrics -> () #

Eq WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

Hashable WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

type Rep WorkflowMetrics Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowMetrics

type Rep WorkflowMetrics = D1 ('MetaData "WorkflowMetrics" "Amazonka.CustomerProfiles.Types.WorkflowMetrics" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "WorkflowMetrics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appflowIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppflowIntegrationWorkflowMetrics))))

newWorkflowMetrics :: WorkflowMetrics Source #

Create a value of WorkflowMetrics 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:appflowIntegration:WorkflowMetrics', workflowMetrics_appflowIntegration - Workflow execution metrics for APPFLOW_INTEGRATION workflow.

workflowMetrics_appflowIntegration :: Lens' WorkflowMetrics (Maybe AppflowIntegrationWorkflowMetrics) Source #

Workflow execution metrics for APPFLOW_INTEGRATION workflow.