Skip to content

Commit cf98aa4

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

File tree

6 files changed

+43
-73
lines changed

6 files changed

+43
-73
lines changed

clients/client-ivs/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,12 @@ History</a>.</p>
8181
<p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
8282
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
8383
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
84-
particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
85-
more information, including restrictions that apply to tags and "Tag naming limits and
86-
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
84+
particular video 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 has no service-specific constraints beyond what is documented
8785
there.</p>
8886
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
8987
you can use the same tag for different resources to indicate that they are related. You can
9088
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
91-
<p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
89+
<p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
9290
resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
9391
Configurations.</p>
9492
<p>At most 50 tags can be applied to a resource. </p>

clients/client-ivs/src/Ivs.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -789,14 +789,12 @@ export interface Ivs {
789789
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
790790
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
791791
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
792-
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
793-
* more information, including restrictions that apply to tags and "Tag naming limits and
794-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
792+
* particular video 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 has no service-specific constraints beyond what is documented
795793
* there.</p>
796794
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
797795
* you can use the same tag for different resources to indicate that they are related. You can
798796
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
799-
* <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
797+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
800798
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
801799
* Configurations.</p>
802800
* <p>At most 50 tags can be applied to a resource. </p>

clients/client-ivs/src/IvsClient.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,12 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
471471
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
472472
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
473473
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
474-
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
475-
* more information, including restrictions that apply to tags and "Tag naming limits and
476-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
474+
* particular video 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 has no service-specific constraints beyond what is documented
477475
* there.</p>
478476
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
479477
* you can use the same tag for different resources to indicate that they are related. You can
480478
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
481-
* <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
479+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
482480
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
483481
* Configurations.</p>
484482
* <p>At most 50 tags can be applied to a resource. </p>

clients/client-ivs/src/index.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,12 @@
7676
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
7777
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
7878
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
79-
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
80-
* more information, including restrictions that apply to tags and "Tag naming limits and
81-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
79+
* particular video 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 has no service-specific constraints beyond what is documented
8280
* there.</p>
8381
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
8482
* you can use the same tag for different resources to indicate that they are related. You can
8583
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
86-
* <p>The Amazon IVS API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
84+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
8785
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
8886
* Configurations.</p>
8987
* <p>At most 50 tags can be applied to a resource. </p>

0 commit comments

Comments
 (0)