ElasticInference
import { ElasticInference } from "https://aws-api.deno.dev/v0.1/services/elasticinference.ts?docs=full";
class ElasticInference { }
constructor(apiFactory: client.ApiFactory);
async describeAcceleratorOfferings(params: DescribeAcceleratorOfferingsRequest): Promise<DescribeAcceleratorOfferingsResponse>;
async describeAccelerators(params?: DescribeAcceleratorsRequest): Promise<DescribeAcceleratorsResponse>;
§Constructors
§
new ElasticInference(apiFactory: client.ApiFactory)
[src]§Methods
§
describeAcceleratorOfferings(params: DescribeAcceleratorOfferingsRequest): Promise<DescribeAcceleratorOfferingsResponse>
[src]Describes the locations in which a given accelerator type or set of types is present in a given region.
§
describeAccelerators(params?: DescribeAcceleratorsRequest): Promise<DescribeAcceleratorsResponse>
[src]Describes information over a provided set of accelerators belonging to an account.
§
describeAcceleratorTypes(): Promise<DescribeAcceleratorTypesResponse>
[src]Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
§
listTagsForResource(params: ListTagsForResourceRequest): Promise<ListTagsForResourceResult>
[src]Returns all tags of an Elastic Inference Accelerator.
§
tagResource(params: TagResourceRequest): Promise<void>
[src]Adds the specified tags to an Elastic Inference Accelerator.
§
untagResource(params: UntagResourceRequest): Promise<void>
[src]Removes the specified tags from an Elastic Inference Accelerator.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]