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 Summary
Constructors - 
Method Summary
Modifier 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.AbstractDiffEvaluator
danger, danger, error, error, getEventId, note, note, warning, warning 
- 
Constructor Details
- 
RemovedAuthenticationScheme
public RemovedAuthenticationScheme() 
 - 
 - 
Method Details
- 
evaluate
Description 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.
 
 
 -