Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Batch

import type { Batch } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";

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

interface Batch {
EndTime: Date | number;
StartTime: Date | number;
}

§Properties

§
EndTime: Date | number
[src]

End time of batch to split ingestion.

§
StartTime: Date | number
[src]

Start time of batch to split ingestion.