ElasticInference
import { ElasticInference } from "https://aws-api.deno.dev/v0.2/services/elasticinference.ts?docs=full";
class ElasticInference { }
constructor(apiFactory: client.ApiFactory);
async describeAcceleratorOfferings(params: DescribeAcceleratorOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeAcceleratorOfferingsResponse>;
async describeAccelerators(params?: DescribeAcceleratorsRequest, opts?: client.RequestOptions): Promise<DescribeAcceleratorsResponse>;
async describeAcceleratorTypes(opts?: client.RequestOptions): Promise<DescribeAcceleratorTypesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResult>;
§Constructors
§
new ElasticInference(apiFactory: client.ApiFactory)
[src]§Methods
§
describeAcceleratorOfferings(params: DescribeAcceleratorOfferingsRequest, opts?: client.RequestOptions): 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, opts?: client.RequestOptions): Promise<DescribeAcceleratorsResponse>
[src]Describes information over a provided set of accelerators belonging to an account.
§
describeAcceleratorTypes(opts?: client.RequestOptions): 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, opts?: client.RequestOptions): Promise<ListTagsForResourceResult>
[src]Returns all tags of an Elastic Inference Accelerator.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]