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

UpdateHostInput

import type { UpdateHostInput } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";
interface UpdateHostInput {
HostArn: string;
ProviderEndpoint?: string | null;
VpcConfiguration?: VpcConfiguration | null;
}

§Properties

§
HostArn: string
[src]

The Amazon Resource Name (ARN) of the host to be updated.

§
ProviderEndpoint?: string | null
[src]

The URL or endpoint of the host to be updated.

§
VpcConfiguration?: VpcConfiguration | null
[src]

The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.