@aws-sdk/client-ivschat 3.957.0 → 3.962.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.
@@ -1,7 +1,7 @@
1
1
  import packageInfo from "../package.json";
2
- import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
- import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
6
  import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
30
30
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
31
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
32
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
33
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
34
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
35
34
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
36
- region: config?.region ??
37
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
35
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
38
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
39
37
  retryMode: config?.retryMode ??
40
38
  loadNodeConfig({
@@ -126,361 +126,322 @@ import { AccessDeniedException, ConflictException, InternalServerException, Pend
126
126
  import { IvschatServiceException } from "../models/IvschatServiceException";
127
127
  var ChatToken = [0, n0, _CT, 8, 0];
128
128
  var UserID = [0, n0, _UID, 8, 0];
129
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
129
+ export var AccessDeniedException$ = [-3, n0, _ADE,
130
+ { [_e]: _c, [_hE]: 403 },
131
+ [_m],
132
+ [0]
133
+ ];
130
134
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
131
- export var CloudWatchLogsDestinationConfiguration$ = [3, n0, _CWLDC, 0, [_lGN], [0]];
132
- export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
135
+ export var CloudWatchLogsDestinationConfiguration$ = [3, n0, _CWLDC,
136
+ 0,
137
+ [_lGN],
138
+ [0]
139
+ ];
140
+ export var ConflictException$ = [-3, n0, _CE,
141
+ { [_e]: _c, [_hE]: 409 },
142
+ [_m, _rI, _rT],
143
+ [0, 0, 0]
144
+ ];
133
145
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
134
- export var CreateChatTokenRequest$ = [
135
- 3,
136
- n0,
137
- _CCTR,
146
+ export var CreateChatTokenRequest$ = [3, n0, _CCTR,
138
147
  0,
139
148
  [_rIo, _uI, _ca, _sDIM, _a],
140
- [0, [() => UserID, 0], 64 | 0, 1, [() => ChatTokenAttributes, 0]],
149
+ [0, [() => UserID, 0], 64 | 0, 1, [() => ChatTokenAttributes, 0]]
141
150
  ];
142
- export var CreateChatTokenResponse$ = [
143
- 3,
144
- n0,
145
- _CCTRr,
151
+ export var CreateChatTokenResponse$ = [3, n0, _CCTRr,
146
152
  0,
147
153
  [_t, _tET, _sET],
148
- [[() => ChatToken, 0], 5, 5],
154
+ [[() => ChatToken, 0], 5, 5]
149
155
  ];
150
- export var CreateLoggingConfigurationRequest$ = [
151
- 3,
152
- n0,
153
- _CLCR,
156
+ export var CreateLoggingConfigurationRequest$ = [3, n0, _CLCR,
154
157
  0,
155
158
  [_n, _dC, _ta],
156
- [0, () => DestinationConfiguration$, 128 | 0],
159
+ [0, () => DestinationConfiguration$, 128 | 0]
157
160
  ];
158
- export var CreateLoggingConfigurationResponse$ = [
159
- 3,
160
- n0,
161
- _CLCRr,
161
+ export var CreateLoggingConfigurationResponse$ = [3, n0, _CLCRr,
162
162
  0,
163
163
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
164
- [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
164
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0]
165
165
  ];
166
- export var CreateRoomRequest$ = [
167
- 3,
168
- n0,
169
- _CRR,
166
+ export var CreateRoomRequest$ = [3, n0, _CRR,
170
167
  0,
171
168
  [_n, _mMRPS, _mML, _mRH, _ta, _lCI],
172
- [0, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
169
+ [0, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0]
173
170
  ];
174
- export var CreateRoomResponse$ = [
175
- 3,
176
- n0,
177
- _CRRr,
171
+ export var CreateRoomResponse$ = [3, n0, _CRRr,
178
172
  0,
179
173
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
180
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
181
- ];
182
- export var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_id], [0]];
183
- export var DeleteMessageRequest$ = [3, n0, _DMR, 0, [_rIo, _i, _r], [0, 0, 0]];
184
- export var DeleteMessageResponse$ = [3, n0, _DMRe, 0, [_i], [0]];
185
- export var DeleteRoomRequest$ = [3, n0, _DRR, 0, [_id], [0]];
186
- export var DisconnectUserRequest$ = [3, n0, _DUR, 0, [_rIo, _uI, _r], [0, [() => UserID, 0], 0]];
187
- export var DisconnectUserResponse$ = [3, n0, _DURi, 0, [], []];
188
- export var FirehoseDestinationConfiguration$ = [3, n0, _FDC, 0, [_dSN], [0]];
189
- export var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_id], [0]];
190
- export var GetLoggingConfigurationResponse$ = [
191
- 3,
192
- n0,
193
- _GLCRe,
174
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0]
175
+ ];
176
+ export var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR,
177
+ 0,
178
+ [_id],
179
+ [0]
180
+ ];
181
+ export var DeleteMessageRequest$ = [3, n0, _DMR,
182
+ 0,
183
+ [_rIo, _i, _r],
184
+ [0, 0, 0]
185
+ ];
186
+ export var DeleteMessageResponse$ = [3, n0, _DMRe,
187
+ 0,
188
+ [_i],
189
+ [0]
190
+ ];
191
+ export var DeleteRoomRequest$ = [3, n0, _DRR,
192
+ 0,
193
+ [_id],
194
+ [0]
195
+ ];
196
+ export var DisconnectUserRequest$ = [3, n0, _DUR,
197
+ 0,
198
+ [_rIo, _uI, _r],
199
+ [0, [() => UserID, 0], 0]
200
+ ];
201
+ export var DisconnectUserResponse$ = [3, n0, _DURi,
202
+ 0,
203
+ [],
204
+ []
205
+ ];
206
+ export var FirehoseDestinationConfiguration$ = [3, n0, _FDC,
207
+ 0,
208
+ [_dSN],
209
+ [0]
210
+ ];
211
+ export var GetLoggingConfigurationRequest$ = [3, n0, _GLCR,
212
+ 0,
213
+ [_id],
214
+ [0]
215
+ ];
216
+ export var GetLoggingConfigurationResponse$ = [3, n0, _GLCRe,
194
217
  0,
195
218
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
196
- [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
219
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0]
220
+ ];
221
+ export var GetRoomRequest$ = [3, n0, _GRR,
222
+ 0,
223
+ [_id],
224
+ [0]
197
225
  ];
198
- export var GetRoomRequest$ = [3, n0, _GRR, 0, [_id], [0]];
199
- export var GetRoomResponse$ = [
200
- 3,
201
- n0,
202
- _GRRe,
226
+ export var GetRoomResponse$ = [3, n0, _GRRe,
203
227
  0,
204
228
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
205
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
229
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0]
230
+ ];
231
+ export var InternalServerException$ = [-3, n0, _ISE,
232
+ { [_e]: _se, [_hE]: 500 },
233
+ [_m],
234
+ [0]
206
235
  ];
207
- export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
208
236
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
209
- export var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR, 0, [_nT, _mR], [0, 1]];
210
- export var ListLoggingConfigurationsResponse$ = [
211
- 3,
212
- n0,
213
- _LLCRi,
237
+ export var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR,
238
+ 0,
239
+ [_nT, _mR],
240
+ [0, 1]
241
+ ];
242
+ export var ListLoggingConfigurationsResponse$ = [3, n0, _LLCRi,
214
243
  0,
215
244
  [_lC, _nT],
216
- [() => LoggingConfigurationList, 0],
245
+ [() => LoggingConfigurationList, 0]
246
+ ];
247
+ export var ListRoomsRequest$ = [3, n0, _LRR,
248
+ 0,
249
+ [_n, _nT, _mR, _mRHU, _lCIo],
250
+ [0, 0, 1, 0, 0]
251
+ ];
252
+ export var ListRoomsResponse$ = [3, n0, _LRRi,
253
+ 0,
254
+ [_ro, _nT],
255
+ [() => RoomList, 0]
256
+ ];
257
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
258
+ 0,
259
+ [_rA],
260
+ [[0, 1]]
217
261
  ];
218
- export var ListRoomsRequest$ = [3, n0, _LRR, 0, [_n, _nT, _mR, _mRHU, _lCIo], [0, 0, 1, 0, 0]];
219
- export var ListRoomsResponse$ = [3, n0, _LRRi, 0, [_ro, _nT], [() => RoomList, 0]];
220
- export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
221
- export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
222
- export var LoggingConfigurationSummary$ = [
223
- 3,
224
- n0,
225
- _LCS,
262
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
263
+ 0,
264
+ [_ta],
265
+ [128 | 0]
266
+ ];
267
+ export var LoggingConfigurationSummary$ = [3, n0, _LCS,
226
268
  0,
227
269
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
228
- [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
270
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0]
271
+ ];
272
+ export var MessageReviewHandler$ = [3, n0, _MRH,
273
+ 0,
274
+ [_u, _fR],
275
+ [0, 0]
276
+ ];
277
+ export var PendingVerification$ = [-3, n0, _PV,
278
+ { [_e]: _c, [_hE]: 403 },
279
+ [_m],
280
+ [0]
229
281
  ];
230
- export var MessageReviewHandler$ = [3, n0, _MRH, 0, [_u, _fR], [0, 0]];
231
- export var PendingVerification$ = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
232
282
  TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
233
- export var ResourceNotFoundException$ = [
234
- -3,
235
- n0,
236
- _RNFE,
283
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
237
284
  { [_e]: _c, [_hE]: 404 },
238
285
  [_m, _rI, _rT],
239
- [0, 0, 0],
286
+ [0, 0, 0]
240
287
  ];
241
288
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
242
- export var RoomSummary$ = [
243
- 3,
244
- n0,
245
- _RS,
289
+ export var RoomSummary$ = [3, n0, _RS,
246
290
  0,
247
291
  [_ar, _i, _n, _mRH, _cT, _uT, _ta, _lCI],
248
- [0, 0, 0, () => MessageReviewHandler$, 5, 5, 128 | 0, 64 | 0],
249
- ];
250
- export var S3DestinationConfiguration$ = [3, n0, _SDC, 0, [_bN], [0]];
251
- export var SendEventRequest$ = [3, n0, _SER, 0, [_rIo, _eN, _a], [0, 0, 128 | 0]];
252
- export var SendEventResponse$ = [3, n0, _SERe, 0, [_i], [0]];
253
- export var ServiceQuotaExceededException$ = [
254
- -3,
255
- n0,
256
- _SQEE,
292
+ [0, 0, 0, () => MessageReviewHandler$, 5, 5, 128 | 0, 64 | 0]
293
+ ];
294
+ export var S3DestinationConfiguration$ = [3, n0, _SDC,
295
+ 0,
296
+ [_bN],
297
+ [0]
298
+ ];
299
+ export var SendEventRequest$ = [3, n0, _SER,
300
+ 0,
301
+ [_rIo, _eN, _a],
302
+ [0, 0, 128 | 0]
303
+ ];
304
+ export var SendEventResponse$ = [3, n0, _SERe,
305
+ 0,
306
+ [_i],
307
+ [0]
308
+ ];
309
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
257
310
  { [_e]: _c, [_hE]: 402 },
258
311
  [_m, _rI, _rT, _l],
259
- [0, 0, 0, 1],
312
+ [0, 0, 0, 1]
260
313
  ];
261
314
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
262
- export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
263
- export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
264
- export var ThrottlingException$ = [
265
- -3,
266
- n0,
267
- _TE,
315
+ export var TagResourceRequest$ = [3, n0, _TRR,
316
+ 0,
317
+ [_rA, _ta],
318
+ [[0, 1], 128 | 0]
319
+ ];
320
+ export var TagResourceResponse$ = [3, n0, _TRRa,
321
+ 0,
322
+ [],
323
+ []
324
+ ];
325
+ export var ThrottlingException$ = [-3, n0, _TE,
268
326
  { [_e]: _c, [_hE]: 429 },
269
327
  [_m, _rI, _rT, _l],
270
- [0, 0, 0, 1],
328
+ [0, 0, 0, 1]
271
329
  ];
272
330
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
273
- export var UntagResourceRequest$ = [
274
- 3,
275
- n0,
276
- _URR,
331
+ export var UntagResourceRequest$ = [3, n0, _URR,
277
332
  0,
278
333
  [_rA, _tK],
279
- [
280
- [0, 1],
281
- [64 | 0, { [_hQ]: _tK }],
282
- ],
334
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]]
283
335
  ];
284
- export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
285
- export var UpdateLoggingConfigurationRequest$ = [
286
- 3,
287
- n0,
288
- _ULCR,
336
+ export var UntagResourceResponse$ = [3, n0, _URRn,
337
+ 0,
338
+ [],
339
+ []
340
+ ];
341
+ export var UpdateLoggingConfigurationRequest$ = [3, n0, _ULCR,
289
342
  0,
290
343
  [_id, _n, _dC],
291
- [0, 0, () => DestinationConfiguration$],
344
+ [0, 0, () => DestinationConfiguration$]
292
345
  ];
293
- export var UpdateLoggingConfigurationResponse$ = [
294
- 3,
295
- n0,
296
- _ULCRp,
346
+ export var UpdateLoggingConfigurationResponse$ = [3, n0, _ULCRp,
297
347
  0,
298
348
  [_ar, _i, _cT, _uT, _n, _dC, _s, _ta],
299
- [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0],
349
+ [0, 0, 5, 5, 0, () => DestinationConfiguration$, 0, 128 | 0]
300
350
  ];
301
- export var UpdateRoomRequest$ = [
302
- 3,
303
- n0,
304
- _URRp,
351
+ export var UpdateRoomRequest$ = [3, n0, _URRp,
305
352
  0,
306
353
  [_id, _n, _mMRPS, _mML, _mRH, _lCI],
307
- [0, 0, 1, 1, () => MessageReviewHandler$, 64 | 0],
354
+ [0, 0, 1, 1, () => MessageReviewHandler$, 64 | 0]
308
355
  ];
309
- export var UpdateRoomResponse$ = [
310
- 3,
311
- n0,
312
- _URRpd,
356
+ export var UpdateRoomResponse$ = [3, n0, _URRpd,
313
357
  0,
314
358
  [_ar, _i, _n, _cT, _uT, _mMRPS, _mML, _mRH, _ta, _lCI],
315
- [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0],
359
+ [0, 0, 0, 5, 5, 1, 1, () => MessageReviewHandler$, 128 | 0, 64 | 0]
316
360
  ];
317
- export var ValidationException$ = [
318
- -3,
319
- n0,
320
- _VE,
361
+ export var ValidationException$ = [-3, n0, _VE,
321
362
  { [_e]: _c, [_hE]: 400 },
322
363
  [_m, _r, _fL],
323
- [0, 0, () => ValidationExceptionFieldList],
364
+ [0, 0, () => ValidationExceptionFieldList]
324
365
  ];
325
366
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
326
- export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
367
+ export var ValidationExceptionField$ = [3, n0, _VEF,
368
+ 0,
369
+ [_n, _m],
370
+ [0, 0]
371
+ ];
327
372
  var __Unit = "unit";
328
373
  export var IvschatServiceException$ = [-3, _sm, "IvschatServiceException", 0, [], []];
329
374
  TypeRegistry.for(_sm).registerError(IvschatServiceException$, IvschatServiceException);
330
375
  var ChatTokenCapabilities = 64 | 0;
331
376
  var LoggingConfigurationIdentifierList = 64 | 0;
332
- var LoggingConfigurationList = [1, n0, _LCL, 0, () => LoggingConfigurationSummary$];
333
- var RoomList = [1, n0, _RL, 0, () => RoomSummary$];
377
+ var LoggingConfigurationList = [1, n0, _LCL,
378
+ 0, () => LoggingConfigurationSummary$
379
+ ];
380
+ var RoomList = [1, n0, _RL,
381
+ 0, () => RoomSummary$
382
+ ];
334
383
  var TagKeyList = 64 | 0;
335
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
336
- var ChatTokenAttributes = [2, n0, _CTA, 8, 0, 0];
384
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
385
+ 0, () => ValidationExceptionField$
386
+ ];
387
+ var ChatTokenAttributes = [2, n0, _CTA,
388
+ 8, 0, 0
389
+ ];
337
390
  var EventAttributes = 128 | 0;
338
391
  var Tags = 128 | 0;
339
- export var DestinationConfiguration$ = [
340
- 4,
341
- n0,
342
- _DC,
392
+ export var DestinationConfiguration$ = [4, n0, _DC,
343
393
  0,
344
394
  [_s_, _cWL, _f],
345
- [
346
- () => S3DestinationConfiguration$,
347
- () => CloudWatchLogsDestinationConfiguration$,
348
- () => FirehoseDestinationConfiguration$,
349
- ],
350
- ];
351
- export var CreateChatToken$ = [
352
- 9,
353
- n0,
354
- _CCT,
355
- { [_h]: ["POST", "/CreateChatToken", 200] },
356
- () => CreateChatTokenRequest$,
357
- () => CreateChatTokenResponse$,
358
- ];
359
- export var CreateLoggingConfiguration$ = [
360
- 9,
361
- n0,
362
- _CLC,
363
- { [_h]: ["POST", "/CreateLoggingConfiguration", 200] },
364
- () => CreateLoggingConfigurationRequest$,
365
- () => CreateLoggingConfigurationResponse$,
366
- ];
367
- export var CreateRoom$ = [
368
- 9,
369
- n0,
370
- _CR,
371
- { [_h]: ["POST", "/CreateRoom", 200] },
372
- () => CreateRoomRequest$,
373
- () => CreateRoomResponse$,
374
- ];
375
- export var DeleteLoggingConfiguration$ = [
376
- 9,
377
- n0,
378
- _DLC,
379
- { [_h]: ["POST", "/DeleteLoggingConfiguration", 204] },
380
- () => DeleteLoggingConfigurationRequest$,
381
- () => __Unit,
382
- ];
383
- export var DeleteMessage$ = [
384
- 9,
385
- n0,
386
- _DM,
387
- { [_h]: ["POST", "/DeleteMessage", 200] },
388
- () => DeleteMessageRequest$,
389
- () => DeleteMessageResponse$,
390
- ];
391
- export var DeleteRoom$ = [
392
- 9,
393
- n0,
394
- _DR,
395
- { [_h]: ["POST", "/DeleteRoom", 204] },
396
- () => DeleteRoomRequest$,
397
- () => __Unit,
398
- ];
399
- export var DisconnectUser$ = [
400
- 9,
401
- n0,
402
- _DU,
403
- { [_h]: ["POST", "/DisconnectUser", 200] },
404
- () => DisconnectUserRequest$,
405
- () => DisconnectUserResponse$,
406
- ];
407
- export var GetLoggingConfiguration$ = [
408
- 9,
409
- n0,
410
- _GLC,
411
- { [_h]: ["POST", "/GetLoggingConfiguration", 200] },
412
- () => GetLoggingConfigurationRequest$,
413
- () => GetLoggingConfigurationResponse$,
414
- ];
415
- export var GetRoom$ = [
416
- 9,
417
- n0,
418
- _GR,
419
- { [_h]: ["POST", "/GetRoom", 200] },
420
- () => GetRoomRequest$,
421
- () => GetRoomResponse$,
422
- ];
423
- export var ListLoggingConfigurations$ = [
424
- 9,
425
- n0,
426
- _LLC,
427
- { [_h]: ["POST", "/ListLoggingConfigurations", 200] },
428
- () => ListLoggingConfigurationsRequest$,
429
- () => ListLoggingConfigurationsResponse$,
430
- ];
431
- export var ListRooms$ = [
432
- 9,
433
- n0,
434
- _LR,
435
- { [_h]: ["POST", "/ListRooms", 200] },
436
- () => ListRoomsRequest$,
437
- () => ListRoomsResponse$,
438
- ];
439
- export var ListTagsForResource$ = [
440
- 9,
441
- n0,
442
- _LTFR,
443
- { [_h]: ["GET", "/tags/{resourceArn}", 200] },
444
- () => ListTagsForResourceRequest$,
445
- () => ListTagsForResourceResponse$,
446
- ];
447
- export var SendEvent$ = [
448
- 9,
449
- n0,
450
- _SE,
451
- { [_h]: ["POST", "/SendEvent", 200] },
452
- () => SendEventRequest$,
453
- () => SendEventResponse$,
454
- ];
455
- export var TagResource$ = [
456
- 9,
457
- n0,
458
- _TR,
459
- { [_h]: ["POST", "/tags/{resourceArn}", 200] },
460
- () => TagResourceRequest$,
461
- () => TagResourceResponse$,
462
- ];
463
- export var UntagResource$ = [
464
- 9,
465
- n0,
466
- _UR,
467
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
468
- () => UntagResourceRequest$,
469
- () => UntagResourceResponse$,
470
- ];
471
- export var UpdateLoggingConfiguration$ = [
472
- 9,
473
- n0,
474
- _ULC,
475
- { [_h]: ["POST", "/UpdateLoggingConfiguration", 200] },
476
- () => UpdateLoggingConfigurationRequest$,
477
- () => UpdateLoggingConfigurationResponse$,
478
- ];
479
- export var UpdateRoom$ = [
480
- 9,
481
- n0,
482
- _URp,
483
- { [_h]: ["POST", "/UpdateRoom", 200] },
484
- () => UpdateRoomRequest$,
485
- () => UpdateRoomResponse$,
395
+ [() => S3DestinationConfiguration$, () => CloudWatchLogsDestinationConfiguration$, () => FirehoseDestinationConfiguration$]
396
+ ];
397
+ export var CreateChatToken$ = [9, n0, _CCT,
398
+ { [_h]: ["POST", "/CreateChatToken", 200] }, () => CreateChatTokenRequest$, () => CreateChatTokenResponse$
399
+ ];
400
+ export var CreateLoggingConfiguration$ = [9, n0, _CLC,
401
+ { [_h]: ["POST", "/CreateLoggingConfiguration", 200] }, () => CreateLoggingConfigurationRequest$, () => CreateLoggingConfigurationResponse$
402
+ ];
403
+ export var CreateRoom$ = [9, n0, _CR,
404
+ { [_h]: ["POST", "/CreateRoom", 200] }, () => CreateRoomRequest$, () => CreateRoomResponse$
405
+ ];
406
+ export var DeleteLoggingConfiguration$ = [9, n0, _DLC,
407
+ { [_h]: ["POST", "/DeleteLoggingConfiguration", 204] }, () => DeleteLoggingConfigurationRequest$, () => __Unit
408
+ ];
409
+ export var DeleteMessage$ = [9, n0, _DM,
410
+ { [_h]: ["POST", "/DeleteMessage", 200] }, () => DeleteMessageRequest$, () => DeleteMessageResponse$
411
+ ];
412
+ export var DeleteRoom$ = [9, n0, _DR,
413
+ { [_h]: ["POST", "/DeleteRoom", 204] }, () => DeleteRoomRequest$, () => __Unit
414
+ ];
415
+ export var DisconnectUser$ = [9, n0, _DU,
416
+ { [_h]: ["POST", "/DisconnectUser", 200] }, () => DisconnectUserRequest$, () => DisconnectUserResponse$
417
+ ];
418
+ export var GetLoggingConfiguration$ = [9, n0, _GLC,
419
+ { [_h]: ["POST", "/GetLoggingConfiguration", 200] }, () => GetLoggingConfigurationRequest$, () => GetLoggingConfigurationResponse$
420
+ ];
421
+ export var GetRoom$ = [9, n0, _GR,
422
+ { [_h]: ["POST", "/GetRoom", 200] }, () => GetRoomRequest$, () => GetRoomResponse$
423
+ ];
424
+ export var ListLoggingConfigurations$ = [9, n0, _LLC,
425
+ { [_h]: ["POST", "/ListLoggingConfigurations", 200] }, () => ListLoggingConfigurationsRequest$, () => ListLoggingConfigurationsResponse$
426
+ ];
427
+ export var ListRooms$ = [9, n0, _LR,
428
+ { [_h]: ["POST", "/ListRooms", 200] }, () => ListRoomsRequest$, () => ListRoomsResponse$
429
+ ];
430
+ export var ListTagsForResource$ = [9, n0, _LTFR,
431
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
432
+ ];
433
+ export var SendEvent$ = [9, n0, _SE,
434
+ { [_h]: ["POST", "/SendEvent", 200] }, () => SendEventRequest$, () => SendEventResponse$
435
+ ];
436
+ export var TagResource$ = [9, n0, _TR,
437
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
438
+ ];
439
+ export var UntagResource$ = [9, n0, _UR,
440
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
441
+ ];
442
+ export var UpdateLoggingConfiguration$ = [9, n0, _ULC,
443
+ { [_h]: ["POST", "/UpdateLoggingConfiguration", 200] }, () => UpdateLoggingConfigurationRequest$, () => UpdateLoggingConfigurationResponse$
444
+ ];
445
+ export var UpdateRoom$ = [9, n0, _URp,
446
+ { [_h]: ["POST", "/UpdateRoom", 200] }, () => UpdateRoomRequest$, () => UpdateRoomResponse$
486
447
  ];
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.957.0",
4
+ "version": "3.962.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ivschat",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.962.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",