@aws-sdk/client-chime-sdk-media-pipelines 3.933.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.
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ChimeSDKMediaPipelinesExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { ChimeSDKMediaPipelinesServiceException } from "./models/ChimeSDKMediaPipelinesServiceException";
@@ -0,0 +1,313 @@
1
+ export declare const ActiveSpeakerPosition: {
2
+ readonly BottomLeft: "BottomLeft";
3
+ readonly BottomRight: "BottomRight";
4
+ readonly TopLeft: "TopLeft";
5
+ readonly TopRight: "TopRight";
6
+ };
7
+ export type ActiveSpeakerPosition =
8
+ (typeof ActiveSpeakerPosition)[keyof typeof ActiveSpeakerPosition];
9
+ export declare const ContentType: {
10
+ readonly PII: "PII";
11
+ };
12
+ export type ContentType = (typeof ContentType)[keyof typeof ContentType];
13
+ export declare const CallAnalyticsLanguageCode: {
14
+ readonly DE_DE: "de-DE";
15
+ readonly EN_AU: "en-AU";
16
+ readonly EN_GB: "en-GB";
17
+ readonly EN_US: "en-US";
18
+ readonly ES_US: "es-US";
19
+ readonly FR_CA: "fr-CA";
20
+ readonly FR_FR: "fr-FR";
21
+ readonly IT_IT: "it-IT";
22
+ readonly PT_BR: "pt-BR";
23
+ };
24
+ export type CallAnalyticsLanguageCode =
25
+ (typeof CallAnalyticsLanguageCode)[keyof typeof CallAnalyticsLanguageCode];
26
+ export declare const PartialResultsStability: {
27
+ readonly HIGH: "high";
28
+ readonly LOW: "low";
29
+ readonly MEDIUM: "medium";
30
+ };
31
+ export type PartialResultsStability =
32
+ (typeof PartialResultsStability)[keyof typeof PartialResultsStability];
33
+ export declare const ContentRedactionOutput: {
34
+ readonly REDACTED: "redacted";
35
+ readonly REDACTED_AND_UNREDACTED: "redacted_and_unredacted";
36
+ };
37
+ export type ContentRedactionOutput =
38
+ (typeof ContentRedactionOutput)[keyof typeof ContentRedactionOutput];
39
+ export declare const VocabularyFilterMethod: {
40
+ readonly MASK: "mask";
41
+ readonly REMOVE: "remove";
42
+ readonly TAG: "tag";
43
+ };
44
+ export type VocabularyFilterMethod =
45
+ (typeof VocabularyFilterMethod)[keyof typeof VocabularyFilterMethod];
46
+ export declare const AudioArtifactsConcatenationState: {
47
+ readonly Enabled: "Enabled";
48
+ };
49
+ export type AudioArtifactsConcatenationState =
50
+ (typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
51
+ export declare const ArtifactsConcatenationState: {
52
+ readonly Disabled: "Disabled";
53
+ readonly Enabled: "Enabled";
54
+ };
55
+ export type ArtifactsConcatenationState =
56
+ (typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
57
+ export declare const AudioMuxType: {
58
+ readonly AudioOnly: "AudioOnly";
59
+ readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
60
+ readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
61
+ };
62
+ export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
63
+ export declare const CanvasOrientation: {
64
+ readonly Landscape: "Landscape";
65
+ readonly Portrait: "Portrait";
66
+ };
67
+ export type CanvasOrientation =
68
+ (typeof CanvasOrientation)[keyof typeof CanvasOrientation];
69
+ export declare const ContentShareLayoutOption: {
70
+ readonly ActiveSpeakerOnly: "ActiveSpeakerOnly";
71
+ readonly Horizontal: "Horizontal";
72
+ readonly PresenterOnly: "PresenterOnly";
73
+ readonly Vertical: "Vertical";
74
+ };
75
+ export type ContentShareLayoutOption =
76
+ (typeof ContentShareLayoutOption)[keyof typeof ContentShareLayoutOption];
77
+ export declare const TileOrder: {
78
+ readonly JoinSequence: "JoinSequence";
79
+ readonly SpeakerSequence: "SpeakerSequence";
80
+ };
81
+ export type TileOrder = (typeof TileOrder)[keyof typeof TileOrder];
82
+ export declare const HorizontalTilePosition: {
83
+ readonly Bottom: "Bottom";
84
+ readonly Top: "Top";
85
+ };
86
+ export type HorizontalTilePosition =
87
+ (typeof HorizontalTilePosition)[keyof typeof HorizontalTilePosition];
88
+ export declare const PresenterPosition: {
89
+ readonly BottomLeft: "BottomLeft";
90
+ readonly BottomRight: "BottomRight";
91
+ readonly TopLeft: "TopLeft";
92
+ readonly TopRight: "TopRight";
93
+ };
94
+ export type PresenterPosition =
95
+ (typeof PresenterPosition)[keyof typeof PresenterPosition];
96
+ export declare const VerticalTilePosition: {
97
+ readonly Left: "Left";
98
+ readonly Right: "Right";
99
+ };
100
+ export type VerticalTilePosition =
101
+ (typeof VerticalTilePosition)[keyof typeof VerticalTilePosition];
102
+ export declare const BorderColor: {
103
+ readonly Black: "Black";
104
+ readonly Blue: "Blue";
105
+ readonly Green: "Green";
106
+ readonly Red: "Red";
107
+ readonly White: "White";
108
+ readonly Yellow: "Yellow";
109
+ };
110
+ export type BorderColor = (typeof BorderColor)[keyof typeof BorderColor];
111
+ export declare const HighlightColor: {
112
+ readonly Black: "Black";
113
+ readonly Blue: "Blue";
114
+ readonly Green: "Green";
115
+ readonly Red: "Red";
116
+ readonly White: "White";
117
+ readonly Yellow: "Yellow";
118
+ };
119
+ export type HighlightColor =
120
+ (typeof HighlightColor)[keyof typeof HighlightColor];
121
+ export declare const LayoutOption: {
122
+ readonly GridView: "GridView";
123
+ };
124
+ export type LayoutOption = (typeof LayoutOption)[keyof typeof LayoutOption];
125
+ export declare const ResolutionOption: {
126
+ readonly FHD: "FHD";
127
+ readonly HD: "HD";
128
+ };
129
+ export type ResolutionOption =
130
+ (typeof ResolutionOption)[keyof typeof ResolutionOption];
131
+ export declare const ContentMuxType: {
132
+ readonly ContentOnly: "ContentOnly";
133
+ };
134
+ export type ContentMuxType =
135
+ (typeof ContentMuxType)[keyof typeof ContentMuxType];
136
+ export declare const ArtifactsState: {
137
+ readonly Disabled: "Disabled";
138
+ readonly Enabled: "Enabled";
139
+ };
140
+ export type ArtifactsState =
141
+ (typeof ArtifactsState)[keyof typeof ArtifactsState];
142
+ export declare const VideoMuxType: {
143
+ readonly VideoOnly: "VideoOnly";
144
+ };
145
+ export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
146
+ export declare const AudioChannelsOption: {
147
+ readonly Mono: "Mono";
148
+ readonly Stereo: "Stereo";
149
+ };
150
+ export type AudioChannelsOption =
151
+ (typeof AudioChannelsOption)[keyof typeof AudioChannelsOption];
152
+ export declare const ErrorCode: {
153
+ readonly BadRequest: "BadRequest";
154
+ readonly Forbidden: "Forbidden";
155
+ readonly NotFound: "NotFound";
156
+ readonly ResourceLimitExceeded: "ResourceLimitExceeded";
157
+ readonly ServiceFailure: "ServiceFailure";
158
+ readonly ServiceUnavailable: "ServiceUnavailable";
159
+ readonly Throttling: "Throttling";
160
+ };
161
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
162
+ export declare const ParticipantRole: {
163
+ readonly AGENT: "AGENT";
164
+ readonly CUSTOMER: "CUSTOMER";
165
+ };
166
+ export type ParticipantRole =
167
+ (typeof ParticipantRole)[keyof typeof ParticipantRole];
168
+ export declare const MediaPipelineSinkType: {
169
+ readonly S3Bucket: "S3Bucket";
170
+ };
171
+ export type MediaPipelineSinkType =
172
+ (typeof MediaPipelineSinkType)[keyof typeof MediaPipelineSinkType];
173
+ export declare const MediaPipelineSourceType: {
174
+ readonly ChimeSdkMeeting: "ChimeSdkMeeting";
175
+ };
176
+ export type MediaPipelineSourceType =
177
+ (typeof MediaPipelineSourceType)[keyof typeof MediaPipelineSourceType];
178
+ export declare const MediaPipelineStatus: {
179
+ readonly Failed: "Failed";
180
+ readonly InProgress: "InProgress";
181
+ readonly Initializing: "Initializing";
182
+ readonly NotStarted: "NotStarted";
183
+ readonly Paused: "Paused";
184
+ readonly Stopped: "Stopped";
185
+ readonly Stopping: "Stopping";
186
+ };
187
+ export type MediaPipelineStatus =
188
+ (typeof MediaPipelineStatus)[keyof typeof MediaPipelineStatus];
189
+ export declare const ConcatenationSinkType: {
190
+ readonly S3Bucket: "S3Bucket";
191
+ };
192
+ export type ConcatenationSinkType =
193
+ (typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
194
+ export declare const ConcatenationSourceType: {
195
+ readonly MediaCapturePipeline: "MediaCapturePipeline";
196
+ };
197
+ export type ConcatenationSourceType =
198
+ (typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
199
+ export declare const FragmentSelectorType: {
200
+ readonly ProducerTimestamp: "ProducerTimestamp";
201
+ readonly ServerTimestamp: "ServerTimestamp";
202
+ };
203
+ export type FragmentSelectorType =
204
+ (typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];
205
+ export declare const MediaEncoding: {
206
+ readonly PCM: "pcm";
207
+ };
208
+ export type MediaEncoding = (typeof MediaEncoding)[keyof typeof MediaEncoding];
209
+ export declare const RecordingFileFormat: {
210
+ readonly Opus: "Opus";
211
+ readonly Wav: "Wav";
212
+ };
213
+ export type RecordingFileFormat =
214
+ (typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
215
+ export declare const MediaPipelineElementStatus: {
216
+ readonly Failed: "Failed";
217
+ readonly InProgress: "InProgress";
218
+ readonly Initializing: "Initializing";
219
+ readonly NotStarted: "NotStarted";
220
+ readonly NotSupported: "NotSupported";
221
+ readonly Paused: "Paused";
222
+ readonly Stopped: "Stopped";
223
+ readonly Stopping: "Stopping";
224
+ };
225
+ export type MediaPipelineElementStatus =
226
+ (typeof MediaPipelineElementStatus)[keyof typeof MediaPipelineElementStatus];
227
+ export declare const MediaInsightsPipelineConfigurationElementType: {
228
+ readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
229
+ readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
230
+ readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
231
+ readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
232
+ readonly S3_RECORDING_SINK: "S3RecordingSink";
233
+ readonly SNS_TOPIC_SINK: "SnsTopicSink";
234
+ readonly SQS_QUEUE_SINK: "SqsQueueSink";
235
+ readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
236
+ readonly VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink";
237
+ };
238
+ export type MediaInsightsPipelineConfigurationElementType =
239
+ (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
240
+ export declare const VoiceAnalyticsConfigurationStatus: {
241
+ readonly DISABLED: "Disabled";
242
+ readonly ENABLED: "Enabled";
243
+ };
244
+ export type VoiceAnalyticsConfigurationStatus =
245
+ (typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
246
+ export declare const SentimentType: {
247
+ readonly NEGATIVE: "NEGATIVE";
248
+ };
249
+ export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
250
+ export declare const RealTimeAlertRuleType: {
251
+ readonly IssueDetection: "IssueDetection";
252
+ readonly KeywordMatch: "KeywordMatch";
253
+ readonly Sentiment: "Sentiment";
254
+ };
255
+ export type RealTimeAlertRuleType =
256
+ (typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
257
+ export declare const LiveConnectorSinkType: {
258
+ readonly RTMP: "RTMP";
259
+ };
260
+ export type LiveConnectorSinkType =
261
+ (typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
262
+ export declare const LiveConnectorMuxType: {
263
+ readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
264
+ readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
265
+ };
266
+ export type LiveConnectorMuxType =
267
+ (typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
268
+ export declare const LiveConnectorSourceType: {
269
+ readonly ChimeSdkMeeting: "ChimeSdkMeeting";
270
+ };
271
+ export type LiveConnectorSourceType =
272
+ (typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
273
+ export declare const KinesisVideoStreamPoolStatus: {
274
+ readonly ACTIVE: "ACTIVE";
275
+ readonly CREATING: "CREATING";
276
+ readonly DELETING: "DELETING";
277
+ readonly FAILED: "FAILED";
278
+ readonly UPDATING: "UPDATING";
279
+ };
280
+ export type KinesisVideoStreamPoolStatus =
281
+ (typeof KinesisVideoStreamPoolStatus)[keyof typeof KinesisVideoStreamPoolStatus];
282
+ export declare const MediaStreamType: {
283
+ readonly IndividualAudio: "IndividualAudio";
284
+ readonly MixedAudio: "MixedAudio";
285
+ };
286
+ export type MediaStreamType =
287
+ (typeof MediaStreamType)[keyof typeof MediaStreamType];
288
+ export declare const MediaStreamPipelineSinkType: {
289
+ readonly KinesisVideoStreamPool: "KinesisVideoStreamPool";
290
+ };
291
+ export type MediaStreamPipelineSinkType =
292
+ (typeof MediaStreamPipelineSinkType)[keyof typeof MediaStreamPipelineSinkType];
293
+ export declare const MediaPipelineTaskStatus: {
294
+ readonly Failed: "Failed";
295
+ readonly InProgress: "InProgress";
296
+ readonly Initializing: "Initializing";
297
+ readonly NotStarted: "NotStarted";
298
+ readonly Stopped: "Stopped";
299
+ readonly Stopping: "Stopping";
300
+ };
301
+ export type MediaPipelineTaskStatus =
302
+ (typeof MediaPipelineTaskStatus)[keyof typeof MediaPipelineTaskStatus];
303
+ export declare const VoiceAnalyticsLanguageCode: {
304
+ readonly EN_US: "en-US";
305
+ };
306
+ export type VoiceAnalyticsLanguageCode =
307
+ (typeof VoiceAnalyticsLanguageCode)[keyof typeof VoiceAnalyticsLanguageCode];
308
+ export declare const MediaPipelineStatusUpdate: {
309
+ readonly Pause: "Pause";
310
+ readonly Resume: "Resume";
311
+ };
312
+ export type MediaPipelineStatusUpdate =
313
+ (typeof MediaPipelineStatusUpdate)[keyof typeof MediaPipelineStatusUpdate];
@@ -0,0 +1,87 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
3
+ import { ErrorCode } from "./enums";
4
+ export declare class BadRequestException extends __BaseException {
5
+ readonly name: "BadRequestException";
6
+ readonly $fault: "client";
7
+ Code?: ErrorCode | undefined;
8
+ Message?: string | undefined;
9
+ RequestId?: string | undefined;
10
+ constructor(
11
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
12
+ );
13
+ }
14
+ export declare class ForbiddenException extends __BaseException {
15
+ readonly name: "ForbiddenException";
16
+ readonly $fault: "client";
17
+ Code?: ErrorCode | undefined;
18
+ Message?: string | undefined;
19
+ RequestId?: string | undefined;
20
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
21
+ }
22
+ export declare class ResourceLimitExceededException extends __BaseException {
23
+ readonly name: "ResourceLimitExceededException";
24
+ readonly $fault: "client";
25
+ Code?: ErrorCode | undefined;
26
+ Message?: string | undefined;
27
+ RequestId?: string | undefined;
28
+ constructor(
29
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
30
+ );
31
+ }
32
+ export declare class ServiceFailureException extends __BaseException {
33
+ readonly name: "ServiceFailureException";
34
+ readonly $fault: "server";
35
+ Code?: ErrorCode | undefined;
36
+ Message?: string | undefined;
37
+ RequestId?: string | undefined;
38
+ constructor(
39
+ opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
40
+ );
41
+ }
42
+ export declare class ServiceUnavailableException extends __BaseException {
43
+ readonly name: "ServiceUnavailableException";
44
+ readonly $fault: "server";
45
+ Code?: ErrorCode | undefined;
46
+ Message?: string | undefined;
47
+ RequestId?: string | undefined;
48
+ constructor(
49
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
50
+ );
51
+ }
52
+ export declare class ThrottledClientException extends __BaseException {
53
+ readonly name: "ThrottledClientException";
54
+ readonly $fault: "client";
55
+ Code?: ErrorCode | undefined;
56
+ Message?: string | undefined;
57
+ RequestId?: string | undefined;
58
+ constructor(
59
+ opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
60
+ );
61
+ }
62
+ export declare class UnauthorizedClientException extends __BaseException {
63
+ readonly name: "UnauthorizedClientException";
64
+ readonly $fault: "client";
65
+ Code?: ErrorCode | undefined;
66
+ Message?: string | undefined;
67
+ RequestId?: string | undefined;
68
+ constructor(
69
+ opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
70
+ );
71
+ }
72
+ export declare class NotFoundException extends __BaseException {
73
+ readonly name: "NotFoundException";
74
+ readonly $fault: "client";
75
+ Code?: ErrorCode | undefined;
76
+ Message?: string | undefined;
77
+ RequestId?: string | undefined;
78
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
79
+ }
80
+ export declare class ConflictException extends __BaseException {
81
+ readonly name: "ConflictException";
82
+ readonly $fault: "client";
83
+ Code?: ErrorCode | undefined;
84
+ Message?: string | undefined;
85
+ RequestId?: string | undefined;
86
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
87
+ }