Class UnreferencedShapeValidator

  • All Implemented Interfaces:
    Validator

    @Deprecated
    public final class UnreferencedShapeValidator
    extends AbstractValidator
    Deprecated.
    Adds a validation note event for each shape in the model that is not connected to a service shape.

    This validator is deprecated and no longer applied by default. Use the UnreferencedShapeValidator from smithy-linters instead.

    • Constructor Detail

      • UnreferencedShapeValidator

        public UnreferencedShapeValidator()
        Deprecated.
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Deprecated.
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.