Skip to content

Commit

Permalink
Update services based on release-2024-09-13 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 14, 2024
1 parent 40eb646 commit 44db803
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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-12
release-2024-09-13
11 changes: 5 additions & 6 deletions lib/aws/generated/ivs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,10 @@ defmodule AWS.Ivs do
A *tag* is a metadata label that you assign to an Amazon Web Services
resource. A tag comprises a *key* and a *value*, both
set by you. For example, you might set a tag as `topic:nature` to label a
particular video category. See [Tagging Amazon Web Services Resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) for
more information, including restrictions that apply to tags and "Tag naming
limits and
requirements"; Amazon IVS has no service-specific constraints beyond what is
documented
particular video category. See [Best practices and strategies](https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html)
in *Tagging Amazon Web Services Resources and Tag Editor* for details, including
restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no service-specific constraints beyond what is documented
there.
Tags can help you identify and organize your Amazon Web Services resources. For
Expand All @@ -112,7 +111,7 @@ defmodule AWS.Ivs do
related. You can
also use tags to manage access (see [ Access Tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html)).
The Amazon IVS API has these tag-related endpoints: `TagResource`,
The Amazon IVS API has these tag-related operations: `TagResource`,
`UntagResource`, and `ListTagsForResource`. The following
resources support tagging: Channels, Stream Keys, Playback Key Pairs, and
Recording
Expand Down
12 changes: 6 additions & 6 deletions lib/aws/generated/ivschat.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ defmodule AWS.Ivschat do
A *tag* is a metadata label that you assign to an AWS resource. A tag
comprises a *key* and a *value*, both set by you. For
example, you might set a tag as `topic:nature` to label a particular video
category. See [Tagging AWS Resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) for
more information, including restrictions that apply to
tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
service-specific
category. See [Best practices and strategies](https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html)
in *Tagging Amazon Web Services Resources and Tag Editor* for details, including
restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS Chat has no service-specific
constraints beyond what is documented there.
Tags can help you identify and organize your AWS resources. For example, you can
Expand All @@ -67,7 +67,7 @@ defmodule AWS.Ivschat do
use tags to
manage access (see [Access Tags](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html)).
The Amazon IVS Chat API has these tag-related endpoints: `TagResource`,
The Amazon IVS Chat API has these tag-related operations: `TagResource`,
`UntagResource`, and
`ListTagsForResource`. The following resource supports tagging: Room.
Expand All @@ -93,7 +93,7 @@ defmodule AWS.Ivschat do
Users (viewers) connect to a room using secure access tokens that you create
using the
`CreateChatToken` endpoint through the AWS SDK. You call CreateChatToken for
`CreateChatToken` operation through the AWS SDK. You call CreateChatToken for
every user’s chat session, passing identity and authorization information about
the
user.
Expand Down

0 comments on commit 44db803

Please sign in to comment.