@aws-sdk/client-chime-sdk-meetings 3.1067.0 → 3.1069.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,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Tag$ = exports.StopMeetingTranscriptionRequest$ = exports.StartMeetingTranscriptionRequest$ = exports.NotificationsConfiguration$ = exports.MeetingFeaturesConfiguration$ = exports.Meeting$ = exports.MediaPlacement$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListAttendeesResponse$ = exports.ListAttendeesRequest$ = exports.GetMeetingResponse$ = exports.GetMeetingRequest$ = exports.GetAttendeeResponse$ = exports.GetAttendeeRequest$ = exports.EngineTranscribeSettings$ = exports.EngineTranscribeMedicalSettings$ = exports.DeleteMeetingRequest$ = exports.DeleteAttendeeRequest$ = exports.CreateMeetingWithAttendeesResponse$ = exports.CreateMeetingWithAttendeesRequest$ = exports.CreateMeetingResponse$ = exports.CreateMeetingRequest$ = exports.CreateAttendeeResponse$ = exports.CreateAttendeeRequestItem$ = exports.CreateAttendeeRequest$ = exports.CreateAttendeeError$ = exports.ContentFeatures$ = exports.BatchUpdateAttendeeCapabilitiesExceptRequest$ = exports.BatchCreateAttendeeResponse$ = exports.BatchCreateAttendeeRequest$ = exports.AudioFeatures$ = exports.AttendeeIdItem$ = exports.AttendeeFeatures$ = exports.AttendeeCapabilities$ = exports.Attendee$ = exports.errorTypeRegistries = exports.UnprocessableEntityException$ = exports.UnauthorizedException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceFailureException$ = exports.ResourceNotFoundException$ = exports.NotFoundException$ = exports.LimitExceededException$ = exports.ForbiddenException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.ChimeSDKMeetingsServiceException$ = void 0;
4
- exports.UpdateAttendeeCapabilities$ = exports.UntagResource$ = exports.TagResource$ = exports.StopMeetingTranscription$ = exports.StartMeetingTranscription$ = exports.ListTagsForResource$ = exports.ListAttendees$ = exports.GetMeeting$ = exports.GetAttendee$ = exports.DeleteMeeting$ = exports.DeleteAttendee$ = exports.CreateMeetingWithAttendees$ = exports.CreateMeeting$ = exports.CreateAttendee$ = exports.BatchUpdateAttendeeCapabilitiesExcept$ = exports.BatchCreateAttendee$ = exports.VideoFeatures$ = exports.UpdateAttendeeCapabilitiesResponse$ = exports.UpdateAttendeeCapabilitiesRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TranscriptionConfiguration$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _AC = "AttendeeCapabilities";
7
3
  const _AF = "AttendeeFeatures";
@@ -161,85 +157,98 @@ const _nt = "next-token";
161
157
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkmeetings";
162
158
  const _se = "server";
163
159
  const n0 = "com.amazonaws.chimesdkmeetings";
164
- const schema_1 = require("@smithy/core/schema");
165
- const ChimeSDKMeetingsServiceException_1 = require("../models/ChimeSDKMeetingsServiceException");
166
- const errors_1 = require("../models/errors");
167
- const _s_registry = schema_1.TypeRegistry.for(_s);
168
- exports.ChimeSDKMeetingsServiceException$ = [-3, _s, "ChimeSDKMeetingsServiceException", 0, [], []];
169
- _s_registry.registerError(exports.ChimeSDKMeetingsServiceException$, ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException);
170
- const n0_registry = schema_1.TypeRegistry.for(n0);
171
- exports.BadRequestException$ = [-3, n0, _BRE,
160
+ const { TypeRegistry } = require("@smithy/core/schema");
161
+ const { ChimeSDKMeetingsServiceException } = require("../models/ChimeSDKMeetingsServiceException");
162
+ const { BadRequestException, ConflictException, ForbiddenException, LimitExceededException, NotFoundException, ResourceNotFoundException, ServiceFailureException, ServiceUnavailableException, ThrottlingException, TooManyTagsException, UnauthorizedException, UnprocessableEntityException } = require("../models/errors");
163
+ const _s_registry = TypeRegistry.for(_s);
164
+ const ChimeSDKMeetingsServiceException$ = [-3, _s, "ChimeSDKMeetingsServiceException", 0, [], []];
165
+ exports.ChimeSDKMeetingsServiceException$ = ChimeSDKMeetingsServiceException$;
166
+ _s_registry.registerError(ChimeSDKMeetingsServiceException$, ChimeSDKMeetingsServiceException);
167
+ const n0_registry = TypeRegistry.for(n0);
168
+ const BadRequestException$ = [-3, n0, _BRE,
172
169
  { [_e]: _c, [_hE]: 400 },
173
170
  [_C, _M, _RI],
174
171
  [0, 0, 0]
175
172
  ];
176
- n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
177
- exports.ConflictException$ = [-3, n0, _CE,
173
+ exports.BadRequestException$ = BadRequestException$;
174
+ n0_registry.registerError(BadRequestException$, BadRequestException);
175
+ const ConflictException$ = [-3, n0, _CE,
178
176
  { [_e]: _c, [_hE]: 409 },
179
177
  [_C, _M, _RI],
180
178
  [0, 0, 0]
181
179
  ];
182
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
183
- exports.ForbiddenException$ = [-3, n0, _FE,
180
+ exports.ConflictException$ = ConflictException$;
181
+ n0_registry.registerError(ConflictException$, ConflictException);
182
+ const ForbiddenException$ = [-3, n0, _FE,
184
183
  { [_e]: _c, [_hE]: 403 },
185
184
  [_C, _M, _RI],
186
185
  [0, 0, 0]
187
186
  ];
188
- n0_registry.registerError(exports.ForbiddenException$, errors_1.ForbiddenException);
189
- exports.LimitExceededException$ = [-3, n0, _LEE,
187
+ exports.ForbiddenException$ = ForbiddenException$;
188
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
189
+ const LimitExceededException$ = [-3, n0, _LEE,
190
190
  { [_e]: _c, [_hE]: 400 },
191
191
  [_C, _M, _RI],
192
192
  [0, 0, 0]
193
193
  ];
194
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
195
- exports.NotFoundException$ = [-3, n0, _NFE,
194
+ exports.LimitExceededException$ = LimitExceededException$;
195
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
196
+ const NotFoundException$ = [-3, n0, _NFE,
196
197
  { [_e]: _c, [_hE]: 404 },
197
198
  [_C, _M, _RI],
198
199
  [0, 0, 0]
199
200
  ];
200
- n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
201
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
201
+ exports.NotFoundException$ = NotFoundException$;
202
+ n0_registry.registerError(NotFoundException$, NotFoundException);
203
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
202
204
  { [_e]: _c, [_hE]: 404 },
203
205
  [_C, _M, _RI, _RN],
204
206
  [0, 0, 0, 0]
205
207
  ];
206
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
207
- exports.ServiceFailureException$ = [-3, n0, _SFE,
208
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
209
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
210
+ const ServiceFailureException$ = [-3, n0, _SFE,
208
211
  { [_e]: _se, [_hE]: 500 },
209
212
  [_C, _M, _RI],
210
213
  [0, 0, 0]
211
214
  ];
212
- n0_registry.registerError(exports.ServiceFailureException$, errors_1.ServiceFailureException);
213
- exports.ServiceUnavailableException$ = [-3, n0, _SUE,
215
+ exports.ServiceFailureException$ = ServiceFailureException$;
216
+ n0_registry.registerError(ServiceFailureException$, ServiceFailureException);
217
+ const ServiceUnavailableException$ = [-3, n0, _SUE,
214
218
  { [_e]: _se, [_hE]: 503 },
215
219
  [_C, _M, _RI, _RAS],
216
220
  [0, 0, 0, [0, { [_hH]: _RA }]]
217
221
  ];
218
- n0_registry.registerError(exports.ServiceUnavailableException$, errors_1.ServiceUnavailableException);
219
- exports.ThrottlingException$ = [-3, n0, _TE,
222
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
223
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
224
+ const ThrottlingException$ = [-3, n0, _TE,
220
225
  { [_e]: _c, [_hE]: 429 },
221
226
  [_C, _M, _RI],
222
227
  [0, 0, 0]
223
228
  ];
224
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
225
- exports.TooManyTagsException$ = [-3, n0, _TMTE,
229
+ exports.ThrottlingException$ = ThrottlingException$;
230
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
231
+ const TooManyTagsException$ = [-3, n0, _TMTE,
226
232
  { [_e]: _c, [_hE]: 400 },
227
233
  [_C, _M, _RI, _RN],
228
234
  [0, 0, 0, 0]
229
235
  ];
230
- n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
231
- exports.UnauthorizedException$ = [-3, n0, _UE,
236
+ exports.TooManyTagsException$ = TooManyTagsException$;
237
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
238
+ const UnauthorizedException$ = [-3, n0, _UE,
232
239
  { [_e]: _c, [_hE]: 401 },
233
240
  [_C, _M, _RI],
234
241
  [0, 0, 0]
235
242
  ];
236
- n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
237
- exports.UnprocessableEntityException$ = [-3, n0, _UEE,
243
+ exports.UnauthorizedException$ = UnauthorizedException$;
244
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
245
+ const UnprocessableEntityException$ = [-3, n0, _UEE,
238
246
  { [_e]: _c, [_hE]: 422 },
239
247
  [_C, _M, _RI],
240
248
  [0, 0, 0]
241
249
  ];
242
- n0_registry.registerError(exports.UnprocessableEntityException$, errors_1.UnprocessableEntityException);
250
+ exports.UnprocessableEntityException$ = UnprocessableEntityException$;
251
+ n0_registry.registerError(UnprocessableEntityException$, UnprocessableEntityException);
243
252
  exports.errorTypeRegistries = [
244
253
  _s_registry,
245
254
  n0_registry,
@@ -249,296 +258,340 @@ var ClientRequestToken = [0, n0, _CRT, 8, 0];
249
258
  var ExternalMeetingId = [0, n0, _EMI, 8, 0];
250
259
  var ExternalUserId = [0, n0, _EUI, 8, 0];
251
260
  var JoinTokenString = [0, n0, _JTS, 8, 0];
252
- exports.Attendee$ = [3, n0, _At,
261
+ const Attendee$ = [3, n0, _At,
253
262
  0,
254
263
  [_EUI, _AI, _JT, _Ca],
255
- [[() => ExternalUserId, 0], 0, [() => JoinTokenString, 0], () => exports.AttendeeCapabilities$]
264
+ [[() => ExternalUserId, 0], 0, [() => JoinTokenString, 0], () => AttendeeCapabilities$]
256
265
  ];
257
- exports.AttendeeCapabilities$ = [3, n0, _AC,
266
+ exports.Attendee$ = Attendee$;
267
+ const AttendeeCapabilities$ = [3, n0, _AC,
258
268
  0,
259
269
  [_Au, _V, _Co],
260
270
  [0, 0, 0], 3
261
271
  ];
262
- exports.AttendeeFeatures$ = [3, n0, _AF,
272
+ exports.AttendeeCapabilities$ = AttendeeCapabilities$;
273
+ const AttendeeFeatures$ = [3, n0, _AF,
263
274
  0,
264
275
  [_MC],
265
276
  [1]
266
277
  ];
267
- exports.AttendeeIdItem$ = [3, n0, _AII,
278
+ exports.AttendeeFeatures$ = AttendeeFeatures$;
279
+ const AttendeeIdItem$ = [3, n0, _AII,
268
280
  0,
269
281
  [_AI],
270
282
  [0], 1
271
283
  ];
272
- exports.AudioFeatures$ = [3, n0, _AFu,
284
+ exports.AttendeeIdItem$ = AttendeeIdItem$;
285
+ const AudioFeatures$ = [3, n0, _AFu,
273
286
  0,
274
287
  [_ER],
275
288
  [0]
276
289
  ];
277
- exports.BatchCreateAttendeeRequest$ = [3, n0, _BCAR,
290
+ exports.AudioFeatures$ = AudioFeatures$;
291
+ const BatchCreateAttendeeRequest$ = [3, n0, _BCAR,
278
292
  0,
279
293
  [_MI, _Att],
280
294
  [[0, 1], [() => CreateAttendeeRequestItemList, 0]], 2
281
295
  ];
282
- exports.BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
296
+ exports.BatchCreateAttendeeRequest$ = BatchCreateAttendeeRequest$;
297
+ const BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
283
298
  0,
284
299
  [_Att, _E],
285
300
  [[() => AttendeeList, 0], [() => BatchCreateAttendeeErrorList, 0]]
286
301
  ];
287
- exports.BatchUpdateAttendeeCapabilitiesExceptRequest$ = [3, n0, _BUACER,
302
+ exports.BatchCreateAttendeeResponse$ = BatchCreateAttendeeResponse$;
303
+ const BatchUpdateAttendeeCapabilitiesExceptRequest$ = [3, n0, _BUACER,
288
304
  0,
289
305
  [_MI, _EAI, _Ca],
290
- [[0, 1], () => AttendeeIdsList, () => exports.AttendeeCapabilities$], 3
306
+ [[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$], 3
291
307
  ];
292
- exports.ContentFeatures$ = [3, n0, _CF,
308
+ exports.BatchUpdateAttendeeCapabilitiesExceptRequest$ = BatchUpdateAttendeeCapabilitiesExceptRequest$;
309
+ const ContentFeatures$ = [3, n0, _CF,
293
310
  0,
294
311
  [_MR],
295
312
  [0]
296
313
  ];
297
- exports.CreateAttendeeError$ = [3, n0, _CAE,
314
+ exports.ContentFeatures$ = ContentFeatures$;
315
+ const CreateAttendeeError$ = [3, n0, _CAE,
298
316
  0,
299
317
  [_EUI, _EC, _EM],
300
318
  [[() => ExternalUserId, 0], 0, 0]
301
319
  ];
302
- exports.CreateAttendeeRequest$ = [3, n0, _CAR,
320
+ exports.CreateAttendeeError$ = CreateAttendeeError$;
321
+ const CreateAttendeeRequest$ = [3, n0, _CAR,
303
322
  0,
304
323
  [_MI, _EUI, _Ca],
305
- [[0, 1], [() => ExternalUserId, 0], () => exports.AttendeeCapabilities$], 2
324
+ [[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$], 2
306
325
  ];
307
- exports.CreateAttendeeRequestItem$ = [3, n0, _CARI,
326
+ exports.CreateAttendeeRequest$ = CreateAttendeeRequest$;
327
+ const CreateAttendeeRequestItem$ = [3, n0, _CARI,
308
328
  0,
309
329
  [_EUI, _Ca],
310
- [[() => ExternalUserId, 0], () => exports.AttendeeCapabilities$], 1
330
+ [[() => ExternalUserId, 0], () => AttendeeCapabilities$], 1
311
331
  ];
312
- exports.CreateAttendeeResponse$ = [3, n0, _CARr,
332
+ exports.CreateAttendeeRequestItem$ = CreateAttendeeRequestItem$;
333
+ const CreateAttendeeResponse$ = [3, n0, _CARr,
313
334
  0,
314
335
  [_At],
315
- [[() => exports.Attendee$, 0]]
336
+ [[() => Attendee$, 0]]
316
337
  ];
317
- exports.CreateMeetingRequest$ = [3, n0, _CMR,
338
+ exports.CreateAttendeeResponse$ = CreateAttendeeResponse$;
339
+ const CreateMeetingRequest$ = [3, n0, _CMR,
318
340
  0,
319
341
  [_MRe, _EMI, _CRT, _MHI, _NC, _MF, _PMI, _TI, _T, _MPNT],
320
- [0, [() => ExternalMeetingId, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], [() => exports.NotificationsConfiguration$, 0], () => exports.MeetingFeaturesConfiguration$, 0, 64 | 0, () => TagList, 0], 2
342
+ [0, [() => ExternalMeetingId, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], [() => NotificationsConfiguration$, 0], () => MeetingFeaturesConfiguration$, 0, 64 | 0, () => TagList, 0], 2
321
343
  ];
322
- exports.CreateMeetingResponse$ = [3, n0, _CMRr,
344
+ exports.CreateMeetingRequest$ = CreateMeetingRequest$;
345
+ const CreateMeetingResponse$ = [3, n0, _CMRr,
323
346
  0,
324
347
  [_Me],
325
- [[() => exports.Meeting$, 0]]
348
+ [[() => Meeting$, 0]]
326
349
  ];
327
- exports.CreateMeetingWithAttendeesRequest$ = [3, n0, _CMWAR,
350
+ exports.CreateMeetingResponse$ = CreateMeetingResponse$;
351
+ const CreateMeetingWithAttendeesRequest$ = [3, n0, _CMWAR,
328
352
  0,
329
353
  [_MRe, _EMI, _Att, _CRT, _MHI, _MF, _NC, _PMI, _TI, _T, _MPNT],
330
- [0, [() => ExternalMeetingId, 0], [() => CreateMeetingWithAttendeesRequestItemList, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], () => exports.MeetingFeaturesConfiguration$, [() => exports.NotificationsConfiguration$, 0], 0, 64 | 0, () => TagList, 0], 3
354
+ [0, [() => ExternalMeetingId, 0], [() => CreateMeetingWithAttendeesRequestItemList, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], () => MeetingFeaturesConfiguration$, [() => NotificationsConfiguration$, 0], 0, 64 | 0, () => TagList, 0], 3
331
355
  ];
332
- exports.CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
356
+ exports.CreateMeetingWithAttendeesRequest$ = CreateMeetingWithAttendeesRequest$;
357
+ const CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
333
358
  0,
334
359
  [_Me, _Att, _E],
335
- [[() => exports.Meeting$, 0], [() => AttendeeList, 0], [() => BatchCreateAttendeeErrorList, 0]]
360
+ [[() => Meeting$, 0], [() => AttendeeList, 0], [() => BatchCreateAttendeeErrorList, 0]]
336
361
  ];
337
- exports.DeleteAttendeeRequest$ = [3, n0, _DAR,
362
+ exports.CreateMeetingWithAttendeesResponse$ = CreateMeetingWithAttendeesResponse$;
363
+ const DeleteAttendeeRequest$ = [3, n0, _DAR,
338
364
  0,
339
365
  [_MI, _AI],
340
366
  [[0, 1], [0, 1]], 2
341
367
  ];
342
- exports.DeleteMeetingRequest$ = [3, n0, _DMR,
368
+ exports.DeleteAttendeeRequest$ = DeleteAttendeeRequest$;
369
+ const DeleteMeetingRequest$ = [3, n0, _DMR,
343
370
  0,
344
371
  [_MI],
345
372
  [[0, 1]], 1
346
373
  ];
347
- exports.EngineTranscribeMedicalSettings$ = [3, n0, _ETMS,
374
+ exports.DeleteMeetingRequest$ = DeleteMeetingRequest$;
375
+ const EngineTranscribeMedicalSettings$ = [3, n0, _ETMS,
348
376
  0,
349
377
  [_LC, _S, _Ty, _VN, _R, _CIT],
350
378
  [0, 0, 0, 0, 0, 0], 3
351
379
  ];
352
- exports.EngineTranscribeSettings$ = [3, n0, _ETS,
380
+ exports.EngineTranscribeMedicalSettings$ = EngineTranscribeMedicalSettings$;
381
+ const EngineTranscribeSettings$ = [3, n0, _ETS,
353
382
  0,
354
383
  [_LC, _VFM, _VFN, _VN, _R, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _IL, _LO, _PL, _VNo, _VFNo],
355
384
  [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0]
356
385
  ];
357
- exports.GetAttendeeRequest$ = [3, n0, _GAR,
386
+ exports.EngineTranscribeSettings$ = EngineTranscribeSettings$;
387
+ const GetAttendeeRequest$ = [3, n0, _GAR,
358
388
  0,
359
389
  [_MI, _AI],
360
390
  [[0, 1], [0, 1]], 2
361
391
  ];
362
- exports.GetAttendeeResponse$ = [3, n0, _GARe,
392
+ exports.GetAttendeeRequest$ = GetAttendeeRequest$;
393
+ const GetAttendeeResponse$ = [3, n0, _GARe,
363
394
  0,
364
395
  [_At],
365
- [[() => exports.Attendee$, 0]]
396
+ [[() => Attendee$, 0]]
366
397
  ];
367
- exports.GetMeetingRequest$ = [3, n0, _GMR,
398
+ exports.GetAttendeeResponse$ = GetAttendeeResponse$;
399
+ const GetMeetingRequest$ = [3, n0, _GMR,
368
400
  0,
369
401
  [_MI],
370
402
  [[0, 1]], 1
371
403
  ];
372
- exports.GetMeetingResponse$ = [3, n0, _GMRe,
404
+ exports.GetMeetingRequest$ = GetMeetingRequest$;
405
+ const GetMeetingResponse$ = [3, n0, _GMRe,
373
406
  0,
374
407
  [_Me],
375
- [[() => exports.Meeting$, 0]]
408
+ [[() => Meeting$, 0]]
376
409
  ];
377
- exports.ListAttendeesRequest$ = [3, n0, _LAR,
410
+ exports.GetMeetingResponse$ = GetMeetingResponse$;
411
+ const ListAttendeesRequest$ = [3, n0, _LAR,
378
412
  0,
379
413
  [_MI, _NT, _MRa],
380
414
  [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
381
415
  ];
382
- exports.ListAttendeesResponse$ = [3, n0, _LARi,
416
+ exports.ListAttendeesRequest$ = ListAttendeesRequest$;
417
+ const ListAttendeesResponse$ = [3, n0, _LARi,
383
418
  0,
384
419
  [_Att, _NT],
385
420
  [[() => AttendeeList, 0], 0]
386
421
  ];
387
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
422
+ exports.ListAttendeesResponse$ = ListAttendeesResponse$;
423
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
388
424
  0,
389
425
  [_RARN],
390
426
  [[0, { [_hQ]: _a }]], 1
391
427
  ];
392
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
428
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
429
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
393
430
  0,
394
431
  [_T],
395
432
  [() => TagList]
396
433
  ];
397
- exports.MediaPlacement$ = [3, n0, _MP,
434
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
435
+ const MediaPlacement$ = [3, n0, _MP,
398
436
  0,
399
437
  [_AHU, _AFU, _SU, _TCU, _SDU, _SVU, _SSU, _EIU],
400
438
  [0, 0, 0, 0, 0, 0, 0, 0]
401
439
  ];
402
- exports.Meeting$ = [3, n0, _Me,
440
+ exports.MediaPlacement$ = MediaPlacement$;
441
+ const Meeting$ = [3, n0, _Me,
403
442
  0,
404
443
  [_MI, _MHI, _EMI, _MRe, _MP, _MF, _PMI, _TI, _MA],
405
- [0, [() => ExternalUserId, 0], [() => ExternalMeetingId, 0], 0, () => exports.MediaPlacement$, () => exports.MeetingFeaturesConfiguration$, 0, 64 | 0, 0]
444
+ [0, [() => ExternalUserId, 0], [() => ExternalMeetingId, 0], 0, () => MediaPlacement$, () => MeetingFeaturesConfiguration$, 0, 64 | 0, 0]
406
445
  ];
407
- exports.MeetingFeaturesConfiguration$ = [3, n0, _MFC,
446
+ exports.Meeting$ = Meeting$;
447
+ const MeetingFeaturesConfiguration$ = [3, n0, _MFC,
408
448
  0,
409
449
  [_Au, _V, _Co, _At],
410
- [() => exports.AudioFeatures$, () => exports.VideoFeatures$, () => exports.ContentFeatures$, () => exports.AttendeeFeatures$]
450
+ [() => AudioFeatures$, () => VideoFeatures$, () => ContentFeatures$, () => AttendeeFeatures$]
411
451
  ];
412
- exports.NotificationsConfiguration$ = [3, n0, _NC,
452
+ exports.MeetingFeaturesConfiguration$ = MeetingFeaturesConfiguration$;
453
+ const NotificationsConfiguration$ = [3, n0, _NC,
413
454
  0,
414
455
  [_LFA, _STA, _SQA],
415
456
  [[() => Arn, 0], [() => Arn, 0], [() => Arn, 0]]
416
457
  ];
417
- exports.StartMeetingTranscriptionRequest$ = [3, n0, _SMTR,
458
+ exports.NotificationsConfiguration$ = NotificationsConfiguration$;
459
+ const StartMeetingTranscriptionRequest$ = [3, n0, _SMTR,
418
460
  0,
419
461
  [_MI, _TC],
420
- [[0, 1], () => exports.TranscriptionConfiguration$], 2
462
+ [[0, 1], () => TranscriptionConfiguration$], 2
421
463
  ];
422
- exports.StopMeetingTranscriptionRequest$ = [3, n0, _SMTRt,
464
+ exports.StartMeetingTranscriptionRequest$ = StartMeetingTranscriptionRequest$;
465
+ const StopMeetingTranscriptionRequest$ = [3, n0, _SMTRt,
423
466
  0,
424
467
  [_MI],
425
468
  [[0, 1]], 1
426
469
  ];
427
- exports.Tag$ = [3, n0, _Ta,
470
+ exports.StopMeetingTranscriptionRequest$ = StopMeetingTranscriptionRequest$;
471
+ const Tag$ = [3, n0, _Ta,
428
472
  0,
429
473
  [_K, _Va],
430
474
  [0, 0], 2
431
475
  ];
432
- exports.TagResourceRequest$ = [3, n0, _TRR,
476
+ exports.Tag$ = Tag$;
477
+ const TagResourceRequest$ = [3, n0, _TRR,
433
478
  0,
434
479
  [_RARN, _T],
435
480
  [0, () => TagList], 2
436
481
  ];
437
- exports.TagResourceResponse$ = [3, n0, _TRRa,
482
+ exports.TagResourceRequest$ = TagResourceRequest$;
483
+ const TagResourceResponse$ = [3, n0, _TRRa,
438
484
  0,
439
485
  [],
440
486
  []
441
487
  ];
442
- exports.TranscriptionConfiguration$ = [3, n0, _TC,
488
+ exports.TagResourceResponse$ = TagResourceResponse$;
489
+ const TranscriptionConfiguration$ = [3, n0, _TC,
443
490
  0,
444
491
  [_ETS, _ETMS],
445
- [() => exports.EngineTranscribeSettings$, () => exports.EngineTranscribeMedicalSettings$]
492
+ [() => EngineTranscribeSettings$, () => EngineTranscribeMedicalSettings$]
446
493
  ];
447
- exports.UntagResourceRequest$ = [3, n0, _URR,
494
+ exports.TranscriptionConfiguration$ = TranscriptionConfiguration$;
495
+ const UntagResourceRequest$ = [3, n0, _URR,
448
496
  0,
449
497
  [_RARN, _TK],
450
498
  [0, 64 | 0], 2
451
499
  ];
452
- exports.UntagResourceResponse$ = [3, n0, _URRn,
500
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
501
+ const UntagResourceResponse$ = [3, n0, _URRn,
453
502
  0,
454
503
  [],
455
504
  []
456
505
  ];
457
- exports.UpdateAttendeeCapabilitiesRequest$ = [3, n0, _UACR,
506
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
507
+ const UpdateAttendeeCapabilitiesRequest$ = [3, n0, _UACR,
458
508
  0,
459
509
  [_MI, _AI, _Ca],
460
- [[0, 1], [0, 1], () => exports.AttendeeCapabilities$], 3
510
+ [[0, 1], [0, 1], () => AttendeeCapabilities$], 3
461
511
  ];
462
- exports.UpdateAttendeeCapabilitiesResponse$ = [3, n0, _UACRp,
512
+ exports.UpdateAttendeeCapabilitiesRequest$ = UpdateAttendeeCapabilitiesRequest$;
513
+ const UpdateAttendeeCapabilitiesResponse$ = [3, n0, _UACRp,
463
514
  0,
464
515
  [_At],
465
- [[() => exports.Attendee$, 0]]
516
+ [[() => Attendee$, 0]]
466
517
  ];
467
- exports.VideoFeatures$ = [3, n0, _VF,
518
+ exports.UpdateAttendeeCapabilitiesResponse$ = UpdateAttendeeCapabilitiesResponse$;
519
+ const VideoFeatures$ = [3, n0, _VF,
468
520
  0,
469
521
  [_MR],
470
522
  [0]
471
523
  ];
524
+ exports.VideoFeatures$ = VideoFeatures$;
472
525
  var __Unit = "unit";
473
526
  var AttendeeIdsList = [1, n0, _AIL,
474
- 0, () => exports.AttendeeIdItem$
527
+ 0, () => AttendeeIdItem$
475
528
  ];
476
529
  var AttendeeList = [1, n0, _AL,
477
- 0, [() => exports.Attendee$,
530
+ 0, [() => Attendee$,
478
531
  0]
479
532
  ];
480
533
  var BatchCreateAttendeeErrorList = [1, n0, _BCAEL,
481
- 0, [() => exports.CreateAttendeeError$,
534
+ 0, [() => CreateAttendeeError$,
482
535
  0]
483
536
  ];
484
537
  var CreateAttendeeRequestItemList = [1, n0, _CARIL,
485
- 0, [() => exports.CreateAttendeeRequestItem$,
538
+ 0, [() => CreateAttendeeRequestItem$,
486
539
  0]
487
540
  ];
488
541
  var CreateMeetingWithAttendeesRequestItemList = [1, n0, _CMWARIL,
489
- 0, [() => exports.CreateAttendeeRequestItem$,
542
+ 0, [() => CreateAttendeeRequestItem$,
490
543
  0]
491
544
  ];
492
545
  var TagKeyList = 64 | 0;
493
546
  var TagList = [1, n0, _TL,
494
- 0, () => exports.Tag$
547
+ 0, () => Tag$
495
548
  ];
496
549
  var TenantIdList = 64 | 0;
497
550
  exports.BatchCreateAttendee$ = [9, n0, _BCA,
498
- { [_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200] }, () => exports.BatchCreateAttendeeRequest$, () => exports.BatchCreateAttendeeResponse$
551
+ { [_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200] }, () => BatchCreateAttendeeRequest$, () => BatchCreateAttendeeResponse$
499
552
  ];
500
553
  exports.BatchUpdateAttendeeCapabilitiesExcept$ = [9, n0, _BUACE,
501
- { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200] }, () => exports.BatchUpdateAttendeeCapabilitiesExceptRequest$, () => __Unit
554
+ { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200] }, () => BatchUpdateAttendeeCapabilitiesExceptRequest$, () => __Unit
502
555
  ];
503
556
  exports.CreateAttendee$ = [9, n0, _CA,
504
- { [_h]: ["POST", "/meetings/{MeetingId}/attendees", 200] }, () => exports.CreateAttendeeRequest$, () => exports.CreateAttendeeResponse$
557
+ { [_h]: ["POST", "/meetings/{MeetingId}/attendees", 200] }, () => CreateAttendeeRequest$, () => CreateAttendeeResponse$
505
558
  ];
506
559
  exports.CreateMeeting$ = [9, n0, _CM,
507
- { [_h]: ["POST", "/meetings", 200] }, () => exports.CreateMeetingRequest$, () => exports.CreateMeetingResponse$
560
+ { [_h]: ["POST", "/meetings", 200] }, () => CreateMeetingRequest$, () => CreateMeetingResponse$
508
561
  ];
509
562
  exports.CreateMeetingWithAttendees$ = [9, n0, _CMWA,
510
- { [_h]: ["POST", "/meetings?operation=create-attendees", 200] }, () => exports.CreateMeetingWithAttendeesRequest$, () => exports.CreateMeetingWithAttendeesResponse$
563
+ { [_h]: ["POST", "/meetings?operation=create-attendees", 200] }, () => CreateMeetingWithAttendeesRequest$, () => CreateMeetingWithAttendeesResponse$
511
564
  ];
512
565
  exports.DeleteAttendee$ = [9, n0, _DA,
513
- { [_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204] }, () => exports.DeleteAttendeeRequest$, () => __Unit
566
+ { [_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204] }, () => DeleteAttendeeRequest$, () => __Unit
514
567
  ];
515
568
  exports.DeleteMeeting$ = [9, n0, _DM,
516
- { [_h]: ["DELETE", "/meetings/{MeetingId}", 204] }, () => exports.DeleteMeetingRequest$, () => __Unit
569
+ { [_h]: ["DELETE", "/meetings/{MeetingId}", 204] }, () => DeleteMeetingRequest$, () => __Unit
517
570
  ];
518
571
  exports.GetAttendee$ = [9, n0, _GA,
519
- { [_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200] }, () => exports.GetAttendeeRequest$, () => exports.GetAttendeeResponse$
572
+ { [_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200] }, () => GetAttendeeRequest$, () => GetAttendeeResponse$
520
573
  ];
521
574
  exports.GetMeeting$ = [9, n0, _GM,
522
- { [_h]: ["GET", "/meetings/{MeetingId}", 200] }, () => exports.GetMeetingRequest$, () => exports.GetMeetingResponse$
575
+ { [_h]: ["GET", "/meetings/{MeetingId}", 200] }, () => GetMeetingRequest$, () => GetMeetingResponse$
523
576
  ];
524
577
  exports.ListAttendees$ = [9, n0, _LA,
525
- { [_h]: ["GET", "/meetings/{MeetingId}/attendees", 200] }, () => exports.ListAttendeesRequest$, () => exports.ListAttendeesResponse$
578
+ { [_h]: ["GET", "/meetings/{MeetingId}/attendees", 200] }, () => ListAttendeesRequest$, () => ListAttendeesResponse$
526
579
  ];
527
580
  exports.ListTagsForResource$ = [9, n0, _LTFR,
528
- { [_h]: ["GET", "/tags", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
581
+ { [_h]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
529
582
  ];
530
583
  exports.StartMeetingTranscription$ = [9, n0, _SMT,
531
- { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200] }, () => exports.StartMeetingTranscriptionRequest$, () => __Unit
584
+ { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200] }, () => StartMeetingTranscriptionRequest$, () => __Unit
532
585
  ];
533
586
  exports.StopMeetingTranscription$ = [9, n0, _SMTt,
534
- { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200] }, () => exports.StopMeetingTranscriptionRequest$, () => __Unit
587
+ { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200] }, () => StopMeetingTranscriptionRequest$, () => __Unit
535
588
  ];
536
589
  exports.TagResource$ = [9, n0, _TR,
537
- { [_h]: ["POST", "/tags?operation=tag-resource", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
590
+ { [_h]: ["POST", "/tags?operation=tag-resource", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
538
591
  ];
539
592
  exports.UntagResource$ = [9, n0, _UR,
540
- { [_h]: ["POST", "/tags?operation=untag-resource", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
593
+ { [_h]: ["POST", "/tags?operation=untag-resource", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
541
594
  ];
542
595
  exports.UpdateAttendeeCapabilities$ = [9, n0, _UAC,
543
- { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200] }, () => exports.UpdateAttendeeCapabilitiesRequest$, () => exports.UpdateAttendeeCapabilitiesResponse$
596
+ { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200] }, () => UpdateAttendeeCapabilitiesRequest$, () => UpdateAttendeeCapabilitiesResponse$
544
597
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.1067.0",
4
+ "version": "3.1069.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",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo chime-sdk-meetings",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",