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

DataSourceType

import type { DataSourceType } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
type DataSourceType =
| "AWS_LAMBDA"
| "AMAZON_DYNAMODB"
| "AMAZON_ELASTICSEARCH"
| "NONE"
| "HTTP"
| "RELATIONAL_DATABASE"
| "AMAZON_OPENSEARCH_SERVICE"

§Type

§
"AWS_LAMBDA" | "AMAZON_DYNAMODB" | "AMAZON_ELASTICSEARCH" | "NONE" | "HTTP" | "RELATIONAL_DATABASE" | "AMAZON_OPENSEARCH_SERVICE" | cmnP.UnexpectedEnumValue
[src]