@aws-sdk/client-chime-sdk-meetings 3.590.0 → 3.596.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +0 -16
  2. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateMeetingCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -1
  9. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -1
  10. package/dist-types/commands/GetMeetingCommand.d.ts +2 -1
  11. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -1
  15. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/ChimeSDKMeetingsServiceException.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +2 -1
  37. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -239,7 +239,6 @@ var ChimeSDKMeetingsClient = _ChimeSDKMeetingsClient;
239
239
 
240
240
  var import_middleware_serde = require("@smithy/middleware-serde");
241
241
 
242
- var import_types = require("@smithy/types");
243
242
 
244
243
  // src/models/models_0.ts
245
244
 
@@ -1412,7 +1411,6 @@ var BatchCreateAttendeeCommand = _BatchCreateAttendeeCommand;
1412
1411
 
1413
1412
 
1414
1413
 
1415
-
1416
1414
  var _BatchUpdateAttendeeCapabilitiesExceptCommand = class _BatchUpdateAttendeeCapabilitiesExceptCommand extends import_smithy_client.Command.classBuilder().ep({
1417
1415
  ...commonParams
1418
1416
  }).m(function(Command, cs, config, o) {
@@ -1429,7 +1427,6 @@ var BatchUpdateAttendeeCapabilitiesExceptCommand = _BatchUpdateAttendeeCapabilit
1429
1427
 
1430
1428
 
1431
1429
 
1432
-
1433
1430
  var _CreateAttendeeCommand = class _CreateAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
1434
1431
  ...commonParams
1435
1432
  }).m(function(Command, cs, config, o) {
@@ -1446,7 +1443,6 @@ var CreateAttendeeCommand = _CreateAttendeeCommand;
1446
1443
 
1447
1444
 
1448
1445
 
1449
-
1450
1446
  var _CreateMeetingCommand = class _CreateMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
1451
1447
  ...commonParams
1452
1448
  }).m(function(Command, cs, config, o) {
@@ -1463,7 +1459,6 @@ var CreateMeetingCommand = _CreateMeetingCommand;
1463
1459
 
1464
1460
 
1465
1461
 
1466
-
1467
1462
  var _CreateMeetingWithAttendeesCommand = class _CreateMeetingWithAttendeesCommand extends import_smithy_client.Command.classBuilder().ep({
1468
1463
  ...commonParams
1469
1464
  }).m(function(Command, cs, config, o) {
@@ -1480,7 +1475,6 @@ var CreateMeetingWithAttendeesCommand = _CreateMeetingWithAttendeesCommand;
1480
1475
 
1481
1476
 
1482
1477
 
1483
-
1484
1478
  var _DeleteAttendeeCommand = class _DeleteAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
1485
1479
  ...commonParams
1486
1480
  }).m(function(Command, cs, config, o) {
@@ -1497,7 +1491,6 @@ var DeleteAttendeeCommand = _DeleteAttendeeCommand;
1497
1491
 
1498
1492
 
1499
1493
 
1500
-
1501
1494
  var _DeleteMeetingCommand = class _DeleteMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
1502
1495
  ...commonParams
1503
1496
  }).m(function(Command, cs, config, o) {
@@ -1514,7 +1507,6 @@ var DeleteMeetingCommand = _DeleteMeetingCommand;
1514
1507
 
1515
1508
 
1516
1509
 
1517
-
1518
1510
  var _GetAttendeeCommand = class _GetAttendeeCommand extends import_smithy_client.Command.classBuilder().ep({
1519
1511
  ...commonParams
1520
1512
  }).m(function(Command, cs, config, o) {
@@ -1531,7 +1523,6 @@ var GetAttendeeCommand = _GetAttendeeCommand;
1531
1523
 
1532
1524
 
1533
1525
 
1534
-
1535
1526
  var _GetMeetingCommand = class _GetMeetingCommand extends import_smithy_client.Command.classBuilder().ep({
1536
1527
  ...commonParams
1537
1528
  }).m(function(Command, cs, config, o) {
@@ -1548,7 +1539,6 @@ var GetMeetingCommand = _GetMeetingCommand;
1548
1539
 
1549
1540
 
1550
1541
 
1551
-
1552
1542
  var _ListAttendeesCommand = class _ListAttendeesCommand extends import_smithy_client.Command.classBuilder().ep({
1553
1543
  ...commonParams
1554
1544
  }).m(function(Command, cs, config, o) {
@@ -1565,7 +1555,6 @@ var ListAttendeesCommand = _ListAttendeesCommand;
1565
1555
 
1566
1556
 
1567
1557
 
1568
-
1569
1558
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1570
1559
  ...commonParams
1571
1560
  }).m(function(Command, cs, config, o) {
@@ -1582,7 +1571,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1582
1571
 
1583
1572
 
1584
1573
 
1585
-
1586
1574
  var _StartMeetingTranscriptionCommand = class _StartMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1587
1575
  ...commonParams
1588
1576
  }).m(function(Command, cs, config, o) {
@@ -1599,7 +1587,6 @@ var StartMeetingTranscriptionCommand = _StartMeetingTranscriptionCommand;
1599
1587
 
1600
1588
 
1601
1589
 
1602
-
1603
1590
  var _StopMeetingTranscriptionCommand = class _StopMeetingTranscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1604
1591
  ...commonParams
1605
1592
  }).m(function(Command, cs, config, o) {
@@ -1616,7 +1603,6 @@ var StopMeetingTranscriptionCommand = _StopMeetingTranscriptionCommand;
1616
1603
 
1617
1604
 
1618
1605
 
1619
-
1620
1606
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1621
1607
  ...commonParams
1622
1608
  }).m(function(Command, cs, config, o) {
@@ -1633,7 +1619,6 @@ var TagResourceCommand = _TagResourceCommand;
1633
1619
 
1634
1620
 
1635
1621
 
1636
-
1637
1622
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1638
1623
  ...commonParams
1639
1624
  }).m(function(Command, cs, config, o) {
@@ -1650,7 +1635,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1650
1635
 
1651
1636
 
1652
1637
 
1653
-
1654
1638
  var _UpdateAttendeeCapabilitiesCommand = class _UpdateAttendeeCapabilitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1655
1639
  ...commonParams
1656
1640
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateMeetingWithAttendeesRequest, CreateMeetingWithAttendeesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAttendeeRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteMeetingRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAttendeesRequest, ListAttendeesResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartMeetingTranscriptionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopMeetingTranscriptionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAttendeeCapabilitiesRequest, UpdateAttendeeCapabilitiesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -8,8 +8,8 @@
8
8
  export * from "./ChimeSDKMeetingsClient";
9
9
  export * from "./ChimeSDKMeetings";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { ChimeSDKMeetingsExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { ChimeSDKMeetingsExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./pagination";
15
15
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  BatchCreateAttendeeRequest,
10
10
  BatchCreateAttendeeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchCreateAttendeeCommandInput
14
15
  extends BatchCreateAttendeeRequest {}
15
16
  export interface BatchCreateAttendeeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput
11
12
  extends BatchUpdateAttendeeCapabilitiesExceptRequest {}
12
13
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateAttendeeRequest,
10
10
  CreateAttendeeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {}
14
15
  export interface CreateAttendeeCommandOutput
15
16
  extends CreateAttendeeResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateMeetingRequest,
10
10
  CreateMeetingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateMeetingCommandInput extends CreateMeetingRequest {}
14
15
  export interface CreateMeetingCommandOutput
15
16
  extends CreateMeetingResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateMeetingWithAttendeesRequest,
10
10
  CreateMeetingWithAttendeesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateMeetingWithAttendeesCommandInput
14
15
  extends CreateMeetingWithAttendeesRequest {}
15
16
  export interface CreateMeetingWithAttendeesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { DeleteAttendeeRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {}
11
12
  export interface DeleteAttendeeCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteAttendeeCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { DeleteMeetingRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {}
11
12
  export interface DeleteMeetingCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteMeetingCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { GetAttendeeRequest, GetAttendeeResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAttendeeCommandInput extends GetAttendeeRequest {}
11
12
  export interface GetAttendeeCommandOutput
12
13
  extends GetAttendeeResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMeetingCommandInput extends GetMeetingRequest {}
11
12
  export interface GetMeetingCommandOutput
12
13
  extends GetMeetingResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListAttendeesRequest,
10
10
  ListAttendeesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAttendeesCommandInput extends ListAttendeesRequest {}
14
15
  export interface ListAttendeesCommandOutput
15
16
  extends ListAttendeesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { StartMeetingTranscriptionRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartMeetingTranscriptionCommandInput
11
12
  extends StartMeetingTranscriptionRequest {}
12
13
  export interface StartMeetingTranscriptionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { StopMeetingTranscriptionRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopMeetingTranscriptionCommandInput
11
12
  extends StopMeetingTranscriptionRequest {}
12
13
  export interface StopMeetingTranscriptionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ChimeSDKMeetingsClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateAttendeeCapabilitiesRequest,
10
10
  UpdateAttendeeCapabilitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAttendeeCapabilitiesCommandInput
14
15
  extends UpdateAttendeeCapabilitiesRequest {}
15
16
  export interface UpdateAttendeeCapabilitiesCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ChimeSDKMeetingsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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-chime-sdk-meetings",
@@ -20,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",