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

DescribeInstanceInformationRequest

import type { DescribeInstanceInformationRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeInstanceInformationRequest {
InstanceInformationFilterList?: InstanceInformationFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§

One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to EC2 instances. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.

§
InstanceInformationFilterList?: InstanceInformationFilter[] | null
[src]

This is a legacy method. We recommend that you don't use this method. Instead, use the Filters data type. Filters enables you to return node information by filtering based on tags applied to managed nodes.

Note: Attempting to use InstanceInformationFilterList and Filters leads to an exception error.

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)