@aws-sdk/client-chime-sdk-media-pipelines 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +229 -228
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +228 -0
- package/dist-es/models/errors.js +163 -0
- package/dist-es/models/models_0.js +1 -391
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +604 -0
- package/dist-types/models/errors.d.ts +175 -0
- package/dist-types/models/models_0.d.ts +1 -778
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +313 -0
- package/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/dist-types/ts3.4/models/models_0.d.ts +48 -399
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const ActiveSpeakerPosition: {
|
|
8
|
-
readonly BottomLeft: "BottomLeft";
|
|
9
|
-
readonly BottomRight: "BottomRight";
|
|
10
|
-
readonly TopLeft: "TopLeft";
|
|
11
|
-
readonly TopRight: "TopRight";
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
export type ActiveSpeakerPosition = (typeof ActiveSpeakerPosition)[keyof typeof ActiveSpeakerPosition];
|
|
1
|
+
import { ActiveSpeakerPosition, ArtifactsConcatenationState, ArtifactsState, AudioArtifactsConcatenationState, AudioChannelsOption, AudioMuxType, BorderColor, CallAnalyticsLanguageCode, CanvasOrientation, ConcatenationSinkType, ConcatenationSourceType, ContentMuxType, ContentRedactionOutput, ContentShareLayoutOption, ContentType, FragmentSelectorType, HighlightColor, HorizontalTilePosition, KinesisVideoStreamPoolStatus, LayoutOption, LiveConnectorMuxType, LiveConnectorSinkType, LiveConnectorSourceType, MediaEncoding, MediaInsightsPipelineConfigurationElementType, MediaPipelineElementStatus, MediaPipelineSinkType, MediaPipelineSourceType, MediaPipelineStatus, MediaPipelineStatusUpdate, MediaPipelineTaskStatus, MediaStreamPipelineSinkType, MediaStreamType, PartialResultsStability, ParticipantRole, PresenterPosition, RealTimeAlertRuleType, RecordingFileFormat, ResolutionOption, SentimentType, TileOrder, VerticalTilePosition, VideoMuxType, VocabularyFilterMethod, VoiceAnalyticsConfigurationStatus, VoiceAnalyticsLanguageCode } from "./enums";
|
|
17
2
|
/**
|
|
18
3
|
* <p>Defines the configuration for an <code>ActiveSpeakerOnly</code> video tile.</p>
|
|
19
4
|
* @public
|
|
@@ -25,61 +10,6 @@ export interface ActiveSpeakerOnlyConfiguration {
|
|
|
25
10
|
*/
|
|
26
11
|
ActiveSpeakerPosition?: ActiveSpeakerPosition | undefined;
|
|
27
12
|
}
|
|
28
|
-
/**
|
|
29
|
-
* @public
|
|
30
|
-
* @enum
|
|
31
|
-
*/
|
|
32
|
-
export declare const ContentType: {
|
|
33
|
-
readonly PII: "PII";
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
39
|
-
/**
|
|
40
|
-
* @public
|
|
41
|
-
* @enum
|
|
42
|
-
*/
|
|
43
|
-
export declare const CallAnalyticsLanguageCode: {
|
|
44
|
-
readonly DE_DE: "de-DE";
|
|
45
|
-
readonly EN_AU: "en-AU";
|
|
46
|
-
readonly EN_GB: "en-GB";
|
|
47
|
-
readonly EN_US: "en-US";
|
|
48
|
-
readonly ES_US: "es-US";
|
|
49
|
-
readonly FR_CA: "fr-CA";
|
|
50
|
-
readonly FR_FR: "fr-FR";
|
|
51
|
-
readonly IT_IT: "it-IT";
|
|
52
|
-
readonly PT_BR: "pt-BR";
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* @public
|
|
56
|
-
*/
|
|
57
|
-
export type CallAnalyticsLanguageCode = (typeof CallAnalyticsLanguageCode)[keyof typeof CallAnalyticsLanguageCode];
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
* @enum
|
|
61
|
-
*/
|
|
62
|
-
export declare const PartialResultsStability: {
|
|
63
|
-
readonly HIGH: "high";
|
|
64
|
-
readonly LOW: "low";
|
|
65
|
-
readonly MEDIUM: "medium";
|
|
66
|
-
};
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
export type PartialResultsStability = (typeof PartialResultsStability)[keyof typeof PartialResultsStability];
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
* @enum
|
|
74
|
-
*/
|
|
75
|
-
export declare const ContentRedactionOutput: {
|
|
76
|
-
readonly REDACTED: "redacted";
|
|
77
|
-
readonly REDACTED_AND_UNREDACTED: "redacted_and_unredacted";
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
export type ContentRedactionOutput = (typeof ContentRedactionOutput)[keyof typeof ContentRedactionOutput];
|
|
83
13
|
/**
|
|
84
14
|
* <p>Allows you to specify additional settings for your Call Analytics post-call request, including output locations for your redacted transcript, which IAM role to use, and which encryption key to use.</p>
|
|
85
15
|
* <p>
|
|
@@ -112,19 +42,6 @@ export interface PostCallAnalyticsSettings {
|
|
|
112
42
|
*/
|
|
113
43
|
OutputEncryptionKMSKeyId?: string | undefined;
|
|
114
44
|
}
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
* @enum
|
|
118
|
-
*/
|
|
119
|
-
export declare const VocabularyFilterMethod: {
|
|
120
|
-
readonly MASK: "mask";
|
|
121
|
-
readonly REMOVE: "remove";
|
|
122
|
-
readonly TAG: "tag";
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
export type VocabularyFilterMethod = (typeof VocabularyFilterMethod)[keyof typeof VocabularyFilterMethod];
|
|
128
45
|
/**
|
|
129
46
|
* <p>A structure that contains the configuration settings for an Amazon Transcribe call
|
|
130
47
|
* analytics processor.</p>
|
|
@@ -374,17 +291,6 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
374
291
|
*/
|
|
375
292
|
VocabularyFilterNames?: string | undefined;
|
|
376
293
|
}
|
|
377
|
-
/**
|
|
378
|
-
* @public
|
|
379
|
-
* @enum
|
|
380
|
-
*/
|
|
381
|
-
export declare const AudioArtifactsConcatenationState: {
|
|
382
|
-
readonly Enabled: "Enabled";
|
|
383
|
-
};
|
|
384
|
-
/**
|
|
385
|
-
* @public
|
|
386
|
-
*/
|
|
387
|
-
export type AudioArtifactsConcatenationState = (typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
|
|
388
294
|
/**
|
|
389
295
|
* <p>The audio artifact concatenation configuration object.</p>
|
|
390
296
|
* @public
|
|
@@ -396,18 +302,6 @@ export interface AudioConcatenationConfiguration {
|
|
|
396
302
|
*/
|
|
397
303
|
State: AudioArtifactsConcatenationState | undefined;
|
|
398
304
|
}
|
|
399
|
-
/**
|
|
400
|
-
* @public
|
|
401
|
-
* @enum
|
|
402
|
-
*/
|
|
403
|
-
export declare const ArtifactsConcatenationState: {
|
|
404
|
-
readonly Disabled: "Disabled";
|
|
405
|
-
readonly Enabled: "Enabled";
|
|
406
|
-
};
|
|
407
|
-
/**
|
|
408
|
-
* @public
|
|
409
|
-
*/
|
|
410
|
-
export type ArtifactsConcatenationState = (typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
|
|
411
305
|
/**
|
|
412
306
|
* <p>The composited video configuration object for a specified
|
|
413
307
|
* media pipeline. <code>SourceType</code> must be
|
|
@@ -518,19 +412,6 @@ export interface ArtifactsConcatenationConfiguration {
|
|
|
518
412
|
*/
|
|
519
413
|
CompositedVideo: CompositedVideoConcatenationConfiguration | undefined;
|
|
520
414
|
}
|
|
521
|
-
/**
|
|
522
|
-
* @public
|
|
523
|
-
* @enum
|
|
524
|
-
*/
|
|
525
|
-
export declare const AudioMuxType: {
|
|
526
|
-
readonly AudioOnly: "AudioOnly";
|
|
527
|
-
readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
|
|
528
|
-
readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
|
|
529
|
-
};
|
|
530
|
-
/**
|
|
531
|
-
* @public
|
|
532
|
-
*/
|
|
533
|
-
export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
|
|
534
415
|
/**
|
|
535
416
|
* <p>The audio artifact configuration object.</p>
|
|
536
417
|
* @public
|
|
@@ -542,56 +423,6 @@ export interface AudioArtifactsConfiguration {
|
|
|
542
423
|
*/
|
|
543
424
|
MuxType: AudioMuxType | undefined;
|
|
544
425
|
}
|
|
545
|
-
/**
|
|
546
|
-
* @public
|
|
547
|
-
* @enum
|
|
548
|
-
*/
|
|
549
|
-
export declare const CanvasOrientation: {
|
|
550
|
-
readonly Landscape: "Landscape";
|
|
551
|
-
readonly Portrait: "Portrait";
|
|
552
|
-
};
|
|
553
|
-
/**
|
|
554
|
-
* @public
|
|
555
|
-
*/
|
|
556
|
-
export type CanvasOrientation = (typeof CanvasOrientation)[keyof typeof CanvasOrientation];
|
|
557
|
-
/**
|
|
558
|
-
* @public
|
|
559
|
-
* @enum
|
|
560
|
-
*/
|
|
561
|
-
export declare const ContentShareLayoutOption: {
|
|
562
|
-
readonly ActiveSpeakerOnly: "ActiveSpeakerOnly";
|
|
563
|
-
readonly Horizontal: "Horizontal";
|
|
564
|
-
readonly PresenterOnly: "PresenterOnly";
|
|
565
|
-
readonly Vertical: "Vertical";
|
|
566
|
-
};
|
|
567
|
-
/**
|
|
568
|
-
* @public
|
|
569
|
-
*/
|
|
570
|
-
export type ContentShareLayoutOption = (typeof ContentShareLayoutOption)[keyof typeof ContentShareLayoutOption];
|
|
571
|
-
/**
|
|
572
|
-
* @public
|
|
573
|
-
* @enum
|
|
574
|
-
*/
|
|
575
|
-
export declare const TileOrder: {
|
|
576
|
-
readonly JoinSequence: "JoinSequence";
|
|
577
|
-
readonly SpeakerSequence: "SpeakerSequence";
|
|
578
|
-
};
|
|
579
|
-
/**
|
|
580
|
-
* @public
|
|
581
|
-
*/
|
|
582
|
-
export type TileOrder = (typeof TileOrder)[keyof typeof TileOrder];
|
|
583
|
-
/**
|
|
584
|
-
* @public
|
|
585
|
-
* @enum
|
|
586
|
-
*/
|
|
587
|
-
export declare const HorizontalTilePosition: {
|
|
588
|
-
readonly Bottom: "Bottom";
|
|
589
|
-
readonly Top: "Top";
|
|
590
|
-
};
|
|
591
|
-
/**
|
|
592
|
-
* @public
|
|
593
|
-
*/
|
|
594
|
-
export type HorizontalTilePosition = (typeof HorizontalTilePosition)[keyof typeof HorizontalTilePosition];
|
|
595
426
|
/**
|
|
596
427
|
* <p>Defines the configuration settings for the horizontal layout.</p>
|
|
597
428
|
* @public
|
|
@@ -618,20 +449,6 @@ export interface HorizontalLayoutConfiguration {
|
|
|
618
449
|
*/
|
|
619
450
|
TileAspectRatio?: string | undefined;
|
|
620
451
|
}
|
|
621
|
-
/**
|
|
622
|
-
* @public
|
|
623
|
-
* @enum
|
|
624
|
-
*/
|
|
625
|
-
export declare const PresenterPosition: {
|
|
626
|
-
readonly BottomLeft: "BottomLeft";
|
|
627
|
-
readonly BottomRight: "BottomRight";
|
|
628
|
-
readonly TopLeft: "TopLeft";
|
|
629
|
-
readonly TopRight: "TopRight";
|
|
630
|
-
};
|
|
631
|
-
/**
|
|
632
|
-
* @public
|
|
633
|
-
*/
|
|
634
|
-
export type PresenterPosition = (typeof PresenterPosition)[keyof typeof PresenterPosition];
|
|
635
452
|
/**
|
|
636
453
|
* <p>Defines the configuration for a presenter-only video tile.</p>
|
|
637
454
|
* @public
|
|
@@ -643,18 +460,6 @@ export interface PresenterOnlyConfiguration {
|
|
|
643
460
|
*/
|
|
644
461
|
PresenterPosition?: PresenterPosition | undefined;
|
|
645
462
|
}
|
|
646
|
-
/**
|
|
647
|
-
* @public
|
|
648
|
-
* @enum
|
|
649
|
-
*/
|
|
650
|
-
export declare const VerticalTilePosition: {
|
|
651
|
-
readonly Left: "Left";
|
|
652
|
-
readonly Right: "Right";
|
|
653
|
-
};
|
|
654
|
-
/**
|
|
655
|
-
* @public
|
|
656
|
-
*/
|
|
657
|
-
export type VerticalTilePosition = (typeof VerticalTilePosition)[keyof typeof VerticalTilePosition];
|
|
658
463
|
/**
|
|
659
464
|
* <p>Defines the configuration settings for a vertical layout.</p>
|
|
660
465
|
* @public
|
|
@@ -681,38 +486,6 @@ export interface VerticalLayoutConfiguration {
|
|
|
681
486
|
*/
|
|
682
487
|
TileAspectRatio?: string | undefined;
|
|
683
488
|
}
|
|
684
|
-
/**
|
|
685
|
-
* @public
|
|
686
|
-
* @enum
|
|
687
|
-
*/
|
|
688
|
-
export declare const BorderColor: {
|
|
689
|
-
readonly Black: "Black";
|
|
690
|
-
readonly Blue: "Blue";
|
|
691
|
-
readonly Green: "Green";
|
|
692
|
-
readonly Red: "Red";
|
|
693
|
-
readonly White: "White";
|
|
694
|
-
readonly Yellow: "Yellow";
|
|
695
|
-
};
|
|
696
|
-
/**
|
|
697
|
-
* @public
|
|
698
|
-
*/
|
|
699
|
-
export type BorderColor = (typeof BorderColor)[keyof typeof BorderColor];
|
|
700
|
-
/**
|
|
701
|
-
* @public
|
|
702
|
-
* @enum
|
|
703
|
-
*/
|
|
704
|
-
export declare const HighlightColor: {
|
|
705
|
-
readonly Black: "Black";
|
|
706
|
-
readonly Blue: "Blue";
|
|
707
|
-
readonly Green: "Green";
|
|
708
|
-
readonly Red: "Red";
|
|
709
|
-
readonly White: "White";
|
|
710
|
-
readonly Yellow: "Yellow";
|
|
711
|
-
};
|
|
712
|
-
/**
|
|
713
|
-
* @public
|
|
714
|
-
*/
|
|
715
|
-
export type HighlightColor = (typeof HighlightColor)[keyof typeof HighlightColor];
|
|
716
489
|
/**
|
|
717
490
|
* <p>Defines the settings for a video tile.</p>
|
|
718
491
|
* @public
|
|
@@ -780,29 +553,6 @@ export interface GridViewConfiguration {
|
|
|
780
553
|
*/
|
|
781
554
|
CanvasOrientation?: CanvasOrientation | undefined;
|
|
782
555
|
}
|
|
783
|
-
/**
|
|
784
|
-
* @public
|
|
785
|
-
* @enum
|
|
786
|
-
*/
|
|
787
|
-
export declare const LayoutOption: {
|
|
788
|
-
readonly GridView: "GridView";
|
|
789
|
-
};
|
|
790
|
-
/**
|
|
791
|
-
* @public
|
|
792
|
-
*/
|
|
793
|
-
export type LayoutOption = (typeof LayoutOption)[keyof typeof LayoutOption];
|
|
794
|
-
/**
|
|
795
|
-
* @public
|
|
796
|
-
* @enum
|
|
797
|
-
*/
|
|
798
|
-
export declare const ResolutionOption: {
|
|
799
|
-
readonly FHD: "FHD";
|
|
800
|
-
readonly HD: "HD";
|
|
801
|
-
};
|
|
802
|
-
/**
|
|
803
|
-
* @public
|
|
804
|
-
*/
|
|
805
|
-
export type ResolutionOption = (typeof ResolutionOption)[keyof typeof ResolutionOption];
|
|
806
556
|
/**
|
|
807
557
|
* <p>Specifies the configuration for compositing video artifacts.</p>
|
|
808
558
|
* @public
|
|
@@ -824,29 +574,6 @@ export interface CompositedVideoArtifactsConfiguration {
|
|
|
824
574
|
*/
|
|
825
575
|
GridViewConfiguration: GridViewConfiguration | undefined;
|
|
826
576
|
}
|
|
827
|
-
/**
|
|
828
|
-
* @public
|
|
829
|
-
* @enum
|
|
830
|
-
*/
|
|
831
|
-
export declare const ContentMuxType: {
|
|
832
|
-
readonly ContentOnly: "ContentOnly";
|
|
833
|
-
};
|
|
834
|
-
/**
|
|
835
|
-
* @public
|
|
836
|
-
*/
|
|
837
|
-
export type ContentMuxType = (typeof ContentMuxType)[keyof typeof ContentMuxType];
|
|
838
|
-
/**
|
|
839
|
-
* @public
|
|
840
|
-
* @enum
|
|
841
|
-
*/
|
|
842
|
-
export declare const ArtifactsState: {
|
|
843
|
-
readonly Disabled: "Disabled";
|
|
844
|
-
readonly Enabled: "Enabled";
|
|
845
|
-
};
|
|
846
|
-
/**
|
|
847
|
-
* @public
|
|
848
|
-
*/
|
|
849
|
-
export type ArtifactsState = (typeof ArtifactsState)[keyof typeof ArtifactsState];
|
|
850
577
|
/**
|
|
851
578
|
* <p>The content artifact object.</p>
|
|
852
579
|
* @public
|
|
@@ -863,17 +590,6 @@ export interface ContentArtifactsConfiguration {
|
|
|
863
590
|
*/
|
|
864
591
|
MuxType?: ContentMuxType | undefined;
|
|
865
592
|
}
|
|
866
|
-
/**
|
|
867
|
-
* @public
|
|
868
|
-
* @enum
|
|
869
|
-
*/
|
|
870
|
-
export declare const VideoMuxType: {
|
|
871
|
-
readonly VideoOnly: "VideoOnly";
|
|
872
|
-
};
|
|
873
|
-
/**
|
|
874
|
-
* @public
|
|
875
|
-
*/
|
|
876
|
-
export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
|
|
877
593
|
/**
|
|
878
594
|
* <p>The video artifact configuration object.</p>
|
|
879
595
|
* @public
|
|
@@ -916,66 +632,6 @@ export interface ArtifactsConfiguration {
|
|
|
916
632
|
*/
|
|
917
633
|
CompositedVideo?: CompositedVideoArtifactsConfiguration | undefined;
|
|
918
634
|
}
|
|
919
|
-
/**
|
|
920
|
-
* @public
|
|
921
|
-
* @enum
|
|
922
|
-
*/
|
|
923
|
-
export declare const AudioChannelsOption: {
|
|
924
|
-
readonly Mono: "Mono";
|
|
925
|
-
readonly Stereo: "Stereo";
|
|
926
|
-
};
|
|
927
|
-
/**
|
|
928
|
-
* @public
|
|
929
|
-
*/
|
|
930
|
-
export type AudioChannelsOption = (typeof AudioChannelsOption)[keyof typeof AudioChannelsOption];
|
|
931
|
-
/**
|
|
932
|
-
* @public
|
|
933
|
-
* @enum
|
|
934
|
-
*/
|
|
935
|
-
export declare const ErrorCode: {
|
|
936
|
-
readonly BadRequest: "BadRequest";
|
|
937
|
-
readonly Forbidden: "Forbidden";
|
|
938
|
-
readonly NotFound: "NotFound";
|
|
939
|
-
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
940
|
-
readonly ServiceFailure: "ServiceFailure";
|
|
941
|
-
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
942
|
-
readonly Throttling: "Throttling";
|
|
943
|
-
};
|
|
944
|
-
/**
|
|
945
|
-
* @public
|
|
946
|
-
*/
|
|
947
|
-
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
948
|
-
/**
|
|
949
|
-
* <p>The input parameters don't match the service's restrictions.</p>
|
|
950
|
-
* @public
|
|
951
|
-
*/
|
|
952
|
-
export declare class BadRequestException extends __BaseException {
|
|
953
|
-
readonly name: "BadRequestException";
|
|
954
|
-
readonly $fault: "client";
|
|
955
|
-
Code?: ErrorCode | undefined;
|
|
956
|
-
Message?: string | undefined;
|
|
957
|
-
/**
|
|
958
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
959
|
-
* @public
|
|
960
|
-
*/
|
|
961
|
-
RequestId?: string | undefined;
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
|
-
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
966
|
-
}
|
|
967
|
-
/**
|
|
968
|
-
* @public
|
|
969
|
-
* @enum
|
|
970
|
-
*/
|
|
971
|
-
export declare const ParticipantRole: {
|
|
972
|
-
readonly AGENT: "AGENT";
|
|
973
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
974
|
-
};
|
|
975
|
-
/**
|
|
976
|
-
* @public
|
|
977
|
-
*/
|
|
978
|
-
export type ParticipantRole = (typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
979
635
|
/**
|
|
980
636
|
* <p>Defines an audio channel in a Kinesis video stream.</p>
|
|
981
637
|
* @public
|
|
@@ -1037,28 +693,6 @@ export interface ChimeSdkMeetingConfiguration {
|
|
|
1037
693
|
*/
|
|
1038
694
|
ArtifactsConfiguration?: ArtifactsConfiguration | undefined;
|
|
1039
695
|
}
|
|
1040
|
-
/**
|
|
1041
|
-
* @public
|
|
1042
|
-
* @enum
|
|
1043
|
-
*/
|
|
1044
|
-
export declare const MediaPipelineSinkType: {
|
|
1045
|
-
readonly S3Bucket: "S3Bucket";
|
|
1046
|
-
};
|
|
1047
|
-
/**
|
|
1048
|
-
* @public
|
|
1049
|
-
*/
|
|
1050
|
-
export type MediaPipelineSinkType = (typeof MediaPipelineSinkType)[keyof typeof MediaPipelineSinkType];
|
|
1051
|
-
/**
|
|
1052
|
-
* @public
|
|
1053
|
-
* @enum
|
|
1054
|
-
*/
|
|
1055
|
-
export declare const MediaPipelineSourceType: {
|
|
1056
|
-
readonly ChimeSdkMeeting: "ChimeSdkMeeting";
|
|
1057
|
-
};
|
|
1058
|
-
/**
|
|
1059
|
-
* @public
|
|
1060
|
-
*/
|
|
1061
|
-
export type MediaPipelineSourceType = (typeof MediaPipelineSourceType)[keyof typeof MediaPipelineSourceType];
|
|
1062
696
|
/**
|
|
1063
697
|
* <p>Contains server side encryption parameters to be used by media capture pipeline. The
|
|
1064
698
|
* parameters can also be used by media concatenation pipeline taking media capture pipeline
|
|
@@ -1197,23 +831,6 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
1197
831
|
*/
|
|
1198
832
|
Tags?: Tag[] | undefined;
|
|
1199
833
|
}
|
|
1200
|
-
/**
|
|
1201
|
-
* @public
|
|
1202
|
-
* @enum
|
|
1203
|
-
*/
|
|
1204
|
-
export declare const MediaPipelineStatus: {
|
|
1205
|
-
readonly Failed: "Failed";
|
|
1206
|
-
readonly InProgress: "InProgress";
|
|
1207
|
-
readonly Initializing: "Initializing";
|
|
1208
|
-
readonly NotStarted: "NotStarted";
|
|
1209
|
-
readonly Paused: "Paused";
|
|
1210
|
-
readonly Stopped: "Stopped";
|
|
1211
|
-
readonly Stopping: "Stopping";
|
|
1212
|
-
};
|
|
1213
|
-
/**
|
|
1214
|
-
* @public
|
|
1215
|
-
*/
|
|
1216
|
-
export type MediaPipelineStatus = (typeof MediaPipelineStatus)[keyof typeof MediaPipelineStatus];
|
|
1217
834
|
/**
|
|
1218
835
|
* <p>A media pipeline object consisting of an ID, source type, source ARN, a sink
|
|
1219
836
|
* type, a sink ARN, and a configuration object.</p>
|
|
@@ -1298,120 +915,6 @@ export interface CreateMediaCapturePipelineResponse {
|
|
|
1298
915
|
*/
|
|
1299
916
|
MediaCapturePipeline?: MediaCapturePipeline | undefined;
|
|
1300
917
|
}
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>The client is permanently forbidden from making the request.</p>
|
|
1303
|
-
* @public
|
|
1304
|
-
*/
|
|
1305
|
-
export declare class ForbiddenException extends __BaseException {
|
|
1306
|
-
readonly name: "ForbiddenException";
|
|
1307
|
-
readonly $fault: "client";
|
|
1308
|
-
Code?: ErrorCode | undefined;
|
|
1309
|
-
Message?: string | undefined;
|
|
1310
|
-
/**
|
|
1311
|
-
* <p>The request id associated with the call responsible for the exception.</p>
|
|
1312
|
-
* @public
|
|
1313
|
-
*/
|
|
1314
|
-
RequestId?: string | undefined;
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
|
-
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
1319
|
-
}
|
|
1320
|
-
/**
|
|
1321
|
-
* <p>The request exceeds the resource limit.</p>
|
|
1322
|
-
* @public
|
|
1323
|
-
*/
|
|
1324
|
-
export declare class ResourceLimitExceededException extends __BaseException {
|
|
1325
|
-
readonly name: "ResourceLimitExceededException";
|
|
1326
|
-
readonly $fault: "client";
|
|
1327
|
-
Code?: ErrorCode | undefined;
|
|
1328
|
-
Message?: string | undefined;
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1331
|
-
* @public
|
|
1332
|
-
*/
|
|
1333
|
-
RequestId?: string | undefined;
|
|
1334
|
-
/**
|
|
1335
|
-
* @internal
|
|
1336
|
-
*/
|
|
1337
|
-
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
1338
|
-
}
|
|
1339
|
-
/**
|
|
1340
|
-
* <p>The service encountered an unexpected error.</p>
|
|
1341
|
-
* @public
|
|
1342
|
-
*/
|
|
1343
|
-
export declare class ServiceFailureException extends __BaseException {
|
|
1344
|
-
readonly name: "ServiceFailureException";
|
|
1345
|
-
readonly $fault: "server";
|
|
1346
|
-
Code?: ErrorCode | undefined;
|
|
1347
|
-
Message?: string | undefined;
|
|
1348
|
-
/**
|
|
1349
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1350
|
-
* @public
|
|
1351
|
-
*/
|
|
1352
|
-
RequestId?: string | undefined;
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
|
-
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
1357
|
-
}
|
|
1358
|
-
/**
|
|
1359
|
-
* <p>The service is currently unavailable.</p>
|
|
1360
|
-
* @public
|
|
1361
|
-
*/
|
|
1362
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
1363
|
-
readonly name: "ServiceUnavailableException";
|
|
1364
|
-
readonly $fault: "server";
|
|
1365
|
-
Code?: ErrorCode | undefined;
|
|
1366
|
-
Message?: string | undefined;
|
|
1367
|
-
/**
|
|
1368
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1369
|
-
* @public
|
|
1370
|
-
*/
|
|
1371
|
-
RequestId?: string | undefined;
|
|
1372
|
-
/**
|
|
1373
|
-
* @internal
|
|
1374
|
-
*/
|
|
1375
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
1376
|
-
}
|
|
1377
|
-
/**
|
|
1378
|
-
* <p>The client exceeded its request rate limit.</p>
|
|
1379
|
-
* @public
|
|
1380
|
-
*/
|
|
1381
|
-
export declare class ThrottledClientException extends __BaseException {
|
|
1382
|
-
readonly name: "ThrottledClientException";
|
|
1383
|
-
readonly $fault: "client";
|
|
1384
|
-
Code?: ErrorCode | undefined;
|
|
1385
|
-
Message?: string | undefined;
|
|
1386
|
-
/**
|
|
1387
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1388
|
-
* @public
|
|
1389
|
-
*/
|
|
1390
|
-
RequestId?: string | undefined;
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
|
|
1395
|
-
}
|
|
1396
|
-
/**
|
|
1397
|
-
* <p>The client is not currently authorized to make the request.</p>
|
|
1398
|
-
* @public
|
|
1399
|
-
*/
|
|
1400
|
-
export declare class UnauthorizedClientException extends __BaseException {
|
|
1401
|
-
readonly name: "UnauthorizedClientException";
|
|
1402
|
-
readonly $fault: "client";
|
|
1403
|
-
Code?: ErrorCode | undefined;
|
|
1404
|
-
Message?: string | undefined;
|
|
1405
|
-
/**
|
|
1406
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1407
|
-
* @public
|
|
1408
|
-
*/
|
|
1409
|
-
RequestId?: string | undefined;
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
1414
|
-
}
|
|
1415
918
|
/**
|
|
1416
919
|
* <p>The configuration settings for the S3 bucket.</p>
|
|
1417
920
|
* @public
|
|
@@ -1423,17 +926,6 @@ export interface S3BucketSinkConfiguration {
|
|
|
1423
926
|
*/
|
|
1424
927
|
Destination: string | undefined;
|
|
1425
928
|
}
|
|
1426
|
-
/**
|
|
1427
|
-
* @public
|
|
1428
|
-
* @enum
|
|
1429
|
-
*/
|
|
1430
|
-
export declare const ConcatenationSinkType: {
|
|
1431
|
-
readonly S3Bucket: "S3Bucket";
|
|
1432
|
-
};
|
|
1433
|
-
/**
|
|
1434
|
-
* @public
|
|
1435
|
-
*/
|
|
1436
|
-
export type ConcatenationSinkType = (typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
|
|
1437
929
|
/**
|
|
1438
930
|
* <p>The data sink of the configuration object.</p>
|
|
1439
931
|
* @public
|
|
@@ -1478,17 +970,6 @@ export interface MediaCapturePipelineSourceConfiguration {
|
|
|
1478
970
|
*/
|
|
1479
971
|
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConcatenationConfiguration | undefined;
|
|
1480
972
|
}
|
|
1481
|
-
/**
|
|
1482
|
-
* @public
|
|
1483
|
-
* @enum
|
|
1484
|
-
*/
|
|
1485
|
-
export declare const ConcatenationSourceType: {
|
|
1486
|
-
readonly MediaCapturePipeline: "MediaCapturePipeline";
|
|
1487
|
-
};
|
|
1488
|
-
/**
|
|
1489
|
-
* @public
|
|
1490
|
-
*/
|
|
1491
|
-
export type ConcatenationSourceType = (typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
|
|
1492
973
|
/**
|
|
1493
974
|
* <p>The source type and media pipeline configuration settings in a configuration object.</p>
|
|
1494
975
|
* @public
|
|
@@ -1583,18 +1064,6 @@ export interface CreateMediaConcatenationPipelineResponse {
|
|
|
1583
1064
|
*/
|
|
1584
1065
|
MediaConcatenationPipeline?: MediaConcatenationPipeline | undefined;
|
|
1585
1066
|
}
|
|
1586
|
-
/**
|
|
1587
|
-
* @public
|
|
1588
|
-
* @enum
|
|
1589
|
-
*/
|
|
1590
|
-
export declare const FragmentSelectorType: {
|
|
1591
|
-
readonly ProducerTimestamp: "ProducerTimestamp";
|
|
1592
|
-
readonly ServerTimestamp: "ServerTimestamp";
|
|
1593
|
-
};
|
|
1594
|
-
/**
|
|
1595
|
-
* @public
|
|
1596
|
-
*/
|
|
1597
|
-
export type FragmentSelectorType = (typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];
|
|
1598
1067
|
/**
|
|
1599
1068
|
* <p>The range of timestamps to return.</p>
|
|
1600
1069
|
* @public
|
|
@@ -1672,17 +1141,6 @@ export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
|
|
|
1672
1141
|
*/
|
|
1673
1142
|
FragmentSelector: FragmentSelector | undefined;
|
|
1674
1143
|
}
|
|
1675
|
-
/**
|
|
1676
|
-
* @public
|
|
1677
|
-
* @enum
|
|
1678
|
-
*/
|
|
1679
|
-
export declare const MediaEncoding: {
|
|
1680
|
-
readonly PCM: "pcm";
|
|
1681
|
-
};
|
|
1682
|
-
/**
|
|
1683
|
-
* @public
|
|
1684
|
-
*/
|
|
1685
|
-
export type MediaEncoding = (typeof MediaEncoding)[keyof typeof MediaEncoding];
|
|
1686
1144
|
/**
|
|
1687
1145
|
* <p>Defines a streaming channel.</p>
|
|
1688
1146
|
* @public
|
|
@@ -1745,18 +1203,6 @@ export interface KinesisVideoStreamSourceRuntimeConfiguration {
|
|
|
1745
1203
|
*/
|
|
1746
1204
|
MediaSampleRate: number | undefined;
|
|
1747
1205
|
}
|
|
1748
|
-
/**
|
|
1749
|
-
* @public
|
|
1750
|
-
* @enum
|
|
1751
|
-
*/
|
|
1752
|
-
export declare const RecordingFileFormat: {
|
|
1753
|
-
readonly Opus: "Opus";
|
|
1754
|
-
readonly Wav: "Wav";
|
|
1755
|
-
};
|
|
1756
|
-
/**
|
|
1757
|
-
* @public
|
|
1758
|
-
*/
|
|
1759
|
-
export type RecordingFileFormat = (typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
|
|
1760
1206
|
/**
|
|
1761
1207
|
* <p>A structure that holds the settings for transmitting media files to the Amazon S3 bucket. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>
|
|
1762
1208
|
* @public
|
|
@@ -1814,43 +1260,6 @@ export interface CreateMediaInsightsPipelineRequest {
|
|
|
1814
1260
|
*/
|
|
1815
1261
|
ClientRequestToken?: string | undefined;
|
|
1816
1262
|
}
|
|
1817
|
-
/**
|
|
1818
|
-
* @public
|
|
1819
|
-
* @enum
|
|
1820
|
-
*/
|
|
1821
|
-
export declare const MediaPipelineElementStatus: {
|
|
1822
|
-
readonly Failed: "Failed";
|
|
1823
|
-
readonly InProgress: "InProgress";
|
|
1824
|
-
readonly Initializing: "Initializing";
|
|
1825
|
-
readonly NotStarted: "NotStarted";
|
|
1826
|
-
readonly NotSupported: "NotSupported";
|
|
1827
|
-
readonly Paused: "Paused";
|
|
1828
|
-
readonly Stopped: "Stopped";
|
|
1829
|
-
readonly Stopping: "Stopping";
|
|
1830
|
-
};
|
|
1831
|
-
/**
|
|
1832
|
-
* @public
|
|
1833
|
-
*/
|
|
1834
|
-
export type MediaPipelineElementStatus = (typeof MediaPipelineElementStatus)[keyof typeof MediaPipelineElementStatus];
|
|
1835
|
-
/**
|
|
1836
|
-
* @public
|
|
1837
|
-
* @enum
|
|
1838
|
-
*/
|
|
1839
|
-
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
1840
|
-
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
1841
|
-
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
1842
|
-
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
1843
|
-
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
1844
|
-
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
1845
|
-
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
1846
|
-
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
1847
|
-
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
1848
|
-
readonly VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink";
|
|
1849
|
-
};
|
|
1850
|
-
/**
|
|
1851
|
-
* @public
|
|
1852
|
-
*/
|
|
1853
|
-
export type MediaInsightsPipelineConfigurationElementType = (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
1854
1263
|
/**
|
|
1855
1264
|
* <p>The status of the pipeline element.</p>
|
|
1856
1265
|
* @public
|
|
@@ -1933,25 +1342,6 @@ export interface CreateMediaInsightsPipelineResponse {
|
|
|
1933
1342
|
*/
|
|
1934
1343
|
MediaInsightsPipeline: MediaInsightsPipeline | undefined;
|
|
1935
1344
|
}
|
|
1936
|
-
/**
|
|
1937
|
-
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
1938
|
-
* @public
|
|
1939
|
-
*/
|
|
1940
|
-
export declare class NotFoundException extends __BaseException {
|
|
1941
|
-
readonly name: "NotFoundException";
|
|
1942
|
-
readonly $fault: "client";
|
|
1943
|
-
Code?: ErrorCode | undefined;
|
|
1944
|
-
Message?: string | undefined;
|
|
1945
|
-
/**
|
|
1946
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1947
|
-
* @public
|
|
1948
|
-
*/
|
|
1949
|
-
RequestId?: string | undefined;
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1954
|
-
}
|
|
1955
1345
|
/**
|
|
1956
1346
|
* <p>A structure that contains the configuration settings for a Kinesis Data Stream sink.</p>
|
|
1957
1347
|
* @public
|
|
@@ -2012,18 +1402,6 @@ export interface SqsQueueSinkConfiguration {
|
|
|
2012
1402
|
*/
|
|
2013
1403
|
InsightsTarget?: string | undefined;
|
|
2014
1404
|
}
|
|
2015
|
-
/**
|
|
2016
|
-
* @public
|
|
2017
|
-
* @enum
|
|
2018
|
-
*/
|
|
2019
|
-
export declare const VoiceAnalyticsConfigurationStatus: {
|
|
2020
|
-
readonly DISABLED: "Disabled";
|
|
2021
|
-
readonly ENABLED: "Enabled";
|
|
2022
|
-
};
|
|
2023
|
-
/**
|
|
2024
|
-
* @public
|
|
2025
|
-
*/
|
|
2026
|
-
export type VoiceAnalyticsConfigurationStatus = (typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
|
|
2027
1405
|
/**
|
|
2028
1406
|
* <p>The configuration settings for a voice analytics processor.</p>
|
|
2029
1407
|
* @public
|
|
@@ -2141,17 +1519,6 @@ export interface KeywordMatchConfiguration {
|
|
|
2141
1519
|
*/
|
|
2142
1520
|
Negate?: boolean | undefined;
|
|
2143
1521
|
}
|
|
2144
|
-
/**
|
|
2145
|
-
* @public
|
|
2146
|
-
* @enum
|
|
2147
|
-
*/
|
|
2148
|
-
export declare const SentimentType: {
|
|
2149
|
-
readonly NEGATIVE: "NEGATIVE";
|
|
2150
|
-
};
|
|
2151
|
-
/**
|
|
2152
|
-
* @public
|
|
2153
|
-
*/
|
|
2154
|
-
export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
|
|
2155
1522
|
/**
|
|
2156
1523
|
* <p>A structure that contains the configuration settings for a sentiment analysis task.</p>
|
|
2157
1524
|
* @public
|
|
@@ -2173,19 +1540,6 @@ export interface SentimentConfiguration {
|
|
|
2173
1540
|
*/
|
|
2174
1541
|
TimePeriod: number | undefined;
|
|
2175
1542
|
}
|
|
2176
|
-
/**
|
|
2177
|
-
* @public
|
|
2178
|
-
* @enum
|
|
2179
|
-
*/
|
|
2180
|
-
export declare const RealTimeAlertRuleType: {
|
|
2181
|
-
readonly IssueDetection: "IssueDetection";
|
|
2182
|
-
readonly KeywordMatch: "KeywordMatch";
|
|
2183
|
-
readonly Sentiment: "Sentiment";
|
|
2184
|
-
};
|
|
2185
|
-
/**
|
|
2186
|
-
* @public
|
|
2187
|
-
*/
|
|
2188
|
-
export type RealTimeAlertRuleType = (typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
|
|
2189
1543
|
/**
|
|
2190
1544
|
* <p>Specifies the words or phrases that trigger an alert.</p>
|
|
2191
1545
|
* @public
|
|
@@ -2342,17 +1696,6 @@ export interface LiveConnectorRTMPConfiguration {
|
|
|
2342
1696
|
*/
|
|
2343
1697
|
AudioSampleRate?: string | undefined;
|
|
2344
1698
|
}
|
|
2345
|
-
/**
|
|
2346
|
-
* @public
|
|
2347
|
-
* @enum
|
|
2348
|
-
*/
|
|
2349
|
-
export declare const LiveConnectorSinkType: {
|
|
2350
|
-
readonly RTMP: "RTMP";
|
|
2351
|
-
};
|
|
2352
|
-
/**
|
|
2353
|
-
* @public
|
|
2354
|
-
*/
|
|
2355
|
-
export type LiveConnectorSinkType = (typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
|
|
2356
1699
|
/**
|
|
2357
1700
|
* <p>The media pipeline's sink configuration settings.</p>
|
|
2358
1701
|
* @public
|
|
@@ -2369,18 +1712,6 @@ export interface LiveConnectorSinkConfiguration {
|
|
|
2369
1712
|
*/
|
|
2370
1713
|
RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
|
|
2371
1714
|
}
|
|
2372
|
-
/**
|
|
2373
|
-
* @public
|
|
2374
|
-
* @enum
|
|
2375
|
-
*/
|
|
2376
|
-
export declare const LiveConnectorMuxType: {
|
|
2377
|
-
readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
|
|
2378
|
-
readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
|
|
2379
|
-
};
|
|
2380
|
-
/**
|
|
2381
|
-
* @public
|
|
2382
|
-
*/
|
|
2383
|
-
export type LiveConnectorMuxType = (typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
|
|
2384
1715
|
/**
|
|
2385
1716
|
* <p>The media pipeline's configuration object.</p>
|
|
2386
1717
|
* @public
|
|
@@ -2407,17 +1738,6 @@ export interface ChimeSdkMeetingLiveConnectorConfiguration {
|
|
|
2407
1738
|
*/
|
|
2408
1739
|
SourceConfiguration?: SourceConfiguration | undefined;
|
|
2409
1740
|
}
|
|
2410
|
-
/**
|
|
2411
|
-
* @public
|
|
2412
|
-
* @enum
|
|
2413
|
-
*/
|
|
2414
|
-
export declare const LiveConnectorSourceType: {
|
|
2415
|
-
readonly ChimeSdkMeeting: "ChimeSdkMeeting";
|
|
2416
|
-
};
|
|
2417
|
-
/**
|
|
2418
|
-
* @public
|
|
2419
|
-
*/
|
|
2420
|
-
export type LiveConnectorSourceType = (typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
|
|
2421
1741
|
/**
|
|
2422
1742
|
* <p>The data source configuration object of a streaming media pipeline.</p>
|
|
2423
1743
|
* @public
|
|
@@ -2510,26 +1830,6 @@ export interface CreateMediaLiveConnectorPipelineResponse {
|
|
|
2510
1830
|
*/
|
|
2511
1831
|
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline | undefined;
|
|
2512
1832
|
}
|
|
2513
|
-
/**
|
|
2514
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
2515
|
-
* resource.</p>
|
|
2516
|
-
* @public
|
|
2517
|
-
*/
|
|
2518
|
-
export declare class ConflictException extends __BaseException {
|
|
2519
|
-
readonly name: "ConflictException";
|
|
2520
|
-
readonly $fault: "client";
|
|
2521
|
-
Code?: ErrorCode | undefined;
|
|
2522
|
-
Message?: string | undefined;
|
|
2523
|
-
/**
|
|
2524
|
-
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
2525
|
-
* @public
|
|
2526
|
-
*/
|
|
2527
|
-
RequestId?: string | undefined;
|
|
2528
|
-
/**
|
|
2529
|
-
* @internal
|
|
2530
|
-
*/
|
|
2531
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2532
|
-
}
|
|
2533
1833
|
/**
|
|
2534
1834
|
* <p>The configuration of an Kinesis video stream.</p>
|
|
2535
1835
|
* <note>
|
|
@@ -2585,21 +1885,6 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
|
2585
1885
|
*/
|
|
2586
1886
|
Tags?: Tag[] | undefined;
|
|
2587
1887
|
}
|
|
2588
|
-
/**
|
|
2589
|
-
* @public
|
|
2590
|
-
* @enum
|
|
2591
|
-
*/
|
|
2592
|
-
export declare const KinesisVideoStreamPoolStatus: {
|
|
2593
|
-
readonly ACTIVE: "ACTIVE";
|
|
2594
|
-
readonly CREATING: "CREATING";
|
|
2595
|
-
readonly DELETING: "DELETING";
|
|
2596
|
-
readonly FAILED: "FAILED";
|
|
2597
|
-
readonly UPDATING: "UPDATING";
|
|
2598
|
-
};
|
|
2599
|
-
/**
|
|
2600
|
-
* @public
|
|
2601
|
-
*/
|
|
2602
|
-
export type KinesisVideoStreamPoolStatus = (typeof KinesisVideoStreamPoolStatus)[keyof typeof KinesisVideoStreamPoolStatus];
|
|
2603
1888
|
/**
|
|
2604
1889
|
* <p>The video stream pool configuration object.</p>
|
|
2605
1890
|
* @public
|
|
@@ -2659,29 +1944,6 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
|
|
|
2659
1944
|
*/
|
|
2660
1945
|
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration | undefined;
|
|
2661
1946
|
}
|
|
2662
|
-
/**
|
|
2663
|
-
* @public
|
|
2664
|
-
* @enum
|
|
2665
|
-
*/
|
|
2666
|
-
export declare const MediaStreamType: {
|
|
2667
|
-
readonly IndividualAudio: "IndividualAudio";
|
|
2668
|
-
readonly MixedAudio: "MixedAudio";
|
|
2669
|
-
};
|
|
2670
|
-
/**
|
|
2671
|
-
* @public
|
|
2672
|
-
*/
|
|
2673
|
-
export type MediaStreamType = (typeof MediaStreamType)[keyof typeof MediaStreamType];
|
|
2674
|
-
/**
|
|
2675
|
-
* @public
|
|
2676
|
-
* @enum
|
|
2677
|
-
*/
|
|
2678
|
-
export declare const MediaStreamPipelineSinkType: {
|
|
2679
|
-
readonly KinesisVideoStreamPool: "KinesisVideoStreamPool";
|
|
2680
|
-
};
|
|
2681
|
-
/**
|
|
2682
|
-
* @public
|
|
2683
|
-
*/
|
|
2684
|
-
export type MediaStreamPipelineSinkType = (typeof MediaStreamPipelineSinkType)[keyof typeof MediaStreamPipelineSinkType];
|
|
2685
1947
|
/**
|
|
2686
1948
|
* <p>Structure that contains the settings for a media stream sink.</p>
|
|
2687
1949
|
* @public
|
|
@@ -2966,22 +2228,6 @@ export interface GetSpeakerSearchTaskRequest {
|
|
|
2966
2228
|
*/
|
|
2967
2229
|
SpeakerSearchTaskId: string | undefined;
|
|
2968
2230
|
}
|
|
2969
|
-
/**
|
|
2970
|
-
* @public
|
|
2971
|
-
* @enum
|
|
2972
|
-
*/
|
|
2973
|
-
export declare const MediaPipelineTaskStatus: {
|
|
2974
|
-
readonly Failed: "Failed";
|
|
2975
|
-
readonly InProgress: "InProgress";
|
|
2976
|
-
readonly Initializing: "Initializing";
|
|
2977
|
-
readonly NotStarted: "NotStarted";
|
|
2978
|
-
readonly Stopped: "Stopped";
|
|
2979
|
-
readonly Stopping: "Stopping";
|
|
2980
|
-
};
|
|
2981
|
-
/**
|
|
2982
|
-
* @public
|
|
2983
|
-
*/
|
|
2984
|
-
export type MediaPipelineTaskStatus = (typeof MediaPipelineTaskStatus)[keyof typeof MediaPipelineTaskStatus];
|
|
2985
2231
|
/**
|
|
2986
2232
|
* <p>A representation of an asynchronous request to perform speaker search analysis on a
|
|
2987
2233
|
* media insights pipeline.</p>
|
|
@@ -3341,17 +2587,6 @@ export interface StartSpeakerSearchTaskResponse {
|
|
|
3341
2587
|
*/
|
|
3342
2588
|
SpeakerSearchTask?: SpeakerSearchTask | undefined;
|
|
3343
2589
|
}
|
|
3344
|
-
/**
|
|
3345
|
-
* @public
|
|
3346
|
-
* @enum
|
|
3347
|
-
*/
|
|
3348
|
-
export declare const VoiceAnalyticsLanguageCode: {
|
|
3349
|
-
readonly EN_US: "en-US";
|
|
3350
|
-
};
|
|
3351
|
-
/**
|
|
3352
|
-
* @public
|
|
3353
|
-
*/
|
|
3354
|
-
export type VoiceAnalyticsLanguageCode = (typeof VoiceAnalyticsLanguageCode)[keyof typeof VoiceAnalyticsLanguageCode];
|
|
3355
2590
|
/**
|
|
3356
2591
|
* @public
|
|
3357
2592
|
*/
|
|
@@ -3493,18 +2728,6 @@ export interface UpdateMediaInsightsPipelineConfigurationResponse {
|
|
|
3493
2728
|
*/
|
|
3494
2729
|
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration | undefined;
|
|
3495
2730
|
}
|
|
3496
|
-
/**
|
|
3497
|
-
* @public
|
|
3498
|
-
* @enum
|
|
3499
|
-
*/
|
|
3500
|
-
export declare const MediaPipelineStatusUpdate: {
|
|
3501
|
-
readonly Pause: "Pause";
|
|
3502
|
-
readonly Resume: "Resume";
|
|
3503
|
-
};
|
|
3504
|
-
/**
|
|
3505
|
-
* @public
|
|
3506
|
-
*/
|
|
3507
|
-
export type MediaPipelineStatusUpdate = (typeof MediaPipelineStatusUpdate)[keyof typeof MediaPipelineStatusUpdate];
|
|
3508
2731
|
/**
|
|
3509
2732
|
* @public
|
|
3510
2733
|
*/
|