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

UpdateHypervisorInput

import type { UpdateHypervisorInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface UpdateHypervisorInput {
Host?: string | null;
HypervisorArn: string;
Password?: string | null;
Username?: string | null;
}

§Properties

§
Host?: string | null
[src]

The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

§
HypervisorArn: string
[src]

The Amazon Resource Name (ARN) of the hypervisor to update.

§
Password?: string | null
[src]

The updated password for the hypervisor.

§
Username?: string | null
[src]

The updated username for the hypervisor.