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

Description

 
Synopsis

Documentation

data WorkflowStepItem Source #

List containing steps in workflow.

See: newWorkflowStepItem smart constructor.

Constructors

WorkflowStepItem' 

Fields

Instances

Instances details
FromJSON WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

Generic WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

Associated Types

type Rep WorkflowStepItem :: Type -> Type #

Read WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

Show WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

NFData WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

Methods

rnf :: WorkflowStepItem -> () #

Eq WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

Hashable WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

type Rep WorkflowStepItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.WorkflowStepItem

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

newWorkflowStepItem :: WorkflowStepItem Source #

Create a value of WorkflowStepItem 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:WorkflowStepItem', workflowStepItem_appflowIntegration - Workflow step information specific to APPFLOW_INTEGRATION workflow.

workflowStepItem_appflowIntegration :: Lens' WorkflowStepItem (Maybe AppflowIntegrationWorkflowStep) Source #

Workflow step information specific to APPFLOW_INTEGRATION workflow.