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

EndpointResponse

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

§Properties

§
Address?: string | null
[src]
§
ApplicationId?: string | null
[src]
§
Attributes?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
ChannelType?: ChannelType | null
[src]
§
CohortId?: string | null
[src]
§
CreationDate?: string | null
[src]
§
Demographic?: EndpointDemographic | null
[src]
§
EffectiveDate?: string | null
[src]
§
EndpointStatus?: string | null
[src]
§
Id?: string | null
[src]
§
Location?: EndpointLocation | null
[src]
§
Metrics?: {
[key: string]: number | null | undefined;
}
| null
[src]
§
OptOut?: string | null
[src]
§
RequestId?: string | null
[src]
§
User?: EndpointUser | null
[src]