You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-ivschat/README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,21 @@ information.</p>
44
44
</li>
45
45
</ul>
46
46
<p>
47
+
<b>Tagging</b>
48
+
</p>
49
+
<p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
50
+
comprises a <i>key</i> and a <i>value</i>, both set by you. For
51
+
example, you might set a tag as <code>topic:nature</code> to label a particular video
52
+
category. See <ahref="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
53
+
tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
54
+
constraints beyond what is documented there.</p>
55
+
<p>Tags can help you identify and organize your AWS resources. For example, you can use the
56
+
same tag for different resources to indicate that they are related. You can also use tags to
57
+
manage access (see <ahref="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
58
+
<p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
59
+
<a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
60
+
<p>At most 50 tags can be applied to a resource.</p>
61
+
<p>
47
62
<b>API Access Security</b>
48
63
</p>
49
64
<p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
Copy file name to clipboardExpand all lines: clients/client-ivschat/src/Ivschat.ts
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,21 @@ import { IvschatClient } from "./IvschatClient";
71
71
* </li>
72
72
* </ul>
73
73
* <p>
74
+
* <b>Tagging</b>
75
+
* </p>
76
+
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
77
+
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
78
+
* example, you might set a tag as <code>topic:nature</code> to label a particular video
79
+
* 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
80
+
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
81
+
* constraints beyond what is documented there.</p>
82
+
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
83
+
* same tag for different resources to indicate that they are related. You can also use tags to
84
+
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
85
+
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
86
+
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
87
+
* <p>At most 50 tags can be applied to a resource.</p>
88
+
* <p>
74
89
* <b>API Access Security</b>
75
90
* </p>
76
91
* <p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
293
+
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
294
+
* example, you might set a tag as <code>topic:nature</code> to label a particular video
295
+
* 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
296
+
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
297
+
* constraints beyond what is documented there.</p>
298
+
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
299
+
* same tag for different resources to indicate that they are related. You can also use tags to
300
+
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
301
+
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
302
+
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
303
+
* <p>At most 50 tags can be applied to a resource.</p>
304
+
* <p>
290
305
* <b>API Access Security</b>
291
306
* </p>
292
307
* <p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
0 commit comments