Class ChangedOperationInput

java.lang.Object
software.amazon.smithy.diff.evaluators.AbstractDiffEvaluator
software.amazon.smithy.diff.evaluators.ChangedOperationInput
All Implemented Interfaces:
DiffEvaluator

public final class ChangedOperationInput extends AbstractDiffEvaluator
Emits an ERROR when the input shape of an operation is changed to another shape.
  • Constructor Details

    • ChangedOperationInput

      public ChangedOperationInput()
  • Method Details

    • evaluate

      public List<ValidationEvent> evaluate(Differences differences)
      Description copied from interface: DiffEvaluator
      Returns validation events given two models and the detected differences between them.
      Parameters:
      differences - Detected differences.
      Returns:
      Returns validation events that are relative to the new model.