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

presigners, waiters, and paginators will not be generated unless explicitly listed as service operation #900

Closed
lucix-aws opened this issue Apr 18, 2023 · 1 comment · Fixed by #1278
Assignees
Labels
bug This issue is a bug. p2 This is a standard priority issue

Comments

@lucix-aws
Copy link
Contributor

Describe the bug

Presigners, waiters, and paginators for an operation will not be generated unless that operation is part of the service shape's operations list.

An example of an affected service is proton -- the GetEnvironment operation has waiters, but the operation itself isn't on the service's list, instead it's presented as the target of the read operation on the EnvironmentResource shape. Note that we do still generate the GetEnvironment operation onto the service client.

Expected behavior

All of the mentioned features should be generated for every option.

Current behavior

They are not.

Steps to Reproduce

n/a

Possible Solution

No response

Context

No response

AWS Kotlin SDK version used

0.22.0-beta

Platform (JVM/JS/Native)

n/a

Operating System and version

n/a

@lucix-aws lucix-aws added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. and removed needs-triage This issue or PR still needs to be triaged. labels Apr 18, 2023
@ianbotsf ianbotsf added the p2 This is a standard priority issue label Apr 4, 2024
@ianbotsf ianbotsf self-assigned this Apr 8, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p2 This is a standard priority issue
Projects
None yet
2 participants