@aws-sdk/client-chime-sdk-media-pipelines 3.398.0 → 3.404.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/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +24 -12
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +22 -10
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +7 -1
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +10 -4
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +8 -2
- package/dist-types/models/models_0.d.ts +76 -19
- package/dist-types/ts3.4/models/models_0.d.ts +35 -12
- package/package.json +1 -1
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
5
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://media-pipelines-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = exports.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog = exports.GetMediaPipelineResponseFilterSensitiveLog = exports.MediaPipelineFilterSensitiveLog = exports.GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.GetMediaCapturePipelineResponseFilterSensitiveLog = exports.CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog = exports.MediaLiveConnectorPipelineFilterSensitiveLog = exports.CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog = exports.LiveConnectorSourceConfigurationFilterSensitiveLog = exports.ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog = exports.LiveConnectorSinkConfigurationFilterSensitiveLog = exports.LiveConnectorRTMPConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationElementFilterSensitiveLog = exports.SqsQueueSinkConfigurationFilterSensitiveLog = exports.SnsTopicSinkConfigurationFilterSensitiveLog = exports.S3RecordingSinkConfigurationFilterSensitiveLog = exports.LambdaFunctionSinkConfigurationFilterSensitiveLog = exports.KinesisDataStreamSinkConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineResponseFilterSensitiveLog = exports.MediaInsightsPipelineFilterSensitiveLog = exports.CreateMediaInsightsPipelineRequestFilterSensitiveLog = exports.S3RecordingSinkRuntimeConfigurationFilterSensitiveLog = exports.CreateMediaConcatenationPipelineResponseFilterSensitiveLog = exports.MediaConcatenationPipelineFilterSensitiveLog = exports.CreateMediaConcatenationPipelineRequestFilterSensitiveLog = exports.ConcatenationSourceFilterSensitiveLog = exports.MediaCapturePipelineSourceConfigurationFilterSensitiveLog = exports.ConcatenationSinkFilterSensitiveLog = exports.S3BucketSinkConfigurationFilterSensitiveLog = exports.CreateMediaCapturePipelineResponseFilterSensitiveLog = exports.MediaCapturePipelineFilterSensitiveLog = exports.CreateMediaCapturePipelineRequestFilterSensitiveLog = exports.ChimeSdkMeetingConfigurationFilterSensitiveLog = exports.SourceConfigurationFilterSensitiveLog = exports.SelectedVideoStreamsFilterSensitiveLog = void 0;
|
|
3
|
+
exports.ConflictException = exports.LiveConnectorSourceType = exports.LiveConnectorMuxType = exports.LiveConnectorSinkType = exports.RealTimeAlertRuleType = exports.SentimentType = exports.VoiceAnalyticsConfigurationStatus = exports.NotFoundException = exports.MediaInsightsPipelineConfigurationElementType = exports.MediaPipelineElementStatus = exports.RecordingFileFormat = exports.MediaEncoding = exports.FragmentSelectorType = exports.ConcatenationSourceType = exports.ConcatenationSinkType = exports.UnauthorizedClientException = exports.ThrottledClientException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.ResourceLimitExceededException = exports.ForbiddenException = exports.MediaPipelineStatus = exports.MediaPipelineSourceType = exports.MediaPipelineSinkType = exports.ParticipantRole = exports.BadRequestException = exports.ErrorCode = exports.AudioChannelsOption = exports.VideoMuxType = exports.ArtifactsState = exports.ContentMuxType = exports.ResolutionOption = exports.LayoutOption = exports.HighlightColor = exports.BorderColor = exports.VerticalTilePosition = exports.PresenterPosition = exports.HorizontalTilePosition = exports.TileOrder = exports.ContentShareLayoutOption = exports.CanvasOrientation = exports.AudioMuxType = exports.ArtifactsConcatenationState = exports.AudioArtifactsConcatenationState = exports.VocabularyFilterMethod = exports.ContentRedactionOutput = exports.PartialResultsStability = exports.CallAnalyticsLanguageCode = exports.ContentType = exports.ActiveSpeakerPosition = void 0;
|
|
4
|
+
exports.UpdateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.UpdateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = exports.ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationSummaryFilterSensitiveLog = exports.GetMediaPipelineResponseFilterSensitiveLog = exports.MediaPipelineFilterSensitiveLog = exports.GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.GetMediaCapturePipelineResponseFilterSensitiveLog = exports.CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog = exports.MediaLiveConnectorPipelineFilterSensitiveLog = exports.CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog = exports.LiveConnectorSourceConfigurationFilterSensitiveLog = exports.ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog = exports.LiveConnectorSinkConfigurationFilterSensitiveLog = exports.LiveConnectorRTMPConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog = exports.MediaInsightsPipelineConfigurationElementFilterSensitiveLog = exports.SqsQueueSinkConfigurationFilterSensitiveLog = exports.SnsTopicSinkConfigurationFilterSensitiveLog = exports.S3RecordingSinkConfigurationFilterSensitiveLog = exports.LambdaFunctionSinkConfigurationFilterSensitiveLog = exports.KinesisDataStreamSinkConfigurationFilterSensitiveLog = exports.CreateMediaInsightsPipelineResponseFilterSensitiveLog = exports.MediaInsightsPipelineFilterSensitiveLog = exports.CreateMediaInsightsPipelineRequestFilterSensitiveLog = exports.S3RecordingSinkRuntimeConfigurationFilterSensitiveLog = exports.CreateMediaConcatenationPipelineResponseFilterSensitiveLog = exports.MediaConcatenationPipelineFilterSensitiveLog = exports.CreateMediaConcatenationPipelineRequestFilterSensitiveLog = exports.ConcatenationSourceFilterSensitiveLog = exports.MediaCapturePipelineSourceConfigurationFilterSensitiveLog = exports.ConcatenationSinkFilterSensitiveLog = exports.S3BucketSinkConfigurationFilterSensitiveLog = exports.CreateMediaCapturePipelineResponseFilterSensitiveLog = exports.MediaCapturePipelineFilterSensitiveLog = exports.CreateMediaCapturePipelineRequestFilterSensitiveLog = exports.ChimeSdkMeetingConfigurationFilterSensitiveLog = exports.SourceConfigurationFilterSensitiveLog = exports.SelectedVideoStreamsFilterSensitiveLog = exports.MediaPipelineStatusUpdate = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const ChimeSDKMediaPipelinesServiceException_1 = require("./ChimeSDKMediaPipelinesServiceException");
|
|
7
7
|
exports.ActiveSpeakerPosition = {
|
|
@@ -154,6 +154,7 @@ exports.MediaPipelineStatus = {
|
|
|
154
154
|
Failed: "Failed",
|
|
155
155
|
InProgress: "InProgress",
|
|
156
156
|
Initializing: "Initializing",
|
|
157
|
+
NotStarted: "NotStarted",
|
|
157
158
|
Paused: "Paused",
|
|
158
159
|
Stopped: "Stopped",
|
|
159
160
|
Stopping: "Stopping",
|
|
@@ -271,6 +272,27 @@ exports.RecordingFileFormat = {
|
|
|
271
272
|
Opus: "Opus",
|
|
272
273
|
Wav: "Wav",
|
|
273
274
|
};
|
|
275
|
+
exports.MediaPipelineElementStatus = {
|
|
276
|
+
Failed: "Failed",
|
|
277
|
+
InProgress: "InProgress",
|
|
278
|
+
Initializing: "Initializing",
|
|
279
|
+
NotStarted: "NotStarted",
|
|
280
|
+
NotSupported: "NotSupported",
|
|
281
|
+
Paused: "Paused",
|
|
282
|
+
Stopped: "Stopped",
|
|
283
|
+
Stopping: "Stopping",
|
|
284
|
+
};
|
|
285
|
+
exports.MediaInsightsPipelineConfigurationElementType = {
|
|
286
|
+
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
287
|
+
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
288
|
+
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
289
|
+
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
290
|
+
S3_RECORDING_SINK: "S3RecordingSink",
|
|
291
|
+
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
292
|
+
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
293
|
+
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
294
|
+
VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink",
|
|
295
|
+
};
|
|
274
296
|
class NotFoundException extends ChimeSDKMediaPipelinesServiceException_1.ChimeSDKMediaPipelinesServiceException {
|
|
275
297
|
constructor(opts) {
|
|
276
298
|
super({
|
|
@@ -287,16 +309,6 @@ class NotFoundException extends ChimeSDKMediaPipelinesServiceException_1.ChimeSD
|
|
|
287
309
|
}
|
|
288
310
|
}
|
|
289
311
|
exports.NotFoundException = NotFoundException;
|
|
290
|
-
exports.MediaInsightsPipelineConfigurationElementType = {
|
|
291
|
-
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
292
|
-
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
293
|
-
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
294
|
-
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
295
|
-
S3_RECORDING_SINK: "S3RecordingSink",
|
|
296
|
-
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
297
|
-
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
298
|
-
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
299
|
-
};
|
|
300
312
|
exports.VoiceAnalyticsConfigurationStatus = {
|
|
301
313
|
DISABLED: "Disabled",
|
|
302
314
|
ENABLED: "Enabled",
|
|
@@ -1599,6 +1599,7 @@ const de_MediaConcatenationPipeline = (output, context) => {
|
|
|
1599
1599
|
const de_MediaInsightsPipeline = (output, context) => {
|
|
1600
1600
|
return (0, smithy_client_1.take)(output, {
|
|
1601
1601
|
CreatedTimestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1602
|
+
ElementStatuses: smithy_client_1._json,
|
|
1602
1603
|
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
1603
1604
|
KinesisVideoStreamSourceRuntimeConfiguration: smithy_client_1._json,
|
|
1604
1605
|
MediaInsightsPipelineConfigurationArn: smithy_client_1.expectString,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
2
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://media-pipelines-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://media-pipelines-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -149,6 +149,7 @@ export const MediaPipelineStatus = {
|
|
|
149
149
|
Failed: "Failed",
|
|
150
150
|
InProgress: "InProgress",
|
|
151
151
|
Initializing: "Initializing",
|
|
152
|
+
NotStarted: "NotStarted",
|
|
152
153
|
Paused: "Paused",
|
|
153
154
|
Stopped: "Stopped",
|
|
154
155
|
Stopping: "Stopping",
|
|
@@ -260,6 +261,27 @@ export const RecordingFileFormat = {
|
|
|
260
261
|
Opus: "Opus",
|
|
261
262
|
Wav: "Wav",
|
|
262
263
|
};
|
|
264
|
+
export const MediaPipelineElementStatus = {
|
|
265
|
+
Failed: "Failed",
|
|
266
|
+
InProgress: "InProgress",
|
|
267
|
+
Initializing: "Initializing",
|
|
268
|
+
NotStarted: "NotStarted",
|
|
269
|
+
NotSupported: "NotSupported",
|
|
270
|
+
Paused: "Paused",
|
|
271
|
+
Stopped: "Stopped",
|
|
272
|
+
Stopping: "Stopping",
|
|
273
|
+
};
|
|
274
|
+
export const MediaInsightsPipelineConfigurationElementType = {
|
|
275
|
+
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
276
|
+
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
277
|
+
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
278
|
+
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
279
|
+
S3_RECORDING_SINK: "S3RecordingSink",
|
|
280
|
+
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
281
|
+
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
282
|
+
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
283
|
+
VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink",
|
|
284
|
+
};
|
|
263
285
|
export class NotFoundException extends __BaseException {
|
|
264
286
|
constructor(opts) {
|
|
265
287
|
super({
|
|
@@ -275,16 +297,6 @@ export class NotFoundException extends __BaseException {
|
|
|
275
297
|
this.RequestId = opts.RequestId;
|
|
276
298
|
}
|
|
277
299
|
}
|
|
278
|
-
export const MediaInsightsPipelineConfigurationElementType = {
|
|
279
|
-
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor",
|
|
280
|
-
AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor",
|
|
281
|
-
KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink",
|
|
282
|
-
LAMBDA_FUNCTION_SINK: "LambdaFunctionSink",
|
|
283
|
-
S3_RECORDING_SINK: "S3RecordingSink",
|
|
284
|
-
SNS_TOPIC_SINK: "SnsTopicSink",
|
|
285
|
-
SQS_QUEUE_SINK: "SqsQueueSink",
|
|
286
|
-
VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor",
|
|
287
|
-
};
|
|
288
300
|
export const VoiceAnalyticsConfigurationStatus = {
|
|
289
301
|
DISABLED: "Disabled",
|
|
290
302
|
ENABLED: "Enabled",
|
|
@@ -1558,6 +1558,7 @@ const de_MediaConcatenationPipeline = (output, context) => {
|
|
|
1558
1558
|
const de_MediaInsightsPipeline = (output, context) => {
|
|
1559
1559
|
return take(output, {
|
|
1560
1560
|
CreatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1561
|
+
ElementStatuses: _json,
|
|
1561
1562
|
KinesisVideoStreamRecordingSourceRuntimeConfiguration: (_) => de_KinesisVideoStreamRecordingSourceRuntimeConfiguration(_, context),
|
|
1562
1563
|
KinesisVideoStreamSourceRuntimeConfiguration: _json,
|
|
1563
1564
|
MediaInsightsPipelineConfigurationArn: __expectString,
|
|
@@ -108,7 +108,7 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
|
|
|
108
108
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
109
109
|
* // SourceType: "ChimeSdkMeeting",
|
|
110
110
|
* // SourceArn: "STRING_VALUE",
|
|
111
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
111
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
112
112
|
* // SinkType: "S3Bucket",
|
|
113
113
|
* // SinkArn: "STRING_VALUE",
|
|
114
114
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
@@ -127,7 +127,7 @@ export interface CreateMediaConcatenationPipelineCommandOutput extends CreateMed
|
|
|
127
127
|
* // },
|
|
128
128
|
* // },
|
|
129
129
|
* // ],
|
|
130
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
130
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
131
131
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
132
132
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
133
133
|
* // },
|
|
@@ -87,7 +87,7 @@ export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaIns
|
|
|
87
87
|
* // MediaPipelineId: "STRING_VALUE",
|
|
88
88
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
89
89
|
* // MediaInsightsPipelineConfigurationArn: "STRING_VALUE",
|
|
90
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
90
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
91
91
|
* // KinesisVideoStreamSourceRuntimeConfiguration: { // KinesisVideoStreamSourceRuntimeConfiguration
|
|
92
92
|
* // Streams: [ // Streams // required
|
|
93
93
|
* // { // StreamConfiguration
|
|
@@ -129,6 +129,12 @@ export interface CreateMediaInsightsPipelineCommandOutput extends CreateMediaIns
|
|
|
129
129
|
* // RecordingFileFormat: "Wav" || "Opus", // required
|
|
130
130
|
* // },
|
|
131
131
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
132
|
+
* // ElementStatuses: [ // MediaInsightsPipelineElementStatuses
|
|
133
|
+
* // { // MediaInsightsPipelineElementStatus
|
|
134
|
+
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink",
|
|
135
|
+
* // Status: "NotStarted" || "NotSupported" || "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
136
|
+
* // },
|
|
137
|
+
* // ],
|
|
132
138
|
* // },
|
|
133
139
|
* // };
|
|
134
140
|
*
|
|
@@ -59,7 +59,7 @@ export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends C
|
|
|
59
59
|
* },
|
|
60
60
|
* Elements: [ // MediaInsightsPipelineConfigurationElements // required
|
|
61
61
|
* { // MediaInsightsPipelineConfigurationElement
|
|
62
|
-
* Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink", // required
|
|
62
|
+
* Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink", // required
|
|
63
63
|
* AmazonTranscribeCallAnalyticsProcessorConfiguration: { // AmazonTranscribeCallAnalyticsProcessorConfiguration
|
|
64
64
|
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR", // required
|
|
65
65
|
* VocabularyName: "STRING_VALUE",
|
|
@@ -121,6 +121,9 @@ export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends C
|
|
|
121
121
|
* SnsTopicSinkConfiguration: { // SnsTopicSinkConfiguration
|
|
122
122
|
* InsightsTarget: "STRING_VALUE",
|
|
123
123
|
* },
|
|
124
|
+
* VoiceEnhancementSinkConfiguration: { // VoiceEnhancementSinkConfiguration
|
|
125
|
+
* Disabled: true || false,
|
|
126
|
+
* },
|
|
124
127
|
* },
|
|
125
128
|
* ],
|
|
126
129
|
* Tags: [ // TagList
|
|
@@ -163,7 +166,7 @@ export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends C
|
|
|
163
166
|
* // },
|
|
164
167
|
* // Elements: [ // MediaInsightsPipelineConfigurationElements
|
|
165
168
|
* // { // MediaInsightsPipelineConfigurationElement
|
|
166
|
-
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink", // required
|
|
169
|
+
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink", // required
|
|
167
170
|
* // AmazonTranscribeCallAnalyticsProcessorConfiguration: { // AmazonTranscribeCallAnalyticsProcessorConfiguration
|
|
168
171
|
* // LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR", // required
|
|
169
172
|
* // VocabularyName: "STRING_VALUE",
|
|
@@ -225,6 +228,9 @@ export interface CreateMediaInsightsPipelineConfigurationCommandOutput extends C
|
|
|
225
228
|
* // SnsTopicSinkConfiguration: { // SnsTopicSinkConfiguration
|
|
226
229
|
* // InsightsTarget: "STRING_VALUE",
|
|
227
230
|
* // },
|
|
231
|
+
* // VoiceEnhancementSinkConfiguration: { // VoiceEnhancementSinkConfiguration
|
|
232
|
+
* // Disabled: true || false,
|
|
233
|
+
* // },
|
|
228
234
|
* // },
|
|
229
235
|
* // ],
|
|
230
236
|
* // MediaInsightsPipelineConfigurationId: "STRING_VALUE",
|
|
@@ -167,7 +167,7 @@ export interface CreateMediaLiveConnectorPipelineCommandOutput extends CreateMed
|
|
|
167
167
|
* // ],
|
|
168
168
|
* // MediaPipelineId: "STRING_VALUE",
|
|
169
169
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
170
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
170
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
171
171
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
172
172
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
173
173
|
* // },
|
|
@@ -41,7 +41,7 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
|
|
|
41
41
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
42
42
|
* // SourceType: "ChimeSdkMeeting",
|
|
43
43
|
* // SourceArn: "STRING_VALUE",
|
|
44
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
44
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
45
45
|
* // SinkType: "S3Bucket",
|
|
46
46
|
* // SinkArn: "STRING_VALUE",
|
|
47
47
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
@@ -65,7 +65,7 @@ export interface GetMediaInsightsPipelineConfigurationCommandOutput extends GetM
|
|
|
65
65
|
* // },
|
|
66
66
|
* // Elements: [ // MediaInsightsPipelineConfigurationElements
|
|
67
67
|
* // { // MediaInsightsPipelineConfigurationElement
|
|
68
|
-
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink", // required
|
|
68
|
+
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink", // required
|
|
69
69
|
* // AmazonTranscribeCallAnalyticsProcessorConfiguration: { // AmazonTranscribeCallAnalyticsProcessorConfiguration
|
|
70
70
|
* // LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR", // required
|
|
71
71
|
* // VocabularyName: "STRING_VALUE",
|
|
@@ -127,6 +127,9 @@ export interface GetMediaInsightsPipelineConfigurationCommandOutput extends GetM
|
|
|
127
127
|
* // SnsTopicSinkConfiguration: { // SnsTopicSinkConfiguration
|
|
128
128
|
* // InsightsTarget: "STRING_VALUE",
|
|
129
129
|
* // },
|
|
130
|
+
* // VoiceEnhancementSinkConfiguration: { // VoiceEnhancementSinkConfiguration
|
|
131
|
+
* // Disabled: true || false,
|
|
132
|
+
* // },
|
|
130
133
|
* // },
|
|
131
134
|
* // ],
|
|
132
135
|
* // MediaInsightsPipelineConfigurationId: "STRING_VALUE",
|
|
@@ -42,7 +42,7 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
42
42
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
43
43
|
* // SourceType: "ChimeSdkMeeting",
|
|
44
44
|
* // SourceArn: "STRING_VALUE",
|
|
45
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
45
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
46
46
|
* // SinkType: "S3Bucket",
|
|
47
47
|
* // SinkArn: "STRING_VALUE",
|
|
48
48
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
@@ -169,7 +169,7 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
169
169
|
* // ],
|
|
170
170
|
* // MediaPipelineId: "STRING_VALUE",
|
|
171
171
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
172
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
172
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
173
173
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
174
174
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
175
175
|
* // },
|
|
@@ -217,7 +217,7 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
217
217
|
* // },
|
|
218
218
|
* // },
|
|
219
219
|
* // ],
|
|
220
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
220
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
221
221
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
222
222
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
223
223
|
* // },
|
|
@@ -225,7 +225,7 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
225
225
|
* // MediaPipelineId: "STRING_VALUE",
|
|
226
226
|
* // MediaPipelineArn: "STRING_VALUE",
|
|
227
227
|
* // MediaInsightsPipelineConfigurationArn: "STRING_VALUE",
|
|
228
|
-
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
228
|
+
* // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused" || "NotStarted",
|
|
229
229
|
* // KinesisVideoStreamSourceRuntimeConfiguration: { // KinesisVideoStreamSourceRuntimeConfiguration
|
|
230
230
|
* // Streams: [ // Streams // required
|
|
231
231
|
* // { // StreamConfiguration
|
|
@@ -267,6 +267,12 @@ export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse,
|
|
|
267
267
|
* // RecordingFileFormat: "Wav" || "Opus", // required
|
|
268
268
|
* // },
|
|
269
269
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
270
|
+
* // ElementStatuses: [ // MediaInsightsPipelineElementStatuses
|
|
271
|
+
* // { // MediaInsightsPipelineElementStatus
|
|
272
|
+
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink",
|
|
273
|
+
* // Status: "NotStarted" || "NotSupported" || "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped" || "Paused",
|
|
274
|
+
* // },
|
|
275
|
+
* // ],
|
|
270
276
|
* // },
|
|
271
277
|
* // },
|
|
272
278
|
* // };
|
|
@@ -58,7 +58,7 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
|
|
|
58
58
|
* },
|
|
59
59
|
* Elements: [ // MediaInsightsPipelineConfigurationElements // required
|
|
60
60
|
* { // MediaInsightsPipelineConfigurationElement
|
|
61
|
-
* Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink", // required
|
|
61
|
+
* Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink", // required
|
|
62
62
|
* AmazonTranscribeCallAnalyticsProcessorConfiguration: { // AmazonTranscribeCallAnalyticsProcessorConfiguration
|
|
63
63
|
* LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR", // required
|
|
64
64
|
* VocabularyName: "STRING_VALUE",
|
|
@@ -120,6 +120,9 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
|
|
|
120
120
|
* SnsTopicSinkConfiguration: { // SnsTopicSinkConfiguration
|
|
121
121
|
* InsightsTarget: "STRING_VALUE",
|
|
122
122
|
* },
|
|
123
|
+
* VoiceEnhancementSinkConfiguration: { // VoiceEnhancementSinkConfiguration
|
|
124
|
+
* Disabled: true || false,
|
|
125
|
+
* },
|
|
123
126
|
* },
|
|
124
127
|
* ],
|
|
125
128
|
* };
|
|
@@ -155,7 +158,7 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
|
|
|
155
158
|
* // },
|
|
156
159
|
* // Elements: [ // MediaInsightsPipelineConfigurationElements
|
|
157
160
|
* // { // MediaInsightsPipelineConfigurationElement
|
|
158
|
-
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink", // required
|
|
161
|
+
* // Type: "AmazonTranscribeCallAnalyticsProcessor" || "VoiceAnalyticsProcessor" || "AmazonTranscribeProcessor" || "KinesisDataStreamSink" || "LambdaFunctionSink" || "SqsQueueSink" || "SnsTopicSink" || "S3RecordingSink" || "VoiceEnhancementSink", // required
|
|
159
162
|
* // AmazonTranscribeCallAnalyticsProcessorConfiguration: { // AmazonTranscribeCallAnalyticsProcessorConfiguration
|
|
160
163
|
* // LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR", // required
|
|
161
164
|
* // VocabularyName: "STRING_VALUE",
|
|
@@ -217,6 +220,9 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
|
|
|
217
220
|
* // SnsTopicSinkConfiguration: { // SnsTopicSinkConfiguration
|
|
218
221
|
* // InsightsTarget: "STRING_VALUE",
|
|
219
222
|
* // },
|
|
223
|
+
* // VoiceEnhancementSinkConfiguration: { // VoiceEnhancementSinkConfiguration
|
|
224
|
+
* // Disabled: true || false,
|
|
225
|
+
* // },
|
|
220
226
|
* // },
|
|
221
227
|
* // ],
|
|
222
228
|
* // MediaInsightsPipelineConfigurationId: "STRING_VALUE",
|
|
@@ -644,7 +644,7 @@ export declare const VerticalTilePosition: {
|
|
|
644
644
|
export type VerticalTilePosition = (typeof VerticalTilePosition)[keyof typeof VerticalTilePosition];
|
|
645
645
|
/**
|
|
646
646
|
* @public
|
|
647
|
-
* <p>Defines the configuration settings for a
|
|
647
|
+
* <p>Defines the configuration settings for a vertical layout.</p>
|
|
648
648
|
*/
|
|
649
649
|
export interface VerticalLayoutConfiguration {
|
|
650
650
|
/**
|
|
@@ -1112,6 +1112,7 @@ export declare const MediaPipelineStatus: {
|
|
|
1112
1112
|
readonly Failed: "Failed";
|
|
1113
1113
|
readonly InProgress: "InProgress";
|
|
1114
1114
|
readonly Initializing: "Initializing";
|
|
1115
|
+
readonly NotStarted: "NotStarted";
|
|
1115
1116
|
readonly Paused: "Paused";
|
|
1116
1117
|
readonly Stopped: "Stopped";
|
|
1117
1118
|
readonly Stopping: "Stopping";
|
|
@@ -1707,6 +1708,59 @@ export interface CreateMediaInsightsPipelineRequest {
|
|
|
1707
1708
|
*/
|
|
1708
1709
|
ClientRequestToken?: string;
|
|
1709
1710
|
}
|
|
1711
|
+
/**
|
|
1712
|
+
* @public
|
|
1713
|
+
* @enum
|
|
1714
|
+
*/
|
|
1715
|
+
export declare const MediaPipelineElementStatus: {
|
|
1716
|
+
readonly Failed: "Failed";
|
|
1717
|
+
readonly InProgress: "InProgress";
|
|
1718
|
+
readonly Initializing: "Initializing";
|
|
1719
|
+
readonly NotStarted: "NotStarted";
|
|
1720
|
+
readonly NotSupported: "NotSupported";
|
|
1721
|
+
readonly Paused: "Paused";
|
|
1722
|
+
readonly Stopped: "Stopped";
|
|
1723
|
+
readonly Stopping: "Stopping";
|
|
1724
|
+
};
|
|
1725
|
+
/**
|
|
1726
|
+
* @public
|
|
1727
|
+
*/
|
|
1728
|
+
export type MediaPipelineElementStatus = (typeof MediaPipelineElementStatus)[keyof typeof MediaPipelineElementStatus];
|
|
1729
|
+
/**
|
|
1730
|
+
* @public
|
|
1731
|
+
* @enum
|
|
1732
|
+
*/
|
|
1733
|
+
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
1734
|
+
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
1735
|
+
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
1736
|
+
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
1737
|
+
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
1738
|
+
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
1739
|
+
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
1740
|
+
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
1741
|
+
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
1742
|
+
readonly VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink";
|
|
1743
|
+
};
|
|
1744
|
+
/**
|
|
1745
|
+
* @public
|
|
1746
|
+
*/
|
|
1747
|
+
export type MediaInsightsPipelineConfigurationElementType = (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
1748
|
+
/**
|
|
1749
|
+
* @public
|
|
1750
|
+
* <p>The status of the pipeline element.</p>
|
|
1751
|
+
*/
|
|
1752
|
+
export interface MediaInsightsPipelineElementStatus {
|
|
1753
|
+
/**
|
|
1754
|
+
* @public
|
|
1755
|
+
* <p>The type of status.</p>
|
|
1756
|
+
*/
|
|
1757
|
+
Type?: MediaInsightsPipelineConfigurationElementType | string;
|
|
1758
|
+
/**
|
|
1759
|
+
* @public
|
|
1760
|
+
* <p>The element's status.</p>
|
|
1761
|
+
*/
|
|
1762
|
+
Status?: MediaPipelineElementStatus | string;
|
|
1763
|
+
}
|
|
1710
1764
|
/**
|
|
1711
1765
|
* @public
|
|
1712
1766
|
* <p>A media pipeline that streams call analytics data.</p>
|
|
@@ -1757,6 +1811,11 @@ export interface MediaInsightsPipeline {
|
|
|
1757
1811
|
* <p>The time at which the media insights pipeline was created.</p>
|
|
1758
1812
|
*/
|
|
1759
1813
|
CreatedTimestamp?: Date;
|
|
1814
|
+
/**
|
|
1815
|
+
* @public
|
|
1816
|
+
* <p>The statuses that the elements in a media insights pipeline can have during data processing.</p>
|
|
1817
|
+
*/
|
|
1818
|
+
ElementStatuses?: MediaInsightsPipelineElementStatus[];
|
|
1760
1819
|
}
|
|
1761
1820
|
/**
|
|
1762
1821
|
* @public
|
|
@@ -1847,24 +1906,6 @@ export interface SqsQueueSinkConfiguration {
|
|
|
1847
1906
|
*/
|
|
1848
1907
|
InsightsTarget?: string;
|
|
1849
1908
|
}
|
|
1850
|
-
/**
|
|
1851
|
-
* @public
|
|
1852
|
-
* @enum
|
|
1853
|
-
*/
|
|
1854
|
-
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
1855
|
-
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
1856
|
-
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
1857
|
-
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
1858
|
-
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
1859
|
-
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
1860
|
-
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
1861
|
-
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
1862
|
-
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
1863
|
-
};
|
|
1864
|
-
/**
|
|
1865
|
-
* @public
|
|
1866
|
-
*/
|
|
1867
|
-
export type MediaInsightsPipelineConfigurationElementType = (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
1868
1909
|
/**
|
|
1869
1910
|
* @public
|
|
1870
1911
|
* @enum
|
|
@@ -1893,6 +1934,17 @@ export interface VoiceAnalyticsProcessorConfiguration {
|
|
|
1893
1934
|
*/
|
|
1894
1935
|
VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | string;
|
|
1895
1936
|
}
|
|
1937
|
+
/**
|
|
1938
|
+
* @public
|
|
1939
|
+
* <p>A static structure that contains the configuration data for a <code>VoiceEnhancementSinkConfiguration</code> element.</p>
|
|
1940
|
+
*/
|
|
1941
|
+
export interface VoiceEnhancementSinkConfiguration {
|
|
1942
|
+
/**
|
|
1943
|
+
* @public
|
|
1944
|
+
* <p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>
|
|
1945
|
+
*/
|
|
1946
|
+
Disabled?: boolean;
|
|
1947
|
+
}
|
|
1896
1948
|
/**
|
|
1897
1949
|
* @public
|
|
1898
1950
|
* <p>An element in a media insights pipeline configuration.</p>
|
|
@@ -1944,6 +1996,11 @@ export interface MediaInsightsPipelineConfigurationElement {
|
|
|
1944
1996
|
* <p>The configuration settings for an SNS topic sink in a media insights pipeline configuration element.</p>
|
|
1945
1997
|
*/
|
|
1946
1998
|
SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration;
|
|
1999
|
+
/**
|
|
2000
|
+
* @public
|
|
2001
|
+
* <p>The configuration settings for the <code>VoiceEnhancementSinkConfiguration</code> element.</p>
|
|
2002
|
+
*/
|
|
2003
|
+
VoiceEnhancementSinkConfiguration?: VoiceEnhancementSinkConfiguration;
|
|
1947
2004
|
}
|
|
1948
2005
|
/**
|
|
1949
2006
|
* @public
|
|
@@ -346,6 +346,7 @@ export declare const MediaPipelineStatus: {
|
|
|
346
346
|
readonly Failed: "Failed";
|
|
347
347
|
readonly InProgress: "InProgress";
|
|
348
348
|
readonly Initializing: "Initializing";
|
|
349
|
+
readonly NotStarted: "NotStarted";
|
|
349
350
|
readonly Paused: "Paused";
|
|
350
351
|
readonly Stopped: "Stopped";
|
|
351
352
|
readonly Stopping: "Stopping";
|
|
@@ -533,6 +534,35 @@ export interface CreateMediaInsightsPipelineRequest {
|
|
|
533
534
|
Tags?: Tag[];
|
|
534
535
|
ClientRequestToken?: string;
|
|
535
536
|
}
|
|
537
|
+
export declare const MediaPipelineElementStatus: {
|
|
538
|
+
readonly Failed: "Failed";
|
|
539
|
+
readonly InProgress: "InProgress";
|
|
540
|
+
readonly Initializing: "Initializing";
|
|
541
|
+
readonly NotStarted: "NotStarted";
|
|
542
|
+
readonly NotSupported: "NotSupported";
|
|
543
|
+
readonly Paused: "Paused";
|
|
544
|
+
readonly Stopped: "Stopped";
|
|
545
|
+
readonly Stopping: "Stopping";
|
|
546
|
+
};
|
|
547
|
+
export type MediaPipelineElementStatus =
|
|
548
|
+
(typeof MediaPipelineElementStatus)[keyof typeof MediaPipelineElementStatus];
|
|
549
|
+
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
550
|
+
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
551
|
+
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
552
|
+
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
553
|
+
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
554
|
+
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
555
|
+
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
556
|
+
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
557
|
+
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
558
|
+
readonly VOICE_ENHANCEMENT_SINK: "VoiceEnhancementSink";
|
|
559
|
+
};
|
|
560
|
+
export type MediaInsightsPipelineConfigurationElementType =
|
|
561
|
+
(typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
562
|
+
export interface MediaInsightsPipelineElementStatus {
|
|
563
|
+
Type?: MediaInsightsPipelineConfigurationElementType | string;
|
|
564
|
+
Status?: MediaPipelineElementStatus | string;
|
|
565
|
+
}
|
|
536
566
|
export interface MediaInsightsPipeline {
|
|
537
567
|
MediaPipelineId?: string;
|
|
538
568
|
MediaPipelineArn?: string;
|
|
@@ -543,6 +573,7 @@ export interface MediaInsightsPipeline {
|
|
|
543
573
|
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
|
|
544
574
|
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
|
|
545
575
|
CreatedTimestamp?: Date;
|
|
576
|
+
ElementStatuses?: MediaInsightsPipelineElementStatus[];
|
|
546
577
|
}
|
|
547
578
|
export interface CreateMediaInsightsPipelineResponse {
|
|
548
579
|
MediaInsightsPipeline: MediaInsightsPipeline | undefined;
|
|
@@ -571,18 +602,6 @@ export interface SnsTopicSinkConfiguration {
|
|
|
571
602
|
export interface SqsQueueSinkConfiguration {
|
|
572
603
|
InsightsTarget?: string;
|
|
573
604
|
}
|
|
574
|
-
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
575
|
-
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
576
|
-
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
577
|
-
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
578
|
-
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
579
|
-
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
580
|
-
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
581
|
-
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
582
|
-
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
583
|
-
};
|
|
584
|
-
export type MediaInsightsPipelineConfigurationElementType =
|
|
585
|
-
(typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
586
605
|
export declare const VoiceAnalyticsConfigurationStatus: {
|
|
587
606
|
readonly DISABLED: "Disabled";
|
|
588
607
|
readonly ENABLED: "Enabled";
|
|
@@ -593,6 +612,9 @@ export interface VoiceAnalyticsProcessorConfiguration {
|
|
|
593
612
|
SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus | string;
|
|
594
613
|
VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | string;
|
|
595
614
|
}
|
|
615
|
+
export interface VoiceEnhancementSinkConfiguration {
|
|
616
|
+
Disabled?: boolean;
|
|
617
|
+
}
|
|
596
618
|
export interface MediaInsightsPipelineConfigurationElement {
|
|
597
619
|
Type: MediaInsightsPipelineConfigurationElementType | string | undefined;
|
|
598
620
|
AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration;
|
|
@@ -603,6 +625,7 @@ export interface MediaInsightsPipelineConfigurationElement {
|
|
|
603
625
|
LambdaFunctionSinkConfiguration?: LambdaFunctionSinkConfiguration;
|
|
604
626
|
SqsQueueSinkConfiguration?: SqsQueueSinkConfiguration;
|
|
605
627
|
SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration;
|
|
628
|
+
VoiceEnhancementSinkConfiguration?: VoiceEnhancementSinkConfiguration;
|
|
606
629
|
}
|
|
607
630
|
export interface IssueDetectionConfiguration {
|
|
608
631
|
RuleName: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.404.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|