npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_elastic_inference

v5.0.0

Published

DataFire integration for Amazon Elastic Inference

Readme

@datafire/amazonaws_elastic_inference

Client library for Amazon Elastic Inference

Installation and Usage

npm install --save @datafire/amazonaws_elastic_inference
let amazonaws_elastic_inference = require('@datafire/amazonaws_elastic_inference').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

Elastic Inference public APIs.

Actions

DescribeAcceleratorOfferings

amazonaws_elastic_inference.DescribeAcceleratorOfferings({
  "locationType": ""
}, context)

Input

  • input object
    • acceleratorTypes array: The list of accelerator types to describe.
    • locationType required string (values: region, availability-zone, availability-zone-id): The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

Output

DescribeAcceleratorTypes

amazonaws_elastic_inference.DescribeAcceleratorTypes({}, context)

Input

  • input object

Output

DescribeAccelerators

amazonaws_elastic_inference.DescribeAccelerators({}, context)

Input

  • input object
    • maxResults string
    • nextToken string
    • acceleratorIds array: The IDs of the accelerators to describe.
    • filters array: 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 integer: 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: A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Output

ListTagsForResource

amazonaws_elastic_inference.ListTagsForResource({
  "resourceArn": ""
}, context)

Input

  • input object
    • resourceArn required string

Output

TagResource

amazonaws_elastic_inference.TagResource({
  "resourceArn": "",
  "tags": {}
}, context)

Input

  • input object
    • resourceArn required string
    • tags required object: The tags to add to the Elastic Inference Accelerator.

Output

UntagResource

amazonaws_elastic_inference.UntagResource({
  "resourceArn": "",
  "tagKeys": []
}, context)

Input

  • input object
    • resourceArn required string
    • tagKeys required array

Output

Definitions

AcceleratorHealthStatus

  • AcceleratorHealthStatus string

AcceleratorId

  • AcceleratorId string

AcceleratorIdList

AcceleratorType

  • AcceleratorType object: The details of an Elastic Inference Accelerator type.
    • acceleratorTypeName
    • memoryInfo
      • sizeInMiB
    • throughputInfo

AcceleratorTypeList

AcceleratorTypeName

  • AcceleratorTypeName string

AcceleratorTypeNameList

AcceleratorTypeOffering

  • AcceleratorTypeOffering object: The offering for an Elastic Inference Accelerator type.
    • acceleratorType
    • location
    • locationType

AcceleratorTypeOfferingList

AvailabilityZone

  • AvailabilityZone string

BadRequestException

DescribeAcceleratorOfferingsRequest

  • DescribeAcceleratorOfferingsRequest object

DescribeAcceleratorOfferingsResponse

DescribeAcceleratorTypesRequest

  • DescribeAcceleratorTypesRequest object

DescribeAcceleratorTypesResponse

  • DescribeAcceleratorTypesResponse object

DescribeAcceleratorsRequest

  • DescribeAcceleratorsRequest object

DescribeAcceleratorsResponse

ElasticInferenceAccelerator

  • ElasticInferenceAccelerator object: The details of an Elastic Inference Accelerator.
    • acceleratorHealth
      • status
    • acceleratorId
    • acceleratorType
    • attachedResource
    • availabilityZone

ElasticInferenceAcceleratorHealth

  • ElasticInferenceAcceleratorHealth object: The health details of an Elastic Inference Accelerator.
    • status

ElasticInferenceAcceleratorSet

Filter

  • Filter object: A filter expression for the Elastic Inference Accelerator list.

FilterList

FilterName

  • FilterName string

Integer

  • Integer integer

InternalServerException

Key

  • Key string

KeyValuePair

  • KeyValuePair object: A throughput entry for an Elastic Inference Accelerator type.
    • key
    • value

ListTagsForResourceRequest

  • ListTagsForResourceRequest object

ListTagsForResourceResult

  • ListTagsForResourceResult object
    • tags

Location

  • Location string

LocationType

  • LocationType string (values: region, availability-zone, availability-zone-id)

MaxResults

  • MaxResults integer

MemoryInfo

  • MemoryInfo object: The memory information of an Elastic Inference Accelerator type.
    • sizeInMiB

NextToken

  • NextToken string

ResourceARN

  • ResourceARN string

ResourceArn

  • ResourceArn string

ResourceNotFoundException

String

  • String string

TagKey

  • TagKey string

TagKeyList

TagMap

  • TagMap object

TagResourceRequest

  • TagResourceRequest object
    • tags required

TagResourceResult

  • TagResourceResult object

TagValue

  • TagValue string

ThroughputInfoList

UntagResourceRequest

  • UntagResourceRequest object

UntagResourceResult

  • UntagResourceResult object

Value

  • Value integer

ValueStringList

  • ValueStringList array