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-ivschat/README.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,16 @@ Amazon IVS Chat Messaging API. We refer to these as <i>clients</i>. </p>
29
29
</li>
30
30
</ul>
31
31
<p>
32
-
<b>Resources</b>
32
+
<b>Key Concepts</b>
33
33
</p>
34
-
<p>The following resources are part of Amazon IVS Chat:</p>
35
34
<ul>
36
35
<li>
37
36
<p>
38
-
<b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.</p>
37
+
<b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
39
38
</li>
40
39
<li>
41
40
<p>
42
-
<b>Room</b> — The central Amazon IVS Chat resource through
43
-
which clients connect to and exchange chat messages. See the Room endpoints for more
44
-
information.</p>
41
+
<b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
Copy file name to clipboardExpand all lines: clients/client-ivschat/src/Ivschat.ts
+3-6
Original file line number
Diff line number
Diff line change
@@ -339,19 +339,16 @@ export interface Ivschat {
339
339
* </li>
340
340
* </ul>
341
341
* <p>
342
-
* <b>Resources</b>
342
+
* <b>Key Concepts</b>
343
343
* </p>
344
-
* <p>The following resources are part of Amazon IVS Chat:</p>
345
344
* <ul>
346
345
* <li>
347
346
* <p>
348
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.</p>
347
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
349
348
* </li>
350
349
* <li>
351
350
* <p>
352
-
* <b>Room</b> — The central Amazon IVS Chat resource through
353
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
354
-
* information.</p>
351
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
* <p>The following resources are part of Amazon IVS Chat:</p>
344
343
* <ul>
345
344
* <li>
346
345
* <p>
347
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.</p>
346
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
348
347
* </li>
349
348
* <li>
350
349
* <p>
351
-
* <b>Room</b> — The central Amazon IVS Chat resource through
352
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
353
-
* information.</p>
350
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
Copy file name to clipboardExpand all lines: clients/client-ivschat/src/index.ts
+3-6
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,16 @@
24
24
* </li>
25
25
* </ul>
26
26
* <p>
27
-
* <b>Resources</b>
27
+
* <b>Key Concepts</b>
28
28
* </p>
29
-
* <p>The following resources are part of Amazon IVS Chat:</p>
30
29
* <ul>
31
30
* <li>
32
31
* <p>
33
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.</p>
32
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
34
33
* </li>
35
34
* <li>
36
35
* <p>
37
-
* <b>Room</b> — The central Amazon IVS Chat resource through
38
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
39
-
* information.</p>
36
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
0 commit comments