@aws-sdk/client-chime-sdk-meetings 3.1075.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultChimeSDKMeetingsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchCreateAttendee$, BatchUpdateAttendeeCapabilitiesExcept$, CreateAttendee$, CreateMeeting$, CreateMeetingWithAttendees$, DeleteAttendee$, DeleteMeeting$, GetAttendee$, GetMeeting$, ListAttendees$, ListTagsForResource$, StartMeetingTranscription$, StopMeetingTranscription$, TagResource$, UntagResource$, UpdateAttendeeCapabilities$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { ChimeSDKMeetingsServiceException } = require("./models/ChimeSDKMeetingsServiceException");
18
- exports.ChimeSDKMeetingsServiceException = ChimeSDKMeetingsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultChimeSDKMeetingsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "chime",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultChimeSDKMeetingsHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,900 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class ChimeSDKMeetingsServiceException extends ServiceException {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, ChimeSDKMeetingsServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class BadRequestException extends ChimeSDKMeetingsServiceException {
140
+ name = "BadRequestException";
141
+ $fault = "client";
142
+ Code;
143
+ Message;
144
+ RequestId;
145
+ constructor(opts) {
146
+ super({
147
+ name: "BadRequestException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ Object.setPrototypeOf(this, BadRequestException.prototype);
152
+ this.Code = opts.Code;
153
+ this.Message = opts.Message;
154
+ this.RequestId = opts.RequestId;
155
+ }
156
+ }
157
+ class ForbiddenException extends ChimeSDKMeetingsServiceException {
158
+ name = "ForbiddenException";
159
+ $fault = "client";
160
+ Code;
161
+ Message;
162
+ RequestId;
163
+ constructor(opts) {
164
+ super({
165
+ name: "ForbiddenException",
166
+ $fault: "client",
167
+ ...opts,
168
+ });
169
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
170
+ this.Code = opts.Code;
171
+ this.Message = opts.Message;
172
+ this.RequestId = opts.RequestId;
173
+ }
174
+ }
175
+ class LimitExceededException extends ChimeSDKMeetingsServiceException {
176
+ name = "LimitExceededException";
177
+ $fault = "client";
178
+ Code;
179
+ Message;
180
+ RequestId;
181
+ constructor(opts) {
182
+ super({
183
+ name: "LimitExceededException",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
188
+ this.Code = opts.Code;
189
+ this.Message = opts.Message;
190
+ this.RequestId = opts.RequestId;
191
+ }
192
+ }
193
+ class NotFoundException extends ChimeSDKMeetingsServiceException {
194
+ name = "NotFoundException";
195
+ $fault = "client";
196
+ Code;
197
+ Message;
198
+ RequestId;
199
+ constructor(opts) {
200
+ super({
201
+ name: "NotFoundException",
202
+ $fault: "client",
203
+ ...opts,
204
+ });
205
+ Object.setPrototypeOf(this, NotFoundException.prototype);
206
+ this.Code = opts.Code;
207
+ this.Message = opts.Message;
208
+ this.RequestId = opts.RequestId;
209
+ }
210
+ }
211
+ class ServiceFailureException extends ChimeSDKMeetingsServiceException {
212
+ name = "ServiceFailureException";
213
+ $fault = "server";
214
+ Code;
215
+ Message;
216
+ RequestId;
217
+ constructor(opts) {
218
+ super({
219
+ name: "ServiceFailureException",
220
+ $fault: "server",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, ServiceFailureException.prototype);
224
+ this.Code = opts.Code;
225
+ this.Message = opts.Message;
226
+ this.RequestId = opts.RequestId;
227
+ }
228
+ }
229
+ class ServiceUnavailableException extends ChimeSDKMeetingsServiceException {
230
+ name = "ServiceUnavailableException";
231
+ $fault = "server";
232
+ Code;
233
+ Message;
234
+ RequestId;
235
+ RetryAfterSeconds;
236
+ constructor(opts) {
237
+ super({
238
+ name: "ServiceUnavailableException",
239
+ $fault: "server",
240
+ ...opts,
241
+ });
242
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
243
+ this.Code = opts.Code;
244
+ this.Message = opts.Message;
245
+ this.RequestId = opts.RequestId;
246
+ this.RetryAfterSeconds = opts.RetryAfterSeconds;
247
+ }
248
+ }
249
+ class ThrottlingException extends ChimeSDKMeetingsServiceException {
250
+ name = "ThrottlingException";
251
+ $fault = "client";
252
+ Code;
253
+ Message;
254
+ RequestId;
255
+ constructor(opts) {
256
+ super({
257
+ name: "ThrottlingException",
258
+ $fault: "client",
259
+ ...opts,
260
+ });
261
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
262
+ this.Code = opts.Code;
263
+ this.Message = opts.Message;
264
+ this.RequestId = opts.RequestId;
265
+ }
266
+ }
267
+ class UnauthorizedException extends ChimeSDKMeetingsServiceException {
268
+ name = "UnauthorizedException";
269
+ $fault = "client";
270
+ Code;
271
+ Message;
272
+ RequestId;
273
+ constructor(opts) {
274
+ super({
275
+ name: "UnauthorizedException",
276
+ $fault: "client",
277
+ ...opts,
278
+ });
279
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
280
+ this.Code = opts.Code;
281
+ this.Message = opts.Message;
282
+ this.RequestId = opts.RequestId;
283
+ }
284
+ }
285
+ class UnprocessableEntityException extends ChimeSDKMeetingsServiceException {
286
+ name = "UnprocessableEntityException";
287
+ $fault = "client";
288
+ Code;
289
+ Message;
290
+ RequestId;
291
+ constructor(opts) {
292
+ super({
293
+ name: "UnprocessableEntityException",
294
+ $fault: "client",
295
+ ...opts,
296
+ });
297
+ Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
298
+ this.Code = opts.Code;
299
+ this.Message = opts.Message;
300
+ this.RequestId = opts.RequestId;
301
+ }
302
+ }
303
+ class ConflictException extends ChimeSDKMeetingsServiceException {
304
+ name = "ConflictException";
305
+ $fault = "client";
306
+ Code;
307
+ Message;
308
+ RequestId;
309
+ constructor(opts) {
310
+ super({
311
+ name: "ConflictException",
312
+ $fault: "client",
313
+ ...opts,
314
+ });
315
+ Object.setPrototypeOf(this, ConflictException.prototype);
316
+ this.Code = opts.Code;
317
+ this.Message = opts.Message;
318
+ this.RequestId = opts.RequestId;
319
+ }
320
+ }
321
+ class ResourceNotFoundException extends ChimeSDKMeetingsServiceException {
322
+ name = "ResourceNotFoundException";
323
+ $fault = "client";
324
+ Code;
325
+ Message;
326
+ RequestId;
327
+ ResourceName;
328
+ constructor(opts) {
329
+ super({
330
+ name: "ResourceNotFoundException",
331
+ $fault: "client",
332
+ ...opts,
333
+ });
334
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
335
+ this.Code = opts.Code;
336
+ this.Message = opts.Message;
337
+ this.RequestId = opts.RequestId;
338
+ this.ResourceName = opts.ResourceName;
339
+ }
340
+ }
341
+ class TooManyTagsException extends ChimeSDKMeetingsServiceException {
342
+ name = "TooManyTagsException";
343
+ $fault = "client";
344
+ Code;
345
+ Message;
346
+ RequestId;
347
+ ResourceName;
348
+ constructor(opts) {
349
+ super({
350
+ name: "TooManyTagsException",
351
+ $fault: "client",
352
+ ...opts,
353
+ });
354
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
355
+ this.Code = opts.Code;
356
+ this.Message = opts.Message;
357
+ this.RequestId = opts.RequestId;
358
+ this.ResourceName = opts.ResourceName;
359
+ }
360
+ }
361
+
362
+ const _A = "Arn";
363
+ const _AC = "AttendeeCapabilities";
364
+ const _AF = "AttendeeFeatures";
365
+ const _AFU = "AudioFallbackUrl";
366
+ const _AFu = "AudioFeatures";
367
+ const _AHU = "AudioHostUrl";
368
+ const _AI = "AttendeeId";
369
+ const _AII = "AttendeeIdItem";
370
+ const _AIL = "AttendeeIdsList";
371
+ const _AL = "AttendeeList";
372
+ const _At = "Attendee";
373
+ const _Att = "Attendees";
374
+ const _Au = "Audio";
375
+ const _BCA = "BatchCreateAttendee";
376
+ const _BCAEL = "BatchCreateAttendeeErrorList";
377
+ const _BCAR = "BatchCreateAttendeeRequest";
378
+ const _BCARa = "BatchCreateAttendeeResponse";
379
+ const _BRE = "BadRequestException";
380
+ const _BUACE = "BatchUpdateAttendeeCapabilitiesExcept";
381
+ const _BUACER = "BatchUpdateAttendeeCapabilitiesExceptRequest";
382
+ const _C = "Code";
383
+ const _CA = "CreateAttendee";
384
+ const _CAE = "CreateAttendeeError";
385
+ const _CAR = "CreateAttendeeRequest";
386
+ const _CARI = "CreateAttendeeRequestItem";
387
+ const _CARIL = "CreateAttendeeRequestItemList";
388
+ const _CARr = "CreateAttendeeResponse";
389
+ const _CE = "ConflictException";
390
+ const _CF = "ContentFeatures";
391
+ const _CIT = "ContentIdentificationType";
392
+ const _CM = "CreateMeeting";
393
+ const _CMR = "CreateMeetingRequest";
394
+ const _CMRr = "CreateMeetingResponse";
395
+ const _CMWA = "CreateMeetingWithAttendees";
396
+ const _CMWAR = "CreateMeetingWithAttendeesRequest";
397
+ const _CMWARIL = "CreateMeetingWithAttendeesRequestItemList";
398
+ const _CMWARr = "CreateMeetingWithAttendeesResponse";
399
+ const _CRT = "ClientRequestToken";
400
+ const _CRTo = "ContentRedactionType";
401
+ const _Ca = "Capabilities";
402
+ const _Co = "Content";
403
+ const _DA = "DeleteAttendee";
404
+ const _DAR = "DeleteAttendeeRequest";
405
+ const _DM = "DeleteMeeting";
406
+ const _DMR = "DeleteMeetingRequest";
407
+ const _E = "Errors";
408
+ const _EAI = "ExcludedAttendeeIds";
409
+ const _EC = "ErrorCode";
410
+ const _EIU = "EventIngestionUrl";
411
+ const _EM = "ErrorMessage";
412
+ const _EMI = "ExternalMeetingId";
413
+ const _EPRS = "EnablePartialResultsStabilization";
414
+ const _ER = "EchoReduction";
415
+ const _ETMS = "EngineTranscribeMedicalSettings";
416
+ const _ETS = "EngineTranscribeSettings";
417
+ const _EUI = "ExternalUserId";
418
+ const _FE = "ForbiddenException";
419
+ const _GA = "GetAttendee";
420
+ const _GAR = "GetAttendeeRequest";
421
+ const _GARe = "GetAttendeeResponse";
422
+ const _GM = "GetMeeting";
423
+ const _GMR = "GetMeetingRequest";
424
+ const _GMRe = "GetMeetingResponse";
425
+ const _IL = "IdentifyLanguage";
426
+ const _JT = "JoinToken";
427
+ const _JTS = "JoinTokenString";
428
+ const _K = "Key";
429
+ const _LA = "ListAttendees";
430
+ const _LAR = "ListAttendeesRequest";
431
+ const _LARi = "ListAttendeesResponse";
432
+ const _LC = "LanguageCode";
433
+ const _LEE = "LimitExceededException";
434
+ const _LFA = "LambdaFunctionArn";
435
+ const _LMN = "LanguageModelName";
436
+ const _LO = "LanguageOptions";
437
+ const _LTFR = "ListTagsForResource";
438
+ const _LTFRR = "ListTagsForResourceRequest";
439
+ const _LTFRRi = "ListTagsForResourceResponse";
440
+ const _M = "Message";
441
+ const _MA = "MeetingArn";
442
+ const _MC = "MaxCount";
443
+ const _MF = "MeetingFeatures";
444
+ const _MFC = "MeetingFeaturesConfiguration";
445
+ const _MHI = "MeetingHostId";
446
+ const _MI = "MeetingId";
447
+ const _MP = "MediaPlacement";
448
+ const _MPNT = "MediaPlacementNetworkType";
449
+ const _MR = "MaxResolution";
450
+ const _MRa = "MaxResults";
451
+ const _MRe = "MediaRegion";
452
+ const _Me = "Meeting";
453
+ const _NC = "NotificationsConfiguration";
454
+ const _NFE = "NotFoundException";
455
+ const _NT = "NextToken";
456
+ const _PET = "PiiEntityTypes";
457
+ const _PL = "PreferredLanguage";
458
+ const _PMI = "PrimaryMeetingId";
459
+ const _PRS = "PartialResultsStability";
460
+ const _R = "Region";
461
+ const _RA = "Retry-After";
462
+ const _RARN = "ResourceARN";
463
+ const _RAS = "RetryAfterSeconds";
464
+ const _RI = "RequestId";
465
+ const _RN = "ResourceName";
466
+ const _RNFE = "ResourceNotFoundException";
467
+ const _S = "Specialty";
468
+ const _SDU = "ScreenDataUrl";
469
+ const _SFE = "ServiceFailureException";
470
+ const _SMT = "StartMeetingTranscription";
471
+ const _SMTR = "StartMeetingTranscriptionRequest";
472
+ const _SMTRt = "StopMeetingTranscriptionRequest";
473
+ const _SMTt = "StopMeetingTranscription";
474
+ const _SQA = "SqsQueueArn";
475
+ const _SSU = "ScreenSharingUrl";
476
+ const _STA = "SnsTopicArn";
477
+ const _SU = "SignalingUrl";
478
+ const _SUE = "ServiceUnavailableException";
479
+ const _SVU = "ScreenViewingUrl";
480
+ const _T = "Tags";
481
+ const _TC = "TranscriptionConfiguration";
482
+ const _TCU = "TurnControlUrl";
483
+ const _TE = "ThrottlingException";
484
+ const _TI = "TenantIds";
485
+ const _TK = "TagKeys";
486
+ const _TL = "TagList";
487
+ const _TMTE = "TooManyTagsException";
488
+ const _TR = "TagResource";
489
+ const _TRR = "TagResourceRequest";
490
+ const _TRRa = "TagResourceResponse";
491
+ const _Ta = "Tag";
492
+ const _Ty = "Type";
493
+ const _UAC = "UpdateAttendeeCapabilities";
494
+ const _UACR = "UpdateAttendeeCapabilitiesRequest";
495
+ const _UACRp = "UpdateAttendeeCapabilitiesResponse";
496
+ const _UE = "UnauthorizedException";
497
+ const _UEE = "UnprocessableEntityException";
498
+ const _UR = "UntagResource";
499
+ const _URR = "UntagResourceRequest";
500
+ const _URRn = "UntagResourceResponse";
501
+ const _V = "Video";
502
+ const _VF = "VideoFeatures";
503
+ const _VFM = "VocabularyFilterMethod";
504
+ const _VFN = "VocabularyFilterName";
505
+ const _VFNo = "VocabularyFilterNames";
506
+ const _VN = "VocabularyName";
507
+ const _VNo = "VocabularyNames";
508
+ const _Va = "Value";
509
+ const _a = "arn";
510
+ const _c = "client";
511
+ const _e = "error";
512
+ const _h = "http";
513
+ const _hE = "httpError";
514
+ const _hH = "httpHeader";
515
+ const _hQ = "httpQuery";
516
+ const _mr = "max-results";
517
+ const _nt = "next-token";
518
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkmeetings";
519
+ const _se = "server";
520
+ const n0 = "com.amazonaws.chimesdkmeetings";
521
+ const _s_registry = TypeRegistry.for(_s);
522
+ var ChimeSDKMeetingsServiceException$ = [-3, _s, "ChimeSDKMeetingsServiceException", 0, [], []];
523
+ _s_registry.registerError(ChimeSDKMeetingsServiceException$, ChimeSDKMeetingsServiceException);
524
+ const n0_registry = TypeRegistry.for(n0);
525
+ var BadRequestException$ = [-3, n0, _BRE,
526
+ { [_e]: _c, [_hE]: 400 },
527
+ [_C, _M, _RI],
528
+ [0, 0, 0]
529
+ ];
530
+ n0_registry.registerError(BadRequestException$, BadRequestException);
531
+ var ConflictException$ = [-3, n0, _CE,
532
+ { [_e]: _c, [_hE]: 409 },
533
+ [_C, _M, _RI],
534
+ [0, 0, 0]
535
+ ];
536
+ n0_registry.registerError(ConflictException$, ConflictException);
537
+ var ForbiddenException$ = [-3, n0, _FE,
538
+ { [_e]: _c, [_hE]: 403 },
539
+ [_C, _M, _RI],
540
+ [0, 0, 0]
541
+ ];
542
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
543
+ var LimitExceededException$ = [-3, n0, _LEE,
544
+ { [_e]: _c, [_hE]: 400 },
545
+ [_C, _M, _RI],
546
+ [0, 0, 0]
547
+ ];
548
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
549
+ var NotFoundException$ = [-3, n0, _NFE,
550
+ { [_e]: _c, [_hE]: 404 },
551
+ [_C, _M, _RI],
552
+ [0, 0, 0]
553
+ ];
554
+ n0_registry.registerError(NotFoundException$, NotFoundException);
555
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
556
+ { [_e]: _c, [_hE]: 404 },
557
+ [_C, _M, _RI, _RN],
558
+ [0, 0, 0, 0]
559
+ ];
560
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
561
+ var ServiceFailureException$ = [-3, n0, _SFE,
562
+ { [_e]: _se, [_hE]: 500 },
563
+ [_C, _M, _RI],
564
+ [0, 0, 0]
565
+ ];
566
+ n0_registry.registerError(ServiceFailureException$, ServiceFailureException);
567
+ var ServiceUnavailableException$ = [-3, n0, _SUE,
568
+ { [_e]: _se, [_hE]: 503 },
569
+ [_C, _M, _RI, _RAS],
570
+ [0, 0, 0, [0, { [_hH]: _RA }]]
571
+ ];
572
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
573
+ var ThrottlingException$ = [-3, n0, _TE,
574
+ { [_e]: _c, [_hE]: 429 },
575
+ [_C, _M, _RI],
576
+ [0, 0, 0]
577
+ ];
578
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
579
+ var TooManyTagsException$ = [-3, n0, _TMTE,
580
+ { [_e]: _c, [_hE]: 400 },
581
+ [_C, _M, _RI, _RN],
582
+ [0, 0, 0, 0]
583
+ ];
584
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
585
+ var UnauthorizedException$ = [-3, n0, _UE,
586
+ { [_e]: _c, [_hE]: 401 },
587
+ [_C, _M, _RI],
588
+ [0, 0, 0]
589
+ ];
590
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
591
+ var UnprocessableEntityException$ = [-3, n0, _UEE,
592
+ { [_e]: _c, [_hE]: 422 },
593
+ [_C, _M, _RI],
594
+ [0, 0, 0]
595
+ ];
596
+ n0_registry.registerError(UnprocessableEntityException$, UnprocessableEntityException);
597
+ const errorTypeRegistries = [
598
+ _s_registry,
599
+ n0_registry,
600
+ ];
601
+ var Arn = [0, n0, _A, 8, 0];
602
+ var ClientRequestToken = [0, n0, _CRT, 8, 0];
603
+ var ExternalMeetingId = [0, n0, _EMI, 8, 0];
604
+ var ExternalUserId = [0, n0, _EUI, 8, 0];
605
+ var JoinTokenString = [0, n0, _JTS, 8, 0];
606
+ var Attendee$ = [3, n0, _At,
607
+ 0,
608
+ [_EUI, _AI, _JT, _Ca],
609
+ [[() => ExternalUserId, 0], 0, [() => JoinTokenString, 0], () => AttendeeCapabilities$]
610
+ ];
611
+ var AttendeeCapabilities$ = [3, n0, _AC,
612
+ 0,
613
+ [_Au, _V, _Co],
614
+ [0, 0, 0], 3
615
+ ];
616
+ var AttendeeFeatures$ = [3, n0, _AF,
617
+ 0,
618
+ [_MC],
619
+ [1]
620
+ ];
621
+ var AttendeeIdItem$ = [3, n0, _AII,
622
+ 0,
623
+ [_AI],
624
+ [0], 1
625
+ ];
626
+ var AudioFeatures$ = [3, n0, _AFu,
627
+ 0,
628
+ [_ER],
629
+ [0]
630
+ ];
631
+ var BatchCreateAttendeeRequest$ = [3, n0, _BCAR,
632
+ 0,
633
+ [_MI, _Att],
634
+ [[0, 1], [() => CreateAttendeeRequestItemList, 0]], 2
635
+ ];
636
+ var BatchCreateAttendeeResponse$ = [3, n0, _BCARa,
637
+ 0,
638
+ [_Att, _E],
639
+ [[() => AttendeeList, 0], [() => BatchCreateAttendeeErrorList, 0]]
640
+ ];
641
+ var BatchUpdateAttendeeCapabilitiesExceptRequest$ = [3, n0, _BUACER,
642
+ 0,
643
+ [_MI, _EAI, _Ca],
644
+ [[0, 1], () => AttendeeIdsList, () => AttendeeCapabilities$], 3
645
+ ];
646
+ var ContentFeatures$ = [3, n0, _CF,
647
+ 0,
648
+ [_MR],
649
+ [0]
650
+ ];
651
+ var CreateAttendeeError$ = [3, n0, _CAE,
652
+ 0,
653
+ [_EUI, _EC, _EM],
654
+ [[() => ExternalUserId, 0], 0, 0]
655
+ ];
656
+ var CreateAttendeeRequest$ = [3, n0, _CAR,
657
+ 0,
658
+ [_MI, _EUI, _Ca],
659
+ [[0, 1], [() => ExternalUserId, 0], () => AttendeeCapabilities$], 2
660
+ ];
661
+ var CreateAttendeeRequestItem$ = [3, n0, _CARI,
662
+ 0,
663
+ [_EUI, _Ca],
664
+ [[() => ExternalUserId, 0], () => AttendeeCapabilities$], 1
665
+ ];
666
+ var CreateAttendeeResponse$ = [3, n0, _CARr,
667
+ 0,
668
+ [_At],
669
+ [[() => Attendee$, 0]]
670
+ ];
671
+ var CreateMeetingRequest$ = [3, n0, _CMR,
672
+ 0,
673
+ [_MRe, _EMI, _CRT, _MHI, _NC, _MF, _PMI, _TI, _T, _MPNT],
674
+ [0, [() => ExternalMeetingId, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], [() => NotificationsConfiguration$, 0], () => MeetingFeaturesConfiguration$, 0, 64 | 0, () => TagList, 0], 2
675
+ ];
676
+ var CreateMeetingResponse$ = [3, n0, _CMRr,
677
+ 0,
678
+ [_Me],
679
+ [[() => Meeting$, 0]]
680
+ ];
681
+ var CreateMeetingWithAttendeesRequest$ = [3, n0, _CMWAR,
682
+ 0,
683
+ [_MRe, _EMI, _Att, _CRT, _MHI, _MF, _NC, _PMI, _TI, _T, _MPNT],
684
+ [0, [() => ExternalMeetingId, 0], [() => CreateMeetingWithAttendeesRequestItemList, 0], [() => ClientRequestToken, 4], [() => ExternalUserId, 0], () => MeetingFeaturesConfiguration$, [() => NotificationsConfiguration$, 0], 0, 64 | 0, () => TagList, 0], 3
685
+ ];
686
+ var CreateMeetingWithAttendeesResponse$ = [3, n0, _CMWARr,
687
+ 0,
688
+ [_Me, _Att, _E],
689
+ [[() => Meeting$, 0], [() => AttendeeList, 0], [() => BatchCreateAttendeeErrorList, 0]]
690
+ ];
691
+ var DeleteAttendeeRequest$ = [3, n0, _DAR,
692
+ 0,
693
+ [_MI, _AI],
694
+ [[0, 1], [0, 1]], 2
695
+ ];
696
+ var DeleteMeetingRequest$ = [3, n0, _DMR,
697
+ 0,
698
+ [_MI],
699
+ [[0, 1]], 1
700
+ ];
701
+ var EngineTranscribeMedicalSettings$ = [3, n0, _ETMS,
702
+ 0,
703
+ [_LC, _S, _Ty, _VN, _R, _CIT],
704
+ [0, 0, 0, 0, 0, 0], 3
705
+ ];
706
+ var EngineTranscribeSettings$ = [3, n0, _ETS,
707
+ 0,
708
+ [_LC, _VFM, _VFN, _VN, _R, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _IL, _LO, _PL, _VNo, _VFNo],
709
+ [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0]
710
+ ];
711
+ var GetAttendeeRequest$ = [3, n0, _GAR,
712
+ 0,
713
+ [_MI, _AI],
714
+ [[0, 1], [0, 1]], 2
715
+ ];
716
+ var GetAttendeeResponse$ = [3, n0, _GARe,
717
+ 0,
718
+ [_At],
719
+ [[() => Attendee$, 0]]
720
+ ];
721
+ var GetMeetingRequest$ = [3, n0, _GMR,
722
+ 0,
723
+ [_MI],
724
+ [[0, 1]], 1
725
+ ];
726
+ var GetMeetingResponse$ = [3, n0, _GMRe,
727
+ 0,
728
+ [_Me],
729
+ [[() => Meeting$, 0]]
730
+ ];
731
+ var ListAttendeesRequest$ = [3, n0, _LAR,
732
+ 0,
733
+ [_MI, _NT, _MRa],
734
+ [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
735
+ ];
736
+ var ListAttendeesResponse$ = [3, n0, _LARi,
737
+ 0,
738
+ [_Att, _NT],
739
+ [[() => AttendeeList, 0], 0]
740
+ ];
741
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
742
+ 0,
743
+ [_RARN],
744
+ [[0, { [_hQ]: _a }]], 1
745
+ ];
746
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
747
+ 0,
748
+ [_T],
749
+ [() => TagList]
750
+ ];
751
+ var MediaPlacement$ = [3, n0, _MP,
752
+ 0,
753
+ [_AHU, _AFU, _SU, _TCU, _SDU, _SVU, _SSU, _EIU],
754
+ [0, 0, 0, 0, 0, 0, 0, 0]
755
+ ];
756
+ var Meeting$ = [3, n0, _Me,
757
+ 0,
758
+ [_MI, _MHI, _EMI, _MRe, _MP, _MF, _PMI, _TI, _MA],
759
+ [0, [() => ExternalUserId, 0], [() => ExternalMeetingId, 0], 0, () => MediaPlacement$, () => MeetingFeaturesConfiguration$, 0, 64 | 0, 0]
760
+ ];
761
+ var MeetingFeaturesConfiguration$ = [3, n0, _MFC,
762
+ 0,
763
+ [_Au, _V, _Co, _At],
764
+ [() => AudioFeatures$, () => VideoFeatures$, () => ContentFeatures$, () => AttendeeFeatures$]
765
+ ];
766
+ var NotificationsConfiguration$ = [3, n0, _NC,
767
+ 0,
768
+ [_LFA, _STA, _SQA],
769
+ [[() => Arn, 0], [() => Arn, 0], [() => Arn, 0]]
770
+ ];
771
+ var StartMeetingTranscriptionRequest$ = [3, n0, _SMTR,
772
+ 0,
773
+ [_MI, _TC],
774
+ [[0, 1], () => TranscriptionConfiguration$], 2
775
+ ];
776
+ var StopMeetingTranscriptionRequest$ = [3, n0, _SMTRt,
777
+ 0,
778
+ [_MI],
779
+ [[0, 1]], 1
780
+ ];
781
+ var Tag$ = [3, n0, _Ta,
782
+ 0,
783
+ [_K, _Va],
784
+ [0, 0], 2
785
+ ];
786
+ var TagResourceRequest$ = [3, n0, _TRR,
787
+ 0,
788
+ [_RARN, _T],
789
+ [0, () => TagList], 2
790
+ ];
791
+ var TagResourceResponse$ = [3, n0, _TRRa,
792
+ 0,
793
+ [],
794
+ []
795
+ ];
796
+ var TranscriptionConfiguration$ = [3, n0, _TC,
797
+ 0,
798
+ [_ETS, _ETMS],
799
+ [() => EngineTranscribeSettings$, () => EngineTranscribeMedicalSettings$]
800
+ ];
801
+ var UntagResourceRequest$ = [3, n0, _URR,
802
+ 0,
803
+ [_RARN, _TK],
804
+ [0, 64 | 0], 2
805
+ ];
806
+ var UntagResourceResponse$ = [3, n0, _URRn,
807
+ 0,
808
+ [],
809
+ []
810
+ ];
811
+ var UpdateAttendeeCapabilitiesRequest$ = [3, n0, _UACR,
812
+ 0,
813
+ [_MI, _AI, _Ca],
814
+ [[0, 1], [0, 1], () => AttendeeCapabilities$], 3
815
+ ];
816
+ var UpdateAttendeeCapabilitiesResponse$ = [3, n0, _UACRp,
817
+ 0,
818
+ [_At],
819
+ [[() => Attendee$, 0]]
820
+ ];
821
+ var VideoFeatures$ = [3, n0, _VF,
822
+ 0,
823
+ [_MR],
824
+ [0]
825
+ ];
826
+ var __Unit = "unit";
827
+ var AttendeeIdsList = [1, n0, _AIL,
828
+ 0, () => AttendeeIdItem$
829
+ ];
830
+ var AttendeeList = [1, n0, _AL,
831
+ 0, [() => Attendee$,
832
+ 0]
833
+ ];
834
+ var BatchCreateAttendeeErrorList = [1, n0, _BCAEL,
835
+ 0, [() => CreateAttendeeError$,
836
+ 0]
837
+ ];
838
+ var CreateAttendeeRequestItemList = [1, n0, _CARIL,
839
+ 0, [() => CreateAttendeeRequestItem$,
840
+ 0]
841
+ ];
842
+ var CreateMeetingWithAttendeesRequestItemList = [1, n0, _CMWARIL,
843
+ 0, [() => CreateAttendeeRequestItem$,
844
+ 0]
845
+ ];
846
+ var TagList = [1, n0, _TL,
847
+ 0, () => Tag$
848
+ ];
849
+ var BatchCreateAttendee$ = [9, n0, _BCA,
850
+ { [_h]: ["POST", "/meetings/{MeetingId}/attendees?operation=batch-create", 200] }, () => BatchCreateAttendeeRequest$, () => BatchCreateAttendeeResponse$
851
+ ];
852
+ var BatchUpdateAttendeeCapabilitiesExcept$ = [9, n0, _BUACE,
853
+ { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 200] }, () => BatchUpdateAttendeeCapabilitiesExceptRequest$, () => __Unit
854
+ ];
855
+ var CreateAttendee$ = [9, n0, _CA,
856
+ { [_h]: ["POST", "/meetings/{MeetingId}/attendees", 200] }, () => CreateAttendeeRequest$, () => CreateAttendeeResponse$
857
+ ];
858
+ var CreateMeeting$ = [9, n0, _CM,
859
+ { [_h]: ["POST", "/meetings", 200] }, () => CreateMeetingRequest$, () => CreateMeetingResponse$
860
+ ];
861
+ var CreateMeetingWithAttendees$ = [9, n0, _CMWA,
862
+ { [_h]: ["POST", "/meetings?operation=create-attendees", 200] }, () => CreateMeetingWithAttendeesRequest$, () => CreateMeetingWithAttendeesResponse$
863
+ ];
864
+ var DeleteAttendee$ = [9, n0, _DA,
865
+ { [_h]: ["DELETE", "/meetings/{MeetingId}/attendees/{AttendeeId}", 204] }, () => DeleteAttendeeRequest$, () => __Unit
866
+ ];
867
+ var DeleteMeeting$ = [9, n0, _DM,
868
+ { [_h]: ["DELETE", "/meetings/{MeetingId}", 204] }, () => DeleteMeetingRequest$, () => __Unit
869
+ ];
870
+ var GetAttendee$ = [9, n0, _GA,
871
+ { [_h]: ["GET", "/meetings/{MeetingId}/attendees/{AttendeeId}", 200] }, () => GetAttendeeRequest$, () => GetAttendeeResponse$
872
+ ];
873
+ var GetMeeting$ = [9, n0, _GM,
874
+ { [_h]: ["GET", "/meetings/{MeetingId}", 200] }, () => GetMeetingRequest$, () => GetMeetingResponse$
875
+ ];
876
+ var ListAttendees$ = [9, n0, _LA,
877
+ { [_h]: ["GET", "/meetings/{MeetingId}/attendees", 200] }, () => ListAttendeesRequest$, () => ListAttendeesResponse$
878
+ ];
879
+ var ListTagsForResource$ = [9, n0, _LTFR,
880
+ { [_h]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
881
+ ];
882
+ var StartMeetingTranscription$ = [9, n0, _SMT,
883
+ { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=start", 200] }, () => StartMeetingTranscriptionRequest$, () => __Unit
884
+ ];
885
+ var StopMeetingTranscription$ = [9, n0, _SMTt,
886
+ { [_h]: ["POST", "/meetings/{MeetingId}/transcription?operation=stop", 200] }, () => StopMeetingTranscriptionRequest$, () => __Unit
887
+ ];
888
+ var TagResource$ = [9, n0, _TR,
889
+ { [_h]: ["POST", "/tags?operation=tag-resource", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
890
+ ];
891
+ var UntagResource$ = [9, n0, _UR,
892
+ { [_h]: ["POST", "/tags?operation=untag-resource", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
893
+ ];
894
+ var UpdateAttendeeCapabilities$ = [9, n0, _UAC,
895
+ { [_h]: ["PUT", "/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities", 200] }, () => UpdateAttendeeCapabilitiesRequest$, () => UpdateAttendeeCapabilitiesResponse$
896
+ ];
897
+
898
+ const getRuntimeConfig$1 = (config) => {
899
+ return {
900
+ apiVersion: "2021-07-15",
901
+ base64Decoder: config?.base64Decoder ?? fromBase64,
902
+ base64Encoder: config?.base64Encoder ?? toBase64,
903
+ disableHostPrefix: config?.disableHostPrefix ?? false,
904
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
905
+ extensions: config?.extensions ?? [],
906
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultChimeSDKMeetingsHttpAuthSchemeProvider,
907
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
908
+ {
909
+ schemeId: "aws.auth#sigv4",
910
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
911
+ signer: new AwsSdkSigV4Signer(),
912
+ },
913
+ ],
914
+ logger: config?.logger ?? new NoOpLogger(),
915
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
916
+ protocolSettings: config?.protocolSettings ?? {
917
+ defaultNamespace: "com.amazonaws.chimesdkmeetings",
918
+ errorTypeRegistries,
919
+ version: "2021-07-15",
920
+ serviceTarget: "ChimeMeetingsSDKService",
921
+ },
922
+ serviceId: config?.serviceId ?? "Chime SDK Meetings",
923
+ urlParser: config?.urlParser ?? parseUrl,
924
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
925
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
926
+ };
927
+ };
928
+
929
+ const getRuntimeConfig = (config) => {
930
+ emitWarningIfUnsupportedVersion(process.version);
931
+ const defaultsMode = resolveDefaultsModeConfig(config);
932
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
933
+ const clientSharedValues = getRuntimeConfig$1(config);
934
+ emitWarningIfUnsupportedVersion$1(process.version);
935
+ const loaderConfig = {
936
+ profile: config?.profile,
937
+ logger: clientSharedValues.logger,
938
+ };
939
+ return {
940
+ ...clientSharedValues,
941
+ ...config,
942
+ runtime: "node",
943
+ defaultsMode,
944
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
945
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
946
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
947
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
948
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
949
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
950
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
951
+ retryMode: config?.retryMode ??
952
+ loadConfig({
953
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
954
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
955
+ }, config),
956
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
957
+ streamCollector: config?.streamCollector ?? streamCollector,
958
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
959
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
960
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
961
+ };
962
+ };
963
+
34
964
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
965
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
966
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -429,26 +1359,100 @@ const TranscribeVocabularyFilterMethod = {
429
1359
  TAG: "tag",
430
1360
  };
431
1361
 
1362
+ exports.Attendee$ = Attendee$;
1363
+ exports.AttendeeCapabilities$ = AttendeeCapabilities$;
1364
+ exports.AttendeeFeatures$ = AttendeeFeatures$;
1365
+ exports.AttendeeIdItem$ = AttendeeIdItem$;
1366
+ exports.AudioFeatures$ = AudioFeatures$;
1367
+ exports.BadRequestException = BadRequestException;
1368
+ exports.BadRequestException$ = BadRequestException$;
1369
+ exports.BatchCreateAttendee$ = BatchCreateAttendee$;
432
1370
  exports.BatchCreateAttendeeCommand = BatchCreateAttendeeCommand;
1371
+ exports.BatchCreateAttendeeRequest$ = BatchCreateAttendeeRequest$;
1372
+ exports.BatchCreateAttendeeResponse$ = BatchCreateAttendeeResponse$;
1373
+ exports.BatchUpdateAttendeeCapabilitiesExcept$ = BatchUpdateAttendeeCapabilitiesExcept$;
433
1374
  exports.BatchUpdateAttendeeCapabilitiesExceptCommand = BatchUpdateAttendeeCapabilitiesExceptCommand;
1375
+ exports.BatchUpdateAttendeeCapabilitiesExceptRequest$ = BatchUpdateAttendeeCapabilitiesExceptRequest$;
434
1376
  exports.ChimeSDKMeetings = ChimeSDKMeetings;
435
1377
  exports.ChimeSDKMeetingsClient = ChimeSDKMeetingsClient;
1378
+ exports.ChimeSDKMeetingsServiceException = ChimeSDKMeetingsServiceException;
1379
+ exports.ChimeSDKMeetingsServiceException$ = ChimeSDKMeetingsServiceException$;
1380
+ exports.ConflictException = ConflictException;
1381
+ exports.ConflictException$ = ConflictException$;
1382
+ exports.ContentFeatures$ = ContentFeatures$;
436
1383
  exports.ContentResolution = ContentResolution;
1384
+ exports.CreateAttendee$ = CreateAttendee$;
437
1385
  exports.CreateAttendeeCommand = CreateAttendeeCommand;
1386
+ exports.CreateAttendeeError$ = CreateAttendeeError$;
1387
+ exports.CreateAttendeeRequest$ = CreateAttendeeRequest$;
1388
+ exports.CreateAttendeeRequestItem$ = CreateAttendeeRequestItem$;
1389
+ exports.CreateAttendeeResponse$ = CreateAttendeeResponse$;
1390
+ exports.CreateMeeting$ = CreateMeeting$;
438
1391
  exports.CreateMeetingCommand = CreateMeetingCommand;
1392
+ exports.CreateMeetingRequest$ = CreateMeetingRequest$;
1393
+ exports.CreateMeetingResponse$ = CreateMeetingResponse$;
1394
+ exports.CreateMeetingWithAttendees$ = CreateMeetingWithAttendees$;
439
1395
  exports.CreateMeetingWithAttendeesCommand = CreateMeetingWithAttendeesCommand;
1396
+ exports.CreateMeetingWithAttendeesRequest$ = CreateMeetingWithAttendeesRequest$;
1397
+ exports.CreateMeetingWithAttendeesResponse$ = CreateMeetingWithAttendeesResponse$;
1398
+ exports.DeleteAttendee$ = DeleteAttendee$;
440
1399
  exports.DeleteAttendeeCommand = DeleteAttendeeCommand;
1400
+ exports.DeleteAttendeeRequest$ = DeleteAttendeeRequest$;
1401
+ exports.DeleteMeeting$ = DeleteMeeting$;
441
1402
  exports.DeleteMeetingCommand = DeleteMeetingCommand;
1403
+ exports.DeleteMeetingRequest$ = DeleteMeetingRequest$;
1404
+ exports.EngineTranscribeMedicalSettings$ = EngineTranscribeMedicalSettings$;
1405
+ exports.EngineTranscribeSettings$ = EngineTranscribeSettings$;
1406
+ exports.ForbiddenException = ForbiddenException;
1407
+ exports.ForbiddenException$ = ForbiddenException$;
1408
+ exports.GetAttendee$ = GetAttendee$;
442
1409
  exports.GetAttendeeCommand = GetAttendeeCommand;
1410
+ exports.GetAttendeeRequest$ = GetAttendeeRequest$;
1411
+ exports.GetAttendeeResponse$ = GetAttendeeResponse$;
1412
+ exports.GetMeeting$ = GetMeeting$;
443
1413
  exports.GetMeetingCommand = GetMeetingCommand;
1414
+ exports.GetMeetingRequest$ = GetMeetingRequest$;
1415
+ exports.GetMeetingResponse$ = GetMeetingResponse$;
1416
+ exports.LimitExceededException = LimitExceededException;
1417
+ exports.LimitExceededException$ = LimitExceededException$;
1418
+ exports.ListAttendees$ = ListAttendees$;
444
1419
  exports.ListAttendeesCommand = ListAttendeesCommand;
1420
+ exports.ListAttendeesRequest$ = ListAttendeesRequest$;
1421
+ exports.ListAttendeesResponse$ = ListAttendeesResponse$;
1422
+ exports.ListTagsForResource$ = ListTagsForResource$;
445
1423
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1424
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1425
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
446
1426
  exports.MediaCapabilities = MediaCapabilities;
1427
+ exports.MediaPlacement$ = MediaPlacement$;
447
1428
  exports.MediaPlacementNetworkType = MediaPlacementNetworkType;
1429
+ exports.Meeting$ = Meeting$;
448
1430
  exports.MeetingFeatureStatus = MeetingFeatureStatus;
1431
+ exports.MeetingFeaturesConfiguration$ = MeetingFeaturesConfiguration$;
1432
+ exports.NotFoundException = NotFoundException;
1433
+ exports.NotFoundException$ = NotFoundException$;
1434
+ exports.NotificationsConfiguration$ = NotificationsConfiguration$;
1435
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1436
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1437
+ exports.ServiceFailureException = ServiceFailureException;
1438
+ exports.ServiceFailureException$ = ServiceFailureException$;
1439
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1440
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1441
+ exports.StartMeetingTranscription$ = StartMeetingTranscription$;
449
1442
  exports.StartMeetingTranscriptionCommand = StartMeetingTranscriptionCommand;
1443
+ exports.StartMeetingTranscriptionRequest$ = StartMeetingTranscriptionRequest$;
1444
+ exports.StopMeetingTranscription$ = StopMeetingTranscription$;
450
1445
  exports.StopMeetingTranscriptionCommand = StopMeetingTranscriptionCommand;
1446
+ exports.StopMeetingTranscriptionRequest$ = StopMeetingTranscriptionRequest$;
1447
+ exports.Tag$ = Tag$;
1448
+ exports.TagResource$ = TagResource$;
451
1449
  exports.TagResourceCommand = TagResourceCommand;
1450
+ exports.TagResourceRequest$ = TagResourceRequest$;
1451
+ exports.TagResourceResponse$ = TagResourceResponse$;
1452
+ exports.ThrottlingException = ThrottlingException;
1453
+ exports.ThrottlingException$ = ThrottlingException$;
1454
+ exports.TooManyTagsException = TooManyTagsException;
1455
+ exports.TooManyTagsException$ = TooManyTagsException$;
452
1456
  exports.TranscribeContentIdentificationType = TranscribeContentIdentificationType;
453
1457
  exports.TranscribeContentRedactionType = TranscribeContentRedactionType;
454
1458
  exports.TranscribeLanguageCode = TranscribeLanguageCode;
@@ -460,7 +1464,20 @@ exports.TranscribeMedicalType = TranscribeMedicalType;
460
1464
  exports.TranscribePartialResultsStability = TranscribePartialResultsStability;
461
1465
  exports.TranscribeRegion = TranscribeRegion;
462
1466
  exports.TranscribeVocabularyFilterMethod = TranscribeVocabularyFilterMethod;
1467
+ exports.TranscriptionConfiguration$ = TranscriptionConfiguration$;
1468
+ exports.UnauthorizedException = UnauthorizedException;
1469
+ exports.UnauthorizedException$ = UnauthorizedException$;
1470
+ exports.UnprocessableEntityException = UnprocessableEntityException;
1471
+ exports.UnprocessableEntityException$ = UnprocessableEntityException$;
1472
+ exports.UntagResource$ = UntagResource$;
463
1473
  exports.UntagResourceCommand = UntagResourceCommand;
1474
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1475
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1476
+ exports.UpdateAttendeeCapabilities$ = UpdateAttendeeCapabilities$;
464
1477
  exports.UpdateAttendeeCapabilitiesCommand = UpdateAttendeeCapabilitiesCommand;
1478
+ exports.UpdateAttendeeCapabilitiesRequest$ = UpdateAttendeeCapabilitiesRequest$;
1479
+ exports.UpdateAttendeeCapabilitiesResponse$ = UpdateAttendeeCapabilitiesResponse$;
1480
+ exports.VideoFeatures$ = VideoFeatures$;
465
1481
  exports.VideoResolution = VideoResolution;
1482
+ exports.errorTypeRegistries = errorTypeRegistries;
466
1483
  exports.paginateListAttendees = paginateListAttendees;