@aws-sdk/client-ivschat 3.540.0 → 3.549.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- package/dist-types/Ivschat.d.ts +3 -6
- package/dist-types/IvschatClient.d.ts +3 -6
- package/dist-types/index.d.ts +3 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -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>
|
|
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
|
|
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>
|
|
45
42
|
</li>
|
|
46
43
|
</ul>
|
|
47
44
|
<p>
|
package/dist-types/Ivschat.d.ts
CHANGED
|
@@ -148,19 +148,16 @@ export interface Ivschat {
|
|
|
148
148
|
* </li>
|
|
149
149
|
* </ul>
|
|
150
150
|
* <p>
|
|
151
|
-
* <b>
|
|
151
|
+
* <b>Key Concepts</b>
|
|
152
152
|
* </p>
|
|
153
|
-
* <p>The following resources are part of Amazon IVS Chat:</p>
|
|
154
153
|
* <ul>
|
|
155
154
|
* <li>
|
|
156
155
|
* <p>
|
|
157
|
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room
|
|
156
|
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
|
|
158
157
|
* </li>
|
|
159
158
|
* <li>
|
|
160
159
|
* <p>
|
|
161
|
-
* <b>Room</b> — The central Amazon IVS Chat resource through
|
|
162
|
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
|
|
163
|
-
* information.</p>
|
|
160
|
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
|
|
164
161
|
* </li>
|
|
165
162
|
* </ul>
|
|
166
163
|
* <p>
|
|
@@ -191,19 +191,16 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
|
|
|
191
191
|
* </li>
|
|
192
192
|
* </ul>
|
|
193
193
|
* <p>
|
|
194
|
-
* <b>
|
|
194
|
+
* <b>Key Concepts</b>
|
|
195
195
|
* </p>
|
|
196
|
-
* <p>The following resources are part of Amazon IVS Chat:</p>
|
|
197
196
|
* <ul>
|
|
198
197
|
* <li>
|
|
199
198
|
* <p>
|
|
200
|
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room
|
|
199
|
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
|
|
201
200
|
* </li>
|
|
202
201
|
* <li>
|
|
203
202
|
* <p>
|
|
204
|
-
* <b>Room</b> — The central Amazon IVS Chat resource through
|
|
205
|
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
|
|
206
|
-
* information.</p>
|
|
203
|
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
|
|
207
204
|
* </li>
|
|
208
205
|
* </ul>
|
|
209
206
|
* <p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -22,19 +22,16 @@
|
|
|
22
22
|
* </li>
|
|
23
23
|
* </ul>
|
|
24
24
|
* <p>
|
|
25
|
-
* <b>
|
|
25
|
+
* <b>Key Concepts</b>
|
|
26
26
|
* </p>
|
|
27
|
-
* <p>The following resources are part of Amazon IVS Chat:</p>
|
|
28
27
|
* <ul>
|
|
29
28
|
* <li>
|
|
30
29
|
* <p>
|
|
31
|
-
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room
|
|
30
|
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room.</p>
|
|
32
31
|
* </li>
|
|
33
32
|
* <li>
|
|
34
33
|
* <p>
|
|
35
|
-
* <b>Room</b> — The central Amazon IVS Chat resource through
|
|
36
|
-
* which clients connect to and exchange chat messages. See the Room endpoints for more
|
|
37
|
-
* information.</p>
|
|
34
|
+
* <b>Room</b> — The central Amazon IVS Chat resource through which clients connect to and exchange chat messages.</p>
|
|
38
35
|
* </li>
|
|
39
36
|
* </ul>
|
|
40
37
|
* <p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivschat",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.549.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivschat",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.549.0",
|
|
24
|
+
"@aws-sdk/core": "3.549.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.549.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
-
"@smithy/core": "^1.4.
|
|
36
|
+
"@smithy/core": "^1.4.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
38
|
"@smithy/hash-node": "^2.2.0",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
41
|
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
42
|
+
"@smithy/middleware-retry": "^2.3.0",
|
|
43
43
|
"@smithy/middleware-serde": "^2.3.0",
|
|
44
44
|
"@smithy/middleware-stack": "^2.2.0",
|
|
45
45
|
"@smithy/node-config-provider": "^2.3.0",
|