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

DescribeAcceleratorsRequest

import type { DescribeAcceleratorsRequest } from "https://aws-api.deno.dev/v0.3/services/elasticinference.ts?docs=full";
interface DescribeAcceleratorsRequest {
acceleratorIds?: string[] | null;
filters?: Filter[] | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
acceleratorIds?: string[] | null
[src]

The IDs of the accelerators to describe.

§
filters?: Filter[] | null
[src]

One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.

§
maxResults?: number | null
[src]

The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.