@aws-sdk/client-chime 3.956.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 -67
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +812 -1155
- 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 +812 -1155
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -51,10 +51,8 @@ in the <i>Amazon Web Services General Reference</i>.</p>
|
|
|
51
51
|
in the <i>Amazon Chime Administration Guide</i>.</p>
|
|
52
52
|
|
|
53
53
|
## Installing
|
|
54
|
-
|
|
55
54
|
To install this package, simply type add or install @aws-sdk/client-chime
|
|
56
55
|
using your favorite package manager:
|
|
57
|
-
|
|
58
56
|
- `npm install @aws-sdk/client-chime`
|
|
59
57
|
- `yarn add @aws-sdk/client-chime`
|
|
60
58
|
- `pnpm add @aws-sdk/client-chime`
|
|
@@ -90,9 +88,7 @@ To send a request, you:
|
|
|
90
88
|
// a client can be shared by different commands.
|
|
91
89
|
const client = new ChimeClient({ region: "REGION" });
|
|
92
90
|
|
|
93
|
-
const params = {
|
|
94
|
-
/** input parameters */
|
|
95
|
-
};
|
|
91
|
+
const params = { /** input parameters */ };
|
|
96
92
|
const command = new ListAccountsCommand(params);
|
|
97
93
|
```
|
|
98
94
|
|
|
@@ -251,7 +247,6 @@ AssociatePhoneNumberWithUser
|
|
|
251
247
|
</summary>
|
|
252
248
|
|
|
253
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociatePhoneNumberWithUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandOutput/)
|
|
254
|
-
|
|
255
250
|
</details>
|
|
256
251
|
<details>
|
|
257
252
|
<summary>
|
|
@@ -259,7 +254,6 @@ AssociateSigninDelegateGroupsWithAccount
|
|
|
259
254
|
</summary>
|
|
260
255
|
|
|
261
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociateSigninDelegateGroupsWithAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandOutput/)
|
|
262
|
-
|
|
263
257
|
</details>
|
|
264
258
|
<details>
|
|
265
259
|
<summary>
|
|
@@ -267,7 +261,6 @@ BatchCreateRoomMembership
|
|
|
267
261
|
</summary>
|
|
268
262
|
|
|
269
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchCreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandOutput/)
|
|
270
|
-
|
|
271
264
|
</details>
|
|
272
265
|
<details>
|
|
273
266
|
<summary>
|
|
@@ -275,7 +268,6 @@ BatchDeletePhoneNumber
|
|
|
275
268
|
</summary>
|
|
276
269
|
|
|
277
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchDeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandOutput/)
|
|
278
|
-
|
|
279
271
|
</details>
|
|
280
272
|
<details>
|
|
281
273
|
<summary>
|
|
@@ -283,7 +275,6 @@ BatchSuspendUser
|
|
|
283
275
|
</summary>
|
|
284
276
|
|
|
285
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchSuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandOutput/)
|
|
286
|
-
|
|
287
278
|
</details>
|
|
288
279
|
<details>
|
|
289
280
|
<summary>
|
|
@@ -291,7 +282,6 @@ BatchUnsuspendUser
|
|
|
291
282
|
</summary>
|
|
292
283
|
|
|
293
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUnsuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandOutput/)
|
|
294
|
-
|
|
295
285
|
</details>
|
|
296
286
|
<details>
|
|
297
287
|
<summary>
|
|
@@ -299,7 +289,6 @@ BatchUpdatePhoneNumber
|
|
|
299
289
|
</summary>
|
|
300
290
|
|
|
301
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdatePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandOutput/)
|
|
302
|
-
|
|
303
292
|
</details>
|
|
304
293
|
<details>
|
|
305
294
|
<summary>
|
|
@@ -307,7 +296,6 @@ BatchUpdateUser
|
|
|
307
296
|
</summary>
|
|
308
297
|
|
|
309
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandOutput/)
|
|
310
|
-
|
|
311
299
|
</details>
|
|
312
300
|
<details>
|
|
313
301
|
<summary>
|
|
@@ -315,7 +303,6 @@ CreateAccount
|
|
|
315
303
|
</summary>
|
|
316
304
|
|
|
317
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandOutput/)
|
|
318
|
-
|
|
319
306
|
</details>
|
|
320
307
|
<details>
|
|
321
308
|
<summary>
|
|
@@ -323,7 +310,6 @@ CreateBot
|
|
|
323
310
|
</summary>
|
|
324
311
|
|
|
325
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandOutput/)
|
|
326
|
-
|
|
327
313
|
</details>
|
|
328
314
|
<details>
|
|
329
315
|
<summary>
|
|
@@ -331,7 +317,6 @@ CreateMeetingDialOut
|
|
|
331
317
|
</summary>
|
|
332
318
|
|
|
333
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMeetingDialOutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandOutput/)
|
|
334
|
-
|
|
335
320
|
</details>
|
|
336
321
|
<details>
|
|
337
322
|
<summary>
|
|
@@ -339,7 +324,6 @@ CreatePhoneNumberOrder
|
|
|
339
324
|
</summary>
|
|
340
325
|
|
|
341
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreatePhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandOutput/)
|
|
342
|
-
|
|
343
327
|
</details>
|
|
344
328
|
<details>
|
|
345
329
|
<summary>
|
|
@@ -347,7 +331,6 @@ CreateRoom
|
|
|
347
331
|
</summary>
|
|
348
332
|
|
|
349
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandOutput/)
|
|
350
|
-
|
|
351
334
|
</details>
|
|
352
335
|
<details>
|
|
353
336
|
<summary>
|
|
@@ -355,7 +338,6 @@ CreateRoomMembership
|
|
|
355
338
|
</summary>
|
|
356
339
|
|
|
357
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandOutput/)
|
|
358
|
-
|
|
359
341
|
</details>
|
|
360
342
|
<details>
|
|
361
343
|
<summary>
|
|
@@ -363,7 +345,6 @@ CreateUser
|
|
|
363
345
|
</summary>
|
|
364
346
|
|
|
365
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandOutput/)
|
|
366
|
-
|
|
367
348
|
</details>
|
|
368
349
|
<details>
|
|
369
350
|
<summary>
|
|
@@ -371,7 +352,6 @@ DeleteAccount
|
|
|
371
352
|
</summary>
|
|
372
353
|
|
|
373
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandOutput/)
|
|
374
|
-
|
|
375
355
|
</details>
|
|
376
356
|
<details>
|
|
377
357
|
<summary>
|
|
@@ -379,7 +359,6 @@ DeleteEventsConfiguration
|
|
|
379
359
|
</summary>
|
|
380
360
|
|
|
381
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandOutput/)
|
|
382
|
-
|
|
383
362
|
</details>
|
|
384
363
|
<details>
|
|
385
364
|
<summary>
|
|
@@ -387,7 +366,6 @@ DeletePhoneNumber
|
|
|
387
366
|
</summary>
|
|
388
367
|
|
|
389
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandOutput/)
|
|
390
|
-
|
|
391
369
|
</details>
|
|
392
370
|
<details>
|
|
393
371
|
<summary>
|
|
@@ -395,7 +373,6 @@ DeleteRoom
|
|
|
395
373
|
</summary>
|
|
396
374
|
|
|
397
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandOutput/)
|
|
398
|
-
|
|
399
376
|
</details>
|
|
400
377
|
<details>
|
|
401
378
|
<summary>
|
|
@@ -403,7 +380,6 @@ DeleteRoomMembership
|
|
|
403
380
|
</summary>
|
|
404
381
|
|
|
405
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandOutput/)
|
|
406
|
-
|
|
407
383
|
</details>
|
|
408
384
|
<details>
|
|
409
385
|
<summary>
|
|
@@ -411,7 +387,6 @@ DisassociatePhoneNumberFromUser
|
|
|
411
387
|
</summary>
|
|
412
388
|
|
|
413
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociatePhoneNumberFromUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandOutput/)
|
|
414
|
-
|
|
415
390
|
</details>
|
|
416
391
|
<details>
|
|
417
392
|
<summary>
|
|
@@ -419,7 +394,6 @@ DisassociateSigninDelegateGroupsFromAccount
|
|
|
419
394
|
</summary>
|
|
420
395
|
|
|
421
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociateSigninDelegateGroupsFromAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandOutput/)
|
|
422
|
-
|
|
423
397
|
</details>
|
|
424
398
|
<details>
|
|
425
399
|
<summary>
|
|
@@ -427,7 +401,6 @@ GetAccount
|
|
|
427
401
|
</summary>
|
|
428
402
|
|
|
429
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandOutput/)
|
|
430
|
-
|
|
431
404
|
</details>
|
|
432
405
|
<details>
|
|
433
406
|
<summary>
|
|
@@ -435,7 +408,6 @@ GetAccountSettings
|
|
|
435
408
|
</summary>
|
|
436
409
|
|
|
437
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandOutput/)
|
|
438
|
-
|
|
439
411
|
</details>
|
|
440
412
|
<details>
|
|
441
413
|
<summary>
|
|
@@ -443,7 +415,6 @@ GetBot
|
|
|
443
415
|
</summary>
|
|
444
416
|
|
|
445
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandOutput/)
|
|
446
|
-
|
|
447
418
|
</details>
|
|
448
419
|
<details>
|
|
449
420
|
<summary>
|
|
@@ -451,7 +422,6 @@ GetEventsConfiguration
|
|
|
451
422
|
</summary>
|
|
452
423
|
|
|
453
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandOutput/)
|
|
454
|
-
|
|
455
425
|
</details>
|
|
456
426
|
<details>
|
|
457
427
|
<summary>
|
|
@@ -459,7 +429,6 @@ GetGlobalSettings
|
|
|
459
429
|
</summary>
|
|
460
430
|
|
|
461
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandOutput/)
|
|
462
|
-
|
|
463
432
|
</details>
|
|
464
433
|
<details>
|
|
465
434
|
<summary>
|
|
@@ -467,7 +436,6 @@ GetPhoneNumber
|
|
|
467
436
|
</summary>
|
|
468
437
|
|
|
469
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandOutput/)
|
|
470
|
-
|
|
471
439
|
</details>
|
|
472
440
|
<details>
|
|
473
441
|
<summary>
|
|
@@ -475,7 +443,6 @@ GetPhoneNumberOrder
|
|
|
475
443
|
</summary>
|
|
476
444
|
|
|
477
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandOutput/)
|
|
478
|
-
|
|
479
446
|
</details>
|
|
480
447
|
<details>
|
|
481
448
|
<summary>
|
|
@@ -483,7 +450,6 @@ GetPhoneNumberSettings
|
|
|
483
450
|
</summary>
|
|
484
451
|
|
|
485
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandOutput/)
|
|
486
|
-
|
|
487
453
|
</details>
|
|
488
454
|
<details>
|
|
489
455
|
<summary>
|
|
@@ -491,7 +457,6 @@ GetRetentionSettings
|
|
|
491
457
|
</summary>
|
|
492
458
|
|
|
493
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandOutput/)
|
|
494
|
-
|
|
495
460
|
</details>
|
|
496
461
|
<details>
|
|
497
462
|
<summary>
|
|
@@ -499,7 +464,6 @@ GetRoom
|
|
|
499
464
|
</summary>
|
|
500
465
|
|
|
501
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandOutput/)
|
|
502
|
-
|
|
503
467
|
</details>
|
|
504
468
|
<details>
|
|
505
469
|
<summary>
|
|
@@ -507,7 +471,6 @@ GetUser
|
|
|
507
471
|
</summary>
|
|
508
472
|
|
|
509
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandOutput/)
|
|
510
|
-
|
|
511
474
|
</details>
|
|
512
475
|
<details>
|
|
513
476
|
<summary>
|
|
@@ -515,7 +478,6 @@ GetUserSettings
|
|
|
515
478
|
</summary>
|
|
516
479
|
|
|
517
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandOutput/)
|
|
518
|
-
|
|
519
481
|
</details>
|
|
520
482
|
<details>
|
|
521
483
|
<summary>
|
|
@@ -523,7 +485,6 @@ InviteUsers
|
|
|
523
485
|
</summary>
|
|
524
486
|
|
|
525
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/InviteUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/InviteUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/InviteUsersCommandOutput/)
|
|
526
|
-
|
|
527
488
|
</details>
|
|
528
489
|
<details>
|
|
529
490
|
<summary>
|
|
@@ -531,7 +492,6 @@ ListAccounts
|
|
|
531
492
|
</summary>
|
|
532
493
|
|
|
533
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListAccountsCommandOutput/)
|
|
534
|
-
|
|
535
495
|
</details>
|
|
536
496
|
<details>
|
|
537
497
|
<summary>
|
|
@@ -539,7 +499,6 @@ ListBots
|
|
|
539
499
|
</summary>
|
|
540
500
|
|
|
541
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListBotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListBotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListBotsCommandOutput/)
|
|
542
|
-
|
|
543
502
|
</details>
|
|
544
503
|
<details>
|
|
545
504
|
<summary>
|
|
@@ -547,7 +506,6 @@ ListPhoneNumberOrders
|
|
|
547
506
|
</summary>
|
|
548
507
|
|
|
549
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListPhoneNumberOrdersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumberOrdersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumberOrdersCommandOutput/)
|
|
550
|
-
|
|
551
509
|
</details>
|
|
552
510
|
<details>
|
|
553
511
|
<summary>
|
|
@@ -555,7 +513,6 @@ ListPhoneNumbers
|
|
|
555
513
|
</summary>
|
|
556
514
|
|
|
557
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListPhoneNumbersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumbersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumbersCommandOutput/)
|
|
558
|
-
|
|
559
516
|
</details>
|
|
560
517
|
<details>
|
|
561
518
|
<summary>
|
|
@@ -563,7 +520,6 @@ ListRoomMemberships
|
|
|
563
520
|
</summary>
|
|
564
521
|
|
|
565
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListRoomMembershipsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomMembershipsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomMembershipsCommandOutput/)
|
|
566
|
-
|
|
567
523
|
</details>
|
|
568
524
|
<details>
|
|
569
525
|
<summary>
|
|
@@ -571,7 +527,6 @@ ListRooms
|
|
|
571
527
|
</summary>
|
|
572
528
|
|
|
573
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListRoomsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomsCommandOutput/)
|
|
574
|
-
|
|
575
530
|
</details>
|
|
576
531
|
<details>
|
|
577
532
|
<summary>
|
|
@@ -579,7 +534,6 @@ ListSupportedPhoneNumberCountries
|
|
|
579
534
|
</summary>
|
|
580
535
|
|
|
581
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListSupportedPhoneNumberCountriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListSupportedPhoneNumberCountriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListSupportedPhoneNumberCountriesCommandOutput/)
|
|
582
|
-
|
|
583
537
|
</details>
|
|
584
538
|
<details>
|
|
585
539
|
<summary>
|
|
@@ -587,7 +541,6 @@ ListUsers
|
|
|
587
541
|
</summary>
|
|
588
542
|
|
|
589
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListUsersCommandOutput/)
|
|
590
|
-
|
|
591
544
|
</details>
|
|
592
545
|
<details>
|
|
593
546
|
<summary>
|
|
@@ -595,7 +548,6 @@ LogoutUser
|
|
|
595
548
|
</summary>
|
|
596
549
|
|
|
597
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/LogoutUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/LogoutUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/LogoutUserCommandOutput/)
|
|
598
|
-
|
|
599
551
|
</details>
|
|
600
552
|
<details>
|
|
601
553
|
<summary>
|
|
@@ -603,7 +555,6 @@ PutEventsConfiguration
|
|
|
603
555
|
</summary>
|
|
604
556
|
|
|
605
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/PutEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutEventsConfigurationCommandOutput/)
|
|
606
|
-
|
|
607
558
|
</details>
|
|
608
559
|
<details>
|
|
609
560
|
<summary>
|
|
@@ -611,7 +562,6 @@ PutRetentionSettings
|
|
|
611
562
|
</summary>
|
|
612
563
|
|
|
613
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/PutRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutRetentionSettingsCommandOutput/)
|
|
614
|
-
|
|
615
565
|
</details>
|
|
616
566
|
<details>
|
|
617
567
|
<summary>
|
|
@@ -619,7 +569,6 @@ RedactConversationMessage
|
|
|
619
569
|
</summary>
|
|
620
570
|
|
|
621
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/RedactConversationMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RedactConversationMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RedactConversationMessageCommandOutput/)
|
|
622
|
-
|
|
623
572
|
</details>
|
|
624
573
|
<details>
|
|
625
574
|
<summary>
|
|
@@ -627,7 +576,6 @@ RedactRoomMessage
|
|
|
627
576
|
</summary>
|
|
628
577
|
|
|
629
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/RedactRoomMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RedactRoomMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RedactRoomMessageCommandOutput/)
|
|
630
|
-
|
|
631
579
|
</details>
|
|
632
580
|
<details>
|
|
633
581
|
<summary>
|
|
@@ -635,7 +583,6 @@ RegenerateSecurityToken
|
|
|
635
583
|
</summary>
|
|
636
584
|
|
|
637
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/RegenerateSecurityTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RegenerateSecurityTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RegenerateSecurityTokenCommandOutput/)
|
|
638
|
-
|
|
639
586
|
</details>
|
|
640
587
|
<details>
|
|
641
588
|
<summary>
|
|
@@ -643,7 +590,6 @@ ResetPersonalPIN
|
|
|
643
590
|
</summary>
|
|
644
591
|
|
|
645
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ResetPersonalPINCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ResetPersonalPINCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ResetPersonalPINCommandOutput/)
|
|
646
|
-
|
|
647
593
|
</details>
|
|
648
594
|
<details>
|
|
649
595
|
<summary>
|
|
@@ -651,7 +597,6 @@ RestorePhoneNumber
|
|
|
651
597
|
</summary>
|
|
652
598
|
|
|
653
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/RestorePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RestorePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/RestorePhoneNumberCommandOutput/)
|
|
654
|
-
|
|
655
600
|
</details>
|
|
656
601
|
<details>
|
|
657
602
|
<summary>
|
|
@@ -659,7 +604,6 @@ SearchAvailablePhoneNumbers
|
|
|
659
604
|
</summary>
|
|
660
605
|
|
|
661
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/SearchAvailablePhoneNumbersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SearchAvailablePhoneNumbersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SearchAvailablePhoneNumbersCommandOutput/)
|
|
662
|
-
|
|
663
607
|
</details>
|
|
664
608
|
<details>
|
|
665
609
|
<summary>
|
|
@@ -667,7 +611,6 @@ UpdateAccount
|
|
|
667
611
|
</summary>
|
|
668
612
|
|
|
669
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountCommandOutput/)
|
|
670
|
-
|
|
671
614
|
</details>
|
|
672
615
|
<details>
|
|
673
616
|
<summary>
|
|
@@ -675,7 +618,6 @@ UpdateAccountSettings
|
|
|
675
618
|
</summary>
|
|
676
619
|
|
|
677
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountSettingsCommandOutput/)
|
|
678
|
-
|
|
679
621
|
</details>
|
|
680
622
|
<details>
|
|
681
623
|
<summary>
|
|
@@ -683,7 +625,6 @@ UpdateBot
|
|
|
683
625
|
</summary>
|
|
684
626
|
|
|
685
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateBotCommandOutput/)
|
|
686
|
-
|
|
687
628
|
</details>
|
|
688
629
|
<details>
|
|
689
630
|
<summary>
|
|
@@ -691,7 +632,6 @@ UpdateGlobalSettings
|
|
|
691
632
|
</summary>
|
|
692
633
|
|
|
693
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateGlobalSettingsCommandOutput/)
|
|
694
|
-
|
|
695
635
|
</details>
|
|
696
636
|
<details>
|
|
697
637
|
<summary>
|
|
@@ -699,7 +639,6 @@ UpdatePhoneNumber
|
|
|
699
639
|
</summary>
|
|
700
640
|
|
|
701
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdatePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberCommandOutput/)
|
|
702
|
-
|
|
703
642
|
</details>
|
|
704
643
|
<details>
|
|
705
644
|
<summary>
|
|
@@ -707,7 +646,6 @@ UpdatePhoneNumberSettings
|
|
|
707
646
|
</summary>
|
|
708
647
|
|
|
709
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdatePhoneNumberSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberSettingsCommandOutput/)
|
|
710
|
-
|
|
711
649
|
</details>
|
|
712
650
|
<details>
|
|
713
651
|
<summary>
|
|
@@ -715,7 +653,6 @@ UpdateRoom
|
|
|
715
653
|
</summary>
|
|
716
654
|
|
|
717
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomCommandOutput/)
|
|
718
|
-
|
|
719
656
|
</details>
|
|
720
657
|
<details>
|
|
721
658
|
<summary>
|
|
@@ -723,7 +660,6 @@ UpdateRoomMembership
|
|
|
723
660
|
</summary>
|
|
724
661
|
|
|
725
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomMembershipCommandOutput/)
|
|
726
|
-
|
|
727
663
|
</details>
|
|
728
664
|
<details>
|
|
729
665
|
<summary>
|
|
@@ -731,7 +667,6 @@ UpdateUser
|
|
|
731
667
|
</summary>
|
|
732
668
|
|
|
733
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserCommandOutput/)
|
|
734
|
-
|
|
735
670
|
</details>
|
|
736
671
|
<details>
|
|
737
672
|
<summary>
|
|
@@ -739,5 +674,4 @@ UpdateUserSettings
|
|
|
739
674
|
</summary>
|
|
740
675
|
|
|
741
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserSettingsCommandOutput/)
|
|
742
|
-
|
|
743
677
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultChimeHttpAuthSchemeParametersProvider = 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.defaultChimeHttpAuthSchemeParametersProvider = defaultChimeHttpAuthSchemeParametersProvider;
|