Skip to content

Commit

Permalink
docs(client-ivschat): Doc-only update. Changed "Resources" to "Key Co…
Browse files Browse the repository at this point in the history
…ncepts" in docs and updated text.
  • Loading branch information
awstools committed Apr 2, 2024
1 parent 2477e80 commit 7b321a2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 25 deletions.
9 changes: 3 additions & 6 deletions clients/client-ivschat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,16 @@ Amazon IVS Chat Messaging API. We refer to these as <i>clients</i>. </p>
</li>
</ul>
<p>
<b>Resources</b>
<b>Key Concepts</b>
</p>
<p>The following resources are part of Amazon IVS Chat:</p>
<ul>
<li>
<p>
<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>
<b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
</li>
<li>
<p>
<b>Room</b> — The central Amazon IVS Chat resource through
which clients connect to and exchange chat messages. See the Room endpoints for more
information.</p>
<b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
</li>
</ul>
<p>
Expand Down
9 changes: 3 additions & 6 deletions clients/client-ivschat/src/Ivschat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,16 @@ export interface Ivschat {
* </li>
* </ul>
* <p>
* <b>Resources</b>
* <b>Key Concepts</b>
* </p>
* <p>The following resources are part of Amazon IVS Chat:</p>
* <ul>
* <li>
* <p>
* <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>
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
* </li>
* <li>
* <p>
* <b>Room</b> — The central Amazon IVS Chat resource through
* which clients connect to and exchange chat messages. See the Room endpoints for more
* information.</p>
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
* </li>
* </ul>
* <p>
Expand Down
9 changes: 3 additions & 6 deletions clients/client-ivschat/src/IvschatClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,19 +338,16 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
* </li>
* </ul>
* <p>
* <b>Resources</b>
* <b>Key Concepts</b>
* </p>
* <p>The following resources are part of Amazon IVS Chat:</p>
* <ul>
* <li>
* <p>
* <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>
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
* </li>
* <li>
* <p>
* <b>Room</b> — The central Amazon IVS Chat resource through
* which clients connect to and exchange chat messages. See the Room endpoints for more
* information.</p>
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
* </li>
* </ul>
* <p>
Expand Down
9 changes: 3 additions & 6 deletions clients/client-ivschat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,16 @@
* </li>
* </ul>
* <p>
* <b>Resources</b>
* <b>Key Concepts</b>
* </p>
* <p>The following resources are part of Amazon IVS Chat:</p>
* <ul>
* <li>
* <p>
* <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>
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
* </li>
* <li>
* <p>
* <b>Room</b> — The central Amazon IVS Chat resource through
* which clients connect to and exchange chat messages. See the Room endpoints for more
* information.</p>
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
* </li>
* </ul>
* <p>
Expand Down
Loading

0 comments on commit 7b321a2

Please sign in to comment.