@aws-sdk/client-chime-sdk-media-pipelines 3.428.0 → 3.430.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.
@@ -23,7 +23,7 @@ export interface ActiveSpeakerOnlyConfiguration {
23
23
  * @public
24
24
  * <p>The position of the <code>ActiveSpeakerOnly</code> video tile.</p>
25
25
  */
26
- ActiveSpeakerPosition?: ActiveSpeakerPosition | string;
26
+ ActiveSpeakerPosition?: ActiveSpeakerPosition;
27
27
  }
28
28
  /**
29
29
  * @public
@@ -105,7 +105,7 @@ export interface PostCallAnalyticsSettings {
105
105
  * @public
106
106
  * <p>The content redaction output settings for a post-call analysis task.</p>
107
107
  */
108
- ContentRedactionOutput?: ContentRedactionOutput | string;
108
+ ContentRedactionOutput?: ContentRedactionOutput;
109
109
  /**
110
110
  * @public
111
111
  * <p>The ID of the KMS (Key Management Service) key used to encrypt the output.</p>
@@ -135,7 +135,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
135
135
  * @public
136
136
  * <p>The language code in the configuration.</p>
137
137
  */
138
- LanguageCode: CallAnalyticsLanguageCode | string | undefined;
138
+ LanguageCode: CallAnalyticsLanguageCode | undefined;
139
139
  /**
140
140
  * @public
141
141
  * <p>Specifies the name of the custom vocabulary to use when processing a transcription. Note
@@ -162,7 +162,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
162
162
  * <p>To delete words, choose <code>remove</code>.</p>
163
163
  * <p>To flag words without changing them, choose <code>tag</code>. </p>
164
164
  */
165
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
165
+ VocabularyFilterMethod?: VocabularyFilterMethod;
166
166
  /**
167
167
  * @public
168
168
  * <p>Specifies the name of the custom language model to use when processing a transcription.
@@ -188,7 +188,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
188
188
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization">Partial-result stabilization</a>
189
189
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
190
190
  */
191
- PartialResultsStability?: PartialResultsStability | string;
191
+ PartialResultsStability?: PartialResultsStability;
192
192
  /**
193
193
  * @public
194
194
  * <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
@@ -197,7 +197,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
197
197
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
198
198
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
199
199
  */
200
- ContentIdentificationType?: ContentType | string;
200
+ ContentIdentificationType?: ContentType;
201
201
  /**
202
202
  * @public
203
203
  * <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
@@ -206,7 +206,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
206
206
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
207
207
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
208
208
  */
209
- ContentRedactionType?: ContentType | string;
209
+ ContentRedactionType?: ContentType;
210
210
  /**
211
211
  * @public
212
212
  * <p>Specifies the types of personally identifiable information (PII) to redact from a transcript. You can include as many types as you'd like, or you can select <code>ALL</code>.</p>
@@ -246,7 +246,7 @@ export interface AmazonTranscribeProcessorConfiguration {
246
246
  * <p>For a list of languages that real-time Call Analytics supports, see the <a href="https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html">Supported languages table</a>
247
247
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
248
248
  */
249
- LanguageCode?: CallAnalyticsLanguageCode | string;
249
+ LanguageCode?: CallAnalyticsLanguageCode;
250
250
  /**
251
251
  * @public
252
252
  * <p>The name of the custom vocabulary that you specified in your Call Analytics
@@ -265,7 +265,7 @@ export interface AmazonTranscribeProcessorConfiguration {
265
265
  * @public
266
266
  * <p>The vocabulary filtering method used in your Call Analytics transcription.</p>
267
267
  */
268
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
268
+ VocabularyFilterMethod?: VocabularyFilterMethod;
269
269
  /**
270
270
  * @public
271
271
  * <p>Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.</p>
@@ -287,7 +287,7 @@ export interface AmazonTranscribeProcessorConfiguration {
287
287
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization">Partial-result stabilization</a>
288
288
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
289
289
  */
290
- PartialResultsStability?: PartialResultsStability | string;
290
+ PartialResultsStability?: PartialResultsStability;
291
291
  /**
292
292
  * @public
293
293
  * <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
@@ -300,7 +300,7 @@ export interface AmazonTranscribeProcessorConfiguration {
300
300
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
301
301
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
302
302
  */
303
- ContentIdentificationType?: ContentType | string;
303
+ ContentIdentificationType?: ContentType;
304
304
  /**
305
305
  * @public
306
306
  * <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
@@ -309,7 +309,7 @@ export interface AmazonTranscribeProcessorConfiguration {
309
309
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
310
310
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
311
311
  */
312
- ContentRedactionType?: ContentType | string;
312
+ ContentRedactionType?: ContentType;
313
313
  /**
314
314
  * @public
315
315
  * <p>The types of personally identifiable information (PII) to redact from a transcript. You
@@ -349,7 +349,7 @@ export interface AmazonTranscribeProcessorConfiguration {
349
349
  * @public
350
350
  * <p>The preferred language for the transcription.</p>
351
351
  */
352
- PreferredLanguage?: CallAnalyticsLanguageCode | string;
352
+ PreferredLanguage?: CallAnalyticsLanguageCode;
353
353
  /**
354
354
  * @public
355
355
  * <p>The names of the custom vocabulary or vocabularies used during transcription.</p>
@@ -381,7 +381,7 @@ export interface AudioConcatenationConfiguration {
381
381
  * @public
382
382
  * <p>Enables or disables the configuration object.</p>
383
383
  */
384
- State: AudioArtifactsConcatenationState | string | undefined;
384
+ State: AudioArtifactsConcatenationState | undefined;
385
385
  }
386
386
  /**
387
387
  * @public
@@ -406,7 +406,7 @@ export interface CompositedVideoConcatenationConfiguration {
406
406
  * @public
407
407
  * <p>Enables or disables the configuration object.</p>
408
408
  */
409
- State: ArtifactsConcatenationState | string | undefined;
409
+ State: ArtifactsConcatenationState | undefined;
410
410
  }
411
411
  /**
412
412
  * @public
@@ -418,7 +418,7 @@ export interface ContentConcatenationConfiguration {
418
418
  * @public
419
419
  * <p>Enables or disables the configuration object.</p>
420
420
  */
421
- State: ArtifactsConcatenationState | string | undefined;
421
+ State: ArtifactsConcatenationState | undefined;
422
422
  }
423
423
  /**
424
424
  * @public
@@ -429,7 +429,7 @@ export interface DataChannelConcatenationConfiguration {
429
429
  * @public
430
430
  * <p>Enables or disables the configuration object.</p>
431
431
  */
432
- State: ArtifactsConcatenationState | string | undefined;
432
+ State: ArtifactsConcatenationState | undefined;
433
433
  }
434
434
  /**
435
435
  * @public
@@ -440,7 +440,7 @@ export interface MeetingEventsConcatenationConfiguration {
440
440
  * @public
441
441
  * <p>Enables or disables the configuration object.</p>
442
442
  */
443
- State: ArtifactsConcatenationState | string | undefined;
443
+ State: ArtifactsConcatenationState | undefined;
444
444
  }
445
445
  /**
446
446
  * @public
@@ -451,7 +451,7 @@ export interface TranscriptionMessagesConcatenationConfiguration {
451
451
  * @public
452
452
  * <p>Enables or disables the configuration object.</p>
453
453
  */
454
- State: ArtifactsConcatenationState | string | undefined;
454
+ State: ArtifactsConcatenationState | undefined;
455
455
  }
456
456
  /**
457
457
  * @public
@@ -462,7 +462,7 @@ export interface VideoConcatenationConfiguration {
462
462
  * @public
463
463
  * <p>Enables or disables the configuration object.</p>
464
464
  */
465
- State: ArtifactsConcatenationState | string | undefined;
465
+ State: ArtifactsConcatenationState | undefined;
466
466
  }
467
467
  /**
468
468
  * @public
@@ -527,7 +527,7 @@ export interface AudioArtifactsConfiguration {
527
527
  * @public
528
528
  * <p>The MUX type of the audio artifact configuration object.</p>
529
529
  */
530
- MuxType: AudioMuxType | string | undefined;
530
+ MuxType: AudioMuxType | undefined;
531
531
  }
532
532
  /**
533
533
  * @public
@@ -588,12 +588,12 @@ export interface HorizontalLayoutConfiguration {
588
588
  * @public
589
589
  * <p>Sets the automatic ordering of the video tiles.</p>
590
590
  */
591
- TileOrder?: TileOrder | string;
591
+ TileOrder?: TileOrder;
592
592
  /**
593
593
  * @public
594
594
  * <p>Sets the position of horizontal tiles.</p>
595
595
  */
596
- TilePosition?: HorizontalTilePosition | string;
596
+ TilePosition?: HorizontalTilePosition;
597
597
  /**
598
598
  * @public
599
599
  * <p>The maximum number of video tiles to display.</p>
@@ -628,7 +628,7 @@ export interface PresenterOnlyConfiguration {
628
628
  * @public
629
629
  * <p>Defines the position of the presenter video tile. Default: <code>TopRight</code>.</p>
630
630
  */
631
- PresenterPosition?: PresenterPosition | string;
631
+ PresenterPosition?: PresenterPosition;
632
632
  }
633
633
  /**
634
634
  * @public
@@ -651,12 +651,12 @@ export interface VerticalLayoutConfiguration {
651
651
  * @public
652
652
  * <p>Sets the automatic ordering of the video tiles.</p>
653
653
  */
654
- TileOrder?: TileOrder | string;
654
+ TileOrder?: TileOrder;
655
655
  /**
656
656
  * @public
657
657
  * <p>Sets the position of vertical tiles.</p>
658
658
  */
659
- TilePosition?: VerticalTilePosition | string;
659
+ TilePosition?: VerticalTilePosition;
660
660
  /**
661
661
  * @public
662
662
  * <p>The maximum number of tiles to display.</p>
@@ -714,12 +714,12 @@ export interface VideoAttribute {
714
714
  * @public
715
715
  * <p>Defines the border color of all video tiles.</p>
716
716
  */
717
- BorderColor?: BorderColor | string;
717
+ BorderColor?: BorderColor;
718
718
  /**
719
719
  * @public
720
720
  * <p>Defines the highlight color for the active video tile.</p>
721
721
  */
722
- HighlightColor?: HighlightColor | string;
722
+ HighlightColor?: HighlightColor;
723
723
  /**
724
724
  * @public
725
725
  * <p>Defines the border thickness for all video tiles.</p>
@@ -735,7 +735,7 @@ export interface GridViewConfiguration {
735
735
  * @public
736
736
  * <p>Defines the layout of the video tiles when content sharing is enabled.</p>
737
737
  */
738
- ContentShareLayout: ContentShareLayoutOption | string | undefined;
738
+ ContentShareLayout: ContentShareLayoutOption | undefined;
739
739
  /**
740
740
  * @public
741
741
  * <p>Defines the configuration options for a presenter only video tile.</p>
@@ -765,7 +765,7 @@ export interface GridViewConfiguration {
765
765
  * @public
766
766
  * <p>The orientation setting, horizontal or vertical.</p>
767
767
  */
768
- CanvasOrientation?: CanvasOrientation | string;
768
+ CanvasOrientation?: CanvasOrientation;
769
769
  }
770
770
  /**
771
771
  * @public
@@ -799,12 +799,12 @@ export interface CompositedVideoArtifactsConfiguration {
799
799
  * @public
800
800
  * <p>The layout setting, such as <code>GridView</code> in the configuration object.</p>
801
801
  */
802
- Layout?: LayoutOption | string;
802
+ Layout?: LayoutOption;
803
803
  /**
804
804
  * @public
805
805
  * <p>The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.</p>
806
806
  */
807
- Resolution?: ResolutionOption | string;
807
+ Resolution?: ResolutionOption;
808
808
  /**
809
809
  * @public
810
810
  * <p>The <code>GridView</code> configuration setting.</p>
@@ -843,12 +843,12 @@ export interface ContentArtifactsConfiguration {
843
843
  * @public
844
844
  * <p>Indicates whether the content artifact is enabled or disabled.</p>
845
845
  */
846
- State: ArtifactsState | string | undefined;
846
+ State: ArtifactsState | undefined;
847
847
  /**
848
848
  * @public
849
849
  * <p>The MUX type of the artifact configuration.</p>
850
850
  */
851
- MuxType?: ContentMuxType | string;
851
+ MuxType?: ContentMuxType;
852
852
  }
853
853
  /**
854
854
  * @public
@@ -870,12 +870,12 @@ export interface VideoArtifactsConfiguration {
870
870
  * @public
871
871
  * <p>Indicates whether the video artifact is enabled or disabled.</p>
872
872
  */
873
- State: ArtifactsState | string | undefined;
873
+ State: ArtifactsState | undefined;
874
874
  /**
875
875
  * @public
876
876
  * <p>The MUX type of the video artifact configuration object.</p>
877
877
  */
878
- MuxType?: VideoMuxType | string;
878
+ MuxType?: VideoMuxType;
879
879
  }
880
880
  /**
881
881
  * @public
@@ -939,7 +939,7 @@ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
939
939
  export declare class BadRequestException extends __BaseException {
940
940
  readonly name: "BadRequestException";
941
941
  readonly $fault: "client";
942
- Code?: ErrorCode | string;
942
+ Code?: ErrorCode;
943
943
  Message?: string;
944
944
  /**
945
945
  * @public
@@ -977,7 +977,7 @@ export interface ChannelDefinition {
977
977
  * @public
978
978
  * <p>Specifies whether the audio in a channel belongs to the <code>AGENT</code> or <code>CUSTOMER</code>.</p>
979
979
  */
980
- ParticipantRole?: ParticipantRole | string;
980
+ ParticipantRole?: ParticipantRole;
981
981
  }
982
982
  /**
983
983
  * @public
@@ -1071,7 +1071,7 @@ export interface CreateMediaCapturePipelineRequest {
1071
1071
  * <p>Source type from which the media artifacts are captured. A Chime SDK Meeting is the only
1072
1072
  * supported source.</p>
1073
1073
  */
1074
- SourceType: MediaPipelineSourceType | string | undefined;
1074
+ SourceType: MediaPipelineSourceType | undefined;
1075
1075
  /**
1076
1076
  * @public
1077
1077
  * <p>ARN of the source from which the media artifacts are captured.</p>
@@ -1081,7 +1081,7 @@ export interface CreateMediaCapturePipelineRequest {
1081
1081
  * @public
1082
1082
  * <p>Destination type to which the media artifacts are saved. You must use an S3 bucket.</p>
1083
1083
  */
1084
- SinkType: MediaPipelineSinkType | string | undefined;
1084
+ SinkType: MediaPipelineSinkType | undefined;
1085
1085
  /**
1086
1086
  * @public
1087
1087
  * <p>The ARN of the sink type.</p>
@@ -1142,7 +1142,7 @@ export interface MediaCapturePipeline {
1142
1142
  * <p>Source type from which media artifacts are saved. You must use
1143
1143
  * <code>ChimeMeeting</code>.</p>
1144
1144
  */
1145
- SourceType?: MediaPipelineSourceType | string;
1145
+ SourceType?: MediaPipelineSourceType;
1146
1146
  /**
1147
1147
  * @public
1148
1148
  * <p>ARN of the source from which the media artifacts are saved.</p>
@@ -1152,13 +1152,13 @@ export interface MediaCapturePipeline {
1152
1152
  * @public
1153
1153
  * <p>The status of the media pipeline.</p>
1154
1154
  */
1155
- Status?: MediaPipelineStatus | string;
1155
+ Status?: MediaPipelineStatus;
1156
1156
  /**
1157
1157
  * @public
1158
1158
  * <p>Destination type to which the media artifacts are saved. You must use an S3
1159
1159
  * Bucket.</p>
1160
1160
  */
1161
- SinkType?: MediaPipelineSinkType | string;
1161
+ SinkType?: MediaPipelineSinkType;
1162
1162
  /**
1163
1163
  * @public
1164
1164
  * <p>ARN of the destination to which the media artifacts are saved.</p>
@@ -1199,7 +1199,7 @@ export interface CreateMediaCapturePipelineResponse {
1199
1199
  export declare class ForbiddenException extends __BaseException {
1200
1200
  readonly name: "ForbiddenException";
1201
1201
  readonly $fault: "client";
1202
- Code?: ErrorCode | string;
1202
+ Code?: ErrorCode;
1203
1203
  Message?: string;
1204
1204
  /**
1205
1205
  * @public
@@ -1218,7 +1218,7 @@ export declare class ForbiddenException extends __BaseException {
1218
1218
  export declare class ResourceLimitExceededException extends __BaseException {
1219
1219
  readonly name: "ResourceLimitExceededException";
1220
1220
  readonly $fault: "client";
1221
- Code?: ErrorCode | string;
1221
+ Code?: ErrorCode;
1222
1222
  Message?: string;
1223
1223
  /**
1224
1224
  * @public
@@ -1237,7 +1237,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
1237
1237
  export declare class ServiceFailureException extends __BaseException {
1238
1238
  readonly name: "ServiceFailureException";
1239
1239
  readonly $fault: "server";
1240
- Code?: ErrorCode | string;
1240
+ Code?: ErrorCode;
1241
1241
  Message?: string;
1242
1242
  /**
1243
1243
  * @public
@@ -1256,7 +1256,7 @@ export declare class ServiceFailureException extends __BaseException {
1256
1256
  export declare class ServiceUnavailableException extends __BaseException {
1257
1257
  readonly name: "ServiceUnavailableException";
1258
1258
  readonly $fault: "server";
1259
- Code?: ErrorCode | string;
1259
+ Code?: ErrorCode;
1260
1260
  Message?: string;
1261
1261
  /**
1262
1262
  * @public
@@ -1275,7 +1275,7 @@ export declare class ServiceUnavailableException extends __BaseException {
1275
1275
  export declare class ThrottledClientException extends __BaseException {
1276
1276
  readonly name: "ThrottledClientException";
1277
1277
  readonly $fault: "client";
1278
- Code?: ErrorCode | string;
1278
+ Code?: ErrorCode;
1279
1279
  Message?: string;
1280
1280
  /**
1281
1281
  * @public
@@ -1294,7 +1294,7 @@ export declare class ThrottledClientException extends __BaseException {
1294
1294
  export declare class UnauthorizedClientException extends __BaseException {
1295
1295
  readonly name: "UnauthorizedClientException";
1296
1296
  readonly $fault: "client";
1297
- Code?: ErrorCode | string;
1297
+ Code?: ErrorCode;
1298
1298
  Message?: string;
1299
1299
  /**
1300
1300
  * @public
@@ -1337,7 +1337,7 @@ export interface ConcatenationSink {
1337
1337
  * @public
1338
1338
  * <p>The type of data sink in the configuration object.</p>
1339
1339
  */
1340
- Type: ConcatenationSinkType | string | undefined;
1340
+ Type: ConcatenationSinkType | undefined;
1341
1341
  /**
1342
1342
  * @public
1343
1343
  * <p>The configuration settings for an Amazon S3 bucket sink.</p>
@@ -1392,7 +1392,7 @@ export interface ConcatenationSource {
1392
1392
  * @public
1393
1393
  * <p>The type of concatenation source in a configuration object.</p>
1394
1394
  */
1395
- Type: ConcatenationSourceType | string | undefined;
1395
+ Type: ConcatenationSourceType | undefined;
1396
1396
  /**
1397
1397
  * @public
1398
1398
  * <p>The concatenation settings for the media pipeline in a configuration object.</p>
@@ -1454,7 +1454,7 @@ export interface MediaConcatenationPipeline {
1454
1454
  * @public
1455
1455
  * <p>The status of the concatenation pipeline.</p>
1456
1456
  */
1457
- Status?: MediaPipelineStatus | string;
1457
+ Status?: MediaPipelineStatus;
1458
1458
  /**
1459
1459
  * @public
1460
1460
  * <p>The time at which the concatenation pipeline was created.</p>
@@ -1532,7 +1532,7 @@ export interface FragmentSelector {
1532
1532
  * <p>The origin of the timestamps to use, <code>Server</code> or <code>Producer</code>. For more information, see
1533
1533
  * <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html">StartSelectorType</a> in the <i>Amazon Kinesis Video Streams Developer Guide</i>.</p>
1534
1534
  */
1535
- FragmentSelectorType: FragmentSelectorType | string | undefined;
1535
+ FragmentSelectorType: FragmentSelectorType | undefined;
1536
1536
  /**
1537
1537
  * @public
1538
1538
  * <p>The range of timestamps to return.</p>
@@ -1629,7 +1629,7 @@ export interface KinesisVideoStreamSourceRuntimeConfiguration {
1629
1629
  * <p>Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit little-endian audio formats, which does not include WAV)</p>
1630
1630
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio">Media formats</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
1631
1631
  */
1632
- MediaEncoding: MediaEncoding | string | undefined;
1632
+ MediaEncoding: MediaEncoding | undefined;
1633
1633
  /**
1634
1634
  * @public
1635
1635
  * <p>The sample rate of the input audio (in hertz). Low-quality audio, such as telephone
@@ -1665,7 +1665,7 @@ export interface S3RecordingSinkRuntimeConfiguration {
1665
1665
  * @public
1666
1666
  * <p>The file format for the media files sent to the Amazon S3 bucket.</p>
1667
1667
  */
1668
- RecordingFileFormat: RecordingFileFormat | string | undefined;
1668
+ RecordingFileFormat: RecordingFileFormat | undefined;
1669
1669
  }
1670
1670
  /**
1671
1671
  * @public
@@ -1754,12 +1754,12 @@ export interface MediaInsightsPipelineElementStatus {
1754
1754
  * @public
1755
1755
  * <p>The type of status.</p>
1756
1756
  */
1757
- Type?: MediaInsightsPipelineConfigurationElementType | string;
1757
+ Type?: MediaInsightsPipelineConfigurationElementType;
1758
1758
  /**
1759
1759
  * @public
1760
1760
  * <p>The element's status.</p>
1761
1761
  */
1762
- Status?: MediaPipelineElementStatus | string;
1762
+ Status?: MediaPipelineElementStatus;
1763
1763
  }
1764
1764
  /**
1765
1765
  * @public
@@ -1785,7 +1785,7 @@ export interface MediaInsightsPipeline {
1785
1785
  * @public
1786
1786
  * <p>The status of a media insights pipeline.</p>
1787
1787
  */
1788
- Status?: MediaPipelineStatus | string;
1788
+ Status?: MediaPipelineStatus;
1789
1789
  /**
1790
1790
  * @public
1791
1791
  * <p>The configuration settings for a Kinesis runtime video stream in a media insights pipeline.</p>
@@ -1834,7 +1834,7 @@ export interface CreateMediaInsightsPipelineResponse {
1834
1834
  export declare class NotFoundException extends __BaseException {
1835
1835
  readonly name: "NotFoundException";
1836
1836
  readonly $fault: "client";
1837
- Code?: ErrorCode | string;
1837
+ Code?: ErrorCode;
1838
1838
  Message?: string;
1839
1839
  /**
1840
1840
  * @public
@@ -1882,7 +1882,7 @@ export interface S3RecordingSinkConfiguration {
1882
1882
  * @public
1883
1883
  * <p>The default file format for the media files sent to the Amazon S3 bucket.</p>
1884
1884
  */
1885
- RecordingFileFormat?: RecordingFileFormat | string;
1885
+ RecordingFileFormat?: RecordingFileFormat;
1886
1886
  }
1887
1887
  /**
1888
1888
  * @public
@@ -1927,12 +1927,12 @@ export interface VoiceAnalyticsProcessorConfiguration {
1927
1927
  * @public
1928
1928
  * <p>The status of the speaker search task.</p>
1929
1929
  */
1930
- SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus | string;
1930
+ SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus;
1931
1931
  /**
1932
1932
  * @public
1933
1933
  * <p>The status of the voice tone analysis task.</p>
1934
1934
  */
1935
- VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | string;
1935
+ VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus;
1936
1936
  }
1937
1937
  /**
1938
1938
  * @public
@@ -1954,7 +1954,7 @@ export interface MediaInsightsPipelineConfigurationElement {
1954
1954
  * @public
1955
1955
  * <p>The element type.</p>
1956
1956
  */
1957
- Type: MediaInsightsPipelineConfigurationElementType | string | undefined;
1957
+ Type: MediaInsightsPipelineConfigurationElementType | undefined;
1958
1958
  /**
1959
1959
  * @public
1960
1960
  * <p>The analytics configuration settings for transcribing audio in a media insights pipeline configuration element.</p>
@@ -2060,7 +2060,7 @@ export interface SentimentConfiguration {
2060
2060
  * @public
2061
2061
  * <p>The type of sentiment, <code>POSITIVE</code>, <code>NEGATIVE</code>, or <code>NEUTRAL</code>.</p>
2062
2062
  */
2063
- SentimentType: SentimentType | string | undefined;
2063
+ SentimentType: SentimentType | undefined;
2064
2064
  /**
2065
2065
  * @public
2066
2066
  * <p>Specifies the analysis interval.</p>
@@ -2089,7 +2089,7 @@ export interface RealTimeAlertRule {
2089
2089
  * @public
2090
2090
  * <p>The type of alert rule.</p>
2091
2091
  */
2092
- Type: RealTimeAlertRuleType | string | undefined;
2092
+ Type: RealTimeAlertRuleType | undefined;
2093
2093
  /**
2094
2094
  * @public
2095
2095
  * <p>Specifies the settings for matching the keywords in a real-time alert rule.</p>
@@ -2229,7 +2229,7 @@ export interface LiveConnectorRTMPConfiguration {
2229
2229
  * @public
2230
2230
  * <p>The audio channels set for the RTMP configuration</p>
2231
2231
  */
2232
- AudioChannels?: AudioChannelsOption | string;
2232
+ AudioChannels?: AudioChannelsOption;
2233
2233
  /**
2234
2234
  * @public
2235
2235
  * <p>The audio sample rate set for the RTMP configuration. Default: 48000.</p>
@@ -2256,7 +2256,7 @@ export interface LiveConnectorSinkConfiguration {
2256
2256
  * @public
2257
2257
  * <p>The sink configuration's sink type.</p>
2258
2258
  */
2259
- SinkType: LiveConnectorSinkType | string | undefined;
2259
+ SinkType: LiveConnectorSinkType | undefined;
2260
2260
  /**
2261
2261
  * @public
2262
2262
  * <p>The sink configuration's RTMP configuration settings.</p>
@@ -2289,7 +2289,7 @@ export interface ChimeSdkMeetingLiveConnectorConfiguration {
2289
2289
  * @public
2290
2290
  * <p>The configuration object's multiplex type.</p>
2291
2291
  */
2292
- MuxType: LiveConnectorMuxType | string | undefined;
2292
+ MuxType: LiveConnectorMuxType | undefined;
2293
2293
  /**
2294
2294
  * @public
2295
2295
  * <p>The media pipeline's composited video.</p>
@@ -2321,7 +2321,7 @@ export interface LiveConnectorSourceConfiguration {
2321
2321
  * @public
2322
2322
  * <p>The source configuration's media source type.</p>
2323
2323
  */
2324
- SourceType: LiveConnectorSourceType | string | undefined;
2324
+ SourceType: LiveConnectorSourceType | undefined;
2325
2325
  /**
2326
2326
  * @public
2327
2327
  * <p>The configuration settings of the connector pipeline.</p>
@@ -2382,7 +2382,7 @@ export interface MediaLiveConnectorPipeline {
2382
2382
  * @public
2383
2383
  * <p>The connector pipeline's status.</p>
2384
2384
  */
2385
- Status?: MediaPipelineStatus | string;
2385
+ Status?: MediaPipelineStatus;
2386
2386
  /**
2387
2387
  * @public
2388
2388
  * <p>The time at which the connector pipeline was created.</p>
@@ -2412,7 +2412,7 @@ export interface CreateMediaLiveConnectorPipelineResponse {
2412
2412
  export declare class ConflictException extends __BaseException {
2413
2413
  readonly name: "ConflictException";
2414
2414
  readonly $fault: "client";
2415
- Code?: ErrorCode | string;
2415
+ Code?: ErrorCode;
2416
2416
  Message?: string;
2417
2417
  /**
2418
2418
  * @public
@@ -2504,7 +2504,7 @@ export interface KinesisVideoStreamPoolConfiguration {
2504
2504
  * @public
2505
2505
  * <p>The status of the video stream pool in the configuration. </p>
2506
2506
  */
2507
- PoolStatus?: KinesisVideoStreamPoolStatus | string;
2507
+ PoolStatus?: KinesisVideoStreamPoolStatus;
2508
2508
  /**
2509
2509
  * @public
2510
2510
  * <p>The size of the video stream pool in the configuration.</p>
@@ -2573,7 +2573,7 @@ export interface MediaStreamSink {
2573
2573
  * @public
2574
2574
  * <p>The media stream sink's type.</p>
2575
2575
  */
2576
- SinkType: MediaStreamPipelineSinkType | string | undefined;
2576
+ SinkType: MediaStreamPipelineSinkType | undefined;
2577
2577
  /**
2578
2578
  * @public
2579
2579
  * <p>Specifies the number of streams that the sink can accept.</p>
@@ -2583,7 +2583,7 @@ export interface MediaStreamSink {
2583
2583
  * @public
2584
2584
  * <p>The media stream sink's media stream type.</p>
2585
2585
  */
2586
- MediaStreamType: MediaStreamType | string | undefined;
2586
+ MediaStreamType: MediaStreamType | undefined;
2587
2587
  }
2588
2588
  /**
2589
2589
  * @public
@@ -2594,7 +2594,7 @@ export interface MediaStreamSource {
2594
2594
  * @public
2595
2595
  * <p>The type of media stream source.</p>
2596
2596
  */
2597
- SourceType: MediaPipelineSourceType | string | undefined;
2597
+ SourceType: MediaPipelineSourceType | undefined;
2598
2598
  /**
2599
2599
  * @public
2600
2600
  * <p>The ARN of the media stream source. </p>
@@ -2655,7 +2655,7 @@ export interface MediaStreamPipeline {
2655
2655
  * @public
2656
2656
  * <p>The status of the media stream pipeline.</p>
2657
2657
  */
2658
- Status?: MediaPipelineStatus | string;
2658
+ Status?: MediaPipelineStatus;
2659
2659
  /**
2660
2660
  * @public
2661
2661
  * <p>The media stream pipeline's data sources.</p>
@@ -2874,7 +2874,7 @@ export interface SpeakerSearchTask {
2874
2874
  * @public
2875
2875
  * <p>The status of the speaker search task.</p>
2876
2876
  */
2877
- SpeakerSearchTaskStatus?: MediaPipelineTaskStatus | string;
2877
+ SpeakerSearchTaskStatus?: MediaPipelineTaskStatus;
2878
2878
  /**
2879
2879
  * @public
2880
2880
  * <p>The time at which a speaker search task was created.</p>
@@ -2925,7 +2925,7 @@ export interface VoiceToneAnalysisTask {
2925
2925
  * @public
2926
2926
  * <p>The status of a voice tone analysis task.</p>
2927
2927
  */
2928
- VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus | string;
2928
+ VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus;
2929
2929
  /**
2930
2930
  * @public
2931
2931
  * <p>The time at which a voice tone analysis task was created.</p>
@@ -3242,7 +3242,7 @@ export interface StartVoiceToneAnalysisTaskRequest {
3242
3242
  * @public
3243
3243
  * <p>The language code.</p>
3244
3244
  */
3245
- LanguageCode: VoiceAnalyticsLanguageCode | string | undefined;
3245
+ LanguageCode: VoiceAnalyticsLanguageCode | undefined;
3246
3246
  /**
3247
3247
  * @public
3248
3248
  * <p>The task configuration for the Kinesis video stream source of the media insights
@@ -3395,7 +3395,7 @@ export interface UpdateMediaInsightsPipelineStatusRequest {
3395
3395
  * @public
3396
3396
  * <p>The requested status of the media insights pipeline.</p>
3397
3397
  */
3398
- UpdateStatus: MediaPipelineStatusUpdate | string | undefined;
3398
+ UpdateStatus: MediaPipelineStatusUpdate | undefined;
3399
3399
  }
3400
3400
  /**
3401
3401
  * @public
@@ -9,7 +9,7 @@ export declare const ActiveSpeakerPosition: {
9
9
  export type ActiveSpeakerPosition =
10
10
  (typeof ActiveSpeakerPosition)[keyof typeof ActiveSpeakerPosition];
11
11
  export interface ActiveSpeakerOnlyConfiguration {
12
- ActiveSpeakerPosition?: ActiveSpeakerPosition | string;
12
+ ActiveSpeakerPosition?: ActiveSpeakerPosition;
13
13
  }
14
14
  export declare const ContentType: {
15
15
  readonly PII: "PII";
@@ -44,7 +44,7 @@ export type ContentRedactionOutput =
44
44
  export interface PostCallAnalyticsSettings {
45
45
  OutputLocation: string | undefined;
46
46
  DataAccessRoleArn: string | undefined;
47
- ContentRedactionOutput?: ContentRedactionOutput | string;
47
+ ContentRedactionOutput?: ContentRedactionOutput;
48
48
  OutputEncryptionKMSKeyId?: string;
49
49
  }
50
50
  export declare const VocabularyFilterMethod: {
@@ -55,36 +55,36 @@ export declare const VocabularyFilterMethod: {
55
55
  export type VocabularyFilterMethod =
56
56
  (typeof VocabularyFilterMethod)[keyof typeof VocabularyFilterMethod];
57
57
  export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
58
- LanguageCode: CallAnalyticsLanguageCode | string | undefined;
58
+ LanguageCode: CallAnalyticsLanguageCode | undefined;
59
59
  VocabularyName?: string;
60
60
  VocabularyFilterName?: string;
61
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
61
+ VocabularyFilterMethod?: VocabularyFilterMethod;
62
62
  LanguageModelName?: string;
63
63
  EnablePartialResultsStabilization?: boolean;
64
- PartialResultsStability?: PartialResultsStability | string;
65
- ContentIdentificationType?: ContentType | string;
66
- ContentRedactionType?: ContentType | string;
64
+ PartialResultsStability?: PartialResultsStability;
65
+ ContentIdentificationType?: ContentType;
66
+ ContentRedactionType?: ContentType;
67
67
  PiiEntityTypes?: string;
68
68
  FilterPartialResults?: boolean;
69
69
  PostCallAnalyticsSettings?: PostCallAnalyticsSettings;
70
70
  CallAnalyticsStreamCategories?: string[];
71
71
  }
72
72
  export interface AmazonTranscribeProcessorConfiguration {
73
- LanguageCode?: CallAnalyticsLanguageCode | string;
73
+ LanguageCode?: CallAnalyticsLanguageCode;
74
74
  VocabularyName?: string;
75
75
  VocabularyFilterName?: string;
76
- VocabularyFilterMethod?: VocabularyFilterMethod | string;
76
+ VocabularyFilterMethod?: VocabularyFilterMethod;
77
77
  ShowSpeakerLabel?: boolean;
78
78
  EnablePartialResultsStabilization?: boolean;
79
- PartialResultsStability?: PartialResultsStability | string;
80
- ContentIdentificationType?: ContentType | string;
81
- ContentRedactionType?: ContentType | string;
79
+ PartialResultsStability?: PartialResultsStability;
80
+ ContentIdentificationType?: ContentType;
81
+ ContentRedactionType?: ContentType;
82
82
  PiiEntityTypes?: string;
83
83
  LanguageModelName?: string;
84
84
  FilterPartialResults?: boolean;
85
85
  IdentifyLanguage?: boolean;
86
86
  LanguageOptions?: string;
87
- PreferredLanguage?: CallAnalyticsLanguageCode | string;
87
+ PreferredLanguage?: CallAnalyticsLanguageCode;
88
88
  VocabularyNames?: string;
89
89
  VocabularyFilterNames?: string;
90
90
  }
@@ -94,7 +94,7 @@ export declare const AudioArtifactsConcatenationState: {
94
94
  export type AudioArtifactsConcatenationState =
95
95
  (typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
96
96
  export interface AudioConcatenationConfiguration {
97
- State: AudioArtifactsConcatenationState | string | undefined;
97
+ State: AudioArtifactsConcatenationState | undefined;
98
98
  }
99
99
  export declare const ArtifactsConcatenationState: {
100
100
  readonly Disabled: "Disabled";
@@ -103,22 +103,22 @@ export declare const ArtifactsConcatenationState: {
103
103
  export type ArtifactsConcatenationState =
104
104
  (typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
105
105
  export interface CompositedVideoConcatenationConfiguration {
106
- State: ArtifactsConcatenationState | string | undefined;
106
+ State: ArtifactsConcatenationState | undefined;
107
107
  }
108
108
  export interface ContentConcatenationConfiguration {
109
- State: ArtifactsConcatenationState | string | undefined;
109
+ State: ArtifactsConcatenationState | undefined;
110
110
  }
111
111
  export interface DataChannelConcatenationConfiguration {
112
- State: ArtifactsConcatenationState | string | undefined;
112
+ State: ArtifactsConcatenationState | undefined;
113
113
  }
114
114
  export interface MeetingEventsConcatenationConfiguration {
115
- State: ArtifactsConcatenationState | string | undefined;
115
+ State: ArtifactsConcatenationState | undefined;
116
116
  }
117
117
  export interface TranscriptionMessagesConcatenationConfiguration {
118
- State: ArtifactsConcatenationState | string | undefined;
118
+ State: ArtifactsConcatenationState | undefined;
119
119
  }
120
120
  export interface VideoConcatenationConfiguration {
121
- State: ArtifactsConcatenationState | string | undefined;
121
+ State: ArtifactsConcatenationState | undefined;
122
122
  }
123
123
  export interface ArtifactsConcatenationConfiguration {
124
124
  Audio: AudioConcatenationConfiguration | undefined;
@@ -138,7 +138,7 @@ export declare const AudioMuxType: {
138
138
  };
139
139
  export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
140
140
  export interface AudioArtifactsConfiguration {
141
- MuxType: AudioMuxType | string | undefined;
141
+ MuxType: AudioMuxType | undefined;
142
142
  }
143
143
  export declare const CanvasOrientation: {
144
144
  readonly Landscape: "Landscape";
@@ -166,8 +166,8 @@ export declare const HorizontalTilePosition: {
166
166
  export type HorizontalTilePosition =
167
167
  (typeof HorizontalTilePosition)[keyof typeof HorizontalTilePosition];
168
168
  export interface HorizontalLayoutConfiguration {
169
- TileOrder?: TileOrder | string;
170
- TilePosition?: HorizontalTilePosition | string;
169
+ TileOrder?: TileOrder;
170
+ TilePosition?: HorizontalTilePosition;
171
171
  TileCount?: number;
172
172
  TileAspectRatio?: string;
173
173
  }
@@ -180,7 +180,7 @@ export declare const PresenterPosition: {
180
180
  export type PresenterPosition =
181
181
  (typeof PresenterPosition)[keyof typeof PresenterPosition];
182
182
  export interface PresenterOnlyConfiguration {
183
- PresenterPosition?: PresenterPosition | string;
183
+ PresenterPosition?: PresenterPosition;
184
184
  }
185
185
  export declare const VerticalTilePosition: {
186
186
  readonly Left: "Left";
@@ -189,8 +189,8 @@ export declare const VerticalTilePosition: {
189
189
  export type VerticalTilePosition =
190
190
  (typeof VerticalTilePosition)[keyof typeof VerticalTilePosition];
191
191
  export interface VerticalLayoutConfiguration {
192
- TileOrder?: TileOrder | string;
193
- TilePosition?: VerticalTilePosition | string;
192
+ TileOrder?: TileOrder;
193
+ TilePosition?: VerticalTilePosition;
194
194
  TileCount?: number;
195
195
  TileAspectRatio?: string;
196
196
  }
@@ -215,18 +215,18 @@ export type HighlightColor =
215
215
  (typeof HighlightColor)[keyof typeof HighlightColor];
216
216
  export interface VideoAttribute {
217
217
  CornerRadius?: number;
218
- BorderColor?: BorderColor | string;
219
- HighlightColor?: HighlightColor | string;
218
+ BorderColor?: BorderColor;
219
+ HighlightColor?: HighlightColor;
220
220
  BorderThickness?: number;
221
221
  }
222
222
  export interface GridViewConfiguration {
223
- ContentShareLayout: ContentShareLayoutOption | string | undefined;
223
+ ContentShareLayout: ContentShareLayoutOption | undefined;
224
224
  PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
225
225
  ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration;
226
226
  HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration;
227
227
  VerticalLayoutConfiguration?: VerticalLayoutConfiguration;
228
228
  VideoAttribute?: VideoAttribute;
229
- CanvasOrientation?: CanvasOrientation | string;
229
+ CanvasOrientation?: CanvasOrientation;
230
230
  }
231
231
  export declare const LayoutOption: {
232
232
  readonly GridView: "GridView";
@@ -239,8 +239,8 @@ export declare const ResolutionOption: {
239
239
  export type ResolutionOption =
240
240
  (typeof ResolutionOption)[keyof typeof ResolutionOption];
241
241
  export interface CompositedVideoArtifactsConfiguration {
242
- Layout?: LayoutOption | string;
243
- Resolution?: ResolutionOption | string;
242
+ Layout?: LayoutOption;
243
+ Resolution?: ResolutionOption;
244
244
  GridViewConfiguration: GridViewConfiguration | undefined;
245
245
  }
246
246
  export declare const ContentMuxType: {
@@ -255,16 +255,16 @@ export declare const ArtifactsState: {
255
255
  export type ArtifactsState =
256
256
  (typeof ArtifactsState)[keyof typeof ArtifactsState];
257
257
  export interface ContentArtifactsConfiguration {
258
- State: ArtifactsState | string | undefined;
259
- MuxType?: ContentMuxType | string;
258
+ State: ArtifactsState | undefined;
259
+ MuxType?: ContentMuxType;
260
260
  }
261
261
  export declare const VideoMuxType: {
262
262
  readonly VideoOnly: "VideoOnly";
263
263
  };
264
264
  export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
265
265
  export interface VideoArtifactsConfiguration {
266
- State: ArtifactsState | string | undefined;
267
- MuxType?: VideoMuxType | string;
266
+ State: ArtifactsState | undefined;
267
+ MuxType?: VideoMuxType;
268
268
  }
269
269
  export interface ArtifactsConfiguration {
270
270
  Audio: AudioArtifactsConfiguration | undefined;
@@ -291,7 +291,7 @@ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
291
291
  export declare class BadRequestException extends __BaseException {
292
292
  readonly name: "BadRequestException";
293
293
  readonly $fault: "client";
294
- Code?: ErrorCode | string;
294
+ Code?: ErrorCode;
295
295
  Message?: string;
296
296
  RequestId?: string;
297
297
  constructor(
@@ -306,7 +306,7 @@ export type ParticipantRole =
306
306
  (typeof ParticipantRole)[keyof typeof ParticipantRole];
307
307
  export interface ChannelDefinition {
308
308
  ChannelId: number | undefined;
309
- ParticipantRole?: ParticipantRole | string;
309
+ ParticipantRole?: ParticipantRole;
310
310
  }
311
311
  export interface SelectedVideoStreams {
312
312
  AttendeeIds?: string[];
@@ -334,9 +334,9 @@ export interface Tag {
334
334
  Value: string | undefined;
335
335
  }
336
336
  export interface CreateMediaCapturePipelineRequest {
337
- SourceType: MediaPipelineSourceType | string | undefined;
337
+ SourceType: MediaPipelineSourceType | undefined;
338
338
  SourceArn: string | undefined;
339
- SinkType: MediaPipelineSinkType | string | undefined;
339
+ SinkType: MediaPipelineSinkType | undefined;
340
340
  SinkArn: string | undefined;
341
341
  ClientRequestToken?: string;
342
342
  ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
@@ -356,10 +356,10 @@ export type MediaPipelineStatus =
356
356
  export interface MediaCapturePipeline {
357
357
  MediaPipelineId?: string;
358
358
  MediaPipelineArn?: string;
359
- SourceType?: MediaPipelineSourceType | string;
359
+ SourceType?: MediaPipelineSourceType;
360
360
  SourceArn?: string;
361
- Status?: MediaPipelineStatus | string;
362
- SinkType?: MediaPipelineSinkType | string;
361
+ Status?: MediaPipelineStatus;
362
+ SinkType?: MediaPipelineSinkType;
363
363
  SinkArn?: string;
364
364
  CreatedTimestamp?: Date;
365
365
  UpdatedTimestamp?: Date;
@@ -371,7 +371,7 @@ export interface CreateMediaCapturePipelineResponse {
371
371
  export declare class ForbiddenException extends __BaseException {
372
372
  readonly name: "ForbiddenException";
373
373
  readonly $fault: "client";
374
- Code?: ErrorCode | string;
374
+ Code?: ErrorCode;
375
375
  Message?: string;
376
376
  RequestId?: string;
377
377
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
@@ -379,7 +379,7 @@ export declare class ForbiddenException extends __BaseException {
379
379
  export declare class ResourceLimitExceededException extends __BaseException {
380
380
  readonly name: "ResourceLimitExceededException";
381
381
  readonly $fault: "client";
382
- Code?: ErrorCode | string;
382
+ Code?: ErrorCode;
383
383
  Message?: string;
384
384
  RequestId?: string;
385
385
  constructor(
@@ -389,7 +389,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
389
389
  export declare class ServiceFailureException extends __BaseException {
390
390
  readonly name: "ServiceFailureException";
391
391
  readonly $fault: "server";
392
- Code?: ErrorCode | string;
392
+ Code?: ErrorCode;
393
393
  Message?: string;
394
394
  RequestId?: string;
395
395
  constructor(
@@ -399,7 +399,7 @@ export declare class ServiceFailureException extends __BaseException {
399
399
  export declare class ServiceUnavailableException extends __BaseException {
400
400
  readonly name: "ServiceUnavailableException";
401
401
  readonly $fault: "server";
402
- Code?: ErrorCode | string;
402
+ Code?: ErrorCode;
403
403
  Message?: string;
404
404
  RequestId?: string;
405
405
  constructor(
@@ -409,7 +409,7 @@ export declare class ServiceUnavailableException extends __BaseException {
409
409
  export declare class ThrottledClientException extends __BaseException {
410
410
  readonly name: "ThrottledClientException";
411
411
  readonly $fault: "client";
412
- Code?: ErrorCode | string;
412
+ Code?: ErrorCode;
413
413
  Message?: string;
414
414
  RequestId?: string;
415
415
  constructor(
@@ -419,7 +419,7 @@ export declare class ThrottledClientException extends __BaseException {
419
419
  export declare class UnauthorizedClientException extends __BaseException {
420
420
  readonly name: "UnauthorizedClientException";
421
421
  readonly $fault: "client";
422
- Code?: ErrorCode | string;
422
+ Code?: ErrorCode;
423
423
  Message?: string;
424
424
  RequestId?: string;
425
425
  constructor(
@@ -435,7 +435,7 @@ export declare const ConcatenationSinkType: {
435
435
  export type ConcatenationSinkType =
436
436
  (typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
437
437
  export interface ConcatenationSink {
438
- Type: ConcatenationSinkType | string | undefined;
438
+ Type: ConcatenationSinkType | undefined;
439
439
  S3BucketSinkConfiguration: S3BucketSinkConfiguration | undefined;
440
440
  }
441
441
  export interface ChimeSdkMeetingConcatenationConfiguration {
@@ -453,7 +453,7 @@ export declare const ConcatenationSourceType: {
453
453
  export type ConcatenationSourceType =
454
454
  (typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
455
455
  export interface ConcatenationSource {
456
- Type: ConcatenationSourceType | string | undefined;
456
+ Type: ConcatenationSourceType | undefined;
457
457
  MediaCapturePipelineSourceConfiguration:
458
458
  | MediaCapturePipelineSourceConfiguration
459
459
  | undefined;
@@ -469,7 +469,7 @@ export interface MediaConcatenationPipeline {
469
469
  MediaPipelineArn?: string;
470
470
  Sources?: ConcatenationSource[];
471
471
  Sinks?: ConcatenationSink[];
472
- Status?: MediaPipelineStatus | string;
472
+ Status?: MediaPipelineStatus;
473
473
  CreatedTimestamp?: Date;
474
474
  UpdatedTimestamp?: Date;
475
475
  }
@@ -487,7 +487,7 @@ export interface TimestampRange {
487
487
  EndTimestamp: Date | undefined;
488
488
  }
489
489
  export interface FragmentSelector {
490
- FragmentSelectorType: FragmentSelectorType | string | undefined;
490
+ FragmentSelectorType: FragmentSelectorType | undefined;
491
491
  TimestampRange: TimestampRange | undefined;
492
492
  }
493
493
  export interface RecordingStreamConfiguration {
@@ -512,7 +512,7 @@ export interface StreamConfiguration {
512
512
  }
513
513
  export interface KinesisVideoStreamSourceRuntimeConfiguration {
514
514
  Streams: StreamConfiguration[] | undefined;
515
- MediaEncoding: MediaEncoding | string | undefined;
515
+ MediaEncoding: MediaEncoding | undefined;
516
516
  MediaSampleRate: number | undefined;
517
517
  }
518
518
  export declare const RecordingFileFormat: {
@@ -523,7 +523,7 @@ export type RecordingFileFormat =
523
523
  (typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
524
524
  export interface S3RecordingSinkRuntimeConfiguration {
525
525
  Destination: string | undefined;
526
- RecordingFileFormat: RecordingFileFormat | string | undefined;
526
+ RecordingFileFormat: RecordingFileFormat | undefined;
527
527
  }
528
528
  export interface CreateMediaInsightsPipelineRequest {
529
529
  MediaInsightsPipelineConfigurationArn: string | undefined;
@@ -560,14 +560,14 @@ export declare const MediaInsightsPipelineConfigurationElementType: {
560
560
  export type MediaInsightsPipelineConfigurationElementType =
561
561
  (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
562
562
  export interface MediaInsightsPipelineElementStatus {
563
- Type?: MediaInsightsPipelineConfigurationElementType | string;
564
- Status?: MediaPipelineElementStatus | string;
563
+ Type?: MediaInsightsPipelineConfigurationElementType;
564
+ Status?: MediaPipelineElementStatus;
565
565
  }
566
566
  export interface MediaInsightsPipeline {
567
567
  MediaPipelineId?: string;
568
568
  MediaPipelineArn?: string;
569
569
  MediaInsightsPipelineConfigurationArn?: string;
570
- Status?: MediaPipelineStatus | string;
570
+ Status?: MediaPipelineStatus;
571
571
  KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
572
572
  MediaInsightsRuntimeMetadata?: Record<string, string>;
573
573
  KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
@@ -581,7 +581,7 @@ export interface CreateMediaInsightsPipelineResponse {
581
581
  export declare class NotFoundException extends __BaseException {
582
582
  readonly name: "NotFoundException";
583
583
  readonly $fault: "client";
584
- Code?: ErrorCode | string;
584
+ Code?: ErrorCode;
585
585
  Message?: string;
586
586
  RequestId?: string;
587
587
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
@@ -594,7 +594,7 @@ export interface LambdaFunctionSinkConfiguration {
594
594
  }
595
595
  export interface S3RecordingSinkConfiguration {
596
596
  Destination?: string;
597
- RecordingFileFormat?: RecordingFileFormat | string;
597
+ RecordingFileFormat?: RecordingFileFormat;
598
598
  }
599
599
  export interface SnsTopicSinkConfiguration {
600
600
  InsightsTarget?: string;
@@ -609,14 +609,14 @@ export declare const VoiceAnalyticsConfigurationStatus: {
609
609
  export type VoiceAnalyticsConfigurationStatus =
610
610
  (typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
611
611
  export interface VoiceAnalyticsProcessorConfiguration {
612
- SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus | string;
613
- VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | string;
612
+ SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus;
613
+ VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus;
614
614
  }
615
615
  export interface VoiceEnhancementSinkConfiguration {
616
616
  Disabled?: boolean;
617
617
  }
618
618
  export interface MediaInsightsPipelineConfigurationElement {
619
- Type: MediaInsightsPipelineConfigurationElementType | string | undefined;
619
+ Type: MediaInsightsPipelineConfigurationElementType | undefined;
620
620
  AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration;
621
621
  AmazonTranscribeProcessorConfiguration?: AmazonTranscribeProcessorConfiguration;
622
622
  KinesisDataStreamSinkConfiguration?: KinesisDataStreamSinkConfiguration;
@@ -641,7 +641,7 @@ export declare const SentimentType: {
641
641
  export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
642
642
  export interface SentimentConfiguration {
643
643
  RuleName: string | undefined;
644
- SentimentType: SentimentType | string | undefined;
644
+ SentimentType: SentimentType | undefined;
645
645
  TimePeriod: number | undefined;
646
646
  }
647
647
  export declare const RealTimeAlertRuleType: {
@@ -652,7 +652,7 @@ export declare const RealTimeAlertRuleType: {
652
652
  export type RealTimeAlertRuleType =
653
653
  (typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
654
654
  export interface RealTimeAlertRule {
655
- Type: RealTimeAlertRuleType | string | undefined;
655
+ Type: RealTimeAlertRuleType | undefined;
656
656
  KeywordMatchConfiguration?: KeywordMatchConfiguration;
657
657
  SentimentConfiguration?: SentimentConfiguration;
658
658
  IssueDetectionConfiguration?: IssueDetectionConfiguration;
@@ -684,7 +684,7 @@ export interface CreateMediaInsightsPipelineConfigurationResponse {
684
684
  }
685
685
  export interface LiveConnectorRTMPConfiguration {
686
686
  Url: string | undefined;
687
- AudioChannels?: AudioChannelsOption | string;
687
+ AudioChannels?: AudioChannelsOption;
688
688
  AudioSampleRate?: string;
689
689
  }
690
690
  export declare const LiveConnectorSinkType: {
@@ -693,7 +693,7 @@ export declare const LiveConnectorSinkType: {
693
693
  export type LiveConnectorSinkType =
694
694
  (typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
695
695
  export interface LiveConnectorSinkConfiguration {
696
- SinkType: LiveConnectorSinkType | string | undefined;
696
+ SinkType: LiveConnectorSinkType | undefined;
697
697
  RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
698
698
  }
699
699
  export declare const LiveConnectorMuxType: {
@@ -704,7 +704,7 @@ export type LiveConnectorMuxType =
704
704
  (typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
705
705
  export interface ChimeSdkMeetingLiveConnectorConfiguration {
706
706
  Arn: string | undefined;
707
- MuxType: LiveConnectorMuxType | string | undefined;
707
+ MuxType: LiveConnectorMuxType | undefined;
708
708
  CompositedVideo?: CompositedVideoArtifactsConfiguration;
709
709
  SourceConfiguration?: SourceConfiguration;
710
710
  }
@@ -714,7 +714,7 @@ export declare const LiveConnectorSourceType: {
714
714
  export type LiveConnectorSourceType =
715
715
  (typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
716
716
  export interface LiveConnectorSourceConfiguration {
717
- SourceType: LiveConnectorSourceType | string | undefined;
717
+ SourceType: LiveConnectorSourceType | undefined;
718
718
  ChimeSdkMeetingLiveConnectorConfiguration:
719
719
  | ChimeSdkMeetingLiveConnectorConfiguration
720
720
  | undefined;
@@ -730,7 +730,7 @@ export interface MediaLiveConnectorPipeline {
730
730
  Sinks?: LiveConnectorSinkConfiguration[];
731
731
  MediaPipelineId?: string;
732
732
  MediaPipelineArn?: string;
733
- Status?: MediaPipelineStatus | string;
733
+ Status?: MediaPipelineStatus;
734
734
  CreatedTimestamp?: Date;
735
735
  UpdatedTimestamp?: Date;
736
736
  }
@@ -740,7 +740,7 @@ export interface CreateMediaLiveConnectorPipelineResponse {
740
740
  export declare class ConflictException extends __BaseException {
741
741
  readonly name: "ConflictException";
742
742
  readonly $fault: "client";
743
- Code?: ErrorCode | string;
743
+ Code?: ErrorCode;
744
744
  Message?: string;
745
745
  RequestId?: string;
746
746
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
@@ -768,7 +768,7 @@ export interface KinesisVideoStreamPoolConfiguration {
768
768
  PoolArn?: string;
769
769
  PoolName?: string;
770
770
  PoolId?: string;
771
- PoolStatus?: KinesisVideoStreamPoolStatus | string;
771
+ PoolStatus?: KinesisVideoStreamPoolStatus;
772
772
  PoolSize?: number;
773
773
  StreamConfiguration?: KinesisVideoStreamConfiguration;
774
774
  CreatedTimestamp?: Date;
@@ -790,12 +790,12 @@ export type MediaStreamPipelineSinkType =
790
790
  (typeof MediaStreamPipelineSinkType)[keyof typeof MediaStreamPipelineSinkType];
791
791
  export interface MediaStreamSink {
792
792
  SinkArn: string | undefined;
793
- SinkType: MediaStreamPipelineSinkType | string | undefined;
793
+ SinkType: MediaStreamPipelineSinkType | undefined;
794
794
  ReservedStreamCapacity: number | undefined;
795
- MediaStreamType: MediaStreamType | string | undefined;
795
+ MediaStreamType: MediaStreamType | undefined;
796
796
  }
797
797
  export interface MediaStreamSource {
798
- SourceType: MediaPipelineSourceType | string | undefined;
798
+ SourceType: MediaPipelineSourceType | undefined;
799
799
  SourceArn: string | undefined;
800
800
  }
801
801
  export interface CreateMediaStreamPipelineRequest {
@@ -809,7 +809,7 @@ export interface MediaStreamPipeline {
809
809
  MediaPipelineArn?: string;
810
810
  CreatedTimestamp?: Date;
811
811
  UpdatedTimestamp?: Date;
812
- Status?: MediaPipelineStatus | string;
812
+ Status?: MediaPipelineStatus;
813
813
  Sources?: MediaStreamSource[];
814
814
  Sinks?: MediaStreamSink[];
815
815
  }
@@ -875,7 +875,7 @@ export type MediaPipelineTaskStatus =
875
875
  (typeof MediaPipelineTaskStatus)[keyof typeof MediaPipelineTaskStatus];
876
876
  export interface SpeakerSearchTask {
877
877
  SpeakerSearchTaskId?: string;
878
- SpeakerSearchTaskStatus?: MediaPipelineTaskStatus | string;
878
+ SpeakerSearchTaskStatus?: MediaPipelineTaskStatus;
879
879
  CreatedTimestamp?: Date;
880
880
  UpdatedTimestamp?: Date;
881
881
  }
@@ -888,7 +888,7 @@ export interface GetVoiceToneAnalysisTaskRequest {
888
888
  }
889
889
  export interface VoiceToneAnalysisTask {
890
890
  VoiceToneAnalysisTaskId?: string;
891
- VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus | string;
891
+ VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus;
892
892
  CreatedTimestamp?: Date;
893
893
  UpdatedTimestamp?: Date;
894
894
  }
@@ -972,7 +972,7 @@ export type VoiceAnalyticsLanguageCode =
972
972
  (typeof VoiceAnalyticsLanguageCode)[keyof typeof VoiceAnalyticsLanguageCode];
973
973
  export interface StartVoiceToneAnalysisTaskRequest {
974
974
  Identifier: string | undefined;
975
- LanguageCode: VoiceAnalyticsLanguageCode | string | undefined;
975
+ LanguageCode: VoiceAnalyticsLanguageCode | undefined;
976
976
  KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration;
977
977
  ClientRequestToken?: string;
978
978
  }
@@ -1014,7 +1014,7 @@ export type MediaPipelineStatusUpdate =
1014
1014
  (typeof MediaPipelineStatusUpdate)[keyof typeof MediaPipelineStatusUpdate];
1015
1015
  export interface UpdateMediaInsightsPipelineStatusRequest {
1016
1016
  Identifier: string | undefined;
1017
- UpdateStatus: MediaPipelineStatusUpdate | string | undefined;
1017
+ UpdateStatus: MediaPipelineStatusUpdate | undefined;
1018
1018
  }
1019
1019
  export interface KinesisVideoStreamConfigurationUpdate {
1020
1020
  DataRetentionInHours?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-media-pipelines",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",