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

ListCatalogItemsInput

import type { ListCatalogItemsInput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface ListCatalogItemsInput {
EC2FamilyFilter?: string[] | null;
ItemClassFilter?: CatalogItemClass[] | null;
MaxResults?: number | null;
NextToken?: string | null;
SupportedStorageFilter?: SupportedStorageEnum[] | null;
}

§Properties

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

A filter for EC2 family options for items in the catalog.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
ItemClassFilter?: CatalogItemClass[] | null
[src]

A filter for the class of items in the catalog.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]
§
SupportedStorageFilter?: SupportedStorageEnum[] | null
[src]

A filter for the storage options of items in the catalog.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.