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

Description

 
Synopsis

Documentation

data AppflowIntegration Source #

Details for workflow of type APPFLOW_INTEGRATION.

See: newAppflowIntegration smart constructor.

Constructors

AppflowIntegration' 

Fields

Instances

Instances details
ToJSON AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

Generic AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

Associated Types

type Rep AppflowIntegration :: Type -> Type #

Read AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

Show AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

NFData AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

Methods

rnf :: AppflowIntegration -> () #

Eq AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

Hashable AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

type Rep AppflowIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegration

type Rep AppflowIntegration = D1 ('MetaData "AppflowIntegration" "Amazonka.CustomerProfiles.Types.AppflowIntegration" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "AppflowIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Batch])) :*: S1 ('MetaSel ('Just "flowDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinition)))

newAppflowIntegration Source #

Create a value of AppflowIntegration 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:batches:AppflowIntegration', appflowIntegration_batches - Batches in workflow of type APPFLOW_INTEGRATION.

$sel:flowDefinition:AppflowIntegration', appflowIntegration_flowDefinition - Undocumented member.

appflowIntegration_batches :: Lens' AppflowIntegration (Maybe [Batch]) Source #

Batches in workflow of type APPFLOW_INTEGRATION.