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

GetHostOutput

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

§Properties

§
Name?: string | null
[src]

The name of the requested host.

§
ProviderEndpoint?: string | null
[src]

The endpoint of the infrastructure represented by the requested host.

§
ProviderType?: ProviderType | null
[src]

The provider type of the requested host, such as GitHub Enterprise Server.

§
Status?: string | null
[src]

The status of the requested host.

§
VpcConfiguration?: VpcConfiguration | null
[src]

The VPC configuration of the requested host.