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

CatalogItem

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

Information about a catalog item.

interface CatalogItem {
CatalogItemId?: string | null;
EC2Capacities?: EC2Capacity[] | null;
ItemStatus?: CatalogItemStatus | null;
PowerKva?: number | null;
SupportedStorage?: SupportedStorageEnum[] | null;
SupportedUplinkGbps?: number[] | null;
WeightLbs?: number | null;
}

§Properties

§
CatalogItemId?: string | null
[src]

The ID of the catalog item.

§
EC2Capacities?: EC2Capacity[] | null
[src]

Information about the EC2 capacity of an item.

§
ItemStatus?: CatalogItemStatus | null
[src]

The status of a catalog item.

§
PowerKva?: number | null
[src]

Information about the power draw of an item.

§
SupportedStorage?: SupportedStorageEnum[] | null
[src]

The supported storage options for the catalog item.

§
SupportedUplinkGbps?: number[] | null
[src]

The uplink speed this catalog item requires for the connection to the Region.

§
WeightLbs?: number | null
[src]

The weight of the item in pounds.