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

__EndpointTypesElement

import type { __EndpointTypesElement } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";
type __EndpointTypesElement =
| "PUSH"
| "GCM"
| "APNS"
| "APNS_SANDBOX"
| "APNS_VOIP"
| "APNS_VOIP_SANDBOX"
| "ADM"
| "SMS"
| "VOICE"
| "EMAIL"
| "BAIDU"
| "CUSTOM"
| "IN_APP"

§Type

§
"PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP" | cmnP.UnexpectedEnumValue
[src]