@aws-sdk/client-chime-sdk-media-pipelines 3.301.0 → 3.306.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.
@@ -2,39 +2,59 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
3
3
  /**
4
4
  * @public
5
+ * @enum
5
6
  */
6
- export declare enum ContentType {
7
- PII = "PII"
8
- }
7
+ export declare const ContentType: {
8
+ readonly PII: "PII";
9
+ };
9
10
  /**
10
11
  * @public
11
12
  */
12
- export declare enum CallAnalyticsLanguageCode {
13
- DE_DE = "de-DE",
14
- EN_AU = "en-AU",
15
- EN_GB = "en-GB",
16
- EN_US = "en-US",
17
- ES_US = "es-US",
18
- FR_CA = "fr-CA",
19
- FR_FR = "fr-FR",
20
- IT_IT = "it-IT",
21
- PT_BR = "pt-BR"
22
- }
13
+ export type ContentType = (typeof ContentType)[keyof typeof ContentType];
23
14
  /**
24
15
  * @public
16
+ * @enum
25
17
  */
26
- export declare enum PartialResultsStability {
27
- HIGH = "high",
28
- LOW = "low",
29
- MEDIUM = "medium"
30
- }
18
+ export declare const CallAnalyticsLanguageCode: {
19
+ readonly DE_DE: "de-DE";
20
+ readonly EN_AU: "en-AU";
21
+ readonly EN_GB: "en-GB";
22
+ readonly EN_US: "en-US";
23
+ readonly ES_US: "es-US";
24
+ readonly FR_CA: "fr-CA";
25
+ readonly FR_FR: "fr-FR";
26
+ readonly IT_IT: "it-IT";
27
+ readonly PT_BR: "pt-BR";
28
+ };
31
29
  /**
32
30
  * @public
33
31
  */
34
- export declare enum ContentRedactionOutput {
35
- REDACTED = "redacted",
36
- REDACTED_AND_UNREDACTED = "redacted_and_unredacted"
37
- }
32
+ export type CallAnalyticsLanguageCode = (typeof CallAnalyticsLanguageCode)[keyof typeof CallAnalyticsLanguageCode];
33
+ /**
34
+ * @public
35
+ * @enum
36
+ */
37
+ export declare const PartialResultsStability: {
38
+ readonly HIGH: "high";
39
+ readonly LOW: "low";
40
+ readonly MEDIUM: "medium";
41
+ };
42
+ /**
43
+ * @public
44
+ */
45
+ export type PartialResultsStability = (typeof PartialResultsStability)[keyof typeof PartialResultsStability];
46
+ /**
47
+ * @public
48
+ * @enum
49
+ */
50
+ export declare const ContentRedactionOutput: {
51
+ readonly REDACTED: "redacted";
52
+ readonly REDACTED_AND_UNREDACTED: "redacted_and_unredacted";
53
+ };
54
+ /**
55
+ * @public
56
+ */
57
+ export type ContentRedactionOutput = (typeof ContentRedactionOutput)[keyof typeof ContentRedactionOutput];
38
58
  /**
39
59
  * @public
40
60
  * <p>The settings for a post-call voice analytics task.</p>
@@ -60,12 +80,17 @@ export interface PostCallAnalyticsSettings {
60
80
  }
61
81
  /**
62
82
  * @public
83
+ * @enum
63
84
  */
64
- export declare enum VocabularyFilterMethod {
65
- MASK = "mask",
66
- REMOVE = "remove",
67
- TAG = "tag"
68
- }
85
+ export declare const VocabularyFilterMethod: {
86
+ readonly MASK: "mask";
87
+ readonly REMOVE: "remove";
88
+ readonly TAG: "tag";
89
+ };
90
+ /**
91
+ * @public
92
+ */
93
+ export type VocabularyFilterMethod = (typeof VocabularyFilterMethod)[keyof typeof VocabularyFilterMethod];
69
94
  /**
70
95
  * @public
71
96
  * <p>A structure that contains the configuration settings for an Amazon Transcribe call
@@ -254,10 +279,15 @@ export interface AmazonTranscribeProcessorConfiguration {
254
279
  }
255
280
  /**
256
281
  * @public
282
+ * @enum
257
283
  */
258
- export declare enum AudioArtifactsConcatenationState {
259
- Enabled = "Enabled"
260
- }
284
+ export declare const AudioArtifactsConcatenationState: {
285
+ readonly Enabled: "Enabled";
286
+ };
287
+ /**
288
+ * @public
289
+ */
290
+ export type AudioArtifactsConcatenationState = (typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
261
291
  /**
262
292
  * @public
263
293
  * <p>The audio artifact concatenation configuration object.</p>
@@ -270,11 +300,16 @@ export interface AudioConcatenationConfiguration {
270
300
  }
271
301
  /**
272
302
  * @public
303
+ * @enum
273
304
  */
274
- export declare enum ArtifactsConcatenationState {
275
- Disabled = "Disabled",
276
- Enabled = "Enabled"
277
- }
305
+ export declare const ArtifactsConcatenationState: {
306
+ readonly Disabled: "Disabled";
307
+ readonly Enabled: "Enabled";
308
+ };
309
+ /**
310
+ * @public
311
+ */
312
+ export type ArtifactsConcatenationState = (typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
278
313
  /**
279
314
  * @public
280
315
  * <p>The composited video configuration object for a specified
@@ -374,12 +409,17 @@ export interface ArtifactsConcatenationConfiguration {
374
409
  }
375
410
  /**
376
411
  * @public
412
+ * @enum
377
413
  */
378
- export declare enum AudioMuxType {
379
- AudioOnly = "AudioOnly",
380
- AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
381
- AudioWithCompositedVideo = "AudioWithCompositedVideo"
382
- }
414
+ export declare const AudioMuxType: {
415
+ readonly AudioOnly: "AudioOnly";
416
+ readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
417
+ readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
418
+ };
419
+ /**
420
+ * @public
421
+ */
422
+ export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
383
423
  /**
384
424
  * @public
385
425
  * <p>The audio artifact configuration object.</p>
@@ -392,21 +432,31 @@ export interface AudioArtifactsConfiguration {
392
432
  }
393
433
  /**
394
434
  * @public
435
+ * @enum
395
436
  */
396
- export declare enum ContentShareLayoutOption {
397
- Horizontal = "Horizontal",
398
- PresenterOnly = "PresenterOnly",
399
- Vertical = "Vertical"
400
- }
437
+ export declare const ContentShareLayoutOption: {
438
+ readonly Horizontal: "Horizontal";
439
+ readonly PresenterOnly: "PresenterOnly";
440
+ readonly Vertical: "Vertical";
441
+ };
401
442
  /**
402
443
  * @public
403
444
  */
404
- export declare enum PresenterPosition {
405
- BottomLeft = "BottomLeft",
406
- BottomRight = "BottomRight",
407
- TopLeft = "TopLeft",
408
- TopRight = "TopRight"
409
- }
445
+ export type ContentShareLayoutOption = (typeof ContentShareLayoutOption)[keyof typeof ContentShareLayoutOption];
446
+ /**
447
+ * @public
448
+ * @enum
449
+ */
450
+ export declare const PresenterPosition: {
451
+ readonly BottomLeft: "BottomLeft";
452
+ readonly BottomRight: "BottomRight";
453
+ readonly TopLeft: "TopLeft";
454
+ readonly TopRight: "TopRight";
455
+ };
456
+ /**
457
+ * @public
458
+ */
459
+ export type PresenterPosition = (typeof PresenterPosition)[keyof typeof PresenterPosition];
410
460
  /**
411
461
  * @public
412
462
  * <p>Defines the configuration for a presenter only video tile.</p>
@@ -433,17 +483,27 @@ export interface GridViewConfiguration {
433
483
  }
434
484
  /**
435
485
  * @public
486
+ * @enum
436
487
  */
437
- export declare enum LayoutOption {
438
- GridView = "GridView"
439
- }
488
+ export declare const LayoutOption: {
489
+ readonly GridView: "GridView";
490
+ };
440
491
  /**
441
492
  * @public
442
493
  */
443
- export declare enum ResolutionOption {
444
- FHD = "FHD",
445
- HD = "HD"
446
- }
494
+ export type LayoutOption = (typeof LayoutOption)[keyof typeof LayoutOption];
495
+ /**
496
+ * @public
497
+ * @enum
498
+ */
499
+ export declare const ResolutionOption: {
500
+ readonly FHD: "FHD";
501
+ readonly HD: "HD";
502
+ };
503
+ /**
504
+ * @public
505
+ */
506
+ export type ResolutionOption = (typeof ResolutionOption)[keyof typeof ResolutionOption];
447
507
  /**
448
508
  * @public
449
509
  * <p>Specifies the configuration for compositing video artifacts.</p>
@@ -464,17 +524,27 @@ export interface CompositedVideoArtifactsConfiguration {
464
524
  }
465
525
  /**
466
526
  * @public
527
+ * @enum
467
528
  */
468
- export declare enum ContentMuxType {
469
- ContentOnly = "ContentOnly"
470
- }
529
+ export declare const ContentMuxType: {
530
+ readonly ContentOnly: "ContentOnly";
531
+ };
471
532
  /**
472
533
  * @public
473
534
  */
474
- export declare enum ArtifactsState {
475
- Disabled = "Disabled",
476
- Enabled = "Enabled"
477
- }
535
+ export type ContentMuxType = (typeof ContentMuxType)[keyof typeof ContentMuxType];
536
+ /**
537
+ * @public
538
+ * @enum
539
+ */
540
+ export declare const ArtifactsState: {
541
+ readonly Disabled: "Disabled";
542
+ readonly Enabled: "Enabled";
543
+ };
544
+ /**
545
+ * @public
546
+ */
547
+ export type ArtifactsState = (typeof ArtifactsState)[keyof typeof ArtifactsState];
478
548
  /**
479
549
  * @public
480
550
  * <p>The content artifact object.</p>
@@ -491,10 +561,15 @@ export interface ContentArtifactsConfiguration {
491
561
  }
492
562
  /**
493
563
  * @public
564
+ * @enum
494
565
  */
495
- export declare enum VideoMuxType {
496
- VideoOnly = "VideoOnly"
497
- }
566
+ export declare const VideoMuxType: {
567
+ readonly VideoOnly: "VideoOnly";
568
+ };
569
+ /**
570
+ * @public
571
+ */
572
+ export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
498
573
  /**
499
574
  * @public
500
575
  * <p>The video artifact configuration object.</p>
@@ -533,23 +608,33 @@ export interface ArtifactsConfiguration {
533
608
  }
534
609
  /**
535
610
  * @public
611
+ * @enum
536
612
  */
537
- export declare enum AudioChannelsOption {
538
- Mono = "Mono",
539
- Stereo = "Stereo"
540
- }
613
+ export declare const AudioChannelsOption: {
614
+ readonly Mono: "Mono";
615
+ readonly Stereo: "Stereo";
616
+ };
541
617
  /**
542
618
  * @public
543
619
  */
544
- export declare enum ErrorCode {
545
- BadRequest = "BadRequest",
546
- Forbidden = "Forbidden",
547
- NotFound = "NotFound",
548
- ResourceLimitExceeded = "ResourceLimitExceeded",
549
- ServiceFailure = "ServiceFailure",
550
- ServiceUnavailable = "ServiceUnavailable",
551
- Throttling = "Throttling"
552
- }
620
+ export type AudioChannelsOption = (typeof AudioChannelsOption)[keyof typeof AudioChannelsOption];
621
+ /**
622
+ * @public
623
+ * @enum
624
+ */
625
+ export declare const ErrorCode: {
626
+ readonly BadRequest: "BadRequest";
627
+ readonly Forbidden: "Forbidden";
628
+ readonly NotFound: "NotFound";
629
+ readonly ResourceLimitExceeded: "ResourceLimitExceeded";
630
+ readonly ServiceFailure: "ServiceFailure";
631
+ readonly ServiceUnavailable: "ServiceUnavailable";
632
+ readonly Throttling: "Throttling";
633
+ };
634
+ /**
635
+ * @public
636
+ */
637
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
553
638
  /**
554
639
  * @public
555
640
  * <p>The input parameters don't match the service's restrictions.</p>
@@ -570,11 +655,16 @@ export declare class BadRequestException extends __BaseException {
570
655
  }
571
656
  /**
572
657
  * @public
658
+ * @enum
573
659
  */
574
- export declare enum ParticipantRole {
575
- AGENT = "AGENT",
576
- CUSTOMER = "CUSTOMER"
577
- }
660
+ export declare const ParticipantRole: {
661
+ readonly AGENT: "AGENT";
662
+ readonly CUSTOMER: "CUSTOMER";
663
+ };
664
+ /**
665
+ * @public
666
+ */
667
+ export type ParticipantRole = (typeof ParticipantRole)[keyof typeof ParticipantRole];
578
668
  /**
579
669
  * @public
580
670
  * <p>Defines an audio channel in a Kinesis video stream.</p>
@@ -631,16 +721,26 @@ export interface ChimeSdkMeetingConfiguration {
631
721
  }
632
722
  /**
633
723
  * @public
724
+ * @enum
634
725
  */
635
- export declare enum MediaPipelineSinkType {
636
- S3Bucket = "S3Bucket"
637
- }
726
+ export declare const MediaPipelineSinkType: {
727
+ readonly S3Bucket: "S3Bucket";
728
+ };
638
729
  /**
639
730
  * @public
640
731
  */
641
- export declare enum MediaPipelineSourceType {
642
- ChimeSdkMeeting = "ChimeSdkMeeting"
643
- }
732
+ export type MediaPipelineSinkType = (typeof MediaPipelineSinkType)[keyof typeof MediaPipelineSinkType];
733
+ /**
734
+ * @public
735
+ * @enum
736
+ */
737
+ export declare const MediaPipelineSourceType: {
738
+ readonly ChimeSdkMeeting: "ChimeSdkMeeting";
739
+ };
740
+ /**
741
+ * @public
742
+ */
743
+ export type MediaPipelineSourceType = (typeof MediaPipelineSourceType)[keyof typeof MediaPipelineSourceType];
644
744
  /**
645
745
  * @public
646
746
  * <p>A key/value pair that grants users access to meeting resources.</p>
@@ -692,15 +792,20 @@ export interface CreateMediaCapturePipelineRequest {
692
792
  }
693
793
  /**
694
794
  * @public
795
+ * @enum
695
796
  */
696
- export declare enum MediaPipelineStatus {
697
- Failed = "Failed",
698
- InProgress = "InProgress",
699
- Initializing = "Initializing",
700
- Paused = "Paused",
701
- Stopped = "Stopped",
702
- Stopping = "Stopping"
703
- }
797
+ export declare const MediaPipelineStatus: {
798
+ readonly Failed: "Failed";
799
+ readonly InProgress: "InProgress";
800
+ readonly Initializing: "Initializing";
801
+ readonly Paused: "Paused";
802
+ readonly Stopped: "Stopped";
803
+ readonly Stopping: "Stopping";
804
+ };
805
+ /**
806
+ * @public
807
+ */
808
+ export type MediaPipelineStatus = (typeof MediaPipelineStatus)[keyof typeof MediaPipelineStatus];
704
809
  /**
705
810
  * @public
706
811
  * <p>A media pipeline object consisting of an ID, source type, source ARN, a sink
@@ -881,10 +986,15 @@ export interface S3BucketSinkConfiguration {
881
986
  }
882
987
  /**
883
988
  * @public
989
+ * @enum
884
990
  */
885
- export declare enum ConcatenationSinkType {
886
- S3Bucket = "S3Bucket"
887
- }
991
+ export declare const ConcatenationSinkType: {
992
+ readonly S3Bucket: "S3Bucket";
993
+ };
994
+ /**
995
+ * @public
996
+ */
997
+ export type ConcatenationSinkType = (typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
888
998
  /**
889
999
  * @public
890
1000
  * <p>The data sink of the configuration object.</p>
@@ -926,10 +1036,15 @@ export interface MediaCapturePipelineSourceConfiguration {
926
1036
  }
927
1037
  /**
928
1038
  * @public
1039
+ * @enum
929
1040
  */
930
- export declare enum ConcatenationSourceType {
931
- MediaCapturePipeline = "MediaCapturePipeline"
932
- }
1041
+ export declare const ConcatenationSourceType: {
1042
+ readonly MediaCapturePipeline: "MediaCapturePipeline";
1043
+ };
1044
+ /**
1045
+ * @public
1046
+ */
1047
+ export type ConcatenationSourceType = (typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
933
1048
  /**
934
1049
  * @public
935
1050
  * <p>The source type and media pipeline configuration settings in a configuration object.</p>
@@ -1012,11 +1127,16 @@ export interface CreateMediaConcatenationPipelineResponse {
1012
1127
  }
1013
1128
  /**
1014
1129
  * @public
1130
+ * @enum
1015
1131
  */
1016
- export declare enum FragmentSelectorType {
1017
- ProducerTimestamp = "ProducerTimestamp",
1018
- ServerTimestamp = "ServerTimestamp"
1019
- }
1132
+ export declare const FragmentSelectorType: {
1133
+ readonly ProducerTimestamp: "ProducerTimestamp";
1134
+ readonly ServerTimestamp: "ServerTimestamp";
1135
+ };
1136
+ /**
1137
+ * @public
1138
+ */
1139
+ export type FragmentSelectorType = (typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];
1020
1140
  /**
1021
1141
  * @public
1022
1142
  * <p>The range of timestamps to return.</p>
@@ -1089,10 +1209,15 @@ export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
1089
1209
  }
1090
1210
  /**
1091
1211
  * @public
1212
+ * @enum
1092
1213
  */
1093
- export declare enum MediaEncoding {
1094
- PCM = "pcm"
1095
- }
1214
+ export declare const MediaEncoding: {
1215
+ readonly PCM: "pcm";
1216
+ };
1217
+ /**
1218
+ * @public
1219
+ */
1220
+ export type MediaEncoding = (typeof MediaEncoding)[keyof typeof MediaEncoding];
1096
1221
  /**
1097
1222
  * @public
1098
1223
  * <p>Defines a streaming channel.</p>
@@ -1149,11 +1274,16 @@ export interface KinesisVideoStreamSourceRuntimeConfiguration {
1149
1274
  }
1150
1275
  /**
1151
1276
  * @public
1277
+ * @enum
1152
1278
  */
1153
- export declare enum RecordingFileFormat {
1154
- Opus = "Opus",
1155
- Wav = "Wav"
1156
- }
1279
+ export declare const RecordingFileFormat: {
1280
+ readonly Opus: "Opus";
1281
+ readonly Wav: "Wav";
1282
+ };
1283
+ /**
1284
+ * @public
1285
+ */
1286
+ export type RecordingFileFormat = (typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
1157
1287
  /**
1158
1288
  * @public
1159
1289
  * <p>A structure that holds the settings for transmitting audio and video recordings to the runtime Amazon S3 bucket.</p>
@@ -1323,24 +1453,34 @@ export interface SqsQueueSinkConfiguration {
1323
1453
  }
1324
1454
  /**
1325
1455
  * @public
1456
+ * @enum
1326
1457
  */
1327
- export declare enum MediaInsightsPipelineConfigurationElementType {
1328
- AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR = "AmazonTranscribeCallAnalyticsProcessor",
1329
- AMAZON_TRANSCRIBE_PROCESSOR = "AmazonTranscribeProcessor",
1330
- KINESIS_DATA_STREAM_SINK = "KinesisDataStreamSink",
1331
- LAMBDA_FUNCTION_SINK = "LambdaFunctionSink",
1332
- S3_RECORDING_SINK = "S3RecordingSink",
1333
- SNS_TOPIC_SINK = "SnsTopicSink",
1334
- SQS_QUEUE_SINK = "SqsQueueSink",
1335
- VOICE_ANALYTICS_PROCESSOR = "VoiceAnalyticsProcessor"
1336
- }
1458
+ export declare const MediaInsightsPipelineConfigurationElementType: {
1459
+ readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
1460
+ readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
1461
+ readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
1462
+ readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
1463
+ readonly S3_RECORDING_SINK: "S3RecordingSink";
1464
+ readonly SNS_TOPIC_SINK: "SnsTopicSink";
1465
+ readonly SQS_QUEUE_SINK: "SqsQueueSink";
1466
+ readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
1467
+ };
1337
1468
  /**
1338
1469
  * @public
1339
1470
  */
1340
- export declare enum VoiceAnalyticsConfigurationStatus {
1341
- DISABLED = "Disabled",
1342
- ENABLED = "Enabled"
1343
- }
1471
+ export type MediaInsightsPipelineConfigurationElementType = (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
1472
+ /**
1473
+ * @public
1474
+ * @enum
1475
+ */
1476
+ export declare const VoiceAnalyticsConfigurationStatus: {
1477
+ readonly DISABLED: "Disabled";
1478
+ readonly ENABLED: "Enabled";
1479
+ };
1480
+ /**
1481
+ * @public
1482
+ */
1483
+ export type VoiceAnalyticsConfigurationStatus = (typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
1344
1484
  /**
1345
1485
  * @public
1346
1486
  * <p>The configuration settings for a voice analytics processor.</p>
@@ -1429,10 +1569,15 @@ export interface KeywordMatchConfiguration {
1429
1569
  }
1430
1570
  /**
1431
1571
  * @public
1572
+ * @enum
1432
1573
  */
1433
- export declare enum SentimentType {
1434
- NEGATIVE = "NEGATIVE"
1435
- }
1574
+ export declare const SentimentType: {
1575
+ readonly NEGATIVE: "NEGATIVE";
1576
+ };
1577
+ /**
1578
+ * @public
1579
+ */
1580
+ export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
1436
1581
  /**
1437
1582
  * @public
1438
1583
  * <p>A structure that contains the configuration settings for a sentiment analysis task.</p>
@@ -1453,12 +1598,17 @@ export interface SentimentConfiguration {
1453
1598
  }
1454
1599
  /**
1455
1600
  * @public
1601
+ * @enum
1456
1602
  */
1457
- export declare enum RealTimeAlertRuleType {
1458
- IssueDetection = "IssueDetection",
1459
- KeywordMatch = "KeywordMatch",
1460
- Sentiment = "Sentiment"
1461
- }
1603
+ export declare const RealTimeAlertRuleType: {
1604
+ readonly IssueDetection: "IssueDetection";
1605
+ readonly KeywordMatch: "KeywordMatch";
1606
+ readonly Sentiment: "Sentiment";
1607
+ };
1608
+ /**
1609
+ * @public
1610
+ */
1611
+ export type RealTimeAlertRuleType = (typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
1462
1612
  /**
1463
1613
  * @public
1464
1614
  * <p>Specifies the words or phrases that trigger an alert.</p>
@@ -1593,10 +1743,15 @@ export interface LiveConnectorRTMPConfiguration {
1593
1743
  }
1594
1744
  /**
1595
1745
  * @public
1746
+ * @enum
1596
1747
  */
1597
- export declare enum LiveConnectorSinkType {
1598
- RTMP = "RTMP"
1599
- }
1748
+ export declare const LiveConnectorSinkType: {
1749
+ readonly RTMP: "RTMP";
1750
+ };
1751
+ /**
1752
+ * @public
1753
+ */
1754
+ export type LiveConnectorSinkType = (typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
1600
1755
  /**
1601
1756
  * @public
1602
1757
  * <p>The media pipeline's sink configuration settings.</p>
@@ -1613,11 +1768,16 @@ export interface LiveConnectorSinkConfiguration {
1613
1768
  }
1614
1769
  /**
1615
1770
  * @public
1771
+ * @enum
1616
1772
  */
1617
- export declare enum LiveConnectorMuxType {
1618
- AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
1619
- AudioWithCompositedVideo = "AudioWithCompositedVideo"
1620
- }
1773
+ export declare const LiveConnectorMuxType: {
1774
+ readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
1775
+ readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
1776
+ };
1777
+ /**
1778
+ * @public
1779
+ */
1780
+ export type LiveConnectorMuxType = (typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
1621
1781
  /**
1622
1782
  * @public
1623
1783
  * <p>The media pipeline's configuration object.</p>
@@ -1642,10 +1802,15 @@ export interface ChimeSdkMeetingLiveConnectorConfiguration {
1642
1802
  }
1643
1803
  /**
1644
1804
  * @public
1805
+ * @enum
1645
1806
  */
1646
- export declare enum LiveConnectorSourceType {
1647
- ChimeSdkMeeting = "ChimeSdkMeeting"
1648
- }
1807
+ export declare const LiveConnectorSourceType: {
1808
+ readonly ChimeSdkMeeting: "ChimeSdkMeeting";
1809
+ };
1810
+ /**
1811
+ * @public
1812
+ */
1813
+ export type LiveConnectorSourceType = (typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
1649
1814
  /**
1650
1815
  * @public
1651
1816
  * <p>The data source configuration object of a streaming media pipeline.</p>
@@ -2056,11 +2221,16 @@ export interface UpdateMediaInsightsPipelineConfigurationResponse {
2056
2221
  }
2057
2222
  /**
2058
2223
  * @public
2224
+ * @enum
2059
2225
  */
2060
- export declare enum MediaPipelineStatusUpdate {
2061
- Pause = "Pause",
2062
- Resume = "Resume"
2063
- }
2226
+ export declare const MediaPipelineStatusUpdate: {
2227
+ readonly Pause: "Pause";
2228
+ readonly Resume: "Resume";
2229
+ };
2230
+ /**
2231
+ * @public
2232
+ */
2233
+ export type MediaPipelineStatusUpdate = (typeof MediaPipelineStatusUpdate)[keyof typeof MediaPipelineStatusUpdate];
2064
2234
  /**
2065
2235
  * @public
2066
2236
  */