EndpointRequest
import type { EndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";interface EndpointRequest {
Address?: string | null;
Attributes?: {} | null;
[key: string]: string[] | null | undefined;
ChannelType?: ChannelType | null;
Demographic?: EndpointDemographic | null;
EffectiveDate?: string | null;
EndpointStatus?: 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]