Skip to content

Commit

Permalink
docs(client-ivschat): Updates to all tags descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 13, 2024
1 parent cf98aa4 commit 58830f4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 41 deletions.
7 changes: 3 additions & 4 deletions clients/client-ivschat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ information.</p>
<p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
comprises a <i>key</i> and a <i>value</i>, both set by you. For
example, you might set a tag as <code>topic:nature</code> to label a particular video
category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> 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.</p>
<p>Tags can help you identify and organize your AWS resources. For example, you can use the
same tag for different resources to indicate that they are related. You can also use tags to
manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
<p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
<p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
<a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
<p>At most 50 tags can be applied to a resource.</p>
<p>
Expand All @@ -81,7 +80,7 @@ to have permissions for Amazon IVS Chat API requests.</p>
</li>
</ul>
<p>Users (viewers) connect to a room using secure access tokens that you create using the
<a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
<a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
every user’s chat session, passing identity and authorization information about the
user.</p>
<p>
Expand Down
7 changes: 3 additions & 4 deletions clients/client-ivschat/src/Ivschat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,12 @@ export interface Ivschat {
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
* example, you might set a tag as <code>topic:nature</code> to label a particular video
* category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
* category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> 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.</p>
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
* same tag for different resources to indicate that they are related. You can also use tags to
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
* <p>At most 50 tags can be applied to a resource.</p>
* <p>
Expand All @@ -391,7 +390,7 @@ export interface Ivschat {
* </li>
* </ul>
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
* every user’s chat session, passing identity and authorization information about the
* user.</p>
* <p>
Expand Down
7 changes: 3 additions & 4 deletions clients/client-ivschat/src/IvschatClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,12 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
* example, you might set a tag as <code>topic:nature</code> to label a particular video
* category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
* category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> 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.</p>
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
* same tag for different resources to indicate that they are related. You can also use tags to
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
* <p>At most 50 tags can be applied to a resource.</p>
* <p>
Expand All @@ -390,7 +389,7 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
* </li>
* </ul>
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
* every user’s chat session, passing identity and authorization information about the
* user.</p>
* <p>
Expand Down
7 changes: 3 additions & 4 deletions clients/client-ivschat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
* example, you might set a tag as <code>topic:nature</code> to label a particular video
* category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
* category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> 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.</p>
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
* same tag for different resources to indicate that they are related. You can also use tags to
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
* <p>At most 50 tags can be applied to a resource.</p>
* <p>
Expand All @@ -76,7 +75,7 @@
* </li>
* </ul>
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
* every user’s chat session, passing identity and authorization information about the
* user.</p>
* <p>
Expand Down
24 changes: 6 additions & 18 deletions clients/client-ivschat/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,7 @@ export interface CreateLoggingConfigurationRequest {

/**
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is
* documented there.</p>
* @public
*/
Expand Down Expand Up @@ -603,9 +601,7 @@ export interface CreateRoomRequest {

/**
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* there.</p>
* @public
*/
Expand Down Expand Up @@ -1066,9 +1062,7 @@ export interface LoggingConfigurationSummary {

/**
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented
* there.</p>
* @public
*/
Expand Down Expand Up @@ -1177,9 +1171,7 @@ export interface RoomSummary {

/**
* <p>Tags attached to the resource. Array of maps, each of the form <code>string:string
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* there.</p>
* @public
*/
Expand Down Expand Up @@ -1302,9 +1294,7 @@ export interface TagResourceRequest {

/**
* <p>Array of tags to be added or updated. Array of maps, each of the form
* <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* there.</p>
* @public
*/
Expand All @@ -1328,9 +1318,7 @@ export interface UntagResourceRequest {

/**
* <p>Array of tags to be removed. Array of maps, each of the form <code>string:string
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
* there.</p>
* @public
*/
Expand Down
Loading

0 comments on commit 58830f4

Please sign in to comment.