Skip to content

Commit 58830f4

Browse files
author
awstools
committed
docs(client-ivschat): Updates to all tags descriptions.
1 parent cf98aa4 commit 58830f4

File tree

6 files changed

+25
-41
lines changed

6 files changed

+25
-41
lines changed

clients/client-ivschat/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ information.</p>
5353
<p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
5454
comprises a <i>key</i> and a <i>value</i>, both set by you. For
5555
example, you might set a tag as <code>topic:nature</code> to label a particular video
56-
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
57-
tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
56+
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
5857
constraints beyond what is documented there.</p>
5958
<p>Tags can help you identify and organize your AWS resources. For example, you can use the
6059
same tag for different resources to indicate that they are related. You can also use tags to
6160
manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
62-
<p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
61+
<p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
6362
<a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
6463
<p>At most 50 tags can be applied to a resource.</p>
6564
<p>
@@ -81,7 +80,7 @@ to have permissions for Amazon IVS Chat API requests.</p>
8180
</li>
8281
</ul>
8382
<p>Users (viewers) connect to a room using secure access tokens that you create using the
84-
<a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
83+
<a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
8584
every user’s chat session, passing identity and authorization information about the
8685
user.</p>
8786
<p>

clients/client-ivschat/src/Ivschat.ts

+3-4
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,12 @@ export interface Ivschat {
363363
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
364364
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
365365
* example, you might set a tag as <code>topic:nature</code> to label a particular video
366-
* 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
367-
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
366+
* 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
368367
* constraints beyond what is documented there.</p>
369368
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
370369
* same tag for different resources to indicate that they are related. You can also use tags to
371370
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
372-
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
371+
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
373372
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
374373
* <p>At most 50 tags can be applied to a resource.</p>
375374
* <p>
@@ -391,7 +390,7 @@ export interface Ivschat {
391390
* </li>
392391
* </ul>
393392
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
394-
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
393+
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
395394
* every user’s chat session, passing identity and authorization information about the
396395
* user.</p>
397396
* <p>

clients/client-ivschat/src/IvschatClient.ts

+3-4
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,12 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
362362
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
363363
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
364364
* example, you might set a tag as <code>topic:nature</code> to label a particular video
365-
* 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
366-
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
365+
* 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
367366
* constraints beyond what is documented there.</p>
368367
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
369368
* same tag for different resources to indicate that they are related. You can also use tags to
370369
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
371-
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
370+
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
372371
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
373372
* <p>At most 50 tags can be applied to a resource.</p>
374373
* <p>
@@ -390,7 +389,7 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
390389
* </li>
391390
* </ul>
392391
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
393-
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
392+
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
394393
* every user’s chat session, passing identity and authorization information about the
395394
* user.</p>
396395
* <p>

clients/client-ivschat/src/index.ts

+3-4
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@
4848
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
4949
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
5050
* example, you might set a tag as <code>topic:nature</code> to label a particular video
51-
* 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
52-
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
51+
* 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
5352
* constraints beyond what is documented there.</p>
5453
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
5554
* same tag for different resources to indicate that they are related. You can also use tags to
5655
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
57-
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
56+
* <p>The Amazon IVS Chat API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and
5857
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
5958
* <p>At most 50 tags can be applied to a resource.</p>
6059
* <p>
@@ -76,7 +75,7 @@
7675
* </li>
7776
* </ul>
7877
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
79-
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
78+
* <a>CreateChatToken</a> operation through the AWS SDK. You call CreateChatToken for
8079
* every user’s chat session, passing identity and authorization information about the
8180
* user.</p>
8281
* <p>

clients/client-ivschat/src/models/models_0.ts

+6-18
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,7 @@ export interface CreateLoggingConfigurationRequest {
407407

408408
/**
409409
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
410-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
411-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
412-
* limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is
410+
* (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
413411
* documented there.</p>
414412
* @public
415413
*/
@@ -603,9 +601,7 @@ export interface CreateRoomRequest {
603601

604602
/**
605603
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
606-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
607-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
608-
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
604+
* (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
609605
* there.</p>
610606
* @public
611607
*/
@@ -1066,9 +1062,7 @@ export interface LoggingConfigurationSummary {
10661062

10671063
/**
10681064
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
1069-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
1070-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
1071-
* limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented
1065+
* (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
10721066
* there.</p>
10731067
* @public
10741068
*/
@@ -1177,9 +1171,7 @@ export interface RoomSummary {
11771171

11781172
/**
11791173
* <p>Tags attached to the resource. Array of maps, each of the form <code>string:string
1180-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
1181-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
1182-
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
1174+
* (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
11831175
* there.</p>
11841176
* @public
11851177
*/
@@ -1302,9 +1294,7 @@ export interface TagResourceRequest {
13021294

13031295
/**
13041296
* <p>Array of tags to be added or updated. Array of maps, each of the form
1305-
* <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
1306-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
1307-
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
1297+
* <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
13081298
* there.</p>
13091299
* @public
13101300
*/
@@ -1328,9 +1318,7 @@ export interface UntagResourceRequest {
13281318

13291319
/**
13301320
* <p>Array of tags to be removed. Array of maps, each of the form <code>string:string
1331-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
1332-
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
1333-
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
1321+
* (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
13341322
* there.</p>
13351323
* @public
13361324
*/

0 commit comments

Comments
 (0)