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

AcceleratorTypeOffering

import type { AcceleratorTypeOffering } from "https://aws-api.deno.dev/v0.3/services/elasticinference.ts?docs=full";

The offering for an Elastic Inference Accelerator type.

interface AcceleratorTypeOffering {
acceleratorType?: string | null;
location?: string | null;
locationType?: LocationType | null;
}

§Properties

§
acceleratorType?: string | null
[src]

The name of the Elastic Inference Accelerator type.

§
location?: string | null
[src]

The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.

§
locationType?: LocationType | null
[src]

The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.