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

Implement waiters for kinesisvideo #3666

Closed
2 tasks
aaroncarlucci opened this issue Apr 13, 2023 · 1 comment
Closed
2 tasks

Implement waiters for kinesisvideo #3666

aaroncarlucci opened this issue Apr 13, 2023 · 1 comment
Assignees
Labels
feature-request This issue requests a feature. waiters

Comments

@aaroncarlucci
Copy link

Describe the feature

Kinesis video streams client doesn't appear to support waiters:

>>> kvs = boto3.client("kinesisvideo", region_name="us-west-2")
>>> kvs.waiter_names
[]
>>> kvs
<botocore.client.KinesisVideo object at 0x7f5a6a8c18e0>
>>> kvs.waiter_names
[]
>>> k = boto3.client("kinesis", region_name="us-west-2")
>>> k.waiter_names
['stream_exists', 'stream_not_exists']

Use Case

I would like to wait until the stream is ready before continuing on to configure SNS notifications on the stream.

Proposed Solution

Implement the same waiters available to the kinesis client.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

1.26.63

Environment details (OS name and version, etc.)

Ubuntu Linux 22.10

@aaroncarlucci aaroncarlucci added feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. labels Apr 13, 2023
@tim-finnigan tim-finnigan self-assigned this Apr 17, 2023
@tim-finnigan
Copy link
Contributor

Thanks @acarlton for the feature request. Waiters are owned and implemented by service teams, so I will reach out to the Kinesis Video team to see if this is something they would consider. Since waiter models are shared across SDKs, I created a new issue in our cross-SDK repository for tracking this: aws/aws-sdk#517. Please refer to that issue for updates going forward.

@tim-finnigan tim-finnigan added waiters and removed needs-triage This issue or PR still needs to be triaged. labels Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature. waiters
Projects
None yet
Development

No branches or pull requests

2 participants