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

ConnectionOAuthHttpMethod

import type { ConnectionOAuthHttpMethod } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
type ConnectionOAuthHttpMethod =
| "GET"
| "POST"
| "PUT"

§Type

§
"GET" | "POST" | "PUT" | cmnP.UnexpectedEnumValue
[src]