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-ivs/src/Ivs.ts
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,9 @@ import { IvsClient } from "./IvsClient";
199
199
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
200
200
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
201
201
* 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>
203
205
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
204
206
* you can use the same tag for different resources to indicate that they are related. You can
205
207
* 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";
219
221
* </li>
220
222
* <li>
221
223
* <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
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
401
401
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
402
402
* 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>
404
406
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
405
407
* you can use the same tag for different resources to indicate that they are related. You can
406
408
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
0 commit comments