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

Description

 
Synopsis

Documentation

data Batch Source #

Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.

See: newBatch smart constructor.

Constructors

Batch' 

Fields

Instances

Instances details
ToJSON Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Generic Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Associated Types

type Rep Batch :: Type -> Type #

Methods

from :: Batch -> Rep Batch x #

to :: Rep Batch x -> Batch #

Read Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Show Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Methods

showsPrec :: Int -> Batch -> ShowS #

show :: Batch -> String #

showList :: [Batch] -> ShowS #

NFData Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Methods

rnf :: Batch -> () #

Eq Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Methods

(==) :: Batch -> Batch -> Bool #

(/=) :: Batch -> Batch -> Bool #

Hashable Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

Methods

hashWithSalt :: Int -> Batch -> Int #

hash :: Batch -> Int #

type Rep Batch Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.Batch

type Rep Batch = D1 ('MetaData "Batch" "Amazonka.CustomerProfiles.Types.Batch" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "Batch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newBatch Source #

Create a value of Batch 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:startTime:Batch', batch_startTime - Start time of batch to split ingestion.

$sel:endTime:Batch', batch_endTime - End time of batch to split ingestion.

batch_startTime :: Lens' Batch UTCTime Source #

Start time of batch to split ingestion.

batch_endTime :: Lens' Batch UTCTime Source #

End time of batch to split ingestion.