Class RemovedAuthenticationScheme
java.lang.Object
software.amazon.smithy.diff.evaluators.AbstractDiffEvaluator
software.amazon.smithy.diff.evaluators.RemovedAuthenticationScheme
- All Implemented Interfaces:
- DiffEvaluator
TODO: Implement evaluator to find removed authentication schemes.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(Differences differences) Returns validation events given two models and the detected differences between them.Methods inherited from class software.amazon.smithy.diff.evaluators.AbstractDiffEvaluatordanger, danger, error, error, getEventId, note, note, warning, warning
- 
Constructor Details- 
RemovedAuthenticationSchemepublic RemovedAuthenticationScheme()
 
- 
- 
Method Details- 
evaluateDescription copied from interface:DiffEvaluatorReturns 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.
 
 
-