Skip to content
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

Cpp: multi-service, add pagination #6370

Merged

Conversation

meyertst-aws
Copy link
Contributor

Add pagination where misssing.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@meyertst-aws meyertst-aws added C++ This issue relates to the AWS SDK for C++ Task A general update to the code base for language clarification, missing actions, tests, etc. labels Apr 23, 2024
@meyertst-aws meyertst-aws requested a review from a team April 23, 2024 18:55
@meyertst-aws meyertst-aws self-assigned this Apr 23, 2024
@meyertst-aws meyertst-aws requested review from DavidSouther and removed request for a team April 23, 2024 18:55
@meyertst-aws meyertst-aws force-pushed the 6219-c++-pagination-tech-debt branch from 0f3f506 to 3de227d Compare April 23, 2024 19:16
Copy link
Contributor

@DavidSouther DavidSouther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, this looks fine & how I'd expect. It's already a big change, so I don't want to suggest much more structural issues, but... it looks like a lot of the examples could get cleaned up using auto. On the other hand, if you're being explicit with types for examples, maybe the autos should be explicit? Regardless, it's about 50/50 which seems accidental/historical more than intentional.

cpp/example_code/glue/README.md Show resolved Hide resolved
@meyertst-aws meyertst-aws added the On Call Review needed This work needs an on-call review label Apr 23, 2024
@DavidSouther DavidSouther added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Apr 24, 2024
@DavidSouther DavidSouther force-pushed the 6219-c++-pagination-tech-debt branch from 3de227d to d17879e Compare April 24, 2024 18:28
@DavidSouther DavidSouther merged commit 658e44e into awsdocs:main Apr 24, 2024
13 checks passed
DavidSouther pushed a commit to DavidSouther/aws-doc-sdk-examples that referenced this pull request Apr 30, 2024
@meyertst-aws meyertst-aws deleted the 6219-c++-pagination-tech-debt branch May 3, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ This issue relates to the AWS SDK for C++ On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants