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

DescribeInstancesHealthResult

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

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

interface DescribeInstancesHealthResult {
InstanceHealthList: SingleInstanceHealth[];
NextToken?: string | null;
RefreshedAt?: Date | number | null;
}

§Properties

§
InstanceHealthList: SingleInstanceHealth[]
[src]

Detailed health information about each instance.

The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

§
NextToken?: string | null
[src]

Pagination token for the next page of results, if available.

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

The date and time that the health information was retrieved.