Package software.amazon.smithy.model.selector
-
Interface Summary Interface Description AttributeValue Selector attribute values are the data model of selectors.Selector Matches a set of shapes using a selector expression. -
Class Summary Class Description PathFinder Finds the possible directed relationship paths from a starting shape to shapes connected to the starting shape that match a selector.PathFinder.Path An immutableRelationship
path from a starting shape to an end shape.Selector.Runner Deprecated. This class is no longer necessary.Selector.ShapeMatch Represents a selector match found in the model.Selector.StartingContext Starting environment context object used when evaluating a selector. -
Exception Summary Exception Description SelectorException Exception thrown when a selector evaluation is invalid.SelectorSyntaxException Exception thrown when a selector expression is invalid.