@aws-sdk/client-ivs-realtime 3.987.0 → 3.988.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
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var IVSRealTimeServiceException = require('./models/IVSRealTimeServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1364 +113,6 @@ class IVSRealTimeClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class IVSRealTimeServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, IVSRealTimeServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends IVSRealTimeServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- accessControlAllowOrigin;
124
- accessControlExposeHeaders;
125
- cacheControl;
126
- contentSecurityPolicy;
127
- strictTransportSecurity;
128
- xContentTypeOptions;
129
- xFrameOptions;
130
- xAmznErrorType;
131
- exceptionMessage;
132
- constructor(opts) {
133
- super({
134
- name: "AccessDeniedException",
135
- $fault: "client",
136
- ...opts,
137
- });
138
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
139
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
140
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
141
- this.cacheControl = opts.cacheControl;
142
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
143
- this.strictTransportSecurity = opts.strictTransportSecurity;
144
- this.xContentTypeOptions = opts.xContentTypeOptions;
145
- this.xFrameOptions = opts.xFrameOptions;
146
- this.xAmznErrorType = opts.xAmznErrorType;
147
- this.exceptionMessage = opts.exceptionMessage;
148
- }
149
- }
150
- class ConflictException extends IVSRealTimeServiceException {
151
- name = "ConflictException";
152
- $fault = "client";
153
- accessControlAllowOrigin;
154
- accessControlExposeHeaders;
155
- cacheControl;
156
- contentSecurityPolicy;
157
- strictTransportSecurity;
158
- xContentTypeOptions;
159
- xFrameOptions;
160
- xAmznErrorType;
161
- exceptionMessage;
162
- constructor(opts) {
163
- super({
164
- name: "ConflictException",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- Object.setPrototypeOf(this, ConflictException.prototype);
169
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
170
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
171
- this.cacheControl = opts.cacheControl;
172
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
173
- this.strictTransportSecurity = opts.strictTransportSecurity;
174
- this.xContentTypeOptions = opts.xContentTypeOptions;
175
- this.xFrameOptions = opts.xFrameOptions;
176
- this.xAmznErrorType = opts.xAmznErrorType;
177
- this.exceptionMessage = opts.exceptionMessage;
178
- }
179
- }
180
- class InternalServerException extends IVSRealTimeServiceException {
181
- name = "InternalServerException";
182
- $fault = "server";
183
- accessControlAllowOrigin;
184
- accessControlExposeHeaders;
185
- cacheControl;
186
- contentSecurityPolicy;
187
- strictTransportSecurity;
188
- xContentTypeOptions;
189
- xFrameOptions;
190
- xAmznErrorType;
191
- exceptionMessage;
192
- constructor(opts) {
193
- super({
194
- name: "InternalServerException",
195
- $fault: "server",
196
- ...opts,
197
- });
198
- Object.setPrototypeOf(this, InternalServerException.prototype);
199
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
200
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
201
- this.cacheControl = opts.cacheControl;
202
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
203
- this.strictTransportSecurity = opts.strictTransportSecurity;
204
- this.xContentTypeOptions = opts.xContentTypeOptions;
205
- this.xFrameOptions = opts.xFrameOptions;
206
- this.xAmznErrorType = opts.xAmznErrorType;
207
- this.exceptionMessage = opts.exceptionMessage;
208
- }
209
- }
210
- class PendingVerification extends IVSRealTimeServiceException {
211
- name = "PendingVerification";
212
- $fault = "client";
213
- accessControlAllowOrigin;
214
- accessControlExposeHeaders;
215
- cacheControl;
216
- contentSecurityPolicy;
217
- strictTransportSecurity;
218
- xContentTypeOptions;
219
- xFrameOptions;
220
- xAmznErrorType;
221
- exceptionMessage;
222
- constructor(opts) {
223
- super({
224
- name: "PendingVerification",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, PendingVerification.prototype);
229
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
230
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
231
- this.cacheControl = opts.cacheControl;
232
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
233
- this.strictTransportSecurity = opts.strictTransportSecurity;
234
- this.xContentTypeOptions = opts.xContentTypeOptions;
235
- this.xFrameOptions = opts.xFrameOptions;
236
- this.xAmznErrorType = opts.xAmznErrorType;
237
- this.exceptionMessage = opts.exceptionMessage;
238
- }
239
- }
240
- class ResourceNotFoundException extends IVSRealTimeServiceException {
241
- name = "ResourceNotFoundException";
242
- $fault = "client";
243
- accessControlAllowOrigin;
244
- accessControlExposeHeaders;
245
- cacheControl;
246
- contentSecurityPolicy;
247
- strictTransportSecurity;
248
- xContentTypeOptions;
249
- xFrameOptions;
250
- xAmznErrorType;
251
- exceptionMessage;
252
- constructor(opts) {
253
- super({
254
- name: "ResourceNotFoundException",
255
- $fault: "client",
256
- ...opts,
257
- });
258
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
259
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
260
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
261
- this.cacheControl = opts.cacheControl;
262
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
263
- this.strictTransportSecurity = opts.strictTransportSecurity;
264
- this.xContentTypeOptions = opts.xContentTypeOptions;
265
- this.xFrameOptions = opts.xFrameOptions;
266
- this.xAmznErrorType = opts.xAmznErrorType;
267
- this.exceptionMessage = opts.exceptionMessage;
268
- }
269
- }
270
- class ServiceQuotaExceededException extends IVSRealTimeServiceException {
271
- name = "ServiceQuotaExceededException";
272
- $fault = "client";
273
- accessControlAllowOrigin;
274
- accessControlExposeHeaders;
275
- cacheControl;
276
- contentSecurityPolicy;
277
- strictTransportSecurity;
278
- xContentTypeOptions;
279
- xFrameOptions;
280
- xAmznErrorType;
281
- exceptionMessage;
282
- constructor(opts) {
283
- super({
284
- name: "ServiceQuotaExceededException",
285
- $fault: "client",
286
- ...opts,
287
- });
288
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
289
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
290
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
291
- this.cacheControl = opts.cacheControl;
292
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
293
- this.strictTransportSecurity = opts.strictTransportSecurity;
294
- this.xContentTypeOptions = opts.xContentTypeOptions;
295
- this.xFrameOptions = opts.xFrameOptions;
296
- this.xAmznErrorType = opts.xAmznErrorType;
297
- this.exceptionMessage = opts.exceptionMessage;
298
- }
299
- }
300
- class ValidationException extends IVSRealTimeServiceException {
301
- name = "ValidationException";
302
- $fault = "client";
303
- accessControlAllowOrigin;
304
- accessControlExposeHeaders;
305
- cacheControl;
306
- contentSecurityPolicy;
307
- strictTransportSecurity;
308
- xContentTypeOptions;
309
- xFrameOptions;
310
- xAmznErrorType;
311
- exceptionMessage;
312
- constructor(opts) {
313
- super({
314
- name: "ValidationException",
315
- $fault: "client",
316
- ...opts,
317
- });
318
- Object.setPrototypeOf(this, ValidationException.prototype);
319
- this.accessControlAllowOrigin = opts.accessControlAllowOrigin;
320
- this.accessControlExposeHeaders = opts.accessControlExposeHeaders;
321
- this.cacheControl = opts.cacheControl;
322
- this.contentSecurityPolicy = opts.contentSecurityPolicy;
323
- this.strictTransportSecurity = opts.strictTransportSecurity;
324
- this.xContentTypeOptions = opts.xContentTypeOptions;
325
- this.xFrameOptions = opts.xFrameOptions;
326
- this.xAmznErrorType = opts.xAmznErrorType;
327
- this.exceptionMessage = opts.exceptionMessage;
328
- }
329
- }
330
-
331
- const _ACAO = "Access-Control-Allow-Origin";
332
- const _ACEH = "Access-Control-Expose-Headers";
333
- const _ADE = "AccessDeniedException";
334
- const _APRC = "AutoParticipantRecordingConfiguration";
335
- const _C = "Composition";
336
- const _CC = "Cache-Control";
337
- const _CDC = "ChannelDestinationConfiguration";
338
- const _CE = "ConflictException";
339
- const _CEC = "CreateEncoderConfiguration";
340
- const _CECR = "CreateEncoderConfigurationRequest";
341
- const _CECRr = "CreateEncoderConfigurationResponse";
342
- const _CIC = "CreateIngestConfiguration";
343
- const _CICR = "CreateIngestConfigurationRequest";
344
- const _CICRr = "CreateIngestConfigurationResponse";
345
- const _CPT = "CreateParticipantToken";
346
- const _CPTR = "CreateParticipantTokenRequest";
347
- const _CPTRr = "CreateParticipantTokenResponse";
348
- const _CRHC = "CompositionRecordingHlsConfiguration";
349
- const _CS = "CompositionSummary";
350
- const _CSC = "CreateStorageConfiguration";
351
- const _CSCR = "CreateStorageConfigurationRequest";
352
- const _CSCRr = "CreateStorageConfigurationResponse";
353
- const _CSL = "CompositionSummaryList";
354
- const _CSP = "Content-Security-Policy";
355
- const _CSR = "CreateStageRequest";
356
- const _CSRr = "CreateStageResponse";
357
- const _CSr = "CreateStage";
358
- const _CTC = "CompositionThumbnailConfiguration";
359
- const _CTCL = "CompositionThumbnailConfigurationList";
360
- const _D = "Destination";
361
- const _DC = "DestinationConfiguration";
362
- const _DCL = "DestinationConfigurationList";
363
- const _DD = "DestinationDetail";
364
- const _DEC = "DeleteEncoderConfiguration";
365
- const _DECR = "DeleteEncoderConfigurationRequest";
366
- const _DECRe = "DeleteEncoderConfigurationResponse";
367
- const _DIC = "DeleteIngestConfiguration";
368
- const _DICR = "DeleteIngestConfigurationRequest";
369
- const _DICRe = "DeleteIngestConfigurationResponse";
370
- const _DL = "DestinationList";
371
- const _DP = "DisconnectParticipant";
372
- const _DPK = "DeletePublicKey";
373
- const _DPKR = "DeletePublicKeyRequest";
374
- const _DPKRe = "DeletePublicKeyResponse";
375
- const _DPR = "DisconnectParticipantRequest";
376
- const _DPRi = "DisconnectParticipantResponse";
377
- const _DS = "DestinationSummary";
378
- const _DSC = "DeleteStorageConfiguration";
379
- const _DSCR = "DeleteStorageConfigurationRequest";
380
- const _DSCRe = "DeleteStorageConfigurationResponse";
381
- const _DSL = "DestinationSummaryList";
382
- const _DSR = "DeleteStageRequest";
383
- const _DSRe = "DeleteStageResponse";
384
- const _DSe = "DeleteStage";
385
- const _E = "Event";
386
- const _EC = "EncoderConfiguration";
387
- const _ECS = "EncoderConfigurationSummary";
388
- const _ECSL = "EncoderConfigurationSummaryList";
389
- const _EL = "EventList";
390
- const _EPT = "ExchangedParticipantToken";
391
- const _GC = "GridConfiguration";
392
- const _GCR = "GetCompositionRequest";
393
- const _GCRe = "GetCompositionResponse";
394
- const _GCe = "GetComposition";
395
- const _GEC = "GetEncoderConfiguration";
396
- const _GECR = "GetEncoderConfigurationRequest";
397
- const _GECRe = "GetEncoderConfigurationResponse";
398
- const _GIC = "GetIngestConfiguration";
399
- const _GICR = "GetIngestConfigurationRequest";
400
- const _GICRe = "GetIngestConfigurationResponse";
401
- const _GP = "GetParticipant";
402
- const _GPK = "GetPublicKey";
403
- const _GPKR = "GetPublicKeyRequest";
404
- const _GPKRe = "GetPublicKeyResponse";
405
- const _GPR = "GetParticipantRequest";
406
- const _GPRe = "GetParticipantResponse";
407
- const _GS = "GetStage";
408
- const _GSC = "GetStorageConfiguration";
409
- const _GSCR = "GetStorageConfigurationRequest";
410
- const _GSCRe = "GetStorageConfigurationResponse";
411
- const _GSR = "GetStageRequest";
412
- const _GSRe = "GetStageResponse";
413
- const _GSS = "GetStageSession";
414
- const _GSSR = "GetStageSessionRequest";
415
- const _GSSRe = "GetStageSessionResponse";
416
- const _IC = "IngestConfiguration";
417
- const _ICL = "IngestConfigurationList";
418
- const _ICS = "IngestConfigurationSummary";
419
- const _IPK = "ImportPublicKey";
420
- const _IPKR = "ImportPublicKeyRequest";
421
- const _IPKRm = "ImportPublicKeyResponse";
422
- const _ISE = "InternalServerException";
423
- const _LC = "LayoutConfiguration";
424
- const _LCR = "ListCompositionsRequest";
425
- const _LCRi = "ListCompositionsResponse";
426
- const _LCi = "ListCompositions";
427
- const _LEC = "ListEncoderConfigurations";
428
- const _LECR = "ListEncoderConfigurationsRequest";
429
- const _LECRi = "ListEncoderConfigurationsResponse";
430
- const _LIC = "ListIngestConfigurations";
431
- const _LICR = "ListIngestConfigurationsRequest";
432
- const _LICRi = "ListIngestConfigurationsResponse";
433
- const _LP = "ListParticipants";
434
- const _LPE = "ListParticipantEvents";
435
- const _LPER = "ListParticipantEventsRequest";
436
- const _LPERi = "ListParticipantEventsResponse";
437
- const _LPK = "ListPublicKeys";
438
- const _LPKR = "ListPublicKeysRequest";
439
- const _LPKRi = "ListPublicKeysResponse";
440
- const _LPR = "ListParticipantsRequest";
441
- const _LPRR = "ListParticipantReplicasRequest";
442
- const _LPRRi = "ListParticipantReplicasResponse";
443
- const _LPRi = "ListParticipantsResponse";
444
- const _LPRis = "ListParticipantReplicas";
445
- const _LS = "ListStages";
446
- const _LSC = "ListStorageConfigurations";
447
- const _LSCR = "ListStorageConfigurationsRequest";
448
- const _LSCRi = "ListStorageConfigurationsResponse";
449
- const _LSR = "ListStagesRequest";
450
- const _LSRi = "ListStagesResponse";
451
- const _LSS = "ListStageSessions";
452
- const _LSSR = "ListStageSessionsRequest";
453
- const _LSSRi = "ListStageSessionsResponse";
454
- const _LTFR = "ListTagsForResource";
455
- const _LTFRR = "ListTagsForResourceRequest";
456
- const _LTFRRi = "ListTagsForResourceResponse";
457
- const _P = "Participant";
458
- const _PC = "PipConfiguration";
459
- const _PK = "PublicKey";
460
- const _PKL = "PublicKeyList";
461
- const _PKS = "PublicKeySummary";
462
- const _PL = "ParticipantList";
463
- const _PR = "ParticipantReplica";
464
- const _PRHC = "ParticipantRecordingHlsConfiguration";
465
- const _PRL = "ParticipantReplicaList";
466
- const _PS = "ParticipantSummary";
467
- const _PT = "ParticipantToken";
468
- const _PTC = "ParticipantThumbnailConfiguration";
469
- const _PTCa = "ParticipantTokenConfiguration";
470
- const _PTCar = "ParticipantTokenConfigurations";
471
- const _PTL = "ParticipantTokenList";
472
- const _PTS = "ParticipantTokenString";
473
- const _PV = "PendingVerification";
474
- const _RC = "RecordingConfiguration";
475
- const _RNFE = "ResourceNotFoundException";
476
- const _S = "Stage";
477
- const _SC = "StorageConfiguration";
478
- const _SCR = "StartCompositionRequest";
479
- const _SCRt = "StartCompositionResponse";
480
- const _SCRto = "StopCompositionRequest";
481
- const _SCRtop = "StopCompositionResponse";
482
- const _SCS = "StorageConfigurationSummary";
483
- const _SCSL = "StorageConfigurationSummaryList";
484
- const _SCt = "StartComposition";
485
- const _SCto = "StopComposition";
486
- const _SD = "S3Detail";
487
- const _SDC = "S3DestinationConfiguration";
488
- const _SE = "StageEndpoints";
489
- const _SK = "StreamKey";
490
- const _SPR = "StartParticipantReplication";
491
- const _SPRR = "StartParticipantReplicationRequest";
492
- const _SPRRt = "StartParticipantReplicationResponse";
493
- const _SPRRto = "StopParticipantReplicationRequest";
494
- const _SPRRtop = "StopParticipantReplicationResponse";
495
- const _SPRt = "StopParticipantReplication";
496
- const _SQEE = "ServiceQuotaExceededException";
497
- const _SS = "StageSession";
498
- const _SSC = "S3StorageConfiguration";
499
- const _SSL = "StageSessionList";
500
- const _SSLt = "StageSummaryList";
501
- const _SSS = "StageSessionSummary";
502
- const _SSt = "StageSummary";
503
- const _STS = "Strict-Transport-Security";
504
- const _TR = "TagResource";
505
- const _TRR = "TagResourceRequest";
506
- const _TRRa = "TagResourceResponse";
507
- const _UIC = "UpdateIngestConfiguration";
508
- const _UICR = "UpdateIngestConfigurationRequest";
509
- const _UICRp = "UpdateIngestConfigurationResponse";
510
- const _UR = "UntagResource";
511
- const _URR = "UntagResourceRequest";
512
- const _URRn = "UntagResourceResponse";
513
- const _US = "UpdateStage";
514
- const _USR = "UpdateStageRequest";
515
- const _USRp = "UpdateStageResponse";
516
- const _V = "Video";
517
- const _VE = "ValidationException";
518
- const _XCTO = "X-Content-Type-Options";
519
- const _XFO = "X-Frame-Options";
520
- const _a = "arn";
521
- const _aCAO = "accessControlAllowOrigin";
522
- const _aCEH = "accessControlExposeHeaders";
523
- const _aPRC = "autoParticipantRecordingConfiguration";
524
- const _aSI = "activeSessionId";
525
- const _at = "attributes";
526
- const _b = "bitrate";
527
- const _bN = "browserName";
528
- const _bNu = "bucketName";
529
- const _bV = "browserVersion";
530
- const _c = "client";
531
- const _cA = "channelArn";
532
- const _cC = "cacheControl";
533
- const _cSP = "contentSecurityPolicy";
534
- const _ca = "capabilities";
535
- const _ch = "channel";
536
- const _co = "configuration";
537
- const _com = "composition";
538
- const _comp = "compositions";
539
- const _d = "destinations";
540
- const _dSA = "destinationStageArn";
541
- const _dSI = "destinationSessionId";
542
- const _de = "detail";
543
- const _du = "duration";
544
- const _e = "error";
545
- const _eC = "encoderConfiguration";
546
- const _eCA = "encoderConfigurationArn";
547
- const _eCAn = "encoderConfigurationArns";
548
- const _eCn = "encoderConfigurations";
549
- const _eCr = "errorCode";
550
- const _eM = "exceptionMessage";
551
- const _eT = "endTime";
552
- const _eTv = "eventTime";
553
- const _eTx = "expirationTime";
554
- const _en = "endpoints";
555
- const _ev = "events";
556
- const _f = "force";
557
- const _fBECA = "filterByEncoderConfigurationArn";
558
- const _fBP = "filterByPublished";
559
- const _fBRS = "filterByRecordingState";
560
- const _fBS = "filterByState";
561
- const _fBSA = "filterByStageArn";
562
- const _fBUI = "filterByUserId";
563
- const _fJT = "firstJoinTime";
564
- const _fPA = "featuredParticipantAttribute";
565
- const _fi = "fingerprint";
566
- const _fo = "format";
567
- const _fr = "framerate";
568
- const _g = "grid";
569
- const _gG = "gridGap";
570
- const _h = "height";
571
- const _hC = "hlsConfiguration";
572
- const _hE = "httpError";
573
- const _hH = "httpHeader";
574
- const _hQ = "httpQuery";
575
- const _ht = "http";
576
- const _i = "id";
577
- const _iC = "ingestConfiguration";
578
- const _iCn = "ingestConfigurations";
579
- const _iI = "insecureIngest";
580
- const _iN = "ispName";
581
- const _iP = "ingestProtocol";
582
- const _iT = "idempotencyToken";
583
- const _l = "layout";
584
- const _mR = "maxResults";
585
- const _mT = "mediaTypes";
586
- const _n = "name";
587
- const _nT = "newToken";
588
- const _nTe = "nextToken";
589
- const _oN = "osName";
590
- const _oSV = "omitStoppedVideo";
591
- const _oV = "osVersion";
592
- const _p = "participant";
593
- const _pB = "pipBehavior";
594
- const _pH = "pipHeight";
595
- const _pI = "participantId";
596
- const _pK = "publicKey";
597
- const _pKM = "publicKeyMaterial";
598
- const _pKu = "publicKeys";
599
- const _pO = "pipOffset";
600
- const _pOA = "participantOrderAttribute";
601
- const _pP = "pipPosition";
602
- const _pPA = "pipParticipantAttribute";
603
- const _pT = "participantToken";
604
- const _pTC = "participantTokenConfigurations";
605
- const _pTa = "participantTokens";
606
- const _pTr = "previousToken";
607
- const _pW = "pipWidth";
608
- const _pa = "participants";
609
- const _pi = "pip";
610
- const _pr = "protocol";
611
- const _pu = "published";
612
- const _r = "reason";
613
- const _rA = "resourceArn";
614
- const _rC = "recordingConfiguration";
615
- const _rM = "recordingMode";
616
- const _rP = "recordingPrefix";
617
- const _rPI = "remoteParticipantId";
618
- const _rPR = "recordParticipantReplicas";
619
- const _rRWS = "recordingReconnectWindowSeconds";
620
- const _rS = "recordingState";
621
- const _rSBN = "recordingS3BucketName";
622
- const _rSP = "recordingS3Prefix";
623
- const _rSe = "replicationState";
624
- const _rT = "replicationType";
625
- const _rWS = "reconnectWindowSeconds";
626
- const _re = "replica";
627
- const _rep = "replicas";
628
- const _rt = "rtmp";
629
- const _rtm = "rtmps";
630
- const _s = "state";
631
- const _sA = "stageArn";
632
- const _sC = "storageConfiguration";
633
- const _sCA = "storageConfigurationArn";
634
- const _sCt = "storageConfigurations";
635
- const _sI = "sessionId";
636
- const _sK = "streamKey";
637
- const _sS = "stageSession";
638
- const _sSA = "sourceStageArn";
639
- const _sSI = "sourceSessionId";
640
- const _sSt = "stageSessions";
641
- const _sT = "startTime";
642
- const _sTS = "strictTransportSecurity";
643
- const _sV = "sdkVersion";
644
- const _s_ = "s3";
645
- const _se = "server";
646
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivsrealtime";
647
- const _st = "storage";
648
- const _sta = "stage";
649
- const _stag = "stages";
650
- const _t = "tags";
651
- const _tC = "thumbnailConfiguration";
652
- const _tCh = "thumbnailConfigurations";
653
- const _tIS = "targetIntervalSeconds";
654
- const _tK = "tagKeys";
655
- const _tSDS = "targetSegmentDurationSeconds";
656
- const _to = "token";
657
- const _uI = "userId";
658
- const _v = "video";
659
- const _vAR = "videoAspectRatio";
660
- const _vFM = "videoFillMode";
661
- const _w = "whip";
662
- const _wi = "width";
663
- const _xAET = "xAmznErrorType";
664
- const _xCTO = "xContentTypeOptions";
665
- const _xFO = "xFrameOptions";
666
- const _xaE = "x-amzn-ErrorType";
667
- const n0 = "com.amazonaws.ivsrealtime";
668
- var ParticipantTokenString = [0, n0, _PTS, 8, 0];
669
- var StreamKey = [0, n0, _SK, 8, 0];
670
- var AccessDeniedException$ = [-3, n0, _ADE,
671
- { [_e]: _c, [_hE]: 403 },
672
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
673
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
674
- ];
675
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
676
- var AutoParticipantRecordingConfiguration$ = [3, n0, _APRC,
677
- 0,
678
- [_sCA, _mT, _tC, _rRWS, _hC, _rPR],
679
- [0, 64 | 0, () => ParticipantThumbnailConfiguration$, 1, () => ParticipantRecordingHlsConfiguration$, 2], 1
680
- ];
681
- var ChannelDestinationConfiguration$ = [3, n0, _CDC,
682
- 0,
683
- [_cA, _eCA],
684
- [0, 0], 1
685
- ];
686
- var Composition$ = [3, n0, _C,
687
- 0,
688
- [_a, _sA, _s, _l, _d, _t, _sT, _eT],
689
- [0, 0, 0, () => LayoutConfiguration$, () => DestinationList, 128 | 0, 5, 5], 5
690
- ];
691
- var CompositionRecordingHlsConfiguration$ = [3, n0, _CRHC,
692
- 0,
693
- [_tSDS],
694
- [1]
695
- ];
696
- var CompositionSummary$ = [3, n0, _CS,
697
- 0,
698
- [_a, _sA, _d, _s, _t, _sT, _eT],
699
- [0, 0, () => DestinationSummaryList, 0, 128 | 0, 5, 5], 4
700
- ];
701
- var CompositionThumbnailConfiguration$ = [3, n0, _CTC,
702
- 0,
703
- [_tIS, _st],
704
- [1, 64 | 0]
705
- ];
706
- var ConflictException$ = [-3, n0, _CE,
707
- { [_e]: _c, [_hE]: 409 },
708
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
709
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
710
- ];
711
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
712
- var CreateEncoderConfigurationRequest$ = [3, n0, _CECR,
713
- 0,
714
- [_n, _v, _t],
715
- [0, () => Video$, 128 | 0]
716
- ];
717
- var CreateEncoderConfigurationResponse$ = [3, n0, _CECRr,
718
- 0,
719
- [_eC],
720
- [() => EncoderConfiguration$]
721
- ];
722
- var CreateIngestConfigurationRequest$ = [3, n0, _CICR,
723
- 0,
724
- [_iP, _n, _sA, _uI, _at, _iI, _t],
725
- [0, 0, 0, 0, 128 | 0, 2, 128 | 0], 1
726
- ];
727
- var CreateIngestConfigurationResponse$ = [3, n0, _CICRr,
728
- 0,
729
- [_iC],
730
- [[() => IngestConfiguration$, 0]]
731
- ];
732
- var CreateParticipantTokenRequest$ = [3, n0, _CPTR,
733
- 0,
734
- [_sA, _du, _uI, _at, _ca],
735
- [0, 1, 0, 128 | 0, 64 | 0], 1
736
- ];
737
- var CreateParticipantTokenResponse$ = [3, n0, _CPTRr,
738
- 0,
739
- [_pT],
740
- [[() => ParticipantToken$, 0]]
741
- ];
742
- var CreateStageRequest$ = [3, n0, _CSR,
743
- 0,
744
- [_n, _pTC, _t, _aPRC],
745
- [0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration$]
746
- ];
747
- var CreateStageResponse$ = [3, n0, _CSRr,
748
- 0,
749
- [_sta, _pTa],
750
- [() => Stage$, [() => ParticipantTokenList, 0]]
751
- ];
752
- var CreateStorageConfigurationRequest$ = [3, n0, _CSCR,
753
- 0,
754
- [_s_, _n, _t],
755
- [() => S3StorageConfiguration$, 0, 128 | 0], 1
756
- ];
757
- var CreateStorageConfigurationResponse$ = [3, n0, _CSCRr,
758
- 0,
759
- [_sC],
760
- [() => StorageConfiguration$]
761
- ];
762
- var DeleteEncoderConfigurationRequest$ = [3, n0, _DECR,
763
- 0,
764
- [_a],
765
- [0], 1
766
- ];
767
- var DeleteEncoderConfigurationResponse$ = [3, n0, _DECRe,
768
- 0,
769
- [],
770
- []
771
- ];
772
- var DeleteIngestConfigurationRequest$ = [3, n0, _DICR,
773
- 0,
774
- [_a, _f],
775
- [0, 2], 1
776
- ];
777
- var DeleteIngestConfigurationResponse$ = [3, n0, _DICRe,
778
- 0,
779
- [],
780
- []
781
- ];
782
- var DeletePublicKeyRequest$ = [3, n0, _DPKR,
783
- 0,
784
- [_a],
785
- [0], 1
786
- ];
787
- var DeletePublicKeyResponse$ = [3, n0, _DPKRe,
788
- 0,
789
- [],
790
- []
791
- ];
792
- var DeleteStageRequest$ = [3, n0, _DSR,
793
- 0,
794
- [_a],
795
- [0], 1
796
- ];
797
- var DeleteStageResponse$ = [3, n0, _DSRe,
798
- 0,
799
- [],
800
- []
801
- ];
802
- var DeleteStorageConfigurationRequest$ = [3, n0, _DSCR,
803
- 0,
804
- [_a],
805
- [0], 1
806
- ];
807
- var DeleteStorageConfigurationResponse$ = [3, n0, _DSCRe,
808
- 0,
809
- [],
810
- []
811
- ];
812
- var Destination$ = [3, n0, _D,
813
- 0,
814
- [_i, _s, _co, _sT, _eT, _de],
815
- [0, 0, () => DestinationConfiguration$, 5, 5, () => DestinationDetail$], 3
816
- ];
817
- var DestinationConfiguration$ = [3, n0, _DC,
818
- 0,
819
- [_n, _ch, _s_],
820
- [0, () => ChannelDestinationConfiguration$, () => S3DestinationConfiguration$]
821
- ];
822
- var DestinationDetail$ = [3, n0, _DD,
823
- 0,
824
- [_s_],
825
- [() => S3Detail$]
826
- ];
827
- var DestinationSummary$ = [3, n0, _DS,
828
- 0,
829
- [_i, _s, _sT, _eT],
830
- [0, 0, 5, 5], 2
831
- ];
832
- var DisconnectParticipantRequest$ = [3, n0, _DPR,
833
- 0,
834
- [_sA, _pI, _r],
835
- [0, 0, 0], 2
836
- ];
837
- var DisconnectParticipantResponse$ = [3, n0, _DPRi,
838
- 0,
839
- [],
840
- []
841
- ];
842
- var EncoderConfiguration$ = [3, n0, _EC,
843
- 0,
844
- [_a, _n, _v, _t],
845
- [0, 0, () => Video$, 128 | 0], 1
846
- ];
847
- var EncoderConfigurationSummary$ = [3, n0, _ECS,
848
- 0,
849
- [_a, _n, _t],
850
- [0, 0, 128 | 0], 1
851
- ];
852
- var Event$ = [3, n0, _E,
853
- 0,
854
- [_n, _pI, _eTv, _rPI, _eCr, _dSA, _dSI, _re, _pTr, _nT],
855
- [0, 0, 5, 0, 0, 0, 0, 2, () => ExchangedParticipantToken$, () => ExchangedParticipantToken$]
856
- ];
857
- var ExchangedParticipantToken$ = [3, n0, _EPT,
858
- 0,
859
- [_ca, _at, _uI, _eTx],
860
- [64 | 0, 128 | 0, 0, 5]
861
- ];
862
- var GetCompositionRequest$ = [3, n0, _GCR,
863
- 0,
864
- [_a],
865
- [0], 1
866
- ];
867
- var GetCompositionResponse$ = [3, n0, _GCRe,
868
- 0,
869
- [_com],
870
- [() => Composition$]
871
- ];
872
- var GetEncoderConfigurationRequest$ = [3, n0, _GECR,
873
- 0,
874
- [_a],
875
- [0], 1
876
- ];
877
- var GetEncoderConfigurationResponse$ = [3, n0, _GECRe,
878
- 0,
879
- [_eC],
880
- [() => EncoderConfiguration$]
881
- ];
882
- var GetIngestConfigurationRequest$ = [3, n0, _GICR,
883
- 0,
884
- [_a],
885
- [0], 1
886
- ];
887
- var GetIngestConfigurationResponse$ = [3, n0, _GICRe,
888
- 0,
889
- [_iC],
890
- [[() => IngestConfiguration$, 0]]
891
- ];
892
- var GetParticipantRequest$ = [3, n0, _GPR,
893
- 0,
894
- [_sA, _sI, _pI],
895
- [0, 0, 0], 3
896
- ];
897
- var GetParticipantResponse$ = [3, n0, _GPRe,
898
- 0,
899
- [_p],
900
- [() => Participant$]
901
- ];
902
- var GetPublicKeyRequest$ = [3, n0, _GPKR,
903
- 0,
904
- [_a],
905
- [0], 1
906
- ];
907
- var GetPublicKeyResponse$ = [3, n0, _GPKRe,
908
- 0,
909
- [_pK],
910
- [() => PublicKey$]
911
- ];
912
- var GetStageRequest$ = [3, n0, _GSR,
913
- 0,
914
- [_a],
915
- [0], 1
916
- ];
917
- var GetStageResponse$ = [3, n0, _GSRe,
918
- 0,
919
- [_sta],
920
- [() => Stage$]
921
- ];
922
- var GetStageSessionRequest$ = [3, n0, _GSSR,
923
- 0,
924
- [_sA, _sI],
925
- [0, 0], 2
926
- ];
927
- var GetStageSessionResponse$ = [3, n0, _GSSRe,
928
- 0,
929
- [_sS],
930
- [() => StageSession$]
931
- ];
932
- var GetStorageConfigurationRequest$ = [3, n0, _GSCR,
933
- 0,
934
- [_a],
935
- [0], 1
936
- ];
937
- var GetStorageConfigurationResponse$ = [3, n0, _GSCRe,
938
- 0,
939
- [_sC],
940
- [() => StorageConfiguration$]
941
- ];
942
- var GridConfiguration$ = [3, n0, _GC,
943
- 0,
944
- [_fPA, _oSV, _vAR, _vFM, _gG, _pOA],
945
- [0, 2, 0, 0, 1, 0]
946
- ];
947
- var ImportPublicKeyRequest$ = [3, n0, _IPKR,
948
- 0,
949
- [_pKM, _n, _t],
950
- [0, 0, 128 | 0], 1
951
- ];
952
- var ImportPublicKeyResponse$ = [3, n0, _IPKRm,
953
- 0,
954
- [_pK],
955
- [() => PublicKey$]
956
- ];
957
- var IngestConfiguration$ = [3, n0, _IC,
958
- 0,
959
- [_a, _iP, _sK, _sA, _pI, _s, _n, _uI, _at, _t],
960
- [0, 0, [() => StreamKey, 0], 0, 0, 0, 0, 0, 128 | 0, 128 | 0], 6
961
- ];
962
- var IngestConfigurationSummary$ = [3, n0, _ICS,
963
- 0,
964
- [_a, _iP, _sA, _pI, _s, _n, _uI],
965
- [0, 0, 0, 0, 0, 0, 0], 5
966
- ];
967
- var InternalServerException$ = [-3, n0, _ISE,
968
- { [_e]: _se, [_hE]: 500 },
969
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
970
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
971
- ];
972
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
973
- var LayoutConfiguration$ = [3, n0, _LC,
974
- 0,
975
- [_g, _pi],
976
- [() => GridConfiguration$, () => PipConfiguration$]
977
- ];
978
- var ListCompositionsRequest$ = [3, n0, _LCR,
979
- 0,
980
- [_fBSA, _fBECA, _nTe, _mR],
981
- [0, 0, 0, 1]
982
- ];
983
- var ListCompositionsResponse$ = [3, n0, _LCRi,
984
- 0,
985
- [_comp, _nTe],
986
- [() => CompositionSummaryList, 0], 1
987
- ];
988
- var ListEncoderConfigurationsRequest$ = [3, n0, _LECR,
989
- 0,
990
- [_nTe, _mR],
991
- [0, 1]
992
- ];
993
- var ListEncoderConfigurationsResponse$ = [3, n0, _LECRi,
994
- 0,
995
- [_eCn, _nTe],
996
- [() => EncoderConfigurationSummaryList, 0], 1
997
- ];
998
- var ListIngestConfigurationsRequest$ = [3, n0, _LICR,
999
- 0,
1000
- [_fBSA, _fBS, _nTe, _mR],
1001
- [0, 0, 0, 1]
1002
- ];
1003
- var ListIngestConfigurationsResponse$ = [3, n0, _LICRi,
1004
- 0,
1005
- [_iCn, _nTe],
1006
- [() => IngestConfigurationList, 0], 1
1007
- ];
1008
- var ListParticipantEventsRequest$ = [3, n0, _LPER,
1009
- 0,
1010
- [_sA, _sI, _pI, _nTe, _mR],
1011
- [0, 0, 0, 0, 1], 3
1012
- ];
1013
- var ListParticipantEventsResponse$ = [3, n0, _LPERi,
1014
- 0,
1015
- [_ev, _nTe],
1016
- [() => EventList, 0], 1
1017
- ];
1018
- var ListParticipantReplicasRequest$ = [3, n0, _LPRR,
1019
- 0,
1020
- [_sSA, _pI, _nTe, _mR],
1021
- [0, 0, 0, 1], 2
1022
- ];
1023
- var ListParticipantReplicasResponse$ = [3, n0, _LPRRi,
1024
- 0,
1025
- [_rep, _nTe],
1026
- [() => ParticipantReplicaList, 0], 1
1027
- ];
1028
- var ListParticipantsRequest$ = [3, n0, _LPR,
1029
- 0,
1030
- [_sA, _sI, _fBUI, _fBP, _fBS, _nTe, _mR, _fBRS],
1031
- [0, 0, 0, 2, 0, 0, 1, 0], 2
1032
- ];
1033
- var ListParticipantsResponse$ = [3, n0, _LPRi,
1034
- 0,
1035
- [_pa, _nTe],
1036
- [() => ParticipantList, 0], 1
1037
- ];
1038
- var ListPublicKeysRequest$ = [3, n0, _LPKR,
1039
- 0,
1040
- [_nTe, _mR],
1041
- [0, 1]
1042
- ];
1043
- var ListPublicKeysResponse$ = [3, n0, _LPKRi,
1044
- 0,
1045
- [_pKu, _nTe],
1046
- [() => PublicKeyList, 0], 1
1047
- ];
1048
- var ListStageSessionsRequest$ = [3, n0, _LSSR,
1049
- 0,
1050
- [_sA, _nTe, _mR],
1051
- [0, 0, 1], 1
1052
- ];
1053
- var ListStageSessionsResponse$ = [3, n0, _LSSRi,
1054
- 0,
1055
- [_sSt, _nTe],
1056
- [() => StageSessionList, 0], 1
1057
- ];
1058
- var ListStagesRequest$ = [3, n0, _LSR,
1059
- 0,
1060
- [_nTe, _mR],
1061
- [0, 1]
1062
- ];
1063
- var ListStagesResponse$ = [3, n0, _LSRi,
1064
- 0,
1065
- [_stag, _nTe],
1066
- [() => StageSummaryList, 0], 1
1067
- ];
1068
- var ListStorageConfigurationsRequest$ = [3, n0, _LSCR,
1069
- 0,
1070
- [_nTe, _mR],
1071
- [0, 1]
1072
- ];
1073
- var ListStorageConfigurationsResponse$ = [3, n0, _LSCRi,
1074
- 0,
1075
- [_sCt, _nTe],
1076
- [() => StorageConfigurationSummaryList, 0], 1
1077
- ];
1078
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1079
- 0,
1080
- [_rA],
1081
- [[0, 1]], 1
1082
- ];
1083
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1084
- 0,
1085
- [_t],
1086
- [128 | 0], 1
1087
- ];
1088
- var Participant$ = [3, n0, _P,
1089
- 0,
1090
- [_pI, _uI, _s, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
1091
- [0, 0, 0, 5, 128 | 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1092
- ];
1093
- var ParticipantRecordingHlsConfiguration$ = [3, n0, _PRHC,
1094
- 0,
1095
- [_tSDS],
1096
- [1]
1097
- ];
1098
- var ParticipantReplica$ = [3, n0, _PR,
1099
- 0,
1100
- [_sSA, _pI, _sSI, _dSA, _dSI, _rSe],
1101
- [0, 0, 0, 0, 0, 0], 6
1102
- ];
1103
- var ParticipantSummary$ = [3, n0, _PS,
1104
- 0,
1105
- [_pI, _uI, _s, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
1106
- [0, 0, 0, 5, 2, 0, 0, 0, 0, 0]
1107
- ];
1108
- var ParticipantThumbnailConfiguration$ = [3, n0, _PTC,
1109
- 0,
1110
- [_tIS, _st, _rM],
1111
- [1, 64 | 0, 0]
1112
- ];
1113
- var ParticipantToken$ = [3, n0, _PT,
1114
- 0,
1115
- [_pI, _to, _uI, _at, _du, _ca, _eTx],
1116
- [0, [() => ParticipantTokenString, 0], 0, 128 | 0, 1, 64 | 0, 5]
1117
- ];
1118
- var ParticipantTokenConfiguration$ = [3, n0, _PTCa,
1119
- 0,
1120
- [_du, _uI, _at, _ca],
1121
- [1, 0, 128 | 0, 64 | 0]
1122
- ];
1123
- var PendingVerification$ = [-3, n0, _PV,
1124
- { [_e]: _c, [_hE]: 403 },
1125
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
1126
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
1127
- ];
1128
- schema.TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
1129
- var PipConfiguration$ = [3, n0, _PC,
1130
- 0,
1131
- [_fPA, _oSV, _vFM, _gG, _pPA, _pB, _pO, _pP, _pW, _pH, _pOA],
1132
- [0, 2, 0, 1, 0, 0, 1, 0, 1, 1, 0]
1133
- ];
1134
- var PublicKey$ = [3, n0, _PK,
1135
- 0,
1136
- [_a, _n, _pKM, _fi, _t],
1137
- [0, 0, 0, 0, 128 | 0]
1138
- ];
1139
- var PublicKeySummary$ = [3, n0, _PKS,
1140
- 0,
1141
- [_a, _n, _t],
1142
- [0, 0, 128 | 0]
1143
- ];
1144
- var RecordingConfiguration$ = [3, n0, _RC,
1145
- 0,
1146
- [_hC, _fo],
1147
- [() => CompositionRecordingHlsConfiguration$, 0]
1148
- ];
1149
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1150
- { [_e]: _c, [_hE]: 404 },
1151
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
1152
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
1153
- ];
1154
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1155
- var S3DestinationConfiguration$ = [3, n0, _SDC,
1156
- 0,
1157
- [_sCA, _eCAn, _rC, _tCh],
1158
- [0, 64 | 0, () => RecordingConfiguration$, () => CompositionThumbnailConfigurationList], 2
1159
- ];
1160
- var S3Detail$ = [3, n0, _SD,
1161
- 0,
1162
- [_rP],
1163
- [0], 1
1164
- ];
1165
- var S3StorageConfiguration$ = [3, n0, _SSC,
1166
- 0,
1167
- [_bNu],
1168
- [0], 1
1169
- ];
1170
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1171
- { [_e]: _c, [_hE]: 402 },
1172
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
1173
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
1174
- ];
1175
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1176
- var Stage$ = [3, n0, _S,
1177
- 0,
1178
- [_a, _n, _aSI, _t, _aPRC, _en],
1179
- [0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration$, () => StageEndpoints$], 1
1180
- ];
1181
- var StageEndpoints$ = [3, n0, _SE,
1182
- 0,
1183
- [_ev, _w, _rt, _rtm],
1184
- [0, 0, 0, 0]
1185
- ];
1186
- var StageSession$ = [3, n0, _SS,
1187
- 0,
1188
- [_sI, _sT, _eT],
1189
- [0, 5, 5]
1190
- ];
1191
- var StageSessionSummary$ = [3, n0, _SSS,
1192
- 0,
1193
- [_sI, _sT, _eT],
1194
- [0, 5, 5]
1195
- ];
1196
- var StageSummary$ = [3, n0, _SSt,
1197
- 0,
1198
- [_a, _n, _aSI, _t],
1199
- [0, 0, 0, 128 | 0], 1
1200
- ];
1201
- var StartCompositionRequest$ = [3, n0, _SCR,
1202
- 0,
1203
- [_sA, _d, _iT, _l, _t],
1204
- [0, () => DestinationConfigurationList, [0, 4], () => LayoutConfiguration$, 128 | 0], 2
1205
- ];
1206
- var StartCompositionResponse$ = [3, n0, _SCRt,
1207
- 0,
1208
- [_com],
1209
- [() => Composition$]
1210
- ];
1211
- var StartParticipantReplicationRequest$ = [3, n0, _SPRR,
1212
- 0,
1213
- [_sSA, _dSA, _pI, _rWS, _at],
1214
- [0, 0, 0, 1, 128 | 0], 3
1215
- ];
1216
- var StartParticipantReplicationResponse$ = [3, n0, _SPRRt,
1217
- 0,
1218
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO],
1219
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }]]
1220
- ];
1221
- var StopCompositionRequest$ = [3, n0, _SCRto,
1222
- 0,
1223
- [_a],
1224
- [0], 1
1225
- ];
1226
- var StopCompositionResponse$ = [3, n0, _SCRtop,
1227
- 0,
1228
- [],
1229
- []
1230
- ];
1231
- var StopParticipantReplicationRequest$ = [3, n0, _SPRRto,
1232
- 0,
1233
- [_sSA, _dSA, _pI],
1234
- [0, 0, 0], 3
1235
- ];
1236
- var StopParticipantReplicationResponse$ = [3, n0, _SPRRtop,
1237
- 0,
1238
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO],
1239
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }]]
1240
- ];
1241
- var StorageConfiguration$ = [3, n0, _SC,
1242
- 0,
1243
- [_a, _n, _s_, _t],
1244
- [0, 0, () => S3StorageConfiguration$, 128 | 0], 1
1245
- ];
1246
- var StorageConfigurationSummary$ = [3, n0, _SCS,
1247
- 0,
1248
- [_a, _n, _s_, _t],
1249
- [0, 0, () => S3StorageConfiguration$, 128 | 0], 1
1250
- ];
1251
- var TagResourceRequest$ = [3, n0, _TRR,
1252
- 0,
1253
- [_rA, _t],
1254
- [[0, 1], 128 | 0], 2
1255
- ];
1256
- var TagResourceResponse$ = [3, n0, _TRRa,
1257
- 0,
1258
- [],
1259
- []
1260
- ];
1261
- var UntagResourceRequest$ = [3, n0, _URR,
1262
- 0,
1263
- [_rA, _tK],
1264
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1265
- ];
1266
- var UntagResourceResponse$ = [3, n0, _URRn,
1267
- 0,
1268
- [],
1269
- []
1270
- ];
1271
- var UpdateIngestConfigurationRequest$ = [3, n0, _UICR,
1272
- 0,
1273
- [_a, _sA],
1274
- [0, 0], 1
1275
- ];
1276
- var UpdateIngestConfigurationResponse$ = [3, n0, _UICRp,
1277
- 0,
1278
- [_iC],
1279
- [[() => IngestConfiguration$, 0]]
1280
- ];
1281
- var UpdateStageRequest$ = [3, n0, _USR,
1282
- 0,
1283
- [_a, _n, _aPRC],
1284
- [0, 0, () => AutoParticipantRecordingConfiguration$], 1
1285
- ];
1286
- var UpdateStageResponse$ = [3, n0, _USRp,
1287
- 0,
1288
- [_sta],
1289
- [() => Stage$]
1290
- ];
1291
- var ValidationException$ = [-3, n0, _VE,
1292
- { [_e]: _c, [_hE]: 400 },
1293
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
1294
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
1295
- ];
1296
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1297
- var Video$ = [3, n0, _V,
1298
- 0,
1299
- [_wi, _h, _fr, _b],
1300
- [1, 1, 1, 1]
1301
- ];
1302
- var IVSRealTimeServiceException$ = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
1303
- schema.TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException$, IVSRealTimeServiceException);
1304
- var CompositionSummaryList = [1, n0, _CSL,
1305
- 0, () => CompositionSummary$
1306
- ];
1307
- var CompositionThumbnailConfigurationList = [1, n0, _CTCL,
1308
- 0, () => CompositionThumbnailConfiguration$
1309
- ];
1310
- var DestinationConfigurationList = [1, n0, _DCL,
1311
- 0, () => DestinationConfiguration$
1312
- ];
1313
- var DestinationList = [1, n0, _DL,
1314
- 0, () => Destination$
1315
- ];
1316
- var DestinationSummaryList = [1, n0, _DSL,
1317
- 0, () => DestinationSummary$
1318
- ];
1319
- var EncoderConfigurationSummaryList = [1, n0, _ECSL,
1320
- 0, () => EncoderConfigurationSummary$
1321
- ];
1322
- var EventList = [1, n0, _EL,
1323
- 0, () => Event$
1324
- ];
1325
- var IngestConfigurationList = [1, n0, _ICL,
1326
- 0, () => IngestConfigurationSummary$
1327
- ];
1328
- var ParticipantList = [1, n0, _PL,
1329
- 0, () => ParticipantSummary$
1330
- ];
1331
- var ParticipantReplicaList = [1, n0, _PRL,
1332
- 0, () => ParticipantReplica$
1333
- ];
1334
- var ParticipantTokenConfigurations = [1, n0, _PTCar,
1335
- 0, () => ParticipantTokenConfiguration$
1336
- ];
1337
- var ParticipantTokenList = [1, n0, _PTL,
1338
- 0, [() => ParticipantToken$,
1339
- 0]
1340
- ];
1341
- var PublicKeyList = [1, n0, _PKL,
1342
- 0, () => PublicKeySummary$
1343
- ];
1344
- var StageSessionList = [1, n0, _SSL,
1345
- 0, () => StageSessionSummary$
1346
- ];
1347
- var StageSummaryList = [1, n0, _SSLt,
1348
- 0, () => StageSummary$
1349
- ];
1350
- var StorageConfigurationSummaryList = [1, n0, _SCSL,
1351
- 0, () => StorageConfigurationSummary$
1352
- ];
1353
- var CreateEncoderConfiguration$ = [9, n0, _CEC,
1354
- { [_ht]: ["POST", "/CreateEncoderConfiguration", 200] }, () => CreateEncoderConfigurationRequest$, () => CreateEncoderConfigurationResponse$
1355
- ];
1356
- var CreateIngestConfiguration$ = [9, n0, _CIC,
1357
- { [_ht]: ["POST", "/CreateIngestConfiguration", 200] }, () => CreateIngestConfigurationRequest$, () => CreateIngestConfigurationResponse$
1358
- ];
1359
- var CreateParticipantToken$ = [9, n0, _CPT,
1360
- { [_ht]: ["POST", "/CreateParticipantToken", 200] }, () => CreateParticipantTokenRequest$, () => CreateParticipantTokenResponse$
1361
- ];
1362
- var CreateStage$ = [9, n0, _CSr,
1363
- { [_ht]: ["POST", "/CreateStage", 200] }, () => CreateStageRequest$, () => CreateStageResponse$
1364
- ];
1365
- var CreateStorageConfiguration$ = [9, n0, _CSC,
1366
- { [_ht]: ["POST", "/CreateStorageConfiguration", 200] }, () => CreateStorageConfigurationRequest$, () => CreateStorageConfigurationResponse$
1367
- ];
1368
- var DeleteEncoderConfiguration$ = [9, n0, _DEC,
1369
- { [_ht]: ["POST", "/DeleteEncoderConfiguration", 200] }, () => DeleteEncoderConfigurationRequest$, () => DeleteEncoderConfigurationResponse$
1370
- ];
1371
- var DeleteIngestConfiguration$ = [9, n0, _DIC,
1372
- { [_ht]: ["POST", "/DeleteIngestConfiguration", 200] }, () => DeleteIngestConfigurationRequest$, () => DeleteIngestConfigurationResponse$
1373
- ];
1374
- var DeletePublicKey$ = [9, n0, _DPK,
1375
- { [_ht]: ["POST", "/DeletePublicKey", 200] }, () => DeletePublicKeyRequest$, () => DeletePublicKeyResponse$
1376
- ];
1377
- var DeleteStage$ = [9, n0, _DSe,
1378
- { [_ht]: ["POST", "/DeleteStage", 200] }, () => DeleteStageRequest$, () => DeleteStageResponse$
1379
- ];
1380
- var DeleteStorageConfiguration$ = [9, n0, _DSC,
1381
- { [_ht]: ["POST", "/DeleteStorageConfiguration", 200] }, () => DeleteStorageConfigurationRequest$, () => DeleteStorageConfigurationResponse$
1382
- ];
1383
- var DisconnectParticipant$ = [9, n0, _DP,
1384
- { [_ht]: ["POST", "/DisconnectParticipant", 200] }, () => DisconnectParticipantRequest$, () => DisconnectParticipantResponse$
1385
- ];
1386
- var GetComposition$ = [9, n0, _GCe,
1387
- { [_ht]: ["POST", "/GetComposition", 200] }, () => GetCompositionRequest$, () => GetCompositionResponse$
1388
- ];
1389
- var GetEncoderConfiguration$ = [9, n0, _GEC,
1390
- { [_ht]: ["POST", "/GetEncoderConfiguration", 200] }, () => GetEncoderConfigurationRequest$, () => GetEncoderConfigurationResponse$
1391
- ];
1392
- var GetIngestConfiguration$ = [9, n0, _GIC,
1393
- { [_ht]: ["POST", "/GetIngestConfiguration", 200] }, () => GetIngestConfigurationRequest$, () => GetIngestConfigurationResponse$
1394
- ];
1395
- var GetParticipant$ = [9, n0, _GP,
1396
- { [_ht]: ["POST", "/GetParticipant", 200] }, () => GetParticipantRequest$, () => GetParticipantResponse$
1397
- ];
1398
- var GetPublicKey$ = [9, n0, _GPK,
1399
- { [_ht]: ["POST", "/GetPublicKey", 200] }, () => GetPublicKeyRequest$, () => GetPublicKeyResponse$
1400
- ];
1401
- var GetStage$ = [9, n0, _GS,
1402
- { [_ht]: ["POST", "/GetStage", 200] }, () => GetStageRequest$, () => GetStageResponse$
1403
- ];
1404
- var GetStageSession$ = [9, n0, _GSS,
1405
- { [_ht]: ["POST", "/GetStageSession", 200] }, () => GetStageSessionRequest$, () => GetStageSessionResponse$
1406
- ];
1407
- var GetStorageConfiguration$ = [9, n0, _GSC,
1408
- { [_ht]: ["POST", "/GetStorageConfiguration", 200] }, () => GetStorageConfigurationRequest$, () => GetStorageConfigurationResponse$
1409
- ];
1410
- var ImportPublicKey$ = [9, n0, _IPK,
1411
- { [_ht]: ["POST", "/ImportPublicKey", 200] }, () => ImportPublicKeyRequest$, () => ImportPublicKeyResponse$
1412
- ];
1413
- var ListCompositions$ = [9, n0, _LCi,
1414
- { [_ht]: ["POST", "/ListCompositions", 200] }, () => ListCompositionsRequest$, () => ListCompositionsResponse$
1415
- ];
1416
- var ListEncoderConfigurations$ = [9, n0, _LEC,
1417
- { [_ht]: ["POST", "/ListEncoderConfigurations", 200] }, () => ListEncoderConfigurationsRequest$, () => ListEncoderConfigurationsResponse$
1418
- ];
1419
- var ListIngestConfigurations$ = [9, n0, _LIC,
1420
- { [_ht]: ["POST", "/ListIngestConfigurations", 200] }, () => ListIngestConfigurationsRequest$, () => ListIngestConfigurationsResponse$
1421
- ];
1422
- var ListParticipantEvents$ = [9, n0, _LPE,
1423
- { [_ht]: ["POST", "/ListParticipantEvents", 200] }, () => ListParticipantEventsRequest$, () => ListParticipantEventsResponse$
1424
- ];
1425
- var ListParticipantReplicas$ = [9, n0, _LPRis,
1426
- { [_ht]: ["POST", "/ListParticipantReplicas", 200] }, () => ListParticipantReplicasRequest$, () => ListParticipantReplicasResponse$
1427
- ];
1428
- var ListParticipants$ = [9, n0, _LP,
1429
- { [_ht]: ["POST", "/ListParticipants", 200] }, () => ListParticipantsRequest$, () => ListParticipantsResponse$
1430
- ];
1431
- var ListPublicKeys$ = [9, n0, _LPK,
1432
- { [_ht]: ["POST", "/ListPublicKeys", 200] }, () => ListPublicKeysRequest$, () => ListPublicKeysResponse$
1433
- ];
1434
- var ListStages$ = [9, n0, _LS,
1435
- { [_ht]: ["POST", "/ListStages", 200] }, () => ListStagesRequest$, () => ListStagesResponse$
1436
- ];
1437
- var ListStageSessions$ = [9, n0, _LSS,
1438
- { [_ht]: ["POST", "/ListStageSessions", 200] }, () => ListStageSessionsRequest$, () => ListStageSessionsResponse$
1439
- ];
1440
- var ListStorageConfigurations$ = [9, n0, _LSC,
1441
- { [_ht]: ["POST", "/ListStorageConfigurations", 200] }, () => ListStorageConfigurationsRequest$, () => ListStorageConfigurationsResponse$
1442
- ];
1443
- var ListTagsForResource$ = [9, n0, _LTFR,
1444
- { [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1445
- ];
1446
- var StartComposition$ = [9, n0, _SCt,
1447
- { [_ht]: ["POST", "/StartComposition", 200] }, () => StartCompositionRequest$, () => StartCompositionResponse$
1448
- ];
1449
- var StartParticipantReplication$ = [9, n0, _SPR,
1450
- { [_ht]: ["POST", "/StartParticipantReplication", 200] }, () => StartParticipantReplicationRequest$, () => StartParticipantReplicationResponse$
1451
- ];
1452
- var StopComposition$ = [9, n0, _SCto,
1453
- { [_ht]: ["POST", "/StopComposition", 200] }, () => StopCompositionRequest$, () => StopCompositionResponse$
1454
- ];
1455
- var StopParticipantReplication$ = [9, n0, _SPRt,
1456
- { [_ht]: ["POST", "/StopParticipantReplication", 200] }, () => StopParticipantReplicationRequest$, () => StopParticipantReplicationResponse$
1457
- ];
1458
- var TagResource$ = [9, n0, _TR,
1459
- { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1460
- ];
1461
- var UntagResource$ = [9, n0, _UR,
1462
- { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1463
- ];
1464
- var UpdateIngestConfiguration$ = [9, n0, _UIC,
1465
- { [_ht]: ["POST", "/UpdateIngestConfiguration", 200] }, () => UpdateIngestConfigurationRequest$, () => UpdateIngestConfigurationResponse$
1466
- ];
1467
- var UpdateStage$ = [9, n0, _US,
1468
- { [_ht]: ["POST", "/UpdateStage", 200] }, () => UpdateStageRequest$, () => UpdateStageResponse$
1469
- ];
1470
-
1471
116
  class CreateEncoderConfigurationCommand extends smithyClient.Command
1472
117
  .classBuilder()
1473
118
  .ep(commonParams)
@@ -1476,7 +121,7 @@ class CreateEncoderConfigurationCommand extends smithyClient.Command
1476
121
  })
1477
122
  .s("AmazonInteractiveVideoServiceRealTime", "CreateEncoderConfiguration", {})
1478
123
  .n("IVSRealTimeClient", "CreateEncoderConfigurationCommand")
1479
- .sc(CreateEncoderConfiguration$)
124
+ .sc(schemas_0.CreateEncoderConfiguration$)
1480
125
  .build() {
1481
126
  }
1482
127
 
@@ -1488,7 +133,7 @@ class CreateIngestConfigurationCommand extends smithyClient.Command
1488
133
  })
1489
134
  .s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {})
1490
135
  .n("IVSRealTimeClient", "CreateIngestConfigurationCommand")
1491
- .sc(CreateIngestConfiguration$)
136
+ .sc(schemas_0.CreateIngestConfiguration$)
1492
137
  .build() {
1493
138
  }
1494
139
 
@@ -1500,7 +145,7 @@ class CreateParticipantTokenCommand extends smithyClient.Command
1500
145
  })
1501
146
  .s("AmazonInteractiveVideoServiceRealTime", "CreateParticipantToken", {})
1502
147
  .n("IVSRealTimeClient", "CreateParticipantTokenCommand")
1503
- .sc(CreateParticipantToken$)
148
+ .sc(schemas_0.CreateParticipantToken$)
1504
149
  .build() {
1505
150
  }
1506
151
 
@@ -1512,7 +157,7 @@ class CreateStageCommand extends smithyClient.Command
1512
157
  })
1513
158
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStage", {})
1514
159
  .n("IVSRealTimeClient", "CreateStageCommand")
1515
- .sc(CreateStage$)
160
+ .sc(schemas_0.CreateStage$)
1516
161
  .build() {
1517
162
  }
1518
163
 
@@ -1524,7 +169,7 @@ class CreateStorageConfigurationCommand extends smithyClient.Command
1524
169
  })
1525
170
  .s("AmazonInteractiveVideoServiceRealTime", "CreateStorageConfiguration", {})
1526
171
  .n("IVSRealTimeClient", "CreateStorageConfigurationCommand")
1527
- .sc(CreateStorageConfiguration$)
172
+ .sc(schemas_0.CreateStorageConfiguration$)
1528
173
  .build() {
1529
174
  }
1530
175
 
@@ -1536,7 +181,7 @@ class DeleteEncoderConfigurationCommand extends smithyClient.Command
1536
181
  })
1537
182
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteEncoderConfiguration", {})
1538
183
  .n("IVSRealTimeClient", "DeleteEncoderConfigurationCommand")
1539
- .sc(DeleteEncoderConfiguration$)
184
+ .sc(schemas_0.DeleteEncoderConfiguration$)
1540
185
  .build() {
1541
186
  }
1542
187
 
@@ -1548,7 +193,7 @@ class DeleteIngestConfigurationCommand extends smithyClient.Command
1548
193
  })
1549
194
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {})
1550
195
  .n("IVSRealTimeClient", "DeleteIngestConfigurationCommand")
1551
- .sc(DeleteIngestConfiguration$)
196
+ .sc(schemas_0.DeleteIngestConfiguration$)
1552
197
  .build() {
1553
198
  }
1554
199
 
@@ -1560,7 +205,7 @@ class DeletePublicKeyCommand extends smithyClient.Command
1560
205
  })
1561
206
  .s("AmazonInteractiveVideoServiceRealTime", "DeletePublicKey", {})
1562
207
  .n("IVSRealTimeClient", "DeletePublicKeyCommand")
1563
- .sc(DeletePublicKey$)
208
+ .sc(schemas_0.DeletePublicKey$)
1564
209
  .build() {
1565
210
  }
1566
211
 
@@ -1572,7 +217,7 @@ class DeleteStageCommand extends smithyClient.Command
1572
217
  })
1573
218
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStage", {})
1574
219
  .n("IVSRealTimeClient", "DeleteStageCommand")
1575
- .sc(DeleteStage$)
220
+ .sc(schemas_0.DeleteStage$)
1576
221
  .build() {
1577
222
  }
1578
223
 
@@ -1584,7 +229,7 @@ class DeleteStorageConfigurationCommand extends smithyClient.Command
1584
229
  })
1585
230
  .s("AmazonInteractiveVideoServiceRealTime", "DeleteStorageConfiguration", {})
1586
231
  .n("IVSRealTimeClient", "DeleteStorageConfigurationCommand")
1587
- .sc(DeleteStorageConfiguration$)
232
+ .sc(schemas_0.DeleteStorageConfiguration$)
1588
233
  .build() {
1589
234
  }
1590
235
 
@@ -1596,7 +241,7 @@ class DisconnectParticipantCommand extends smithyClient.Command
1596
241
  })
1597
242
  .s("AmazonInteractiveVideoServiceRealTime", "DisconnectParticipant", {})
1598
243
  .n("IVSRealTimeClient", "DisconnectParticipantCommand")
1599
- .sc(DisconnectParticipant$)
244
+ .sc(schemas_0.DisconnectParticipant$)
1600
245
  .build() {
1601
246
  }
1602
247
 
@@ -1608,7 +253,7 @@ class GetCompositionCommand extends smithyClient.Command
1608
253
  })
1609
254
  .s("AmazonInteractiveVideoServiceRealTime", "GetComposition", {})
1610
255
  .n("IVSRealTimeClient", "GetCompositionCommand")
1611
- .sc(GetComposition$)
256
+ .sc(schemas_0.GetComposition$)
1612
257
  .build() {
1613
258
  }
1614
259
 
@@ -1620,7 +265,7 @@ class GetEncoderConfigurationCommand extends smithyClient.Command
1620
265
  })
1621
266
  .s("AmazonInteractiveVideoServiceRealTime", "GetEncoderConfiguration", {})
1622
267
  .n("IVSRealTimeClient", "GetEncoderConfigurationCommand")
1623
- .sc(GetEncoderConfiguration$)
268
+ .sc(schemas_0.GetEncoderConfiguration$)
1624
269
  .build() {
1625
270
  }
1626
271
 
@@ -1632,7 +277,7 @@ class GetIngestConfigurationCommand extends smithyClient.Command
1632
277
  })
1633
278
  .s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {})
1634
279
  .n("IVSRealTimeClient", "GetIngestConfigurationCommand")
1635
- .sc(GetIngestConfiguration$)
280
+ .sc(schemas_0.GetIngestConfiguration$)
1636
281
  .build() {
1637
282
  }
1638
283
 
@@ -1644,7 +289,7 @@ class GetParticipantCommand extends smithyClient.Command
1644
289
  })
1645
290
  .s("AmazonInteractiveVideoServiceRealTime", "GetParticipant", {})
1646
291
  .n("IVSRealTimeClient", "GetParticipantCommand")
1647
- .sc(GetParticipant$)
292
+ .sc(schemas_0.GetParticipant$)
1648
293
  .build() {
1649
294
  }
1650
295
 
@@ -1656,7 +301,7 @@ class GetPublicKeyCommand extends smithyClient.Command
1656
301
  })
1657
302
  .s("AmazonInteractiveVideoServiceRealTime", "GetPublicKey", {})
1658
303
  .n("IVSRealTimeClient", "GetPublicKeyCommand")
1659
- .sc(GetPublicKey$)
304
+ .sc(schemas_0.GetPublicKey$)
1660
305
  .build() {
1661
306
  }
1662
307
 
@@ -1668,7 +313,7 @@ class GetStageCommand extends smithyClient.Command
1668
313
  })
1669
314
  .s("AmazonInteractiveVideoServiceRealTime", "GetStage", {})
1670
315
  .n("IVSRealTimeClient", "GetStageCommand")
1671
- .sc(GetStage$)
316
+ .sc(schemas_0.GetStage$)
1672
317
  .build() {
1673
318
  }
1674
319
 
@@ -1680,7 +325,7 @@ class GetStageSessionCommand extends smithyClient.Command
1680
325
  })
1681
326
  .s("AmazonInteractiveVideoServiceRealTime", "GetStageSession", {})
1682
327
  .n("IVSRealTimeClient", "GetStageSessionCommand")
1683
- .sc(GetStageSession$)
328
+ .sc(schemas_0.GetStageSession$)
1684
329
  .build() {
1685
330
  }
1686
331
 
@@ -1692,7 +337,7 @@ class GetStorageConfigurationCommand extends smithyClient.Command
1692
337
  })
1693
338
  .s("AmazonInteractiveVideoServiceRealTime", "GetStorageConfiguration", {})
1694
339
  .n("IVSRealTimeClient", "GetStorageConfigurationCommand")
1695
- .sc(GetStorageConfiguration$)
340
+ .sc(schemas_0.GetStorageConfiguration$)
1696
341
  .build() {
1697
342
  }
1698
343
 
@@ -1704,7 +349,7 @@ class ImportPublicKeyCommand extends smithyClient.Command
1704
349
  })
1705
350
  .s("AmazonInteractiveVideoServiceRealTime", "ImportPublicKey", {})
1706
351
  .n("IVSRealTimeClient", "ImportPublicKeyCommand")
1707
- .sc(ImportPublicKey$)
352
+ .sc(schemas_0.ImportPublicKey$)
1708
353
  .build() {
1709
354
  }
1710
355
 
@@ -1716,7 +361,7 @@ class ListCompositionsCommand extends smithyClient.Command
1716
361
  })
1717
362
  .s("AmazonInteractiveVideoServiceRealTime", "ListCompositions", {})
1718
363
  .n("IVSRealTimeClient", "ListCompositionsCommand")
1719
- .sc(ListCompositions$)
364
+ .sc(schemas_0.ListCompositions$)
1720
365
  .build() {
1721
366
  }
1722
367
 
@@ -1728,7 +373,7 @@ class ListEncoderConfigurationsCommand extends smithyClient.Command
1728
373
  })
1729
374
  .s("AmazonInteractiveVideoServiceRealTime", "ListEncoderConfigurations", {})
1730
375
  .n("IVSRealTimeClient", "ListEncoderConfigurationsCommand")
1731
- .sc(ListEncoderConfigurations$)
376
+ .sc(schemas_0.ListEncoderConfigurations$)
1732
377
  .build() {
1733
378
  }
1734
379
 
@@ -1740,7 +385,7 @@ class ListIngestConfigurationsCommand extends smithyClient.Command
1740
385
  })
1741
386
  .s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {})
1742
387
  .n("IVSRealTimeClient", "ListIngestConfigurationsCommand")
1743
- .sc(ListIngestConfigurations$)
388
+ .sc(schemas_0.ListIngestConfigurations$)
1744
389
  .build() {
1745
390
  }
1746
391
 
@@ -1752,7 +397,7 @@ class ListParticipantEventsCommand extends smithyClient.Command
1752
397
  })
1753
398
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantEvents", {})
1754
399
  .n("IVSRealTimeClient", "ListParticipantEventsCommand")
1755
- .sc(ListParticipantEvents$)
400
+ .sc(schemas_0.ListParticipantEvents$)
1756
401
  .build() {
1757
402
  }
1758
403
 
@@ -1764,7 +409,7 @@ class ListParticipantReplicasCommand extends smithyClient.Command
1764
409
  })
1765
410
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipantReplicas", {})
1766
411
  .n("IVSRealTimeClient", "ListParticipantReplicasCommand")
1767
- .sc(ListParticipantReplicas$)
412
+ .sc(schemas_0.ListParticipantReplicas$)
1768
413
  .build() {
1769
414
  }
1770
415
 
@@ -1776,7 +421,7 @@ class ListParticipantsCommand extends smithyClient.Command
1776
421
  })
1777
422
  .s("AmazonInteractiveVideoServiceRealTime", "ListParticipants", {})
1778
423
  .n("IVSRealTimeClient", "ListParticipantsCommand")
1779
- .sc(ListParticipants$)
424
+ .sc(schemas_0.ListParticipants$)
1780
425
  .build() {
1781
426
  }
1782
427
 
@@ -1788,7 +433,7 @@ class ListPublicKeysCommand extends smithyClient.Command
1788
433
  })
1789
434
  .s("AmazonInteractiveVideoServiceRealTime", "ListPublicKeys", {})
1790
435
  .n("IVSRealTimeClient", "ListPublicKeysCommand")
1791
- .sc(ListPublicKeys$)
436
+ .sc(schemas_0.ListPublicKeys$)
1792
437
  .build() {
1793
438
  }
1794
439
 
@@ -1800,7 +445,7 @@ class ListStagesCommand extends smithyClient.Command
1800
445
  })
1801
446
  .s("AmazonInteractiveVideoServiceRealTime", "ListStages", {})
1802
447
  .n("IVSRealTimeClient", "ListStagesCommand")
1803
- .sc(ListStages$)
448
+ .sc(schemas_0.ListStages$)
1804
449
  .build() {
1805
450
  }
1806
451
 
@@ -1812,7 +457,7 @@ class ListStageSessionsCommand extends smithyClient.Command
1812
457
  })
1813
458
  .s("AmazonInteractiveVideoServiceRealTime", "ListStageSessions", {})
1814
459
  .n("IVSRealTimeClient", "ListStageSessionsCommand")
1815
- .sc(ListStageSessions$)
460
+ .sc(schemas_0.ListStageSessions$)
1816
461
  .build() {
1817
462
  }
1818
463
 
@@ -1824,7 +469,7 @@ class ListStorageConfigurationsCommand extends smithyClient.Command
1824
469
  })
1825
470
  .s("AmazonInteractiveVideoServiceRealTime", "ListStorageConfigurations", {})
1826
471
  .n("IVSRealTimeClient", "ListStorageConfigurationsCommand")
1827
- .sc(ListStorageConfigurations$)
472
+ .sc(schemas_0.ListStorageConfigurations$)
1828
473
  .build() {
1829
474
  }
1830
475
 
@@ -1836,7 +481,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1836
481
  })
1837
482
  .s("AmazonInteractiveVideoServiceRealTime", "ListTagsForResource", {})
1838
483
  .n("IVSRealTimeClient", "ListTagsForResourceCommand")
1839
- .sc(ListTagsForResource$)
484
+ .sc(schemas_0.ListTagsForResource$)
1840
485
  .build() {
1841
486
  }
1842
487
 
@@ -1848,7 +493,7 @@ class StartCompositionCommand extends smithyClient.Command
1848
493
  })
1849
494
  .s("AmazonInteractiveVideoServiceRealTime", "StartComposition", {})
1850
495
  .n("IVSRealTimeClient", "StartCompositionCommand")
1851
- .sc(StartComposition$)
496
+ .sc(schemas_0.StartComposition$)
1852
497
  .build() {
1853
498
  }
1854
499
 
@@ -1860,7 +505,7 @@ class StartParticipantReplicationCommand extends smithyClient.Command
1860
505
  })
1861
506
  .s("AmazonInteractiveVideoServiceRealTime", "StartParticipantReplication", {})
1862
507
  .n("IVSRealTimeClient", "StartParticipantReplicationCommand")
1863
- .sc(StartParticipantReplication$)
508
+ .sc(schemas_0.StartParticipantReplication$)
1864
509
  .build() {
1865
510
  }
1866
511
 
@@ -1872,7 +517,7 @@ class StopCompositionCommand extends smithyClient.Command
1872
517
  })
1873
518
  .s("AmazonInteractiveVideoServiceRealTime", "StopComposition", {})
1874
519
  .n("IVSRealTimeClient", "StopCompositionCommand")
1875
- .sc(StopComposition$)
520
+ .sc(schemas_0.StopComposition$)
1876
521
  .build() {
1877
522
  }
1878
523
 
@@ -1884,7 +529,7 @@ class StopParticipantReplicationCommand extends smithyClient.Command
1884
529
  })
1885
530
  .s("AmazonInteractiveVideoServiceRealTime", "StopParticipantReplication", {})
1886
531
  .n("IVSRealTimeClient", "StopParticipantReplicationCommand")
1887
- .sc(StopParticipantReplication$)
532
+ .sc(schemas_0.StopParticipantReplication$)
1888
533
  .build() {
1889
534
  }
1890
535
 
@@ -1896,7 +541,7 @@ class TagResourceCommand extends smithyClient.Command
1896
541
  })
1897
542
  .s("AmazonInteractiveVideoServiceRealTime", "TagResource", {})
1898
543
  .n("IVSRealTimeClient", "TagResourceCommand")
1899
- .sc(TagResource$)
544
+ .sc(schemas_0.TagResource$)
1900
545
  .build() {
1901
546
  }
1902
547
 
@@ -1908,7 +553,7 @@ class UntagResourceCommand extends smithyClient.Command
1908
553
  })
1909
554
  .s("AmazonInteractiveVideoServiceRealTime", "UntagResource", {})
1910
555
  .n("IVSRealTimeClient", "UntagResourceCommand")
1911
- .sc(UntagResource$)
556
+ .sc(schemas_0.UntagResource$)
1912
557
  .build() {
1913
558
  }
1914
559
 
@@ -1920,7 +565,7 @@ class UpdateIngestConfigurationCommand extends smithyClient.Command
1920
565
  })
1921
566
  .s("AmazonInteractiveVideoServiceRealTime", "UpdateIngestConfiguration", {})
1922
567
  .n("IVSRealTimeClient", "UpdateIngestConfigurationCommand")
1923
- .sc(UpdateIngestConfiguration$)
568
+ .sc(schemas_0.UpdateIngestConfiguration$)
1924
569
  .build() {
1925
570
  }
1926
571
 
@@ -1932,7 +577,7 @@ class UpdateStageCommand extends smithyClient.Command
1932
577
  })
1933
578
  .s("AmazonInteractiveVideoServiceRealTime", "UpdateStage", {})
1934
579
  .n("IVSRealTimeClient", "UpdateStageCommand")
1935
- .sc(UpdateStage$)
580
+ .sc(schemas_0.UpdateStage$)
1936
581
  .build() {
1937
582
  }
1938
583
 
@@ -2150,239 +795,70 @@ Object.defineProperty(exports, "__Client", {
2150
795
  enumerable: true,
2151
796
  get: function () { return smithyClient.Client; }
2152
797
  });
2153
- exports.AccessDeniedException = AccessDeniedException;
2154
- exports.AccessDeniedException$ = AccessDeniedException$;
2155
- exports.AutoParticipantRecordingConfiguration$ = AutoParticipantRecordingConfiguration$;
2156
- exports.ChannelDestinationConfiguration$ = ChannelDestinationConfiguration$;
2157
- exports.Composition$ = Composition$;
2158
- exports.CompositionRecordingHlsConfiguration$ = CompositionRecordingHlsConfiguration$;
798
+ Object.defineProperty(exports, "IVSRealTimeServiceException", {
799
+ enumerable: true,
800
+ get: function () { return IVSRealTimeServiceException.IVSRealTimeServiceException; }
801
+ });
2159
802
  exports.CompositionState = CompositionState;
2160
- exports.CompositionSummary$ = CompositionSummary$;
2161
- exports.CompositionThumbnailConfiguration$ = CompositionThumbnailConfiguration$;
2162
- exports.ConflictException = ConflictException;
2163
- exports.ConflictException$ = ConflictException$;
2164
- exports.CreateEncoderConfiguration$ = CreateEncoderConfiguration$;
2165
803
  exports.CreateEncoderConfigurationCommand = CreateEncoderConfigurationCommand;
2166
- exports.CreateEncoderConfigurationRequest$ = CreateEncoderConfigurationRequest$;
2167
- exports.CreateEncoderConfigurationResponse$ = CreateEncoderConfigurationResponse$;
2168
- exports.CreateIngestConfiguration$ = CreateIngestConfiguration$;
2169
804
  exports.CreateIngestConfigurationCommand = CreateIngestConfigurationCommand;
2170
- exports.CreateIngestConfigurationRequest$ = CreateIngestConfigurationRequest$;
2171
- exports.CreateIngestConfigurationResponse$ = CreateIngestConfigurationResponse$;
2172
- exports.CreateParticipantToken$ = CreateParticipantToken$;
2173
805
  exports.CreateParticipantTokenCommand = CreateParticipantTokenCommand;
2174
- exports.CreateParticipantTokenRequest$ = CreateParticipantTokenRequest$;
2175
- exports.CreateParticipantTokenResponse$ = CreateParticipantTokenResponse$;
2176
- exports.CreateStage$ = CreateStage$;
2177
806
  exports.CreateStageCommand = CreateStageCommand;
2178
- exports.CreateStageRequest$ = CreateStageRequest$;
2179
- exports.CreateStageResponse$ = CreateStageResponse$;
2180
- exports.CreateStorageConfiguration$ = CreateStorageConfiguration$;
2181
807
  exports.CreateStorageConfigurationCommand = CreateStorageConfigurationCommand;
2182
- exports.CreateStorageConfigurationRequest$ = CreateStorageConfigurationRequest$;
2183
- exports.CreateStorageConfigurationResponse$ = CreateStorageConfigurationResponse$;
2184
- exports.DeleteEncoderConfiguration$ = DeleteEncoderConfiguration$;
2185
808
  exports.DeleteEncoderConfigurationCommand = DeleteEncoderConfigurationCommand;
2186
- exports.DeleteEncoderConfigurationRequest$ = DeleteEncoderConfigurationRequest$;
2187
- exports.DeleteEncoderConfigurationResponse$ = DeleteEncoderConfigurationResponse$;
2188
- exports.DeleteIngestConfiguration$ = DeleteIngestConfiguration$;
2189
809
  exports.DeleteIngestConfigurationCommand = DeleteIngestConfigurationCommand;
2190
- exports.DeleteIngestConfigurationRequest$ = DeleteIngestConfigurationRequest$;
2191
- exports.DeleteIngestConfigurationResponse$ = DeleteIngestConfigurationResponse$;
2192
- exports.DeletePublicKey$ = DeletePublicKey$;
2193
810
  exports.DeletePublicKeyCommand = DeletePublicKeyCommand;
2194
- exports.DeletePublicKeyRequest$ = DeletePublicKeyRequest$;
2195
- exports.DeletePublicKeyResponse$ = DeletePublicKeyResponse$;
2196
- exports.DeleteStage$ = DeleteStage$;
2197
811
  exports.DeleteStageCommand = DeleteStageCommand;
2198
- exports.DeleteStageRequest$ = DeleteStageRequest$;
2199
- exports.DeleteStageResponse$ = DeleteStageResponse$;
2200
- exports.DeleteStorageConfiguration$ = DeleteStorageConfiguration$;
2201
812
  exports.DeleteStorageConfigurationCommand = DeleteStorageConfigurationCommand;
2202
- exports.DeleteStorageConfigurationRequest$ = DeleteStorageConfigurationRequest$;
2203
- exports.DeleteStorageConfigurationResponse$ = DeleteStorageConfigurationResponse$;
2204
- exports.Destination$ = Destination$;
2205
- exports.DestinationConfiguration$ = DestinationConfiguration$;
2206
- exports.DestinationDetail$ = DestinationDetail$;
2207
813
  exports.DestinationState = DestinationState;
2208
- exports.DestinationSummary$ = DestinationSummary$;
2209
- exports.DisconnectParticipant$ = DisconnectParticipant$;
2210
814
  exports.DisconnectParticipantCommand = DisconnectParticipantCommand;
2211
- exports.DisconnectParticipantRequest$ = DisconnectParticipantRequest$;
2212
- exports.DisconnectParticipantResponse$ = DisconnectParticipantResponse$;
2213
- exports.EncoderConfiguration$ = EncoderConfiguration$;
2214
- exports.EncoderConfigurationSummary$ = EncoderConfigurationSummary$;
2215
- exports.Event$ = Event$;
2216
815
  exports.EventErrorCode = EventErrorCode;
2217
816
  exports.EventName = EventName;
2218
- exports.ExchangedParticipantToken$ = ExchangedParticipantToken$;
2219
- exports.GetComposition$ = GetComposition$;
2220
817
  exports.GetCompositionCommand = GetCompositionCommand;
2221
- exports.GetCompositionRequest$ = GetCompositionRequest$;
2222
- exports.GetCompositionResponse$ = GetCompositionResponse$;
2223
- exports.GetEncoderConfiguration$ = GetEncoderConfiguration$;
2224
818
  exports.GetEncoderConfigurationCommand = GetEncoderConfigurationCommand;
2225
- exports.GetEncoderConfigurationRequest$ = GetEncoderConfigurationRequest$;
2226
- exports.GetEncoderConfigurationResponse$ = GetEncoderConfigurationResponse$;
2227
- exports.GetIngestConfiguration$ = GetIngestConfiguration$;
2228
819
  exports.GetIngestConfigurationCommand = GetIngestConfigurationCommand;
2229
- exports.GetIngestConfigurationRequest$ = GetIngestConfigurationRequest$;
2230
- exports.GetIngestConfigurationResponse$ = GetIngestConfigurationResponse$;
2231
- exports.GetParticipant$ = GetParticipant$;
2232
820
  exports.GetParticipantCommand = GetParticipantCommand;
2233
- exports.GetParticipantRequest$ = GetParticipantRequest$;
2234
- exports.GetParticipantResponse$ = GetParticipantResponse$;
2235
- exports.GetPublicKey$ = GetPublicKey$;
2236
821
  exports.GetPublicKeyCommand = GetPublicKeyCommand;
2237
- exports.GetPublicKeyRequest$ = GetPublicKeyRequest$;
2238
- exports.GetPublicKeyResponse$ = GetPublicKeyResponse$;
2239
- exports.GetStage$ = GetStage$;
2240
822
  exports.GetStageCommand = GetStageCommand;
2241
- exports.GetStageRequest$ = GetStageRequest$;
2242
- exports.GetStageResponse$ = GetStageResponse$;
2243
- exports.GetStageSession$ = GetStageSession$;
2244
823
  exports.GetStageSessionCommand = GetStageSessionCommand;
2245
- exports.GetStageSessionRequest$ = GetStageSessionRequest$;
2246
- exports.GetStageSessionResponse$ = GetStageSessionResponse$;
2247
- exports.GetStorageConfiguration$ = GetStorageConfiguration$;
2248
824
  exports.GetStorageConfigurationCommand = GetStorageConfigurationCommand;
2249
- exports.GetStorageConfigurationRequest$ = GetStorageConfigurationRequest$;
2250
- exports.GetStorageConfigurationResponse$ = GetStorageConfigurationResponse$;
2251
- exports.GridConfiguration$ = GridConfiguration$;
2252
825
  exports.IVSRealTime = IVSRealTime;
2253
826
  exports.IVSRealTimeClient = IVSRealTimeClient;
2254
- exports.IVSRealTimeServiceException = IVSRealTimeServiceException;
2255
- exports.IVSRealTimeServiceException$ = IVSRealTimeServiceException$;
2256
- exports.ImportPublicKey$ = ImportPublicKey$;
2257
827
  exports.ImportPublicKeyCommand = ImportPublicKeyCommand;
2258
- exports.ImportPublicKeyRequest$ = ImportPublicKeyRequest$;
2259
- exports.ImportPublicKeyResponse$ = ImportPublicKeyResponse$;
2260
- exports.IngestConfiguration$ = IngestConfiguration$;
2261
828
  exports.IngestConfigurationState = IngestConfigurationState;
2262
- exports.IngestConfigurationSummary$ = IngestConfigurationSummary$;
2263
829
  exports.IngestProtocol = IngestProtocol;
2264
- exports.InternalServerException = InternalServerException;
2265
- exports.InternalServerException$ = InternalServerException$;
2266
- exports.LayoutConfiguration$ = LayoutConfiguration$;
2267
- exports.ListCompositions$ = ListCompositions$;
2268
830
  exports.ListCompositionsCommand = ListCompositionsCommand;
2269
- exports.ListCompositionsRequest$ = ListCompositionsRequest$;
2270
- exports.ListCompositionsResponse$ = ListCompositionsResponse$;
2271
- exports.ListEncoderConfigurations$ = ListEncoderConfigurations$;
2272
831
  exports.ListEncoderConfigurationsCommand = ListEncoderConfigurationsCommand;
2273
- exports.ListEncoderConfigurationsRequest$ = ListEncoderConfigurationsRequest$;
2274
- exports.ListEncoderConfigurationsResponse$ = ListEncoderConfigurationsResponse$;
2275
- exports.ListIngestConfigurations$ = ListIngestConfigurations$;
2276
832
  exports.ListIngestConfigurationsCommand = ListIngestConfigurationsCommand;
2277
- exports.ListIngestConfigurationsRequest$ = ListIngestConfigurationsRequest$;
2278
- exports.ListIngestConfigurationsResponse$ = ListIngestConfigurationsResponse$;
2279
- exports.ListParticipantEvents$ = ListParticipantEvents$;
2280
833
  exports.ListParticipantEventsCommand = ListParticipantEventsCommand;
2281
- exports.ListParticipantEventsRequest$ = ListParticipantEventsRequest$;
2282
- exports.ListParticipantEventsResponse$ = ListParticipantEventsResponse$;
2283
- exports.ListParticipantReplicas$ = ListParticipantReplicas$;
2284
834
  exports.ListParticipantReplicasCommand = ListParticipantReplicasCommand;
2285
- exports.ListParticipantReplicasRequest$ = ListParticipantReplicasRequest$;
2286
- exports.ListParticipantReplicasResponse$ = ListParticipantReplicasResponse$;
2287
- exports.ListParticipants$ = ListParticipants$;
2288
835
  exports.ListParticipantsCommand = ListParticipantsCommand;
2289
- exports.ListParticipantsRequest$ = ListParticipantsRequest$;
2290
- exports.ListParticipantsResponse$ = ListParticipantsResponse$;
2291
- exports.ListPublicKeys$ = ListPublicKeys$;
2292
836
  exports.ListPublicKeysCommand = ListPublicKeysCommand;
2293
- exports.ListPublicKeysRequest$ = ListPublicKeysRequest$;
2294
- exports.ListPublicKeysResponse$ = ListPublicKeysResponse$;
2295
- exports.ListStageSessions$ = ListStageSessions$;
2296
837
  exports.ListStageSessionsCommand = ListStageSessionsCommand;
2297
- exports.ListStageSessionsRequest$ = ListStageSessionsRequest$;
2298
- exports.ListStageSessionsResponse$ = ListStageSessionsResponse$;
2299
- exports.ListStages$ = ListStages$;
2300
838
  exports.ListStagesCommand = ListStagesCommand;
2301
- exports.ListStagesRequest$ = ListStagesRequest$;
2302
- exports.ListStagesResponse$ = ListStagesResponse$;
2303
- exports.ListStorageConfigurations$ = ListStorageConfigurations$;
2304
839
  exports.ListStorageConfigurationsCommand = ListStorageConfigurationsCommand;
2305
- exports.ListStorageConfigurationsRequest$ = ListStorageConfigurationsRequest$;
2306
- exports.ListStorageConfigurationsResponse$ = ListStorageConfigurationsResponse$;
2307
- exports.ListTagsForResource$ = ListTagsForResource$;
2308
840
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2309
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2310
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2311
- exports.Participant$ = Participant$;
2312
841
  exports.ParticipantProtocol = ParticipantProtocol;
2313
842
  exports.ParticipantRecordingFilterByRecordingState = ParticipantRecordingFilterByRecordingState;
2314
- exports.ParticipantRecordingHlsConfiguration$ = ParticipantRecordingHlsConfiguration$;
2315
843
  exports.ParticipantRecordingMediaType = ParticipantRecordingMediaType;
2316
844
  exports.ParticipantRecordingState = ParticipantRecordingState;
2317
- exports.ParticipantReplica$ = ParticipantReplica$;
2318
845
  exports.ParticipantState = ParticipantState;
2319
- exports.ParticipantSummary$ = ParticipantSummary$;
2320
- exports.ParticipantThumbnailConfiguration$ = ParticipantThumbnailConfiguration$;
2321
- exports.ParticipantToken$ = ParticipantToken$;
2322
846
  exports.ParticipantTokenCapability = ParticipantTokenCapability;
2323
- exports.ParticipantTokenConfiguration$ = ParticipantTokenConfiguration$;
2324
- exports.PendingVerification = PendingVerification;
2325
- exports.PendingVerification$ = PendingVerification$;
2326
847
  exports.PipBehavior = PipBehavior;
2327
- exports.PipConfiguration$ = PipConfiguration$;
2328
848
  exports.PipPosition = PipPosition;
2329
- exports.PublicKey$ = PublicKey$;
2330
- exports.PublicKeySummary$ = PublicKeySummary$;
2331
- exports.RecordingConfiguration$ = RecordingConfiguration$;
2332
849
  exports.RecordingConfigurationFormat = RecordingConfigurationFormat;
2333
850
  exports.ReplicationState = ReplicationState;
2334
851
  exports.ReplicationType = ReplicationType;
2335
- exports.ResourceNotFoundException = ResourceNotFoundException;
2336
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2337
- exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
2338
- exports.S3Detail$ = S3Detail$;
2339
- exports.S3StorageConfiguration$ = S3StorageConfiguration$;
2340
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2341
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2342
- exports.Stage$ = Stage$;
2343
- exports.StageEndpoints$ = StageEndpoints$;
2344
- exports.StageSession$ = StageSession$;
2345
- exports.StageSessionSummary$ = StageSessionSummary$;
2346
- exports.StageSummary$ = StageSummary$;
2347
- exports.StartComposition$ = StartComposition$;
2348
852
  exports.StartCompositionCommand = StartCompositionCommand;
2349
- exports.StartCompositionRequest$ = StartCompositionRequest$;
2350
- exports.StartCompositionResponse$ = StartCompositionResponse$;
2351
- exports.StartParticipantReplication$ = StartParticipantReplication$;
2352
853
  exports.StartParticipantReplicationCommand = StartParticipantReplicationCommand;
2353
- exports.StartParticipantReplicationRequest$ = StartParticipantReplicationRequest$;
2354
- exports.StartParticipantReplicationResponse$ = StartParticipantReplicationResponse$;
2355
- exports.StopComposition$ = StopComposition$;
2356
854
  exports.StopCompositionCommand = StopCompositionCommand;
2357
- exports.StopCompositionRequest$ = StopCompositionRequest$;
2358
- exports.StopCompositionResponse$ = StopCompositionResponse$;
2359
- exports.StopParticipantReplication$ = StopParticipantReplication$;
2360
855
  exports.StopParticipantReplicationCommand = StopParticipantReplicationCommand;
2361
- exports.StopParticipantReplicationRequest$ = StopParticipantReplicationRequest$;
2362
- exports.StopParticipantReplicationResponse$ = StopParticipantReplicationResponse$;
2363
- exports.StorageConfiguration$ = StorageConfiguration$;
2364
- exports.StorageConfigurationSummary$ = StorageConfigurationSummary$;
2365
- exports.TagResource$ = TagResource$;
2366
856
  exports.TagResourceCommand = TagResourceCommand;
2367
- exports.TagResourceRequest$ = TagResourceRequest$;
2368
- exports.TagResourceResponse$ = TagResourceResponse$;
2369
857
  exports.ThumbnailRecordingMode = ThumbnailRecordingMode;
2370
858
  exports.ThumbnailStorageType = ThumbnailStorageType;
2371
- exports.UntagResource$ = UntagResource$;
2372
859
  exports.UntagResourceCommand = UntagResourceCommand;
2373
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2374
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2375
- exports.UpdateIngestConfiguration$ = UpdateIngestConfiguration$;
2376
860
  exports.UpdateIngestConfigurationCommand = UpdateIngestConfigurationCommand;
2377
- exports.UpdateIngestConfigurationRequest$ = UpdateIngestConfigurationRequest$;
2378
- exports.UpdateIngestConfigurationResponse$ = UpdateIngestConfigurationResponse$;
2379
- exports.UpdateStage$ = UpdateStage$;
2380
861
  exports.UpdateStageCommand = UpdateStageCommand;
2381
- exports.UpdateStageRequest$ = UpdateStageRequest$;
2382
- exports.UpdateStageResponse$ = UpdateStageResponse$;
2383
- exports.ValidationException = ValidationException;
2384
- exports.ValidationException$ = ValidationException$;
2385
- exports.Video$ = Video$;
2386
862
  exports.VideoAspectRatio = VideoAspectRatio;
2387
863
  exports.VideoFillMode = VideoFillMode;
2388
864
  exports.paginateListCompositions = paginateListCompositions;
@@ -2395,3 +871,15 @@ exports.paginateListPublicKeys = paginateListPublicKeys;
2395
871
  exports.paginateListStageSessions = paginateListStageSessions;
2396
872
  exports.paginateListStages = paginateListStages;
2397
873
  exports.paginateListStorageConfigurations = paginateListStorageConfigurations;
874
+ Object.keys(schemas_0).forEach(function (k) {
875
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
876
+ enumerable: true,
877
+ get: function () { return schemas_0[k]; }
878
+ });
879
+ });
880
+ Object.keys(errors).forEach(function (k) {
881
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
882
+ enumerable: true,
883
+ get: function () { return errors[k]; }
884
+ });
885
+ });