Skip to content

Commit 807e21e

Browse files
author
awstools
committed
feat(client-ivs): Updates various list api MaxResults ranges
1 parent 4b24ec4 commit 807e21e

File tree

5 files changed

+201
-149
lines changed

5 files changed

+201
-149
lines changed

clients/client-ivs/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ configuration. See the Recording Configuration endpoints for more information.</
8888
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
8989
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
9090
particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
91-
more information, including restrictions that apply to tags.</p>
91+
more information, including restrictions that apply to tags and "Tag naming limits and
92+
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
93+
there.</p>
9294
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
9395
you can use the same tag for different resources to indicate that they are related. You can
9496
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
@@ -108,9 +110,11 @@ authenticated to sign Amazon IVS API requests.</p>
108110
</li>
109111
<li>
110112
<p>
111-
<i>Authorization</i> is about granting permissions. You need to be
112-
authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
113-
(Private channels are channels that are enabled for "playback authorization.")</p>
113+
<i>Authorization</i> is about granting permissions. Your IAM roles need
114+
to have permissions for Amazon IVS API requests. In addition, authorization is needed to
115+
view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
116+
IVS private channels</a>. (Private channels are channels that are enabled for
117+
"playback authorization.")</p>
114118
</li>
115119
</ul>
116120
<p>

clients/client-ivs/src/Ivs.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ import { IvsClient } from "./IvsClient";
199199
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
200200
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
201201
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
202-
* more information, including restrictions that apply to tags.</p>
202+
* more information, including restrictions that apply to tags and "Tag naming limits and
203+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
204+
* there.</p>
203205
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
204206
* you can use the same tag for different resources to indicate that they are related. You can
205207
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
@@ -219,9 +221,11 @@ import { IvsClient } from "./IvsClient";
219221
* </li>
220222
* <li>
221223
* <p>
222-
* <i>Authorization</i> is about granting permissions. You need to be
223-
* authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
224-
* (Private channels are channels that are enabled for "playback authorization.")</p>
224+
* <i>Authorization</i> is about granting permissions. Your IAM roles need
225+
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
226+
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
227+
* IVS private channels</a>. (Private channels are channels that are enabled for
228+
* "playback authorization.")</p>
225229
* </li>
226230
* </ul>
227231
* <p>

clients/client-ivs/src/IvsClient.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
400400
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
401401
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
402402
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
403-
* more information, including restrictions that apply to tags.</p>
403+
* more information, including restrictions that apply to tags and "Tag naming limits and
404+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
405+
* there.</p>
404406
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
405407
* you can use the same tag for different resources to indicate that they are related. You can
406408
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
@@ -420,9 +422,11 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
420422
* </li>
421423
* <li>
422424
* <p>
423-
* <i>Authorization</i> is about granting permissions. You need to be
424-
* authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
425-
* (Private channels are channels that are enabled for "playback authorization.")</p>
425+
* <i>Authorization</i> is about granting permissions. Your IAM roles need
426+
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
427+
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
428+
* IVS private channels</a>. (Private channels are channels that are enabled for
429+
* "playback authorization.")</p>
426430
* </li>
427431
* </ul>
428432
* <p>

0 commit comments

Comments
 (0)