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
docs(client-ivs): Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section.
Copy file name to clipboardExpand all lines: clients/client-ivs/src/Ivs.ts
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,13 @@ import { IvsClient } from "./IvsClient";
252
252
* </li>
253
253
* </ul>
254
254
* <p>
255
+
* <b>Amazon Resource Names (ARNs)</b>
256
+
* </p>
257
+
* <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
258
+
* resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
259
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
260
+
* Reference</i>.</p>
261
+
* <p>
255
262
* <b>Channel Endpoints</b>
256
263
* </p>
257
264
* <ul>
@@ -263,7 +270,7 @@ import { IvsClient } from "./IvsClient";
263
270
* <li>
264
271
* <p>
265
272
* <a>GetChannel</a> — Gets the channel configuration for the specified
* <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
459
+
* resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
460
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
0 commit comments