# 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.
# 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
InstanceTypesOutput can be implemented to provide custom output to instance type results.
# Type aliases
InstanceTypesOutputFn is the func type definition for InstanceTypesOuput.