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