@aws-sdk/client-ivs 3.952.0 → 3.954.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +475 -321
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchGetChannelCommand.js +2 -2
  4. package/dist-es/commands/BatchGetStreamKeyCommand.js +2 -2
  5. package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +2 -2
  6. package/dist-es/commands/CreateChannelCommand.js +2 -2
  7. package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +2 -2
  8. package/dist-es/commands/CreateRecordingConfigurationCommand.js +2 -2
  9. package/dist-es/commands/CreateStreamKeyCommand.js +2 -2
  10. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  11. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +2 -2
  12. package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +2 -2
  13. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -2
  14. package/dist-es/commands/DeleteStreamKeyCommand.js +2 -2
  15. package/dist-es/commands/GetChannelCommand.js +2 -2
  16. package/dist-es/commands/GetPlaybackKeyPairCommand.js +2 -2
  17. package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +2 -2
  18. package/dist-es/commands/GetRecordingConfigurationCommand.js +2 -2
  19. package/dist-es/commands/GetStreamCommand.js +2 -2
  20. package/dist-es/commands/GetStreamKeyCommand.js +2 -2
  21. package/dist-es/commands/GetStreamSessionCommand.js +2 -2
  22. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +2 -2
  23. package/dist-es/commands/ListChannelsCommand.js +2 -2
  24. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +2 -2
  25. package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +2 -2
  26. package/dist-es/commands/ListRecordingConfigurationsCommand.js +2 -2
  27. package/dist-es/commands/ListStreamKeysCommand.js +2 -2
  28. package/dist-es/commands/ListStreamSessionsCommand.js +2 -2
  29. package/dist-es/commands/ListStreamsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/PutMetadataCommand.js +2 -2
  32. package/dist-es/commands/StartViewerSessionRevocationCommand.js +2 -2
  33. package/dist-es/commands/StopStreamCommand.js +2 -2
  34. package/dist-es/commands/TagResourceCommand.js +2 -2
  35. package/dist-es/commands/UntagResourceCommand.js +2 -2
  36. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  37. package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +2 -2
  38. package/dist-es/index.js +1 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -1
  40. package/dist-es/schemas/schemas_0.js +281 -267
  41. package/dist-types/IvsClient.d.ts +1 -10
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  44. package/dist-types/runtimeConfig.d.ts +6 -2
  45. package/dist-types/runtimeConfig.native.d.ts +6 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  47. package/dist-types/schemas/schemas_0.d.ts +141 -168
  48. package/dist-types/ts3.4/IvsClient.d.ts +0 -4
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +140 -169
  55. package/package.json +34 -34
@@ -261,17 +261,17 @@ const _vW = "videoWidth";
261
261
  const _va = "value";
262
262
  const n0 = "com.amazonaws.ivs";
263
263
  import { TypeRegistry } from "@smithy/core/schema";
264
- import { AccessDeniedException as __AccessDeniedException, ChannelNotBroadcasting as __ChannelNotBroadcasting, ConflictException as __ConflictException, InternalServerException as __InternalServerException, PendingVerification as __PendingVerification, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, StreamUnavailable as __StreamUnavailable, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
265
- import { IvsServiceException as __IvsServiceException } from "../models/IvsServiceException";
266
- export var SrtPassphrase = [0, n0, _SP, 8, 0];
267
- export var StreamKeyValue = [0, n0, _SKV, 8, 0];
268
- export var StreamMetadata = [0, n0, _SM, 8, 0];
269
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
270
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
271
- export var AudioConfiguration = [3, n0, _AC, 0, [_co, _tB, _sR, _ch, _t], [0, 1, 1, 1, 0]];
272
- export var BatchError = [3, n0, _BE, 0, [_a, _cod, _m], [0, 0, 0]];
273
- export var BatchGetChannelRequest = [3, n0, _BGCR, 0, [_ar], [64 | 0]];
274
- export var BatchGetChannelResponse = [
264
+ import { AccessDeniedException, ChannelNotBroadcasting, ConflictException, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, StreamUnavailable, ThrottlingException, ValidationException, } from "../models/errors";
265
+ import { IvsServiceException } from "../models/IvsServiceException";
266
+ var SrtPassphrase = [0, n0, _SP, 8, 0];
267
+ var StreamKeyValue = [0, n0, _SKV, 8, 0];
268
+ var StreamMetadata = [0, n0, _SM, 8, 0];
269
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
270
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
271
+ export var AudioConfiguration$ = [3, n0, _AC, 0, [_co, _tB, _sR, _ch, _t], [0, 1, 1, 1, 0]];
272
+ export var BatchError$ = [3, n0, _BE, 0, [_a, _cod, _m], [0, 0, 0]];
273
+ export var BatchGetChannelRequest$ = [3, n0, _BGCR, 0, [_ar], [64 | 0]];
274
+ export var BatchGetChannelResponse$ = [
275
275
  3,
276
276
  n0,
277
277
  _BGCRa,
@@ -279,8 +279,8 @@ export var BatchGetChannelResponse = [
279
279
  [_ch, _er],
280
280
  [[() => Channels, 0], () => BatchErrors],
281
281
  ];
282
- export var BatchGetStreamKeyRequest = [3, n0, _BGSKR, 0, [_ar], [64 | 0]];
283
- export var BatchGetStreamKeyResponse = [
282
+ export var BatchGetStreamKeyRequest$ = [3, n0, _BGSKR, 0, [_ar], [64 | 0]];
283
+ export var BatchGetStreamKeyResponse$ = [
284
284
  3,
285
285
  n0,
286
286
  _BGSKRa,
@@ -288,7 +288,7 @@ export var BatchGetStreamKeyResponse = [
288
288
  [_sK, _er],
289
289
  [[() => StreamKeys, 0], () => BatchErrors],
290
290
  ];
291
- export var BatchStartViewerSessionRevocationError = [
291
+ export var BatchStartViewerSessionRevocationError$ = [
292
292
  3,
293
293
  n0,
294
294
  _BSVSRE,
@@ -296,7 +296,7 @@ export var BatchStartViewerSessionRevocationError = [
296
296
  [_cA, _vI, _cod, _m],
297
297
  [0, 0, 0, 0],
298
298
  ];
299
- export var BatchStartViewerSessionRevocationRequest = [
299
+ export var BatchStartViewerSessionRevocationRequest$ = [
300
300
  3,
301
301
  n0,
302
302
  _BSVSRR,
@@ -304,7 +304,7 @@ export var BatchStartViewerSessionRevocationRequest = [
304
304
  [_vS],
305
305
  [() => BatchStartViewerSessionRevocationViewerSessionList],
306
306
  ];
307
- export var BatchStartViewerSessionRevocationResponse = [
307
+ export var BatchStartViewerSessionRevocationResponse$ = [
308
308
  3,
309
309
  n0,
310
310
  _BSVSRRa,
@@ -312,7 +312,7 @@ export var BatchStartViewerSessionRevocationResponse = [
312
312
  [_er],
313
313
  [() => BatchStartViewerSessionRevocationErrors],
314
314
  ];
315
- export var BatchStartViewerSessionRevocationViewerSession = [
315
+ export var BatchStartViewerSessionRevocationViewerSession$ = [
316
316
  3,
317
317
  n0,
318
318
  _BSVSRVS,
@@ -320,17 +320,17 @@ export var BatchStartViewerSessionRevocationViewerSession = [
320
320
  [_cA, _vI, _vSVLTOET],
321
321
  [0, 0, 1],
322
322
  ];
323
- export var Channel = [
323
+ export var Channel$ = [
324
324
  3,
325
325
  n0,
326
326
  _C,
327
327
  0,
328
328
  [_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p, _s, _pRPA, _mIC, _cF],
329
- [0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt, 0], 0, () => MultitrackInputConfiguration, 0],
329
+ [0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt$, 0], 0, () => MultitrackInputConfiguration$, 0],
330
330
  ];
331
- export var ChannelNotBroadcasting = [-3, n0, _CNB, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
332
- TypeRegistry.for(n0).registerError(ChannelNotBroadcasting, __ChannelNotBroadcasting);
333
- export var ChannelSummary = [
331
+ export var ChannelNotBroadcasting$ = [-3, n0, _CNB, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
332
+ TypeRegistry.for(n0).registerError(ChannelNotBroadcasting$, ChannelNotBroadcasting);
333
+ export var ChannelSummary$ = [
334
334
  3,
335
335
  n0,
336
336
  _CS,
@@ -338,28 +338,28 @@ export var ChannelSummary = [
338
338
  [_a, _n, _lM, _au, _rCA, _ta, _iI, _ty, _p, _pRPA],
339
339
  [0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, 0],
340
340
  ];
341
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_eM], [0]];
342
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
343
- export var CreateChannelRequest = [
341
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_eM], [0]];
342
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
343
+ export var CreateChannelRequest$ = [
344
344
  3,
345
345
  n0,
346
346
  _CCR,
347
347
  0,
348
348
  [_n, _lM, _ty, _au, _rCA, _ta, _iI, _p, _pRPA, _mIC, _cF],
349
- [0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration, 0],
349
+ [0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0],
350
350
  ];
351
- export var CreateChannelResponse = [
351
+ export var CreateChannelResponse$ = [
352
352
  3,
353
353
  n0,
354
354
  _CCRr,
355
355
  0,
356
356
  [_cha, _sKt],
357
357
  [
358
- [() => Channel, 0],
359
- [() => StreamKey, 0],
358
+ [() => Channel$, 0],
359
+ [() => StreamKey$, 0],
360
360
  ],
361
361
  ];
362
- export var CreatePlaybackRestrictionPolicyRequest = [
362
+ export var CreatePlaybackRestrictionPolicyRequest$ = [
363
363
  3,
364
364
  n0,
365
365
  _CPRPR,
@@ -367,78 +367,85 @@ export var CreatePlaybackRestrictionPolicyRequest = [
367
367
  [_aC, _aO, _eSOE, _n, _ta],
368
368
  [64 | 0, 64 | 0, 2, 0, 128 | 0],
369
369
  ];
370
- export var CreatePlaybackRestrictionPolicyResponse = [
370
+ export var CreatePlaybackRestrictionPolicyResponse$ = [
371
371
  3,
372
372
  n0,
373
373
  _CPRPRr,
374
374
  0,
375
375
  [_pRP],
376
- [() => PlaybackRestrictionPolicy],
376
+ [() => PlaybackRestrictionPolicy$],
377
377
  ];
378
- export var CreateRecordingConfigurationRequest = [
378
+ export var CreateRecordingConfigurationRequest$ = [
379
379
  3,
380
380
  n0,
381
381
  _CRCR,
382
382
  0,
383
383
  [_n, _dC, _ta, _tC, _rRWS, _rC],
384
- [0, () => DestinationConfiguration, 128 | 0, () => ThumbnailConfiguration, 1, () => RenditionConfiguration],
384
+ [0, () => DestinationConfiguration$, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$],
385
385
  ];
386
- export var CreateRecordingConfigurationResponse = [
386
+ export var CreateRecordingConfigurationResponse$ = [
387
387
  3,
388
388
  n0,
389
389
  _CRCRr,
390
390
  0,
391
391
  [_rCe],
392
- [() => RecordingConfiguration],
393
- ];
394
- export var CreateStreamKeyRequest = [3, n0, _CSKR, 0, [_cA, _ta], [0, 128 | 0]];
395
- export var CreateStreamKeyResponse = [3, n0, _CSKRr, 0, [_sKt], [[() => StreamKey, 0]]];
396
- export var DeleteChannelRequest = [3, n0, _DCR, 0, [_a], [0]];
397
- export var DeletePlaybackKeyPairRequest = [3, n0, _DPKPR, 0, [_a], [0]];
398
- export var DeletePlaybackKeyPairResponse = [3, n0, _DPKPRe, 0, [], []];
399
- export var DeletePlaybackRestrictionPolicyRequest = [3, n0, _DPRPR, 0, [_a], [0]];
400
- export var DeleteRecordingConfigurationRequest = [3, n0, _DRCR, 0, [_a], [0]];
401
- export var DeleteStreamKeyRequest = [3, n0, _DSKR, 0, [_a], [0]];
402
- export var DestinationConfiguration = [3, n0, _DC, 0, [_s_], [() => S3DestinationConfiguration]];
403
- export var GetChannelRequest = [3, n0, _GCR, 0, [_a], [0]];
404
- export var GetChannelResponse = [3, n0, _GCRe, 0, [_cha], [[() => Channel, 0]]];
405
- export var GetPlaybackKeyPairRequest = [3, n0, _GPKPR, 0, [_a], [0]];
406
- export var GetPlaybackKeyPairResponse = [3, n0, _GPKPRe, 0, [_kP], [() => PlaybackKeyPair]];
407
- export var GetPlaybackRestrictionPolicyRequest = [3, n0, _GPRPR, 0, [_a], [0]];
408
- export var GetPlaybackRestrictionPolicyResponse = [
392
+ [() => RecordingConfiguration$],
393
+ ];
394
+ export var CreateStreamKeyRequest$ = [3, n0, _CSKR, 0, [_cA, _ta], [0, 128 | 0]];
395
+ export var CreateStreamKeyResponse$ = [3, n0, _CSKRr, 0, [_sKt], [[() => StreamKey$, 0]]];
396
+ export var DeleteChannelRequest$ = [3, n0, _DCR, 0, [_a], [0]];
397
+ export var DeletePlaybackKeyPairRequest$ = [3, n0, _DPKPR, 0, [_a], [0]];
398
+ export var DeletePlaybackKeyPairResponse$ = [3, n0, _DPKPRe, 0, [], []];
399
+ export var DeletePlaybackRestrictionPolicyRequest$ = [3, n0, _DPRPR, 0, [_a], [0]];
400
+ export var DeleteRecordingConfigurationRequest$ = [3, n0, _DRCR, 0, [_a], [0]];
401
+ export var DeleteStreamKeyRequest$ = [3, n0, _DSKR, 0, [_a], [0]];
402
+ export var DestinationConfiguration$ = [
403
+ 3,
404
+ n0,
405
+ _DC,
406
+ 0,
407
+ [_s_],
408
+ [() => S3DestinationConfiguration$],
409
+ ];
410
+ export var GetChannelRequest$ = [3, n0, _GCR, 0, [_a], [0]];
411
+ export var GetChannelResponse$ = [3, n0, _GCRe, 0, [_cha], [[() => Channel$, 0]]];
412
+ export var GetPlaybackKeyPairRequest$ = [3, n0, _GPKPR, 0, [_a], [0]];
413
+ export var GetPlaybackKeyPairResponse$ = [3, n0, _GPKPRe, 0, [_kP], [() => PlaybackKeyPair$]];
414
+ export var GetPlaybackRestrictionPolicyRequest$ = [3, n0, _GPRPR, 0, [_a], [0]];
415
+ export var GetPlaybackRestrictionPolicyResponse$ = [
409
416
  3,
410
417
  n0,
411
418
  _GPRPRe,
412
419
  0,
413
420
  [_pRP],
414
- [() => PlaybackRestrictionPolicy],
421
+ [() => PlaybackRestrictionPolicy$],
415
422
  ];
416
- export var GetRecordingConfigurationRequest = [3, n0, _GRCR, 0, [_a], [0]];
417
- export var GetRecordingConfigurationResponse = [
423
+ export var GetRecordingConfigurationRequest$ = [3, n0, _GRCR, 0, [_a], [0]];
424
+ export var GetRecordingConfigurationResponse$ = [
418
425
  3,
419
426
  n0,
420
427
  _GRCRe,
421
428
  0,
422
429
  [_rCe],
423
- [() => RecordingConfiguration],
430
+ [() => RecordingConfiguration$],
424
431
  ];
425
- export var GetStreamKeyRequest = [3, n0, _GSKR, 0, [_a], [0]];
426
- export var GetStreamKeyResponse = [3, n0, _GSKRe, 0, [_sKt], [[() => StreamKey, 0]]];
427
- export var GetStreamRequest = [3, n0, _GSR, 0, [_cA], [0]];
428
- export var GetStreamResponse = [3, n0, _GSRe, 0, [_st], [() => _Stream]];
429
- export var GetStreamSessionRequest = [3, n0, _GSSR, 0, [_cA, _sI], [0, 0]];
430
- export var GetStreamSessionResponse = [3, n0, _GSSRe, 0, [_sS], [[() => StreamSession, 0]]];
431
- export var ImportPlaybackKeyPairRequest = [3, n0, _IPKPR, 0, [_pKM, _n, _ta], [0, 0, 128 | 0]];
432
- export var ImportPlaybackKeyPairResponse = [3, n0, _IPKPRm, 0, [_kP], [() => PlaybackKeyPair]];
433
- export var IngestConfiguration = [
432
+ export var GetStreamKeyRequest$ = [3, n0, _GSKR, 0, [_a], [0]];
433
+ export var GetStreamKeyResponse$ = [3, n0, _GSKRe, 0, [_sKt], [[() => StreamKey$, 0]]];
434
+ export var GetStreamRequest$ = [3, n0, _GSR, 0, [_cA], [0]];
435
+ export var GetStreamResponse$ = [3, n0, _GSRe, 0, [_st], [() => _Stream$]];
436
+ export var GetStreamSessionRequest$ = [3, n0, _GSSR, 0, [_cA, _sI], [0, 0]];
437
+ export var GetStreamSessionResponse$ = [3, n0, _GSSRe, 0, [_sS], [[() => StreamSession$, 0]]];
438
+ export var ImportPlaybackKeyPairRequest$ = [3, n0, _IPKPR, 0, [_pKM, _n, _ta], [0, 0, 128 | 0]];
439
+ export var ImportPlaybackKeyPairResponse$ = [3, n0, _IPKPRm, 0, [_kP], [() => PlaybackKeyPair$]];
440
+ export var IngestConfiguration$ = [
434
441
  3,
435
442
  n0,
436
443
  _IC,
437
444
  0,
438
445
  [_v, _aud],
439
- [() => VideoConfiguration, () => AudioConfiguration],
446
+ [() => VideoConfiguration$, () => AudioConfiguration$],
440
447
  ];
441
- export var IngestConfigurations = [
448
+ export var IngestConfigurations$ = [
442
449
  3,
443
450
  n0,
444
451
  _ICn,
@@ -446,9 +453,9 @@ export var IngestConfigurations = [
446
453
  [_vC, _aCu],
447
454
  [() => VideoConfigurationList, () => AudioConfigurationList],
448
455
  ];
449
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_eM], [0]];
450
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
451
- export var ListChannelsRequest = [
456
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_eM], [0]];
457
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
458
+ export var ListChannelsRequest$ = [
452
459
  3,
453
460
  n0,
454
461
  _LCR,
@@ -456,9 +463,9 @@ export var ListChannelsRequest = [
456
463
  [_fBN, _fBRCA, _fBPRPA, _nT, _mR],
457
464
  [0, 0, 0, 0, 1],
458
465
  ];
459
- export var ListChannelsResponse = [3, n0, _LCRi, 0, [_ch, _nT], [() => ChannelList, 0]];
460
- export var ListPlaybackKeyPairsRequest = [3, n0, _LPKPR, 0, [_nT, _mR], [0, 1]];
461
- export var ListPlaybackKeyPairsResponse = [
466
+ export var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_ch, _nT], [() => ChannelList, 0]];
467
+ export var ListPlaybackKeyPairsRequest$ = [3, n0, _LPKPR, 0, [_nT, _mR], [0, 1]];
468
+ export var ListPlaybackKeyPairsResponse$ = [
462
469
  3,
463
470
  n0,
464
471
  _LPKPRi,
@@ -466,8 +473,8 @@ export var ListPlaybackKeyPairsResponse = [
466
473
  [_kPe, _nT],
467
474
  [() => PlaybackKeyPairList, 0],
468
475
  ];
469
- export var ListPlaybackRestrictionPoliciesRequest = [3, n0, _LPRPR, 0, [_nT, _mR], [0, 1]];
470
- export var ListPlaybackRestrictionPoliciesResponse = [
476
+ export var ListPlaybackRestrictionPoliciesRequest$ = [3, n0, _LPRPR, 0, [_nT, _mR], [0, 1]];
477
+ export var ListPlaybackRestrictionPoliciesResponse$ = [
471
478
  3,
472
479
  n0,
473
480
  _LPRPRi,
@@ -475,8 +482,8 @@ export var ListPlaybackRestrictionPoliciesResponse = [
475
482
  [_pRPl, _nT],
476
483
  [() => PlaybackRestrictionPolicyList, 0],
477
484
  ];
478
- export var ListRecordingConfigurationsRequest = [3, n0, _LRCR, 0, [_nT, _mR], [0, 1]];
479
- export var ListRecordingConfigurationsResponse = [
485
+ export var ListRecordingConfigurationsRequest$ = [3, n0, _LRCR, 0, [_nT, _mR], [0, 1]];
486
+ export var ListRecordingConfigurationsResponse$ = [
480
487
  3,
481
488
  n0,
482
489
  _LRCRi,
@@ -484,10 +491,10 @@ export var ListRecordingConfigurationsResponse = [
484
491
  [_rCec, _nT],
485
492
  [() => RecordingConfigurationList, 0],
486
493
  ];
487
- export var ListStreamKeysRequest = [3, n0, _LSKR, 0, [_cA, _nT, _mR], [0, 0, 1]];
488
- export var ListStreamKeysResponse = [3, n0, _LSKRi, 0, [_sK, _nT], [() => StreamKeyList, 0]];
489
- export var ListStreamSessionsRequest = [3, n0, _LSSR, 0, [_cA, _nT, _mR], [0, 0, 1]];
490
- export var ListStreamSessionsResponse = [
494
+ export var ListStreamKeysRequest$ = [3, n0, _LSKR, 0, [_cA, _nT, _mR], [0, 0, 1]];
495
+ export var ListStreamKeysResponse$ = [3, n0, _LSKRi, 0, [_sK, _nT], [() => StreamKeyList, 0]];
496
+ export var ListStreamSessionsRequest$ = [3, n0, _LSSR, 0, [_cA, _nT, _mR], [0, 0, 1]];
497
+ export var ListStreamSessionsResponse$ = [
491
498
  3,
492
499
  n0,
493
500
  _LSSRi,
@@ -495,16 +502,16 @@ export var ListStreamSessionsResponse = [
495
502
  [_sSt, _nT],
496
503
  [() => StreamSessionList, 0],
497
504
  ];
498
- export var ListStreamsRequest = [3, n0, _LSR, 0, [_fB, _nT, _mR], [() => StreamFilters, 0, 1]];
499
- export var ListStreamsResponse = [3, n0, _LSRi, 0, [_str, _nT], [() => StreamList, 0]];
500
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
501
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
502
- export var MultitrackInputConfiguration = [3, n0, _MIC, 0, [_en, _po, _mRa], [2, 0, 0]];
503
- export var PendingVerification = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
504
- TypeRegistry.for(n0).registerError(PendingVerification, __PendingVerification);
505
- export var PlaybackKeyPair = [3, n0, _PKP, 0, [_a, _n, _f, _ta], [0, 0, 0, 128 | 0]];
506
- export var PlaybackKeyPairSummary = [3, n0, _PKPS, 0, [_a, _n, _ta], [0, 0, 128 | 0]];
507
- export var PlaybackRestrictionPolicy = [
505
+ export var ListStreamsRequest$ = [3, n0, _LSR, 0, [_fB, _nT, _mR], [() => StreamFilters$, 0, 1]];
506
+ export var ListStreamsResponse$ = [3, n0, _LSRi, 0, [_str, _nT], [() => StreamList, 0]];
507
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
508
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
509
+ export var MultitrackInputConfiguration$ = [3, n0, _MIC, 0, [_en, _po, _mRa], [2, 0, 0]];
510
+ export var PendingVerification$ = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
511
+ TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
512
+ export var PlaybackKeyPair$ = [3, n0, _PKP, 0, [_a, _n, _f, _ta], [0, 0, 0, 128 | 0]];
513
+ export var PlaybackKeyPairSummary$ = [3, n0, _PKPS, 0, [_a, _n, _ta], [0, 0, 128 | 0]];
514
+ export var PlaybackRestrictionPolicy$ = [
508
515
  3,
509
516
  n0,
510
517
  _PRP,
@@ -512,7 +519,7 @@ export var PlaybackRestrictionPolicy = [
512
519
  [_a, _aC, _aO, _eSOE, _n, _ta],
513
520
  [0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
514
521
  ];
515
- export var PlaybackRestrictionPolicySummary = [
522
+ export var PlaybackRestrictionPolicySummary$ = [
516
523
  3,
517
524
  n0,
518
525
  _PRPS,
@@ -520,31 +527,31 @@ export var PlaybackRestrictionPolicySummary = [
520
527
  [_a, _aC, _aO, _eSOE, _n, _ta],
521
528
  [0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
522
529
  ];
523
- export var PutMetadataRequest = [3, n0, _PMR, 0, [_cA, _me], [0, [() => StreamMetadata, 0]]];
524
- export var RecordingConfiguration = [
530
+ export var PutMetadataRequest$ = [3, n0, _PMR, 0, [_cA, _me], [0, [() => StreamMetadata, 0]]];
531
+ export var RecordingConfiguration$ = [
525
532
  3,
526
533
  n0,
527
534
  _RC,
528
535
  0,
529
536
  [_a, _n, _dC, _sta, _ta, _tC, _rRWS, _rC],
530
- [0, 0, () => DestinationConfiguration, 0, 128 | 0, () => ThumbnailConfiguration, 1, () => RenditionConfiguration],
537
+ [0, 0, () => DestinationConfiguration$, 0, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$],
531
538
  ];
532
- export var RecordingConfigurationSummary = [
539
+ export var RecordingConfigurationSummary$ = [
533
540
  3,
534
541
  n0,
535
542
  _RCS,
536
543
  0,
537
544
  [_a, _n, _dC, _sta, _ta],
538
- [0, 0, () => DestinationConfiguration, 0, 128 | 0],
545
+ [0, 0, () => DestinationConfiguration$, 0, 128 | 0],
539
546
  ];
540
- export var RenditionConfiguration = [3, n0, _RCe, 0, [_rS, _r], [0, 64 | 0]];
541
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
542
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
543
- export var S3DestinationConfiguration = [3, n0, _SDC, 0, [_bN], [0]];
544
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_eM], [0]];
545
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
546
- export var Srt = [3, n0, _S, 0, [_end, _pa], [0, [() => SrtPassphrase, 0]]];
547
- export var StartViewerSessionRevocationRequest = [
547
+ export var RenditionConfiguration$ = [3, n0, _RCe, 0, [_rS, _r], [0, 64 | 0]];
548
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
549
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
550
+ export var S3DestinationConfiguration$ = [3, n0, _SDC, 0, [_bN], [0]];
551
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_eM], [0]];
552
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
553
+ export var Srt$ = [3, n0, _S, 0, [_end, _pa], [0, [() => SrtPassphrase, 0]]];
554
+ export var StartViewerSessionRevocationRequest$ = [
548
555
  3,
549
556
  n0,
550
557
  _SVSRR,
@@ -552,10 +559,10 @@ export var StartViewerSessionRevocationRequest = [
552
559
  [_cA, _vI, _vSVLTOET],
553
560
  [0, 0, 1],
554
561
  ];
555
- export var StartViewerSessionRevocationResponse = [3, n0, _SVSRRt, 0, [], []];
556
- export var StopStreamRequest = [3, n0, _SSR, 0, [_cA], [0]];
557
- export var StopStreamResponse = [3, n0, _SSRt, 0, [], []];
558
- export var _Stream = [
562
+ export var StartViewerSessionRevocationResponse$ = [3, n0, _SVSRRt, 0, [], []];
563
+ export var StopStreamRequest$ = [3, n0, _SSR, 0, [_cA], [0]];
564
+ export var StopStreamResponse$ = [3, n0, _SSRt, 0, [], []];
565
+ export var _Stream$ = [
559
566
  3,
560
567
  n0,
561
568
  _St,
@@ -563,9 +570,9 @@ export var _Stream = [
563
570
  [_cA, _sI, _pU, _sT, _sta, _h, _vCi],
564
571
  [0, 0, 0, 5, 0, 0, 1],
565
572
  ];
566
- export var StreamEvent = [3, n0, _SE, 0, [_n, _ty, _eT, _cod], [0, 0, 5, 0]];
567
- export var StreamFilters = [3, n0, _SF, 0, [_h], [0]];
568
- export var StreamKey = [
573
+ export var StreamEvent$ = [3, n0, _SE, 0, [_n, _ty, _eT, _cod], [0, 0, 5, 0]];
574
+ export var StreamFilters$ = [3, n0, _SF, 0, [_h], [0]];
575
+ export var StreamKey$ = [
569
576
  3,
570
577
  n0,
571
578
  _SK,
@@ -573,8 +580,8 @@ export var StreamKey = [
573
580
  [_a, _va, _cA, _ta],
574
581
  [0, [() => StreamKeyValue, 0], 0, 128 | 0],
575
582
  ];
576
- export var StreamKeySummary = [3, n0, _SKS, 0, [_a, _cA, _ta], [0, 0, 128 | 0]];
577
- export var StreamSession = [
583
+ export var StreamKeySummary$ = [3, n0, _SKS, 0, [_a, _cA, _ta], [0, 0, 128 | 0]];
584
+ export var StreamSession$ = [
578
585
  3,
579
586
  n0,
580
587
  _SS,
@@ -584,23 +591,30 @@ export var StreamSession = [
584
591
  0,
585
592
  5,
586
593
  5,
587
- [() => Channel, 0],
588
- () => IngestConfiguration,
589
- () => IngestConfigurations,
590
- () => RecordingConfiguration,
594
+ [() => Channel$, 0],
595
+ () => IngestConfiguration$,
596
+ () => IngestConfigurations$,
597
+ () => RecordingConfiguration$,
591
598
  () => StreamEvents,
592
599
  ],
593
600
  ];
594
- export var StreamSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eTn, _hEE], [0, 5, 5, 2]];
595
- export var StreamSummary = [3, n0, _SSt, 0, [_cA, _sI, _sta, _h, _vCi, _sT], [0, 0, 0, 0, 1, 5]];
596
- export var StreamUnavailable = [-3, n0, _SU, { [_e]: _se, [_hE]: 503 }, [_eM], [0]];
597
- TypeRegistry.for(n0).registerError(StreamUnavailable, __StreamUnavailable);
598
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
599
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
600
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_eM], [0]];
601
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
602
- export var ThumbnailConfiguration = [3, n0, _TC, 0, [_rM, _tIS, _re, _sto], [0, 1, 0, 64 | 0]];
603
- export var UntagResourceRequest = [
601
+ export var StreamSessionSummary$ = [3, n0, _SSS, 0, [_sI, _sT, _eTn, _hEE], [0, 5, 5, 2]];
602
+ export var StreamSummary$ = [
603
+ 3,
604
+ n0,
605
+ _SSt,
606
+ 0,
607
+ [_cA, _sI, _sta, _h, _vCi, _sT],
608
+ [0, 0, 0, 0, 1, 5],
609
+ ];
610
+ export var StreamUnavailable$ = [-3, n0, _SU, { [_e]: _se, [_hE]: 503 }, [_eM], [0]];
611
+ TypeRegistry.for(n0).registerError(StreamUnavailable$, StreamUnavailable);
612
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
613
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
614
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_eM], [0]];
615
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
616
+ export var ThumbnailConfiguration$ = [3, n0, _TC, 0, [_rM, _tIS, _re, _sto], [0, 1, 0, 64 | 0]];
617
+ export var UntagResourceRequest$ = [
604
618
  3,
605
619
  n0,
606
620
  _URR,
@@ -611,17 +625,17 @@ export var UntagResourceRequest = [
611
625
  [64 | 0, { [_hQ]: _tK }],
612
626
  ],
613
627
  ];
614
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
615
- export var UpdateChannelRequest = [
628
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
629
+ export var UpdateChannelRequest$ = [
616
630
  3,
617
631
  n0,
618
632
  _UCR,
619
633
  0,
620
634
  [_a, _n, _lM, _ty, _au, _rCA, _iI, _p, _pRPA, _mIC, _cF],
621
- [0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration, 0],
635
+ [0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0],
622
636
  ];
623
- export var UpdateChannelResponse = [3, n0, _UCRp, 0, [_cha], [[() => Channel, 0]]];
624
- export var UpdatePlaybackRestrictionPolicyRequest = [
637
+ export var UpdateChannelResponse$ = [3, n0, _UCRp, 0, [_cha], [[() => Channel$, 0]]];
638
+ export var UpdatePlaybackRestrictionPolicyRequest$ = [
625
639
  3,
626
640
  n0,
627
641
  _UPRPR,
@@ -629,17 +643,17 @@ export var UpdatePlaybackRestrictionPolicyRequest = [
629
643
  [_a, _aC, _aO, _eSOE, _n],
630
644
  [0, 64 | 0, 64 | 0, 2, 0],
631
645
  ];
632
- export var UpdatePlaybackRestrictionPolicyResponse = [
646
+ export var UpdatePlaybackRestrictionPolicyResponse$ = [
633
647
  3,
634
648
  n0,
635
649
  _UPRPRp,
636
650
  0,
637
651
  [_pRP],
638
- [() => PlaybackRestrictionPolicy],
652
+ [() => PlaybackRestrictionPolicy$],
639
653
  ];
640
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_eM], [0]];
641
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
642
- export var VideoConfiguration = [
654
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_eM], [0]];
655
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
656
+ export var VideoConfiguration$ = [
643
657
  3,
644
658
  n0,
645
659
  _VC,
@@ -647,321 +661,321 @@ export var VideoConfiguration = [
647
661
  [_aP, _aL, _co, _enc, _tB, _tF, _vH, _vW, _l, _t, _pr],
648
662
  [0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
649
663
  ];
650
- export var __Unit = "unit";
651
- export var IvsServiceException = [-3, _sm, "IvsServiceException", 0, [], []];
652
- TypeRegistry.for(_sm).registerError(IvsServiceException, __IvsServiceException);
653
- export var AudioConfigurationList = [1, n0, _ACL, 0, () => AudioConfiguration];
654
- export var BatchErrors = [1, n0, _BEa, 0, () => BatchError];
655
- export var BatchStartViewerSessionRevocationErrors = [
664
+ var __Unit = "unit";
665
+ export var IvsServiceException$ = [-3, _sm, "IvsServiceException", 0, [], []];
666
+ TypeRegistry.for(_sm).registerError(IvsServiceException$, IvsServiceException);
667
+ var AudioConfigurationList = [1, n0, _ACL, 0, () => AudioConfiguration$];
668
+ var BatchErrors = [1, n0, _BEa, 0, () => BatchError$];
669
+ var BatchStartViewerSessionRevocationErrors = [
656
670
  1,
657
671
  n0,
658
672
  _BSVSREa,
659
673
  0,
660
- () => BatchStartViewerSessionRevocationError,
674
+ () => BatchStartViewerSessionRevocationError$,
661
675
  ];
662
- export var BatchStartViewerSessionRevocationViewerSessionList = [
676
+ var BatchStartViewerSessionRevocationViewerSessionList = [
663
677
  1,
664
678
  n0,
665
679
  _BSVSRVSL,
666
680
  0,
667
- () => BatchStartViewerSessionRevocationViewerSession,
668
- ];
669
- export var ChannelArnList = 64 | 0;
670
- export var ChannelList = [1, n0, _CL, 0, () => ChannelSummary];
671
- export var Channels = [1, n0, _Ch, 0, [() => Channel, 0]];
672
- export var PlaybackKeyPairList = [1, n0, _PKPL, 0, () => PlaybackKeyPairSummary];
673
- export var PlaybackRestrictionPolicyAllowedCountryList = 64 | 0;
674
- export var PlaybackRestrictionPolicyAllowedOriginList = 64 | 0;
675
- export var PlaybackRestrictionPolicyList = [1, n0, _PRPL, 0, () => PlaybackRestrictionPolicySummary];
676
- export var RecordingConfigurationList = [1, n0, _RCL, 0, () => RecordingConfigurationSummary];
677
- export var RenditionConfigurationRenditionList = 64 | 0;
678
- export var StreamEvents = [1, n0, _SEt, 0, () => StreamEvent];
679
- export var StreamKeyArnList = 64 | 0;
680
- export var StreamKeyList = [1, n0, _SKL, 0, () => StreamKeySummary];
681
- export var StreamKeys = [1, n0, _SKt, 0, [() => StreamKey, 0]];
682
- export var StreamList = [1, n0, _SL, 0, () => StreamSummary];
683
- export var StreamSessionList = [1, n0, _SSL, 0, () => StreamSessionSummary];
684
- export var TagKeyList = 64 | 0;
685
- export var ThumbnailConfigurationStorageList = 64 | 0;
686
- export var VideoConfigurationList = [1, n0, _VCL, 0, () => VideoConfiguration];
687
- export var Tags = 128 | 0;
688
- export var BatchGetChannel = [
681
+ () => BatchStartViewerSessionRevocationViewerSession$,
682
+ ];
683
+ var ChannelArnList = 64 | 0;
684
+ var ChannelList = [1, n0, _CL, 0, () => ChannelSummary$];
685
+ var Channels = [1, n0, _Ch, 0, [() => Channel$, 0]];
686
+ var PlaybackKeyPairList = [1, n0, _PKPL, 0, () => PlaybackKeyPairSummary$];
687
+ var PlaybackRestrictionPolicyAllowedCountryList = 64 | 0;
688
+ var PlaybackRestrictionPolicyAllowedOriginList = 64 | 0;
689
+ var PlaybackRestrictionPolicyList = [1, n0, _PRPL, 0, () => PlaybackRestrictionPolicySummary$];
690
+ var RecordingConfigurationList = [1, n0, _RCL, 0, () => RecordingConfigurationSummary$];
691
+ var RenditionConfigurationRenditionList = 64 | 0;
692
+ var StreamEvents = [1, n0, _SEt, 0, () => StreamEvent$];
693
+ var StreamKeyArnList = 64 | 0;
694
+ var StreamKeyList = [1, n0, _SKL, 0, () => StreamKeySummary$];
695
+ var StreamKeys = [1, n0, _SKt, 0, [() => StreamKey$, 0]];
696
+ var StreamList = [1, n0, _SL, 0, () => StreamSummary$];
697
+ var StreamSessionList = [1, n0, _SSL, 0, () => StreamSessionSummary$];
698
+ var TagKeyList = 64 | 0;
699
+ var ThumbnailConfigurationStorageList = 64 | 0;
700
+ var VideoConfigurationList = [1, n0, _VCL, 0, () => VideoConfiguration$];
701
+ var Tags = 128 | 0;
702
+ export var BatchGetChannel$ = [
689
703
  9,
690
704
  n0,
691
705
  _BGC,
692
706
  { [_ht]: ["POST", "/BatchGetChannel", 200] },
693
- () => BatchGetChannelRequest,
694
- () => BatchGetChannelResponse,
707
+ () => BatchGetChannelRequest$,
708
+ () => BatchGetChannelResponse$,
695
709
  ];
696
- export var BatchGetStreamKey = [
710
+ export var BatchGetStreamKey$ = [
697
711
  9,
698
712
  n0,
699
713
  _BGSK,
700
714
  { [_ht]: ["POST", "/BatchGetStreamKey", 200] },
701
- () => BatchGetStreamKeyRequest,
702
- () => BatchGetStreamKeyResponse,
715
+ () => BatchGetStreamKeyRequest$,
716
+ () => BatchGetStreamKeyResponse$,
703
717
  ];
704
- export var BatchStartViewerSessionRevocation = [
718
+ export var BatchStartViewerSessionRevocation$ = [
705
719
  9,
706
720
  n0,
707
721
  _BSVSR,
708
722
  { [_ht]: ["POST", "/BatchStartViewerSessionRevocation", 200] },
709
- () => BatchStartViewerSessionRevocationRequest,
710
- () => BatchStartViewerSessionRevocationResponse,
723
+ () => BatchStartViewerSessionRevocationRequest$,
724
+ () => BatchStartViewerSessionRevocationResponse$,
711
725
  ];
712
- export var CreateChannel = [
726
+ export var CreateChannel$ = [
713
727
  9,
714
728
  n0,
715
729
  _CC,
716
730
  { [_ht]: ["POST", "/CreateChannel", 200] },
717
- () => CreateChannelRequest,
718
- () => CreateChannelResponse,
731
+ () => CreateChannelRequest$,
732
+ () => CreateChannelResponse$,
719
733
  ];
720
- export var CreatePlaybackRestrictionPolicy = [
734
+ export var CreatePlaybackRestrictionPolicy$ = [
721
735
  9,
722
736
  n0,
723
737
  _CPRP,
724
738
  { [_ht]: ["POST", "/CreatePlaybackRestrictionPolicy", 200] },
725
- () => CreatePlaybackRestrictionPolicyRequest,
726
- () => CreatePlaybackRestrictionPolicyResponse,
739
+ () => CreatePlaybackRestrictionPolicyRequest$,
740
+ () => CreatePlaybackRestrictionPolicyResponse$,
727
741
  ];
728
- export var CreateRecordingConfiguration = [
742
+ export var CreateRecordingConfiguration$ = [
729
743
  9,
730
744
  n0,
731
745
  _CRC,
732
746
  { [_ht]: ["POST", "/CreateRecordingConfiguration", 200] },
733
- () => CreateRecordingConfigurationRequest,
734
- () => CreateRecordingConfigurationResponse,
747
+ () => CreateRecordingConfigurationRequest$,
748
+ () => CreateRecordingConfigurationResponse$,
735
749
  ];
736
- export var CreateStreamKey = [
750
+ export var CreateStreamKey$ = [
737
751
  9,
738
752
  n0,
739
753
  _CSK,
740
754
  { [_ht]: ["POST", "/CreateStreamKey", 200] },
741
- () => CreateStreamKeyRequest,
742
- () => CreateStreamKeyResponse,
755
+ () => CreateStreamKeyRequest$,
756
+ () => CreateStreamKeyResponse$,
743
757
  ];
744
- export var DeleteChannel = [
758
+ export var DeleteChannel$ = [
745
759
  9,
746
760
  n0,
747
761
  _DCe,
748
762
  { [_ht]: ["POST", "/DeleteChannel", 204] },
749
- () => DeleteChannelRequest,
763
+ () => DeleteChannelRequest$,
750
764
  () => __Unit,
751
765
  ];
752
- export var DeletePlaybackKeyPair = [
766
+ export var DeletePlaybackKeyPair$ = [
753
767
  9,
754
768
  n0,
755
769
  _DPKP,
756
770
  { [_ht]: ["POST", "/DeletePlaybackKeyPair", 200] },
757
- () => DeletePlaybackKeyPairRequest,
758
- () => DeletePlaybackKeyPairResponse,
771
+ () => DeletePlaybackKeyPairRequest$,
772
+ () => DeletePlaybackKeyPairResponse$,
759
773
  ];
760
- export var DeletePlaybackRestrictionPolicy = [
774
+ export var DeletePlaybackRestrictionPolicy$ = [
761
775
  9,
762
776
  n0,
763
777
  _DPRP,
764
778
  { [_ht]: ["POST", "/DeletePlaybackRestrictionPolicy", 204] },
765
- () => DeletePlaybackRestrictionPolicyRequest,
779
+ () => DeletePlaybackRestrictionPolicyRequest$,
766
780
  () => __Unit,
767
781
  ];
768
- export var DeleteRecordingConfiguration = [
782
+ export var DeleteRecordingConfiguration$ = [
769
783
  9,
770
784
  n0,
771
785
  _DRC,
772
786
  { [_ht]: ["POST", "/DeleteRecordingConfiguration", 204] },
773
- () => DeleteRecordingConfigurationRequest,
787
+ () => DeleteRecordingConfigurationRequest$,
774
788
  () => __Unit,
775
789
  ];
776
- export var DeleteStreamKey = [
790
+ export var DeleteStreamKey$ = [
777
791
  9,
778
792
  n0,
779
793
  _DSK,
780
794
  { [_ht]: ["POST", "/DeleteStreamKey", 204] },
781
- () => DeleteStreamKeyRequest,
795
+ () => DeleteStreamKeyRequest$,
782
796
  () => __Unit,
783
797
  ];
784
- export var GetChannel = [
798
+ export var GetChannel$ = [
785
799
  9,
786
800
  n0,
787
801
  _GC,
788
802
  { [_ht]: ["POST", "/GetChannel", 200] },
789
- () => GetChannelRequest,
790
- () => GetChannelResponse,
803
+ () => GetChannelRequest$,
804
+ () => GetChannelResponse$,
791
805
  ];
792
- export var GetPlaybackKeyPair = [
806
+ export var GetPlaybackKeyPair$ = [
793
807
  9,
794
808
  n0,
795
809
  _GPKP,
796
810
  { [_ht]: ["POST", "/GetPlaybackKeyPair", 200] },
797
- () => GetPlaybackKeyPairRequest,
798
- () => GetPlaybackKeyPairResponse,
811
+ () => GetPlaybackKeyPairRequest$,
812
+ () => GetPlaybackKeyPairResponse$,
799
813
  ];
800
- export var GetPlaybackRestrictionPolicy = [
814
+ export var GetPlaybackRestrictionPolicy$ = [
801
815
  9,
802
816
  n0,
803
817
  _GPRP,
804
818
  { [_ht]: ["POST", "/GetPlaybackRestrictionPolicy", 200] },
805
- () => GetPlaybackRestrictionPolicyRequest,
806
- () => GetPlaybackRestrictionPolicyResponse,
819
+ () => GetPlaybackRestrictionPolicyRequest$,
820
+ () => GetPlaybackRestrictionPolicyResponse$,
807
821
  ];
808
- export var GetRecordingConfiguration = [
822
+ export var GetRecordingConfiguration$ = [
809
823
  9,
810
824
  n0,
811
825
  _GRC,
812
826
  { [_ht]: ["POST", "/GetRecordingConfiguration", 200] },
813
- () => GetRecordingConfigurationRequest,
814
- () => GetRecordingConfigurationResponse,
827
+ () => GetRecordingConfigurationRequest$,
828
+ () => GetRecordingConfigurationResponse$,
815
829
  ];
816
- export var GetStream = [
830
+ export var GetStream$ = [
817
831
  9,
818
832
  n0,
819
833
  _GS,
820
834
  { [_ht]: ["POST", "/GetStream", 200] },
821
- () => GetStreamRequest,
822
- () => GetStreamResponse,
835
+ () => GetStreamRequest$,
836
+ () => GetStreamResponse$,
823
837
  ];
824
- export var GetStreamKey = [
838
+ export var GetStreamKey$ = [
825
839
  9,
826
840
  n0,
827
841
  _GSK,
828
842
  { [_ht]: ["POST", "/GetStreamKey", 200] },
829
- () => GetStreamKeyRequest,
830
- () => GetStreamKeyResponse,
843
+ () => GetStreamKeyRequest$,
844
+ () => GetStreamKeyResponse$,
831
845
  ];
832
- export var GetStreamSession = [
846
+ export var GetStreamSession$ = [
833
847
  9,
834
848
  n0,
835
849
  _GSS,
836
850
  { [_ht]: ["POST", "/GetStreamSession", 200] },
837
- () => GetStreamSessionRequest,
838
- () => GetStreamSessionResponse,
851
+ () => GetStreamSessionRequest$,
852
+ () => GetStreamSessionResponse$,
839
853
  ];
840
- export var ImportPlaybackKeyPair = [
854
+ export var ImportPlaybackKeyPair$ = [
841
855
  9,
842
856
  n0,
843
857
  _IPKP,
844
858
  { [_ht]: ["POST", "/ImportPlaybackKeyPair", 200] },
845
- () => ImportPlaybackKeyPairRequest,
846
- () => ImportPlaybackKeyPairResponse,
859
+ () => ImportPlaybackKeyPairRequest$,
860
+ () => ImportPlaybackKeyPairResponse$,
847
861
  ];
848
- export var ListChannels = [
862
+ export var ListChannels$ = [
849
863
  9,
850
864
  n0,
851
865
  _LC,
852
866
  { [_ht]: ["POST", "/ListChannels", 200] },
853
- () => ListChannelsRequest,
854
- () => ListChannelsResponse,
867
+ () => ListChannelsRequest$,
868
+ () => ListChannelsResponse$,
855
869
  ];
856
- export var ListPlaybackKeyPairs = [
870
+ export var ListPlaybackKeyPairs$ = [
857
871
  9,
858
872
  n0,
859
873
  _LPKP,
860
874
  { [_ht]: ["POST", "/ListPlaybackKeyPairs", 200] },
861
- () => ListPlaybackKeyPairsRequest,
862
- () => ListPlaybackKeyPairsResponse,
875
+ () => ListPlaybackKeyPairsRequest$,
876
+ () => ListPlaybackKeyPairsResponse$,
863
877
  ];
864
- export var ListPlaybackRestrictionPolicies = [
878
+ export var ListPlaybackRestrictionPolicies$ = [
865
879
  9,
866
880
  n0,
867
881
  _LPRP,
868
882
  { [_ht]: ["POST", "/ListPlaybackRestrictionPolicies", 200] },
869
- () => ListPlaybackRestrictionPoliciesRequest,
870
- () => ListPlaybackRestrictionPoliciesResponse,
883
+ () => ListPlaybackRestrictionPoliciesRequest$,
884
+ () => ListPlaybackRestrictionPoliciesResponse$,
871
885
  ];
872
- export var ListRecordingConfigurations = [
886
+ export var ListRecordingConfigurations$ = [
873
887
  9,
874
888
  n0,
875
889
  _LRC,
876
890
  { [_ht]: ["POST", "/ListRecordingConfigurations", 200] },
877
- () => ListRecordingConfigurationsRequest,
878
- () => ListRecordingConfigurationsResponse,
891
+ () => ListRecordingConfigurationsRequest$,
892
+ () => ListRecordingConfigurationsResponse$,
879
893
  ];
880
- export var ListStreamKeys = [
894
+ export var ListStreamKeys$ = [
881
895
  9,
882
896
  n0,
883
897
  _LSK,
884
898
  { [_ht]: ["POST", "/ListStreamKeys", 200] },
885
- () => ListStreamKeysRequest,
886
- () => ListStreamKeysResponse,
899
+ () => ListStreamKeysRequest$,
900
+ () => ListStreamKeysResponse$,
887
901
  ];
888
- export var ListStreams = [
902
+ export var ListStreams$ = [
889
903
  9,
890
904
  n0,
891
905
  _LS,
892
906
  { [_ht]: ["POST", "/ListStreams", 200] },
893
- () => ListStreamsRequest,
894
- () => ListStreamsResponse,
907
+ () => ListStreamsRequest$,
908
+ () => ListStreamsResponse$,
895
909
  ];
896
- export var ListStreamSessions = [
910
+ export var ListStreamSessions$ = [
897
911
  9,
898
912
  n0,
899
913
  _LSS,
900
914
  { [_ht]: ["POST", "/ListStreamSessions", 200] },
901
- () => ListStreamSessionsRequest,
902
- () => ListStreamSessionsResponse,
915
+ () => ListStreamSessionsRequest$,
916
+ () => ListStreamSessionsResponse$,
903
917
  ];
904
- export var ListTagsForResource = [
918
+ export var ListTagsForResource$ = [
905
919
  9,
906
920
  n0,
907
921
  _LTFR,
908
922
  { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
909
- () => ListTagsForResourceRequest,
910
- () => ListTagsForResourceResponse,
923
+ () => ListTagsForResourceRequest$,
924
+ () => ListTagsForResourceResponse$,
911
925
  ];
912
- export var PutMetadata = [
926
+ export var PutMetadata$ = [
913
927
  9,
914
928
  n0,
915
929
  _PM,
916
930
  { [_ht]: ["POST", "/PutMetadata", 204] },
917
- () => PutMetadataRequest,
931
+ () => PutMetadataRequest$,
918
932
  () => __Unit,
919
933
  ];
920
- export var StartViewerSessionRevocation = [
934
+ export var StartViewerSessionRevocation$ = [
921
935
  9,
922
936
  n0,
923
937
  _SVSR,
924
938
  { [_ht]: ["POST", "/StartViewerSessionRevocation", 200] },
925
- () => StartViewerSessionRevocationRequest,
926
- () => StartViewerSessionRevocationResponse,
939
+ () => StartViewerSessionRevocationRequest$,
940
+ () => StartViewerSessionRevocationResponse$,
927
941
  ];
928
- export var StopStream = [
942
+ export var StopStream$ = [
929
943
  9,
930
944
  n0,
931
945
  _SSto,
932
946
  { [_ht]: ["POST", "/StopStream", 200] },
933
- () => StopStreamRequest,
934
- () => StopStreamResponse,
947
+ () => StopStreamRequest$,
948
+ () => StopStreamResponse$,
935
949
  ];
936
- export var TagResource = [
950
+ export var TagResource$ = [
937
951
  9,
938
952
  n0,
939
953
  _TR,
940
954
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
941
- () => TagResourceRequest,
942
- () => TagResourceResponse,
955
+ () => TagResourceRequest$,
956
+ () => TagResourceResponse$,
943
957
  ];
944
- export var UntagResource = [
958
+ export var UntagResource$ = [
945
959
  9,
946
960
  n0,
947
961
  _UR,
948
962
  { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
949
- () => UntagResourceRequest,
950
- () => UntagResourceResponse,
963
+ () => UntagResourceRequest$,
964
+ () => UntagResourceResponse$,
951
965
  ];
952
- export var UpdateChannel = [
966
+ export var UpdateChannel$ = [
953
967
  9,
954
968
  n0,
955
969
  _UC,
956
970
  { [_ht]: ["POST", "/UpdateChannel", 200] },
957
- () => UpdateChannelRequest,
958
- () => UpdateChannelResponse,
971
+ () => UpdateChannelRequest$,
972
+ () => UpdateChannelResponse$,
959
973
  ];
960
- export var UpdatePlaybackRestrictionPolicy = [
974
+ export var UpdatePlaybackRestrictionPolicy$ = [
961
975
  9,
962
976
  n0,
963
977
  _UPRP,
964
978
  { [_ht]: ["POST", "/UpdatePlaybackRestrictionPolicy", 200] },
965
- () => UpdatePlaybackRestrictionPolicyRequest,
966
- () => UpdatePlaybackRestrictionPolicyResponse,
979
+ () => UpdatePlaybackRestrictionPolicyRequest$,
980
+ () => UpdatePlaybackRestrictionPolicyResponse$,
967
981
  ];