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

DescribeInstancesHealthRequest

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

Parameters for a call to DescribeInstancesHealth.

interface DescribeInstancesHealthRequest {
AttributeNames?: InstancesHealthAttribute[] | null;
EnvironmentId?: string | null;
EnvironmentName?: string | null;
NextToken?: string | null;
}

§Properties

§
AttributeNames?: InstancesHealthAttribute[] | null
[src]

Specifies the response elements you wish to receive. To retrieve all attributes, set to All. If no attribute names are specified, returns a list of instances.

§
EnvironmentId?: string | null
[src]

Specify the AWS Elastic Beanstalk environment by ID.

§
EnvironmentName?: string | null
[src]

Specify the AWS Elastic Beanstalk environment by name.

§
NextToken?: string | null
[src]

Specify the pagination token returned by a previous call.