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

CloudWatch-Logs.StartLiveTail operation doesn't exist #1188

Open
mikhail-m1 opened this issue Sep 10, 2024 · 2 comments
Open

CloudWatch-Logs.StartLiveTail operation doesn't exist #1188

mikhail-m1 opened this issue Sep 10, 2024 · 2 comments
Labels
bug This issue is a bug.

Comments

@mikhail-m1
Copy link

Describe the bug

I don't see StartLiveTail and all other live tail operations and structs in generated code, but it's defined in the model. What need to be done to enable code generation for those?

Expected Behavior

CloudWatch-Logs Live Tail operations and structs are generated.

Current Behavior

CloudWatch-Logs Live Tail operations and structs are not generated.

Reproduction Steps

No operations and structs in https://docs.rs/aws-sdk-cloudwatchlogs/latest/aws_sdk_cloudwatchlogs/

Possible Solution

No response

Additional Information/Context

No response

Version

aws-sdk-cloudwatchlogs = "1.47.0"

Environment details (OS name and version, etc.)

Any

Logs

No response

@mikhail-m1 mikhail-m1 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 10, 2024
@ysaito1001
Copy link
Collaborator

Hi @mikhail-m1, thank you for reporting this. StartLiveTail is one of the event stream operations we currently filter out (relevant code in codegen).

Event streaming is partially implemented for REST services but not AWSJson/Query ones. We have the task in our backlog. At this time, we do not have an estimated completion date, but will provide updates on its progress through this issue.

@ysaito1001 ysaito1001 removed the needs-triage This issue or PR still needs to be triaged. label Sep 10, 2024
@mikhail-m1
Copy link
Author

@ysaito1001 do you think I can implement it myself, or is it require significant changes?

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.
Projects
None yet
Development

No branches or pull requests

2 participants