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

ConnectionOAuthClientResponseParameters

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

Contains the client response parameters for the connection when OAuth is specified as the authorization type.

interface ConnectionOAuthClientResponseParameters {
ClientID?: string | null;
}

§Properties

§
ClientID?: string | null
[src]

The client ID associated with the response to the connection request.