@aws-sdk/client-ivschat 3.590.0 → 3.592.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 (39) hide show
  1. package/dist-cjs/index.js +0 -17
  2. package/dist-types/commands/CreateChatTokenCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateRoomCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteMessageCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteRoomCommand.d.ts +2 -1
  8. package/dist-types/commands/DisconnectUserCommand.d.ts +2 -1
  9. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/GetRoomCommand.d.ts +2 -1
  11. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListRoomsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/SendEventCommand.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/UpdateLoggingConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateRoomCommand.d.ts +2 -1
  19. package/dist-types/index.d.ts +2 -2
  20. package/dist-types/models/IvschatServiceException.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/CreateChatTokenCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DisconnectUserCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/models/IvschatServiceException.d.ts +2 -1
  39. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -216,7 +216,6 @@ var IvschatClient = _IvschatClient;
216
216
 
217
217
  var import_middleware_serde = require("@smithy/middleware-serde");
218
218
 
219
- var import_types = require("@smithy/types");
220
219
 
221
220
  // src/models/models_0.ts
222
221
 
@@ -1213,7 +1212,6 @@ var CreateChatTokenCommand = _CreateChatTokenCommand;
1213
1212
 
1214
1213
 
1215
1214
 
1216
-
1217
1215
  var _CreateLoggingConfigurationCommand = class _CreateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1218
1216
  ...commonParams
1219
1217
  }).m(function(Command, cs, config, o) {
@@ -1230,7 +1228,6 @@ var CreateLoggingConfigurationCommand = _CreateLoggingConfigurationCommand;
1230
1228
 
1231
1229
 
1232
1230
 
1233
-
1234
1231
  var _CreateRoomCommand = class _CreateRoomCommand extends import_smithy_client.Command.classBuilder().ep({
1235
1232
  ...commonParams
1236
1233
  }).m(function(Command, cs, config, o) {
@@ -1247,7 +1244,6 @@ var CreateRoomCommand = _CreateRoomCommand;
1247
1244
 
1248
1245
 
1249
1246
 
1250
-
1251
1247
  var _DeleteLoggingConfigurationCommand = class _DeleteLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1252
1248
  ...commonParams
1253
1249
  }).m(function(Command, cs, config, o) {
@@ -1264,7 +1260,6 @@ var DeleteLoggingConfigurationCommand = _DeleteLoggingConfigurationCommand;
1264
1260
 
1265
1261
 
1266
1262
 
1267
-
1268
1263
  var _DeleteMessageCommand = class _DeleteMessageCommand extends import_smithy_client.Command.classBuilder().ep({
1269
1264
  ...commonParams
1270
1265
  }).m(function(Command, cs, config, o) {
@@ -1281,7 +1276,6 @@ var DeleteMessageCommand = _DeleteMessageCommand;
1281
1276
 
1282
1277
 
1283
1278
 
1284
-
1285
1279
  var _DeleteRoomCommand = class _DeleteRoomCommand extends import_smithy_client.Command.classBuilder().ep({
1286
1280
  ...commonParams
1287
1281
  }).m(function(Command, cs, config, o) {
@@ -1298,7 +1292,6 @@ var DeleteRoomCommand = _DeleteRoomCommand;
1298
1292
 
1299
1293
 
1300
1294
 
1301
-
1302
1295
  var _DisconnectUserCommand = class _DisconnectUserCommand extends import_smithy_client.Command.classBuilder().ep({
1303
1296
  ...commonParams
1304
1297
  }).m(function(Command, cs, config, o) {
@@ -1315,7 +1308,6 @@ var DisconnectUserCommand = _DisconnectUserCommand;
1315
1308
 
1316
1309
 
1317
1310
 
1318
-
1319
1311
  var _GetLoggingConfigurationCommand = class _GetLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1320
1312
  ...commonParams
1321
1313
  }).m(function(Command, cs, config, o) {
@@ -1332,7 +1324,6 @@ var GetLoggingConfigurationCommand = _GetLoggingConfigurationCommand;
1332
1324
 
1333
1325
 
1334
1326
 
1335
-
1336
1327
  var _GetRoomCommand = class _GetRoomCommand extends import_smithy_client.Command.classBuilder().ep({
1337
1328
  ...commonParams
1338
1329
  }).m(function(Command, cs, config, o) {
@@ -1349,7 +1340,6 @@ var GetRoomCommand = _GetRoomCommand;
1349
1340
 
1350
1341
 
1351
1342
 
1352
-
1353
1343
  var _ListLoggingConfigurationsCommand = class _ListLoggingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1354
1344
  ...commonParams
1355
1345
  }).m(function(Command, cs, config, o) {
@@ -1366,7 +1356,6 @@ var ListLoggingConfigurationsCommand = _ListLoggingConfigurationsCommand;
1366
1356
 
1367
1357
 
1368
1358
 
1369
-
1370
1359
  var _ListRoomsCommand = class _ListRoomsCommand extends import_smithy_client.Command.classBuilder().ep({
1371
1360
  ...commonParams
1372
1361
  }).m(function(Command, cs, config, o) {
@@ -1383,7 +1372,6 @@ var ListRoomsCommand = _ListRoomsCommand;
1383
1372
 
1384
1373
 
1385
1374
 
1386
-
1387
1375
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1388
1376
  ...commonParams
1389
1377
  }).m(function(Command, cs, config, o) {
@@ -1400,7 +1388,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1400
1388
 
1401
1389
 
1402
1390
 
1403
-
1404
1391
  var _SendEventCommand = class _SendEventCommand extends import_smithy_client.Command.classBuilder().ep({
1405
1392
  ...commonParams
1406
1393
  }).m(function(Command, cs, config, o) {
@@ -1417,7 +1404,6 @@ var SendEventCommand = _SendEventCommand;
1417
1404
 
1418
1405
 
1419
1406
 
1420
-
1421
1407
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1422
1408
  ...commonParams
1423
1409
  }).m(function(Command, cs, config, o) {
@@ -1434,7 +1420,6 @@ var TagResourceCommand = _TagResourceCommand;
1434
1420
 
1435
1421
 
1436
1422
 
1437
-
1438
1423
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1439
1424
  ...commonParams
1440
1425
  }).m(function(Command, cs, config, o) {
@@ -1451,7 +1436,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1451
1436
 
1452
1437
 
1453
1438
 
1454
-
1455
1439
  var _UpdateLoggingConfigurationCommand = class _UpdateLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1456
1440
  ...commonParams
1457
1441
  }).m(function(Command, cs, config, o) {
@@ -1468,7 +1452,6 @@ var UpdateLoggingConfigurationCommand = _UpdateLoggingConfigurationCommand;
1468
1452
 
1469
1453
 
1470
1454
 
1471
-
1472
1455
  var _UpdateRoomCommand = class _UpdateRoomCommand extends import_smithy_client.Command.classBuilder().ep({
1473
1456
  ...commonParams
1474
1457
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateChatTokenRequest, CreateChatTokenResponse } from "../models/model
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 { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse }
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 { CreateRoomRequest, CreateRoomResponse } 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 { DeleteLoggingConfigurationRequest } 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 { DeleteMessageRequest, DeleteMessageResponse } 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 { DeleteRoomRequest } 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 { DisconnectUserRequest, DisconnectUserResponse } 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 { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from
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 { GetRoomRequest, GetRoomResponse } 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 { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } f
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 { ListRoomsRequest, ListRoomsResponse } 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 { SendEventRequest, SendEventResponse } 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 { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse }
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 { UpdateRoomRequest, UpdateRoomResponse } 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
  *
@@ -221,8 +221,8 @@
221
221
  export * from "./IvschatClient";
222
222
  export * from "./Ivschat";
223
223
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
224
- export { RuntimeExtension } from "./runtimeExtensions";
225
- export { IvschatExtensionConfiguration } from "./extensionConfiguration";
224
+ export type { RuntimeExtension } from "./runtimeExtensions";
225
+ export type { IvschatExtensionConfiguration } from "./extensionConfiguration";
226
226
  export * from "./commands";
227
227
  export * from "./pagination";
228
228
  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
  CreateChatTokenRequest,
10
10
  CreateChatTokenResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateChatTokenCommandInput extends CreateChatTokenRequest {}
14
15
  export interface CreateChatTokenCommandOutput
15
16
  extends CreateChatTokenResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateLoggingConfigurationRequest,
10
10
  CreateLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateLoggingConfigurationCommandInput
14
15
  extends CreateLoggingConfigurationRequest {}
15
16
  export interface CreateLoggingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateRoomCommandInput extends CreateRoomRequest {}
11
12
  export interface CreateRoomCommandOutput
12
13
  extends CreateRoomResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { DeleteLoggingConfigurationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteLoggingConfigurationCommandInput
11
12
  extends DeleteLoggingConfigurationRequest {}
12
13
  export interface DeleteLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteMessageRequest,
10
10
  DeleteMessageResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
14
15
  export interface DeleteMessageCommandOutput
15
16
  extends DeleteMessageResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { DeleteRoomRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRoomCommandInput extends DeleteRoomRequest {}
11
12
  export interface DeleteRoomCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteRoomCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DisconnectUserRequest,
10
10
  DisconnectUserResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisconnectUserCommandInput extends DisconnectUserRequest {}
14
15
  export interface DisconnectUserCommandOutput
15
16
  extends DisconnectUserResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetLoggingConfigurationRequest,
10
10
  GetLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetLoggingConfigurationCommandInput
14
15
  extends GetLoggingConfigurationRequest {}
15
16
  export interface GetLoggingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { GetRoomRequest, GetRoomResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetRoomCommandInput extends GetRoomRequest {}
11
12
  export interface GetRoomCommandOutput
12
13
  extends GetRoomResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListLoggingConfigurationsRequest,
10
10
  ListLoggingConfigurationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListLoggingConfigurationsCommandInput
14
15
  extends ListLoggingConfigurationsRequest {}
15
16
  export interface ListLoggingConfigurationsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { ListRoomsRequest, ListRoomsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListRoomsCommandInput extends ListRoomsRequest {}
11
12
  export interface ListRoomsCommandOutput
12
13
  extends ListRoomsResponse,
@@ -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 "../IvschatClient";
8
8
  import { SendEventRequest, SendEventResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SendEventCommandInput extends SendEventRequest {}
11
12
  export interface SendEventCommandOutput
12
13
  extends SendEventResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
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
  UpdateLoggingConfigurationRequest,
10
10
  UpdateLoggingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLoggingConfigurationCommandInput
14
15
  extends UpdateLoggingConfigurationRequest {}
15
16
  export interface UpdateLoggingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvschatClient";
8
8
  import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateRoomCommandInput extends UpdateRoomRequest {}
11
12
  export interface UpdateRoomCommandOutput
12
13
  extends UpdateRoomResponse,
@@ -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 IvschatServiceException 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-ivschat",
3
3
  "description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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,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.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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",