# Packages

Package outputs provides types for implementing instance type output functions as well as prebuilt output functions.

# Functions

New creates an instance of Selector provided an aws session.

# Constants

AggregateHighPercentile is the default upper percentile for resource ranges on similar instance type comparisons.
AggregateLowPercentile is the default lower percentile for resource ranges on similar instance type comparisons.

# Structs

Filters is used to group instance type resource attributes for filtering.
IntRangeFilter holds an upper and lower bound int The lower and upper bound are used to range filter resource specs.
Selector is used to filter instance type resource specs.

# Interfaces

FiltersTransform can be implemented to provide custom transforms.
InstanceTypesOutput can be implemented to provide custom output to instance type results.

# Type aliases

InstanceTypesOutputFn is the func type definition for InstanceTypesOuput.
TransformFn is the func type definition for a FiltersTransform.