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

DescribeAcceleratorOfferingsRequest

import type { DescribeAcceleratorOfferingsRequest } from "https://aws-api.deno.dev/v0.3/services/elasticinference.ts?docs=full";
interface DescribeAcceleratorOfferingsRequest {
acceleratorTypes?: string[] | null;
locationType: LocationType;
}

§Properties

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

The list of accelerator types to describe.

§
locationType: LocationType
[src]

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.