Skip to content

Commit

Permalink
Add missing shape documentation for waiters
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Feb 10, 2021
1 parent 2c50e46 commit a347bb2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ structure Acceptor {
])
string AcceptorState

/// Defines how an acceptor determines if it matches the current state of
/// a resource.
@private
union Matcher {
/// Matches on the successful output of an operation using a
Expand All @@ -119,6 +121,8 @@ union Matcher {
success: Boolean,
}

/// Defines how to test the result of a JMESPath expression against
/// an expected value.
@private
structure PathMatcher {
/// A JMESPath expression applied to the input or output of an operation.
Expand Down

0 comments on commit a347bb2

Please sign in to comment.