Skip to content

Commit

Permalink
feat(client-ivs): Updates various list api MaxResults ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 12, 2022
1 parent 4b24ec4 commit 807e21e
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 149 deletions.
12 changes: 8 additions & 4 deletions clients/client-ivs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ configuration. See the Recording Configuration endpoints for more information.</
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 Amazon Web Services Resources</a> for
more information, including restrictions that apply to tags.</p>
more information, including restrictions that apply to tags and "Tag naming limits and
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
there.</p>
<p>Tags can help you identify and organize your Amazon Web Services 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>
Expand All @@ -108,9 +110,11 @@ authenticated to sign Amazon IVS API requests.</p>
</li>
<li>
<p>
<i>Authorization</i> is about granting permissions. You need to be
authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
(Private channels are channels that are enabled for "playback authorization.")</p>
<i>Authorization</i> is about granting permissions. Your IAM roles need
to have permissions for Amazon IVS API requests. In addition, authorization is needed to
view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
IVS private channels</a>. (Private channels are channels that are enabled for
"playback authorization.")</p>
</li>
</ul>
<p>
Expand Down
12 changes: 8 additions & 4 deletions clients/client-ivs/src/Ivs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ import { IvsClient } from "./IvsClient";
* 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 Amazon Web Services Resources</a> for
* more information, including restrictions that apply to tags.</p>
* more information, including restrictions that apply to tags and "Tag naming limits and
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.</p>
* <p>Tags can help you identify and organize your Amazon Web Services 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>
Expand All @@ -219,9 +221,11 @@ import { IvsClient } from "./IvsClient";
* </li>
* <li>
* <p>
* <i>Authorization</i> is about granting permissions. You need to be
* authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
* (Private channels are channels that are enabled for "playback authorization.")</p>
* <i>Authorization</i> is about granting permissions. Your IAM roles need
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
* IVS private channels</a>. (Private channels are channels that are enabled for
* "playback authorization.")</p>
* </li>
* </ul>
* <p>
Expand Down
12 changes: 8 additions & 4 deletions clients/client-ivs/src/IvsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
* 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 Amazon Web Services Resources</a> for
* more information, including restrictions that apply to tags.</p>
* more information, including restrictions that apply to tags and "Tag naming limits and
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
* there.</p>
* <p>Tags can help you identify and organize your Amazon Web Services 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>
Expand All @@ -420,9 +422,11 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {}
* </li>
* <li>
* <p>
* <i>Authorization</i> is about granting permissions. You need to be
* authorized to view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon IVS private channels</a>.
* (Private channels are channels that are enabled for "playback authorization.")</p>
* <i>Authorization</i> is about granting permissions. Your IAM roles need
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
* IVS private channels</a>. (Private channels are channels that are enabled for
* "playback authorization.")</p>
* </li>
* </ul>
* <p>
Expand Down
Loading

0 comments on commit 807e21e

Please sign in to comment.