@aws-sdk/client-chime-sdk-media-pipelines 3.301.0 → 3.306.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,39 +1,48 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./ChimeSDKMediaPipelinesServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
PII
|
|
5
|
-
}
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
3
|
+
export declare const ContentType: {
|
|
4
|
+
readonly PII: "PII";
|
|
5
|
+
};
|
|
6
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
7
|
+
export declare const CallAnalyticsLanguageCode: {
|
|
8
|
+
readonly DE_DE: "de-DE";
|
|
9
|
+
readonly EN_AU: "en-AU";
|
|
10
|
+
readonly EN_GB: "en-GB";
|
|
11
|
+
readonly EN_US: "en-US";
|
|
12
|
+
readonly ES_US: "es-US";
|
|
13
|
+
readonly FR_CA: "fr-CA";
|
|
14
|
+
readonly FR_FR: "fr-FR";
|
|
15
|
+
readonly IT_IT: "it-IT";
|
|
16
|
+
readonly PT_BR: "pt-BR";
|
|
17
|
+
};
|
|
18
|
+
export type CallAnalyticsLanguageCode =
|
|
19
|
+
(typeof CallAnalyticsLanguageCode)[keyof typeof CallAnalyticsLanguageCode];
|
|
20
|
+
export declare const PartialResultsStability: {
|
|
21
|
+
readonly HIGH: "high";
|
|
22
|
+
readonly LOW: "low";
|
|
23
|
+
readonly MEDIUM: "medium";
|
|
24
|
+
};
|
|
25
|
+
export type PartialResultsStability =
|
|
26
|
+
(typeof PartialResultsStability)[keyof typeof PartialResultsStability];
|
|
27
|
+
export declare const ContentRedactionOutput: {
|
|
28
|
+
readonly REDACTED: "redacted";
|
|
29
|
+
readonly REDACTED_AND_UNREDACTED: "redacted_and_unredacted";
|
|
30
|
+
};
|
|
31
|
+
export type ContentRedactionOutput =
|
|
32
|
+
(typeof ContentRedactionOutput)[keyof typeof ContentRedactionOutput];
|
|
26
33
|
export interface PostCallAnalyticsSettings {
|
|
27
34
|
OutputLocation: string | undefined;
|
|
28
35
|
DataAccessRoleArn: string | undefined;
|
|
29
36
|
ContentRedactionOutput?: ContentRedactionOutput | string;
|
|
30
37
|
OutputEncryptionKMSKeyId?: string;
|
|
31
38
|
}
|
|
32
|
-
export declare
|
|
33
|
-
MASK
|
|
34
|
-
REMOVE
|
|
35
|
-
TAG
|
|
36
|
-
}
|
|
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];
|
|
37
46
|
export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
38
47
|
LanguageCode: CallAnalyticsLanguageCode | string | undefined;
|
|
39
48
|
VocabularyName?: string;
|
|
@@ -63,16 +72,20 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
63
72
|
LanguageModelName?: string;
|
|
64
73
|
FilterPartialResults?: boolean;
|
|
65
74
|
}
|
|
66
|
-
export declare
|
|
67
|
-
Enabled
|
|
68
|
-
}
|
|
75
|
+
export declare const AudioArtifactsConcatenationState: {
|
|
76
|
+
readonly Enabled: "Enabled";
|
|
77
|
+
};
|
|
78
|
+
export type AudioArtifactsConcatenationState =
|
|
79
|
+
(typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
|
|
69
80
|
export interface AudioConcatenationConfiguration {
|
|
70
81
|
State: AudioArtifactsConcatenationState | string | undefined;
|
|
71
82
|
}
|
|
72
|
-
export declare
|
|
73
|
-
Disabled
|
|
74
|
-
Enabled
|
|
75
|
-
}
|
|
83
|
+
export declare const ArtifactsConcatenationState: {
|
|
84
|
+
readonly Disabled: "Disabled";
|
|
85
|
+
readonly Enabled: "Enabled";
|
|
86
|
+
};
|
|
87
|
+
export type ArtifactsConcatenationState =
|
|
88
|
+
(typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
|
|
76
89
|
export interface CompositedVideoConcatenationConfiguration {
|
|
77
90
|
State: ArtifactsConcatenationState | string | undefined;
|
|
78
91
|
}
|
|
@@ -102,25 +115,30 @@ export interface ArtifactsConcatenationConfiguration {
|
|
|
102
115
|
MeetingEvents: MeetingEventsConcatenationConfiguration | undefined;
|
|
103
116
|
CompositedVideo: CompositedVideoConcatenationConfiguration | undefined;
|
|
104
117
|
}
|
|
105
|
-
export declare
|
|
106
|
-
AudioOnly
|
|
107
|
-
AudioWithActiveSpeakerVideo
|
|
108
|
-
AudioWithCompositedVideo
|
|
109
|
-
}
|
|
118
|
+
export declare const AudioMuxType: {
|
|
119
|
+
readonly AudioOnly: "AudioOnly";
|
|
120
|
+
readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
|
|
121
|
+
readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
|
|
122
|
+
};
|
|
123
|
+
export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
|
|
110
124
|
export interface AudioArtifactsConfiguration {
|
|
111
125
|
MuxType: AudioMuxType | string | undefined;
|
|
112
126
|
}
|
|
113
|
-
export declare
|
|
114
|
-
Horizontal
|
|
115
|
-
PresenterOnly
|
|
116
|
-
Vertical
|
|
117
|
-
}
|
|
118
|
-
export
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
127
|
+
export declare const ContentShareLayoutOption: {
|
|
128
|
+
readonly Horizontal: "Horizontal";
|
|
129
|
+
readonly PresenterOnly: "PresenterOnly";
|
|
130
|
+
readonly Vertical: "Vertical";
|
|
131
|
+
};
|
|
132
|
+
export type ContentShareLayoutOption =
|
|
133
|
+
(typeof ContentShareLayoutOption)[keyof typeof ContentShareLayoutOption];
|
|
134
|
+
export declare const PresenterPosition: {
|
|
135
|
+
readonly BottomLeft: "BottomLeft";
|
|
136
|
+
readonly BottomRight: "BottomRight";
|
|
137
|
+
readonly TopLeft: "TopLeft";
|
|
138
|
+
readonly TopRight: "TopRight";
|
|
139
|
+
};
|
|
140
|
+
export type PresenterPosition =
|
|
141
|
+
(typeof PresenterPosition)[keyof typeof PresenterPosition];
|
|
124
142
|
export interface PresenterOnlyConfiguration {
|
|
125
143
|
PresenterPosition?: PresenterPosition | string;
|
|
126
144
|
}
|
|
@@ -128,32 +146,40 @@ export interface GridViewConfiguration {
|
|
|
128
146
|
ContentShareLayout: ContentShareLayoutOption | string | undefined;
|
|
129
147
|
PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
|
|
130
148
|
}
|
|
131
|
-
export declare
|
|
132
|
-
GridView
|
|
133
|
-
}
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
149
|
+
export declare const LayoutOption: {
|
|
150
|
+
readonly GridView: "GridView";
|
|
151
|
+
};
|
|
152
|
+
export type LayoutOption = (typeof LayoutOption)[keyof typeof LayoutOption];
|
|
153
|
+
export declare const ResolutionOption: {
|
|
154
|
+
readonly FHD: "FHD";
|
|
155
|
+
readonly HD: "HD";
|
|
156
|
+
};
|
|
157
|
+
export type ResolutionOption =
|
|
158
|
+
(typeof ResolutionOption)[keyof typeof ResolutionOption];
|
|
138
159
|
export interface CompositedVideoArtifactsConfiguration {
|
|
139
160
|
Layout?: LayoutOption | string;
|
|
140
161
|
Resolution?: ResolutionOption | string;
|
|
141
162
|
GridViewConfiguration: GridViewConfiguration | undefined;
|
|
142
163
|
}
|
|
143
|
-
export declare
|
|
144
|
-
ContentOnly
|
|
145
|
-
}
|
|
146
|
-
export
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
164
|
+
export declare const ContentMuxType: {
|
|
165
|
+
readonly ContentOnly: "ContentOnly";
|
|
166
|
+
};
|
|
167
|
+
export type ContentMuxType =
|
|
168
|
+
(typeof ContentMuxType)[keyof typeof ContentMuxType];
|
|
169
|
+
export declare const ArtifactsState: {
|
|
170
|
+
readonly Disabled: "Disabled";
|
|
171
|
+
readonly Enabled: "Enabled";
|
|
172
|
+
};
|
|
173
|
+
export type ArtifactsState =
|
|
174
|
+
(typeof ArtifactsState)[keyof typeof ArtifactsState];
|
|
150
175
|
export interface ContentArtifactsConfiguration {
|
|
151
176
|
State: ArtifactsState | string | undefined;
|
|
152
177
|
MuxType?: ContentMuxType | string;
|
|
153
178
|
}
|
|
154
|
-
export declare
|
|
155
|
-
VideoOnly
|
|
156
|
-
}
|
|
179
|
+
export declare const VideoMuxType: {
|
|
180
|
+
readonly VideoOnly: "VideoOnly";
|
|
181
|
+
};
|
|
182
|
+
export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
|
|
157
183
|
export interface VideoArtifactsConfiguration {
|
|
158
184
|
State: ArtifactsState | string | undefined;
|
|
159
185
|
MuxType?: VideoMuxType | string;
|
|
@@ -164,19 +190,22 @@ export interface ArtifactsConfiguration {
|
|
|
164
190
|
Content: ContentArtifactsConfiguration | undefined;
|
|
165
191
|
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
166
192
|
}
|
|
167
|
-
export declare
|
|
168
|
-
Mono
|
|
169
|
-
Stereo
|
|
170
|
-
}
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
193
|
+
export declare const AudioChannelsOption: {
|
|
194
|
+
readonly Mono: "Mono";
|
|
195
|
+
readonly Stereo: "Stereo";
|
|
196
|
+
};
|
|
197
|
+
export type AudioChannelsOption =
|
|
198
|
+
(typeof AudioChannelsOption)[keyof typeof AudioChannelsOption];
|
|
199
|
+
export declare const ErrorCode: {
|
|
200
|
+
readonly BadRequest: "BadRequest";
|
|
201
|
+
readonly Forbidden: "Forbidden";
|
|
202
|
+
readonly NotFound: "NotFound";
|
|
203
|
+
readonly ResourceLimitExceeded: "ResourceLimitExceeded";
|
|
204
|
+
readonly ServiceFailure: "ServiceFailure";
|
|
205
|
+
readonly ServiceUnavailable: "ServiceUnavailable";
|
|
206
|
+
readonly Throttling: "Throttling";
|
|
207
|
+
};
|
|
208
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
180
209
|
export declare class BadRequestException extends __BaseException {
|
|
181
210
|
readonly name: "BadRequestException";
|
|
182
211
|
readonly $fault: "client";
|
|
@@ -187,10 +216,12 @@ export declare class BadRequestException extends __BaseException {
|
|
|
187
216
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
188
217
|
);
|
|
189
218
|
}
|
|
190
|
-
export declare
|
|
191
|
-
AGENT
|
|
192
|
-
CUSTOMER
|
|
193
|
-
}
|
|
219
|
+
export declare const ParticipantRole: {
|
|
220
|
+
readonly AGENT: "AGENT";
|
|
221
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
222
|
+
};
|
|
223
|
+
export type ParticipantRole =
|
|
224
|
+
(typeof ParticipantRole)[keyof typeof ParticipantRole];
|
|
194
225
|
export interface ChannelDefinition {
|
|
195
226
|
ChannelId: number | undefined;
|
|
196
227
|
ParticipantRole?: ParticipantRole | string;
|
|
@@ -206,12 +237,16 @@ export interface ChimeSdkMeetingConfiguration {
|
|
|
206
237
|
SourceConfiguration?: SourceConfiguration;
|
|
207
238
|
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
208
239
|
}
|
|
209
|
-
export declare
|
|
210
|
-
S3Bucket
|
|
211
|
-
}
|
|
212
|
-
export
|
|
213
|
-
|
|
214
|
-
|
|
240
|
+
export declare const MediaPipelineSinkType: {
|
|
241
|
+
readonly S3Bucket: "S3Bucket";
|
|
242
|
+
};
|
|
243
|
+
export type MediaPipelineSinkType =
|
|
244
|
+
(typeof MediaPipelineSinkType)[keyof typeof MediaPipelineSinkType];
|
|
245
|
+
export declare const MediaPipelineSourceType: {
|
|
246
|
+
readonly ChimeSdkMeeting: "ChimeSdkMeeting";
|
|
247
|
+
};
|
|
248
|
+
export type MediaPipelineSourceType =
|
|
249
|
+
(typeof MediaPipelineSourceType)[keyof typeof MediaPipelineSourceType];
|
|
215
250
|
export interface Tag {
|
|
216
251
|
Key: string | undefined;
|
|
217
252
|
Value: string | undefined;
|
|
@@ -225,14 +260,16 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
225
260
|
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
226
261
|
Tags?: Tag[];
|
|
227
262
|
}
|
|
228
|
-
export declare
|
|
229
|
-
Failed
|
|
230
|
-
InProgress
|
|
231
|
-
Initializing
|
|
232
|
-
Paused
|
|
233
|
-
Stopped
|
|
234
|
-
Stopping
|
|
235
|
-
}
|
|
263
|
+
export declare const MediaPipelineStatus: {
|
|
264
|
+
readonly Failed: "Failed";
|
|
265
|
+
readonly InProgress: "InProgress";
|
|
266
|
+
readonly Initializing: "Initializing";
|
|
267
|
+
readonly Paused: "Paused";
|
|
268
|
+
readonly Stopped: "Stopped";
|
|
269
|
+
readonly Stopping: "Stopping";
|
|
270
|
+
};
|
|
271
|
+
export type MediaPipelineStatus =
|
|
272
|
+
(typeof MediaPipelineStatus)[keyof typeof MediaPipelineStatus];
|
|
236
273
|
export interface MediaCapturePipeline {
|
|
237
274
|
MediaPipelineId?: string;
|
|
238
275
|
MediaPipelineArn?: string;
|
|
@@ -309,9 +346,11 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
|
309
346
|
export interface S3BucketSinkConfiguration {
|
|
310
347
|
Destination: string | undefined;
|
|
311
348
|
}
|
|
312
|
-
export declare
|
|
313
|
-
S3Bucket
|
|
314
|
-
}
|
|
349
|
+
export declare const ConcatenationSinkType: {
|
|
350
|
+
readonly S3Bucket: "S3Bucket";
|
|
351
|
+
};
|
|
352
|
+
export type ConcatenationSinkType =
|
|
353
|
+
(typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
|
|
315
354
|
export interface ConcatenationSink {
|
|
316
355
|
Type: ConcatenationSinkType | string | undefined;
|
|
317
356
|
S3BucketSinkConfiguration: S3BucketSinkConfiguration | undefined;
|
|
@@ -325,9 +364,11 @@ export interface MediaCapturePipelineSourceConfiguration {
|
|
|
325
364
|
| ChimeSdkMeetingConcatenationConfiguration
|
|
326
365
|
| undefined;
|
|
327
366
|
}
|
|
328
|
-
export declare
|
|
329
|
-
MediaCapturePipeline
|
|
330
|
-
}
|
|
367
|
+
export declare const ConcatenationSourceType: {
|
|
368
|
+
readonly MediaCapturePipeline: "MediaCapturePipeline";
|
|
369
|
+
};
|
|
370
|
+
export type ConcatenationSourceType =
|
|
371
|
+
(typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
|
|
331
372
|
export interface ConcatenationSource {
|
|
332
373
|
Type: ConcatenationSourceType | string | undefined;
|
|
333
374
|
MediaCapturePipelineSourceConfiguration:
|
|
@@ -352,10 +393,12 @@ export interface MediaConcatenationPipeline {
|
|
|
352
393
|
export interface CreateMediaConcatenationPipelineResponse {
|
|
353
394
|
MediaConcatenationPipeline?: MediaConcatenationPipeline;
|
|
354
395
|
}
|
|
355
|
-
export declare
|
|
356
|
-
ProducerTimestamp
|
|
357
|
-
ServerTimestamp
|
|
358
|
-
}
|
|
396
|
+
export declare const FragmentSelectorType: {
|
|
397
|
+
readonly ProducerTimestamp: "ProducerTimestamp";
|
|
398
|
+
readonly ServerTimestamp: "ServerTimestamp";
|
|
399
|
+
};
|
|
400
|
+
export type FragmentSelectorType =
|
|
401
|
+
(typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];
|
|
359
402
|
export interface TimestampRange {
|
|
360
403
|
StartTimestamp: Date | undefined;
|
|
361
404
|
EndTimestamp: Date | undefined;
|
|
@@ -371,9 +414,10 @@ export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
|
|
|
371
414
|
Streams: RecordingStreamConfiguration[] | undefined;
|
|
372
415
|
FragmentSelector: FragmentSelector | undefined;
|
|
373
416
|
}
|
|
374
|
-
export declare
|
|
375
|
-
PCM
|
|
376
|
-
}
|
|
417
|
+
export declare const MediaEncoding: {
|
|
418
|
+
readonly PCM: "pcm";
|
|
419
|
+
};
|
|
420
|
+
export type MediaEncoding = (typeof MediaEncoding)[keyof typeof MediaEncoding];
|
|
377
421
|
export interface StreamChannelDefinition {
|
|
378
422
|
NumberOfChannels: number | undefined;
|
|
379
423
|
ChannelDefinitions?: ChannelDefinition[];
|
|
@@ -388,10 +432,12 @@ export interface KinesisVideoStreamSourceRuntimeConfiguration {
|
|
|
388
432
|
MediaEncoding: MediaEncoding | string | undefined;
|
|
389
433
|
MediaSampleRate: number | undefined;
|
|
390
434
|
}
|
|
391
|
-
export declare
|
|
392
|
-
Opus
|
|
393
|
-
Wav
|
|
394
|
-
}
|
|
435
|
+
export declare const RecordingFileFormat: {
|
|
436
|
+
readonly Opus: "Opus";
|
|
437
|
+
readonly Wav: "Wav";
|
|
438
|
+
};
|
|
439
|
+
export type RecordingFileFormat =
|
|
440
|
+
(typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
|
|
395
441
|
export interface S3RecordingSinkRuntimeConfiguration {
|
|
396
442
|
Destination: string | undefined;
|
|
397
443
|
RecordingFileFormat: RecordingFileFormat | string | undefined;
|
|
@@ -442,20 +488,24 @@ export interface SnsTopicSinkConfiguration {
|
|
|
442
488
|
export interface SqsQueueSinkConfiguration {
|
|
443
489
|
InsightsTarget?: string;
|
|
444
490
|
}
|
|
445
|
-
export declare
|
|
446
|
-
AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR
|
|
447
|
-
AMAZON_TRANSCRIBE_PROCESSOR
|
|
448
|
-
KINESIS_DATA_STREAM_SINK
|
|
449
|
-
LAMBDA_FUNCTION_SINK
|
|
450
|
-
S3_RECORDING_SINK
|
|
451
|
-
SNS_TOPIC_SINK
|
|
452
|
-
SQS_QUEUE_SINK
|
|
453
|
-
VOICE_ANALYTICS_PROCESSOR
|
|
454
|
-
}
|
|
455
|
-
export
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
491
|
+
export declare const MediaInsightsPipelineConfigurationElementType: {
|
|
492
|
+
readonly AMAZON_TRANSCRIBE_CALL_ANALYTICS_PROCESSOR: "AmazonTranscribeCallAnalyticsProcessor";
|
|
493
|
+
readonly AMAZON_TRANSCRIBE_PROCESSOR: "AmazonTranscribeProcessor";
|
|
494
|
+
readonly KINESIS_DATA_STREAM_SINK: "KinesisDataStreamSink";
|
|
495
|
+
readonly LAMBDA_FUNCTION_SINK: "LambdaFunctionSink";
|
|
496
|
+
readonly S3_RECORDING_SINK: "S3RecordingSink";
|
|
497
|
+
readonly SNS_TOPIC_SINK: "SnsTopicSink";
|
|
498
|
+
readonly SQS_QUEUE_SINK: "SqsQueueSink";
|
|
499
|
+
readonly VOICE_ANALYTICS_PROCESSOR: "VoiceAnalyticsProcessor";
|
|
500
|
+
};
|
|
501
|
+
export type MediaInsightsPipelineConfigurationElementType =
|
|
502
|
+
(typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
|
|
503
|
+
export declare const VoiceAnalyticsConfigurationStatus: {
|
|
504
|
+
readonly DISABLED: "Disabled";
|
|
505
|
+
readonly ENABLED: "Enabled";
|
|
506
|
+
};
|
|
507
|
+
export type VoiceAnalyticsConfigurationStatus =
|
|
508
|
+
(typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
|
|
459
509
|
export interface VoiceAnalyticsProcessorConfiguration {
|
|
460
510
|
SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus | string;
|
|
461
511
|
VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | string;
|
|
@@ -479,19 +529,22 @@ export interface KeywordMatchConfiguration {
|
|
|
479
529
|
Keywords: string[] | undefined;
|
|
480
530
|
Negate?: boolean;
|
|
481
531
|
}
|
|
482
|
-
export declare
|
|
483
|
-
NEGATIVE
|
|
484
|
-
}
|
|
532
|
+
export declare const SentimentType: {
|
|
533
|
+
readonly NEGATIVE: "NEGATIVE";
|
|
534
|
+
};
|
|
535
|
+
export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
|
|
485
536
|
export interface SentimentConfiguration {
|
|
486
537
|
RuleName: string | undefined;
|
|
487
538
|
SentimentType: SentimentType | string | undefined;
|
|
488
539
|
TimePeriod: number | undefined;
|
|
489
540
|
}
|
|
490
|
-
export declare
|
|
491
|
-
IssueDetection
|
|
492
|
-
KeywordMatch
|
|
493
|
-
Sentiment
|
|
494
|
-
}
|
|
541
|
+
export declare const RealTimeAlertRuleType: {
|
|
542
|
+
readonly IssueDetection: "IssueDetection";
|
|
543
|
+
readonly KeywordMatch: "KeywordMatch";
|
|
544
|
+
readonly Sentiment: "Sentiment";
|
|
545
|
+
};
|
|
546
|
+
export type RealTimeAlertRuleType =
|
|
547
|
+
(typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
|
|
495
548
|
export interface RealTimeAlertRule {
|
|
496
549
|
Type: RealTimeAlertRuleType | string | undefined;
|
|
497
550
|
KeywordMatchConfiguration?: KeywordMatchConfiguration;
|
|
@@ -528,26 +581,32 @@ export interface LiveConnectorRTMPConfiguration {
|
|
|
528
581
|
AudioChannels?: AudioChannelsOption | string;
|
|
529
582
|
AudioSampleRate?: string;
|
|
530
583
|
}
|
|
531
|
-
export declare
|
|
532
|
-
RTMP
|
|
533
|
-
}
|
|
584
|
+
export declare const LiveConnectorSinkType: {
|
|
585
|
+
readonly RTMP: "RTMP";
|
|
586
|
+
};
|
|
587
|
+
export type LiveConnectorSinkType =
|
|
588
|
+
(typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
|
|
534
589
|
export interface LiveConnectorSinkConfiguration {
|
|
535
590
|
SinkType: LiveConnectorSinkType | string | undefined;
|
|
536
591
|
RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
|
|
537
592
|
}
|
|
538
|
-
export declare
|
|
539
|
-
AudioWithActiveSpeakerVideo
|
|
540
|
-
AudioWithCompositedVideo
|
|
541
|
-
}
|
|
593
|
+
export declare const LiveConnectorMuxType: {
|
|
594
|
+
readonly AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo";
|
|
595
|
+
readonly AudioWithCompositedVideo: "AudioWithCompositedVideo";
|
|
596
|
+
};
|
|
597
|
+
export type LiveConnectorMuxType =
|
|
598
|
+
(typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
|
|
542
599
|
export interface ChimeSdkMeetingLiveConnectorConfiguration {
|
|
543
600
|
Arn: string | undefined;
|
|
544
601
|
MuxType: LiveConnectorMuxType | string | undefined;
|
|
545
602
|
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
546
603
|
SourceConfiguration?: SourceConfiguration;
|
|
547
604
|
}
|
|
548
|
-
export declare
|
|
549
|
-
ChimeSdkMeeting
|
|
550
|
-
}
|
|
605
|
+
export declare const LiveConnectorSourceType: {
|
|
606
|
+
readonly ChimeSdkMeeting: "ChimeSdkMeeting";
|
|
607
|
+
};
|
|
608
|
+
export type LiveConnectorSourceType =
|
|
609
|
+
(typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
|
|
551
610
|
export interface LiveConnectorSourceConfiguration {
|
|
552
611
|
SourceType: LiveConnectorSourceType | string | undefined;
|
|
553
612
|
ChimeSdkMeetingLiveConnectorConfiguration:
|
|
@@ -675,10 +734,12 @@ export interface UpdateMediaInsightsPipelineConfigurationRequest {
|
|
|
675
734
|
export interface UpdateMediaInsightsPipelineConfigurationResponse {
|
|
676
735
|
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
|
|
677
736
|
}
|
|
678
|
-
export declare
|
|
679
|
-
Pause
|
|
680
|
-
Resume
|
|
681
|
-
}
|
|
737
|
+
export declare const MediaPipelineStatusUpdate: {
|
|
738
|
+
readonly Pause: "Pause";
|
|
739
|
+
readonly Resume: "Resume";
|
|
740
|
+
};
|
|
741
|
+
export type MediaPipelineStatusUpdate =
|
|
742
|
+
(typeof MediaPipelineStatusUpdate)[keyof typeof MediaPipelineStatusUpdate];
|
|
682
743
|
export interface UpdateMediaInsightsPipelineStatusRequest {
|
|
683
744
|
Identifier: string | undefined;
|
|
684
745
|
UpdateStatus: MediaPipelineStatusUpdate | 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.306.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",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|