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

UpdateConnectionBasicAuthRequestParameters

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

Contains the Basic authorization parameters for the connection.

interface UpdateConnectionBasicAuthRequestParameters {
Password?: string | null;
Username?: string | null;
}

§Properties

§
Password?: string | null
[src]

The password associated with the user name to use for Basic authorization.

§
Username?: string | null
[src]

The user name to use for Basic authorization.