5.0.0 • Published 5 years ago

@datafire/amazonaws_elastic_inference v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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