Skip to content

Add waiters to the GetStatementResultResponse of RedshiftData Client #1649

@hugoncosta

Description

@hugoncosta

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

No one assigned

    Labels

    feature-requestA feature should be added or improved.service-apiThis issue is due to a problem in a service API, not the SDK implementation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions