-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
Description
Describe the feature
Hello,
I've seen that for a few Redshift operations, you provide waiters (e.g. DescribeClustersRequest) to avoid us having to do that on our side. On the other hand, this doesn't exist for other operations that also involve waiting, like DescribeStatementRequest (when you make a SQL statement, this will tell you the status of that operation), forcing us to do our own waiter. Would it be possible to add it to all the Redshift operations?
Is your feature request related to a problem?
Not necessarily
Proposed Solution
Do the same waiters as already existing in other Redshift ops.
Describe alternative solutions or features you've considered
No response
Acknowledge
- I may be able to implement this feature request
AWS SDK for Kotlin version
All
Platform (JVM/JS/Native)
Jvm
Operating system and version
Jvm
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.