@aws-sdk/client-chime-sdk-media-pipelines 3.952.0 → 3.953.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 (51) hide show
  1. package/dist-cjs/index.js +603 -394
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +2 -2
  4. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +2 -2
  5. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +2 -2
  6. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -2
  7. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -2
  8. package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
  9. package/dist-es/commands/CreateMediaStreamPipelineCommand.js +2 -2
  10. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -2
  11. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DeleteMediaPipelineCommand.js +2 -2
  13. package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
  14. package/dist-es/commands/GetMediaCapturePipelineCommand.js +2 -2
  15. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -2
  16. package/dist-es/commands/GetMediaPipelineCommand.js +2 -2
  17. package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
  18. package/dist-es/commands/GetSpeakerSearchTaskCommand.js +2 -2
  19. package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +2 -2
  20. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +2 -2
  21. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -2
  22. package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +2 -2
  23. package/dist-es/commands/ListMediaPipelinesCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-es/commands/StartSpeakerSearchTaskCommand.js +2 -2
  26. package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +2 -2
  27. package/dist-es/commands/StopSpeakerSearchTaskCommand.js +2 -2
  28. package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -2
  32. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -2
  33. package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -2
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.shared.js +6 -1
  36. package/dist-es/schemas/schemas_0.js +386 -351
  37. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +1 -10
  38. package/dist-types/index.d.ts +1 -0
  39. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  40. package/dist-types/runtimeConfig.d.ts +6 -2
  41. package/dist-types/runtimeConfig.native.d.ts +6 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  43. package/dist-types/schemas/schemas_0.d.ts +175 -203
  44. package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +0 -4
  45. package/dist-types/ts3.4/index.d.ts +1 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -205
  51. package/package.json +34 -34
@@ -331,22 +331,22 @@ const _s = "server";
331
331
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.chimesdkmediapipelines";
332
332
  const n0 = "com.amazonaws.chimesdkmediapipelines";
333
333
  import { TypeRegistry } from "@smithy/core/schema";
334
- import { ChimeSDKMediaPipelinesServiceException as __ChimeSDKMediaPipelinesServiceException } from "../models/ChimeSDKMediaPipelinesServiceException";
335
- import { BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, NotFoundException as __NotFoundException, ResourceLimitExceededException as __ResourceLimitExceededException, ServiceFailureException as __ServiceFailureException, ServiceUnavailableException as __ServiceUnavailableException, ThrottledClientException as __ThrottledClientException, UnauthorizedClientException as __UnauthorizedClientException, } from "../models/errors";
336
- export var Arn = [0, n0, _A, 8, 0];
337
- export var ClientRequestToken = [0, n0, _CRT, 8, 0];
338
- export var ExternalUserIdType = [0, n0, _EUIT, 8, 0];
339
- export var SensitiveString = [0, n0, _SS, 8, 0];
340
- export var ActiveSpeakerOnlyConfiguration = [3, n0, _ASOC, 0, [_ASP], [0]];
341
- export var AmazonTranscribeCallAnalyticsProcessorConfiguration = [
334
+ import { ChimeSDKMediaPipelinesServiceException } from "../models/ChimeSDKMediaPipelinesServiceException";
335
+ import { BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, } from "../models/errors";
336
+ var Arn = [0, n0, _A, 8, 0];
337
+ var ClientRequestToken = [0, n0, _CRT, 8, 0];
338
+ var ExternalUserIdType = [0, n0, _EUIT, 8, 0];
339
+ var SensitiveString = [0, n0, _SS, 8, 0];
340
+ export var ActiveSpeakerOnlyConfiguration$ = [3, n0, _ASOC, 0, [_ASP], [0]];
341
+ export var AmazonTranscribeCallAnalyticsProcessorConfiguration$ = [
342
342
  3,
343
343
  n0,
344
344
  _ATCAPC,
345
345
  0,
346
346
  [_LC, _VN, _VFN, _VFM, _LMN, _EPRS, _PRS, _CIT, _CRTo, _PET, _FPR, _PCAS, _CASC],
347
- [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, () => PostCallAnalyticsSettings, 64 | 0],
347
+ [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, () => PostCallAnalyticsSettings$, 64 | 0],
348
348
  ];
349
- export var AmazonTranscribeProcessorConfiguration = [
349
+ export var AmazonTranscribeProcessorConfiguration$ = [
350
350
  3,
351
351
  n0,
352
352
  _ATPC,
@@ -354,94 +354,101 @@ export var AmazonTranscribeProcessorConfiguration = [
354
354
  [_LC, _VN, _VFN, _VFM, _SSL, _EPRS, _PRS, _CIT, _CRTo, _PET, _LMN, _FPR, _IL, _IML, _LO, _PL, _VNo, _VFNo],
355
355
  [0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0],
356
356
  ];
357
- export var ArtifactsConcatenationConfiguration = [
357
+ export var ArtifactsConcatenationConfiguration$ = [
358
358
  3,
359
359
  n0,
360
360
  _ACC,
361
361
  0,
362
362
  [_Au, _V, _C, _DC, _TM, _ME, _CV],
363
363
  [
364
- () => AudioConcatenationConfiguration,
365
- () => VideoConcatenationConfiguration,
366
- () => ContentConcatenationConfiguration,
367
- () => DataChannelConcatenationConfiguration,
368
- () => TranscriptionMessagesConcatenationConfiguration,
369
- () => MeetingEventsConcatenationConfiguration,
370
- () => CompositedVideoConcatenationConfiguration,
364
+ () => AudioConcatenationConfiguration$,
365
+ () => VideoConcatenationConfiguration$,
366
+ () => ContentConcatenationConfiguration$,
367
+ () => DataChannelConcatenationConfiguration$,
368
+ () => TranscriptionMessagesConcatenationConfiguration$,
369
+ () => MeetingEventsConcatenationConfiguration$,
370
+ () => CompositedVideoConcatenationConfiguration$,
371
371
  ],
372
372
  ];
373
- export var ArtifactsConfiguration = [
373
+ export var ArtifactsConfiguration$ = [
374
374
  3,
375
375
  n0,
376
376
  _AC,
377
377
  0,
378
378
  [_Au, _V, _C, _CV],
379
379
  [
380
- () => AudioArtifactsConfiguration,
381
- () => VideoArtifactsConfiguration,
382
- () => ContentArtifactsConfiguration,
383
- () => CompositedVideoArtifactsConfiguration,
380
+ () => AudioArtifactsConfiguration$,
381
+ () => VideoArtifactsConfiguration$,
382
+ () => ContentArtifactsConfiguration$,
383
+ () => CompositedVideoArtifactsConfiguration$,
384
384
  ],
385
385
  ];
386
- export var AudioArtifactsConfiguration = [3, n0, _AAC, 0, [_MT], [0]];
387
- export var AudioConcatenationConfiguration = [3, n0, _ACCu, 0, [_S], [0]];
388
- export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_Co, _M, _RI], [0, 0, 0]];
389
- TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
390
- export var ChannelDefinition = [3, n0, _CD, 0, [_CI, _PR], [1, 0]];
391
- export var ChimeSdkMeetingConcatenationConfiguration = [
386
+ export var AudioArtifactsConfiguration$ = [3, n0, _AAC, 0, [_MT], [0]];
387
+ export var AudioConcatenationConfiguration$ = [3, n0, _ACCu, 0, [_S], [0]];
388
+ export var BadRequestException$ = [
389
+ -3,
390
+ n0,
391
+ _BRE,
392
+ { [_e]: _c, [_hE]: 400 },
393
+ [_Co, _M, _RI],
394
+ [0, 0, 0],
395
+ ];
396
+ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
397
+ export var ChannelDefinition$ = [3, n0, _CD, 0, [_CI, _PR], [1, 0]];
398
+ export var ChimeSdkMeetingConcatenationConfiguration$ = [
392
399
  3,
393
400
  n0,
394
401
  _CSMCC,
395
402
  0,
396
403
  [_AC],
397
- [() => ArtifactsConcatenationConfiguration],
404
+ [() => ArtifactsConcatenationConfiguration$],
398
405
  ];
399
- export var ChimeSdkMeetingConfiguration = [
406
+ export var ChimeSdkMeetingConfiguration$ = [
400
407
  3,
401
408
  n0,
402
409
  _CSMC,
403
410
  0,
404
411
  [_SC, _AC],
405
- [[() => SourceConfiguration, 0], () => ArtifactsConfiguration],
412
+ [[() => SourceConfiguration$, 0], () => ArtifactsConfiguration$],
406
413
  ];
407
- export var ChimeSdkMeetingLiveConnectorConfiguration = [
414
+ export var ChimeSdkMeetingLiveConnectorConfiguration$ = [
408
415
  3,
409
416
  n0,
410
417
  _CSMLCC,
411
418
  0,
412
419
  [_A, _MT, _CV, _SC],
413
- [[() => Arn, 0], 0, () => CompositedVideoArtifactsConfiguration, [() => SourceConfiguration, 0]],
420
+ [[() => Arn, 0], 0, () => CompositedVideoArtifactsConfiguration$, [() => SourceConfiguration$, 0]],
414
421
  ];
415
- export var CompositedVideoArtifactsConfiguration = [
422
+ export var CompositedVideoArtifactsConfiguration$ = [
416
423
  3,
417
424
  n0,
418
425
  _CVAC,
419
426
  0,
420
427
  [_L, _R, _GVC],
421
- [0, 0, () => GridViewConfiguration],
428
+ [0, 0, () => GridViewConfiguration$],
422
429
  ];
423
- export var CompositedVideoConcatenationConfiguration = [3, n0, _CVCC, 0, [_S], [0]];
424
- export var ConcatenationSink = [
430
+ export var CompositedVideoConcatenationConfiguration$ = [3, n0, _CVCC, 0, [_S], [0]];
431
+ export var ConcatenationSink$ = [
425
432
  3,
426
433
  n0,
427
434
  _CS,
428
435
  0,
429
436
  [_T, _SBSC],
430
- [0, [() => S3BucketSinkConfiguration, 0]],
437
+ [0, [() => S3BucketSinkConfiguration$, 0]],
431
438
  ];
432
- export var ConcatenationSource = [
439
+ export var ConcatenationSource$ = [
433
440
  3,
434
441
  n0,
435
442
  _CSo,
436
443
  0,
437
444
  [_T, _MCPSC],
438
- [0, [() => MediaCapturePipelineSourceConfiguration, 0]],
445
+ [0, [() => MediaCapturePipelineSourceConfiguration$, 0]],
439
446
  ];
440
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_Co, _M, _RI], [0, 0, 0]];
441
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
442
- export var ContentArtifactsConfiguration = [3, n0, _CAC, 0, [_S, _MT], [0, 0]];
443
- export var ContentConcatenationConfiguration = [3, n0, _CCC, 0, [_S], [0]];
444
- export var CreateMediaCapturePipelineRequest = [
447
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_Co, _M, _RI], [0, 0, 0]];
448
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
449
+ export var ContentArtifactsConfiguration$ = [3, n0, _CAC, 0, [_S, _MT], [0, 0]];
450
+ export var ContentConcatenationConfiguration$ = [3, n0, _CCC, 0, [_S], [0]];
451
+ export var CreateMediaCapturePipelineRequest$ = [
445
452
  3,
446
453
  n0,
447
454
  _CMCPR,
@@ -453,21 +460,21 @@ export var CreateMediaCapturePipelineRequest = [
453
460
  0,
454
461
  [() => Arn, 0],
455
462
  [() => ClientRequestToken, 4],
456
- [() => ChimeSdkMeetingConfiguration, 0],
457
- () => SseAwsKeyManagementParams,
463
+ [() => ChimeSdkMeetingConfiguration$, 0],
464
+ () => SseAwsKeyManagementParams$,
458
465
  [() => Arn, 0],
459
466
  () => TagList,
460
467
  ],
461
468
  ];
462
- export var CreateMediaCapturePipelineResponse = [
469
+ export var CreateMediaCapturePipelineResponse$ = [
463
470
  3,
464
471
  n0,
465
472
  _CMCPRr,
466
473
  0,
467
474
  [_MCP],
468
- [[() => MediaCapturePipeline, 0]],
475
+ [[() => MediaCapturePipeline$, 0]],
469
476
  ];
470
- export var CreateMediaConcatenationPipelineRequest = [
477
+ export var CreateMediaConcatenationPipelineRequest$ = [
471
478
  3,
472
479
  n0,
473
480
  _CMCPRre,
@@ -475,15 +482,15 @@ export var CreateMediaConcatenationPipelineRequest = [
475
482
  [_So, _Si, _CRT, _Ta],
476
483
  [[() => ConcatenationSourceList, 0], [() => ConcatenationSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
477
484
  ];
478
- export var CreateMediaConcatenationPipelineResponse = [
485
+ export var CreateMediaConcatenationPipelineResponse$ = [
479
486
  3,
480
487
  n0,
481
488
  _CMCPRrea,
482
489
  0,
483
490
  [_MCPe],
484
- [[() => MediaConcatenationPipeline, 0]],
491
+ [[() => MediaConcatenationPipeline$, 0]],
485
492
  ];
486
- export var CreateMediaInsightsPipelineConfigurationRequest = [
493
+ export var CreateMediaInsightsPipelineConfigurationRequest$ = [
487
494
  3,
488
495
  n0,
489
496
  _CMIPCR,
@@ -492,21 +499,21 @@ export var CreateMediaInsightsPipelineConfigurationRequest = [
492
499
  [
493
500
  0,
494
501
  [() => Arn, 0],
495
- () => RealTimeAlertConfiguration,
502
+ () => RealTimeAlertConfiguration$,
496
503
  [() => MediaInsightsPipelineConfigurationElements, 0],
497
504
  () => TagList,
498
505
  [() => ClientRequestToken, 4],
499
506
  ],
500
507
  ];
501
- export var CreateMediaInsightsPipelineConfigurationResponse = [
508
+ export var CreateMediaInsightsPipelineConfigurationResponse$ = [
502
509
  3,
503
510
  n0,
504
511
  _CMIPCRr,
505
512
  0,
506
513
  [_MIPC],
507
- [[() => MediaInsightsPipelineConfiguration, 0]],
514
+ [[() => MediaInsightsPipelineConfiguration$, 0]],
508
515
  ];
509
- export var CreateMediaInsightsPipelineRequest = [
516
+ export var CreateMediaInsightsPipelineRequest$ = [
510
517
  3,
511
518
  n0,
512
519
  _CMIPR,
@@ -514,23 +521,23 @@ export var CreateMediaInsightsPipelineRequest = [
514
521
  [_MIPCA, _KVSSRC, _MIRM, _KVSRSRC, _SRSRC, _Ta, _CRT],
515
522
  [
516
523
  [() => Arn, 0],
517
- () => KinesisVideoStreamSourceRuntimeConfiguration,
524
+ () => KinesisVideoStreamSourceRuntimeConfiguration$,
518
525
  [() => MediaInsightsRuntimeMetadata, 0],
519
- () => KinesisVideoStreamRecordingSourceRuntimeConfiguration,
520
- [() => S3RecordingSinkRuntimeConfiguration, 0],
526
+ () => KinesisVideoStreamRecordingSourceRuntimeConfiguration$,
527
+ [() => S3RecordingSinkRuntimeConfiguration$, 0],
521
528
  () => TagList,
522
529
  [() => ClientRequestToken, 4],
523
530
  ],
524
531
  ];
525
- export var CreateMediaInsightsPipelineResponse = [
532
+ export var CreateMediaInsightsPipelineResponse$ = [
526
533
  3,
527
534
  n0,
528
535
  _CMIPRr,
529
536
  0,
530
537
  [_MIP],
531
- [[() => MediaInsightsPipeline, 0]],
538
+ [[() => MediaInsightsPipeline$, 0]],
532
539
  ];
533
- export var CreateMediaLiveConnectorPipelineRequest = [
540
+ export var CreateMediaLiveConnectorPipelineRequest$ = [
534
541
  3,
535
542
  n0,
536
543
  _CMLCPR,
@@ -538,31 +545,31 @@ export var CreateMediaLiveConnectorPipelineRequest = [
538
545
  [_So, _Si, _CRT, _Ta],
539
546
  [[() => LiveConnectorSourceList, 0], [() => LiveConnectorSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
540
547
  ];
541
- export var CreateMediaLiveConnectorPipelineResponse = [
548
+ export var CreateMediaLiveConnectorPipelineResponse$ = [
542
549
  3,
543
550
  n0,
544
551
  _CMLCPRr,
545
552
  0,
546
553
  [_MLCP],
547
- [[() => MediaLiveConnectorPipeline, 0]],
554
+ [[() => MediaLiveConnectorPipeline$, 0]],
548
555
  ];
549
- export var CreateMediaPipelineKinesisVideoStreamPoolRequest = [
556
+ export var CreateMediaPipelineKinesisVideoStreamPoolRequest$ = [
550
557
  3,
551
558
  n0,
552
559
  _CMPKVSPR,
553
560
  0,
554
561
  [_SCt, _PN, _CRT, _Ta],
555
- [() => KinesisVideoStreamConfiguration, 0, [() => ClientRequestToken, 4], () => TagList],
562
+ [() => KinesisVideoStreamConfiguration$, 0, [() => ClientRequestToken, 4], () => TagList],
556
563
  ];
557
- export var CreateMediaPipelineKinesisVideoStreamPoolResponse = [
564
+ export var CreateMediaPipelineKinesisVideoStreamPoolResponse$ = [
558
565
  3,
559
566
  n0,
560
567
  _CMPKVSPRr,
561
568
  0,
562
569
  [_KVSPC],
563
- [[() => KinesisVideoStreamPoolConfiguration, 0]],
570
+ [[() => KinesisVideoStreamPoolConfiguration$, 0]],
564
571
  ];
565
- export var CreateMediaStreamPipelineRequest = [
572
+ export var CreateMediaStreamPipelineRequest$ = [
566
573
  3,
567
574
  n0,
568
575
  _CMSPR,
@@ -570,18 +577,25 @@ export var CreateMediaStreamPipelineRequest = [
570
577
  [_So, _Si, _CRT, _Ta],
571
578
  [[() => MediaStreamSourceList, 0], [() => MediaStreamSinkList, 0], [() => ClientRequestToken, 4], () => TagList],
572
579
  ];
573
- export var CreateMediaStreamPipelineResponse = [
580
+ export var CreateMediaStreamPipelineResponse$ = [
574
581
  3,
575
582
  n0,
576
583
  _CMSPRr,
577
584
  0,
578
585
  [_MSP],
579
- [[() => MediaStreamPipeline, 0]],
586
+ [[() => MediaStreamPipeline$, 0]],
587
+ ];
588
+ export var DataChannelConcatenationConfiguration$ = [3, n0, _DCCC, 0, [_S], [0]];
589
+ export var DeleteMediaCapturePipelineRequest$ = [3, n0, _DMCPR, 0, [_MPI], [[0, 1]]];
590
+ export var DeleteMediaInsightsPipelineConfigurationRequest$ = [
591
+ 3,
592
+ n0,
593
+ _DMIPCR,
594
+ 0,
595
+ [_I],
596
+ [[0, 1]],
580
597
  ];
581
- export var DataChannelConcatenationConfiguration = [3, n0, _DCCC, 0, [_S], [0]];
582
- export var DeleteMediaCapturePipelineRequest = [3, n0, _DMCPR, 0, [_MPI], [[0, 1]]];
583
- export var DeleteMediaInsightsPipelineConfigurationRequest = [3, n0, _DMIPCR, 0, [_I], [[0, 1]]];
584
- export var DeleteMediaPipelineKinesisVideoStreamPoolRequest = [
598
+ export var DeleteMediaPipelineKinesisVideoStreamPoolRequest$ = [
585
599
  3,
586
600
  n0,
587
601
  _DMPKVSPR,
@@ -589,40 +603,47 @@ export var DeleteMediaPipelineKinesisVideoStreamPoolRequest = [
589
603
  [_I],
590
604
  [[0, 1]],
591
605
  ];
592
- export var DeleteMediaPipelineRequest = [3, n0, _DMPR, 0, [_MPI], [[0, 1]]];
593
- export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_Co, _M, _RI], [0, 0, 0]];
594
- TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
595
- export var FragmentSelector = [3, n0, _FS, 0, [_FST, _TR], [0, () => TimestampRange]];
596
- export var GetMediaCapturePipelineRequest = [3, n0, _GMCPR, 0, [_MPI], [[0, 1]]];
597
- export var GetMediaCapturePipelineResponse = [
606
+ export var DeleteMediaPipelineRequest$ = [3, n0, _DMPR, 0, [_MPI], [[0, 1]]];
607
+ export var ForbiddenException$ = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_Co, _M, _RI], [0, 0, 0]];
608
+ TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
609
+ export var FragmentSelector$ = [3, n0, _FS, 0, [_FST, _TR], [0, () => TimestampRange$]];
610
+ export var GetMediaCapturePipelineRequest$ = [3, n0, _GMCPR, 0, [_MPI], [[0, 1]]];
611
+ export var GetMediaCapturePipelineResponse$ = [
598
612
  3,
599
613
  n0,
600
614
  _GMCPRe,
601
615
  0,
602
616
  [_MCP],
603
- [[() => MediaCapturePipeline, 0]],
617
+ [[() => MediaCapturePipeline$, 0]],
604
618
  ];
605
- export var GetMediaInsightsPipelineConfigurationRequest = [3, n0, _GMIPCR, 0, [_I], [[0, 1]]];
606
- export var GetMediaInsightsPipelineConfigurationResponse = [
619
+ export var GetMediaInsightsPipelineConfigurationRequest$ = [3, n0, _GMIPCR, 0, [_I], [[0, 1]]];
620
+ export var GetMediaInsightsPipelineConfigurationResponse$ = [
607
621
  3,
608
622
  n0,
609
623
  _GMIPCRe,
610
624
  0,
611
625
  [_MIPC],
612
- [[() => MediaInsightsPipelineConfiguration, 0]],
626
+ [[() => MediaInsightsPipelineConfiguration$, 0]],
613
627
  ];
614
- export var GetMediaPipelineKinesisVideoStreamPoolRequest = [3, n0, _GMPKVSPR, 0, [_I], [[0, 1]]];
615
- export var GetMediaPipelineKinesisVideoStreamPoolResponse = [
628
+ export var GetMediaPipelineKinesisVideoStreamPoolRequest$ = [
629
+ 3,
630
+ n0,
631
+ _GMPKVSPR,
632
+ 0,
633
+ [_I],
634
+ [[0, 1]],
635
+ ];
636
+ export var GetMediaPipelineKinesisVideoStreamPoolResponse$ = [
616
637
  3,
617
638
  n0,
618
639
  _GMPKVSPRe,
619
640
  0,
620
641
  [_KVSPC],
621
- [[() => KinesisVideoStreamPoolConfiguration, 0]],
642
+ [[() => KinesisVideoStreamPoolConfiguration$, 0]],
622
643
  ];
623
- export var GetMediaPipelineRequest = [3, n0, _GMPR, 0, [_MPI], [[0, 1]]];
624
- export var GetMediaPipelineResponse = [3, n0, _GMPRe, 0, [_MP], [[() => MediaPipeline, 0]]];
625
- export var GetSpeakerSearchTaskRequest = [
644
+ export var GetMediaPipelineRequest$ = [3, n0, _GMPR, 0, [_MPI], [[0, 1]]];
645
+ export var GetMediaPipelineResponse$ = [3, n0, _GMPRe, 0, [_MP], [[() => MediaPipeline$, 0]]];
646
+ export var GetSpeakerSearchTaskRequest$ = [
626
647
  3,
627
648
  n0,
628
649
  _GSSTR,
@@ -633,8 +654,15 @@ export var GetSpeakerSearchTaskRequest = [
633
654
  [0, 1],
634
655
  ],
635
656
  ];
636
- export var GetSpeakerSearchTaskResponse = [3, n0, _GSSTRe, 0, [_SST], [() => SpeakerSearchTask]];
637
- export var GetVoiceToneAnalysisTaskRequest = [
657
+ export var GetSpeakerSearchTaskResponse$ = [
658
+ 3,
659
+ n0,
660
+ _GSSTRe,
661
+ 0,
662
+ [_SST],
663
+ [() => SpeakerSearchTask$],
664
+ ];
665
+ export var GetVoiceToneAnalysisTaskRequest$ = [
638
666
  3,
639
667
  n0,
640
668
  _GVTATR,
@@ -645,15 +673,15 @@ export var GetVoiceToneAnalysisTaskRequest = [
645
673
  [0, 1],
646
674
  ],
647
675
  ];
648
- export var GetVoiceToneAnalysisTaskResponse = [
676
+ export var GetVoiceToneAnalysisTaskResponse$ = [
649
677
  3,
650
678
  n0,
651
679
  _GVTATRe,
652
680
  0,
653
681
  [_VTAT],
654
- [() => VoiceToneAnalysisTask],
682
+ [() => VoiceToneAnalysisTask$],
655
683
  ];
656
- export var GridViewConfiguration = [
684
+ export var GridViewConfiguration$ = [
657
685
  3,
658
686
  n0,
659
687
  _GVC,
@@ -661,29 +689,36 @@ export var GridViewConfiguration = [
661
689
  [_CSL, _POC, _ASOC, _HLC, _VLC, _VA, _CO],
662
690
  [
663
691
  0,
664
- () => PresenterOnlyConfiguration,
665
- () => ActiveSpeakerOnlyConfiguration,
666
- () => HorizontalLayoutConfiguration,
667
- () => VerticalLayoutConfiguration,
668
- () => VideoAttribute,
692
+ () => PresenterOnlyConfiguration$,
693
+ () => ActiveSpeakerOnlyConfiguration$,
694
+ () => HorizontalLayoutConfiguration$,
695
+ () => VerticalLayoutConfiguration$,
696
+ () => VideoAttribute$,
669
697
  0,
670
698
  ],
671
699
  ];
672
- export var HorizontalLayoutConfiguration = [3, n0, _HLC, 0, [_TO, _TP, _TC, _TAR], [0, 0, 1, 0]];
673
- export var IssueDetectionConfiguration = [3, n0, _IDC, 0, [_RN], [0]];
674
- export var KeywordMatchConfiguration = [3, n0, _KMC, 0, [_RN, _K, _N], [0, 64 | 0, 2]];
675
- export var KinesisDataStreamSinkConfiguration = [3, n0, _KDSSC, 0, [_IT], [[() => Arn, 0]]];
676
- export var KinesisVideoStreamConfiguration = [3, n0, _KVSC, 0, [_Re, _DRIH], [0, 1]];
677
- export var KinesisVideoStreamConfigurationUpdate = [3, n0, _KVSCU, 0, [_DRIH], [1]];
678
- export var KinesisVideoStreamPoolConfiguration = [
700
+ export var HorizontalLayoutConfiguration$ = [
701
+ 3,
702
+ n0,
703
+ _HLC,
704
+ 0,
705
+ [_TO, _TP, _TC, _TAR],
706
+ [0, 0, 1, 0],
707
+ ];
708
+ export var IssueDetectionConfiguration$ = [3, n0, _IDC, 0, [_RN], [0]];
709
+ export var KeywordMatchConfiguration$ = [3, n0, _KMC, 0, [_RN, _K, _N], [0, 64 | 0, 2]];
710
+ export var KinesisDataStreamSinkConfiguration$ = [3, n0, _KDSSC, 0, [_IT], [[() => Arn, 0]]];
711
+ export var KinesisVideoStreamConfiguration$ = [3, n0, _KVSC, 0, [_Re, _DRIH], [0, 1]];
712
+ export var KinesisVideoStreamConfigurationUpdate$ = [3, n0, _KVSCU, 0, [_DRIH], [1]];
713
+ export var KinesisVideoStreamPoolConfiguration$ = [
679
714
  3,
680
715
  n0,
681
716
  _KVSPC,
682
717
  0,
683
718
  [_PA, _PN, _PI, _PS, _PSo, _SCt, _CT, _UT],
684
- [[() => Arn, 0], 0, 0, 0, 1, () => KinesisVideoStreamConfiguration, 5, 5],
719
+ [[() => Arn, 0], 0, 0, 0, 1, () => KinesisVideoStreamConfiguration$, 5, 5],
685
720
  ];
686
- export var KinesisVideoStreamPoolSummary = [
721
+ export var KinesisVideoStreamPoolSummary$ = [
687
722
  3,
688
723
  n0,
689
724
  _KVSPS,
@@ -691,15 +726,15 @@ export var KinesisVideoStreamPoolSummary = [
691
726
  [_PN, _PI, _PA],
692
727
  [0, 0, [() => Arn, 0]],
693
728
  ];
694
- export var KinesisVideoStreamRecordingSourceRuntimeConfiguration = [
729
+ export var KinesisVideoStreamRecordingSourceRuntimeConfiguration$ = [
695
730
  3,
696
731
  n0,
697
732
  _KVSRSRC,
698
733
  0,
699
734
  [_St, _FS],
700
- [() => RecordingStreamList, () => FragmentSelector],
735
+ [() => RecordingStreamList, () => FragmentSelector$],
701
736
  ];
702
- export var KinesisVideoStreamSourceRuntimeConfiguration = [
737
+ export var KinesisVideoStreamSourceRuntimeConfiguration$ = [
703
738
  3,
704
739
  n0,
705
740
  _KVSSRC,
@@ -707,7 +742,7 @@ export var KinesisVideoStreamSourceRuntimeConfiguration = [
707
742
  [_St, _MEe, _MSR],
708
743
  [() => Streams, 0, 1],
709
744
  ];
710
- export var KinesisVideoStreamSourceTaskConfiguration = [
745
+ export var KinesisVideoStreamSourceTaskConfiguration$ = [
711
746
  3,
712
747
  n0,
713
748
  _KVSSTC,
@@ -715,8 +750,8 @@ export var KinesisVideoStreamSourceTaskConfiguration = [
715
750
  [_SAt, _CI, _FN],
716
751
  [0, 1, 0],
717
752
  ];
718
- export var LambdaFunctionSinkConfiguration = [3, n0, _LFSC, 0, [_IT], [[() => Arn, 0]]];
719
- export var ListMediaCapturePipelinesRequest = [
753
+ export var LambdaFunctionSinkConfiguration$ = [3, n0, _LFSC, 0, [_IT], [[() => Arn, 0]]];
754
+ export var ListMediaCapturePipelinesRequest$ = [
720
755
  3,
721
756
  n0,
722
757
  _LMCPR,
@@ -727,7 +762,7 @@ export var ListMediaCapturePipelinesRequest = [
727
762
  [1, { [_hQ]: _mr }],
728
763
  ],
729
764
  ];
730
- export var ListMediaCapturePipelinesResponse = [
765
+ export var ListMediaCapturePipelinesResponse$ = [
731
766
  3,
732
767
  n0,
733
768
  _LMCPRi,
@@ -735,7 +770,7 @@ export var ListMediaCapturePipelinesResponse = [
735
770
  [_MCPed, _NT],
736
771
  [() => MediaCapturePipelineSummaryList, 0],
737
772
  ];
738
- export var ListMediaInsightsPipelineConfigurationsRequest = [
773
+ export var ListMediaInsightsPipelineConfigurationsRequest$ = [
739
774
  3,
740
775
  n0,
741
776
  _LMIPCR,
@@ -746,7 +781,7 @@ export var ListMediaInsightsPipelineConfigurationsRequest = [
746
781
  [1, { [_hQ]: _mr }],
747
782
  ],
748
783
  ];
749
- export var ListMediaInsightsPipelineConfigurationsResponse = [
784
+ export var ListMediaInsightsPipelineConfigurationsResponse$ = [
750
785
  3,
751
786
  n0,
752
787
  _LMIPCRi,
@@ -754,7 +789,7 @@ export var ListMediaInsightsPipelineConfigurationsResponse = [
754
789
  [_MIPCe, _NT],
755
790
  [[() => MediaInsightsPipelineConfigurationSummaryList, 0], 0],
756
791
  ];
757
- export var ListMediaPipelineKinesisVideoStreamPoolsRequest = [
792
+ export var ListMediaPipelineKinesisVideoStreamPoolsRequest$ = [
758
793
  3,
759
794
  n0,
760
795
  _LMPKVSPR,
@@ -765,7 +800,7 @@ export var ListMediaPipelineKinesisVideoStreamPoolsRequest = [
765
800
  [1, { [_hQ]: _mr }],
766
801
  ],
767
802
  ];
768
- export var ListMediaPipelineKinesisVideoStreamPoolsResponse = [
803
+ export var ListMediaPipelineKinesisVideoStreamPoolsResponse$ = [
769
804
  3,
770
805
  n0,
771
806
  _LMPKVSPRi,
@@ -773,7 +808,7 @@ export var ListMediaPipelineKinesisVideoStreamPoolsResponse = [
773
808
  [_KVSP, _NT],
774
809
  [[() => KinesisVideoStreamPoolSummaryList, 0], 0],
775
810
  ];
776
- export var ListMediaPipelinesRequest = [
811
+ export var ListMediaPipelinesRequest$ = [
777
812
  3,
778
813
  n0,
779
814
  _LMPR,
@@ -784,7 +819,7 @@ export var ListMediaPipelinesRequest = [
784
819
  [1, { [_hQ]: _mr }],
785
820
  ],
786
821
  ];
787
- export var ListMediaPipelinesResponse = [
822
+ export var ListMediaPipelinesResponse$ = [
788
823
  3,
789
824
  n0,
790
825
  _LMPRi,
@@ -792,9 +827,9 @@ export var ListMediaPipelinesResponse = [
792
827
  [_MPe, _NT],
793
828
  [() => MediaPipelineList, 0],
794
829
  ];
795
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [[0, { [_hQ]: _a }]]];
796
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
797
- export var LiveConnectorRTMPConfiguration = [
830
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [[0, { [_hQ]: _a }]]];
831
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
832
+ export var LiveConnectorRTMPConfiguration$ = [
798
833
  3,
799
834
  n0,
800
835
  _LCRTMPC,
@@ -802,23 +837,23 @@ export var LiveConnectorRTMPConfiguration = [
802
837
  [_U, _ACu, _ASR],
803
838
  [[() => SensitiveString, 0], 0, 0],
804
839
  ];
805
- export var LiveConnectorSinkConfiguration = [
840
+ export var LiveConnectorSinkConfiguration$ = [
806
841
  3,
807
842
  n0,
808
843
  _LCSC,
809
844
  0,
810
845
  [_STi, _RTMPC],
811
- [0, [() => LiveConnectorRTMPConfiguration, 0]],
846
+ [0, [() => LiveConnectorRTMPConfiguration$, 0]],
812
847
  ];
813
- export var LiveConnectorSourceConfiguration = [
848
+ export var LiveConnectorSourceConfiguration$ = [
814
849
  3,
815
850
  n0,
816
851
  _LCSCi,
817
852
  0,
818
853
  [_ST, _CSMLCC],
819
- [0, [() => ChimeSdkMeetingLiveConnectorConfiguration, 0]],
854
+ [0, [() => ChimeSdkMeetingLiveConnectorConfiguration$, 0]],
820
855
  ];
821
- export var MediaCapturePipeline = [
856
+ export var MediaCapturePipeline$ = [
822
857
  3,
823
858
  n0,
824
859
  _MCP,
@@ -834,21 +869,21 @@ export var MediaCapturePipeline = [
834
869
  [() => Arn, 0],
835
870
  5,
836
871
  5,
837
- [() => ChimeSdkMeetingConfiguration, 0],
838
- () => SseAwsKeyManagementParams,
872
+ [() => ChimeSdkMeetingConfiguration$, 0],
873
+ () => SseAwsKeyManagementParams$,
839
874
  [() => Arn, 0],
840
875
  ],
841
876
  ];
842
- export var MediaCapturePipelineSourceConfiguration = [
877
+ export var MediaCapturePipelineSourceConfiguration$ = [
843
878
  3,
844
879
  n0,
845
880
  _MCPSC,
846
881
  0,
847
882
  [_MPA, _CSMC],
848
- [[() => Arn, 0], () => ChimeSdkMeetingConcatenationConfiguration],
883
+ [[() => Arn, 0], () => ChimeSdkMeetingConcatenationConfiguration$],
849
884
  ];
850
- export var MediaCapturePipelineSummary = [3, n0, _MCPS, 0, [_MPI, _MPA], [0, 0]];
851
- export var MediaConcatenationPipeline = [
885
+ export var MediaCapturePipelineSummary$ = [3, n0, _MCPS, 0, [_MPI, _MPA], [0, 0]];
886
+ export var MediaConcatenationPipeline$ = [
852
887
  3,
853
888
  n0,
854
889
  _MCPe,
@@ -856,7 +891,7 @@ export var MediaConcatenationPipeline = [
856
891
  [_MPI, _MPA, _So, _Si, _Sta, _CT, _UT],
857
892
  [0, 0, [() => ConcatenationSourceList, 0], [() => ConcatenationSinkList, 0], 0, 5, 5],
858
893
  ];
859
- export var MediaInsightsPipeline = [
894
+ export var MediaInsightsPipeline$ = [
860
895
  3,
861
896
  n0,
862
897
  _MIP,
@@ -867,15 +902,15 @@ export var MediaInsightsPipeline = [
867
902
  [() => Arn, 0],
868
903
  [() => Arn, 0],
869
904
  0,
870
- () => KinesisVideoStreamSourceRuntimeConfiguration,
905
+ () => KinesisVideoStreamSourceRuntimeConfiguration$,
871
906
  [() => MediaInsightsRuntimeMetadata, 0],
872
- () => KinesisVideoStreamRecordingSourceRuntimeConfiguration,
873
- [() => S3RecordingSinkRuntimeConfiguration, 0],
907
+ () => KinesisVideoStreamRecordingSourceRuntimeConfiguration$,
908
+ [() => S3RecordingSinkRuntimeConfiguration$, 0],
874
909
  5,
875
910
  () => MediaInsightsPipelineElementStatuses,
876
911
  ],
877
912
  ];
878
- export var MediaInsightsPipelineConfiguration = [
913
+ export var MediaInsightsPipelineConfiguration$ = [
879
914
  3,
880
915
  n0,
881
916
  _MIPC,
@@ -885,14 +920,14 @@ export var MediaInsightsPipelineConfiguration = [
885
920
  0,
886
921
  [() => Arn, 0],
887
922
  [() => Arn, 0],
888
- () => RealTimeAlertConfiguration,
923
+ () => RealTimeAlertConfiguration$,
889
924
  [() => MediaInsightsPipelineConfigurationElements, 0],
890
925
  0,
891
926
  5,
892
927
  5,
893
928
  ],
894
929
  ];
895
- export var MediaInsightsPipelineConfigurationElement = [
930
+ export var MediaInsightsPipelineConfigurationElement$ = [
896
931
  3,
897
932
  n0,
898
933
  _MIPCE,
@@ -900,18 +935,18 @@ export var MediaInsightsPipelineConfigurationElement = [
900
935
  [_T, _ATCAPC, _ATPC, _KDSSC, _SRSC, _VAPC, _LFSC, _SQSC, _STSC, _VESC],
901
936
  [
902
937
  0,
903
- () => AmazonTranscribeCallAnalyticsProcessorConfiguration,
904
- () => AmazonTranscribeProcessorConfiguration,
905
- [() => KinesisDataStreamSinkConfiguration, 0],
906
- [() => S3RecordingSinkConfiguration, 0],
907
- () => VoiceAnalyticsProcessorConfiguration,
908
- [() => LambdaFunctionSinkConfiguration, 0],
909
- [() => SqsQueueSinkConfiguration, 0],
910
- [() => SnsTopicSinkConfiguration, 0],
911
- () => VoiceEnhancementSinkConfiguration,
938
+ () => AmazonTranscribeCallAnalyticsProcessorConfiguration$,
939
+ () => AmazonTranscribeProcessorConfiguration$,
940
+ [() => KinesisDataStreamSinkConfiguration$, 0],
941
+ [() => S3RecordingSinkConfiguration$, 0],
942
+ () => VoiceAnalyticsProcessorConfiguration$,
943
+ [() => LambdaFunctionSinkConfiguration$, 0],
944
+ [() => SqsQueueSinkConfiguration$, 0],
945
+ [() => SnsTopicSinkConfiguration$, 0],
946
+ () => VoiceEnhancementSinkConfiguration$,
912
947
  ],
913
948
  ];
914
- export var MediaInsightsPipelineConfigurationSummary = [
949
+ export var MediaInsightsPipelineConfigurationSummary$ = [
915
950
  3,
916
951
  n0,
917
952
  _MIPCS,
@@ -919,8 +954,8 @@ export var MediaInsightsPipelineConfigurationSummary = [
919
954
  [_MIPCN, _MIPCI, _MIPCA],
920
955
  [0, 0, [() => Arn, 0]],
921
956
  ];
922
- export var MediaInsightsPipelineElementStatus = [3, n0, _MIPES, 0, [_T, _Sta], [0, 0]];
923
- export var MediaLiveConnectorPipeline = [
957
+ export var MediaInsightsPipelineElementStatus$ = [3, n0, _MIPES, 0, [_T, _Sta], [0, 0]];
958
+ export var MediaLiveConnectorPipeline$ = [
924
959
  3,
925
960
  n0,
926
961
  _MLCP,
@@ -928,22 +963,22 @@ export var MediaLiveConnectorPipeline = [
928
963
  [_So, _Si, _MPI, _MPA, _Sta, _CT, _UT],
929
964
  [[() => LiveConnectorSourceList, 0], [() => LiveConnectorSinkList, 0], 0, 0, 0, 5, 5],
930
965
  ];
931
- export var MediaPipeline = [
966
+ export var MediaPipeline$ = [
932
967
  3,
933
968
  n0,
934
969
  _MP,
935
970
  0,
936
971
  [_MCP, _MLCP, _MCPe, _MIP, _MSP],
937
972
  [
938
- [() => MediaCapturePipeline, 0],
939
- [() => MediaLiveConnectorPipeline, 0],
940
- [() => MediaConcatenationPipeline, 0],
941
- [() => MediaInsightsPipeline, 0],
942
- [() => MediaStreamPipeline, 0],
973
+ [() => MediaCapturePipeline$, 0],
974
+ [() => MediaLiveConnectorPipeline$, 0],
975
+ [() => MediaConcatenationPipeline$, 0],
976
+ [() => MediaInsightsPipeline$, 0],
977
+ [() => MediaStreamPipeline$, 0],
943
978
  ],
944
979
  ];
945
- export var MediaPipelineSummary = [3, n0, _MPS, 0, [_MPI, _MPA], [0, 0]];
946
- export var MediaStreamPipeline = [
980
+ export var MediaPipelineSummary$ = [3, n0, _MPS, 0, [_MPI, _MPA], [0, 0]];
981
+ export var MediaStreamPipeline$ = [
947
982
  3,
948
983
  n0,
949
984
  _MSP,
@@ -951,7 +986,7 @@ export var MediaStreamPipeline = [
951
986
  [_MPI, _MPA, _CT, _UT, _Sta, _So, _Si],
952
987
  [0, 0, 5, 5, 0, [() => MediaStreamSourceList, 0], [() => MediaStreamSinkList, 0]],
953
988
  ];
954
- export var MediaStreamSink = [
989
+ export var MediaStreamSink$ = [
955
990
  3,
956
991
  n0,
957
992
  _MSS,
@@ -959,11 +994,11 @@ export var MediaStreamSink = [
959
994
  [_SAi, _STi, _RSC, _MST],
960
995
  [[() => Arn, 0], 0, 1, 0],
961
996
  ];
962
- export var MediaStreamSource = [3, n0, _MSSe, 0, [_ST, _SA], [0, [() => Arn, 0]]];
963
- export var MeetingEventsConcatenationConfiguration = [3, n0, _MECC, 0, [_S], [0]];
964
- export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_Co, _M, _RI], [0, 0, 0]];
965
- TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
966
- export var PostCallAnalyticsSettings = [
997
+ export var MediaStreamSource$ = [3, n0, _MSSe, 0, [_ST, _SA], [0, [() => Arn, 0]]];
998
+ export var MeetingEventsConcatenationConfiguration$ = [3, n0, _MECC, 0, [_S], [0]];
999
+ export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_Co, _M, _RI], [0, 0, 0]];
1000
+ TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1001
+ export var PostCallAnalyticsSettings$ = [
967
1002
  3,
968
1003
  n0,
969
1004
  _PCAS,
@@ -971,8 +1006,8 @@ export var PostCallAnalyticsSettings = [
971
1006
  [_OL, _DARA, _CRO, _OEKMSKI],
972
1007
  [0, 0, 0, 0],
973
1008
  ];
974
- export var PresenterOnlyConfiguration = [3, n0, _POC, 0, [_PP], [0]];
975
- export var RealTimeAlertConfiguration = [
1009
+ export var PresenterOnlyConfiguration$ = [3, n0, _POC, 0, [_PP], [0]];
1010
+ export var RealTimeAlertConfiguration$ = [
976
1011
  3,
977
1012
  n0,
978
1013
  _RTAC,
@@ -980,16 +1015,16 @@ export var RealTimeAlertConfiguration = [
980
1015
  [_D, _Ru],
981
1016
  [2, () => RealTimeAlertRuleList],
982
1017
  ];
983
- export var RealTimeAlertRule = [
1018
+ export var RealTimeAlertRule$ = [
984
1019
  3,
985
1020
  n0,
986
1021
  _RTAR,
987
1022
  0,
988
1023
  [_T, _KMC, _SCe, _IDC],
989
- [0, () => KeywordMatchConfiguration, () => SentimentConfiguration, () => IssueDetectionConfiguration],
1024
+ [0, () => KeywordMatchConfiguration$, () => SentimentConfiguration$, () => IssueDetectionConfiguration$],
990
1025
  ];
991
- export var RecordingStreamConfiguration = [3, n0, _RSCe, 0, [_SAt], [0]];
992
- export var ResourceLimitExceededException = [
1026
+ export var RecordingStreamConfiguration$ = [3, n0, _RSCe, 0, [_SAt], [0]];
1027
+ export var ResourceLimitExceededException$ = [
993
1028
  -3,
994
1029
  n0,
995
1030
  _RLEE,
@@ -997,10 +1032,10 @@ export var ResourceLimitExceededException = [
997
1032
  [_Co, _M, _RI],
998
1033
  [0, 0, 0],
999
1034
  ];
1000
- TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
1001
- export var S3BucketSinkConfiguration = [3, n0, _SBSC, 0, [_De], [[() => Arn, 0]]];
1002
- export var S3RecordingSinkConfiguration = [3, n0, _SRSC, 0, [_De, _RFF], [[() => Arn, 0], 0]];
1003
- export var S3RecordingSinkRuntimeConfiguration = [
1035
+ TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
1036
+ export var S3BucketSinkConfiguration$ = [3, n0, _SBSC, 0, [_De], [[() => Arn, 0]]];
1037
+ export var S3RecordingSinkConfiguration$ = [3, n0, _SRSC, 0, [_De, _RFF], [[() => Arn, 0], 0]];
1038
+ export var S3RecordingSinkRuntimeConfiguration$ = [
1004
1039
  3,
1005
1040
  n0,
1006
1041
  _SRSRC,
@@ -1008,7 +1043,7 @@ export var S3RecordingSinkRuntimeConfiguration = [
1008
1043
  [_De, _RFF],
1009
1044
  [[() => Arn, 0], 0],
1010
1045
  ];
1011
- export var SelectedVideoStreams = [
1046
+ export var SelectedVideoStreams$ = [
1012
1047
  3,
1013
1048
  n0,
1014
1049
  _SVS,
@@ -1016,8 +1051,8 @@ export var SelectedVideoStreams = [
1016
1051
  [_AI, _EUI],
1017
1052
  [64 | 0, [() => ExternalUserIdList, 0]],
1018
1053
  ];
1019
- export var SentimentConfiguration = [3, n0, _SCe, 0, [_RN, _STe, _TPi], [0, 0, 1]];
1020
- export var ServiceFailureException = [
1054
+ export var SentimentConfiguration$ = [3, n0, _SCe, 0, [_RN, _STe, _TPi], [0, 0, 1]];
1055
+ export var ServiceFailureException$ = [
1021
1056
  -3,
1022
1057
  n0,
1023
1058
  _SFE,
@@ -1025,8 +1060,8 @@ export var ServiceFailureException = [
1025
1060
  [_Co, _M, _RI],
1026
1061
  [0, 0, 0],
1027
1062
  ];
1028
- TypeRegistry.for(n0).registerError(ServiceFailureException, __ServiceFailureException);
1029
- export var ServiceUnavailableException = [
1063
+ TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
1064
+ export var ServiceUnavailableException$ = [
1030
1065
  -3,
1031
1066
  n0,
1032
1067
  _SUE,
@@ -1034,45 +1069,45 @@ export var ServiceUnavailableException = [
1034
1069
  [_Co, _M, _RI],
1035
1070
  [0, 0, 0],
1036
1071
  ];
1037
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
1038
- export var SnsTopicSinkConfiguration = [3, n0, _STSC, 0, [_IT], [[() => Arn, 0]]];
1039
- export var SourceConfiguration = [3, n0, _SC, 0, [_SVS], [[() => SelectedVideoStreams, 0]]];
1040
- export var SpeakerSearchTask = [3, n0, _SST, 0, [_SSTI, _SSTS, _CT, _UT], [0, 0, 5, 5]];
1041
- export var SqsQueueSinkConfiguration = [3, n0, _SQSC, 0, [_IT], [[() => Arn, 0]]];
1042
- export var SseAwsKeyManagementParams = [3, n0, _SAKMP, 0, [_AKKI, _AKEC], [0, 0]];
1043
- export var StartSpeakerSearchTaskRequest = [
1072
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1073
+ export var SnsTopicSinkConfiguration$ = [3, n0, _STSC, 0, [_IT], [[() => Arn, 0]]];
1074
+ export var SourceConfiguration$ = [3, n0, _SC, 0, [_SVS], [[() => SelectedVideoStreams$, 0]]];
1075
+ export var SpeakerSearchTask$ = [3, n0, _SST, 0, [_SSTI, _SSTS, _CT, _UT], [0, 0, 5, 5]];
1076
+ export var SqsQueueSinkConfiguration$ = [3, n0, _SQSC, 0, [_IT], [[() => Arn, 0]]];
1077
+ export var SseAwsKeyManagementParams$ = [3, n0, _SAKMP, 0, [_AKKI, _AKEC], [0, 0]];
1078
+ export var StartSpeakerSearchTaskRequest$ = [
1044
1079
  3,
1045
1080
  n0,
1046
1081
  _SSSTR,
1047
1082
  0,
1048
1083
  [_I, _VPDA, _KVSSTC, _CRT],
1049
- [[0, 1], [() => Arn, 0], () => KinesisVideoStreamSourceTaskConfiguration, [() => ClientRequestToken, 4]],
1084
+ [[0, 1], [() => Arn, 0], () => KinesisVideoStreamSourceTaskConfiguration$, [() => ClientRequestToken, 4]],
1050
1085
  ];
1051
- export var StartSpeakerSearchTaskResponse = [
1086
+ export var StartSpeakerSearchTaskResponse$ = [
1052
1087
  3,
1053
1088
  n0,
1054
1089
  _SSSTRt,
1055
1090
  0,
1056
1091
  [_SST],
1057
- [() => SpeakerSearchTask],
1092
+ [() => SpeakerSearchTask$],
1058
1093
  ];
1059
- export var StartVoiceToneAnalysisTaskRequest = [
1094
+ export var StartVoiceToneAnalysisTaskRequest$ = [
1060
1095
  3,
1061
1096
  n0,
1062
1097
  _SVTATR,
1063
1098
  0,
1064
1099
  [_I, _LC, _KVSSTC, _CRT],
1065
- [[0, 1], 0, () => KinesisVideoStreamSourceTaskConfiguration, [() => ClientRequestToken, 4]],
1100
+ [[0, 1], 0, () => KinesisVideoStreamSourceTaskConfiguration$, [() => ClientRequestToken, 4]],
1066
1101
  ];
1067
- export var StartVoiceToneAnalysisTaskResponse = [
1102
+ export var StartVoiceToneAnalysisTaskResponse$ = [
1068
1103
  3,
1069
1104
  n0,
1070
1105
  _SVTATRt,
1071
1106
  0,
1072
1107
  [_VTAT],
1073
- [() => VoiceToneAnalysisTask],
1108
+ [() => VoiceToneAnalysisTask$],
1074
1109
  ];
1075
- export var StopSpeakerSearchTaskRequest = [
1110
+ export var StopSpeakerSearchTaskRequest$ = [
1076
1111
  3,
1077
1112
  n0,
1078
1113
  _SSSTRto,
@@ -1083,7 +1118,7 @@ export var StopSpeakerSearchTaskRequest = [
1083
1118
  [0, 1],
1084
1119
  ],
1085
1120
  ];
1086
- export var StopVoiceToneAnalysisTaskRequest = [
1121
+ export var StopVoiceToneAnalysisTaskRequest$ = [
1087
1122
  3,
1088
1123
  n0,
1089
1124
  _SVTATRto,
@@ -1094,7 +1129,7 @@ export var StopVoiceToneAnalysisTaskRequest = [
1094
1129
  [0, 1],
1095
1130
  ],
1096
1131
  ];
1097
- export var StreamChannelDefinition = [
1132
+ export var StreamChannelDefinition$ = [
1098
1133
  3,
1099
1134
  n0,
1100
1135
  _SCD,
@@ -1102,18 +1137,18 @@ export var StreamChannelDefinition = [
1102
1137
  [_NOC, _CDh],
1103
1138
  [1, () => ChannelDefinitions],
1104
1139
  ];
1105
- export var StreamConfiguration = [
1140
+ export var StreamConfiguration$ = [
1106
1141
  3,
1107
1142
  n0,
1108
1143
  _SCt,
1109
1144
  0,
1110
1145
  [_SAt, _FN, _SCD],
1111
- [0, 0, () => StreamChannelDefinition],
1146
+ [0, 0, () => StreamChannelDefinition$],
1112
1147
  ];
1113
- export var Tag = [3, n0, _Tag, 0, [_Ke, _Va], [0, 0]];
1114
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
1115
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1116
- export var ThrottledClientException = [
1148
+ export var Tag$ = [3, n0, _Tag, 0, [_Ke, _Va], [0, 0]];
1149
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
1150
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1151
+ export var ThrottledClientException$ = [
1117
1152
  -3,
1118
1153
  n0,
1119
1154
  _TCE,
@@ -1121,10 +1156,10 @@ export var ThrottledClientException = [
1121
1156
  [_Co, _M, _RI],
1122
1157
  [0, 0, 0],
1123
1158
  ];
1124
- TypeRegistry.for(n0).registerError(ThrottledClientException, __ThrottledClientException);
1125
- export var TimestampRange = [3, n0, _TR, 0, [_STt, _ET], [4, 4]];
1126
- export var TranscriptionMessagesConcatenationConfiguration = [3, n0, _TMCC, 0, [_S], [0]];
1127
- export var UnauthorizedClientException = [
1159
+ TypeRegistry.for(n0).registerError(ThrottledClientException$, ThrottledClientException);
1160
+ export var TimestampRange$ = [3, n0, _TR, 0, [_STt, _ET], [4, 4]];
1161
+ export var TranscriptionMessagesConcatenationConfiguration$ = [3, n0, _TMCC, 0, [_S], [0]];
1162
+ export var UnauthorizedClientException$ = [
1128
1163
  -3,
1129
1164
  n0,
1130
1165
  _UCE,
@@ -1132,26 +1167,26 @@ export var UnauthorizedClientException = [
1132
1167
  [_Co, _M, _RI],
1133
1168
  [0, 0, 0],
1134
1169
  ];
1135
- TypeRegistry.for(n0).registerError(UnauthorizedClientException, __UnauthorizedClientException);
1136
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1137
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1138
- export var UpdateMediaInsightsPipelineConfigurationRequest = [
1170
+ TypeRegistry.for(n0).registerError(UnauthorizedClientException$, UnauthorizedClientException);
1171
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1172
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1173
+ export var UpdateMediaInsightsPipelineConfigurationRequest$ = [
1139
1174
  3,
1140
1175
  n0,
1141
1176
  _UMIPCR,
1142
1177
  0,
1143
1178
  [_I, _RARA, _RTAC, _E],
1144
- [[0, 1], [() => Arn, 0], () => RealTimeAlertConfiguration, [() => MediaInsightsPipelineConfigurationElements, 0]],
1179
+ [[0, 1], [() => Arn, 0], () => RealTimeAlertConfiguration$, [() => MediaInsightsPipelineConfigurationElements, 0]],
1145
1180
  ];
1146
- export var UpdateMediaInsightsPipelineConfigurationResponse = [
1181
+ export var UpdateMediaInsightsPipelineConfigurationResponse$ = [
1147
1182
  3,
1148
1183
  n0,
1149
1184
  _UMIPCRp,
1150
1185
  0,
1151
1186
  [_MIPC],
1152
- [[() => MediaInsightsPipelineConfiguration, 0]],
1187
+ [[() => MediaInsightsPipelineConfiguration$, 0]],
1153
1188
  ];
1154
- export var UpdateMediaInsightsPipelineStatusRequest = [
1189
+ export var UpdateMediaInsightsPipelineStatusRequest$ = [
1155
1190
  3,
1156
1191
  n0,
1157
1192
  _UMIPSR,
@@ -1159,31 +1194,31 @@ export var UpdateMediaInsightsPipelineStatusRequest = [
1159
1194
  [_I, _US],
1160
1195
  [[0, 1], 0],
1161
1196
  ];
1162
- export var UpdateMediaPipelineKinesisVideoStreamPoolRequest = [
1197
+ export var UpdateMediaPipelineKinesisVideoStreamPoolRequest$ = [
1163
1198
  3,
1164
1199
  n0,
1165
1200
  _UMPKVSPR,
1166
1201
  0,
1167
1202
  [_I, _SCt],
1168
- [[0, 1], () => KinesisVideoStreamConfigurationUpdate],
1203
+ [[0, 1], () => KinesisVideoStreamConfigurationUpdate$],
1169
1204
  ];
1170
- export var UpdateMediaPipelineKinesisVideoStreamPoolResponse = [
1205
+ export var UpdateMediaPipelineKinesisVideoStreamPoolResponse$ = [
1171
1206
  3,
1172
1207
  n0,
1173
1208
  _UMPKVSPRp,
1174
1209
  0,
1175
1210
  [_KVSPC],
1176
- [[() => KinesisVideoStreamPoolConfiguration, 0]],
1177
- ];
1178
- export var VerticalLayoutConfiguration = [3, n0, _VLC, 0, [_TO, _TP, _TC, _TAR], [0, 0, 1, 0]];
1179
- export var VideoArtifactsConfiguration = [3, n0, _VAC, 0, [_S, _MT], [0, 0]];
1180
- export var VideoAttribute = [3, n0, _VA, 0, [_CR, _BC, _HC, _BT], [1, 0, 0, 1]];
1181
- export var VideoConcatenationConfiguration = [3, n0, _VCC, 0, [_S], [0]];
1182
- export var VoiceAnalyticsProcessorConfiguration = [3, n0, _VAPC, 0, [_SSS, _VTAS], [0, 0]];
1183
- export var VoiceEnhancementSinkConfiguration = [3, n0, _VESC, 0, [_D], [2]];
1184
- export var VoiceToneAnalysisTask = [3, n0, _VTAT, 0, [_VTATI, _VTATS, _CT, _UT], [0, 0, 5, 5]];
1185
- export var __Unit = "unit";
1186
- export var ChimeSDKMediaPipelinesServiceException = [
1211
+ [[() => KinesisVideoStreamPoolConfiguration$, 0]],
1212
+ ];
1213
+ export var VerticalLayoutConfiguration$ = [3, n0, _VLC, 0, [_TO, _TP, _TC, _TAR], [0, 0, 1, 0]];
1214
+ export var VideoArtifactsConfiguration$ = [3, n0, _VAC, 0, [_S, _MT], [0, 0]];
1215
+ export var VideoAttribute$ = [3, n0, _VA, 0, [_CR, _BC, _HC, _BT], [1, 0, 0, 1]];
1216
+ export var VideoConcatenationConfiguration$ = [3, n0, _VCC, 0, [_S], [0]];
1217
+ export var VoiceAnalyticsProcessorConfiguration$ = [3, n0, _VAPC, 0, [_SSS, _VTAS], [0, 0]];
1218
+ export var VoiceEnhancementSinkConfiguration$ = [3, n0, _VESC, 0, [_D], [2]];
1219
+ export var VoiceToneAnalysisTask$ = [3, n0, _VTAT, 0, [_VTATI, _VTATS, _CT, _UT], [0, 0, 5, 5]];
1220
+ var __Unit = "unit";
1221
+ export var ChimeSDKMediaPipelinesServiceException$ = [
1187
1222
  -3,
1188
1223
  _sm,
1189
1224
  "ChimeSDKMediaPipelinesServiceException",
@@ -1191,247 +1226,247 @@ export var ChimeSDKMediaPipelinesServiceException = [
1191
1226
  [],
1192
1227
  [],
1193
1228
  ];
1194
- TypeRegistry.for(_sm).registerError(ChimeSDKMediaPipelinesServiceException, __ChimeSDKMediaPipelinesServiceException);
1195
- export var AttendeeIdList = 64 | 0;
1196
- export var CategoryNameList = 64 | 0;
1197
- export var ChannelDefinitions = [1, n0, _CDh, 0, () => ChannelDefinition];
1198
- export var ConcatenationSinkList = [1, n0, _CSLo, 0, [() => ConcatenationSink, 0]];
1199
- export var ConcatenationSourceList = [1, n0, _CSLon, 0, [() => ConcatenationSource, 0]];
1200
- export var ExternalUserIdList = [1, n0, _EUIL, 0, [() => ExternalUserIdType, 0]];
1201
- export var KeywordMatchWordList = 64 | 0;
1202
- export var KinesisVideoStreamPoolSummaryList = [
1229
+ TypeRegistry.for(_sm).registerError(ChimeSDKMediaPipelinesServiceException$, ChimeSDKMediaPipelinesServiceException);
1230
+ var AttendeeIdList = 64 | 0;
1231
+ var CategoryNameList = 64 | 0;
1232
+ var ChannelDefinitions = [1, n0, _CDh, 0, () => ChannelDefinition$];
1233
+ var ConcatenationSinkList = [1, n0, _CSLo, 0, [() => ConcatenationSink$, 0]];
1234
+ var ConcatenationSourceList = [1, n0, _CSLon, 0, [() => ConcatenationSource$, 0]];
1235
+ var ExternalUserIdList = [1, n0, _EUIL, 0, [() => ExternalUserIdType, 0]];
1236
+ var KeywordMatchWordList = 64 | 0;
1237
+ var KinesisVideoStreamPoolSummaryList = [
1203
1238
  1,
1204
1239
  n0,
1205
1240
  _KVSPSL,
1206
1241
  0,
1207
- [() => KinesisVideoStreamPoolSummary, 0],
1242
+ [() => KinesisVideoStreamPoolSummary$, 0],
1208
1243
  ];
1209
- export var LiveConnectorSinkList = [1, n0, _LCSL, 0, [() => LiveConnectorSinkConfiguration, 0]];
1210
- export var LiveConnectorSourceList = [1, n0, _LCSLi, 0, [() => LiveConnectorSourceConfiguration, 0]];
1211
- export var MediaCapturePipelineSummaryList = [1, n0, _MCPSL, 0, () => MediaCapturePipelineSummary];
1212
- export var MediaInsightsPipelineConfigurationElements = [
1244
+ var LiveConnectorSinkList = [1, n0, _LCSL, 0, [() => LiveConnectorSinkConfiguration$, 0]];
1245
+ var LiveConnectorSourceList = [1, n0, _LCSLi, 0, [() => LiveConnectorSourceConfiguration$, 0]];
1246
+ var MediaCapturePipelineSummaryList = [1, n0, _MCPSL, 0, () => MediaCapturePipelineSummary$];
1247
+ var MediaInsightsPipelineConfigurationElements = [
1213
1248
  1,
1214
1249
  n0,
1215
1250
  _MIPCEe,
1216
1251
  0,
1217
- [() => MediaInsightsPipelineConfigurationElement, 0],
1252
+ [() => MediaInsightsPipelineConfigurationElement$, 0],
1218
1253
  ];
1219
- export var MediaInsightsPipelineConfigurationSummaryList = [
1254
+ var MediaInsightsPipelineConfigurationSummaryList = [
1220
1255
  1,
1221
1256
  n0,
1222
1257
  _MIPCSL,
1223
1258
  0,
1224
- [() => MediaInsightsPipelineConfigurationSummary, 0],
1259
+ [() => MediaInsightsPipelineConfigurationSummary$, 0],
1225
1260
  ];
1226
- export var MediaInsightsPipelineElementStatuses = [
1261
+ var MediaInsightsPipelineElementStatuses = [
1227
1262
  1,
1228
1263
  n0,
1229
1264
  _MIPESe,
1230
1265
  0,
1231
- () => MediaInsightsPipelineElementStatus,
1232
- ];
1233
- export var MediaPipelineList = [1, n0, _MPL, 0, () => MediaPipelineSummary];
1234
- export var MediaStreamSinkList = [1, n0, _MSSL, 0, [() => MediaStreamSink, 0]];
1235
- export var MediaStreamSourceList = [1, n0, _MSSLe, 0, [() => MediaStreamSource, 0]];
1236
- export var RealTimeAlertRuleList = [1, n0, _RTARL, 0, () => RealTimeAlertRule];
1237
- export var RecordingStreamList = [1, n0, _RSL, 0, () => RecordingStreamConfiguration];
1238
- export var Streams = [1, n0, _St, 0, () => StreamConfiguration];
1239
- export var TagKeyList = 64 | 0;
1240
- export var TagList = [1, n0, _TL, 0, () => Tag];
1241
- export var MediaInsightsRuntimeMetadata = [2, n0, _MIRM, 8, 0, 0];
1242
- export var CreateMediaCapturePipeline = [
1266
+ () => MediaInsightsPipelineElementStatus$,
1267
+ ];
1268
+ var MediaPipelineList = [1, n0, _MPL, 0, () => MediaPipelineSummary$];
1269
+ var MediaStreamSinkList = [1, n0, _MSSL, 0, [() => MediaStreamSink$, 0]];
1270
+ var MediaStreamSourceList = [1, n0, _MSSLe, 0, [() => MediaStreamSource$, 0]];
1271
+ var RealTimeAlertRuleList = [1, n0, _RTARL, 0, () => RealTimeAlertRule$];
1272
+ var RecordingStreamList = [1, n0, _RSL, 0, () => RecordingStreamConfiguration$];
1273
+ var Streams = [1, n0, _St, 0, () => StreamConfiguration$];
1274
+ var TagKeyList = 64 | 0;
1275
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1276
+ var MediaInsightsRuntimeMetadata = [2, n0, _MIRM, 8, 0, 0];
1277
+ export var CreateMediaCapturePipeline$ = [
1243
1278
  9,
1244
1279
  n0,
1245
1280
  _CMCP,
1246
1281
  { [_h]: ["POST", "/sdk-media-capture-pipelines", 201] },
1247
- () => CreateMediaCapturePipelineRequest,
1248
- () => CreateMediaCapturePipelineResponse,
1282
+ () => CreateMediaCapturePipelineRequest$,
1283
+ () => CreateMediaCapturePipelineResponse$,
1249
1284
  ];
1250
- export var CreateMediaConcatenationPipeline = [
1285
+ export var CreateMediaConcatenationPipeline$ = [
1251
1286
  9,
1252
1287
  n0,
1253
1288
  _CMCPr,
1254
1289
  { [_h]: ["POST", "/sdk-media-concatenation-pipelines", 201] },
1255
- () => CreateMediaConcatenationPipelineRequest,
1256
- () => CreateMediaConcatenationPipelineResponse,
1290
+ () => CreateMediaConcatenationPipelineRequest$,
1291
+ () => CreateMediaConcatenationPipelineResponse$,
1257
1292
  ];
1258
- export var CreateMediaInsightsPipeline = [
1293
+ export var CreateMediaInsightsPipeline$ = [
1259
1294
  9,
1260
1295
  n0,
1261
1296
  _CMIP,
1262
1297
  { [_h]: ["POST", "/media-insights-pipelines", 201] },
1263
- () => CreateMediaInsightsPipelineRequest,
1264
- () => CreateMediaInsightsPipelineResponse,
1298
+ () => CreateMediaInsightsPipelineRequest$,
1299
+ () => CreateMediaInsightsPipelineResponse$,
1265
1300
  ];
1266
- export var CreateMediaInsightsPipelineConfiguration = [
1301
+ export var CreateMediaInsightsPipelineConfiguration$ = [
1267
1302
  9,
1268
1303
  n0,
1269
1304
  _CMIPC,
1270
1305
  { [_h]: ["POST", "/media-insights-pipeline-configurations", 201] },
1271
- () => CreateMediaInsightsPipelineConfigurationRequest,
1272
- () => CreateMediaInsightsPipelineConfigurationResponse,
1306
+ () => CreateMediaInsightsPipelineConfigurationRequest$,
1307
+ () => CreateMediaInsightsPipelineConfigurationResponse$,
1273
1308
  ];
1274
- export var CreateMediaLiveConnectorPipeline = [
1309
+ export var CreateMediaLiveConnectorPipeline$ = [
1275
1310
  9,
1276
1311
  n0,
1277
1312
  _CMLCP,
1278
1313
  { [_h]: ["POST", "/sdk-media-live-connector-pipelines", 201] },
1279
- () => CreateMediaLiveConnectorPipelineRequest,
1280
- () => CreateMediaLiveConnectorPipelineResponse,
1314
+ () => CreateMediaLiveConnectorPipelineRequest$,
1315
+ () => CreateMediaLiveConnectorPipelineResponse$,
1281
1316
  ];
1282
- export var CreateMediaPipelineKinesisVideoStreamPool = [
1317
+ export var CreateMediaPipelineKinesisVideoStreamPool$ = [
1283
1318
  9,
1284
1319
  n0,
1285
1320
  _CMPKVSP,
1286
1321
  { [_h]: ["POST", "/media-pipeline-kinesis-video-stream-pools", 201] },
1287
- () => CreateMediaPipelineKinesisVideoStreamPoolRequest,
1288
- () => CreateMediaPipelineKinesisVideoStreamPoolResponse,
1322
+ () => CreateMediaPipelineKinesisVideoStreamPoolRequest$,
1323
+ () => CreateMediaPipelineKinesisVideoStreamPoolResponse$,
1289
1324
  ];
1290
- export var CreateMediaStreamPipeline = [
1325
+ export var CreateMediaStreamPipeline$ = [
1291
1326
  9,
1292
1327
  n0,
1293
1328
  _CMSP,
1294
1329
  { [_h]: ["POST", "/sdk-media-stream-pipelines", 201] },
1295
- () => CreateMediaStreamPipelineRequest,
1296
- () => CreateMediaStreamPipelineResponse,
1330
+ () => CreateMediaStreamPipelineRequest$,
1331
+ () => CreateMediaStreamPipelineResponse$,
1297
1332
  ];
1298
- export var DeleteMediaCapturePipeline = [
1333
+ export var DeleteMediaCapturePipeline$ = [
1299
1334
  9,
1300
1335
  n0,
1301
1336
  _DMCP,
1302
1337
  { [_h]: ["DELETE", "/sdk-media-capture-pipelines/{MediaPipelineId}", 204] },
1303
- () => DeleteMediaCapturePipelineRequest,
1338
+ () => DeleteMediaCapturePipelineRequest$,
1304
1339
  () => __Unit,
1305
1340
  ];
1306
- export var DeleteMediaInsightsPipelineConfiguration = [
1341
+ export var DeleteMediaInsightsPipelineConfiguration$ = [
1307
1342
  9,
1308
1343
  n0,
1309
1344
  _DMIPC,
1310
1345
  { [_h]: ["DELETE", "/media-insights-pipeline-configurations/{Identifier}", 204] },
1311
- () => DeleteMediaInsightsPipelineConfigurationRequest,
1346
+ () => DeleteMediaInsightsPipelineConfigurationRequest$,
1312
1347
  () => __Unit,
1313
1348
  ];
1314
- export var DeleteMediaPipeline = [
1349
+ export var DeleteMediaPipeline$ = [
1315
1350
  9,
1316
1351
  n0,
1317
1352
  _DMP,
1318
1353
  { [_h]: ["DELETE", "/sdk-media-pipelines/{MediaPipelineId}", 204] },
1319
- () => DeleteMediaPipelineRequest,
1354
+ () => DeleteMediaPipelineRequest$,
1320
1355
  () => __Unit,
1321
1356
  ];
1322
- export var DeleteMediaPipelineKinesisVideoStreamPool = [
1357
+ export var DeleteMediaPipelineKinesisVideoStreamPool$ = [
1323
1358
  9,
1324
1359
  n0,
1325
1360
  _DMPKVSP,
1326
1361
  { [_h]: ["DELETE", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 204] },
1327
- () => DeleteMediaPipelineKinesisVideoStreamPoolRequest,
1362
+ () => DeleteMediaPipelineKinesisVideoStreamPoolRequest$,
1328
1363
  () => __Unit,
1329
1364
  ];
1330
- export var GetMediaCapturePipeline = [
1365
+ export var GetMediaCapturePipeline$ = [
1331
1366
  9,
1332
1367
  n0,
1333
1368
  _GMCP,
1334
1369
  { [_h]: ["GET", "/sdk-media-capture-pipelines/{MediaPipelineId}", 200] },
1335
- () => GetMediaCapturePipelineRequest,
1336
- () => GetMediaCapturePipelineResponse,
1370
+ () => GetMediaCapturePipelineRequest$,
1371
+ () => GetMediaCapturePipelineResponse$,
1337
1372
  ];
1338
- export var GetMediaInsightsPipelineConfiguration = [
1373
+ export var GetMediaInsightsPipelineConfiguration$ = [
1339
1374
  9,
1340
1375
  n0,
1341
1376
  _GMIPC,
1342
1377
  { [_h]: ["GET", "/media-insights-pipeline-configurations/{Identifier}", 200] },
1343
- () => GetMediaInsightsPipelineConfigurationRequest,
1344
- () => GetMediaInsightsPipelineConfigurationResponse,
1378
+ () => GetMediaInsightsPipelineConfigurationRequest$,
1379
+ () => GetMediaInsightsPipelineConfigurationResponse$,
1345
1380
  ];
1346
- export var GetMediaPipeline = [
1381
+ export var GetMediaPipeline$ = [
1347
1382
  9,
1348
1383
  n0,
1349
1384
  _GMP,
1350
1385
  { [_h]: ["GET", "/sdk-media-pipelines/{MediaPipelineId}", 200] },
1351
- () => GetMediaPipelineRequest,
1352
- () => GetMediaPipelineResponse,
1386
+ () => GetMediaPipelineRequest$,
1387
+ () => GetMediaPipelineResponse$,
1353
1388
  ];
1354
- export var GetMediaPipelineKinesisVideoStreamPool = [
1389
+ export var GetMediaPipelineKinesisVideoStreamPool$ = [
1355
1390
  9,
1356
1391
  n0,
1357
1392
  _GMPKVSP,
1358
1393
  { [_h]: ["GET", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 200] },
1359
- () => GetMediaPipelineKinesisVideoStreamPoolRequest,
1360
- () => GetMediaPipelineKinesisVideoStreamPoolResponse,
1394
+ () => GetMediaPipelineKinesisVideoStreamPoolRequest$,
1395
+ () => GetMediaPipelineKinesisVideoStreamPoolResponse$,
1361
1396
  ];
1362
- export var GetSpeakerSearchTask = [
1397
+ export var GetSpeakerSearchTask$ = [
1363
1398
  9,
1364
1399
  n0,
1365
1400
  _GSST,
1366
1401
  { [_h]: ["GET", "/media-insights-pipelines/{Identifier}/speaker-search-tasks/{SpeakerSearchTaskId}", 200] },
1367
- () => GetSpeakerSearchTaskRequest,
1368
- () => GetSpeakerSearchTaskResponse,
1402
+ () => GetSpeakerSearchTaskRequest$,
1403
+ () => GetSpeakerSearchTaskResponse$,
1369
1404
  ];
1370
- export var GetVoiceToneAnalysisTask = [
1405
+ export var GetVoiceToneAnalysisTask$ = [
1371
1406
  9,
1372
1407
  n0,
1373
1408
  _GVTAT,
1374
1409
  { [_h]: ["GET", "/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}", 200] },
1375
- () => GetVoiceToneAnalysisTaskRequest,
1376
- () => GetVoiceToneAnalysisTaskResponse,
1410
+ () => GetVoiceToneAnalysisTaskRequest$,
1411
+ () => GetVoiceToneAnalysisTaskResponse$,
1377
1412
  ];
1378
- export var ListMediaCapturePipelines = [
1413
+ export var ListMediaCapturePipelines$ = [
1379
1414
  9,
1380
1415
  n0,
1381
1416
  _LMCP,
1382
1417
  { [_h]: ["GET", "/sdk-media-capture-pipelines", 200] },
1383
- () => ListMediaCapturePipelinesRequest,
1384
- () => ListMediaCapturePipelinesResponse,
1418
+ () => ListMediaCapturePipelinesRequest$,
1419
+ () => ListMediaCapturePipelinesResponse$,
1385
1420
  ];
1386
- export var ListMediaInsightsPipelineConfigurations = [
1421
+ export var ListMediaInsightsPipelineConfigurations$ = [
1387
1422
  9,
1388
1423
  n0,
1389
1424
  _LMIPC,
1390
1425
  { [_h]: ["GET", "/media-insights-pipeline-configurations", 200] },
1391
- () => ListMediaInsightsPipelineConfigurationsRequest,
1392
- () => ListMediaInsightsPipelineConfigurationsResponse,
1426
+ () => ListMediaInsightsPipelineConfigurationsRequest$,
1427
+ () => ListMediaInsightsPipelineConfigurationsResponse$,
1393
1428
  ];
1394
- export var ListMediaPipelineKinesisVideoStreamPools = [
1429
+ export var ListMediaPipelineKinesisVideoStreamPools$ = [
1395
1430
  9,
1396
1431
  n0,
1397
1432
  _LMPKVSP,
1398
1433
  { [_h]: ["GET", "/media-pipeline-kinesis-video-stream-pools", 200] },
1399
- () => ListMediaPipelineKinesisVideoStreamPoolsRequest,
1400
- () => ListMediaPipelineKinesisVideoStreamPoolsResponse,
1434
+ () => ListMediaPipelineKinesisVideoStreamPoolsRequest$,
1435
+ () => ListMediaPipelineKinesisVideoStreamPoolsResponse$,
1401
1436
  ];
1402
- export var ListMediaPipelines = [
1437
+ export var ListMediaPipelines$ = [
1403
1438
  9,
1404
1439
  n0,
1405
1440
  _LMP,
1406
1441
  { [_h]: ["GET", "/sdk-media-pipelines", 200] },
1407
- () => ListMediaPipelinesRequest,
1408
- () => ListMediaPipelinesResponse,
1442
+ () => ListMediaPipelinesRequest$,
1443
+ () => ListMediaPipelinesResponse$,
1409
1444
  ];
1410
- export var ListTagsForResource = [
1445
+ export var ListTagsForResource$ = [
1411
1446
  9,
1412
1447
  n0,
1413
1448
  _LTFR,
1414
1449
  { [_h]: ["GET", "/tags", 200] },
1415
- () => ListTagsForResourceRequest,
1416
- () => ListTagsForResourceResponse,
1450
+ () => ListTagsForResourceRequest$,
1451
+ () => ListTagsForResourceResponse$,
1417
1452
  ];
1418
- export var StartSpeakerSearchTask = [
1453
+ export var StartSpeakerSearchTask$ = [
1419
1454
  9,
1420
1455
  n0,
1421
1456
  _SSST,
1422
1457
  { [_h]: ["POST", "/media-insights-pipelines/{Identifier}/speaker-search-tasks?operation=start", 201] },
1423
- () => StartSpeakerSearchTaskRequest,
1424
- () => StartSpeakerSearchTaskResponse,
1458
+ () => StartSpeakerSearchTaskRequest$,
1459
+ () => StartSpeakerSearchTaskResponse$,
1425
1460
  ];
1426
- export var StartVoiceToneAnalysisTask = [
1461
+ export var StartVoiceToneAnalysisTask$ = [
1427
1462
  9,
1428
1463
  n0,
1429
1464
  _SVTAT,
1430
1465
  { [_h]: ["POST", "/media-insights-pipelines/{Identifier}/voice-tone-analysis-tasks?operation=start", 201] },
1431
- () => StartVoiceToneAnalysisTaskRequest,
1432
- () => StartVoiceToneAnalysisTaskResponse,
1466
+ () => StartVoiceToneAnalysisTaskRequest$,
1467
+ () => StartVoiceToneAnalysisTaskResponse$,
1433
1468
  ];
1434
- export var StopSpeakerSearchTask = [
1469
+ export var StopSpeakerSearchTask$ = [
1435
1470
  9,
1436
1471
  n0,
1437
1472
  _SSSTt,
@@ -1442,10 +1477,10 @@ export var StopSpeakerSearchTask = [
1442
1477
  204,
1443
1478
  ],
1444
1479
  },
1445
- () => StopSpeakerSearchTaskRequest,
1480
+ () => StopSpeakerSearchTaskRequest$,
1446
1481
  () => __Unit,
1447
1482
  ];
1448
- export var StopVoiceToneAnalysisTask = [
1483
+ export var StopVoiceToneAnalysisTask$ = [
1449
1484
  9,
1450
1485
  n0,
1451
1486
  _SVTATt,
@@ -1456,46 +1491,46 @@ export var StopVoiceToneAnalysisTask = [
1456
1491
  204,
1457
1492
  ],
1458
1493
  },
1459
- () => StopVoiceToneAnalysisTaskRequest,
1494
+ () => StopVoiceToneAnalysisTaskRequest$,
1460
1495
  () => __Unit,
1461
1496
  ];
1462
- export var TagResource = [
1497
+ export var TagResource$ = [
1463
1498
  9,
1464
1499
  n0,
1465
1500
  _TRa,
1466
1501
  { [_h]: ["POST", "/tags?operation=tag-resource", 204] },
1467
- () => TagResourceRequest,
1468
- () => TagResourceResponse,
1502
+ () => TagResourceRequest$,
1503
+ () => TagResourceResponse$,
1469
1504
  ];
1470
- export var UntagResource = [
1505
+ export var UntagResource$ = [
1471
1506
  9,
1472
1507
  n0,
1473
1508
  _UR,
1474
1509
  { [_h]: ["POST", "/tags?operation=untag-resource", 204] },
1475
- () => UntagResourceRequest,
1476
- () => UntagResourceResponse,
1510
+ () => UntagResourceRequest$,
1511
+ () => UntagResourceResponse$,
1477
1512
  ];
1478
- export var UpdateMediaInsightsPipelineConfiguration = [
1513
+ export var UpdateMediaInsightsPipelineConfiguration$ = [
1479
1514
  9,
1480
1515
  n0,
1481
1516
  _UMIPC,
1482
1517
  { [_h]: ["PUT", "/media-insights-pipeline-configurations/{Identifier}", 200] },
1483
- () => UpdateMediaInsightsPipelineConfigurationRequest,
1484
- () => UpdateMediaInsightsPipelineConfigurationResponse,
1518
+ () => UpdateMediaInsightsPipelineConfigurationRequest$,
1519
+ () => UpdateMediaInsightsPipelineConfigurationResponse$,
1485
1520
  ];
1486
- export var UpdateMediaInsightsPipelineStatus = [
1521
+ export var UpdateMediaInsightsPipelineStatus$ = [
1487
1522
  9,
1488
1523
  n0,
1489
1524
  _UMIPS,
1490
1525
  { [_h]: ["PUT", "/media-insights-pipeline-status/{Identifier}", 200] },
1491
- () => UpdateMediaInsightsPipelineStatusRequest,
1526
+ () => UpdateMediaInsightsPipelineStatusRequest$,
1492
1527
  () => __Unit,
1493
1528
  ];
1494
- export var UpdateMediaPipelineKinesisVideoStreamPool = [
1529
+ export var UpdateMediaPipelineKinesisVideoStreamPool$ = [
1495
1530
  9,
1496
1531
  n0,
1497
1532
  _UMPKVSP,
1498
1533
  { [_h]: ["PUT", "/media-pipeline-kinesis-video-stream-pools/{Identifier}", 200] },
1499
- () => UpdateMediaPipelineKinesisVideoStreamPoolRequest,
1500
- () => UpdateMediaPipelineKinesisVideoStreamPoolResponse,
1534
+ () => UpdateMediaPipelineKinesisVideoStreamPoolRequest$,
1535
+ () => UpdateMediaPipelineKinesisVideoStreamPoolResponse$,
1501
1536
  ];