@aws-sdk/client-chime-sdk-media-pipelines 3.688.0 → 3.692.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-types/models/models_0.d.ts +270 -270
- package/dist-types/ts3.4/models/models_0.d.ts +310 -270
- package/package.json +35 -35
|
@@ -23,7 +23,7 @@ export interface ActiveSpeakerOnlyConfiguration {
|
|
|
23
23
|
* <p>The position of the <code>ActiveSpeakerOnly</code> video tile.</p>
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
|
26
|
-
ActiveSpeakerPosition?: ActiveSpeakerPosition;
|
|
26
|
+
ActiveSpeakerPosition?: ActiveSpeakerPosition | undefined;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* @public
|
|
@@ -105,12 +105,12 @@ export interface PostCallAnalyticsSettings {
|
|
|
105
105
|
* <p>The content redaction output settings for a post-call analysis task.</p>
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
|
-
ContentRedactionOutput?: ContentRedactionOutput;
|
|
108
|
+
ContentRedactionOutput?: ContentRedactionOutput | undefined;
|
|
109
109
|
/**
|
|
110
110
|
* <p>The ID of the KMS (Key Management Service) key used to encrypt the output.</p>
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
|
-
OutputEncryptionKMSKeyId?: string;
|
|
113
|
+
OutputEncryptionKMSKeyId?: string | undefined;
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* @public
|
|
@@ -144,7 +144,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
144
144
|
* <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
|
-
VocabularyName?: string;
|
|
147
|
+
VocabularyName?: string | undefined;
|
|
148
148
|
/**
|
|
149
149
|
* <p>Specifies the name of the custom vocabulary filter to use when processing a
|
|
150
150
|
* transcription. Note that vocabulary filter names are case sensitive.</p>
|
|
@@ -154,7 +154,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
154
154
|
* <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
|
-
VocabularyFilterName?: string;
|
|
157
|
+
VocabularyFilterName?: string | undefined;
|
|
158
158
|
/**
|
|
159
159
|
* <p>Specifies how to apply a vocabulary filter to a transcript.</p>
|
|
160
160
|
* <p>To replace words with <b>***</b>, choose <code>mask</code>.</p>
|
|
@@ -162,7 +162,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
162
162
|
* <p>To flag words without changing them, choose <code>tag</code>. </p>
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
|
-
VocabularyFilterMethod?: VocabularyFilterMethod;
|
|
165
|
+
VocabularyFilterMethod?: VocabularyFilterMethod | undefined;
|
|
166
166
|
/**
|
|
167
167
|
* <p>Specifies the name of the custom language model to use when processing a transcription.
|
|
168
168
|
* Note that language model names are case sensitive.</p>
|
|
@@ -172,14 +172,14 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
172
172
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-language-models.html">Custom language models</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
173
173
|
* @public
|
|
174
174
|
*/
|
|
175
|
-
LanguageModelName?: string;
|
|
175
|
+
LanguageModelName?: string | undefined;
|
|
176
176
|
/**
|
|
177
177
|
* <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.
|
|
178
178
|
* For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization">Partial-result stabilization</a>
|
|
179
179
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
EnablePartialResultsStabilization?: boolean;
|
|
182
|
+
EnablePartialResultsStabilization?: boolean | undefined;
|
|
183
183
|
/**
|
|
184
184
|
* <p>Specifies the level of stability to use when you enable partial results stabilization
|
|
185
185
|
* (<code>EnablePartialResultsStabilization</code>).</p>
|
|
@@ -188,7 +188,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
188
188
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
|
-
PartialResultsStability?: PartialResultsStability;
|
|
191
|
+
PartialResultsStability?: PartialResultsStability | undefined;
|
|
192
192
|
/**
|
|
193
193
|
* <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
|
|
194
194
|
* <p>Content identification is performed at the segment level; PII specified in <code>PiiEntityTypes</code> is flagged upon complete transcription of an audio segment.</p>
|
|
@@ -197,7 +197,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
197
197
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
198
198
|
* @public
|
|
199
199
|
*/
|
|
200
|
-
ContentIdentificationType?: ContentType;
|
|
200
|
+
ContentIdentificationType?: ContentType | undefined;
|
|
201
201
|
/**
|
|
202
202
|
* <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
|
|
203
203
|
* <p>Content redaction is performed at the segment level; PII specified in <code>PiiEntityTypes</code> is redacted upon complete transcription of an audio segment.</p>
|
|
@@ -206,7 +206,7 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
206
206
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
207
207
|
* @public
|
|
208
208
|
*/
|
|
209
|
-
ContentRedactionType?: ContentType;
|
|
209
|
+
ContentRedactionType?: ContentType | undefined;
|
|
210
210
|
/**
|
|
211
211
|
* <p>Specifies the types of personally identifiable information (PII) to redact from a transcript. You can include as many types as you'd like, or you can select <code>ALL</code>.</p>
|
|
212
212
|
* <p>To include <code>PiiEntityTypes</code> in your Call Analytics request, you must also include <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>, but you can't include both. </p>
|
|
@@ -216,22 +216,22 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
216
216
|
* <p>Length Constraints: Minimum length of 1. Maximum length of 300.</p>
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
|
-
PiiEntityTypes?: string;
|
|
219
|
+
PiiEntityTypes?: string | undefined;
|
|
220
220
|
/**
|
|
221
221
|
* <p>If true, <code>UtteranceEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>
|
|
222
222
|
* @public
|
|
223
223
|
*/
|
|
224
|
-
FilterPartialResults?: boolean;
|
|
224
|
+
FilterPartialResults?: boolean | undefined;
|
|
225
225
|
/**
|
|
226
226
|
* <p>The settings for a post-call analysis task in an analytics configuration.</p>
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
|
-
PostCallAnalyticsSettings?: PostCallAnalyticsSettings;
|
|
229
|
+
PostCallAnalyticsSettings?: PostCallAnalyticsSettings | undefined;
|
|
230
230
|
/**
|
|
231
231
|
* <p>By default, all <code>CategoryEvents</code> are sent to the insights target. If this parameter is specified, only included categories are sent to the insights target. </p>
|
|
232
232
|
* @public
|
|
233
233
|
*/
|
|
234
|
-
CallAnalyticsStreamCategories?: string[];
|
|
234
|
+
CallAnalyticsStreamCategories?: string[] | undefined;
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* <p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>
|
|
@@ -250,39 +250,39 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
250
250
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
251
251
|
* @public
|
|
252
252
|
*/
|
|
253
|
-
LanguageCode?: CallAnalyticsLanguageCode;
|
|
253
|
+
LanguageCode?: CallAnalyticsLanguageCode | undefined;
|
|
254
254
|
/**
|
|
255
255
|
* <p>The name of the custom vocabulary that you specified in your Call Analytics
|
|
256
256
|
* request.</p>
|
|
257
257
|
* <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>
|
|
258
258
|
* @public
|
|
259
259
|
*/
|
|
260
|
-
VocabularyName?: string;
|
|
260
|
+
VocabularyName?: string | undefined;
|
|
261
261
|
/**
|
|
262
262
|
* <p>The name of the custom vocabulary filter that you specified in your Call Analytics
|
|
263
263
|
* request.</p>
|
|
264
264
|
* <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>
|
|
265
265
|
* @public
|
|
266
266
|
*/
|
|
267
|
-
VocabularyFilterName?: string;
|
|
267
|
+
VocabularyFilterName?: string | undefined;
|
|
268
268
|
/**
|
|
269
269
|
* <p>The vocabulary filtering method used in your Call Analytics transcription.</p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
|
-
VocabularyFilterMethod?: VocabularyFilterMethod;
|
|
272
|
+
VocabularyFilterMethod?: VocabularyFilterMethod | undefined;
|
|
273
273
|
/**
|
|
274
274
|
* <p>Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.</p>
|
|
275
275
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html">Partitioning speakers (diarization)</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
276
276
|
* @public
|
|
277
277
|
*/
|
|
278
|
-
ShowSpeakerLabel?: boolean;
|
|
278
|
+
ShowSpeakerLabel?: boolean | undefined;
|
|
279
279
|
/**
|
|
280
280
|
* <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p>
|
|
281
281
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization">Partial-result stabilization</a>
|
|
282
282
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
283
283
|
* @public
|
|
284
284
|
*/
|
|
285
|
-
EnablePartialResultsStabilization?: boolean;
|
|
285
|
+
EnablePartialResultsStabilization?: boolean | undefined;
|
|
286
286
|
/**
|
|
287
287
|
* <p>The level of stability to use when you enable partial results stabilization
|
|
288
288
|
* (<code>EnablePartialResultsStabilization</code>).</p>
|
|
@@ -291,7 +291,7 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
291
291
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
292
292
|
* @public
|
|
293
293
|
*/
|
|
294
|
-
PartialResultsStability?: PartialResultsStability;
|
|
294
|
+
PartialResultsStability?: PartialResultsStability | undefined;
|
|
295
295
|
/**
|
|
296
296
|
* <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
|
|
297
297
|
* <p>Content identification is performed at the segment level; PII specified in
|
|
@@ -304,7 +304,7 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
304
304
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
305
305
|
* @public
|
|
306
306
|
*/
|
|
307
|
-
ContentIdentificationType?: ContentType;
|
|
307
|
+
ContentIdentificationType?: ContentType | undefined;
|
|
308
308
|
/**
|
|
309
309
|
* <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
|
|
310
310
|
* <p>Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment.</p>
|
|
@@ -313,7 +313,7 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
313
313
|
* in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
314
314
|
* @public
|
|
315
315
|
*/
|
|
316
|
-
ContentRedactionType?: ContentType;
|
|
316
|
+
ContentRedactionType?: ContentType | undefined;
|
|
317
317
|
/**
|
|
318
318
|
* <p>The types of personally identifiable information (PII) to redact from a transcript. You
|
|
319
319
|
* can include as many types as you'd like, or you can select <code>ALL</code>.</p>
|
|
@@ -324,7 +324,7 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
324
324
|
* <p>If you leave this parameter empty, the default behavior is equivalent to <code>ALL</code>.</p>
|
|
325
325
|
* @public
|
|
326
326
|
*/
|
|
327
|
-
PiiEntityTypes?: string;
|
|
327
|
+
PiiEntityTypes?: string | undefined;
|
|
328
328
|
/**
|
|
329
329
|
* <p>The name of the custom language model that you want to use when processing your
|
|
330
330
|
* transcription. Note that language model names are case sensitive.</p>
|
|
@@ -333,17 +333,17 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
333
333
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-language-models.html">Custom language models</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
|
|
334
334
|
* @public
|
|
335
335
|
*/
|
|
336
|
-
LanguageModelName?: string;
|
|
336
|
+
LanguageModelName?: string | undefined;
|
|
337
337
|
/**
|
|
338
338
|
* <p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>
|
|
339
339
|
* @public
|
|
340
340
|
*/
|
|
341
|
-
FilterPartialResults?: boolean;
|
|
341
|
+
FilterPartialResults?: boolean | undefined;
|
|
342
342
|
/**
|
|
343
343
|
* <p>Turns language identification on or off.</p>
|
|
344
344
|
* @public
|
|
345
345
|
*/
|
|
346
|
-
IdentifyLanguage?: boolean;
|
|
346
|
+
IdentifyLanguage?: boolean | undefined;
|
|
347
347
|
/**
|
|
348
348
|
* <p>Turns language identification on or off for multiple languages.</p>
|
|
349
349
|
* <note>
|
|
@@ -352,27 +352,27 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
352
352
|
* </note>
|
|
353
353
|
* @public
|
|
354
354
|
*/
|
|
355
|
-
IdentifyMultipleLanguages?: boolean;
|
|
355
|
+
IdentifyMultipleLanguages?: boolean | undefined;
|
|
356
356
|
/**
|
|
357
357
|
* <p>The language options for the transcription, such as automatic language detection.</p>
|
|
358
358
|
* @public
|
|
359
359
|
*/
|
|
360
|
-
LanguageOptions?: string;
|
|
360
|
+
LanguageOptions?: string | undefined;
|
|
361
361
|
/**
|
|
362
362
|
* <p>The preferred language for the transcription.</p>
|
|
363
363
|
* @public
|
|
364
364
|
*/
|
|
365
|
-
PreferredLanguage?: CallAnalyticsLanguageCode;
|
|
365
|
+
PreferredLanguage?: CallAnalyticsLanguageCode | undefined;
|
|
366
366
|
/**
|
|
367
367
|
* <p>The names of the custom vocabulary or vocabularies used during transcription.</p>
|
|
368
368
|
* @public
|
|
369
369
|
*/
|
|
370
|
-
VocabularyNames?: string;
|
|
370
|
+
VocabularyNames?: string | undefined;
|
|
371
371
|
/**
|
|
372
372
|
* <p>The names of the custom vocabulary filter or filters using during transcription.</p>
|
|
373
373
|
* @public
|
|
374
374
|
*/
|
|
375
|
-
VocabularyFilterNames?: string;
|
|
375
|
+
VocabularyFilterNames?: string | undefined;
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* @public
|
|
@@ -601,22 +601,22 @@ export interface HorizontalLayoutConfiguration {
|
|
|
601
601
|
* <p>Sets the automatic ordering of the video tiles.</p>
|
|
602
602
|
* @public
|
|
603
603
|
*/
|
|
604
|
-
TileOrder?: TileOrder;
|
|
604
|
+
TileOrder?: TileOrder | undefined;
|
|
605
605
|
/**
|
|
606
606
|
* <p>Sets the position of horizontal tiles.</p>
|
|
607
607
|
* @public
|
|
608
608
|
*/
|
|
609
|
-
TilePosition?: HorizontalTilePosition;
|
|
609
|
+
TilePosition?: HorizontalTilePosition | undefined;
|
|
610
610
|
/**
|
|
611
611
|
* <p>The maximum number of video tiles to display.</p>
|
|
612
612
|
* @public
|
|
613
613
|
*/
|
|
614
|
-
TileCount?: number;
|
|
614
|
+
TileCount?: number | undefined;
|
|
615
615
|
/**
|
|
616
616
|
* <p>Specifies the aspect ratio of all video tiles.</p>
|
|
617
617
|
* @public
|
|
618
618
|
*/
|
|
619
|
-
TileAspectRatio?: string;
|
|
619
|
+
TileAspectRatio?: string | undefined;
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
622
|
* @public
|
|
@@ -641,7 +641,7 @@ export interface PresenterOnlyConfiguration {
|
|
|
641
641
|
* <p>Defines the position of the presenter video tile. Default: <code>TopRight</code>.</p>
|
|
642
642
|
* @public
|
|
643
643
|
*/
|
|
644
|
-
PresenterPosition?: PresenterPosition;
|
|
644
|
+
PresenterPosition?: PresenterPosition | undefined;
|
|
645
645
|
}
|
|
646
646
|
/**
|
|
647
647
|
* @public
|
|
@@ -664,22 +664,22 @@ export interface VerticalLayoutConfiguration {
|
|
|
664
664
|
* <p>Sets the automatic ordering of the video tiles.</p>
|
|
665
665
|
* @public
|
|
666
666
|
*/
|
|
667
|
-
TileOrder?: TileOrder;
|
|
667
|
+
TileOrder?: TileOrder | undefined;
|
|
668
668
|
/**
|
|
669
669
|
* <p>Sets the position of vertical tiles.</p>
|
|
670
670
|
* @public
|
|
671
671
|
*/
|
|
672
|
-
TilePosition?: VerticalTilePosition;
|
|
672
|
+
TilePosition?: VerticalTilePosition | undefined;
|
|
673
673
|
/**
|
|
674
674
|
* <p>The maximum number of tiles to display.</p>
|
|
675
675
|
* @public
|
|
676
676
|
*/
|
|
677
|
-
TileCount?: number;
|
|
677
|
+
TileCount?: number | undefined;
|
|
678
678
|
/**
|
|
679
679
|
* <p>Sets the aspect ratio of the video tiles, such as 16:9.</p>
|
|
680
680
|
* @public
|
|
681
681
|
*/
|
|
682
|
-
TileAspectRatio?: string;
|
|
682
|
+
TileAspectRatio?: string | undefined;
|
|
683
683
|
}
|
|
684
684
|
/**
|
|
685
685
|
* @public
|
|
@@ -722,22 +722,22 @@ export interface VideoAttribute {
|
|
|
722
722
|
* <p>Sets the corner radius of all video tiles.</p>
|
|
723
723
|
* @public
|
|
724
724
|
*/
|
|
725
|
-
CornerRadius?: number;
|
|
725
|
+
CornerRadius?: number | undefined;
|
|
726
726
|
/**
|
|
727
727
|
* <p>Defines the border color of all video tiles.</p>
|
|
728
728
|
* @public
|
|
729
729
|
*/
|
|
730
|
-
BorderColor?: BorderColor;
|
|
730
|
+
BorderColor?: BorderColor | undefined;
|
|
731
731
|
/**
|
|
732
732
|
* <p>Defines the highlight color for the active video tile.</p>
|
|
733
733
|
* @public
|
|
734
734
|
*/
|
|
735
|
-
HighlightColor?: HighlightColor;
|
|
735
|
+
HighlightColor?: HighlightColor | undefined;
|
|
736
736
|
/**
|
|
737
737
|
* <p>Defines the border thickness for all video tiles.</p>
|
|
738
738
|
* @public
|
|
739
739
|
*/
|
|
740
|
-
BorderThickness?: number;
|
|
740
|
+
BorderThickness?: number | undefined;
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* <p>Specifies the type of grid layout.</p>
|
|
@@ -753,32 +753,32 @@ export interface GridViewConfiguration {
|
|
|
753
753
|
* <p>Defines the configuration options for a presenter only video tile.</p>
|
|
754
754
|
* @public
|
|
755
755
|
*/
|
|
756
|
-
PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
|
|
756
|
+
PresenterOnlyConfiguration?: PresenterOnlyConfiguration | undefined;
|
|
757
757
|
/**
|
|
758
758
|
* <p>The configuration settings for an <code>ActiveSpeakerOnly</code> video tile.</p>
|
|
759
759
|
* @public
|
|
760
760
|
*/
|
|
761
|
-
ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration;
|
|
761
|
+
ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration | undefined;
|
|
762
762
|
/**
|
|
763
763
|
* <p>The configuration settings for a horizontal layout.</p>
|
|
764
764
|
* @public
|
|
765
765
|
*/
|
|
766
|
-
HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration;
|
|
766
|
+
HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration | undefined;
|
|
767
767
|
/**
|
|
768
768
|
* <p>The configuration settings for a vertical layout.</p>
|
|
769
769
|
* @public
|
|
770
770
|
*/
|
|
771
|
-
VerticalLayoutConfiguration?: VerticalLayoutConfiguration;
|
|
771
|
+
VerticalLayoutConfiguration?: VerticalLayoutConfiguration | undefined;
|
|
772
772
|
/**
|
|
773
773
|
* <p>The attribute settings for the video tiles.</p>
|
|
774
774
|
* @public
|
|
775
775
|
*/
|
|
776
|
-
VideoAttribute?: VideoAttribute;
|
|
776
|
+
VideoAttribute?: VideoAttribute | undefined;
|
|
777
777
|
/**
|
|
778
778
|
* <p>The orientation setting, horizontal or vertical.</p>
|
|
779
779
|
* @public
|
|
780
780
|
*/
|
|
781
|
-
CanvasOrientation?: CanvasOrientation;
|
|
781
|
+
CanvasOrientation?: CanvasOrientation | undefined;
|
|
782
782
|
}
|
|
783
783
|
/**
|
|
784
784
|
* @public
|
|
@@ -812,12 +812,12 @@ export interface CompositedVideoArtifactsConfiguration {
|
|
|
812
812
|
* <p>The layout setting, such as <code>GridView</code> in the configuration object.</p>
|
|
813
813
|
* @public
|
|
814
814
|
*/
|
|
815
|
-
Layout?: LayoutOption;
|
|
815
|
+
Layout?: LayoutOption | undefined;
|
|
816
816
|
/**
|
|
817
817
|
* <p>The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.</p>
|
|
818
818
|
* @public
|
|
819
819
|
*/
|
|
820
|
-
Resolution?: ResolutionOption;
|
|
820
|
+
Resolution?: ResolutionOption | undefined;
|
|
821
821
|
/**
|
|
822
822
|
* <p>The <code>GridView</code> configuration setting.</p>
|
|
823
823
|
* @public
|
|
@@ -861,7 +861,7 @@ export interface ContentArtifactsConfiguration {
|
|
|
861
861
|
* <p>The MUX type of the artifact configuration.</p>
|
|
862
862
|
* @public
|
|
863
863
|
*/
|
|
864
|
-
MuxType?: ContentMuxType;
|
|
864
|
+
MuxType?: ContentMuxType | undefined;
|
|
865
865
|
}
|
|
866
866
|
/**
|
|
867
867
|
* @public
|
|
@@ -888,7 +888,7 @@ export interface VideoArtifactsConfiguration {
|
|
|
888
888
|
* <p>The MUX type of the video artifact configuration object.</p>
|
|
889
889
|
* @public
|
|
890
890
|
*/
|
|
891
|
-
MuxType?: VideoMuxType;
|
|
891
|
+
MuxType?: VideoMuxType | undefined;
|
|
892
892
|
}
|
|
893
893
|
/**
|
|
894
894
|
* <p>The configuration for the artifacts.</p>
|
|
@@ -914,7 +914,7 @@ export interface ArtifactsConfiguration {
|
|
|
914
914
|
* <p>Enables video compositing.</p>
|
|
915
915
|
* @public
|
|
916
916
|
*/
|
|
917
|
-
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
917
|
+
CompositedVideo?: CompositedVideoArtifactsConfiguration | undefined;
|
|
918
918
|
}
|
|
919
919
|
/**
|
|
920
920
|
* @public
|
|
@@ -952,13 +952,13 @@ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
|
952
952
|
export declare class BadRequestException extends __BaseException {
|
|
953
953
|
readonly name: "BadRequestException";
|
|
954
954
|
readonly $fault: "client";
|
|
955
|
-
Code?: ErrorCode;
|
|
956
|
-
Message?: string;
|
|
955
|
+
Code?: ErrorCode | undefined;
|
|
956
|
+
Message?: string | undefined;
|
|
957
957
|
/**
|
|
958
958
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
959
959
|
* @public
|
|
960
960
|
*/
|
|
961
|
-
RequestId?: string;
|
|
961
|
+
RequestId?: string | undefined;
|
|
962
962
|
/**
|
|
963
963
|
* @internal
|
|
964
964
|
*/
|
|
@@ -990,7 +990,7 @@ export interface ChannelDefinition {
|
|
|
990
990
|
* <p>Specifies whether the audio in a channel belongs to the <code>AGENT</code> or <code>CUSTOMER</code>.</p>
|
|
991
991
|
* @public
|
|
992
992
|
*/
|
|
993
|
-
ParticipantRole?: ParticipantRole;
|
|
993
|
+
ParticipantRole?: ParticipantRole | undefined;
|
|
994
994
|
}
|
|
995
995
|
/**
|
|
996
996
|
* <p>The video streams for a specified media pipeline. The total number of
|
|
@@ -1002,12 +1002,12 @@ export interface SelectedVideoStreams {
|
|
|
1002
1002
|
* <p>The attendee IDs of the streams selected for a media pipeline. </p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
AttendeeIds?: string[];
|
|
1005
|
+
AttendeeIds?: string[] | undefined;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* <p>The external user IDs of the streams selected for a media pipeline.</p>
|
|
1008
1008
|
* @public
|
|
1009
1009
|
*/
|
|
1010
|
-
ExternalUserIds?: string[];
|
|
1010
|
+
ExternalUserIds?: string[] | undefined;
|
|
1011
1011
|
}
|
|
1012
1012
|
/**
|
|
1013
1013
|
* <p>Source configuration for a specified media pipeline.</p>
|
|
@@ -1019,7 +1019,7 @@ export interface SourceConfiguration {
|
|
|
1019
1019
|
* of video streams can't exceed 25.</p>
|
|
1020
1020
|
* @public
|
|
1021
1021
|
*/
|
|
1022
|
-
SelectedVideoStreams?: SelectedVideoStreams;
|
|
1022
|
+
SelectedVideoStreams?: SelectedVideoStreams | undefined;
|
|
1023
1023
|
}
|
|
1024
1024
|
/**
|
|
1025
1025
|
* <p>The configuration object of the Amazon Chime SDK meeting for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>
|
|
@@ -1030,12 +1030,12 @@ export interface ChimeSdkMeetingConfiguration {
|
|
|
1030
1030
|
* <p>The source configuration for a specified media pipeline.</p>
|
|
1031
1031
|
* @public
|
|
1032
1032
|
*/
|
|
1033
|
-
SourceConfiguration?: SourceConfiguration;
|
|
1033
|
+
SourceConfiguration?: SourceConfiguration | undefined;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* <p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>
|
|
1036
1036
|
* @public
|
|
1037
1037
|
*/
|
|
1038
|
-
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
1038
|
+
ArtifactsConfiguration?: ArtifactsConfiguration | undefined;
|
|
1039
1039
|
}
|
|
1040
1040
|
/**
|
|
1041
1041
|
* @public
|
|
@@ -1117,7 +1117,7 @@ export interface SseAwsKeyManagementParams {
|
|
|
1117
1117
|
* Guide</i>.</p>
|
|
1118
1118
|
* @public
|
|
1119
1119
|
*/
|
|
1120
|
-
AwsKmsEncryptionContext?: string;
|
|
1120
|
+
AwsKmsEncryptionContext?: string | undefined;
|
|
1121
1121
|
}
|
|
1122
1122
|
/**
|
|
1123
1123
|
* <p>A key/value pair that grants users access to meeting resources.</p>
|
|
@@ -1164,20 +1164,20 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
1164
1164
|
* <p>The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.</p>
|
|
1165
1165
|
* @public
|
|
1166
1166
|
*/
|
|
1167
|
-
ClientRequestToken?: string;
|
|
1167
|
+
ClientRequestToken?: string | undefined;
|
|
1168
1168
|
/**
|
|
1169
1169
|
* <p>The configuration for a specified media pipeline. <code>SourceType</code> must
|
|
1170
1170
|
* be <code>ChimeSdkMeeting</code>.</p>
|
|
1171
1171
|
* @public
|
|
1172
1172
|
*/
|
|
1173
|
-
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
1173
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration | undefined;
|
|
1174
1174
|
/**
|
|
1175
1175
|
* <p>An object that contains server side encryption parameters to be used by media capture
|
|
1176
1176
|
* pipeline. The parameters can also be used by media concatenation pipeline taking media
|
|
1177
1177
|
* capture pipeline as a media source.</p>
|
|
1178
1178
|
* @public
|
|
1179
1179
|
*/
|
|
1180
|
-
SseAwsKeyManagementParams?: SseAwsKeyManagementParams;
|
|
1180
|
+
SseAwsKeyManagementParams?: SseAwsKeyManagementParams | undefined;
|
|
1181
1181
|
/**
|
|
1182
1182
|
* <p>The Amazon Resource Name (ARN) of the sink role to be used with <code>AwsKmsKeyId</code>
|
|
1183
1183
|
* in <code>SseAwsKeyManagementParams</code>. Can only interact with <code>S3Bucket</code>
|
|
@@ -1190,12 +1190,12 @@ export interface CreateMediaCapturePipelineRequest {
|
|
|
1190
1190
|
* <code>kms:Decrypt</code> for the same KMS key.</p>
|
|
1191
1191
|
* @public
|
|
1192
1192
|
*/
|
|
1193
|
-
SinkIamRoleArn?: string;
|
|
1193
|
+
SinkIamRoleArn?: string | undefined;
|
|
1194
1194
|
/**
|
|
1195
1195
|
* <p>The tag key-value pairs.</p>
|
|
1196
1196
|
* @public
|
|
1197
1197
|
*/
|
|
1198
|
-
Tags?: Tag[];
|
|
1198
|
+
Tags?: Tag[] | undefined;
|
|
1199
1199
|
}
|
|
1200
1200
|
/**
|
|
1201
1201
|
* @public
|
|
@@ -1224,68 +1224,68 @@ export interface MediaCapturePipeline {
|
|
|
1224
1224
|
* <p>The ID of a media pipeline.</p>
|
|
1225
1225
|
* @public
|
|
1226
1226
|
*/
|
|
1227
|
-
MediaPipelineId?: string;
|
|
1227
|
+
MediaPipelineId?: string | undefined;
|
|
1228
1228
|
/**
|
|
1229
1229
|
* <p>The ARN of the media capture pipeline</p>
|
|
1230
1230
|
* @public
|
|
1231
1231
|
*/
|
|
1232
|
-
MediaPipelineArn?: string;
|
|
1232
|
+
MediaPipelineArn?: string | undefined;
|
|
1233
1233
|
/**
|
|
1234
1234
|
* <p>Source type from which media artifacts are saved. You must use
|
|
1235
1235
|
* <code>ChimeMeeting</code>.</p>
|
|
1236
1236
|
* @public
|
|
1237
1237
|
*/
|
|
1238
|
-
SourceType?: MediaPipelineSourceType;
|
|
1238
|
+
SourceType?: MediaPipelineSourceType | undefined;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* <p>ARN of the source from which the media artifacts are saved.</p>
|
|
1241
1241
|
* @public
|
|
1242
1242
|
*/
|
|
1243
|
-
SourceArn?: string;
|
|
1243
|
+
SourceArn?: string | undefined;
|
|
1244
1244
|
/**
|
|
1245
1245
|
* <p>The status of the media pipeline.</p>
|
|
1246
1246
|
* @public
|
|
1247
1247
|
*/
|
|
1248
|
-
Status?: MediaPipelineStatus;
|
|
1248
|
+
Status?: MediaPipelineStatus | undefined;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* <p>Destination type to which the media artifacts are saved. You must use an S3
|
|
1251
1251
|
* Bucket.</p>
|
|
1252
1252
|
* @public
|
|
1253
1253
|
*/
|
|
1254
|
-
SinkType?: MediaPipelineSinkType;
|
|
1254
|
+
SinkType?: MediaPipelineSinkType | undefined;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* <p>ARN of the destination to which the media artifacts are saved.</p>
|
|
1257
1257
|
* @public
|
|
1258
1258
|
*/
|
|
1259
|
-
SinkArn?: string;
|
|
1259
|
+
SinkArn?: string | undefined;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* <p>The time at which the pipeline was created, in ISO 8601 format.</p>
|
|
1262
1262
|
* @public
|
|
1263
1263
|
*/
|
|
1264
|
-
CreatedTimestamp?: Date;
|
|
1264
|
+
CreatedTimestamp?: Date | undefined;
|
|
1265
1265
|
/**
|
|
1266
1266
|
* <p>The time at which the pipeline was updated, in ISO 8601 format.</p>
|
|
1267
1267
|
* @public
|
|
1268
1268
|
*/
|
|
1269
|
-
UpdatedTimestamp?: Date;
|
|
1269
|
+
UpdatedTimestamp?: Date | undefined;
|
|
1270
1270
|
/**
|
|
1271
1271
|
* <p>The configuration for a specified media pipeline. <code>SourceType</code> must
|
|
1272
1272
|
* be <code>ChimeSdkMeeting</code>.</p>
|
|
1273
1273
|
* @public
|
|
1274
1274
|
*/
|
|
1275
|
-
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
1275
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration | undefined;
|
|
1276
1276
|
/**
|
|
1277
1277
|
* <p>An object that contains server side encryption parameters to be used by media capture
|
|
1278
1278
|
* pipeline. The parameters can also be used by media concatenation pipeline taking media
|
|
1279
1279
|
* capture pipeline as a media source.</p>
|
|
1280
1280
|
* @public
|
|
1281
1281
|
*/
|
|
1282
|
-
SseAwsKeyManagementParams?: SseAwsKeyManagementParams;
|
|
1282
|
+
SseAwsKeyManagementParams?: SseAwsKeyManagementParams | undefined;
|
|
1283
1283
|
/**
|
|
1284
1284
|
* <p>The Amazon Resource Name (ARN) of the sink role to be used with <code>AwsKmsKeyId</code>
|
|
1285
1285
|
* in <code>SseAwsKeyManagementParams</code>.</p>
|
|
1286
1286
|
* @public
|
|
1287
1287
|
*/
|
|
1288
|
-
SinkIamRoleArn?: string;
|
|
1288
|
+
SinkIamRoleArn?: string | undefined;
|
|
1289
1289
|
}
|
|
1290
1290
|
/**
|
|
1291
1291
|
* @public
|
|
@@ -1296,7 +1296,7 @@ export interface CreateMediaCapturePipelineResponse {
|
|
|
1296
1296
|
* ARN of a media pipeline object.</p>
|
|
1297
1297
|
* @public
|
|
1298
1298
|
*/
|
|
1299
|
-
MediaCapturePipeline?: MediaCapturePipeline;
|
|
1299
|
+
MediaCapturePipeline?: MediaCapturePipeline | undefined;
|
|
1300
1300
|
}
|
|
1301
1301
|
/**
|
|
1302
1302
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
@@ -1305,13 +1305,13 @@ export interface CreateMediaCapturePipelineResponse {
|
|
|
1305
1305
|
export declare class ForbiddenException extends __BaseException {
|
|
1306
1306
|
readonly name: "ForbiddenException";
|
|
1307
1307
|
readonly $fault: "client";
|
|
1308
|
-
Code?: ErrorCode;
|
|
1309
|
-
Message?: string;
|
|
1308
|
+
Code?: ErrorCode | undefined;
|
|
1309
|
+
Message?: string | undefined;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* <p>The request id associated with the call responsible for the exception.</p>
|
|
1312
1312
|
* @public
|
|
1313
1313
|
*/
|
|
1314
|
-
RequestId?: string;
|
|
1314
|
+
RequestId?: string | undefined;
|
|
1315
1315
|
/**
|
|
1316
1316
|
* @internal
|
|
1317
1317
|
*/
|
|
@@ -1324,13 +1324,13 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
1324
1324
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
1325
1325
|
readonly name: "ResourceLimitExceededException";
|
|
1326
1326
|
readonly $fault: "client";
|
|
1327
|
-
Code?: ErrorCode;
|
|
1328
|
-
Message?: string;
|
|
1327
|
+
Code?: ErrorCode | undefined;
|
|
1328
|
+
Message?: string | undefined;
|
|
1329
1329
|
/**
|
|
1330
1330
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1331
1331
|
* @public
|
|
1332
1332
|
*/
|
|
1333
|
-
RequestId?: string;
|
|
1333
|
+
RequestId?: string | undefined;
|
|
1334
1334
|
/**
|
|
1335
1335
|
* @internal
|
|
1336
1336
|
*/
|
|
@@ -1343,13 +1343,13 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
1343
1343
|
export declare class ServiceFailureException extends __BaseException {
|
|
1344
1344
|
readonly name: "ServiceFailureException";
|
|
1345
1345
|
readonly $fault: "server";
|
|
1346
|
-
Code?: ErrorCode;
|
|
1347
|
-
Message?: string;
|
|
1346
|
+
Code?: ErrorCode | undefined;
|
|
1347
|
+
Message?: string | undefined;
|
|
1348
1348
|
/**
|
|
1349
1349
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1350
1350
|
* @public
|
|
1351
1351
|
*/
|
|
1352
|
-
RequestId?: string;
|
|
1352
|
+
RequestId?: string | undefined;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* @internal
|
|
1355
1355
|
*/
|
|
@@ -1362,13 +1362,13 @@ export declare class ServiceFailureException extends __BaseException {
|
|
|
1362
1362
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
1363
1363
|
readonly name: "ServiceUnavailableException";
|
|
1364
1364
|
readonly $fault: "server";
|
|
1365
|
-
Code?: ErrorCode;
|
|
1366
|
-
Message?: string;
|
|
1365
|
+
Code?: ErrorCode | undefined;
|
|
1366
|
+
Message?: string | undefined;
|
|
1367
1367
|
/**
|
|
1368
1368
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1369
1369
|
* @public
|
|
1370
1370
|
*/
|
|
1371
|
-
RequestId?: string;
|
|
1371
|
+
RequestId?: string | undefined;
|
|
1372
1372
|
/**
|
|
1373
1373
|
* @internal
|
|
1374
1374
|
*/
|
|
@@ -1381,13 +1381,13 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
1381
1381
|
export declare class ThrottledClientException extends __BaseException {
|
|
1382
1382
|
readonly name: "ThrottledClientException";
|
|
1383
1383
|
readonly $fault: "client";
|
|
1384
|
-
Code?: ErrorCode;
|
|
1385
|
-
Message?: string;
|
|
1384
|
+
Code?: ErrorCode | undefined;
|
|
1385
|
+
Message?: string | undefined;
|
|
1386
1386
|
/**
|
|
1387
1387
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1388
1388
|
* @public
|
|
1389
1389
|
*/
|
|
1390
|
-
RequestId?: string;
|
|
1390
|
+
RequestId?: string | undefined;
|
|
1391
1391
|
/**
|
|
1392
1392
|
* @internal
|
|
1393
1393
|
*/
|
|
@@ -1400,13 +1400,13 @@ export declare class ThrottledClientException extends __BaseException {
|
|
|
1400
1400
|
export declare class UnauthorizedClientException extends __BaseException {
|
|
1401
1401
|
readonly name: "UnauthorizedClientException";
|
|
1402
1402
|
readonly $fault: "client";
|
|
1403
|
-
Code?: ErrorCode;
|
|
1404
|
-
Message?: string;
|
|
1403
|
+
Code?: ErrorCode | undefined;
|
|
1404
|
+
Message?: string | undefined;
|
|
1405
1405
|
/**
|
|
1406
1406
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1407
1407
|
* @public
|
|
1408
1408
|
*/
|
|
1409
|
-
RequestId?: string;
|
|
1409
|
+
RequestId?: string | undefined;
|
|
1410
1410
|
/**
|
|
1411
1411
|
* @internal
|
|
1412
1412
|
*/
|
|
@@ -1524,12 +1524,12 @@ export interface CreateMediaConcatenationPipelineRequest {
|
|
|
1524
1524
|
* idempotent. Use a unique token for each media concatenation pipeline request.</p>
|
|
1525
1525
|
* @public
|
|
1526
1526
|
*/
|
|
1527
|
-
ClientRequestToken?: string;
|
|
1527
|
+
ClientRequestToken?: string | undefined;
|
|
1528
1528
|
/**
|
|
1529
1529
|
* <p>The tags associated with the media concatenation pipeline.</p>
|
|
1530
1530
|
* @public
|
|
1531
1531
|
*/
|
|
1532
|
-
Tags?: Tag[];
|
|
1532
|
+
Tags?: Tag[] | undefined;
|
|
1533
1533
|
}
|
|
1534
1534
|
/**
|
|
1535
1535
|
* <p>Concatenates audio and video data from one or more data streams.</p>
|
|
@@ -1540,37 +1540,37 @@ export interface MediaConcatenationPipeline {
|
|
|
1540
1540
|
* <p>The ID of the media pipeline being concatenated.</p>
|
|
1541
1541
|
* @public
|
|
1542
1542
|
*/
|
|
1543
|
-
MediaPipelineId?: string;
|
|
1543
|
+
MediaPipelineId?: string | undefined;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* <p>The ARN of the media pipeline that you specify in the <code>SourceConfiguration</code> object.</p>
|
|
1546
1546
|
* @public
|
|
1547
1547
|
*/
|
|
1548
|
-
MediaPipelineArn?: string;
|
|
1548
|
+
MediaPipelineArn?: string | undefined;
|
|
1549
1549
|
/**
|
|
1550
1550
|
* <p>The data sources being concatenated.</p>
|
|
1551
1551
|
* @public
|
|
1552
1552
|
*/
|
|
1553
|
-
Sources?: ConcatenationSource[];
|
|
1553
|
+
Sources?: ConcatenationSource[] | undefined;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* <p>The data sinks of the concatenation pipeline.</p>
|
|
1556
1556
|
* @public
|
|
1557
1557
|
*/
|
|
1558
|
-
Sinks?: ConcatenationSink[];
|
|
1558
|
+
Sinks?: ConcatenationSink[] | undefined;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* <p>The status of the concatenation pipeline.</p>
|
|
1561
1561
|
* @public
|
|
1562
1562
|
*/
|
|
1563
|
-
Status?: MediaPipelineStatus;
|
|
1563
|
+
Status?: MediaPipelineStatus | undefined;
|
|
1564
1564
|
/**
|
|
1565
1565
|
* <p>The time at which the concatenation pipeline was created.</p>
|
|
1566
1566
|
* @public
|
|
1567
1567
|
*/
|
|
1568
|
-
CreatedTimestamp?: Date;
|
|
1568
|
+
CreatedTimestamp?: Date | undefined;
|
|
1569
1569
|
/**
|
|
1570
1570
|
* <p>The time at which the concatenation pipeline was last updated.</p>
|
|
1571
1571
|
* @public
|
|
1572
1572
|
*/
|
|
1573
|
-
UpdatedTimestamp?: Date;
|
|
1573
|
+
UpdatedTimestamp?: Date | undefined;
|
|
1574
1574
|
}
|
|
1575
1575
|
/**
|
|
1576
1576
|
* @public
|
|
@@ -1581,7 +1581,7 @@ export interface CreateMediaConcatenationPipelineResponse {
|
|
|
1581
1581
|
* media concatenation pipeline object.</p>
|
|
1582
1582
|
* @public
|
|
1583
1583
|
*/
|
|
1584
|
-
MediaConcatenationPipeline?: MediaConcatenationPipeline;
|
|
1584
|
+
MediaConcatenationPipeline?: MediaConcatenationPipeline | undefined;
|
|
1585
1585
|
}
|
|
1586
1586
|
/**
|
|
1587
1587
|
* @public
|
|
@@ -1654,7 +1654,7 @@ export interface RecordingStreamConfiguration {
|
|
|
1654
1654
|
* <p>The ARN of the recording stream.</p>
|
|
1655
1655
|
* @public
|
|
1656
1656
|
*/
|
|
1657
|
-
StreamArn?: string;
|
|
1657
|
+
StreamArn?: string | undefined;
|
|
1658
1658
|
}
|
|
1659
1659
|
/**
|
|
1660
1660
|
* <p>A structure that contains the runtime settings for recording a Kinesis video stream.</p>
|
|
@@ -1697,7 +1697,7 @@ export interface StreamChannelDefinition {
|
|
|
1697
1697
|
* <p>The definitions of the channels in a streaming channel.</p>
|
|
1698
1698
|
* @public
|
|
1699
1699
|
*/
|
|
1700
|
-
ChannelDefinitions?: ChannelDefinition[];
|
|
1700
|
+
ChannelDefinitions?: ChannelDefinition[] | undefined;
|
|
1701
1701
|
}
|
|
1702
1702
|
/**
|
|
1703
1703
|
* <p>The configuration settings for a stream.</p>
|
|
@@ -1713,7 +1713,7 @@ export interface StreamConfiguration {
|
|
|
1713
1713
|
* <p>The unique identifier of the fragment to begin processing.</p>
|
|
1714
1714
|
* @public
|
|
1715
1715
|
*/
|
|
1716
|
-
FragmentNumber?: string;
|
|
1716
|
+
FragmentNumber?: string | undefined;
|
|
1717
1717
|
/**
|
|
1718
1718
|
* <p>The streaming channel definition in the stream configuration.</p>
|
|
1719
1719
|
* @public
|
|
@@ -1787,32 +1787,32 @@ export interface CreateMediaInsightsPipelineRequest {
|
|
|
1787
1787
|
* pipeline.</p>
|
|
1788
1788
|
* @public
|
|
1789
1789
|
*/
|
|
1790
|
-
KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
|
|
1790
|
+
KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration | undefined;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* <p>The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.</p>
|
|
1793
1793
|
* @public
|
|
1794
1794
|
*/
|
|
1795
|
-
MediaInsightsRuntimeMetadata?: Record<string, string
|
|
1795
|
+
MediaInsightsRuntimeMetadata?: Record<string, string> | undefined;
|
|
1796
1796
|
/**
|
|
1797
1797
|
* <p>The runtime configuration for the Kinesis video recording stream source.</p>
|
|
1798
1798
|
* @public
|
|
1799
1799
|
*/
|
|
1800
|
-
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
|
|
1800
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration | undefined;
|
|
1801
1801
|
/**
|
|
1802
1802
|
* <p>The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>
|
|
1803
1803
|
* @public
|
|
1804
1804
|
*/
|
|
1805
|
-
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
|
|
1805
|
+
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration | undefined;
|
|
1806
1806
|
/**
|
|
1807
1807
|
* <p>The tags assigned to the media insights pipeline.</p>
|
|
1808
1808
|
* @public
|
|
1809
1809
|
*/
|
|
1810
|
-
Tags?: Tag[];
|
|
1810
|
+
Tags?: Tag[] | undefined;
|
|
1811
1811
|
/**
|
|
1812
1812
|
* <p>The unique identifier for the media insights pipeline request.</p>
|
|
1813
1813
|
* @public
|
|
1814
1814
|
*/
|
|
1815
|
-
ClientRequestToken?: string;
|
|
1815
|
+
ClientRequestToken?: string | undefined;
|
|
1816
1816
|
}
|
|
1817
1817
|
/**
|
|
1818
1818
|
* @public
|
|
@@ -1860,12 +1860,12 @@ export interface MediaInsightsPipelineElementStatus {
|
|
|
1860
1860
|
* <p>The type of status.</p>
|
|
1861
1861
|
* @public
|
|
1862
1862
|
*/
|
|
1863
|
-
Type?: MediaInsightsPipelineConfigurationElementType;
|
|
1863
|
+
Type?: MediaInsightsPipelineConfigurationElementType | undefined;
|
|
1864
1864
|
/**
|
|
1865
1865
|
* <p>The element's status.</p>
|
|
1866
1866
|
* @public
|
|
1867
1867
|
*/
|
|
1868
|
-
Status?: MediaPipelineElementStatus;
|
|
1868
|
+
Status?: MediaPipelineElementStatus | undefined;
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|
|
1871
1871
|
* <p>A media pipeline that streams call analytics data.</p>
|
|
@@ -1876,52 +1876,52 @@ export interface MediaInsightsPipeline {
|
|
|
1876
1876
|
* <p>The ID of a media insights pipeline.</p>
|
|
1877
1877
|
* @public
|
|
1878
1878
|
*/
|
|
1879
|
-
MediaPipelineId?: string;
|
|
1879
|
+
MediaPipelineId?: string | undefined;
|
|
1880
1880
|
/**
|
|
1881
1881
|
* <p>The ARN of a media insights pipeline.</p>
|
|
1882
1882
|
* @public
|
|
1883
1883
|
*/
|
|
1884
|
-
MediaPipelineArn?: string;
|
|
1884
|
+
MediaPipelineArn?: string | undefined;
|
|
1885
1885
|
/**
|
|
1886
1886
|
* <p>The ARN of a media insight pipeline's configuration settings.</p>
|
|
1887
1887
|
* @public
|
|
1888
1888
|
*/
|
|
1889
|
-
MediaInsightsPipelineConfigurationArn?: string;
|
|
1889
|
+
MediaInsightsPipelineConfigurationArn?: string | undefined;
|
|
1890
1890
|
/**
|
|
1891
1891
|
* <p>The status of a media insights pipeline.</p>
|
|
1892
1892
|
* @public
|
|
1893
1893
|
*/
|
|
1894
|
-
Status?: MediaPipelineStatus;
|
|
1894
|
+
Status?: MediaPipelineStatus | undefined;
|
|
1895
1895
|
/**
|
|
1896
1896
|
* <p>The configuration settings for a Kinesis runtime video stream in a media insights pipeline.</p>
|
|
1897
1897
|
* @public
|
|
1898
1898
|
*/
|
|
1899
|
-
KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
|
|
1899
|
+
KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration | undefined;
|
|
1900
1900
|
/**
|
|
1901
1901
|
* <p>The runtime metadata of a media insights pipeline.</p>
|
|
1902
1902
|
* @public
|
|
1903
1903
|
*/
|
|
1904
|
-
MediaInsightsRuntimeMetadata?: Record<string, string
|
|
1904
|
+
MediaInsightsRuntimeMetadata?: Record<string, string> | undefined;
|
|
1905
1905
|
/**
|
|
1906
1906
|
* <p>The runtime configuration settings for a Kinesis recording video stream in a media insights pipeline.</p>
|
|
1907
1907
|
* @public
|
|
1908
1908
|
*/
|
|
1909
|
-
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
|
|
1909
|
+
KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration | undefined;
|
|
1910
1910
|
/**
|
|
1911
1911
|
* <p>The runtime configuration of the Amazon S3 bucket that stores recordings in a media insights pipeline.</p>
|
|
1912
1912
|
* @public
|
|
1913
1913
|
*/
|
|
1914
|
-
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
|
|
1914
|
+
S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration | undefined;
|
|
1915
1915
|
/**
|
|
1916
1916
|
* <p>The time at which the media insights pipeline was created.</p>
|
|
1917
1917
|
* @public
|
|
1918
1918
|
*/
|
|
1919
|
-
CreatedTimestamp?: Date;
|
|
1919
|
+
CreatedTimestamp?: Date | undefined;
|
|
1920
1920
|
/**
|
|
1921
1921
|
* <p>The statuses that the elements in a media insights pipeline can have during data processing.</p>
|
|
1922
1922
|
* @public
|
|
1923
1923
|
*/
|
|
1924
|
-
ElementStatuses?: MediaInsightsPipelineElementStatus[];
|
|
1924
|
+
ElementStatuses?: MediaInsightsPipelineElementStatus[] | undefined;
|
|
1925
1925
|
}
|
|
1926
1926
|
/**
|
|
1927
1927
|
* @public
|
|
@@ -1940,13 +1940,13 @@ export interface CreateMediaInsightsPipelineResponse {
|
|
|
1940
1940
|
export declare class NotFoundException extends __BaseException {
|
|
1941
1941
|
readonly name: "NotFoundException";
|
|
1942
1942
|
readonly $fault: "client";
|
|
1943
|
-
Code?: ErrorCode;
|
|
1944
|
-
Message?: string;
|
|
1943
|
+
Code?: ErrorCode | undefined;
|
|
1944
|
+
Message?: string | undefined;
|
|
1945
1945
|
/**
|
|
1946
1946
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
1947
1947
|
* @public
|
|
1948
1948
|
*/
|
|
1949
|
-
RequestId?: string;
|
|
1949
|
+
RequestId?: string | undefined;
|
|
1950
1950
|
/**
|
|
1951
1951
|
* @internal
|
|
1952
1952
|
*/
|
|
@@ -1961,7 +1961,7 @@ export interface KinesisDataStreamSinkConfiguration {
|
|
|
1961
1961
|
* <p>The ARN of the sink.</p>
|
|
1962
1962
|
* @public
|
|
1963
1963
|
*/
|
|
1964
|
-
InsightsTarget?: string;
|
|
1964
|
+
InsightsTarget?: string | undefined;
|
|
1965
1965
|
}
|
|
1966
1966
|
/**
|
|
1967
1967
|
* <p>A structure that contains the configuration settings for an AWS Lambda function's data sink.</p>
|
|
@@ -1972,7 +1972,7 @@ export interface LambdaFunctionSinkConfiguration {
|
|
|
1972
1972
|
* <p>The ARN of the sink.</p>
|
|
1973
1973
|
* @public
|
|
1974
1974
|
*/
|
|
1975
|
-
InsightsTarget?: string;
|
|
1975
|
+
InsightsTarget?: string | undefined;
|
|
1976
1976
|
}
|
|
1977
1977
|
/**
|
|
1978
1978
|
* <p>The structure that holds the settings for transmitting media to the Amazon S3 bucket. These values are used as defaults if <code>S3RecordingSinkRuntimeConfiguration</code> is not specified.</p>
|
|
@@ -1983,12 +1983,12 @@ export interface S3RecordingSinkConfiguration {
|
|
|
1983
1983
|
* <p>The default URI of the Amazon S3 bucket used as the recording sink.</p>
|
|
1984
1984
|
* @public
|
|
1985
1985
|
*/
|
|
1986
|
-
Destination?: string;
|
|
1986
|
+
Destination?: string | undefined;
|
|
1987
1987
|
/**
|
|
1988
1988
|
* <p>The default file format for the media files sent to the Amazon S3 bucket.</p>
|
|
1989
1989
|
* @public
|
|
1990
1990
|
*/
|
|
1991
|
-
RecordingFileFormat?: RecordingFileFormat;
|
|
1991
|
+
RecordingFileFormat?: RecordingFileFormat | undefined;
|
|
1992
1992
|
}
|
|
1993
1993
|
/**
|
|
1994
1994
|
* <p>The configuration settings for the SNS topic sink.</p>
|
|
@@ -1999,7 +1999,7 @@ export interface SnsTopicSinkConfiguration {
|
|
|
1999
1999
|
* <p>The ARN of the SNS sink.</p>
|
|
2000
2000
|
* @public
|
|
2001
2001
|
*/
|
|
2002
|
-
InsightsTarget?: string;
|
|
2002
|
+
InsightsTarget?: string | undefined;
|
|
2003
2003
|
}
|
|
2004
2004
|
/**
|
|
2005
2005
|
* <p>The configuration settings for the SQS sink.</p>
|
|
@@ -2010,7 +2010,7 @@ export interface SqsQueueSinkConfiguration {
|
|
|
2010
2010
|
* <p>The ARN of the SQS sink.</p>
|
|
2011
2011
|
* @public
|
|
2012
2012
|
*/
|
|
2013
|
-
InsightsTarget?: string;
|
|
2013
|
+
InsightsTarget?: string | undefined;
|
|
2014
2014
|
}
|
|
2015
2015
|
/**
|
|
2016
2016
|
* @public
|
|
@@ -2033,12 +2033,12 @@ export interface VoiceAnalyticsProcessorConfiguration {
|
|
|
2033
2033
|
* <p>The status of the speaker search task.</p>
|
|
2034
2034
|
* @public
|
|
2035
2035
|
*/
|
|
2036
|
-
SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus;
|
|
2036
|
+
SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus | undefined;
|
|
2037
2037
|
/**
|
|
2038
2038
|
* <p>The status of the voice tone analysis task.</p>
|
|
2039
2039
|
* @public
|
|
2040
2040
|
*/
|
|
2041
|
-
VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus;
|
|
2041
|
+
VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus | undefined;
|
|
2042
2042
|
}
|
|
2043
2043
|
/**
|
|
2044
2044
|
* <p>A static structure that contains the configuration data for a <code>VoiceEnhancementSinkConfiguration</code> element.</p>
|
|
@@ -2049,7 +2049,7 @@ export interface VoiceEnhancementSinkConfiguration {
|
|
|
2049
2049
|
* <p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>
|
|
2050
2050
|
* @public
|
|
2051
2051
|
*/
|
|
2052
|
-
Disabled?: boolean;
|
|
2052
|
+
Disabled?: boolean | undefined;
|
|
2053
2053
|
}
|
|
2054
2054
|
/**
|
|
2055
2055
|
* <p>An element in a media insights pipeline configuration.</p>
|
|
@@ -2065,48 +2065,48 @@ export interface MediaInsightsPipelineConfigurationElement {
|
|
|
2065
2065
|
* <p>The analytics configuration settings for transcribing audio in a media insights pipeline configuration element.</p>
|
|
2066
2066
|
* @public
|
|
2067
2067
|
*/
|
|
2068
|
-
AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration;
|
|
2068
|
+
AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration | undefined;
|
|
2069
2069
|
/**
|
|
2070
2070
|
* <p>The transcription processor configuration settings in a media insights pipeline
|
|
2071
2071
|
* configuration element.</p>
|
|
2072
2072
|
* @public
|
|
2073
2073
|
*/
|
|
2074
|
-
AmazonTranscribeProcessorConfiguration?: AmazonTranscribeProcessorConfiguration;
|
|
2074
|
+
AmazonTranscribeProcessorConfiguration?: AmazonTranscribeProcessorConfiguration | undefined;
|
|
2075
2075
|
/**
|
|
2076
2076
|
* <p>The configuration settings for the Kinesis Data Stream Sink in a media insights pipeline configuration element.</p>
|
|
2077
2077
|
* @public
|
|
2078
2078
|
*/
|
|
2079
|
-
KinesisDataStreamSinkConfiguration?: KinesisDataStreamSinkConfiguration;
|
|
2079
|
+
KinesisDataStreamSinkConfiguration?: KinesisDataStreamSinkConfiguration | undefined;
|
|
2080
2080
|
/**
|
|
2081
2081
|
* <p>The configuration settings for the Amazon S3 recording bucket in a media insights pipeline configuration element.</p>
|
|
2082
2082
|
* @public
|
|
2083
2083
|
*/
|
|
2084
|
-
S3RecordingSinkConfiguration?: S3RecordingSinkConfiguration;
|
|
2084
|
+
S3RecordingSinkConfiguration?: S3RecordingSinkConfiguration | undefined;
|
|
2085
2085
|
/**
|
|
2086
2086
|
* <p>The voice analytics configuration settings in a media insights pipeline configuration element.</p>
|
|
2087
2087
|
* @public
|
|
2088
2088
|
*/
|
|
2089
|
-
VoiceAnalyticsProcessorConfiguration?: VoiceAnalyticsProcessorConfiguration;
|
|
2089
|
+
VoiceAnalyticsProcessorConfiguration?: VoiceAnalyticsProcessorConfiguration | undefined;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* <p>The configuration settings for the Amazon Web Services Lambda sink in a media insights pipeline configuration element.</p>
|
|
2092
2092
|
* @public
|
|
2093
2093
|
*/
|
|
2094
|
-
LambdaFunctionSinkConfiguration?: LambdaFunctionSinkConfiguration;
|
|
2094
|
+
LambdaFunctionSinkConfiguration?: LambdaFunctionSinkConfiguration | undefined;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* <p>The configuration settings for an SQS queue sink in a media insights pipeline configuration element.</p>
|
|
2097
2097
|
* @public
|
|
2098
2098
|
*/
|
|
2099
|
-
SqsQueueSinkConfiguration?: SqsQueueSinkConfiguration;
|
|
2099
|
+
SqsQueueSinkConfiguration?: SqsQueueSinkConfiguration | undefined;
|
|
2100
2100
|
/**
|
|
2101
2101
|
* <p>The configuration settings for an SNS topic sink in a media insights pipeline configuration element.</p>
|
|
2102
2102
|
* @public
|
|
2103
2103
|
*/
|
|
2104
|
-
SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration;
|
|
2104
|
+
SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration | undefined;
|
|
2105
2105
|
/**
|
|
2106
2106
|
* <p>The configuration settings for voice enhancement sink in a media insights pipeline configuration element.</p>
|
|
2107
2107
|
* @public
|
|
2108
2108
|
*/
|
|
2109
|
-
VoiceEnhancementSinkConfiguration?: VoiceEnhancementSinkConfiguration;
|
|
2109
|
+
VoiceEnhancementSinkConfiguration?: VoiceEnhancementSinkConfiguration | undefined;
|
|
2110
2110
|
}
|
|
2111
2111
|
/**
|
|
2112
2112
|
* <p>A structure that contains the configuration settings for an issue detection task.</p>
|
|
@@ -2139,7 +2139,7 @@ export interface KeywordMatchConfiguration {
|
|
|
2139
2139
|
* the specified keywords or phrases are absent. Default: <code>FALSE</code>.</p>
|
|
2140
2140
|
* @public
|
|
2141
2141
|
*/
|
|
2142
|
-
Negate?: boolean;
|
|
2142
|
+
Negate?: boolean | undefined;
|
|
2143
2143
|
}
|
|
2144
2144
|
/**
|
|
2145
2145
|
* @public
|
|
@@ -2200,17 +2200,17 @@ export interface RealTimeAlertRule {
|
|
|
2200
2200
|
* <p>Specifies the settings for matching the keywords in a real-time alert rule.</p>
|
|
2201
2201
|
* @public
|
|
2202
2202
|
*/
|
|
2203
|
-
KeywordMatchConfiguration?: KeywordMatchConfiguration;
|
|
2203
|
+
KeywordMatchConfiguration?: KeywordMatchConfiguration | undefined;
|
|
2204
2204
|
/**
|
|
2205
2205
|
* <p>Specifies the settings for predicting sentiment in a real-time alert rule.</p>
|
|
2206
2206
|
* @public
|
|
2207
2207
|
*/
|
|
2208
|
-
SentimentConfiguration?: SentimentConfiguration;
|
|
2208
|
+
SentimentConfiguration?: SentimentConfiguration | undefined;
|
|
2209
2209
|
/**
|
|
2210
2210
|
* <p>Specifies the issue detection settings for a real-time alert rule.</p>
|
|
2211
2211
|
* @public
|
|
2212
2212
|
*/
|
|
2213
|
-
IssueDetectionConfiguration?: IssueDetectionConfiguration;
|
|
2213
|
+
IssueDetectionConfiguration?: IssueDetectionConfiguration | undefined;
|
|
2214
2214
|
}
|
|
2215
2215
|
/**
|
|
2216
2216
|
* <p>A structure that contains the configuration settings for real-time alerts.</p>
|
|
@@ -2221,12 +2221,12 @@ export interface RealTimeAlertConfiguration {
|
|
|
2221
2221
|
* <p>Turns off real-time alerts.</p>
|
|
2222
2222
|
* @public
|
|
2223
2223
|
*/
|
|
2224
|
-
Disabled?: boolean;
|
|
2224
|
+
Disabled?: boolean | undefined;
|
|
2225
2225
|
/**
|
|
2226
2226
|
* <p>The rules in the alert. Rules specify the words or phrases that you want to be notified about.</p>
|
|
2227
2227
|
* @public
|
|
2228
2228
|
*/
|
|
2229
|
-
Rules?: RealTimeAlertRule[];
|
|
2229
|
+
Rules?: RealTimeAlertRule[] | undefined;
|
|
2230
2230
|
}
|
|
2231
2231
|
/**
|
|
2232
2232
|
* @public
|
|
@@ -2248,7 +2248,7 @@ export interface CreateMediaInsightsPipelineConfigurationRequest {
|
|
|
2248
2248
|
* <p>The configuration settings for the real-time alerts in a media insights pipeline configuration.</p>
|
|
2249
2249
|
* @public
|
|
2250
2250
|
*/
|
|
2251
|
-
RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
|
|
2251
|
+
RealTimeAlertConfiguration?: RealTimeAlertConfiguration | undefined;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* <p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream.</p>
|
|
2254
2254
|
* @public
|
|
@@ -2258,12 +2258,12 @@ export interface CreateMediaInsightsPipelineConfigurationRequest {
|
|
|
2258
2258
|
* <p>The tags assigned to the media insights pipeline configuration.</p>
|
|
2259
2259
|
* @public
|
|
2260
2260
|
*/
|
|
2261
|
-
Tags?: Tag[];
|
|
2261
|
+
Tags?: Tag[] | undefined;
|
|
2262
2262
|
/**
|
|
2263
2263
|
* <p>The unique identifier for the media insights pipeline configuration request.</p>
|
|
2264
2264
|
* @public
|
|
2265
2265
|
*/
|
|
2266
|
-
ClientRequestToken?: string;
|
|
2266
|
+
ClientRequestToken?: string | undefined;
|
|
2267
2267
|
}
|
|
2268
2268
|
/**
|
|
2269
2269
|
* <p>A structure that contains the configuration settings for a media insights pipeline.</p>
|
|
@@ -2274,42 +2274,42 @@ export interface MediaInsightsPipelineConfiguration {
|
|
|
2274
2274
|
* <p>The name of the configuration.</p>
|
|
2275
2275
|
* @public
|
|
2276
2276
|
*/
|
|
2277
|
-
MediaInsightsPipelineConfigurationName?: string;
|
|
2277
|
+
MediaInsightsPipelineConfigurationName?: string | undefined;
|
|
2278
2278
|
/**
|
|
2279
2279
|
* <p>The ARN of the configuration.</p>
|
|
2280
2280
|
* @public
|
|
2281
2281
|
*/
|
|
2282
|
-
MediaInsightsPipelineConfigurationArn?: string;
|
|
2282
|
+
MediaInsightsPipelineConfigurationArn?: string | undefined;
|
|
2283
2283
|
/**
|
|
2284
2284
|
* <p>The ARN of the role used by the service to access Amazon Web Services resources.</p>
|
|
2285
2285
|
* @public
|
|
2286
2286
|
*/
|
|
2287
|
-
ResourceAccessRoleArn?: string;
|
|
2287
|
+
ResourceAccessRoleArn?: string | undefined;
|
|
2288
2288
|
/**
|
|
2289
2289
|
* <p>Lists the rules that trigger a real-time alert.</p>
|
|
2290
2290
|
* @public
|
|
2291
2291
|
*/
|
|
2292
|
-
RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
|
|
2292
|
+
RealTimeAlertConfiguration?: RealTimeAlertConfiguration | undefined;
|
|
2293
2293
|
/**
|
|
2294
2294
|
* <p>The elements in the configuration.</p>
|
|
2295
2295
|
* @public
|
|
2296
2296
|
*/
|
|
2297
|
-
Elements?: MediaInsightsPipelineConfigurationElement[];
|
|
2297
|
+
Elements?: MediaInsightsPipelineConfigurationElement[] | undefined;
|
|
2298
2298
|
/**
|
|
2299
2299
|
* <p>The ID of the configuration.</p>
|
|
2300
2300
|
* @public
|
|
2301
2301
|
*/
|
|
2302
|
-
MediaInsightsPipelineConfigurationId?: string;
|
|
2302
|
+
MediaInsightsPipelineConfigurationId?: string | undefined;
|
|
2303
2303
|
/**
|
|
2304
2304
|
* <p>The time at which the configuration was created.</p>
|
|
2305
2305
|
* @public
|
|
2306
2306
|
*/
|
|
2307
|
-
CreatedTimestamp?: Date;
|
|
2307
|
+
CreatedTimestamp?: Date | undefined;
|
|
2308
2308
|
/**
|
|
2309
2309
|
* <p>The time at which the configuration was last updated.</p>
|
|
2310
2310
|
* @public
|
|
2311
2311
|
*/
|
|
2312
|
-
UpdatedTimestamp?: Date;
|
|
2312
|
+
UpdatedTimestamp?: Date | undefined;
|
|
2313
2313
|
}
|
|
2314
2314
|
/**
|
|
2315
2315
|
* @public
|
|
@@ -2319,7 +2319,7 @@ export interface CreateMediaInsightsPipelineConfigurationResponse {
|
|
|
2319
2319
|
* <p>The configuration settings for the media insights pipeline.</p>
|
|
2320
2320
|
* @public
|
|
2321
2321
|
*/
|
|
2322
|
-
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
|
|
2322
|
+
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration | undefined;
|
|
2323
2323
|
}
|
|
2324
2324
|
/**
|
|
2325
2325
|
* <p>The media pipeline's RTMP configuration object.</p>
|
|
@@ -2335,12 +2335,12 @@ export interface LiveConnectorRTMPConfiguration {
|
|
|
2335
2335
|
* <p>The audio channels set for the RTMP configuration</p>
|
|
2336
2336
|
* @public
|
|
2337
2337
|
*/
|
|
2338
|
-
AudioChannels?: AudioChannelsOption;
|
|
2338
|
+
AudioChannels?: AudioChannelsOption | undefined;
|
|
2339
2339
|
/**
|
|
2340
2340
|
* <p>The audio sample rate set for the RTMP configuration. Default: 48000.</p>
|
|
2341
2341
|
* @public
|
|
2342
2342
|
*/
|
|
2343
|
-
AudioSampleRate?: string;
|
|
2343
|
+
AudioSampleRate?: string | undefined;
|
|
2344
2344
|
}
|
|
2345
2345
|
/**
|
|
2346
2346
|
* @public
|
|
@@ -2400,12 +2400,12 @@ export interface ChimeSdkMeetingLiveConnectorConfiguration {
|
|
|
2400
2400
|
* <p>The media pipeline's composited video.</p>
|
|
2401
2401
|
* @public
|
|
2402
2402
|
*/
|
|
2403
|
-
CompositedVideo?: CompositedVideoArtifactsConfiguration;
|
|
2403
|
+
CompositedVideo?: CompositedVideoArtifactsConfiguration | undefined;
|
|
2404
2404
|
/**
|
|
2405
2405
|
* <p>The source configuration settings of the media pipeline's configuration object.</p>
|
|
2406
2406
|
* @public
|
|
2407
2407
|
*/
|
|
2408
|
-
SourceConfiguration?: SourceConfiguration;
|
|
2408
|
+
SourceConfiguration?: SourceConfiguration | undefined;
|
|
2409
2409
|
}
|
|
2410
2410
|
/**
|
|
2411
2411
|
* @public
|
|
@@ -2452,12 +2452,12 @@ export interface CreateMediaLiveConnectorPipelineRequest {
|
|
|
2452
2452
|
* <p>The token assigned to the client making the request.</p>
|
|
2453
2453
|
* @public
|
|
2454
2454
|
*/
|
|
2455
|
-
ClientRequestToken?: string;
|
|
2455
|
+
ClientRequestToken?: string | undefined;
|
|
2456
2456
|
/**
|
|
2457
2457
|
* <p>The tags associated with the media live connector pipeline.</p>
|
|
2458
2458
|
* @public
|
|
2459
2459
|
*/
|
|
2460
|
-
Tags?: Tag[];
|
|
2460
|
+
Tags?: Tag[] | undefined;
|
|
2461
2461
|
}
|
|
2462
2462
|
/**
|
|
2463
2463
|
* <p>The connector pipeline.</p>
|
|
@@ -2468,37 +2468,37 @@ export interface MediaLiveConnectorPipeline {
|
|
|
2468
2468
|
* <p>The connector pipeline's data sources.</p>
|
|
2469
2469
|
* @public
|
|
2470
2470
|
*/
|
|
2471
|
-
Sources?: LiveConnectorSourceConfiguration[];
|
|
2471
|
+
Sources?: LiveConnectorSourceConfiguration[] | undefined;
|
|
2472
2472
|
/**
|
|
2473
2473
|
* <p>The connector pipeline's data sinks.</p>
|
|
2474
2474
|
* @public
|
|
2475
2475
|
*/
|
|
2476
|
-
Sinks?: LiveConnectorSinkConfiguration[];
|
|
2476
|
+
Sinks?: LiveConnectorSinkConfiguration[] | undefined;
|
|
2477
2477
|
/**
|
|
2478
2478
|
* <p>The connector pipeline's ID.</p>
|
|
2479
2479
|
* @public
|
|
2480
2480
|
*/
|
|
2481
|
-
MediaPipelineId?: string;
|
|
2481
|
+
MediaPipelineId?: string | undefined;
|
|
2482
2482
|
/**
|
|
2483
2483
|
* <p>The connector pipeline's ARN.</p>
|
|
2484
2484
|
* @public
|
|
2485
2485
|
*/
|
|
2486
|
-
MediaPipelineArn?: string;
|
|
2486
|
+
MediaPipelineArn?: string | undefined;
|
|
2487
2487
|
/**
|
|
2488
2488
|
* <p>The connector pipeline's status.</p>
|
|
2489
2489
|
* @public
|
|
2490
2490
|
*/
|
|
2491
|
-
Status?: MediaPipelineStatus;
|
|
2491
|
+
Status?: MediaPipelineStatus | undefined;
|
|
2492
2492
|
/**
|
|
2493
2493
|
* <p>The time at which the connector pipeline was created.</p>
|
|
2494
2494
|
* @public
|
|
2495
2495
|
*/
|
|
2496
|
-
CreatedTimestamp?: Date;
|
|
2496
|
+
CreatedTimestamp?: Date | undefined;
|
|
2497
2497
|
/**
|
|
2498
2498
|
* <p>The time at which the connector pipeline was last updated.</p>
|
|
2499
2499
|
* @public
|
|
2500
2500
|
*/
|
|
2501
|
-
UpdatedTimestamp?: Date;
|
|
2501
|
+
UpdatedTimestamp?: Date | undefined;
|
|
2502
2502
|
}
|
|
2503
2503
|
/**
|
|
2504
2504
|
* @public
|
|
@@ -2508,7 +2508,7 @@ export interface CreateMediaLiveConnectorPipelineResponse {
|
|
|
2508
2508
|
* <p>The new media live connector pipeline.</p>
|
|
2509
2509
|
* @public
|
|
2510
2510
|
*/
|
|
2511
|
-
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
|
|
2511
|
+
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline | undefined;
|
|
2512
2512
|
}
|
|
2513
2513
|
/**
|
|
2514
2514
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
@@ -2518,13 +2518,13 @@ export interface CreateMediaLiveConnectorPipelineResponse {
|
|
|
2518
2518
|
export declare class ConflictException extends __BaseException {
|
|
2519
2519
|
readonly name: "ConflictException";
|
|
2520
2520
|
readonly $fault: "client";
|
|
2521
|
-
Code?: ErrorCode;
|
|
2522
|
-
Message?: string;
|
|
2521
|
+
Code?: ErrorCode | undefined;
|
|
2522
|
+
Message?: string | undefined;
|
|
2523
2523
|
/**
|
|
2524
2524
|
* <p>The request ID associated with the call responsible for the exception.</p>
|
|
2525
2525
|
* @public
|
|
2526
2526
|
*/
|
|
2527
|
-
RequestId?: string;
|
|
2527
|
+
RequestId?: string | undefined;
|
|
2528
2528
|
/**
|
|
2529
2529
|
* @internal
|
|
2530
2530
|
*/
|
|
@@ -2558,7 +2558,7 @@ export interface KinesisVideoStreamConfiguration {
|
|
|
2558
2558
|
* <p>The amount of time that data is retained.</p>
|
|
2559
2559
|
* @public
|
|
2560
2560
|
*/
|
|
2561
|
-
DataRetentionInHours?: number;
|
|
2561
|
+
DataRetentionInHours?: number | undefined;
|
|
2562
2562
|
}
|
|
2563
2563
|
/**
|
|
2564
2564
|
* @public
|
|
@@ -2578,12 +2578,12 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
|
2578
2578
|
* <p>The token assigned to the client making the request.</p>
|
|
2579
2579
|
* @public
|
|
2580
2580
|
*/
|
|
2581
|
-
ClientRequestToken?: string;
|
|
2581
|
+
ClientRequestToken?: string | undefined;
|
|
2582
2582
|
/**
|
|
2583
2583
|
* <p>The tags assigned to the stream pool.</p>
|
|
2584
2584
|
* @public
|
|
2585
2585
|
*/
|
|
2586
|
-
Tags?: Tag[];
|
|
2586
|
+
Tags?: Tag[] | undefined;
|
|
2587
2587
|
}
|
|
2588
2588
|
/**
|
|
2589
2589
|
* @public
|
|
@@ -2609,42 +2609,42 @@ export interface KinesisVideoStreamPoolConfiguration {
|
|
|
2609
2609
|
* <p>The ARN of the video stream pool configuration.</p>
|
|
2610
2610
|
* @public
|
|
2611
2611
|
*/
|
|
2612
|
-
PoolArn?: string;
|
|
2612
|
+
PoolArn?: string | undefined;
|
|
2613
2613
|
/**
|
|
2614
2614
|
* <p>The name of the video stream pool configuration.</p>
|
|
2615
2615
|
* @public
|
|
2616
2616
|
*/
|
|
2617
|
-
PoolName?: string;
|
|
2617
|
+
PoolName?: string | undefined;
|
|
2618
2618
|
/**
|
|
2619
2619
|
* <p>The ID of the video stream pool in the configuration.</p>
|
|
2620
2620
|
* @public
|
|
2621
2621
|
*/
|
|
2622
|
-
PoolId?: string;
|
|
2622
|
+
PoolId?: string | undefined;
|
|
2623
2623
|
/**
|
|
2624
2624
|
* <p>The status of the video stream pool in the configuration. </p>
|
|
2625
2625
|
* @public
|
|
2626
2626
|
*/
|
|
2627
|
-
PoolStatus?: KinesisVideoStreamPoolStatus;
|
|
2627
|
+
PoolStatus?: KinesisVideoStreamPoolStatus | undefined;
|
|
2628
2628
|
/**
|
|
2629
2629
|
* <p>The size of the video stream pool in the configuration.</p>
|
|
2630
2630
|
* @public
|
|
2631
2631
|
*/
|
|
2632
|
-
PoolSize?: number;
|
|
2632
|
+
PoolSize?: number | undefined;
|
|
2633
2633
|
/**
|
|
2634
2634
|
* <p>The Kinesis video stream pool configuration object.</p>
|
|
2635
2635
|
* @public
|
|
2636
2636
|
*/
|
|
2637
|
-
StreamConfiguration?: KinesisVideoStreamConfiguration;
|
|
2637
|
+
StreamConfiguration?: KinesisVideoStreamConfiguration | undefined;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* <p>The time at which the configuration was created.</p>
|
|
2640
2640
|
* @public
|
|
2641
2641
|
*/
|
|
2642
|
-
CreatedTimestamp?: Date;
|
|
2642
|
+
CreatedTimestamp?: Date | undefined;
|
|
2643
2643
|
/**
|
|
2644
2644
|
* <p>The time at which the configuration was updated.</p>
|
|
2645
2645
|
* @public
|
|
2646
2646
|
*/
|
|
2647
|
-
UpdatedTimestamp?: Date;
|
|
2647
|
+
UpdatedTimestamp?: Date | undefined;
|
|
2648
2648
|
}
|
|
2649
2649
|
/**
|
|
2650
2650
|
* @public
|
|
@@ -2657,7 +2657,7 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
|
|
|
2657
2657
|
* </note>
|
|
2658
2658
|
* @public
|
|
2659
2659
|
*/
|
|
2660
|
-
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
|
|
2660
|
+
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration | undefined;
|
|
2661
2661
|
}
|
|
2662
2662
|
/**
|
|
2663
2663
|
* @public
|
|
@@ -2742,12 +2742,12 @@ export interface CreateMediaStreamPipelineRequest {
|
|
|
2742
2742
|
* <p>The token assigned to the client making the request.</p>
|
|
2743
2743
|
* @public
|
|
2744
2744
|
*/
|
|
2745
|
-
ClientRequestToken?: string;
|
|
2745
|
+
ClientRequestToken?: string | undefined;
|
|
2746
2746
|
/**
|
|
2747
2747
|
* <p>The tags assigned to the media pipeline.</p>
|
|
2748
2748
|
* @public
|
|
2749
2749
|
*/
|
|
2750
|
-
Tags?: Tag[];
|
|
2750
|
+
Tags?: Tag[] | undefined;
|
|
2751
2751
|
}
|
|
2752
2752
|
/**
|
|
2753
2753
|
* <p>Structure that contains the settings for a media stream pipeline.</p>
|
|
@@ -2758,37 +2758,37 @@ export interface MediaStreamPipeline {
|
|
|
2758
2758
|
* <p>The ID of the media stream pipeline</p>
|
|
2759
2759
|
* @public
|
|
2760
2760
|
*/
|
|
2761
|
-
MediaPipelineId?: string;
|
|
2761
|
+
MediaPipelineId?: string | undefined;
|
|
2762
2762
|
/**
|
|
2763
2763
|
* <p>The ARN of the media stream pipeline.</p>
|
|
2764
2764
|
* @public
|
|
2765
2765
|
*/
|
|
2766
|
-
MediaPipelineArn?: string;
|
|
2766
|
+
MediaPipelineArn?: string | undefined;
|
|
2767
2767
|
/**
|
|
2768
2768
|
* <p>The time at which the media stream pipeline was created.</p>
|
|
2769
2769
|
* @public
|
|
2770
2770
|
*/
|
|
2771
|
-
CreatedTimestamp?: Date;
|
|
2771
|
+
CreatedTimestamp?: Date | undefined;
|
|
2772
2772
|
/**
|
|
2773
2773
|
* <p>The time at which the media stream pipeline was updated.</p>
|
|
2774
2774
|
* @public
|
|
2775
2775
|
*/
|
|
2776
|
-
UpdatedTimestamp?: Date;
|
|
2776
|
+
UpdatedTimestamp?: Date | undefined;
|
|
2777
2777
|
/**
|
|
2778
2778
|
* <p>The status of the media stream pipeline.</p>
|
|
2779
2779
|
* @public
|
|
2780
2780
|
*/
|
|
2781
|
-
Status?: MediaPipelineStatus;
|
|
2781
|
+
Status?: MediaPipelineStatus | undefined;
|
|
2782
2782
|
/**
|
|
2783
2783
|
* <p>The media stream pipeline's data sources.</p>
|
|
2784
2784
|
* @public
|
|
2785
2785
|
*/
|
|
2786
|
-
Sources?: MediaStreamSource[];
|
|
2786
|
+
Sources?: MediaStreamSource[] | undefined;
|
|
2787
2787
|
/**
|
|
2788
2788
|
* <p>The media stream pipeline's data sinks.</p>
|
|
2789
2789
|
* @public
|
|
2790
2790
|
*/
|
|
2791
|
-
Sinks?: MediaStreamSink[];
|
|
2791
|
+
Sinks?: MediaStreamSink[] | undefined;
|
|
2792
2792
|
}
|
|
2793
2793
|
/**
|
|
2794
2794
|
* @public
|
|
@@ -2798,7 +2798,7 @@ export interface CreateMediaStreamPipelineResponse {
|
|
|
2798
2798
|
* <p>The requested media pipeline.</p>
|
|
2799
2799
|
* @public
|
|
2800
2800
|
*/
|
|
2801
|
-
MediaStreamPipeline?: MediaStreamPipeline;
|
|
2801
|
+
MediaStreamPipeline?: MediaStreamPipeline | undefined;
|
|
2802
2802
|
}
|
|
2803
2803
|
/**
|
|
2804
2804
|
* @public
|
|
@@ -2858,7 +2858,7 @@ export interface GetMediaCapturePipelineResponse {
|
|
|
2858
2858
|
* <p>The media pipeline object.</p>
|
|
2859
2859
|
* @public
|
|
2860
2860
|
*/
|
|
2861
|
-
MediaCapturePipeline?: MediaCapturePipeline;
|
|
2861
|
+
MediaCapturePipeline?: MediaCapturePipeline | undefined;
|
|
2862
2862
|
}
|
|
2863
2863
|
/**
|
|
2864
2864
|
* @public
|
|
@@ -2878,7 +2878,7 @@ export interface GetMediaInsightsPipelineConfigurationResponse {
|
|
|
2878
2878
|
* <p>The requested media insights pipeline configuration.</p>
|
|
2879
2879
|
* @public
|
|
2880
2880
|
*/
|
|
2881
|
-
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
|
|
2881
|
+
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration | undefined;
|
|
2882
2882
|
}
|
|
2883
2883
|
/**
|
|
2884
2884
|
* @public
|
|
@@ -2899,27 +2899,27 @@ export interface MediaPipeline {
|
|
|
2899
2899
|
* <p>A pipeline that enables users to capture audio and video.</p>
|
|
2900
2900
|
* @public
|
|
2901
2901
|
*/
|
|
2902
|
-
MediaCapturePipeline?: MediaCapturePipeline;
|
|
2902
|
+
MediaCapturePipeline?: MediaCapturePipeline | undefined;
|
|
2903
2903
|
/**
|
|
2904
2904
|
* <p>The connector pipeline of the media pipeline.</p>
|
|
2905
2905
|
* @public
|
|
2906
2906
|
*/
|
|
2907
|
-
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
|
|
2907
|
+
MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline | undefined;
|
|
2908
2908
|
/**
|
|
2909
2909
|
* <p>The media concatenation pipeline in a media pipeline.</p>
|
|
2910
2910
|
* @public
|
|
2911
2911
|
*/
|
|
2912
|
-
MediaConcatenationPipeline?: MediaConcatenationPipeline;
|
|
2912
|
+
MediaConcatenationPipeline?: MediaConcatenationPipeline | undefined;
|
|
2913
2913
|
/**
|
|
2914
2914
|
* <p>The media insights pipeline of a media pipeline.</p>
|
|
2915
2915
|
* @public
|
|
2916
2916
|
*/
|
|
2917
|
-
MediaInsightsPipeline?: MediaInsightsPipeline;
|
|
2917
|
+
MediaInsightsPipeline?: MediaInsightsPipeline | undefined;
|
|
2918
2918
|
/**
|
|
2919
2919
|
* <p>Designates a media pipeline as a media stream pipeline.</p>
|
|
2920
2920
|
* @public
|
|
2921
2921
|
*/
|
|
2922
|
-
MediaStreamPipeline?: MediaStreamPipeline;
|
|
2922
|
+
MediaStreamPipeline?: MediaStreamPipeline | undefined;
|
|
2923
2923
|
}
|
|
2924
2924
|
/**
|
|
2925
2925
|
* @public
|
|
@@ -2929,7 +2929,7 @@ export interface GetMediaPipelineResponse {
|
|
|
2929
2929
|
* <p>The media pipeline object.</p>
|
|
2930
2930
|
* @public
|
|
2931
2931
|
*/
|
|
2932
|
-
MediaPipeline?: MediaPipeline;
|
|
2932
|
+
MediaPipeline?: MediaPipeline | undefined;
|
|
2933
2933
|
}
|
|
2934
2934
|
/**
|
|
2935
2935
|
* @public
|
|
@@ -2949,7 +2949,7 @@ export interface GetMediaPipelineKinesisVideoStreamPoolResponse {
|
|
|
2949
2949
|
* <p>The video stream pool configuration object.</p>
|
|
2950
2950
|
* @public
|
|
2951
2951
|
*/
|
|
2952
|
-
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
|
|
2952
|
+
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration | undefined;
|
|
2953
2953
|
}
|
|
2954
2954
|
/**
|
|
2955
2955
|
* @public
|
|
@@ -2992,22 +2992,22 @@ export interface SpeakerSearchTask {
|
|
|
2992
2992
|
* <p>The speaker search task ID.</p>
|
|
2993
2993
|
* @public
|
|
2994
2994
|
*/
|
|
2995
|
-
SpeakerSearchTaskId?: string;
|
|
2995
|
+
SpeakerSearchTaskId?: string | undefined;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* <p>The status of the speaker search task.</p>
|
|
2998
2998
|
* @public
|
|
2999
2999
|
*/
|
|
3000
|
-
SpeakerSearchTaskStatus?: MediaPipelineTaskStatus;
|
|
3000
|
+
SpeakerSearchTaskStatus?: MediaPipelineTaskStatus | undefined;
|
|
3001
3001
|
/**
|
|
3002
3002
|
* <p>The time at which a speaker search task was created.</p>
|
|
3003
3003
|
* @public
|
|
3004
3004
|
*/
|
|
3005
|
-
CreatedTimestamp?: Date;
|
|
3005
|
+
CreatedTimestamp?: Date | undefined;
|
|
3006
3006
|
/**
|
|
3007
3007
|
* <p>The time at which a speaker search task was updated.</p>
|
|
3008
3008
|
* @public
|
|
3009
3009
|
*/
|
|
3010
|
-
UpdatedTimestamp?: Date;
|
|
3010
|
+
UpdatedTimestamp?: Date | undefined;
|
|
3011
3011
|
}
|
|
3012
3012
|
/**
|
|
3013
3013
|
* @public
|
|
@@ -3017,7 +3017,7 @@ export interface GetSpeakerSearchTaskResponse {
|
|
|
3017
3017
|
* <p>The details of the speaker search task.</p>
|
|
3018
3018
|
* @public
|
|
3019
3019
|
*/
|
|
3020
|
-
SpeakerSearchTask?: SpeakerSearchTask;
|
|
3020
|
+
SpeakerSearchTask?: SpeakerSearchTask | undefined;
|
|
3021
3021
|
}
|
|
3022
3022
|
/**
|
|
3023
3023
|
* @public
|
|
@@ -3043,22 +3043,22 @@ export interface VoiceToneAnalysisTask {
|
|
|
3043
3043
|
* <p>The ID of the voice tone analysis task.</p>
|
|
3044
3044
|
* @public
|
|
3045
3045
|
*/
|
|
3046
|
-
VoiceToneAnalysisTaskId?: string;
|
|
3046
|
+
VoiceToneAnalysisTaskId?: string | undefined;
|
|
3047
3047
|
/**
|
|
3048
3048
|
* <p>The status of a voice tone analysis task.</p>
|
|
3049
3049
|
* @public
|
|
3050
3050
|
*/
|
|
3051
|
-
VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus;
|
|
3051
|
+
VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus | undefined;
|
|
3052
3052
|
/**
|
|
3053
3053
|
* <p>The time at which a voice tone analysis task was created.</p>
|
|
3054
3054
|
* @public
|
|
3055
3055
|
*/
|
|
3056
|
-
CreatedTimestamp?: Date;
|
|
3056
|
+
CreatedTimestamp?: Date | undefined;
|
|
3057
3057
|
/**
|
|
3058
3058
|
* <p>The time at which a voice tone analysis task was updated.</p>
|
|
3059
3059
|
* @public
|
|
3060
3060
|
*/
|
|
3061
|
-
UpdatedTimestamp?: Date;
|
|
3061
|
+
UpdatedTimestamp?: Date | undefined;
|
|
3062
3062
|
}
|
|
3063
3063
|
/**
|
|
3064
3064
|
* @public
|
|
@@ -3068,7 +3068,7 @@ export interface GetVoiceToneAnalysisTaskResponse {
|
|
|
3068
3068
|
* <p>The details of the voice tone analysis task.</p>
|
|
3069
3069
|
* @public
|
|
3070
3070
|
*/
|
|
3071
|
-
VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
|
|
3071
|
+
VoiceToneAnalysisTask?: VoiceToneAnalysisTask | undefined;
|
|
3072
3072
|
}
|
|
3073
3073
|
/**
|
|
3074
3074
|
* @public
|
|
@@ -3078,12 +3078,12 @@ export interface ListMediaCapturePipelinesRequest {
|
|
|
3078
3078
|
* <p>The token used to retrieve the next page of results.</p>
|
|
3079
3079
|
* @public
|
|
3080
3080
|
*/
|
|
3081
|
-
NextToken?: string;
|
|
3081
|
+
NextToken?: string | undefined;
|
|
3082
3082
|
/**
|
|
3083
3083
|
* <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
|
|
3084
3084
|
* @public
|
|
3085
3085
|
*/
|
|
3086
|
-
MaxResults?: number;
|
|
3086
|
+
MaxResults?: number | undefined;
|
|
3087
3087
|
}
|
|
3088
3088
|
/**
|
|
3089
3089
|
* <p>The summary data of a media capture pipeline.</p>
|
|
@@ -3094,12 +3094,12 @@ export interface MediaCapturePipelineSummary {
|
|
|
3094
3094
|
* <p>The ID of the media pipeline in the summary.</p>
|
|
3095
3095
|
* @public
|
|
3096
3096
|
*/
|
|
3097
|
-
MediaPipelineId?: string;
|
|
3097
|
+
MediaPipelineId?: string | undefined;
|
|
3098
3098
|
/**
|
|
3099
3099
|
* <p>The ARN of the media pipeline in the summary.</p>
|
|
3100
3100
|
* @public
|
|
3101
3101
|
*/
|
|
3102
|
-
MediaPipelineArn?: string;
|
|
3102
|
+
MediaPipelineArn?: string | undefined;
|
|
3103
3103
|
}
|
|
3104
3104
|
/**
|
|
3105
3105
|
* @public
|
|
@@ -3109,12 +3109,12 @@ export interface ListMediaCapturePipelinesResponse {
|
|
|
3109
3109
|
* <p>The media pipeline objects in the list.</p>
|
|
3110
3110
|
* @public
|
|
3111
3111
|
*/
|
|
3112
|
-
MediaCapturePipelines?: MediaCapturePipelineSummary[];
|
|
3112
|
+
MediaCapturePipelines?: MediaCapturePipelineSummary[] | undefined;
|
|
3113
3113
|
/**
|
|
3114
3114
|
* <p>The token used to retrieve the next page of results. </p>
|
|
3115
3115
|
* @public
|
|
3116
3116
|
*/
|
|
3117
|
-
NextToken?: string;
|
|
3117
|
+
NextToken?: string | undefined;
|
|
3118
3118
|
}
|
|
3119
3119
|
/**
|
|
3120
3120
|
* @public
|
|
@@ -3124,12 +3124,12 @@ export interface ListMediaInsightsPipelineConfigurationsRequest {
|
|
|
3124
3124
|
* <p>The token used to return the next page of results.</p>
|
|
3125
3125
|
* @public
|
|
3126
3126
|
*/
|
|
3127
|
-
NextToken?: string;
|
|
3127
|
+
NextToken?: string | undefined;
|
|
3128
3128
|
/**
|
|
3129
3129
|
* <p>The maximum number of results to return in a single call.</p>
|
|
3130
3130
|
* @public
|
|
3131
3131
|
*/
|
|
3132
|
-
MaxResults?: number;
|
|
3132
|
+
MaxResults?: number | undefined;
|
|
3133
3133
|
}
|
|
3134
3134
|
/**
|
|
3135
3135
|
* <p>A summary of the media insights pipeline configuration.</p>
|
|
@@ -3140,17 +3140,17 @@ export interface MediaInsightsPipelineConfigurationSummary {
|
|
|
3140
3140
|
* <p>The name of the media insights pipeline configuration.</p>
|
|
3141
3141
|
* @public
|
|
3142
3142
|
*/
|
|
3143
|
-
MediaInsightsPipelineConfigurationName?: string;
|
|
3143
|
+
MediaInsightsPipelineConfigurationName?: string | undefined;
|
|
3144
3144
|
/**
|
|
3145
3145
|
* <p>The ID of the media insights pipeline configuration.</p>
|
|
3146
3146
|
* @public
|
|
3147
3147
|
*/
|
|
3148
|
-
MediaInsightsPipelineConfigurationId?: string;
|
|
3148
|
+
MediaInsightsPipelineConfigurationId?: string | undefined;
|
|
3149
3149
|
/**
|
|
3150
3150
|
* <p>The ARN of the media insights pipeline configuration.</p>
|
|
3151
3151
|
* @public
|
|
3152
3152
|
*/
|
|
3153
|
-
MediaInsightsPipelineConfigurationArn?: string;
|
|
3153
|
+
MediaInsightsPipelineConfigurationArn?: string | undefined;
|
|
3154
3154
|
}
|
|
3155
3155
|
/**
|
|
3156
3156
|
* @public
|
|
@@ -3160,12 +3160,12 @@ export interface ListMediaInsightsPipelineConfigurationsResponse {
|
|
|
3160
3160
|
* <p>The requested list of media insights pipeline configurations.</p>
|
|
3161
3161
|
* @public
|
|
3162
3162
|
*/
|
|
3163
|
-
MediaInsightsPipelineConfigurations?: MediaInsightsPipelineConfigurationSummary[];
|
|
3163
|
+
MediaInsightsPipelineConfigurations?: MediaInsightsPipelineConfigurationSummary[] | undefined;
|
|
3164
3164
|
/**
|
|
3165
3165
|
* <p>The token used to return the next page of results. </p>
|
|
3166
3166
|
* @public
|
|
3167
3167
|
*/
|
|
3168
|
-
NextToken?: string;
|
|
3168
|
+
NextToken?: string | undefined;
|
|
3169
3169
|
}
|
|
3170
3170
|
/**
|
|
3171
3171
|
* @public
|
|
@@ -3175,12 +3175,12 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsRequest {
|
|
|
3175
3175
|
* <p>The token used to return the next page of results. </p>
|
|
3176
3176
|
* @public
|
|
3177
3177
|
*/
|
|
3178
|
-
NextToken?: string;
|
|
3178
|
+
NextToken?: string | undefined;
|
|
3179
3179
|
/**
|
|
3180
3180
|
* <p>The maximum number of results to return in a single call.</p>
|
|
3181
3181
|
* @public
|
|
3182
3182
|
*/
|
|
3183
|
-
MaxResults?: number;
|
|
3183
|
+
MaxResults?: number | undefined;
|
|
3184
3184
|
}
|
|
3185
3185
|
/**
|
|
3186
3186
|
* <p>A summary of the Kinesis video stream pool.</p>
|
|
@@ -3191,17 +3191,17 @@ export interface KinesisVideoStreamPoolSummary {
|
|
|
3191
3191
|
* <p>The name of the video stream pool.</p>
|
|
3192
3192
|
* @public
|
|
3193
3193
|
*/
|
|
3194
|
-
PoolName?: string;
|
|
3194
|
+
PoolName?: string | undefined;
|
|
3195
3195
|
/**
|
|
3196
3196
|
* <p>The ID of the video stream pool.</p>
|
|
3197
3197
|
* @public
|
|
3198
3198
|
*/
|
|
3199
|
-
PoolId?: string;
|
|
3199
|
+
PoolId?: string | undefined;
|
|
3200
3200
|
/**
|
|
3201
3201
|
* <p>The ARN of the video stream pool.</p>
|
|
3202
3202
|
* @public
|
|
3203
3203
|
*/
|
|
3204
|
-
PoolArn?: string;
|
|
3204
|
+
PoolArn?: string | undefined;
|
|
3205
3205
|
}
|
|
3206
3206
|
/**
|
|
3207
3207
|
* @public
|
|
@@ -3211,12 +3211,12 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsResponse {
|
|
|
3211
3211
|
* <p>The list of video stream pools.</p>
|
|
3212
3212
|
* @public
|
|
3213
3213
|
*/
|
|
3214
|
-
KinesisVideoStreamPools?: KinesisVideoStreamPoolSummary[];
|
|
3214
|
+
KinesisVideoStreamPools?: KinesisVideoStreamPoolSummary[] | undefined;
|
|
3215
3215
|
/**
|
|
3216
3216
|
* <p>The token used to return the next page of results.</p>
|
|
3217
3217
|
* @public
|
|
3218
3218
|
*/
|
|
3219
|
-
NextToken?: string;
|
|
3219
|
+
NextToken?: string | undefined;
|
|
3220
3220
|
}
|
|
3221
3221
|
/**
|
|
3222
3222
|
* @public
|
|
@@ -3226,12 +3226,12 @@ export interface ListMediaPipelinesRequest {
|
|
|
3226
3226
|
* <p>The token used to retrieve the next page of results.</p>
|
|
3227
3227
|
* @public
|
|
3228
3228
|
*/
|
|
3229
|
-
NextToken?: string;
|
|
3229
|
+
NextToken?: string | undefined;
|
|
3230
3230
|
/**
|
|
3231
3231
|
* <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
|
|
3232
3232
|
* @public
|
|
3233
3233
|
*/
|
|
3234
|
-
MaxResults?: number;
|
|
3234
|
+
MaxResults?: number | undefined;
|
|
3235
3235
|
}
|
|
3236
3236
|
/**
|
|
3237
3237
|
* <p>The summary of the media pipeline.</p>
|
|
@@ -3242,12 +3242,12 @@ export interface MediaPipelineSummary {
|
|
|
3242
3242
|
* <p>The ID of the media pipeline in the summary.</p>
|
|
3243
3243
|
* @public
|
|
3244
3244
|
*/
|
|
3245
|
-
MediaPipelineId?: string;
|
|
3245
|
+
MediaPipelineId?: string | undefined;
|
|
3246
3246
|
/**
|
|
3247
3247
|
* <p>The ARN of the media pipeline in the summary.</p>
|
|
3248
3248
|
* @public
|
|
3249
3249
|
*/
|
|
3250
|
-
MediaPipelineArn?: string;
|
|
3250
|
+
MediaPipelineArn?: string | undefined;
|
|
3251
3251
|
}
|
|
3252
3252
|
/**
|
|
3253
3253
|
* @public
|
|
@@ -3257,12 +3257,12 @@ export interface ListMediaPipelinesResponse {
|
|
|
3257
3257
|
* <p>The media pipeline objects in the list.</p>
|
|
3258
3258
|
* @public
|
|
3259
3259
|
*/
|
|
3260
|
-
MediaPipelines?: MediaPipelineSummary[];
|
|
3260
|
+
MediaPipelines?: MediaPipelineSummary[] | undefined;
|
|
3261
3261
|
/**
|
|
3262
3262
|
* <p>The token used to retrieve the next page of results. </p>
|
|
3263
3263
|
* @public
|
|
3264
3264
|
*/
|
|
3265
|
-
NextToken?: string;
|
|
3265
|
+
NextToken?: string | undefined;
|
|
3266
3266
|
}
|
|
3267
3267
|
/**
|
|
3268
3268
|
* @public
|
|
@@ -3282,7 +3282,7 @@ export interface ListTagsForResourceResponse {
|
|
|
3282
3282
|
* <p>The tags associated with the specified media pipeline.</p>
|
|
3283
3283
|
* @public
|
|
3284
3284
|
*/
|
|
3285
|
-
Tags?: Tag[];
|
|
3285
|
+
Tags?: Tag[] | undefined;
|
|
3286
3286
|
}
|
|
3287
3287
|
/**
|
|
3288
3288
|
* <p>The task configuration settings for the Kinesis video stream source.</p>
|
|
@@ -3303,7 +3303,7 @@ export interface KinesisVideoStreamSourceTaskConfiguration {
|
|
|
3303
3303
|
* <p>The unique identifier of the fragment to begin processing.</p>
|
|
3304
3304
|
* @public
|
|
3305
3305
|
*/
|
|
3306
|
-
FragmentNumber?: string;
|
|
3306
|
+
FragmentNumber?: string | undefined;
|
|
3307
3307
|
}
|
|
3308
3308
|
/**
|
|
3309
3309
|
* @public
|
|
@@ -3324,12 +3324,12 @@ export interface StartSpeakerSearchTaskRequest {
|
|
|
3324
3324
|
* pipeline.</p>
|
|
3325
3325
|
* @public
|
|
3326
3326
|
*/
|
|
3327
|
-
KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration;
|
|
3327
|
+
KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration | undefined;
|
|
3328
3328
|
/**
|
|
3329
3329
|
* <p>The unique identifier for the client request. Use a different token for different speaker search tasks.</p>
|
|
3330
3330
|
* @public
|
|
3331
3331
|
*/
|
|
3332
|
-
ClientRequestToken?: string;
|
|
3332
|
+
ClientRequestToken?: string | undefined;
|
|
3333
3333
|
}
|
|
3334
3334
|
/**
|
|
3335
3335
|
* @public
|
|
@@ -3339,7 +3339,7 @@ export interface StartSpeakerSearchTaskResponse {
|
|
|
3339
3339
|
* <p>The details of the speaker search task.</p>
|
|
3340
3340
|
* @public
|
|
3341
3341
|
*/
|
|
3342
|
-
SpeakerSearchTask?: SpeakerSearchTask;
|
|
3342
|
+
SpeakerSearchTask?: SpeakerSearchTask | undefined;
|
|
3343
3343
|
}
|
|
3344
3344
|
/**
|
|
3345
3345
|
* @public
|
|
@@ -3371,12 +3371,12 @@ export interface StartVoiceToneAnalysisTaskRequest {
|
|
|
3371
3371
|
* pipeline.</p>
|
|
3372
3372
|
* @public
|
|
3373
3373
|
*/
|
|
3374
|
-
KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration;
|
|
3374
|
+
KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration | undefined;
|
|
3375
3375
|
/**
|
|
3376
3376
|
* <p>The unique identifier for the client request. Use a different token for different voice tone analysis tasks.</p>
|
|
3377
3377
|
* @public
|
|
3378
3378
|
*/
|
|
3379
|
-
ClientRequestToken?: string;
|
|
3379
|
+
ClientRequestToken?: string | undefined;
|
|
3380
3380
|
}
|
|
3381
3381
|
/**
|
|
3382
3382
|
* @public
|
|
@@ -3386,7 +3386,7 @@ export interface StartVoiceToneAnalysisTaskResponse {
|
|
|
3386
3386
|
* <p>The details of the voice tone analysis task.</p>
|
|
3387
3387
|
* @public
|
|
3388
3388
|
*/
|
|
3389
|
-
VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
|
|
3389
|
+
VoiceToneAnalysisTask?: VoiceToneAnalysisTask | undefined;
|
|
3390
3390
|
}
|
|
3391
3391
|
/**
|
|
3392
3392
|
* @public
|
|
@@ -3476,7 +3476,7 @@ export interface UpdateMediaInsightsPipelineConfigurationRequest {
|
|
|
3476
3476
|
* <p>The configuration settings for real-time alerts for the media insights pipeline.</p>
|
|
3477
3477
|
* @public
|
|
3478
3478
|
*/
|
|
3479
|
-
RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
|
|
3479
|
+
RealTimeAlertConfiguration?: RealTimeAlertConfiguration | undefined;
|
|
3480
3480
|
/**
|
|
3481
3481
|
* <p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..</p>
|
|
3482
3482
|
* @public
|
|
@@ -3491,7 +3491,7 @@ export interface UpdateMediaInsightsPipelineConfigurationResponse {
|
|
|
3491
3491
|
* <p>The updated configuration settings.</p>
|
|
3492
3492
|
* @public
|
|
3493
3493
|
*/
|
|
3494
|
-
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
|
|
3494
|
+
MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration | undefined;
|
|
3495
3495
|
}
|
|
3496
3496
|
/**
|
|
3497
3497
|
* @public
|
|
@@ -3529,7 +3529,7 @@ export interface KinesisVideoStreamConfigurationUpdate {
|
|
|
3529
3529
|
* <p>The updated time that data is retained.</p>
|
|
3530
3530
|
* @public
|
|
3531
3531
|
*/
|
|
3532
|
-
DataRetentionInHours?: number;
|
|
3532
|
+
DataRetentionInHours?: number | undefined;
|
|
3533
3533
|
}
|
|
3534
3534
|
/**
|
|
3535
3535
|
* @public
|
|
@@ -3544,7 +3544,7 @@ export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
|
3544
3544
|
* <p>The configuration settings for the video stream.</p>
|
|
3545
3545
|
* @public
|
|
3546
3546
|
*/
|
|
3547
|
-
StreamConfiguration?: KinesisVideoStreamConfigurationUpdate;
|
|
3547
|
+
StreamConfiguration?: KinesisVideoStreamConfigurationUpdate | undefined;
|
|
3548
3548
|
}
|
|
3549
3549
|
/**
|
|
3550
3550
|
* @public
|
|
@@ -3554,7 +3554,7 @@ export interface UpdateMediaPipelineKinesisVideoStreamPoolResponse {
|
|
|
3554
3554
|
* <p>The video stream pool configuration object.</p>
|
|
3555
3555
|
* @public
|
|
3556
3556
|
*/
|
|
3557
|
-
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
|
|
3557
|
+
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration | undefined;
|
|
3558
3558
|
}
|
|
3559
3559
|
/**
|
|
3560
3560
|
* @internal
|