| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.Types.Batch
Description
Documentation
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' | |
Instances
| ToJSON Batch Source # | |
Defined in Amazonka.CustomerProfiles.Types.Batch | |
| Generic Batch Source # | |
| Read Batch Source # | |
| Show Batch Source # | |
| NFData Batch Source # | |
Defined in Amazonka.CustomerProfiles.Types.Batch | |
| Eq Batch Source # | |
| Hashable Batch Source # | |
Defined in Amazonka.CustomerProfiles.Types.Batch | |
| type Rep Batch Source # | |
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))) | |
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.