EndpointBatchItem
import type { EndpointBatchItem } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface EndpointBatchItem {
Address?: string | null;
Attributes?: {} | null;
[key: string]: string[] | null | undefined;
ChannelType?: ChannelType | null;
Demographic?: EndpointDemographic | null;
EffectiveDate?: string | null;
EndpointStatus?: string | null;
Id?: string | null;
Location?: EndpointLocation | null;
Metrics?: {} | null;
[key: string]: number | null | undefined;
OptOut?: string | null;
RequestId?: string | null;
User?: EndpointUser | null;
}§Properties
§
ChannelType?: ChannelType | null
[src]§
Demographic?: EndpointDemographic | null
[src]§
Location?: EndpointLocation | null
[src]§
User?: EndpointUser | null
[src]