@aws-sdk/client-ivs 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 IvsServiceException = require('./models/IvsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1105 +113,6 @@ class IvsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class IvsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, IvsServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends IvsServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- exceptionMessage;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.exceptionMessage = opts.exceptionMessage;
132
- }
133
- }
134
- class PendingVerification extends IvsServiceException {
135
- name = "PendingVerification";
136
- $fault = "client";
137
- exceptionMessage;
138
- constructor(opts) {
139
- super({
140
- name: "PendingVerification",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, PendingVerification.prototype);
145
- this.exceptionMessage = opts.exceptionMessage;
146
- }
147
- }
148
- class ThrottlingException extends IvsServiceException {
149
- name = "ThrottlingException";
150
- $fault = "client";
151
- exceptionMessage;
152
- constructor(opts) {
153
- super({
154
- name: "ThrottlingException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ThrottlingException.prototype);
159
- this.exceptionMessage = opts.exceptionMessage;
160
- }
161
- }
162
- class ValidationException extends IvsServiceException {
163
- name = "ValidationException";
164
- $fault = "client";
165
- exceptionMessage;
166
- constructor(opts) {
167
- super({
168
- name: "ValidationException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ValidationException.prototype);
173
- this.exceptionMessage = opts.exceptionMessage;
174
- }
175
- }
176
- class ResourceNotFoundException extends IvsServiceException {
177
- name = "ResourceNotFoundException";
178
- $fault = "client";
179
- exceptionMessage;
180
- constructor(opts) {
181
- super({
182
- name: "ResourceNotFoundException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
187
- this.exceptionMessage = opts.exceptionMessage;
188
- }
189
- }
190
- class ServiceQuotaExceededException extends IvsServiceException {
191
- name = "ServiceQuotaExceededException";
192
- $fault = "client";
193
- exceptionMessage;
194
- constructor(opts) {
195
- super({
196
- name: "ServiceQuotaExceededException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
201
- this.exceptionMessage = opts.exceptionMessage;
202
- }
203
- }
204
- class ConflictException extends IvsServiceException {
205
- name = "ConflictException";
206
- $fault = "client";
207
- exceptionMessage;
208
- constructor(opts) {
209
- super({
210
- name: "ConflictException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, ConflictException.prototype);
215
- this.exceptionMessage = opts.exceptionMessage;
216
- }
217
- }
218
- class InternalServerException extends IvsServiceException {
219
- name = "InternalServerException";
220
- $fault = "server";
221
- exceptionMessage;
222
- constructor(opts) {
223
- super({
224
- name: "InternalServerException",
225
- $fault: "server",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, InternalServerException.prototype);
229
- this.exceptionMessage = opts.exceptionMessage;
230
- }
231
- }
232
- class ChannelNotBroadcasting extends IvsServiceException {
233
- name = "ChannelNotBroadcasting";
234
- $fault = "client";
235
- exceptionMessage;
236
- constructor(opts) {
237
- super({
238
- name: "ChannelNotBroadcasting",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, ChannelNotBroadcasting.prototype);
243
- this.exceptionMessage = opts.exceptionMessage;
244
- }
245
- }
246
- class StreamUnavailable extends IvsServiceException {
247
- name = "StreamUnavailable";
248
- $fault = "server";
249
- exceptionMessage;
250
- constructor(opts) {
251
- super({
252
- name: "StreamUnavailable",
253
- $fault: "server",
254
- ...opts,
255
- });
256
- Object.setPrototypeOf(this, StreamUnavailable.prototype);
257
- this.exceptionMessage = opts.exceptionMessage;
258
- }
259
- }
260
-
261
- const _AC = "AudioConfiguration";
262
- const _ACL = "AudioConfigurationList";
263
- const _ADE = "AccessDeniedException";
264
- const _BE = "BatchError";
265
- const _BEa = "BatchErrors";
266
- const _BGC = "BatchGetChannel";
267
- const _BGCR = "BatchGetChannelRequest";
268
- const _BGCRa = "BatchGetChannelResponse";
269
- const _BGSK = "BatchGetStreamKey";
270
- const _BGSKR = "BatchGetStreamKeyRequest";
271
- const _BGSKRa = "BatchGetStreamKeyResponse";
272
- const _BSVSR = "BatchStartViewerSessionRevocation";
273
- const _BSVSRE = "BatchStartViewerSessionRevocationError";
274
- const _BSVSREa = "BatchStartViewerSessionRevocationErrors";
275
- const _BSVSRR = "BatchStartViewerSessionRevocationRequest";
276
- const _BSVSRRa = "BatchStartViewerSessionRevocationResponse";
277
- const _BSVSRVS = "BatchStartViewerSessionRevocationViewerSession";
278
- const _BSVSRVSL = "BatchStartViewerSessionRevocationViewerSessionList";
279
- const _C = "Channel";
280
- const _CC = "CreateChannel";
281
- const _CCR = "CreateChannelRequest";
282
- const _CCRr = "CreateChannelResponse";
283
- const _CE = "ConflictException";
284
- const _CL = "ChannelList";
285
- const _CNB = "ChannelNotBroadcasting";
286
- const _CPRP = "CreatePlaybackRestrictionPolicy";
287
- const _CPRPR = "CreatePlaybackRestrictionPolicyRequest";
288
- const _CPRPRr = "CreatePlaybackRestrictionPolicyResponse";
289
- const _CRC = "CreateRecordingConfiguration";
290
- const _CRCR = "CreateRecordingConfigurationRequest";
291
- const _CRCRr = "CreateRecordingConfigurationResponse";
292
- const _CS = "ChannelSummary";
293
- const _CSK = "CreateStreamKey";
294
- const _CSKR = "CreateStreamKeyRequest";
295
- const _CSKRr = "CreateStreamKeyResponse";
296
- const _Ch = "Channels";
297
- const _DC = "DestinationConfiguration";
298
- const _DCR = "DeleteChannelRequest";
299
- const _DCe = "DeleteChannel";
300
- const _DPKP = "DeletePlaybackKeyPair";
301
- const _DPKPR = "DeletePlaybackKeyPairRequest";
302
- const _DPKPRe = "DeletePlaybackKeyPairResponse";
303
- const _DPRP = "DeletePlaybackRestrictionPolicy";
304
- const _DPRPR = "DeletePlaybackRestrictionPolicyRequest";
305
- const _DRC = "DeleteRecordingConfiguration";
306
- const _DRCR = "DeleteRecordingConfigurationRequest";
307
- const _DSK = "DeleteStreamKey";
308
- const _DSKR = "DeleteStreamKeyRequest";
309
- const _GC = "GetChannel";
310
- const _GCR = "GetChannelRequest";
311
- const _GCRe = "GetChannelResponse";
312
- const _GPKP = "GetPlaybackKeyPair";
313
- const _GPKPR = "GetPlaybackKeyPairRequest";
314
- const _GPKPRe = "GetPlaybackKeyPairResponse";
315
- const _GPRP = "GetPlaybackRestrictionPolicy";
316
- const _GPRPR = "GetPlaybackRestrictionPolicyRequest";
317
- const _GPRPRe = "GetPlaybackRestrictionPolicyResponse";
318
- const _GRC = "GetRecordingConfiguration";
319
- const _GRCR = "GetRecordingConfigurationRequest";
320
- const _GRCRe = "GetRecordingConfigurationResponse";
321
- const _GS = "GetStream";
322
- const _GSK = "GetStreamKey";
323
- const _GSKR = "GetStreamKeyRequest";
324
- const _GSKRe = "GetStreamKeyResponse";
325
- const _GSR = "GetStreamRequest";
326
- const _GSRe = "GetStreamResponse";
327
- const _GSS = "GetStreamSession";
328
- const _GSSR = "GetStreamSessionRequest";
329
- const _GSSRe = "GetStreamSessionResponse";
330
- const _IC = "IngestConfiguration";
331
- const _ICn = "IngestConfigurations";
332
- const _IPKP = "ImportPlaybackKeyPair";
333
- const _IPKPR = "ImportPlaybackKeyPairRequest";
334
- const _IPKPRm = "ImportPlaybackKeyPairResponse";
335
- const _ISE = "InternalServerException";
336
- const _LC = "ListChannels";
337
- const _LCR = "ListChannelsRequest";
338
- const _LCRi = "ListChannelsResponse";
339
- const _LPKP = "ListPlaybackKeyPairs";
340
- const _LPKPR = "ListPlaybackKeyPairsRequest";
341
- const _LPKPRi = "ListPlaybackKeyPairsResponse";
342
- const _LPRP = "ListPlaybackRestrictionPolicies";
343
- const _LPRPR = "ListPlaybackRestrictionPoliciesRequest";
344
- const _LPRPRi = "ListPlaybackRestrictionPoliciesResponse";
345
- const _LRC = "ListRecordingConfigurations";
346
- const _LRCR = "ListRecordingConfigurationsRequest";
347
- const _LRCRi = "ListRecordingConfigurationsResponse";
348
- const _LS = "ListStreams";
349
- const _LSK = "ListStreamKeys";
350
- const _LSKR = "ListStreamKeysRequest";
351
- const _LSKRi = "ListStreamKeysResponse";
352
- const _LSR = "ListStreamsRequest";
353
- const _LSRi = "ListStreamsResponse";
354
- const _LSS = "ListStreamSessions";
355
- const _LSSR = "ListStreamSessionsRequest";
356
- const _LSSRi = "ListStreamSessionsResponse";
357
- const _LTFR = "ListTagsForResource";
358
- const _LTFRR = "ListTagsForResourceRequest";
359
- const _LTFRRi = "ListTagsForResourceResponse";
360
- const _MIC = "MultitrackInputConfiguration";
361
- const _PKP = "PlaybackKeyPair";
362
- const _PKPL = "PlaybackKeyPairList";
363
- const _PKPS = "PlaybackKeyPairSummary";
364
- const _PM = "PutMetadata";
365
- const _PMR = "PutMetadataRequest";
366
- const _PRP = "PlaybackRestrictionPolicy";
367
- const _PRPL = "PlaybackRestrictionPolicyList";
368
- const _PRPS = "PlaybackRestrictionPolicySummary";
369
- const _PV = "PendingVerification";
370
- const _RC = "RecordingConfiguration";
371
- const _RCL = "RecordingConfigurationList";
372
- const _RCS = "RecordingConfigurationSummary";
373
- const _RCe = "RenditionConfiguration";
374
- const _RNFE = "ResourceNotFoundException";
375
- const _S = "Srt";
376
- const _SDC = "S3DestinationConfiguration";
377
- const _SE = "StreamEvent";
378
- const _SEt = "StreamEvents";
379
- const _SF = "StreamFilters";
380
- const _SK = "StreamKey";
381
- const _SKL = "StreamKeyList";
382
- const _SKS = "StreamKeySummary";
383
- const _SKV = "StreamKeyValue";
384
- const _SKt = "StreamKeys";
385
- const _SL = "StreamList";
386
- const _SM = "StreamMetadata";
387
- const _SP = "SrtPassphrase";
388
- const _SQEE = "ServiceQuotaExceededException";
389
- const _SS = "StreamSession";
390
- const _SSL = "StreamSessionList";
391
- const _SSR = "StopStreamRequest";
392
- const _SSRt = "StopStreamResponse";
393
- const _SSS = "StreamSessionSummary";
394
- const _SSt = "StreamSummary";
395
- const _SSto = "StopStream";
396
- const _SU = "StreamUnavailable";
397
- const _SVSR = "StartViewerSessionRevocation";
398
- const _SVSRR = "StartViewerSessionRevocationRequest";
399
- const _SVSRRt = "StartViewerSessionRevocationResponse";
400
- const _St = "Stream";
401
- const _TC = "ThumbnailConfiguration";
402
- const _TE = "ThrottlingException";
403
- const _TR = "TagResource";
404
- const _TRR = "TagResourceRequest";
405
- const _TRRa = "TagResourceResponse";
406
- const _UC = "UpdateChannel";
407
- const _UCR = "UpdateChannelRequest";
408
- const _UCRp = "UpdateChannelResponse";
409
- const _UPRP = "UpdatePlaybackRestrictionPolicy";
410
- const _UPRPR = "UpdatePlaybackRestrictionPolicyRequest";
411
- const _UPRPRp = "UpdatePlaybackRestrictionPolicyResponse";
412
- const _UR = "UntagResource";
413
- const _URR = "UntagResourceRequest";
414
- const _URRn = "UntagResourceResponse";
415
- const _VC = "VideoConfiguration";
416
- const _VCL = "VideoConfigurationList";
417
- const _VE = "ValidationException";
418
- const _a = "arn";
419
- const _aC = "allowedCountries";
420
- const _aCu = "audioConfigurations";
421
- const _aL = "avcLevel";
422
- const _aO = "allowedOrigins";
423
- const _aP = "avcProfile";
424
- const _ar = "arns";
425
- const _au = "authorized";
426
- const _aud = "audio";
427
- const _bN = "bucketName";
428
- const _c = "client";
429
- const _cA = "channelArn";
430
- const _cF = "containerFormat";
431
- const _ch = "channels";
432
- const _cha = "channel";
433
- const _co = "codec";
434
- const _cod = "code";
435
- const _dC = "destinationConfiguration";
436
- const _e = "error";
437
- const _eM = "exceptionMessage";
438
- const _eSOE = "enableStrictOriginEnforcement";
439
- const _eT = "eventTime";
440
- const _eTn = "endTime";
441
- const _en = "enabled";
442
- const _enc = "encoder";
443
- const _end = "endpoint";
444
- const _er = "errors";
445
- const _f = "fingerprint";
446
- const _fB = "filterBy";
447
- const _fBN = "filterByName";
448
- const _fBPRPA = "filterByPlaybackRestrictionPolicyArn";
449
- const _fBRCA = "filterByRecordingConfigurationArn";
450
- const _h = "health";
451
- const _hE = "httpError";
452
- const _hEE = "hasErrorEvent";
453
- const _hQ = "httpQuery";
454
- const _ht = "http";
455
- const _iC = "ingestConfiguration";
456
- const _iCn = "ingestConfigurations";
457
- const _iE = "ingestEndpoint";
458
- const _iI = "insecureIngest";
459
- const _kP = "keyPair";
460
- const _kPe = "keyPairs";
461
- const _l = "level";
462
- const _lM = "latencyMode";
463
- const _m = "message";
464
- const _mIC = "multitrackInputConfiguration";
465
- const _mR = "maxResults";
466
- const _mRa = "maximumResolution";
467
- const _me = "metadata";
468
- const _n = "name";
469
- const _nT = "nextToken";
470
- const _p = "preset";
471
- const _pKM = "publicKeyMaterial";
472
- const _pRP = "playbackRestrictionPolicy";
473
- const _pRPA = "playbackRestrictionPolicyArn";
474
- const _pRPl = "playbackRestrictionPolicies";
475
- const _pU = "playbackUrl";
476
- const _pa = "passphrase";
477
- const _po = "policy";
478
- const _pr = "profile";
479
- const _r = "renditions";
480
- const _rA = "resourceArn";
481
- const _rC = "renditionConfiguration";
482
- const _rCA = "recordingConfigurationArn";
483
- const _rCe = "recordingConfiguration";
484
- const _rCec = "recordingConfigurations";
485
- const _rM = "recordingMode";
486
- const _rRWS = "recordingReconnectWindowSeconds";
487
- const _rS = "renditionSelection";
488
- const _re = "resolution";
489
- const _s = "srt";
490
- const _sI = "streamId";
491
- const _sK = "streamKeys";
492
- const _sKt = "streamKey";
493
- const _sR = "sampleRate";
494
- const _sS = "streamSession";
495
- const _sSt = "streamSessions";
496
- const _sT = "startTime";
497
- const _s_ = "s3";
498
- const _se = "server";
499
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivs";
500
- const _st = "stream";
501
- const _sta = "state";
502
- const _sto = "storage";
503
- const _str = "streams";
504
- const _t = "track";
505
- const _tB = "targetBitrate";
506
- const _tC = "thumbnailConfiguration";
507
- const _tE = "truncatedEvents";
508
- const _tF = "targetFramerate";
509
- const _tIS = "targetIntervalSeconds";
510
- const _tK = "tagKeys";
511
- const _ta = "tags";
512
- const _ty = "type";
513
- const _v = "video";
514
- const _vC = "videoConfigurations";
515
- const _vCi = "viewerCount";
516
- const _vH = "videoHeight";
517
- const _vI = "viewerId";
518
- const _vS = "viewerSessions";
519
- const _vSVLTOET = "viewerSessionVersionsLessThanOrEqualTo";
520
- const _vW = "videoWidth";
521
- const _va = "value";
522
- const n0 = "com.amazonaws.ivs";
523
- var SrtPassphrase = [0, n0, _SP, 8, 0];
524
- var StreamKeyValue = [0, n0, _SKV, 8, 0];
525
- var StreamMetadata = [0, n0, _SM, 8, 0];
526
- var AccessDeniedException$ = [-3, n0, _ADE,
527
- { [_e]: _c, [_hE]: 403 },
528
- [_eM],
529
- [0]
530
- ];
531
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
532
- var AudioConfiguration$ = [3, n0, _AC,
533
- 0,
534
- [_co, _tB, _sR, _ch, _t],
535
- [0, 1, 1, 1, 0]
536
- ];
537
- var BatchError$ = [3, n0, _BE,
538
- 0,
539
- [_a, _cod, _m],
540
- [0, 0, 0]
541
- ];
542
- var BatchGetChannelRequest$ = [3, n0, _BGCR,
543
- 0,
544
- [_ar],
545
- [64 | 0], 1
546
- ];
547
- var BatchGetChannelResponse$ = [3, n0, _BGCRa,
548
- 0,
549
- [_ch, _er],
550
- [[() => Channels, 0], () => BatchErrors]
551
- ];
552
- var BatchGetStreamKeyRequest$ = [3, n0, _BGSKR,
553
- 0,
554
- [_ar],
555
- [64 | 0], 1
556
- ];
557
- var BatchGetStreamKeyResponse$ = [3, n0, _BGSKRa,
558
- 0,
559
- [_sK, _er],
560
- [[() => StreamKeys, 0], () => BatchErrors]
561
- ];
562
- var BatchStartViewerSessionRevocationError$ = [3, n0, _BSVSRE,
563
- 0,
564
- [_cA, _vI, _cod, _m],
565
- [0, 0, 0, 0], 2
566
- ];
567
- var BatchStartViewerSessionRevocationRequest$ = [3, n0, _BSVSRR,
568
- 0,
569
- [_vS],
570
- [() => BatchStartViewerSessionRevocationViewerSessionList], 1
571
- ];
572
- var BatchStartViewerSessionRevocationResponse$ = [3, n0, _BSVSRRa,
573
- 0,
574
- [_er],
575
- [() => BatchStartViewerSessionRevocationErrors]
576
- ];
577
- var BatchStartViewerSessionRevocationViewerSession$ = [3, n0, _BSVSRVS,
578
- 0,
579
- [_cA, _vI, _vSVLTOET],
580
- [0, 0, 1], 2
581
- ];
582
- var Channel$ = [3, n0, _C,
583
- 0,
584
- [_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p, _s, _pRPA, _mIC, _cF],
585
- [0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt$, 0], 0, () => MultitrackInputConfiguration$, 0]
586
- ];
587
- var ChannelNotBroadcasting$ = [-3, n0, _CNB,
588
- { [_e]: _c, [_hE]: 404 },
589
- [_eM],
590
- [0]
591
- ];
592
- schema.TypeRegistry.for(n0).registerError(ChannelNotBroadcasting$, ChannelNotBroadcasting);
593
- var ChannelSummary$ = [3, n0, _CS,
594
- 0,
595
- [_a, _n, _lM, _au, _rCA, _ta, _iI, _ty, _p, _pRPA],
596
- [0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, 0]
597
- ];
598
- var ConflictException$ = [-3, n0, _CE,
599
- { [_e]: _c, [_hE]: 409 },
600
- [_eM],
601
- [0]
602
- ];
603
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
604
- var CreateChannelRequest$ = [3, n0, _CCR,
605
- 0,
606
- [_n, _lM, _ty, _au, _rCA, _ta, _iI, _p, _pRPA, _mIC, _cF],
607
- [0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0]
608
- ];
609
- var CreateChannelResponse$ = [3, n0, _CCRr,
610
- 0,
611
- [_cha, _sKt],
612
- [[() => Channel$, 0], [() => StreamKey$, 0]]
613
- ];
614
- var CreatePlaybackRestrictionPolicyRequest$ = [3, n0, _CPRPR,
615
- 0,
616
- [_aC, _aO, _eSOE, _n, _ta],
617
- [64 | 0, 64 | 0, 2, 0, 128 | 0]
618
- ];
619
- var CreatePlaybackRestrictionPolicyResponse$ = [3, n0, _CPRPRr,
620
- 0,
621
- [_pRP],
622
- [() => PlaybackRestrictionPolicy$]
623
- ];
624
- var CreateRecordingConfigurationRequest$ = [3, n0, _CRCR,
625
- 0,
626
- [_dC, _n, _ta, _tC, _rRWS, _rC],
627
- [() => DestinationConfiguration$, 0, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$], 1
628
- ];
629
- var CreateRecordingConfigurationResponse$ = [3, n0, _CRCRr,
630
- 0,
631
- [_rCe],
632
- [() => RecordingConfiguration$]
633
- ];
634
- var CreateStreamKeyRequest$ = [3, n0, _CSKR,
635
- 0,
636
- [_cA, _ta],
637
- [0, 128 | 0], 1
638
- ];
639
- var CreateStreamKeyResponse$ = [3, n0, _CSKRr,
640
- 0,
641
- [_sKt],
642
- [[() => StreamKey$, 0]]
643
- ];
644
- var DeleteChannelRequest$ = [3, n0, _DCR,
645
- 0,
646
- [_a],
647
- [0], 1
648
- ];
649
- var DeletePlaybackKeyPairRequest$ = [3, n0, _DPKPR,
650
- 0,
651
- [_a],
652
- [0], 1
653
- ];
654
- var DeletePlaybackKeyPairResponse$ = [3, n0, _DPKPRe,
655
- 0,
656
- [],
657
- []
658
- ];
659
- var DeletePlaybackRestrictionPolicyRequest$ = [3, n0, _DPRPR,
660
- 0,
661
- [_a],
662
- [0], 1
663
- ];
664
- var DeleteRecordingConfigurationRequest$ = [3, n0, _DRCR,
665
- 0,
666
- [_a],
667
- [0], 1
668
- ];
669
- var DeleteStreamKeyRequest$ = [3, n0, _DSKR,
670
- 0,
671
- [_a],
672
- [0], 1
673
- ];
674
- var DestinationConfiguration$ = [3, n0, _DC,
675
- 0,
676
- [_s_],
677
- [() => S3DestinationConfiguration$]
678
- ];
679
- var GetChannelRequest$ = [3, n0, _GCR,
680
- 0,
681
- [_a],
682
- [0], 1
683
- ];
684
- var GetChannelResponse$ = [3, n0, _GCRe,
685
- 0,
686
- [_cha],
687
- [[() => Channel$, 0]]
688
- ];
689
- var GetPlaybackKeyPairRequest$ = [3, n0, _GPKPR,
690
- 0,
691
- [_a],
692
- [0], 1
693
- ];
694
- var GetPlaybackKeyPairResponse$ = [3, n0, _GPKPRe,
695
- 0,
696
- [_kP],
697
- [() => PlaybackKeyPair$]
698
- ];
699
- var GetPlaybackRestrictionPolicyRequest$ = [3, n0, _GPRPR,
700
- 0,
701
- [_a],
702
- [0], 1
703
- ];
704
- var GetPlaybackRestrictionPolicyResponse$ = [3, n0, _GPRPRe,
705
- 0,
706
- [_pRP],
707
- [() => PlaybackRestrictionPolicy$]
708
- ];
709
- var GetRecordingConfigurationRequest$ = [3, n0, _GRCR,
710
- 0,
711
- [_a],
712
- [0], 1
713
- ];
714
- var GetRecordingConfigurationResponse$ = [3, n0, _GRCRe,
715
- 0,
716
- [_rCe],
717
- [() => RecordingConfiguration$]
718
- ];
719
- var GetStreamKeyRequest$ = [3, n0, _GSKR,
720
- 0,
721
- [_a],
722
- [0], 1
723
- ];
724
- var GetStreamKeyResponse$ = [3, n0, _GSKRe,
725
- 0,
726
- [_sKt],
727
- [[() => StreamKey$, 0]]
728
- ];
729
- var GetStreamRequest$ = [3, n0, _GSR,
730
- 0,
731
- [_cA],
732
- [0], 1
733
- ];
734
- var GetStreamResponse$ = [3, n0, _GSRe,
735
- 0,
736
- [_st],
737
- [() => _Stream$]
738
- ];
739
- var GetStreamSessionRequest$ = [3, n0, _GSSR,
740
- 0,
741
- [_cA, _sI],
742
- [0, 0], 1
743
- ];
744
- var GetStreamSessionResponse$ = [3, n0, _GSSRe,
745
- 0,
746
- [_sS],
747
- [[() => StreamSession$, 0]]
748
- ];
749
- var ImportPlaybackKeyPairRequest$ = [3, n0, _IPKPR,
750
- 0,
751
- [_pKM, _n, _ta],
752
- [0, 0, 128 | 0], 1
753
- ];
754
- var ImportPlaybackKeyPairResponse$ = [3, n0, _IPKPRm,
755
- 0,
756
- [_kP],
757
- [() => PlaybackKeyPair$]
758
- ];
759
- var IngestConfiguration$ = [3, n0, _IC,
760
- 0,
761
- [_v, _aud],
762
- [() => VideoConfiguration$, () => AudioConfiguration$]
763
- ];
764
- var IngestConfigurations$ = [3, n0, _ICn,
765
- 0,
766
- [_vC, _aCu],
767
- [() => VideoConfigurationList, () => AudioConfigurationList], 2
768
- ];
769
- var InternalServerException$ = [-3, n0, _ISE,
770
- { [_e]: _se, [_hE]: 500 },
771
- [_eM],
772
- [0]
773
- ];
774
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
775
- var ListChannelsRequest$ = [3, n0, _LCR,
776
- 0,
777
- [_fBN, _fBRCA, _fBPRPA, _nT, _mR],
778
- [0, 0, 0, 0, 1]
779
- ];
780
- var ListChannelsResponse$ = [3, n0, _LCRi,
781
- 0,
782
- [_ch, _nT],
783
- [() => ChannelList, 0], 1
784
- ];
785
- var ListPlaybackKeyPairsRequest$ = [3, n0, _LPKPR,
786
- 0,
787
- [_nT, _mR],
788
- [0, 1]
789
- ];
790
- var ListPlaybackKeyPairsResponse$ = [3, n0, _LPKPRi,
791
- 0,
792
- [_kPe, _nT],
793
- [() => PlaybackKeyPairList, 0], 1
794
- ];
795
- var ListPlaybackRestrictionPoliciesRequest$ = [3, n0, _LPRPR,
796
- 0,
797
- [_nT, _mR],
798
- [0, 1]
799
- ];
800
- var ListPlaybackRestrictionPoliciesResponse$ = [3, n0, _LPRPRi,
801
- 0,
802
- [_pRPl, _nT],
803
- [() => PlaybackRestrictionPolicyList, 0], 1
804
- ];
805
- var ListRecordingConfigurationsRequest$ = [3, n0, _LRCR,
806
- 0,
807
- [_nT, _mR],
808
- [0, 1]
809
- ];
810
- var ListRecordingConfigurationsResponse$ = [3, n0, _LRCRi,
811
- 0,
812
- [_rCec, _nT],
813
- [() => RecordingConfigurationList, 0], 1
814
- ];
815
- var ListStreamKeysRequest$ = [3, n0, _LSKR,
816
- 0,
817
- [_cA, _nT, _mR],
818
- [0, 0, 1], 1
819
- ];
820
- var ListStreamKeysResponse$ = [3, n0, _LSKRi,
821
- 0,
822
- [_sK, _nT],
823
- [() => StreamKeyList, 0], 1
824
- ];
825
- var ListStreamSessionsRequest$ = [3, n0, _LSSR,
826
- 0,
827
- [_cA, _nT, _mR],
828
- [0, 0, 1], 1
829
- ];
830
- var ListStreamSessionsResponse$ = [3, n0, _LSSRi,
831
- 0,
832
- [_sSt, _nT],
833
- [() => StreamSessionList, 0], 1
834
- ];
835
- var ListStreamsRequest$ = [3, n0, _LSR,
836
- 0,
837
- [_fB, _nT, _mR],
838
- [() => StreamFilters$, 0, 1]
839
- ];
840
- var ListStreamsResponse$ = [3, n0, _LSRi,
841
- 0,
842
- [_str, _nT],
843
- [() => StreamList, 0], 1
844
- ];
845
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
846
- 0,
847
- [_rA],
848
- [[0, 1]], 1
849
- ];
850
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
851
- 0,
852
- [_ta],
853
- [128 | 0], 1
854
- ];
855
- var MultitrackInputConfiguration$ = [3, n0, _MIC,
856
- 0,
857
- [_en, _po, _mRa],
858
- [2, 0, 0]
859
- ];
860
- var PendingVerification$ = [-3, n0, _PV,
861
- { [_e]: _c, [_hE]: 403 },
862
- [_eM],
863
- [0]
864
- ];
865
- schema.TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
866
- var PlaybackKeyPair$ = [3, n0, _PKP,
867
- 0,
868
- [_a, _n, _f, _ta],
869
- [0, 0, 0, 128 | 0]
870
- ];
871
- var PlaybackKeyPairSummary$ = [3, n0, _PKPS,
872
- 0,
873
- [_a, _n, _ta],
874
- [0, 0, 128 | 0]
875
- ];
876
- var PlaybackRestrictionPolicy$ = [3, n0, _PRP,
877
- 0,
878
- [_a, _aC, _aO, _eSOE, _n, _ta],
879
- [0, 64 | 0, 64 | 0, 2, 0, 128 | 0], 3
880
- ];
881
- var PlaybackRestrictionPolicySummary$ = [3, n0, _PRPS,
882
- 0,
883
- [_a, _aC, _aO, _eSOE, _n, _ta],
884
- [0, 64 | 0, 64 | 0, 2, 0, 128 | 0], 3
885
- ];
886
- var PutMetadataRequest$ = [3, n0, _PMR,
887
- 0,
888
- [_cA, _me],
889
- [0, [() => StreamMetadata, 0]], 2
890
- ];
891
- var RecordingConfiguration$ = [3, n0, _RC,
892
- 0,
893
- [_a, _dC, _sta, _n, _ta, _tC, _rRWS, _rC],
894
- [0, () => DestinationConfiguration$, 0, 0, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$], 3
895
- ];
896
- var RecordingConfigurationSummary$ = [3, n0, _RCS,
897
- 0,
898
- [_a, _dC, _sta, _n, _ta],
899
- [0, () => DestinationConfiguration$, 0, 0, 128 | 0], 3
900
- ];
901
- var RenditionConfiguration$ = [3, n0, _RCe,
902
- 0,
903
- [_rS, _r],
904
- [0, 64 | 0]
905
- ];
906
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
907
- { [_e]: _c, [_hE]: 404 },
908
- [_eM],
909
- [0]
910
- ];
911
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
912
- var S3DestinationConfiguration$ = [3, n0, _SDC,
913
- 0,
914
- [_bN],
915
- [0], 1
916
- ];
917
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
918
- { [_e]: _c, [_hE]: 402 },
919
- [_eM],
920
- [0]
921
- ];
922
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
923
- var Srt$ = [3, n0, _S,
924
- 0,
925
- [_end, _pa],
926
- [0, [() => SrtPassphrase, 0]]
927
- ];
928
- var StartViewerSessionRevocationRequest$ = [3, n0, _SVSRR,
929
- 0,
930
- [_cA, _vI, _vSVLTOET],
931
- [0, 0, 1], 2
932
- ];
933
- var StartViewerSessionRevocationResponse$ = [3, n0, _SVSRRt,
934
- 0,
935
- [],
936
- []
937
- ];
938
- var StopStreamRequest$ = [3, n0, _SSR,
939
- 0,
940
- [_cA],
941
- [0], 1
942
- ];
943
- var StopStreamResponse$ = [3, n0, _SSRt,
944
- 0,
945
- [],
946
- []
947
- ];
948
- var _Stream$ = [3, n0, _St,
949
- 0,
950
- [_cA, _sI, _pU, _sT, _sta, _h, _vCi],
951
- [0, 0, 0, 5, 0, 0, 1]
952
- ];
953
- var StreamEvent$ = [3, n0, _SE,
954
- 0,
955
- [_n, _ty, _eT, _cod],
956
- [0, 0, 5, 0]
957
- ];
958
- var StreamFilters$ = [3, n0, _SF,
959
- 0,
960
- [_h],
961
- [0]
962
- ];
963
- var StreamKey$ = [3, n0, _SK,
964
- 0,
965
- [_a, _va, _cA, _ta],
966
- [0, [() => StreamKeyValue, 0], 0, 128 | 0]
967
- ];
968
- var StreamKeySummary$ = [3, n0, _SKS,
969
- 0,
970
- [_a, _cA, _ta],
971
- [0, 0, 128 | 0]
972
- ];
973
- var StreamSession$ = [3, n0, _SS,
974
- 0,
975
- [_sI, _sT, _eTn, _cha, _iC, _iCn, _rCe, _tE],
976
- [0, 5, 5, [() => Channel$, 0], () => IngestConfiguration$, () => IngestConfigurations$, () => RecordingConfiguration$, () => StreamEvents]
977
- ];
978
- var StreamSessionSummary$ = [3, n0, _SSS,
979
- 0,
980
- [_sI, _sT, _eTn, _hEE],
981
- [0, 5, 5, 2]
982
- ];
983
- var StreamSummary$ = [3, n0, _SSt,
984
- 0,
985
- [_cA, _sI, _sta, _h, _vCi, _sT],
986
- [0, 0, 0, 0, 1, 5]
987
- ];
988
- var StreamUnavailable$ = [-3, n0, _SU,
989
- { [_e]: _se, [_hE]: 503 },
990
- [_eM],
991
- [0]
992
- ];
993
- schema.TypeRegistry.for(n0).registerError(StreamUnavailable$, StreamUnavailable);
994
- var TagResourceRequest$ = [3, n0, _TRR,
995
- 0,
996
- [_rA, _ta],
997
- [[0, 1], 128 | 0], 2
998
- ];
999
- var TagResourceResponse$ = [3, n0, _TRRa,
1000
- 0,
1001
- [],
1002
- []
1003
- ];
1004
- var ThrottlingException$ = [-3, n0, _TE,
1005
- { [_e]: _c, [_hE]: 429 },
1006
- [_eM],
1007
- [0]
1008
- ];
1009
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1010
- var ThumbnailConfiguration$ = [3, n0, _TC,
1011
- 0,
1012
- [_rM, _tIS, _re, _sto],
1013
- [0, 1, 0, 64 | 0]
1014
- ];
1015
- var UntagResourceRequest$ = [3, n0, _URR,
1016
- 0,
1017
- [_rA, _tK],
1018
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1019
- ];
1020
- var UntagResourceResponse$ = [3, n0, _URRn,
1021
- 0,
1022
- [],
1023
- []
1024
- ];
1025
- var UpdateChannelRequest$ = [3, n0, _UCR,
1026
- 0,
1027
- [_a, _n, _lM, _ty, _au, _rCA, _iI, _p, _pRPA, _mIC, _cF],
1028
- [0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0], 1
1029
- ];
1030
- var UpdateChannelResponse$ = [3, n0, _UCRp,
1031
- 0,
1032
- [_cha],
1033
- [[() => Channel$, 0]]
1034
- ];
1035
- var UpdatePlaybackRestrictionPolicyRequest$ = [3, n0, _UPRPR,
1036
- 0,
1037
- [_a, _aC, _aO, _eSOE, _n],
1038
- [0, 64 | 0, 64 | 0, 2, 0], 1
1039
- ];
1040
- var UpdatePlaybackRestrictionPolicyResponse$ = [3, n0, _UPRPRp,
1041
- 0,
1042
- [_pRP],
1043
- [() => PlaybackRestrictionPolicy$]
1044
- ];
1045
- var ValidationException$ = [-3, n0, _VE,
1046
- { [_e]: _c, [_hE]: 400 },
1047
- [_eM],
1048
- [0]
1049
- ];
1050
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1051
- var VideoConfiguration$ = [3, n0, _VC,
1052
- 0,
1053
- [_aP, _aL, _co, _enc, _tB, _tF, _vH, _vW, _l, _t, _pr],
1054
- [0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0]
1055
- ];
1056
- var __Unit = "unit";
1057
- var IvsServiceException$ = [-3, _sm, "IvsServiceException", 0, [], []];
1058
- schema.TypeRegistry.for(_sm).registerError(IvsServiceException$, IvsServiceException);
1059
- var AudioConfigurationList = [1, n0, _ACL,
1060
- 0, () => AudioConfiguration$
1061
- ];
1062
- var BatchErrors = [1, n0, _BEa,
1063
- 0, () => BatchError$
1064
- ];
1065
- var BatchStartViewerSessionRevocationErrors = [1, n0, _BSVSREa,
1066
- 0, () => BatchStartViewerSessionRevocationError$
1067
- ];
1068
- var BatchStartViewerSessionRevocationViewerSessionList = [1, n0, _BSVSRVSL,
1069
- 0, () => BatchStartViewerSessionRevocationViewerSession$
1070
- ];
1071
- var ChannelList = [1, n0, _CL,
1072
- 0, () => ChannelSummary$
1073
- ];
1074
- var Channels = [1, n0, _Ch,
1075
- 0, [() => Channel$,
1076
- 0]
1077
- ];
1078
- var PlaybackKeyPairList = [1, n0, _PKPL,
1079
- 0, () => PlaybackKeyPairSummary$
1080
- ];
1081
- var PlaybackRestrictionPolicyList = [1, n0, _PRPL,
1082
- 0, () => PlaybackRestrictionPolicySummary$
1083
- ];
1084
- var RecordingConfigurationList = [1, n0, _RCL,
1085
- 0, () => RecordingConfigurationSummary$
1086
- ];
1087
- var StreamEvents = [1, n0, _SEt,
1088
- 0, () => StreamEvent$
1089
- ];
1090
- var StreamKeyList = [1, n0, _SKL,
1091
- 0, () => StreamKeySummary$
1092
- ];
1093
- var StreamKeys = [1, n0, _SKt,
1094
- 0, [() => StreamKey$,
1095
- 0]
1096
- ];
1097
- var StreamList = [1, n0, _SL,
1098
- 0, () => StreamSummary$
1099
- ];
1100
- var StreamSessionList = [1, n0, _SSL,
1101
- 0, () => StreamSessionSummary$
1102
- ];
1103
- var VideoConfigurationList = [1, n0, _VCL,
1104
- 0, () => VideoConfiguration$
1105
- ];
1106
- var BatchGetChannel$ = [9, n0, _BGC,
1107
- { [_ht]: ["POST", "/BatchGetChannel", 200] }, () => BatchGetChannelRequest$, () => BatchGetChannelResponse$
1108
- ];
1109
- var BatchGetStreamKey$ = [9, n0, _BGSK,
1110
- { [_ht]: ["POST", "/BatchGetStreamKey", 200] }, () => BatchGetStreamKeyRequest$, () => BatchGetStreamKeyResponse$
1111
- ];
1112
- var BatchStartViewerSessionRevocation$ = [9, n0, _BSVSR,
1113
- { [_ht]: ["POST", "/BatchStartViewerSessionRevocation", 200] }, () => BatchStartViewerSessionRevocationRequest$, () => BatchStartViewerSessionRevocationResponse$
1114
- ];
1115
- var CreateChannel$ = [9, n0, _CC,
1116
- { [_ht]: ["POST", "/CreateChannel", 200] }, () => CreateChannelRequest$, () => CreateChannelResponse$
1117
- ];
1118
- var CreatePlaybackRestrictionPolicy$ = [9, n0, _CPRP,
1119
- { [_ht]: ["POST", "/CreatePlaybackRestrictionPolicy", 200] }, () => CreatePlaybackRestrictionPolicyRequest$, () => CreatePlaybackRestrictionPolicyResponse$
1120
- ];
1121
- var CreateRecordingConfiguration$ = [9, n0, _CRC,
1122
- { [_ht]: ["POST", "/CreateRecordingConfiguration", 200] }, () => CreateRecordingConfigurationRequest$, () => CreateRecordingConfigurationResponse$
1123
- ];
1124
- var CreateStreamKey$ = [9, n0, _CSK,
1125
- { [_ht]: ["POST", "/CreateStreamKey", 200] }, () => CreateStreamKeyRequest$, () => CreateStreamKeyResponse$
1126
- ];
1127
- var DeleteChannel$ = [9, n0, _DCe,
1128
- { [_ht]: ["POST", "/DeleteChannel", 204] }, () => DeleteChannelRequest$, () => __Unit
1129
- ];
1130
- var DeletePlaybackKeyPair$ = [9, n0, _DPKP,
1131
- { [_ht]: ["POST", "/DeletePlaybackKeyPair", 200] }, () => DeletePlaybackKeyPairRequest$, () => DeletePlaybackKeyPairResponse$
1132
- ];
1133
- var DeletePlaybackRestrictionPolicy$ = [9, n0, _DPRP,
1134
- { [_ht]: ["POST", "/DeletePlaybackRestrictionPolicy", 204] }, () => DeletePlaybackRestrictionPolicyRequest$, () => __Unit
1135
- ];
1136
- var DeleteRecordingConfiguration$ = [9, n0, _DRC,
1137
- { [_ht]: ["POST", "/DeleteRecordingConfiguration", 204] }, () => DeleteRecordingConfigurationRequest$, () => __Unit
1138
- ];
1139
- var DeleteStreamKey$ = [9, n0, _DSK,
1140
- { [_ht]: ["POST", "/DeleteStreamKey", 204] }, () => DeleteStreamKeyRequest$, () => __Unit
1141
- ];
1142
- var GetChannel$ = [9, n0, _GC,
1143
- { [_ht]: ["POST", "/GetChannel", 200] }, () => GetChannelRequest$, () => GetChannelResponse$
1144
- ];
1145
- var GetPlaybackKeyPair$ = [9, n0, _GPKP,
1146
- { [_ht]: ["POST", "/GetPlaybackKeyPair", 200] }, () => GetPlaybackKeyPairRequest$, () => GetPlaybackKeyPairResponse$
1147
- ];
1148
- var GetPlaybackRestrictionPolicy$ = [9, n0, _GPRP,
1149
- { [_ht]: ["POST", "/GetPlaybackRestrictionPolicy", 200] }, () => GetPlaybackRestrictionPolicyRequest$, () => GetPlaybackRestrictionPolicyResponse$
1150
- ];
1151
- var GetRecordingConfiguration$ = [9, n0, _GRC,
1152
- { [_ht]: ["POST", "/GetRecordingConfiguration", 200] }, () => GetRecordingConfigurationRequest$, () => GetRecordingConfigurationResponse$
1153
- ];
1154
- var GetStream$ = [9, n0, _GS,
1155
- { [_ht]: ["POST", "/GetStream", 200] }, () => GetStreamRequest$, () => GetStreamResponse$
1156
- ];
1157
- var GetStreamKey$ = [9, n0, _GSK,
1158
- { [_ht]: ["POST", "/GetStreamKey", 200] }, () => GetStreamKeyRequest$, () => GetStreamKeyResponse$
1159
- ];
1160
- var GetStreamSession$ = [9, n0, _GSS,
1161
- { [_ht]: ["POST", "/GetStreamSession", 200] }, () => GetStreamSessionRequest$, () => GetStreamSessionResponse$
1162
- ];
1163
- var ImportPlaybackKeyPair$ = [9, n0, _IPKP,
1164
- { [_ht]: ["POST", "/ImportPlaybackKeyPair", 200] }, () => ImportPlaybackKeyPairRequest$, () => ImportPlaybackKeyPairResponse$
1165
- ];
1166
- var ListChannels$ = [9, n0, _LC,
1167
- { [_ht]: ["POST", "/ListChannels", 200] }, () => ListChannelsRequest$, () => ListChannelsResponse$
1168
- ];
1169
- var ListPlaybackKeyPairs$ = [9, n0, _LPKP,
1170
- { [_ht]: ["POST", "/ListPlaybackKeyPairs", 200] }, () => ListPlaybackKeyPairsRequest$, () => ListPlaybackKeyPairsResponse$
1171
- ];
1172
- var ListPlaybackRestrictionPolicies$ = [9, n0, _LPRP,
1173
- { [_ht]: ["POST", "/ListPlaybackRestrictionPolicies", 200] }, () => ListPlaybackRestrictionPoliciesRequest$, () => ListPlaybackRestrictionPoliciesResponse$
1174
- ];
1175
- var ListRecordingConfigurations$ = [9, n0, _LRC,
1176
- { [_ht]: ["POST", "/ListRecordingConfigurations", 200] }, () => ListRecordingConfigurationsRequest$, () => ListRecordingConfigurationsResponse$
1177
- ];
1178
- var ListStreamKeys$ = [9, n0, _LSK,
1179
- { [_ht]: ["POST", "/ListStreamKeys", 200] }, () => ListStreamKeysRequest$, () => ListStreamKeysResponse$
1180
- ];
1181
- var ListStreams$ = [9, n0, _LS,
1182
- { [_ht]: ["POST", "/ListStreams", 200] }, () => ListStreamsRequest$, () => ListStreamsResponse$
1183
- ];
1184
- var ListStreamSessions$ = [9, n0, _LSS,
1185
- { [_ht]: ["POST", "/ListStreamSessions", 200] }, () => ListStreamSessionsRequest$, () => ListStreamSessionsResponse$
1186
- ];
1187
- var ListTagsForResource$ = [9, n0, _LTFR,
1188
- { [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1189
- ];
1190
- var PutMetadata$ = [9, n0, _PM,
1191
- { [_ht]: ["POST", "/PutMetadata", 204] }, () => PutMetadataRequest$, () => __Unit
1192
- ];
1193
- var StartViewerSessionRevocation$ = [9, n0, _SVSR,
1194
- { [_ht]: ["POST", "/StartViewerSessionRevocation", 200] }, () => StartViewerSessionRevocationRequest$, () => StartViewerSessionRevocationResponse$
1195
- ];
1196
- var StopStream$ = [9, n0, _SSto,
1197
- { [_ht]: ["POST", "/StopStream", 200] }, () => StopStreamRequest$, () => StopStreamResponse$
1198
- ];
1199
- var TagResource$ = [9, n0, _TR,
1200
- { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1201
- ];
1202
- var UntagResource$ = [9, n0, _UR,
1203
- { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1204
- ];
1205
- var UpdateChannel$ = [9, n0, _UC,
1206
- { [_ht]: ["POST", "/UpdateChannel", 200] }, () => UpdateChannelRequest$, () => UpdateChannelResponse$
1207
- ];
1208
- var UpdatePlaybackRestrictionPolicy$ = [9, n0, _UPRP,
1209
- { [_ht]: ["POST", "/UpdatePlaybackRestrictionPolicy", 200] }, () => UpdatePlaybackRestrictionPolicyRequest$, () => UpdatePlaybackRestrictionPolicyResponse$
1210
- ];
1211
-
1212
116
  class BatchGetChannelCommand extends smithyClient.Command
1213
117
  .classBuilder()
1214
118
  .ep(commonParams)
@@ -1217,7 +121,7 @@ class BatchGetChannelCommand extends smithyClient.Command
1217
121
  })
1218
122
  .s("AmazonInteractiveVideoService", "BatchGetChannel", {})
1219
123
  .n("IvsClient", "BatchGetChannelCommand")
1220
- .sc(BatchGetChannel$)
124
+ .sc(schemas_0.BatchGetChannel$)
1221
125
  .build() {
1222
126
  }
1223
127
 
@@ -1229,7 +133,7 @@ class BatchGetStreamKeyCommand extends smithyClient.Command
1229
133
  })
1230
134
  .s("AmazonInteractiveVideoService", "BatchGetStreamKey", {})
1231
135
  .n("IvsClient", "BatchGetStreamKeyCommand")
1232
- .sc(BatchGetStreamKey$)
136
+ .sc(schemas_0.BatchGetStreamKey$)
1233
137
  .build() {
1234
138
  }
1235
139
 
@@ -1241,7 +145,7 @@ class BatchStartViewerSessionRevocationCommand extends smithyClient.Command
1241
145
  })
1242
146
  .s("AmazonInteractiveVideoService", "BatchStartViewerSessionRevocation", {})
1243
147
  .n("IvsClient", "BatchStartViewerSessionRevocationCommand")
1244
- .sc(BatchStartViewerSessionRevocation$)
148
+ .sc(schemas_0.BatchStartViewerSessionRevocation$)
1245
149
  .build() {
1246
150
  }
1247
151
 
@@ -1253,7 +157,7 @@ class CreateChannelCommand extends smithyClient.Command
1253
157
  })
1254
158
  .s("AmazonInteractiveVideoService", "CreateChannel", {})
1255
159
  .n("IvsClient", "CreateChannelCommand")
1256
- .sc(CreateChannel$)
160
+ .sc(schemas_0.CreateChannel$)
1257
161
  .build() {
1258
162
  }
1259
163
 
@@ -1265,7 +169,7 @@ class CreatePlaybackRestrictionPolicyCommand extends smithyClient.Command
1265
169
  })
1266
170
  .s("AmazonInteractiveVideoService", "CreatePlaybackRestrictionPolicy", {})
1267
171
  .n("IvsClient", "CreatePlaybackRestrictionPolicyCommand")
1268
- .sc(CreatePlaybackRestrictionPolicy$)
172
+ .sc(schemas_0.CreatePlaybackRestrictionPolicy$)
1269
173
  .build() {
1270
174
  }
1271
175
 
@@ -1277,7 +181,7 @@ class CreateRecordingConfigurationCommand extends smithyClient.Command
1277
181
  })
1278
182
  .s("AmazonInteractiveVideoService", "CreateRecordingConfiguration", {})
1279
183
  .n("IvsClient", "CreateRecordingConfigurationCommand")
1280
- .sc(CreateRecordingConfiguration$)
184
+ .sc(schemas_0.CreateRecordingConfiguration$)
1281
185
  .build() {
1282
186
  }
1283
187
 
@@ -1289,7 +193,7 @@ class CreateStreamKeyCommand extends smithyClient.Command
1289
193
  })
1290
194
  .s("AmazonInteractiveVideoService", "CreateStreamKey", {})
1291
195
  .n("IvsClient", "CreateStreamKeyCommand")
1292
- .sc(CreateStreamKey$)
196
+ .sc(schemas_0.CreateStreamKey$)
1293
197
  .build() {
1294
198
  }
1295
199
 
@@ -1301,7 +205,7 @@ class DeleteChannelCommand extends smithyClient.Command
1301
205
  })
1302
206
  .s("AmazonInteractiveVideoService", "DeleteChannel", {})
1303
207
  .n("IvsClient", "DeleteChannelCommand")
1304
- .sc(DeleteChannel$)
208
+ .sc(schemas_0.DeleteChannel$)
1305
209
  .build() {
1306
210
  }
1307
211
 
@@ -1313,7 +217,7 @@ class DeletePlaybackKeyPairCommand extends smithyClient.Command
1313
217
  })
1314
218
  .s("AmazonInteractiveVideoService", "DeletePlaybackKeyPair", {})
1315
219
  .n("IvsClient", "DeletePlaybackKeyPairCommand")
1316
- .sc(DeletePlaybackKeyPair$)
220
+ .sc(schemas_0.DeletePlaybackKeyPair$)
1317
221
  .build() {
1318
222
  }
1319
223
 
@@ -1325,7 +229,7 @@ class DeletePlaybackRestrictionPolicyCommand extends smithyClient.Command
1325
229
  })
1326
230
  .s("AmazonInteractiveVideoService", "DeletePlaybackRestrictionPolicy", {})
1327
231
  .n("IvsClient", "DeletePlaybackRestrictionPolicyCommand")
1328
- .sc(DeletePlaybackRestrictionPolicy$)
232
+ .sc(schemas_0.DeletePlaybackRestrictionPolicy$)
1329
233
  .build() {
1330
234
  }
1331
235
 
@@ -1337,7 +241,7 @@ class DeleteRecordingConfigurationCommand extends smithyClient.Command
1337
241
  })
1338
242
  .s("AmazonInteractiveVideoService", "DeleteRecordingConfiguration", {})
1339
243
  .n("IvsClient", "DeleteRecordingConfigurationCommand")
1340
- .sc(DeleteRecordingConfiguration$)
244
+ .sc(schemas_0.DeleteRecordingConfiguration$)
1341
245
  .build() {
1342
246
  }
1343
247
 
@@ -1349,7 +253,7 @@ class DeleteStreamKeyCommand extends smithyClient.Command
1349
253
  })
1350
254
  .s("AmazonInteractiveVideoService", "DeleteStreamKey", {})
1351
255
  .n("IvsClient", "DeleteStreamKeyCommand")
1352
- .sc(DeleteStreamKey$)
256
+ .sc(schemas_0.DeleteStreamKey$)
1353
257
  .build() {
1354
258
  }
1355
259
 
@@ -1361,7 +265,7 @@ class GetChannelCommand extends smithyClient.Command
1361
265
  })
1362
266
  .s("AmazonInteractiveVideoService", "GetChannel", {})
1363
267
  .n("IvsClient", "GetChannelCommand")
1364
- .sc(GetChannel$)
268
+ .sc(schemas_0.GetChannel$)
1365
269
  .build() {
1366
270
  }
1367
271
 
@@ -1373,7 +277,7 @@ class GetPlaybackKeyPairCommand extends smithyClient.Command
1373
277
  })
1374
278
  .s("AmazonInteractiveVideoService", "GetPlaybackKeyPair", {})
1375
279
  .n("IvsClient", "GetPlaybackKeyPairCommand")
1376
- .sc(GetPlaybackKeyPair$)
280
+ .sc(schemas_0.GetPlaybackKeyPair$)
1377
281
  .build() {
1378
282
  }
1379
283
 
@@ -1385,7 +289,7 @@ class GetPlaybackRestrictionPolicyCommand extends smithyClient.Command
1385
289
  })
1386
290
  .s("AmazonInteractiveVideoService", "GetPlaybackRestrictionPolicy", {})
1387
291
  .n("IvsClient", "GetPlaybackRestrictionPolicyCommand")
1388
- .sc(GetPlaybackRestrictionPolicy$)
292
+ .sc(schemas_0.GetPlaybackRestrictionPolicy$)
1389
293
  .build() {
1390
294
  }
1391
295
 
@@ -1397,7 +301,7 @@ class GetRecordingConfigurationCommand extends smithyClient.Command
1397
301
  })
1398
302
  .s("AmazonInteractiveVideoService", "GetRecordingConfiguration", {})
1399
303
  .n("IvsClient", "GetRecordingConfigurationCommand")
1400
- .sc(GetRecordingConfiguration$)
304
+ .sc(schemas_0.GetRecordingConfiguration$)
1401
305
  .build() {
1402
306
  }
1403
307
 
@@ -1409,7 +313,7 @@ class GetStreamCommand extends smithyClient.Command
1409
313
  })
1410
314
  .s("AmazonInteractiveVideoService", "GetStream", {})
1411
315
  .n("IvsClient", "GetStreamCommand")
1412
- .sc(GetStream$)
316
+ .sc(schemas_0.GetStream$)
1413
317
  .build() {
1414
318
  }
1415
319
 
@@ -1421,7 +325,7 @@ class GetStreamKeyCommand extends smithyClient.Command
1421
325
  })
1422
326
  .s("AmazonInteractiveVideoService", "GetStreamKey", {})
1423
327
  .n("IvsClient", "GetStreamKeyCommand")
1424
- .sc(GetStreamKey$)
328
+ .sc(schemas_0.GetStreamKey$)
1425
329
  .build() {
1426
330
  }
1427
331
 
@@ -1433,7 +337,7 @@ class GetStreamSessionCommand extends smithyClient.Command
1433
337
  })
1434
338
  .s("AmazonInteractiveVideoService", "GetStreamSession", {})
1435
339
  .n("IvsClient", "GetStreamSessionCommand")
1436
- .sc(GetStreamSession$)
340
+ .sc(schemas_0.GetStreamSession$)
1437
341
  .build() {
1438
342
  }
1439
343
 
@@ -1445,7 +349,7 @@ class ImportPlaybackKeyPairCommand extends smithyClient.Command
1445
349
  })
1446
350
  .s("AmazonInteractiveVideoService", "ImportPlaybackKeyPair", {})
1447
351
  .n("IvsClient", "ImportPlaybackKeyPairCommand")
1448
- .sc(ImportPlaybackKeyPair$)
352
+ .sc(schemas_0.ImportPlaybackKeyPair$)
1449
353
  .build() {
1450
354
  }
1451
355
 
@@ -1457,7 +361,7 @@ class ListChannelsCommand extends smithyClient.Command
1457
361
  })
1458
362
  .s("AmazonInteractiveVideoService", "ListChannels", {})
1459
363
  .n("IvsClient", "ListChannelsCommand")
1460
- .sc(ListChannels$)
364
+ .sc(schemas_0.ListChannels$)
1461
365
  .build() {
1462
366
  }
1463
367
 
@@ -1469,7 +373,7 @@ class ListPlaybackKeyPairsCommand extends smithyClient.Command
1469
373
  })
1470
374
  .s("AmazonInteractiveVideoService", "ListPlaybackKeyPairs", {})
1471
375
  .n("IvsClient", "ListPlaybackKeyPairsCommand")
1472
- .sc(ListPlaybackKeyPairs$)
376
+ .sc(schemas_0.ListPlaybackKeyPairs$)
1473
377
  .build() {
1474
378
  }
1475
379
 
@@ -1481,7 +385,7 @@ class ListPlaybackRestrictionPoliciesCommand extends smithyClient.Command
1481
385
  })
1482
386
  .s("AmazonInteractiveVideoService", "ListPlaybackRestrictionPolicies", {})
1483
387
  .n("IvsClient", "ListPlaybackRestrictionPoliciesCommand")
1484
- .sc(ListPlaybackRestrictionPolicies$)
388
+ .sc(schemas_0.ListPlaybackRestrictionPolicies$)
1485
389
  .build() {
1486
390
  }
1487
391
 
@@ -1493,7 +397,7 @@ class ListRecordingConfigurationsCommand extends smithyClient.Command
1493
397
  })
1494
398
  .s("AmazonInteractiveVideoService", "ListRecordingConfigurations", {})
1495
399
  .n("IvsClient", "ListRecordingConfigurationsCommand")
1496
- .sc(ListRecordingConfigurations$)
400
+ .sc(schemas_0.ListRecordingConfigurations$)
1497
401
  .build() {
1498
402
  }
1499
403
 
@@ -1505,7 +409,7 @@ class ListStreamKeysCommand extends smithyClient.Command
1505
409
  })
1506
410
  .s("AmazonInteractiveVideoService", "ListStreamKeys", {})
1507
411
  .n("IvsClient", "ListStreamKeysCommand")
1508
- .sc(ListStreamKeys$)
412
+ .sc(schemas_0.ListStreamKeys$)
1509
413
  .build() {
1510
414
  }
1511
415
 
@@ -1517,7 +421,7 @@ class ListStreamsCommand extends smithyClient.Command
1517
421
  })
1518
422
  .s("AmazonInteractiveVideoService", "ListStreams", {})
1519
423
  .n("IvsClient", "ListStreamsCommand")
1520
- .sc(ListStreams$)
424
+ .sc(schemas_0.ListStreams$)
1521
425
  .build() {
1522
426
  }
1523
427
 
@@ -1529,7 +433,7 @@ class ListStreamSessionsCommand extends smithyClient.Command
1529
433
  })
1530
434
  .s("AmazonInteractiveVideoService", "ListStreamSessions", {})
1531
435
  .n("IvsClient", "ListStreamSessionsCommand")
1532
- .sc(ListStreamSessions$)
436
+ .sc(schemas_0.ListStreamSessions$)
1533
437
  .build() {
1534
438
  }
1535
439
 
@@ -1541,7 +445,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1541
445
  })
1542
446
  .s("AmazonInteractiveVideoService", "ListTagsForResource", {})
1543
447
  .n("IvsClient", "ListTagsForResourceCommand")
1544
- .sc(ListTagsForResource$)
448
+ .sc(schemas_0.ListTagsForResource$)
1545
449
  .build() {
1546
450
  }
1547
451
 
@@ -1553,7 +457,7 @@ class PutMetadataCommand extends smithyClient.Command
1553
457
  })
1554
458
  .s("AmazonInteractiveVideoService", "PutMetadata", {})
1555
459
  .n("IvsClient", "PutMetadataCommand")
1556
- .sc(PutMetadata$)
460
+ .sc(schemas_0.PutMetadata$)
1557
461
  .build() {
1558
462
  }
1559
463
 
@@ -1565,7 +469,7 @@ class StartViewerSessionRevocationCommand extends smithyClient.Command
1565
469
  })
1566
470
  .s("AmazonInteractiveVideoService", "StartViewerSessionRevocation", {})
1567
471
  .n("IvsClient", "StartViewerSessionRevocationCommand")
1568
- .sc(StartViewerSessionRevocation$)
472
+ .sc(schemas_0.StartViewerSessionRevocation$)
1569
473
  .build() {
1570
474
  }
1571
475
 
@@ -1577,7 +481,7 @@ class StopStreamCommand extends smithyClient.Command
1577
481
  })
1578
482
  .s("AmazonInteractiveVideoService", "StopStream", {})
1579
483
  .n("IvsClient", "StopStreamCommand")
1580
- .sc(StopStream$)
484
+ .sc(schemas_0.StopStream$)
1581
485
  .build() {
1582
486
  }
1583
487
 
@@ -1589,7 +493,7 @@ class TagResourceCommand extends smithyClient.Command
1589
493
  })
1590
494
  .s("AmazonInteractiveVideoService", "TagResource", {})
1591
495
  .n("IvsClient", "TagResourceCommand")
1592
- .sc(TagResource$)
496
+ .sc(schemas_0.TagResource$)
1593
497
  .build() {
1594
498
  }
1595
499
 
@@ -1601,7 +505,7 @@ class UntagResourceCommand extends smithyClient.Command
1601
505
  })
1602
506
  .s("AmazonInteractiveVideoService", "UntagResource", {})
1603
507
  .n("IvsClient", "UntagResourceCommand")
1604
- .sc(UntagResource$)
508
+ .sc(schemas_0.UntagResource$)
1605
509
  .build() {
1606
510
  }
1607
511
 
@@ -1613,7 +517,7 @@ class UpdateChannelCommand extends smithyClient.Command
1613
517
  })
1614
518
  .s("AmazonInteractiveVideoService", "UpdateChannel", {})
1615
519
  .n("IvsClient", "UpdateChannelCommand")
1616
- .sc(UpdateChannel$)
520
+ .sc(schemas_0.UpdateChannel$)
1617
521
  .build() {
1618
522
  }
1619
523
 
@@ -1625,7 +529,7 @@ class UpdatePlaybackRestrictionPolicyCommand extends smithyClient.Command
1625
529
  })
1626
530
  .s("AmazonInteractiveVideoService", "UpdatePlaybackRestrictionPolicy", {})
1627
531
  .n("IvsClient", "UpdatePlaybackRestrictionPolicyCommand")
1628
- .sc(UpdatePlaybackRestrictionPolicy$)
532
+ .sc(schemas_0.UpdatePlaybackRestrictionPolicy$)
1629
533
  .build() {
1630
534
  }
1631
535
 
@@ -1768,208 +672,61 @@ Object.defineProperty(exports, "__Client", {
1768
672
  enumerable: true,
1769
673
  get: function () { return smithyClient.Client; }
1770
674
  });
1771
- exports.AccessDeniedException = AccessDeniedException;
1772
- exports.AccessDeniedException$ = AccessDeniedException$;
1773
- exports.AudioConfiguration$ = AudioConfiguration$;
1774
- exports.BatchError$ = BatchError$;
1775
- exports.BatchGetChannel$ = BatchGetChannel$;
675
+ Object.defineProperty(exports, "IvsServiceException", {
676
+ enumerable: true,
677
+ get: function () { return IvsServiceException.IvsServiceException; }
678
+ });
1776
679
  exports.BatchGetChannelCommand = BatchGetChannelCommand;
1777
- exports.BatchGetChannelRequest$ = BatchGetChannelRequest$;
1778
- exports.BatchGetChannelResponse$ = BatchGetChannelResponse$;
1779
- exports.BatchGetStreamKey$ = BatchGetStreamKey$;
1780
680
  exports.BatchGetStreamKeyCommand = BatchGetStreamKeyCommand;
1781
- exports.BatchGetStreamKeyRequest$ = BatchGetStreamKeyRequest$;
1782
- exports.BatchGetStreamKeyResponse$ = BatchGetStreamKeyResponse$;
1783
- exports.BatchStartViewerSessionRevocation$ = BatchStartViewerSessionRevocation$;
1784
681
  exports.BatchStartViewerSessionRevocationCommand = BatchStartViewerSessionRevocationCommand;
1785
- exports.BatchStartViewerSessionRevocationError$ = BatchStartViewerSessionRevocationError$;
1786
- exports.BatchStartViewerSessionRevocationRequest$ = BatchStartViewerSessionRevocationRequest$;
1787
- exports.BatchStartViewerSessionRevocationResponse$ = BatchStartViewerSessionRevocationResponse$;
1788
- exports.BatchStartViewerSessionRevocationViewerSession$ = BatchStartViewerSessionRevocationViewerSession$;
1789
- exports.Channel$ = Channel$;
1790
682
  exports.ChannelLatencyMode = ChannelLatencyMode;
1791
- exports.ChannelNotBroadcasting = ChannelNotBroadcasting;
1792
- exports.ChannelNotBroadcasting$ = ChannelNotBroadcasting$;
1793
- exports.ChannelSummary$ = ChannelSummary$;
1794
683
  exports.ChannelType = ChannelType;
1795
- exports.ConflictException = ConflictException;
1796
- exports.ConflictException$ = ConflictException$;
1797
684
  exports.ContainerFormat = ContainerFormat;
1798
- exports.CreateChannel$ = CreateChannel$;
1799
685
  exports.CreateChannelCommand = CreateChannelCommand;
1800
- exports.CreateChannelRequest$ = CreateChannelRequest$;
1801
- exports.CreateChannelResponse$ = CreateChannelResponse$;
1802
- exports.CreatePlaybackRestrictionPolicy$ = CreatePlaybackRestrictionPolicy$;
1803
686
  exports.CreatePlaybackRestrictionPolicyCommand = CreatePlaybackRestrictionPolicyCommand;
1804
- exports.CreatePlaybackRestrictionPolicyRequest$ = CreatePlaybackRestrictionPolicyRequest$;
1805
- exports.CreatePlaybackRestrictionPolicyResponse$ = CreatePlaybackRestrictionPolicyResponse$;
1806
- exports.CreateRecordingConfiguration$ = CreateRecordingConfiguration$;
1807
687
  exports.CreateRecordingConfigurationCommand = CreateRecordingConfigurationCommand;
1808
- exports.CreateRecordingConfigurationRequest$ = CreateRecordingConfigurationRequest$;
1809
- exports.CreateRecordingConfigurationResponse$ = CreateRecordingConfigurationResponse$;
1810
- exports.CreateStreamKey$ = CreateStreamKey$;
1811
688
  exports.CreateStreamKeyCommand = CreateStreamKeyCommand;
1812
- exports.CreateStreamKeyRequest$ = CreateStreamKeyRequest$;
1813
- exports.CreateStreamKeyResponse$ = CreateStreamKeyResponse$;
1814
- exports.DeleteChannel$ = DeleteChannel$;
1815
689
  exports.DeleteChannelCommand = DeleteChannelCommand;
1816
- exports.DeleteChannelRequest$ = DeleteChannelRequest$;
1817
- exports.DeletePlaybackKeyPair$ = DeletePlaybackKeyPair$;
1818
690
  exports.DeletePlaybackKeyPairCommand = DeletePlaybackKeyPairCommand;
1819
- exports.DeletePlaybackKeyPairRequest$ = DeletePlaybackKeyPairRequest$;
1820
- exports.DeletePlaybackKeyPairResponse$ = DeletePlaybackKeyPairResponse$;
1821
- exports.DeletePlaybackRestrictionPolicy$ = DeletePlaybackRestrictionPolicy$;
1822
691
  exports.DeletePlaybackRestrictionPolicyCommand = DeletePlaybackRestrictionPolicyCommand;
1823
- exports.DeletePlaybackRestrictionPolicyRequest$ = DeletePlaybackRestrictionPolicyRequest$;
1824
- exports.DeleteRecordingConfiguration$ = DeleteRecordingConfiguration$;
1825
692
  exports.DeleteRecordingConfigurationCommand = DeleteRecordingConfigurationCommand;
1826
- exports.DeleteRecordingConfigurationRequest$ = DeleteRecordingConfigurationRequest$;
1827
- exports.DeleteStreamKey$ = DeleteStreamKey$;
1828
693
  exports.DeleteStreamKeyCommand = DeleteStreamKeyCommand;
1829
- exports.DeleteStreamKeyRequest$ = DeleteStreamKeyRequest$;
1830
- exports.DestinationConfiguration$ = DestinationConfiguration$;
1831
- exports.GetChannel$ = GetChannel$;
1832
694
  exports.GetChannelCommand = GetChannelCommand;
1833
- exports.GetChannelRequest$ = GetChannelRequest$;
1834
- exports.GetChannelResponse$ = GetChannelResponse$;
1835
- exports.GetPlaybackKeyPair$ = GetPlaybackKeyPair$;
1836
695
  exports.GetPlaybackKeyPairCommand = GetPlaybackKeyPairCommand;
1837
- exports.GetPlaybackKeyPairRequest$ = GetPlaybackKeyPairRequest$;
1838
- exports.GetPlaybackKeyPairResponse$ = GetPlaybackKeyPairResponse$;
1839
- exports.GetPlaybackRestrictionPolicy$ = GetPlaybackRestrictionPolicy$;
1840
696
  exports.GetPlaybackRestrictionPolicyCommand = GetPlaybackRestrictionPolicyCommand;
1841
- exports.GetPlaybackRestrictionPolicyRequest$ = GetPlaybackRestrictionPolicyRequest$;
1842
- exports.GetPlaybackRestrictionPolicyResponse$ = GetPlaybackRestrictionPolicyResponse$;
1843
- exports.GetRecordingConfiguration$ = GetRecordingConfiguration$;
1844
697
  exports.GetRecordingConfigurationCommand = GetRecordingConfigurationCommand;
1845
- exports.GetRecordingConfigurationRequest$ = GetRecordingConfigurationRequest$;
1846
- exports.GetRecordingConfigurationResponse$ = GetRecordingConfigurationResponse$;
1847
- exports.GetStream$ = GetStream$;
1848
698
  exports.GetStreamCommand = GetStreamCommand;
1849
- exports.GetStreamKey$ = GetStreamKey$;
1850
699
  exports.GetStreamKeyCommand = GetStreamKeyCommand;
1851
- exports.GetStreamKeyRequest$ = GetStreamKeyRequest$;
1852
- exports.GetStreamKeyResponse$ = GetStreamKeyResponse$;
1853
- exports.GetStreamRequest$ = GetStreamRequest$;
1854
- exports.GetStreamResponse$ = GetStreamResponse$;
1855
- exports.GetStreamSession$ = GetStreamSession$;
1856
700
  exports.GetStreamSessionCommand = GetStreamSessionCommand;
1857
- exports.GetStreamSessionRequest$ = GetStreamSessionRequest$;
1858
- exports.GetStreamSessionResponse$ = GetStreamSessionResponse$;
1859
- exports.ImportPlaybackKeyPair$ = ImportPlaybackKeyPair$;
1860
701
  exports.ImportPlaybackKeyPairCommand = ImportPlaybackKeyPairCommand;
1861
- exports.ImportPlaybackKeyPairRequest$ = ImportPlaybackKeyPairRequest$;
1862
- exports.ImportPlaybackKeyPairResponse$ = ImportPlaybackKeyPairResponse$;
1863
- exports.IngestConfiguration$ = IngestConfiguration$;
1864
- exports.IngestConfigurations$ = IngestConfigurations$;
1865
- exports.InternalServerException = InternalServerException;
1866
- exports.InternalServerException$ = InternalServerException$;
1867
702
  exports.Ivs = Ivs;
1868
703
  exports.IvsClient = IvsClient;
1869
- exports.IvsServiceException = IvsServiceException;
1870
- exports.IvsServiceException$ = IvsServiceException$;
1871
- exports.ListChannels$ = ListChannels$;
1872
704
  exports.ListChannelsCommand = ListChannelsCommand;
1873
- exports.ListChannelsRequest$ = ListChannelsRequest$;
1874
- exports.ListChannelsResponse$ = ListChannelsResponse$;
1875
- exports.ListPlaybackKeyPairs$ = ListPlaybackKeyPairs$;
1876
705
  exports.ListPlaybackKeyPairsCommand = ListPlaybackKeyPairsCommand;
1877
- exports.ListPlaybackKeyPairsRequest$ = ListPlaybackKeyPairsRequest$;
1878
- exports.ListPlaybackKeyPairsResponse$ = ListPlaybackKeyPairsResponse$;
1879
- exports.ListPlaybackRestrictionPolicies$ = ListPlaybackRestrictionPolicies$;
1880
706
  exports.ListPlaybackRestrictionPoliciesCommand = ListPlaybackRestrictionPoliciesCommand;
1881
- exports.ListPlaybackRestrictionPoliciesRequest$ = ListPlaybackRestrictionPoliciesRequest$;
1882
- exports.ListPlaybackRestrictionPoliciesResponse$ = ListPlaybackRestrictionPoliciesResponse$;
1883
- exports.ListRecordingConfigurations$ = ListRecordingConfigurations$;
1884
707
  exports.ListRecordingConfigurationsCommand = ListRecordingConfigurationsCommand;
1885
- exports.ListRecordingConfigurationsRequest$ = ListRecordingConfigurationsRequest$;
1886
- exports.ListRecordingConfigurationsResponse$ = ListRecordingConfigurationsResponse$;
1887
- exports.ListStreamKeys$ = ListStreamKeys$;
1888
708
  exports.ListStreamKeysCommand = ListStreamKeysCommand;
1889
- exports.ListStreamKeysRequest$ = ListStreamKeysRequest$;
1890
- exports.ListStreamKeysResponse$ = ListStreamKeysResponse$;
1891
- exports.ListStreamSessions$ = ListStreamSessions$;
1892
709
  exports.ListStreamSessionsCommand = ListStreamSessionsCommand;
1893
- exports.ListStreamSessionsRequest$ = ListStreamSessionsRequest$;
1894
- exports.ListStreamSessionsResponse$ = ListStreamSessionsResponse$;
1895
- exports.ListStreams$ = ListStreams$;
1896
710
  exports.ListStreamsCommand = ListStreamsCommand;
1897
- exports.ListStreamsRequest$ = ListStreamsRequest$;
1898
- exports.ListStreamsResponse$ = ListStreamsResponse$;
1899
- exports.ListTagsForResource$ = ListTagsForResource$;
1900
711
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1901
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1902
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1903
- exports.MultitrackInputConfiguration$ = MultitrackInputConfiguration$;
1904
712
  exports.MultitrackMaximumResolution = MultitrackMaximumResolution;
1905
713
  exports.MultitrackPolicy = MultitrackPolicy;
1906
- exports.PendingVerification = PendingVerification;
1907
- exports.PendingVerification$ = PendingVerification$;
1908
- exports.PlaybackKeyPair$ = PlaybackKeyPair$;
1909
- exports.PlaybackKeyPairSummary$ = PlaybackKeyPairSummary$;
1910
- exports.PlaybackRestrictionPolicy$ = PlaybackRestrictionPolicy$;
1911
- exports.PlaybackRestrictionPolicySummary$ = PlaybackRestrictionPolicySummary$;
1912
- exports.PutMetadata$ = PutMetadata$;
1913
714
  exports.PutMetadataCommand = PutMetadataCommand;
1914
- exports.PutMetadataRequest$ = PutMetadataRequest$;
1915
- exports.RecordingConfiguration$ = RecordingConfiguration$;
1916
715
  exports.RecordingConfigurationState = RecordingConfigurationState;
1917
- exports.RecordingConfigurationSummary$ = RecordingConfigurationSummary$;
1918
716
  exports.RecordingMode = RecordingMode;
1919
- exports.RenditionConfiguration$ = RenditionConfiguration$;
1920
717
  exports.RenditionConfigurationRendition = RenditionConfigurationRendition;
1921
718
  exports.RenditionConfigurationRenditionSelection = RenditionConfigurationRenditionSelection;
1922
- exports.ResourceNotFoundException = ResourceNotFoundException;
1923
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1924
- exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
1925
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1926
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1927
- exports.Srt$ = Srt$;
1928
- exports.StartViewerSessionRevocation$ = StartViewerSessionRevocation$;
1929
719
  exports.StartViewerSessionRevocationCommand = StartViewerSessionRevocationCommand;
1930
- exports.StartViewerSessionRevocationRequest$ = StartViewerSessionRevocationRequest$;
1931
- exports.StartViewerSessionRevocationResponse$ = StartViewerSessionRevocationResponse$;
1932
- exports.StopStream$ = StopStream$;
1933
720
  exports.StopStreamCommand = StopStreamCommand;
1934
- exports.StopStreamRequest$ = StopStreamRequest$;
1935
- exports.StopStreamResponse$ = StopStreamResponse$;
1936
- exports.StreamEvent$ = StreamEvent$;
1937
- exports.StreamFilters$ = StreamFilters$;
1938
721
  exports.StreamHealth = StreamHealth;
1939
- exports.StreamKey$ = StreamKey$;
1940
- exports.StreamKeySummary$ = StreamKeySummary$;
1941
- exports.StreamSession$ = StreamSession$;
1942
- exports.StreamSessionSummary$ = StreamSessionSummary$;
1943
722
  exports.StreamState = StreamState;
1944
- exports.StreamSummary$ = StreamSummary$;
1945
- exports.StreamUnavailable = StreamUnavailable;
1946
- exports.StreamUnavailable$ = StreamUnavailable$;
1947
- exports.TagResource$ = TagResource$;
1948
723
  exports.TagResourceCommand = TagResourceCommand;
1949
- exports.TagResourceRequest$ = TagResourceRequest$;
1950
- exports.TagResourceResponse$ = TagResourceResponse$;
1951
- exports.ThrottlingException = ThrottlingException;
1952
- exports.ThrottlingException$ = ThrottlingException$;
1953
- exports.ThumbnailConfiguration$ = ThumbnailConfiguration$;
1954
724
  exports.ThumbnailConfigurationResolution = ThumbnailConfigurationResolution;
1955
725
  exports.ThumbnailConfigurationStorage = ThumbnailConfigurationStorage;
1956
726
  exports.TranscodePreset = TranscodePreset;
1957
- exports.UntagResource$ = UntagResource$;
1958
727
  exports.UntagResourceCommand = UntagResourceCommand;
1959
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1960
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1961
- exports.UpdateChannel$ = UpdateChannel$;
1962
728
  exports.UpdateChannelCommand = UpdateChannelCommand;
1963
- exports.UpdateChannelRequest$ = UpdateChannelRequest$;
1964
- exports.UpdateChannelResponse$ = UpdateChannelResponse$;
1965
- exports.UpdatePlaybackRestrictionPolicy$ = UpdatePlaybackRestrictionPolicy$;
1966
729
  exports.UpdatePlaybackRestrictionPolicyCommand = UpdatePlaybackRestrictionPolicyCommand;
1967
- exports.UpdatePlaybackRestrictionPolicyRequest$ = UpdatePlaybackRestrictionPolicyRequest$;
1968
- exports.UpdatePlaybackRestrictionPolicyResponse$ = UpdatePlaybackRestrictionPolicyResponse$;
1969
- exports.ValidationException = ValidationException;
1970
- exports.ValidationException$ = ValidationException$;
1971
- exports.VideoConfiguration$ = VideoConfiguration$;
1972
- exports._Stream$ = _Stream$;
1973
730
  exports.paginateListChannels = paginateListChannels;
1974
731
  exports.paginateListPlaybackKeyPairs = paginateListPlaybackKeyPairs;
1975
732
  exports.paginateListPlaybackRestrictionPolicies = paginateListPlaybackRestrictionPolicies;
@@ -1977,3 +734,15 @@ exports.paginateListRecordingConfigurations = paginateListRecordingConfiguration
1977
734
  exports.paginateListStreamKeys = paginateListStreamKeys;
1978
735
  exports.paginateListStreamSessions = paginateListStreamSessions;
1979
736
  exports.paginateListStreams = paginateListStreams;
737
+ Object.keys(schemas_0).forEach(function (k) {
738
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
739
+ enumerable: true,
740
+ get: function () { return schemas_0[k]; }
741
+ });
742
+ });
743
+ Object.keys(errors).forEach(function (k) {
744
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
745
+ enumerable: true,
746
+ get: function () { return errors[k]; }
747
+ });
748
+ });