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

UpdateConnectionOAuthClientRequestParameters

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

Contains the OAuth authorization parameters to use for the connection.

interface UpdateConnectionOAuthClientRequestParameters {
ClientID?: string | null;
ClientSecret?: string | null;
}

§Properties

§
ClientID?: string | null
[src]

The client ID to use for OAuth authorization.

§
ClientSecret?: string | null
[src]

The client secret assciated with the client ID to use for OAuth authorization.