You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
-- theGetEnvironment
operation has waiters, but the operation itself isn't on the service's list, instead it's presented as the target of theread
operation on theEnvironmentResource
shape. Note that we do still generate theGetEnvironment
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
The text was updated successfully, but these errors were encountered: