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

InstanceInfo

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

Information about an on-premises instance.

interface InstanceInfo {
deregisterTime?: Date | number | null;
iamSessionArn?: string | null;
iamUserArn?: string | null;
instanceArn?: string | null;
instanceName?: string | null;
registerTime?: Date | number | null;
tags?: Tag[] | null;
}

§Properties

§
deregisterTime?: Date | number | null
[src]

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

§
iamSessionArn?: string | null
[src]

The ARN of the IAM session associated with the on-premises instance.

§
iamUserArn?: string | null
[src]

The IAM user ARN associated with the on-premises instance.

§
instanceArn?: string | null
[src]

The ARN of the on-premises instance.

§
instanceName?: string | null
[src]

The name of the on-premises instance.

§
registerTime?: Date | number | null
[src]

The time at which the on-premises instance was registered.

§
tags?: Tag[] | null
[src]

The tags currently associated with the on-premises instance.