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

Description

 
Synopsis

Documentation

data ListWorkflowsItem Source #

A workflow in list of workflows.

See: newListWorkflowsItem smart constructor.

Constructors

ListWorkflowsItem' 

Fields

Instances

Instances details
FromJSON ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

Generic ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

Associated Types

type Rep ListWorkflowsItem :: Type -> Type #

Read ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

Show ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

NFData ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

Methods

rnf :: ListWorkflowsItem -> () #

Eq ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

Hashable ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

type Rep ListWorkflowsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListWorkflowsItem

type Rep ListWorkflowsItem = D1 ('MetaData "ListWorkflowsItem" "Amazonka.CustomerProfiles.Types.ListWorkflowsItem" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "ListWorkflowsItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Status))) :*: (S1 ('MetaSel ('Just "statusDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListWorkflowsItem Source #

Create a value of ListWorkflowsItem 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:workflowType:ListWorkflowsItem', listWorkflowsItem_workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.

$sel:workflowId:ListWorkflowsItem', listWorkflowsItem_workflowId - Unique identifier for the workflow.

$sel:status:ListWorkflowsItem', listWorkflowsItem_status - Status of workflow execution.

$sel:statusDescription:ListWorkflowsItem', listWorkflowsItem_statusDescription - Description for workflow execution status.

$sel:createdAt:ListWorkflowsItem', listWorkflowsItem_createdAt - Creation timestamp for workflow.

$sel:lastUpdatedAt:ListWorkflowsItem', listWorkflowsItem_lastUpdatedAt - Last updated timestamp for workflow.

listWorkflowsItem_workflowType :: Lens' ListWorkflowsItem WorkflowType Source #

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

listWorkflowsItem_workflowId :: Lens' ListWorkflowsItem Text Source #

Unique identifier for the workflow.

listWorkflowsItem_statusDescription :: Lens' ListWorkflowsItem Text Source #

Description for workflow execution status.