@aws-sdk/client-chime-sdk-media-pipelines 3.301.0 → 3.303.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/models/models_0.js +152 -186
- package/dist-es/models/models_0.js +152 -186
- package/dist-types/models/models_0.d.ts +322 -152
- package/dist-types/ts3.4/models/models_0.d.ts +213 -152
- package/package.json +34 -34
|
@@ -1,103 +1,86 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
export
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
export
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
VideoMuxType["VideoOnly"] = "VideoOnly";
|
|
85
|
-
})(VideoMuxType || (VideoMuxType = {}));
|
|
86
|
-
export var AudioChannelsOption;
|
|
87
|
-
(function (AudioChannelsOption) {
|
|
88
|
-
AudioChannelsOption["Mono"] = "Mono";
|
|
89
|
-
AudioChannelsOption["Stereo"] = "Stereo";
|
|
90
|
-
})(AudioChannelsOption || (AudioChannelsOption = {}));
|
|
91
|
-
export var ErrorCode;
|
|
92
|
-
(function (ErrorCode) {
|
|
93
|
-
ErrorCode["BadRequest"] = "BadRequest";
|
|
94
|
-
ErrorCode["Forbidden"] = "Forbidden";
|
|
95
|
-
ErrorCode["NotFound"] = "NotFound";
|
|
96
|
-
ErrorCode["ResourceLimitExceeded"] = "ResourceLimitExceeded";
|
|
97
|
-
ErrorCode["ServiceFailure"] = "ServiceFailure";
|
|
98
|
-
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
99
|
-
ErrorCode["Throttling"] = "Throttling";
|
|
100
|
-
})(ErrorCode || (ErrorCode = {}));
|
|
3
|
+
export const ContentType = {
|
|
4
|
+
PII: "PII",
|
|
5
|
+
};
|
|
6
|
+
export const CallAnalyticsLanguageCode = {
|
|
7
|
+
DE_DE: "de-DE",
|
|
8
|
+
EN_AU: "en-AU",
|
|
9
|
+
EN_GB: "en-GB",
|
|
10
|
+
EN_US: "en-US",
|
|
11
|
+
ES_US: "es-US",
|
|
12
|
+
FR_CA: "fr-CA",
|
|
13
|
+
FR_FR: "fr-FR",
|
|
14
|
+
IT_IT: "it-IT",
|
|
15
|
+
PT_BR: "pt-BR",
|
|
16
|
+
};
|
|
17
|
+
export const PartialResultsStability = {
|
|
18
|
+
HIGH: "high",
|
|
19
|
+
LOW: "low",
|
|
20
|
+
MEDIUM: "medium",
|
|
21
|
+
};
|
|
22
|
+
export const ContentRedactionOutput = {
|
|
23
|
+
REDACTED: "redacted",
|
|
24
|
+
REDACTED_AND_UNREDACTED: "redacted_and_unredacted",
|
|
25
|
+
};
|
|
26
|
+
export const VocabularyFilterMethod = {
|
|
27
|
+
MASK: "mask",
|
|
28
|
+
REMOVE: "remove",
|
|
29
|
+
TAG: "tag",
|
|
30
|
+
};
|
|
31
|
+
export const AudioArtifactsConcatenationState = {
|
|
32
|
+
Enabled: "Enabled",
|
|
33
|
+
};
|
|
34
|
+
export const ArtifactsConcatenationState = {
|
|
35
|
+
Disabled: "Disabled",
|
|
36
|
+
Enabled: "Enabled",
|
|
37
|
+
};
|
|
38
|
+
export const AudioMuxType = {
|
|
39
|
+
AudioOnly: "AudioOnly",
|
|
40
|
+
AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
|
|
41
|
+
AudioWithCompositedVideo: "AudioWithCompositedVideo",
|
|
42
|
+
};
|
|
43
|
+
export const ContentShareLayoutOption = {
|
|
44
|
+
Horizontal: "Horizontal",
|
|
45
|
+
PresenterOnly: "PresenterOnly",
|
|
46
|
+
Vertical: "Vertical",
|
|
47
|
+
};
|
|
48
|
+
export const PresenterPosition = {
|
|
49
|
+
BottomLeft: "BottomLeft",
|
|
50
|
+
BottomRight: "BottomRight",
|
|
51
|
+
TopLeft: "TopLeft",
|
|
52
|
+
TopRight: "TopRight",
|
|
53
|
+
};
|
|
54
|
+
export const LayoutOption = {
|
|
55
|
+
GridView: "GridView",
|
|
56
|
+
};
|
|
57
|
+
export const ResolutionOption = {
|
|
58
|
+
FHD: "FHD",
|
|
59
|
+
HD: "HD",
|
|
60
|
+
};
|
|
61
|
+
export const ContentMuxType = {
|
|
62
|
+
ContentOnly: "ContentOnly",
|
|
63
|
+
};
|
|
64
|
+
export const ArtifactsState = {
|
|
65
|
+
Disabled: "Disabled",
|
|
66
|
+
Enabled: "Enabled",
|
|
67
|
+
};
|
|
68
|
+
export const VideoMuxType = {
|
|
69
|
+
VideoOnly: "VideoOnly",
|
|
70
|
+
};
|
|
71
|
+
export const AudioChannelsOption = {
|
|
72
|
+
Mono: "Mono",
|
|
73
|
+
Stereo: "Stereo",
|
|
74
|
+
};
|
|
75
|
+
export const ErrorCode = {
|
|
76
|
+
BadRequest: "BadRequest",
|
|
77
|
+
Forbidden: "Forbidden",
|
|
78
|
+
NotFound: "NotFound",
|
|
79
|
+
ResourceLimitExceeded: "ResourceLimitExceeded",
|
|
80
|
+
ServiceFailure: "ServiceFailure",
|
|
81
|
+
ServiceUnavailable: "ServiceUnavailable",
|
|
82
|
+
Throttling: "Throttling",
|
|
83
|
+
};
|
|
101
84
|
export class BadRequestException extends __BaseException {
|
|
102
85
|
constructor(opts) {
|
|
103
86
|
super({
|
|
@@ -113,28 +96,24 @@ export class BadRequestException extends __BaseException {
|
|
|
113
96
|
this.RequestId = opts.RequestId;
|
|
114
97
|
}
|
|
115
98
|
}
|
|
116
|
-
export
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
MediaPipelineStatus["Paused"] = "Paused";
|
|
135
|
-
MediaPipelineStatus["Stopped"] = "Stopped";
|
|
136
|
-
MediaPipelineStatus["Stopping"] = "Stopping";
|
|
137
|
-
})(MediaPipelineStatus || (MediaPipelineStatus = {}));
|
|
99
|
+
export const ParticipantRole = {
|
|
100
|
+
AGENT: "AGENT",
|
|
101
|
+
CUSTOMER: "CUSTOMER",
|
|
102
|
+
};
|
|
103
|
+
export const MediaPipelineSinkType = {
|
|
104
|
+
S3Bucket: "S3Bucket",
|
|
105
|
+
};
|
|
106
|
+
export const MediaPipelineSourceType = {
|
|
107
|
+
ChimeSdkMeeting: "ChimeSdkMeeting",
|
|
108
|
+
};
|
|
109
|
+
export const MediaPipelineStatus = {
|
|
110
|
+
Failed: "Failed",
|
|
111
|
+
InProgress: "InProgress",
|
|
112
|
+
Initializing: "Initializing",
|
|
113
|
+
Paused: "Paused",
|
|
114
|
+
Stopped: "Stopped",
|
|
115
|
+
Stopping: "Stopping",
|
|
116
|
+
};
|
|
138
117
|
export class ForbiddenException extends __BaseException {
|
|
139
118
|
constructor(opts) {
|
|
140
119
|
super({
|
|
@@ -225,28 +204,23 @@ export class UnauthorizedClientException extends __BaseException {
|
|
|
225
204
|
this.RequestId = opts.RequestId;
|
|
226
205
|
}
|
|
227
206
|
}
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
}
|
|
245
|
-
export var RecordingFileFormat;
|
|
246
|
-
(function (RecordingFileFormat) {
|
|
247
|
-
RecordingFileFormat["Opus"] = "Opus";
|
|
248
|
-
RecordingFileFormat["Wav"] = "Wav";
|
|
249
|
-
})(RecordingFileFormat || (RecordingFileFormat = {}));
|
|
207
|
+
export const ConcatenationSinkType = {
|
|
208
|
+
S3Bucket: "S3Bucket",
|
|
209
|
+
};
|
|
210
|
+
export const ConcatenationSourceType = {
|
|
211
|
+
MediaCapturePipeline: "MediaCapturePipeline",
|
|
212
|
+
};
|
|
213
|
+
export const FragmentSelectorType = {
|
|
214
|
+
ProducerTimestamp: "ProducerTimestamp",
|
|
215
|
+
ServerTimestamp: "ServerTimestamp",
|
|
216
|
+
};
|
|
217
|
+
export const MediaEncoding = {
|
|
218
|
+
PCM: "pcm",
|
|
219
|
+
};
|
|
220
|
+
export const RecordingFileFormat = {
|
|
221
|
+
Opus: "Opus",
|
|
222
|
+
Wav: "Wav",
|
|
223
|
+
};
|
|
250
224
|
export class NotFoundException extends __BaseException {
|
|
251
225
|
constructor(opts) {
|
|
252
226
|
super({
|
|
@@ -262,45 +236,38 @@ export class NotFoundException extends __BaseException {
|
|
|
262
236
|
this.RequestId = opts.RequestId;
|
|
263
237
|
}
|
|
264
238
|
}
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
LiveConnectorMuxType["AudioWithActiveSpeakerVideo"] = "AudioWithActiveSpeakerVideo";
|
|
298
|
-
LiveConnectorMuxType["AudioWithCompositedVideo"] = "AudioWithCompositedVideo";
|
|
299
|
-
})(LiveConnectorMuxType || (LiveConnectorMuxType = {}));
|
|
300
|
-
export var LiveConnectorSourceType;
|
|
301
|
-
(function (LiveConnectorSourceType) {
|
|
302
|
-
LiveConnectorSourceType["ChimeSdkMeeting"] = "ChimeSdkMeeting";
|
|
303
|
-
})(LiveConnectorSourceType || (LiveConnectorSourceType = {}));
|
|
239
|
+
export const MediaInsightsPipelineConfigurationElementType = {
|
|
240
|
+
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
241
|
+
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
242
|
+
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
243
|
+
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
244
|
+
S3_RECORDING_SINK: "S3RecordingSink",
|
|
245
|
+
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
246
|
+
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
247
|
+
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
248
|
+
};
|
|
249
|
+
export const VoiceAnalyticsConfigurationStatus = {
|
|
250
|
+
DISABLED: "Disabled",
|
|
251
|
+
ENABLED: "Enabled",
|
|
252
|
+
};
|
|
253
|
+
export const SentimentType = {
|
|
254
|
+
NEGATIVE: "NEGATIVE",
|
|
255
|
+
};
|
|
256
|
+
export const RealTimeAlertRuleType = {
|
|
257
|
+
IssueDetection: "IssueDetection",
|
|
258
|
+
KeywordMatch: "KeywordMatch",
|
|
259
|
+
Sentiment: "Sentiment",
|
|
260
|
+
};
|
|
261
|
+
export const LiveConnectorSinkType = {
|
|
262
|
+
RTMP: "RTMP",
|
|
263
|
+
};
|
|
264
|
+
export const LiveConnectorMuxType = {
|
|
265
|
+
AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
|
|
266
|
+
AudioWithCompositedVideo: "AudioWithCompositedVideo",
|
|
267
|
+
};
|
|
268
|
+
export const LiveConnectorSourceType = {
|
|
269
|
+
ChimeSdkMeeting: "ChimeSdkMeeting",
|
|
270
|
+
};
|
|
304
271
|
export class ConflictException extends __BaseException {
|
|
305
272
|
constructor(opts) {
|
|
306
273
|
super({
|
|
@@ -316,11 +283,10 @@ export class ConflictException extends __BaseException {
|
|
|
316
283
|
this.RequestId = opts.RequestId;
|
|
317
284
|
}
|
|
318
285
|
}
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
})(MediaPipelineStatusUpdate || (MediaPipelineStatusUpdate = {}));
|
|
286
|
+
export const MediaPipelineStatusUpdate = {
|
|
287
|
+
Pause: "Pause",
|
|
288
|
+
Resume: "Resume",
|
|
289
|
+
};
|
|
324
290
|
export const SelectedVideoStreamsFilterSensitiveLog = (obj) => ({
|
|
325
291
|
...obj,
|
|
326
292
|
...(obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }),
|