-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Rust: 5864 Cloudwatch logs Large Query Scenario #6021
Merged
cpyle0819
merged 8 commits into
awsdocs:main
from
DavidSouther:rust/5864/cloudwatch-logs
Feb 8, 2024
Merged
Rust: 5864 Cloudwatch logs Large Query Scenario #6021
cpyle0819
merged 8 commits into
awsdocs:main
from
DavidSouther:rust/5864/cloudwatch-logs
Feb 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Javascript-v3
This issue relates to the AWS SDK for Javascript V3
Rust
This issue relates to the AWS SDK for Rust (Preview)
labels
Jan 29, 2024
2 tasks
DavidSouther
force-pushed
the
rust/5864/cloudwatch-logs
branch
from
February 7, 2024 18:42
73d15eb
to
1af0845
Compare
rcoh
reviewed
Feb 7, 2024
DavidSouther
requested review from
a team and
meyertst-aws
and removed request for
a team
February 7, 2024 21:02
rcoh
reviewed
Feb 7, 2024
meyertst-aws
approved these changes
Feb 8, 2024
DavidSouther
force-pushed
the
rust/5864/cloudwatch-logs
branch
from
February 8, 2024 15:05
690a92b
to
910d0a9
Compare
DavidSouther
added
On Call Review needed
This work needs an on-call review
Task
A general update to the code base for language clarification, missing actions, tests, etc.
labels
Feb 8, 2024
cpyle0819
force-pushed
the
rust/5864/cloudwatch-logs
branch
from
February 8, 2024 20:10
910d0a9
to
335020c
Compare
cpyle0819
added
On Call Review complete
On call review complete
and removed
On Call Review needed
This work needs an on-call review
labels
Feb 8, 2024
cpyle0819
force-pushed
the
rust/5864/cloudwatch-logs
branch
from
February 8, 2024 21:18
335020c
to
436bee9
Compare
max-webster
pushed a commit
to max-webster/aws-doc-sdk-examples
that referenced
this pull request
Mar 15, 2024
github-merge-queue bot
pushed a commit
to smithy-lang/smithy-rs
that referenced
this pull request
Apr 2, 2024
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> awsdocs/aws-doc-sdk-examples#6021 ## Description <!--- Describe your changes in detail --> This change makes it possible to retry requests that were successfully deserialized into an output. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> I wrote a test ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
github-merge-queue bot
pushed a commit
to smithy-lang/smithy-rs
that referenced
this pull request
Apr 2, 2024
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> awsdocs/aws-doc-sdk-examples#6021 ## Description <!--- Describe your changes in detail --> This change makes it possible to retry requests that were successfully deserialized into an output. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> I wrote a test ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
github-merge-queue bot
pushed a commit
to smithy-lang/smithy-rs
that referenced
this pull request
Apr 2, 2024
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> awsdocs/aws-doc-sdk-examples#6021 ## Description <!--- Describe your changes in detail --> This change makes it possible to retry requests that were successfully deserialized into an output. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> I wrote a test ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Javascript-v3
This issue relates to the AWS SDK for Javascript V3
On Call Review complete
On call review complete
Rust
This issue relates to the AWS SDK for Rust (Preview)
Task
A general update to the code base for language clarification, missing actions, tests, etc.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.