-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix matchers to align with waiters SEP #3242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: version-3
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookin' good! Thank you for picking up on this work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine. Feel free to do the suggested cleanups.
build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/waiter.rb
Outdated
Show resolved
Hide resolved
build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/waiter.rb
Outdated
Show resolved
Hide resolved
build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/waiter.rb
Outdated
Show resolved
Hide resolved
You have made a change to core without a corresponding change to the CHANGELOG.md. This change will not result in a new version and will not published unless an entry is added to CHANGELOG.md. |
Add support for matching expected value type of object for waiters.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the
CHANGELOG.md
file (at corresponding gem). For the description entry, please make sure it lives in one line and starts withFeature
orIssue
in the correct format.For generated code changes, please checkout below instructions first:
https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
Thank you for your contribution!