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

UpdateConnectionOAuthRequestParameters

import type { UpdateConnectionOAuthRequestParameters } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";

Contains the OAuth request parameters to use for the connection.

interface UpdateConnectionOAuthRequestParameters {
AuthorizationEndpoint?: string | null;
HttpMethod?: ConnectionOAuthHttpMethod | null;
OAuthHttpParameters?: ConnectionHttpParameters | null;
}

§Properties

§
AuthorizationEndpoint?: string | null
[src]

The URL to the authorization endpoint when OAuth is specified as the authorization type.

§

A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.

§
HttpMethod?: ConnectionOAuthHttpMethod | null
[src]

The method used to connect to the HTTP endpoint.

§
OAuthHttpParameters?: ConnectionHttpParameters | null
[src]

The additional HTTP parameters used for the OAuth authorization request.