@aws-sdk/client-ivschat 3.957.0 → 3.958.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 +1 -22
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +244 -283
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +242 -281
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -114,10 +114,8 @@ information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns
|
|
|
114
114
|
Reference</i>.</p>
|
|
115
115
|
|
|
116
116
|
## Installing
|
|
117
|
-
|
|
118
117
|
To install this package, simply type add or install @aws-sdk/client-ivschat
|
|
119
118
|
using your favorite package manager:
|
|
120
|
-
|
|
121
119
|
- `npm install @aws-sdk/client-ivschat`
|
|
122
120
|
- `yarn add @aws-sdk/client-ivschat`
|
|
123
121
|
- `pnpm add @aws-sdk/client-ivschat`
|
|
@@ -153,9 +151,7 @@ To send a request, you:
|
|
|
153
151
|
// a client can be shared by different commands.
|
|
154
152
|
const client = new IvschatClient({ region: "REGION" });
|
|
155
153
|
|
|
156
|
-
const params = {
|
|
157
|
-
/** input parameters */
|
|
158
|
-
};
|
|
154
|
+
const params = { /** input parameters */ };
|
|
159
155
|
const command = new ListRoomsCommand(params);
|
|
160
156
|
```
|
|
161
157
|
|
|
@@ -314,7 +310,6 @@ CreateChatToken
|
|
|
314
310
|
</summary>
|
|
315
311
|
|
|
316
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/CreateChatTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateChatTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateChatTokenCommandOutput/)
|
|
317
|
-
|
|
318
313
|
</details>
|
|
319
314
|
<details>
|
|
320
315
|
<summary>
|
|
@@ -322,7 +317,6 @@ CreateLoggingConfiguration
|
|
|
322
317
|
</summary>
|
|
323
318
|
|
|
324
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/CreateLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateLoggingConfigurationCommandOutput/)
|
|
325
|
-
|
|
326
320
|
</details>
|
|
327
321
|
<details>
|
|
328
322
|
<summary>
|
|
@@ -330,7 +324,6 @@ CreateRoom
|
|
|
330
324
|
</summary>
|
|
331
325
|
|
|
332
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/CreateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/CreateRoomCommandOutput/)
|
|
333
|
-
|
|
334
327
|
</details>
|
|
335
328
|
<details>
|
|
336
329
|
<summary>
|
|
@@ -338,7 +331,6 @@ DeleteLoggingConfiguration
|
|
|
338
331
|
</summary>
|
|
339
332
|
|
|
340
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/DeleteLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteLoggingConfigurationCommandOutput/)
|
|
341
|
-
|
|
342
334
|
</details>
|
|
343
335
|
<details>
|
|
344
336
|
<summary>
|
|
@@ -346,7 +338,6 @@ DeleteMessage
|
|
|
346
338
|
</summary>
|
|
347
339
|
|
|
348
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/DeleteMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteMessageCommandOutput/)
|
|
349
|
-
|
|
350
341
|
</details>
|
|
351
342
|
<details>
|
|
352
343
|
<summary>
|
|
@@ -354,7 +345,6 @@ DeleteRoom
|
|
|
354
345
|
</summary>
|
|
355
346
|
|
|
356
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/DeleteRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DeleteRoomCommandOutput/)
|
|
357
|
-
|
|
358
348
|
</details>
|
|
359
349
|
<details>
|
|
360
350
|
<summary>
|
|
@@ -362,7 +352,6 @@ DisconnectUser
|
|
|
362
352
|
</summary>
|
|
363
353
|
|
|
364
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/DisconnectUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DisconnectUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/DisconnectUserCommandOutput/)
|
|
365
|
-
|
|
366
355
|
</details>
|
|
367
356
|
<details>
|
|
368
357
|
<summary>
|
|
@@ -370,7 +359,6 @@ GetLoggingConfiguration
|
|
|
370
359
|
</summary>
|
|
371
360
|
|
|
372
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/GetLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/GetLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/GetLoggingConfigurationCommandOutput/)
|
|
373
|
-
|
|
374
362
|
</details>
|
|
375
363
|
<details>
|
|
376
364
|
<summary>
|
|
@@ -378,7 +366,6 @@ GetRoom
|
|
|
378
366
|
</summary>
|
|
379
367
|
|
|
380
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/GetRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/GetRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/GetRoomCommandOutput/)
|
|
381
|
-
|
|
382
369
|
</details>
|
|
383
370
|
<details>
|
|
384
371
|
<summary>
|
|
@@ -386,7 +373,6 @@ ListLoggingConfigurations
|
|
|
386
373
|
</summary>
|
|
387
374
|
|
|
388
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/ListLoggingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListLoggingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListLoggingConfigurationsCommandOutput/)
|
|
389
|
-
|
|
390
376
|
</details>
|
|
391
377
|
<details>
|
|
392
378
|
<summary>
|
|
@@ -394,7 +380,6 @@ ListRooms
|
|
|
394
380
|
</summary>
|
|
395
381
|
|
|
396
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/ListRoomsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListRoomsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListRoomsCommandOutput/)
|
|
397
|
-
|
|
398
383
|
</details>
|
|
399
384
|
<details>
|
|
400
385
|
<summary>
|
|
@@ -402,7 +387,6 @@ ListTagsForResource
|
|
|
402
387
|
</summary>
|
|
403
388
|
|
|
404
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/ListTagsForResourceCommandOutput/)
|
|
405
|
-
|
|
406
390
|
</details>
|
|
407
391
|
<details>
|
|
408
392
|
<summary>
|
|
@@ -410,7 +394,6 @@ SendEvent
|
|
|
410
394
|
</summary>
|
|
411
395
|
|
|
412
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/SendEventCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/SendEventCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/SendEventCommandOutput/)
|
|
413
|
-
|
|
414
397
|
</details>
|
|
415
398
|
<details>
|
|
416
399
|
<summary>
|
|
@@ -418,7 +401,6 @@ TagResource
|
|
|
418
401
|
</summary>
|
|
419
402
|
|
|
420
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/TagResourceCommandOutput/)
|
|
421
|
-
|
|
422
404
|
</details>
|
|
423
405
|
<details>
|
|
424
406
|
<summary>
|
|
@@ -426,7 +408,6 @@ UntagResource
|
|
|
426
408
|
</summary>
|
|
427
409
|
|
|
428
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UntagResourceCommandOutput/)
|
|
429
|
-
|
|
430
411
|
</details>
|
|
431
412
|
<details>
|
|
432
413
|
<summary>
|
|
@@ -434,7 +415,6 @@ UpdateLoggingConfiguration
|
|
|
434
415
|
</summary>
|
|
435
416
|
|
|
436
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/UpdateLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UpdateLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UpdateLoggingConfigurationCommandOutput/)
|
|
437
|
-
|
|
438
418
|
</details>
|
|
439
419
|
<details>
|
|
440
420
|
<summary>
|
|
@@ -442,5 +422,4 @@ UpdateRoom
|
|
|
442
422
|
</summary>
|
|
443
423
|
|
|
444
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivschat/command/UpdateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UpdateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivschat/Interface/UpdateRoomCommandOutput/)
|
|
445
|
-
|
|
446
425
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultIvschatHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultIvschatHttpAuthSchemeParametersProvider = defaultIvschatHttpAuthSchemeParametersProvider;
|