Skip to content

Commit 7b321a2

Browse files
author
awstools
committed
docs(client-ivschat): Doc-only update. Changed "Resources" to "Key Concepts" in docs and updated text.
1 parent 2477e80 commit 7b321a2

File tree

5 files changed

+13
-25
lines changed

5 files changed

+13
-25
lines changed

Diff for: clients/client-ivschat/README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,16 @@ Amazon IVS Chat Messaging API. We refer to these as <i>clients</i>. </p>
2929
</li>
3030
</ul>
3131
<p>
32-
<b>Resources</b>
32+
<b>Key Concepts</b>
3333
</p>
34-
<p>The following resources are part of Amazon IVS Chat:</p>
3534
<ul>
3635
<li>
3736
<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>
3938
</li>
4039
<li>
4140
<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>
4542
</li>
4643
</ul>
4744
<p>

Diff for: clients/client-ivschat/src/Ivschat.ts

+3-6
Original file line numberDiff line numberDiff line change
@@ -339,19 +339,16 @@ export interface Ivschat {
339339
* </li>
340340
* </ul>
341341
* <p>
342-
* <b>Resources</b>
342+
* <b>Key Concepts</b>
343343
* </p>
344-
* <p>The following resources are part of Amazon IVS Chat:</p>
345344
* <ul>
346345
* <li>
347346
* <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>
349348
* </li>
350349
* <li>
351350
* <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>
355352
* </li>
356353
* </ul>
357354
* <p>

Diff for: clients/client-ivschat/src/IvschatClient.ts

+3-6
Original file line numberDiff line numberDiff line change
@@ -338,19 +338,16 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
338338
* </li>
339339
* </ul>
340340
* <p>
341-
* <b>Resources</b>
341+
* <b>Key Concepts</b>
342342
* </p>
343-
* <p>The following resources are part of Amazon IVS Chat:</p>
344343
* <ul>
345344
* <li>
346345
* <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>
348347
* </li>
349348
* <li>
350349
* <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>
354351
* </li>
355352
* </ul>
356353
* <p>

Diff for: clients/client-ivschat/src/index.ts

+3-6
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,16 @@
2424
* </li>
2525
* </ul>
2626
* <p>
27-
* <b>Resources</b>
27+
* <b>Key Concepts</b>
2828
* </p>
29-
* <p>The following resources are part of Amazon IVS Chat:</p>
3029
* <ul>
3130
* <li>
3231
* <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>
3433
* </li>
3534
* <li>
3635
* <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>
4037
* </li>
4138
* </ul>
4239
* <p>

0 commit comments

Comments
 (0)