@aws-sdk/client-chime-sdk-media-pipelines 3.934.0 → 3.935.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.
@@ -0,0 +1,228 @@
1
+ export const ActiveSpeakerPosition = {
2
+ BottomLeft: "BottomLeft",
3
+ BottomRight: "BottomRight",
4
+ TopLeft: "TopLeft",
5
+ TopRight: "TopRight",
6
+ };
7
+ export const ContentType = {
8
+ PII: "PII",
9
+ };
10
+ export const CallAnalyticsLanguageCode = {
11
+ DE_DE: "de-DE",
12
+ EN_AU: "en-AU",
13
+ EN_GB: "en-GB",
14
+ EN_US: "en-US",
15
+ ES_US: "es-US",
16
+ FR_CA: "fr-CA",
17
+ FR_FR: "fr-FR",
18
+ IT_IT: "it-IT",
19
+ PT_BR: "pt-BR",
20
+ };
21
+ export const PartialResultsStability = {
22
+ HIGH: "high",
23
+ LOW: "low",
24
+ MEDIUM: "medium",
25
+ };
26
+ export const ContentRedactionOutput = {
27
+ REDACTED: "redacted",
28
+ REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
29
+ };
30
+ export const VocabularyFilterMethod = {
31
+ MASK: "mask",
32
+ REMOVE: "remove",
33
+ TAG: "tag",
34
+ };
35
+ export const AudioArtifactsConcatenationState = {
36
+ Enabled: "Enabled",
37
+ };
38
+ export const ArtifactsConcatenationState = {
39
+ Disabled: "Disabled",
40
+ Enabled: "Enabled",
41
+ };
42
+ export const AudioMuxType = {
43
+ AudioOnly: "AudioOnly",
44
+ AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
45
+ AudioWithCompositedVideo: "AudioWithCompositedVideo",
46
+ };
47
+ export const CanvasOrientation = {
48
+ Landscape: "Landscape",
49
+ Portrait: "Portrait",
50
+ };
51
+ export const ContentShareLayoutOption = {
52
+ ActiveSpeakerOnly: "ActiveSpeakerOnly",
53
+ Horizontal: "Horizontal",
54
+ PresenterOnly: "PresenterOnly",
55
+ Vertical: "Vertical",
56
+ };
57
+ export const TileOrder = {
58
+ JoinSequence: "JoinSequence",
59
+ SpeakerSequence: "SpeakerSequence",
60
+ };
61
+ export const HorizontalTilePosition = {
62
+ Bottom: "Bottom",
63
+ Top: "Top",
64
+ };
65
+ export const PresenterPosition = {
66
+ BottomLeft: "BottomLeft",
67
+ BottomRight: "BottomRight",
68
+ TopLeft: "TopLeft",
69
+ TopRight: "TopRight",
70
+ };
71
+ export const VerticalTilePosition = {
72
+ Left: "Left",
73
+ Right: "Right",
74
+ };
75
+ export const BorderColor = {
76
+ Black: "Black",
77
+ Blue: "Blue",
78
+ Green: "Green",
79
+ Red: "Red",
80
+ White: "White",
81
+ Yellow: "Yellow",
82
+ };
83
+ export const HighlightColor = {
84
+ Black: "Black",
85
+ Blue: "Blue",
86
+ Green: "Green",
87
+ Red: "Red",
88
+ White: "White",
89
+ Yellow: "Yellow",
90
+ };
91
+ export const LayoutOption = {
92
+ GridView: "GridView",
93
+ };
94
+ export const ResolutionOption = {
95
+ FHD: "FHD",
96
+ HD: "HD",
97
+ };
98
+ export const ContentMuxType = {
99
+ ContentOnly: "ContentOnly",
100
+ };
101
+ export const ArtifactsState = {
102
+ Disabled: "Disabled",
103
+ Enabled: "Enabled",
104
+ };
105
+ export const VideoMuxType = {
106
+ VideoOnly: "VideoOnly",
107
+ };
108
+ export const AudioChannelsOption = {
109
+ Mono: "Mono",
110
+ Stereo: "Stereo",
111
+ };
112
+ export const ErrorCode = {
113
+ BadRequest: "BadRequest",
114
+ Forbidden: "Forbidden",
115
+ NotFound: "NotFound",
116
+ ResourceLimitExceeded: "ResourceLimitExceeded",
117
+ ServiceFailure: "ServiceFailure",
118
+ ServiceUnavailable: "ServiceUnavailable",
119
+ Throttling: "Throttling",
120
+ };
121
+ export const ParticipantRole = {
122
+ AGENT: "AGENT",
123
+ CUSTOMER: "CUSTOMER",
124
+ };
125
+ export const MediaPipelineSinkType = {
126
+ S3Bucket: "S3Bucket",
127
+ };
128
+ export const MediaPipelineSourceType = {
129
+ ChimeSdkMeeting: "ChimeSdkMeeting",
130
+ };
131
+ export const MediaPipelineStatus = {
132
+ Failed: "Failed",
133
+ InProgress: "InProgress",
134
+ Initializing: "Initializing",
135
+ NotStarted: "NotStarted",
136
+ Paused: "Paused",
137
+ Stopped: "Stopped",
138
+ Stopping: "Stopping",
139
+ };
140
+ export const ConcatenationSinkType = {
141
+ S3Bucket: "S3Bucket",
142
+ };
143
+ export const ConcatenationSourceType = {
144
+ MediaCapturePipeline: "MediaCapturePipeline",
145
+ };
146
+ export const FragmentSelectorType = {
147
+ ProducerTimestamp: "ProducerTimestamp",
148
+ ServerTimestamp: "ServerTimestamp",
149
+ };
150
+ export const MediaEncoding = {
151
+ PCM: "pcm",
152
+ };
153
+ export const RecordingFileFormat = {
154
+ Opus: "Opus",
155
+ Wav: "Wav",
156
+ };
157
+ export const MediaPipelineElementStatus = {
158
+ Failed: "Failed",
159
+ InProgress: "InProgress",
160
+ Initializing: "Initializing",
161
+ NotStarted: "NotStarted",
162
+ NotSupported: "NotSupported",
163
+ Paused: "Paused",
164
+ Stopped: "Stopped",
165
+ Stopping: "Stopping",
166
+ };
167
+ export const MediaInsightsPipelineConfigurationElementType = {
168
+ AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
169
+ AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
170
+ KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
171
+ LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
172
+ S3_RECORDING_SINK: "S3RecordingSink",
173
+ SNS_TOPIC_SINK: "SnsTopicSink",
174
+ SQS_QUEUE_SINK: "SqsQueueSink",
175
+ VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
176
+ VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink",
177
+ };
178
+ export const VoiceAnalyticsConfigurationStatus = {
179
+ DISABLED: "Disabled",
180
+ ENABLED: "Enabled",
181
+ };
182
+ export const SentimentType = {
183
+ NEGATIVE: "NEGATIVE",
184
+ };
185
+ export const RealTimeAlertRuleType = {
186
+ IssueDetection: "IssueDetection",
187
+ KeywordMatch: "KeywordMatch",
188
+ Sentiment: "Sentiment",
189
+ };
190
+ export const LiveConnectorSinkType = {
191
+ RTMP: "RTMP",
192
+ };
193
+ export const LiveConnectorMuxType = {
194
+ AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
195
+ AudioWithCompositedVideo: "AudioWithCompositedVideo",
196
+ };
197
+ export const LiveConnectorSourceType = {
198
+ ChimeSdkMeeting: "ChimeSdkMeeting",
199
+ };
200
+ export const KinesisVideoStreamPoolStatus = {
201
+ ACTIVE: "ACTIVE",
202
+ CREATING: "CREATING",
203
+ DELETING: "DELETING",
204
+ FAILED: "FAILED",
205
+ UPDATING: "UPDATING",
206
+ };
207
+ export const MediaStreamType = {
208
+ IndividualAudio: "IndividualAudio",
209
+ MixedAudio: "MixedAudio",
210
+ };
211
+ export const MediaStreamPipelineSinkType = {
212
+ KinesisVideoStreamPool: "KinesisVideoStreamPool",
213
+ };
214
+ export const MediaPipelineTaskStatus = {
215
+ Failed: "Failed",
216
+ InProgress: "InProgress",
217
+ Initializing: "Initializing",
218
+ NotStarted: "NotStarted",
219
+ Stopped: "Stopped",
220
+ Stopping: "Stopping",
221
+ };
222
+ export const VoiceAnalyticsLanguageCode = {
223
+ EN_US: "en-US",
224
+ };
225
+ export const MediaPipelineStatusUpdate = {
226
+ Pause: "Pause",
227
+ Resume: "Resume",
228
+ };
@@ -0,0 +1,163 @@
1
+ import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
2
+ export class BadRequestException extends __BaseException {
3
+ name = "BadRequestException";
4
+ $fault = "client";
5
+ Code;
6
+ Message;
7
+ RequestId;
8
+ constructor(opts) {
9
+ super({
10
+ name: "BadRequestException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, BadRequestException.prototype);
15
+ this.Code = opts.Code;
16
+ this.Message = opts.Message;
17
+ this.RequestId = opts.RequestId;
18
+ }
19
+ }
20
+ export class ForbiddenException extends __BaseException {
21
+ name = "ForbiddenException";
22
+ $fault = "client";
23
+ Code;
24
+ Message;
25
+ RequestId;
26
+ constructor(opts) {
27
+ super({
28
+ name: "ForbiddenException",
29
+ $fault: "client",
30
+ ...opts,
31
+ });
32
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
33
+ this.Code = opts.Code;
34
+ this.Message = opts.Message;
35
+ this.RequestId = opts.RequestId;
36
+ }
37
+ }
38
+ export class ResourceLimitExceededException extends __BaseException {
39
+ name = "ResourceLimitExceededException";
40
+ $fault = "client";
41
+ Code;
42
+ Message;
43
+ RequestId;
44
+ constructor(opts) {
45
+ super({
46
+ name: "ResourceLimitExceededException",
47
+ $fault: "client",
48
+ ...opts,
49
+ });
50
+ Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
51
+ this.Code = opts.Code;
52
+ this.Message = opts.Message;
53
+ this.RequestId = opts.RequestId;
54
+ }
55
+ }
56
+ export class ServiceFailureException extends __BaseException {
57
+ name = "ServiceFailureException";
58
+ $fault = "server";
59
+ Code;
60
+ Message;
61
+ RequestId;
62
+ constructor(opts) {
63
+ super({
64
+ name: "ServiceFailureException",
65
+ $fault: "server",
66
+ ...opts,
67
+ });
68
+ Object.setPrototypeOf(this, ServiceFailureException.prototype);
69
+ this.Code = opts.Code;
70
+ this.Message = opts.Message;
71
+ this.RequestId = opts.RequestId;
72
+ }
73
+ }
74
+ export class ServiceUnavailableException extends __BaseException {
75
+ name = "ServiceUnavailableException";
76
+ $fault = "server";
77
+ Code;
78
+ Message;
79
+ RequestId;
80
+ constructor(opts) {
81
+ super({
82
+ name: "ServiceUnavailableException",
83
+ $fault: "server",
84
+ ...opts,
85
+ });
86
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
87
+ this.Code = opts.Code;
88
+ this.Message = opts.Message;
89
+ this.RequestId = opts.RequestId;
90
+ }
91
+ }
92
+ export class ThrottledClientException extends __BaseException {
93
+ name = "ThrottledClientException";
94
+ $fault = "client";
95
+ Code;
96
+ Message;
97
+ RequestId;
98
+ constructor(opts) {
99
+ super({
100
+ name: "ThrottledClientException",
101
+ $fault: "client",
102
+ ...opts,
103
+ });
104
+ Object.setPrototypeOf(this, ThrottledClientException.prototype);
105
+ this.Code = opts.Code;
106
+ this.Message = opts.Message;
107
+ this.RequestId = opts.RequestId;
108
+ }
109
+ }
110
+ export class UnauthorizedClientException extends __BaseException {
111
+ name = "UnauthorizedClientException";
112
+ $fault = "client";
113
+ Code;
114
+ Message;
115
+ RequestId;
116
+ constructor(opts) {
117
+ super({
118
+ name: "UnauthorizedClientException",
119
+ $fault: "client",
120
+ ...opts,
121
+ });
122
+ Object.setPrototypeOf(this, UnauthorizedClientException.prototype);
123
+ this.Code = opts.Code;
124
+ this.Message = opts.Message;
125
+ this.RequestId = opts.RequestId;
126
+ }
127
+ }
128
+ export class NotFoundException extends __BaseException {
129
+ name = "NotFoundException";
130
+ $fault = "client";
131
+ Code;
132
+ Message;
133
+ RequestId;
134
+ constructor(opts) {
135
+ super({
136
+ name: "NotFoundException",
137
+ $fault: "client",
138
+ ...opts,
139
+ });
140
+ Object.setPrototypeOf(this, NotFoundException.prototype);
141
+ this.Code = opts.Code;
142
+ this.Message = opts.Message;
143
+ this.RequestId = opts.RequestId;
144
+ }
145
+ }
146
+ export class ConflictException extends __BaseException {
147
+ name = "ConflictException";
148
+ $fault = "client";
149
+ Code;
150
+ Message;
151
+ RequestId;
152
+ constructor(opts) {
153
+ super({
154
+ name: "ConflictException",
155
+ $fault: "client",
156
+ ...opts,
157
+ });
158
+ Object.setPrototypeOf(this, ConflictException.prototype);
159
+ this.Code = opts.Code;
160
+ this.Message = opts.Message;
161
+ this.RequestId = opts.RequestId;
162
+ }
163
+ }