@aws-sdk/client-ivschat 3.588.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.
- package/dist-cjs/index.js +0 -17
- package/dist-types/IvschatClient.d.ts +4 -4
- package/dist-types/commands/CreateChatTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateRoomCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMessageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRoomCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectUserCommand.d.ts +2 -1
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetRoomCommand.d.ts +2 -1
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListRoomsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/SendEventCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRoomCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/IvschatServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IvschatClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateChatTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/IvschatServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -107,15 +107,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
107
107
|
* Enables FIPS compatible endpoints.
|
|
108
108
|
*/
|
|
109
109
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
110
|
+
/**
|
|
111
|
+
* The AWS region to which this client will send requests
|
|
112
|
+
*/
|
|
113
|
+
region?: string | __Provider<string>;
|
|
110
114
|
/**
|
|
111
115
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
112
116
|
* @internal
|
|
113
117
|
*/
|
|
114
118
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
115
|
-
/**
|
|
116
|
-
* The AWS region to which this client will send requests
|
|
117
|
-
*/
|
|
118
|
-
region?: string | __Provider<string>;
|
|
119
119
|
/**
|
|
120
120
|
* Default credentials provider; Not available in browser runtime.
|
|
121
121
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -172,8 +172,8 @@ export interface ClientDefaults
|
|
|
172
172
|
serviceId?: string;
|
|
173
173
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
174
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
175
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
176
175
|
region?: string | __Provider<string>;
|
|
176
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
177
177
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
178
178
|
maxAttempts?: number | __Provider<number>;
|
|
179
179
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateChatTokenRequest,
|
|
10
10
|
CreateChatTokenResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class IvschatServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivschat",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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",
|