init(_ path: String, expected: Value) throws
s8SotoCore15JMESPathMatcherV_8expectedACyxGSS_xtKcfc
7NNCE
import SotoCore
struct JMESPathMatcher<Value> where Value : CustomStringConvertible
Match whether the value indicated by JMESPath matches an expected value
@frozen struct String
A Unicode string value that is a collection of characters.
func match(result: Result<Any, Error>) -> Bool