InputOutputCase

smithy.waiters.Matcher$.InputOutputCase
See theInputOutputCase companion object
case class InputOutputCase(inputOutput: PathMatcher) extends Matcher

Matches on both the input and output of an operation using a JMESPath expression. Input parameters are available through the top-level input field, and output data is available through the top-level output field. This matcher can only be used on operations that define both input and output. This matcher is checked only if an operation completes successfully.

Attributes

Companion:
object
Graph
Supertypes
trait Matcher
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def widen: Matcher

Attributes

Inherited from:
Matcher