Skip to content

Commit

Permalink
Update services based on release-2024-09-09 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 10, 2024
1 parent 2d142cf commit abc46ff
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2024-09-06
release-2024-09-09
28 changes: 28 additions & 0 deletions lib/aws/generated/dynamodb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5169,6 +5169,20 @@ defmodule AWS.DynamoDB do
per
account.
*
`TagResource` is an asynchronous operation. If you issue a `ListTagsOfResource`
request immediately after a `TagResource` request, DynamoDB might return your
previous tag set, if there was one, or an empty tag set. This is because
`ListTagsOfResource` uses an eventually consistent query, and the metadata for
your tags or table might not be available at that moment. Wait for a few
seconds, and then try the `ListTagsOfResource` request again.
*
The application or removal of tags using `TagResource` and `UntagResource` APIs
is eventually consistent. `ListTagsOfResource` API will only reflect the changes
after a few seconds.
For an overview on tagging DynamoDB resources, see [Tagging for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html)
in the *Amazon DynamoDB Developer Guide*.
"""
Expand Down Expand Up @@ -5318,6 +5332,20 @@ defmodule AWS.DynamoDB do
You can call
`UntagResource` up to five times per second, per account.
*
`UntagResource` is an asynchronous operation. If you issue a
`ListTagsOfResource` request immediately after an `UntagResource` request,
DynamoDB might return your previous tag set, if there was one, or an empty tag
set. This is because `ListTagsOfResource` uses an eventually consistent query,
and the metadata for your tags or table might not be available at that moment.
Wait for a few seconds, and then try the `ListTagsOfResource` request again.
*
The application or removal of tags using `TagResource` and `UntagResource` APIs
is eventually consistent. `ListTagsOfResource` API will only reflect the changes
after a few seconds.
For an overview on tagging DynamoDB resources, see [Tagging for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html)
in the *Amazon DynamoDB Developer Guide*.
"""
Expand Down
Loading

0 comments on commit abc46ff

Please sign in to comment.