@aws-sdk/client-chime-sdk-media-pipelines 3.529.1 → 3.535.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.
Files changed (75) hide show
  1. package/dist-types/ChimeSDKMediaPipelines.d.ts +5 -1
  2. package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +1 -1
  3. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  14. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +2 -1
  15. package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetMediaPipelineCommand.d.ts +2 -1
  17. package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +2 -1
  19. package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +2 -1
  20. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListMediaPipelinesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +2 -1
  26. package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +2 -1
  28. package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +454 -454
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +4 -0
  40. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -15,13 +15,13 @@ export declare const ActiveSpeakerPosition: {
15
15
  */
16
16
  export type ActiveSpeakerPosition = (typeof ActiveSpeakerPosition)[keyof typeof ActiveSpeakerPosition];
17
17
  /**
18
- * @public
19
18
  * <p>Defines the configuration for an <code>ActiveSpeakerOnly</code> video tile.</p>
19
+ * @public
20
20
  */
21
21
  export interface ActiveSpeakerOnlyConfiguration {
22
22
  /**
23
- * @public
24
23
  * <p>The position of the <code>ActiveSpeakerOnly</code> video tile.</p>
24
+ * @public
25
25
  */
26
26
  ActiveSpeakerPosition?: ActiveSpeakerPosition;
27
27
  }
@@ -81,34 +81,34 @@ export declare const ContentRedactionOutput: {
81
81
  */
82
82
  export type ContentRedactionOutput = (typeof ContentRedactionOutput)[keyof typeof ContentRedactionOutput];
83
83
  /**
84
- * @public
85
84
  * <p>Allows you to specify additional settings for your Call Analytics post-call request, including output locations for your redacted transcript, which IAM role to use, and which encryption key to use.</p>
86
85
  * <p>
87
86
  * <code>DataAccessRoleArn</code> and <code>OutputLocation</code> are required fields.</p>
88
87
  * <p>
89
88
  * <code>PostCallAnalyticsSettings</code> provides the same insights as a Call Analytics post-call transcription. For more information, refer to
90
89
  * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html">Post-call analytics with real-time transcriptions</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
90
+ * @public
91
91
  */
92
92
  export interface PostCallAnalyticsSettings {
93
93
  /**
94
- * @public
95
94
  * <p>The URL of the Amazon S3 bucket that contains the post-call data.</p>
95
+ * @public
96
96
  */
97
97
  OutputLocation: string | undefined;
98
98
  /**
99
- * @public
100
99
  * <p>The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see
101
100
  * <a href="https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html">Post-call analytics with real-time transcriptions</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
101
+ * @public
102
102
  */
103
103
  DataAccessRoleArn: string | undefined;
104
104
  /**
105
- * @public
106
105
  * <p>The content redaction output settings for a post-call analysis task.</p>
106
+ * @public
107
107
  */
108
108
  ContentRedactionOutput?: ContentRedactionOutput;
109
109
  /**
110
- * @public
111
110
  * <p>The ID of the KMS (Key Management Service) key used to encrypt the output.</p>
111
+ * @public
112
112
  */
113
113
  OutputEncryptionKMSKeyId?: string;
114
114
  }
@@ -126,170 +126,169 @@ export declare const VocabularyFilterMethod: {
126
126
  */
127
127
  export type VocabularyFilterMethod = (typeof VocabularyFilterMethod)[keyof typeof VocabularyFilterMethod];
128
128
  /**
129
- * @public
130
129
  * <p>A structure that contains the configuration settings for an Amazon Transcribe call
131
130
  * analytics processor.</p>
131
+ * @public
132
132
  */
133
133
  export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
134
134
  /**
135
- * @public
136
135
  * <p>The language code in the configuration.</p>
136
+ * @public
137
137
  */
138
138
  LanguageCode: CallAnalyticsLanguageCode | undefined;
139
139
  /**
140
- * @public
141
140
  * <p>Specifies the name of the custom vocabulary to use when processing a transcription. Note
142
141
  * that vocabulary names are case sensitive.</p>
143
142
  * <p>If the language of the specified custom vocabulary doesn't match the language identified in your media, the custom vocabulary is not applied to your transcription.</p>
144
143
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html">Custom vocabularies</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
145
144
  * <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>
145
+ * @public
146
146
  */
147
147
  VocabularyName?: string;
148
148
  /**
149
- * @public
150
149
  * <p>Specifies the name of the custom vocabulary filter to use when processing a
151
150
  * transcription. Note that vocabulary filter names are case sensitive.</p>
152
151
  * <p>If the language of the specified custom vocabulary filter doesn't match the language identified in your media, the vocabulary filter is not applied to your transcription.</p>
153
152
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/vocabulary-filtering.html">Using vocabulary filtering with unwanted words</a>
154
153
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
155
154
  * <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>
155
+ * @public
156
156
  */
157
157
  VocabularyFilterName?: string;
158
158
  /**
159
- * @public
160
159
  * <p>Specifies how to apply a vocabulary filter to a transcript.</p>
161
160
  * <p>To replace words with <b>***</b>, choose <code>mask</code>.</p>
162
161
  * <p>To delete words, choose <code>remove</code>.</p>
163
162
  * <p>To flag words without changing them, choose <code>tag</code>. </p>
163
+ * @public
164
164
  */
165
165
  VocabularyFilterMethod?: VocabularyFilterMethod;
166
166
  /**
167
- * @public
168
167
  * <p>Specifies the name of the custom language model to use when processing a transcription.
169
168
  * Note that language model names are case sensitive.</p>
170
169
  * <p>The language of the specified language model must match the language code specified
171
170
  * in the transcription request. If the languages don't match, the custom language model isn't
172
171
  * applied. Language mismatches don't generate errors or warnings.</p>
173
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
+ * @public
174
174
  */
175
175
  LanguageModelName?: string;
176
176
  /**
177
- * @public
178
177
  * <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.
179
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>
180
179
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
180
+ * @public
181
181
  */
182
182
  EnablePartialResultsStabilization?: boolean;
183
183
  /**
184
- * @public
185
184
  * <p>Specifies the level of stability to use when you enable partial results stabilization
186
185
  * (<code>EnablePartialResultsStabilization</code>).</p>
187
186
  * <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p>
188
187
  * <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>
189
188
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
189
+ * @public
190
190
  */
191
191
  PartialResultsStability?: PartialResultsStability;
192
192
  /**
193
- * @public
194
193
  * <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
195
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>
196
195
  * <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code> in the same request. If you do, your request returns a <code>BadRequestException</code>.</p>
197
196
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
198
197
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
198
+ * @public
199
199
  */
200
200
  ContentIdentificationType?: ContentType;
201
201
  /**
202
- * @public
203
202
  * <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
204
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>
205
204
  * <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you do, your request returns a <code>BadRequestException</code>.</p>
206
205
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
207
206
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
207
+ * @public
208
208
  */
209
209
  ContentRedactionType?: ContentType;
210
210
  /**
211
- * @public
212
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>
213
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>
214
213
  * <p>Values must be comma-separated and can include: <code>ADDRESS</code>, <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>, <code>CREDIT_DEBIT_CVV</code>,
215
214
  * <code>CREDIT_DEBIT_EXPIRY</code>, <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>,
216
215
  * <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, <code>SSN</code>, or <code>ALL</code>.</p>
217
216
  * <p>Length Constraints: Minimum length of 1. Maximum length of 300.</p>
217
+ * @public
218
218
  */
219
219
  PiiEntityTypes?: string;
220
220
  /**
221
- * @public
222
221
  * <p>If true, <code>UtteranceEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>
222
+ * @public
223
223
  */
224
224
  FilterPartialResults?: boolean;
225
225
  /**
226
- * @public
227
226
  * <p>The settings for a post-call analysis task in an analytics configuration.</p>
227
+ * @public
228
228
  */
229
229
  PostCallAnalyticsSettings?: PostCallAnalyticsSettings;
230
230
  /**
231
- * @public
232
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
+ * @public
233
233
  */
234
234
  CallAnalyticsStreamCategories?: string[];
235
235
  }
236
236
  /**
237
- * @public
238
237
  * <p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>
238
+ * @public
239
239
  */
240
240
  export interface AmazonTranscribeProcessorConfiguration {
241
241
  /**
242
- * @public
243
242
  * <p>The language code that represents the language spoken in your audio.</p>
244
243
  * <p>If you're unsure of the language spoken in your audio, consider using
245
244
  * <code>IdentifyLanguage</code> to enable automatic language identification.</p>
246
245
  * <p>For a list of languages that real-time Call Analytics supports, see the <a href="https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html">Supported languages table</a>
247
246
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
247
+ * @public
248
248
  */
249
249
  LanguageCode?: CallAnalyticsLanguageCode;
250
250
  /**
251
- * @public
252
251
  * <p>The name of the custom vocabulary that you specified in your Call Analytics
253
252
  * request.</p>
254
253
  * <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>
254
+ * @public
255
255
  */
256
256
  VocabularyName?: string;
257
257
  /**
258
- * @public
259
258
  * <p>The name of the custom vocabulary filter that you specified in your Call Analytics
260
259
  * request.</p>
261
260
  * <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>
261
+ * @public
262
262
  */
263
263
  VocabularyFilterName?: string;
264
264
  /**
265
- * @public
266
265
  * <p>The vocabulary filtering method used in your Call Analytics transcription.</p>
266
+ * @public
267
267
  */
268
268
  VocabularyFilterMethod?: VocabularyFilterMethod;
269
269
  /**
270
- * @public
271
270
  * <p>Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.</p>
272
271
  * <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>
272
+ * @public
273
273
  */
274
274
  ShowSpeakerLabel?: boolean;
275
275
  /**
276
- * @public
277
276
  * <p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p>
278
277
  * <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>
279
278
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
279
+ * @public
280
280
  */
281
281
  EnablePartialResultsStabilization?: boolean;
282
282
  /**
283
- * @public
284
283
  * <p>The level of stability to use when you enable partial results stabilization
285
284
  * (<code>EnablePartialResultsStabilization</code>).</p>
286
285
  * <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p>
287
286
  * <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>
288
287
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
288
+ * @public
289
289
  */
290
290
  PartialResultsStability?: PartialResultsStability;
291
291
  /**
292
- * @public
293
292
  * <p>Labels all personally identifiable information (PII) identified in your transcript.</p>
294
293
  * <p>Content identification is performed at the segment level; PII specified in
295
294
  * <code>PiiEntityTypes</code> is flagged upon complete transcription of an audio
@@ -299,19 +298,19 @@ export interface AmazonTranscribeProcessorConfiguration {
299
298
  * returns a <code>BadRequestException</code>.</p>
300
299
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
301
300
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
301
+ * @public
302
302
  */
303
303
  ContentIdentificationType?: ContentType;
304
304
  /**
305
- * @public
306
305
  * <p>Redacts all personally identifiable information (PII) identified in your transcript.</p>
307
306
  * <p>Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment.</p>
308
307
  * <p>You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>
309
308
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html">Redacting or identifying personally identifiable information</a>
310
309
  * in the <i>Amazon Transcribe Developer Guide</i>.</p>
310
+ * @public
311
311
  */
312
312
  ContentRedactionType?: ContentType;
313
313
  /**
314
- * @public
315
314
  * <p>The types of personally identifiable information (PII) to redact from a transcript. You
316
315
  * can include as many types as you'd like, or you can select <code>ALL</code>.</p>
317
316
  * <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>
@@ -319,45 +318,46 @@ export interface AmazonTranscribeProcessorConfiguration {
319
318
  * <code>CREDIT_DEBIT_EXPIRY</code>, <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>,
320
319
  * <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, <code>SSN</code>, or <code>ALL</code>.</p>
321
320
  * <p>If you leave this parameter empty, the default behavior is equivalent to <code>ALL</code>.</p>
321
+ * @public
322
322
  */
323
323
  PiiEntityTypes?: string;
324
324
  /**
325
- * @public
326
325
  * <p>The name of the custom language model that you want to use when processing your
327
326
  * transcription. Note that language model names are case sensitive.</p>
328
327
  * <p>The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the custom language model isn't applied.
329
328
  * There are no errors or warnings associated with a language mismatch.</p>
330
329
  * <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>
330
+ * @public
331
331
  */
332
332
  LanguageModelName?: string;
333
333
  /**
334
- * @public
335
334
  * <p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>
335
+ * @public
336
336
  */
337
337
  FilterPartialResults?: boolean;
338
338
  /**
339
- * @public
340
339
  * <p>Turns language identification on or off.</p>
340
+ * @public
341
341
  */
342
342
  IdentifyLanguage?: boolean;
343
343
  /**
344
- * @public
345
344
  * <p>The language options for the transcription, such as automatic language detection.</p>
345
+ * @public
346
346
  */
347
347
  LanguageOptions?: string;
348
348
  /**
349
- * @public
350
349
  * <p>The preferred language for the transcription.</p>
350
+ * @public
351
351
  */
352
352
  PreferredLanguage?: CallAnalyticsLanguageCode;
353
353
  /**
354
- * @public
355
354
  * <p>The names of the custom vocabulary or vocabularies used during transcription.</p>
355
+ * @public
356
356
  */
357
357
  VocabularyNames?: string;
358
358
  /**
359
- * @public
360
359
  * <p>The names of the custom vocabulary filter or filters using during transcription.</p>
360
+ * @public
361
361
  */
362
362
  VocabularyFilterNames?: string;
363
363
  }
@@ -373,13 +373,13 @@ export declare const AudioArtifactsConcatenationState: {
373
373
  */
374
374
  export type AudioArtifactsConcatenationState = (typeof AudioArtifactsConcatenationState)[keyof typeof AudioArtifactsConcatenationState];
375
375
  /**
376
- * @public
377
376
  * <p>The audio artifact concatenation configuration object.</p>
377
+ * @public
378
378
  */
379
379
  export interface AudioConcatenationConfiguration {
380
380
  /**
381
- * @public
382
381
  * <p>Enables or disables the configuration object.</p>
382
+ * @public
383
383
  */
384
384
  State: AudioArtifactsConcatenationState | undefined;
385
385
  }
@@ -396,112 +396,112 @@ export declare const ArtifactsConcatenationState: {
396
396
  */
397
397
  export type ArtifactsConcatenationState = (typeof ArtifactsConcatenationState)[keyof typeof ArtifactsConcatenationState];
398
398
  /**
399
- * @public
400
399
  * <p>The composited video configuration object for a specified
401
400
  * media pipeline. <code>SourceType</code> must be
402
401
  * <code>ChimeSdkMeeting</code>.</p>
402
+ * @public
403
403
  */
404
404
  export interface CompositedVideoConcatenationConfiguration {
405
405
  /**
406
- * @public
407
406
  * <p>Enables or disables the configuration object.</p>
407
+ * @public
408
408
  */
409
409
  State: ArtifactsConcatenationState | undefined;
410
410
  }
411
411
  /**
412
- * @public
413
412
  * <p>The composited content configuration object for a specified
414
413
  * media pipeline. </p>
414
+ * @public
415
415
  */
416
416
  export interface ContentConcatenationConfiguration {
417
417
  /**
418
- * @public
419
418
  * <p>Enables or disables the configuration object.</p>
419
+ * @public
420
420
  */
421
421
  State: ArtifactsConcatenationState | undefined;
422
422
  }
423
423
  /**
424
- * @public
425
424
  * <p>The content configuration object's data channel.</p>
425
+ * @public
426
426
  */
427
427
  export interface DataChannelConcatenationConfiguration {
428
428
  /**
429
- * @public
430
429
  * <p>Enables or disables the configuration object.</p>
430
+ * @public
431
431
  */
432
432
  State: ArtifactsConcatenationState | undefined;
433
433
  }
434
434
  /**
435
- * @public
436
435
  * <p>The configuration object for an event concatenation pipeline.</p>
436
+ * @public
437
437
  */
438
438
  export interface MeetingEventsConcatenationConfiguration {
439
439
  /**
440
- * @public
441
440
  * <p>Enables or disables the configuration object.</p>
441
+ * @public
442
442
  */
443
443
  State: ArtifactsConcatenationState | undefined;
444
444
  }
445
445
  /**
446
- * @public
447
446
  * <p>The configuration object for concatenating transcription messages.</p>
447
+ * @public
448
448
  */
449
449
  export interface TranscriptionMessagesConcatenationConfiguration {
450
450
  /**
451
- * @public
452
451
  * <p>Enables or disables the configuration object.</p>
452
+ * @public
453
453
  */
454
454
  State: ArtifactsConcatenationState | undefined;
455
455
  }
456
456
  /**
457
- * @public
458
457
  * <p>The configuration object of a video concatenation pipeline.</p>
458
+ * @public
459
459
  */
460
460
  export interface VideoConcatenationConfiguration {
461
461
  /**
462
- * @public
463
462
  * <p>Enables or disables the configuration object.</p>
463
+ * @public
464
464
  */
465
465
  State: ArtifactsConcatenationState | undefined;
466
466
  }
467
467
  /**
468
- * @public
469
468
  * <p>The configuration for the artifacts concatenation.</p>
469
+ * @public
470
470
  */
471
471
  export interface ArtifactsConcatenationConfiguration {
472
472
  /**
473
- * @public
474
473
  * <p>The configuration for the audio artifacts concatenation.</p>
474
+ * @public
475
475
  */
476
476
  Audio: AudioConcatenationConfiguration | undefined;
477
477
  /**
478
- * @public
479
478
  * <p>The configuration for the video artifacts concatenation.</p>
479
+ * @public
480
480
  */
481
481
  Video: VideoConcatenationConfiguration | undefined;
482
482
  /**
483
- * @public
484
483
  * <p>The configuration for the content artifacts concatenation.</p>
484
+ * @public
485
485
  */
486
486
  Content: ContentConcatenationConfiguration | undefined;
487
487
  /**
488
- * @public
489
488
  * <p>The configuration for the data channel artifacts concatenation.</p>
489
+ * @public
490
490
  */
491
491
  DataChannel: DataChannelConcatenationConfiguration | undefined;
492
492
  /**
493
- * @public
494
493
  * <p>The configuration for the transcription messages artifacts concatenation.</p>
494
+ * @public
495
495
  */
496
496
  TranscriptionMessages: TranscriptionMessagesConcatenationConfiguration | undefined;
497
497
  /**
498
- * @public
499
498
  * <p>The configuration for the meeting events artifacts concatenation.</p>
499
+ * @public
500
500
  */
501
501
  MeetingEvents: MeetingEventsConcatenationConfiguration | undefined;
502
502
  /**
503
- * @public
504
503
  * <p>The configuration for the composited video artifacts concatenation.</p>
504
+ * @public
505
505
  */
506
506
  CompositedVideo: CompositedVideoConcatenationConfiguration | undefined;
507
507
  }
@@ -519,13 +519,13 @@ export declare const AudioMuxType: {
519
519
  */
520
520
  export type AudioMuxType = (typeof AudioMuxType)[keyof typeof AudioMuxType];
521
521
  /**
522
- * @public
523
522
  * <p>The audio artifact configuration object.</p>
523
+ * @public
524
524
  */
525
525
  export interface AudioArtifactsConfiguration {
526
526
  /**
527
- * @public
528
527
  * <p>The MUX type of the audio artifact configuration object.</p>
528
+ * @public
529
529
  */
530
530
  MuxType: AudioMuxType | undefined;
531
531
  }
@@ -580,28 +580,28 @@ export declare const HorizontalTilePosition: {
580
580
  */
581
581
  export type HorizontalTilePosition = (typeof HorizontalTilePosition)[keyof typeof HorizontalTilePosition];
582
582
  /**
583
- * @public
584
583
  * <p>Defines the configuration settings for the horizontal layout.</p>
584
+ * @public
585
585
  */
586
586
  export interface HorizontalLayoutConfiguration {
587
587
  /**
588
- * @public
589
588
  * <p>Sets the automatic ordering of the video tiles.</p>
589
+ * @public
590
590
  */
591
591
  TileOrder?: TileOrder;
592
592
  /**
593
- * @public
594
593
  * <p>Sets the position of horizontal tiles.</p>
594
+ * @public
595
595
  */
596
596
  TilePosition?: HorizontalTilePosition;
597
597
  /**
598
- * @public
599
598
  * <p>The maximum number of video tiles to display.</p>
599
+ * @public
600
600
  */
601
601
  TileCount?: number;
602
602
  /**
603
- * @public
604
603
  * <p>Specifies the aspect ratio of all video tiles.</p>
604
+ * @public
605
605
  */
606
606
  TileAspectRatio?: string;
607
607
  }
@@ -620,13 +620,13 @@ export declare const PresenterPosition: {
620
620
  */
621
621
  export type PresenterPosition = (typeof PresenterPosition)[keyof typeof PresenterPosition];
622
622
  /**
623
- * @public
624
623
  * <p>Defines the configuration for a presenter-only video tile.</p>
624
+ * @public
625
625
  */
626
626
  export interface PresenterOnlyConfiguration {
627
627
  /**
628
- * @public
629
628
  * <p>Defines the position of the presenter video tile. Default: <code>TopRight</code>.</p>
629
+ * @public
630
630
  */
631
631
  PresenterPosition?: PresenterPosition;
632
632
  }
@@ -643,28 +643,28 @@ export declare const VerticalTilePosition: {
643
643
  */
644
644
  export type VerticalTilePosition = (typeof VerticalTilePosition)[keyof typeof VerticalTilePosition];
645
645
  /**
646
- * @public
647
646
  * <p>Defines the configuration settings for a vertical layout.</p>
647
+ * @public
648
648
  */
649
649
  export interface VerticalLayoutConfiguration {
650
650
  /**
651
- * @public
652
651
  * <p>Sets the automatic ordering of the video tiles.</p>
652
+ * @public
653
653
  */
654
654
  TileOrder?: TileOrder;
655
655
  /**
656
- * @public
657
656
  * <p>Sets the position of vertical tiles.</p>
657
+ * @public
658
658
  */
659
659
  TilePosition?: VerticalTilePosition;
660
660
  /**
661
- * @public
662
661
  * <p>The maximum number of tiles to display.</p>
662
+ * @public
663
663
  */
664
664
  TileCount?: number;
665
665
  /**
666
- * @public
667
666
  * <p>Sets the aspect ratio of the video tiles, such as 16:9.</p>
667
+ * @public
668
668
  */
669
669
  TileAspectRatio?: string;
670
670
  }
@@ -701,69 +701,69 @@ export declare const HighlightColor: {
701
701
  */
702
702
  export type HighlightColor = (typeof HighlightColor)[keyof typeof HighlightColor];
703
703
  /**
704
- * @public
705
704
  * <p>Defines the settings for a video tile.</p>
705
+ * @public
706
706
  */
707
707
  export interface VideoAttribute {
708
708
  /**
709
- * @public
710
709
  * <p>Sets the corner radius of all video tiles.</p>
710
+ * @public
711
711
  */
712
712
  CornerRadius?: number;
713
713
  /**
714
- * @public
715
714
  * <p>Defines the border color of all video tiles.</p>
715
+ * @public
716
716
  */
717
717
  BorderColor?: BorderColor;
718
718
  /**
719
- * @public
720
719
  * <p>Defines the highlight color for the active video tile.</p>
720
+ * @public
721
721
  */
722
722
  HighlightColor?: HighlightColor;
723
723
  /**
724
- * @public
725
724
  * <p>Defines the border thickness for all video tiles.</p>
725
+ * @public
726
726
  */
727
727
  BorderThickness?: number;
728
728
  }
729
729
  /**
730
- * @public
731
730
  * <p>Specifies the type of grid layout.</p>
731
+ * @public
732
732
  */
733
733
  export interface GridViewConfiguration {
734
734
  /**
735
- * @public
736
735
  * <p>Defines the layout of the video tiles when content sharing is enabled.</p>
736
+ * @public
737
737
  */
738
738
  ContentShareLayout: ContentShareLayoutOption | undefined;
739
739
  /**
740
- * @public
741
740
  * <p>Defines the configuration options for a presenter only video tile.</p>
741
+ * @public
742
742
  */
743
743
  PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
744
744
  /**
745
- * @public
746
745
  * <p>The configuration settings for an <code>ActiveSpeakerOnly</code> video tile.</p>
746
+ * @public
747
747
  */
748
748
  ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration;
749
749
  /**
750
- * @public
751
750
  * <p>The configuration settings for a horizontal layout.</p>
751
+ * @public
752
752
  */
753
753
  HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration;
754
754
  /**
755
- * @public
756
755
  * <p>The configuration settings for a vertical layout.</p>
756
+ * @public
757
757
  */
758
758
  VerticalLayoutConfiguration?: VerticalLayoutConfiguration;
759
759
  /**
760
- * @public
761
760
  * <p>The attribute settings for the video tiles.</p>
761
+ * @public
762
762
  */
763
763
  VideoAttribute?: VideoAttribute;
764
764
  /**
765
- * @public
766
765
  * <p>The orientation setting, horizontal or vertical.</p>
766
+ * @public
767
767
  */
768
768
  CanvasOrientation?: CanvasOrientation;
769
769
  }
@@ -791,23 +791,23 @@ export declare const ResolutionOption: {
791
791
  */
792
792
  export type ResolutionOption = (typeof ResolutionOption)[keyof typeof ResolutionOption];
793
793
  /**
794
- * @public
795
794
  * <p>Specifies the configuration for compositing video artifacts.</p>
795
+ * @public
796
796
  */
797
797
  export interface CompositedVideoArtifactsConfiguration {
798
798
  /**
799
- * @public
800
799
  * <p>The layout setting, such as <code>GridView</code> in the configuration object.</p>
800
+ * @public
801
801
  */
802
802
  Layout?: LayoutOption;
803
803
  /**
804
- * @public
805
804
  * <p>The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.</p>
805
+ * @public
806
806
  */
807
807
  Resolution?: ResolutionOption;
808
808
  /**
809
- * @public
810
809
  * <p>The <code>GridView</code> configuration setting.</p>
810
+ * @public
811
811
  */
812
812
  GridViewConfiguration: GridViewConfiguration | undefined;
813
813
  }
@@ -835,18 +835,18 @@ export declare const ArtifactsState: {
835
835
  */
836
836
  export type ArtifactsState = (typeof ArtifactsState)[keyof typeof ArtifactsState];
837
837
  /**
838
- * @public
839
838
  * <p>The content artifact object.</p>
839
+ * @public
840
840
  */
841
841
  export interface ContentArtifactsConfiguration {
842
842
  /**
843
- * @public
844
843
  * <p>Indicates whether the content artifact is enabled or disabled.</p>
844
+ * @public
845
845
  */
846
846
  State: ArtifactsState | undefined;
847
847
  /**
848
- * @public
849
848
  * <p>The MUX type of the artifact configuration.</p>
849
+ * @public
850
850
  */
851
851
  MuxType?: ContentMuxType;
852
852
  }
@@ -862,44 +862,44 @@ export declare const VideoMuxType: {
862
862
  */
863
863
  export type VideoMuxType = (typeof VideoMuxType)[keyof typeof VideoMuxType];
864
864
  /**
865
- * @public
866
865
  * <p>The video artifact configuration object.</p>
866
+ * @public
867
867
  */
868
868
  export interface VideoArtifactsConfiguration {
869
869
  /**
870
- * @public
871
870
  * <p>Indicates whether the video artifact is enabled or disabled.</p>
871
+ * @public
872
872
  */
873
873
  State: ArtifactsState | undefined;
874
874
  /**
875
- * @public
876
875
  * <p>The MUX type of the video artifact configuration object.</p>
876
+ * @public
877
877
  */
878
878
  MuxType?: VideoMuxType;
879
879
  }
880
880
  /**
881
- * @public
882
881
  * <p>The configuration for the artifacts.</p>
882
+ * @public
883
883
  */
884
884
  export interface ArtifactsConfiguration {
885
885
  /**
886
- * @public
887
886
  * <p>The configuration for the audio artifacts.</p>
887
+ * @public
888
888
  */
889
889
  Audio: AudioArtifactsConfiguration | undefined;
890
890
  /**
891
- * @public
892
891
  * <p>The configuration for the video artifacts.</p>
892
+ * @public
893
893
  */
894
894
  Video: VideoArtifactsConfiguration | undefined;
895
895
  /**
896
- * @public
897
896
  * <p>The configuration for the content artifacts.</p>
897
+ * @public
898
898
  */
899
899
  Content: ContentArtifactsConfiguration | undefined;
900
900
  /**
901
- * @public
902
901
  * <p>Enables video compositing.</p>
902
+ * @public
903
903
  */
904
904
  CompositedVideo?: CompositedVideoArtifactsConfiguration;
905
905
  }
@@ -933,8 +933,8 @@ export declare const ErrorCode: {
933
933
  */
934
934
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
935
935
  /**
936
- * @public
937
936
  * <p>The input parameters don't match the service's restrictions.</p>
937
+ * @public
938
938
  */
939
939
  export declare class BadRequestException extends __BaseException {
940
940
  readonly name: "BadRequestException";
@@ -942,8 +942,8 @@ export declare class BadRequestException extends __BaseException {
942
942
  Code?: ErrorCode;
943
943
  Message?: string;
944
944
  /**
945
- * @public
946
945
  * <p>The request ID associated with the call responsible for the exception.</p>
946
+ * @public
947
947
  */
948
948
  RequestId?: string;
949
949
  /**
@@ -964,63 +964,63 @@ export declare const ParticipantRole: {
964
964
  */
965
965
  export type ParticipantRole = (typeof ParticipantRole)[keyof typeof ParticipantRole];
966
966
  /**
967
- * @public
968
967
  * <p>Defines an audio channel in a Kinesis video stream.</p>
968
+ * @public
969
969
  */
970
970
  export interface ChannelDefinition {
971
971
  /**
972
- * @public
973
972
  * <p>The channel ID.</p>
973
+ * @public
974
974
  */
975
975
  ChannelId: number | undefined;
976
976
  /**
977
- * @public
978
977
  * <p>Specifies whether the audio in a channel belongs to the <code>AGENT</code> or <code>CUSTOMER</code>.</p>
978
+ * @public
979
979
  */
980
980
  ParticipantRole?: ParticipantRole;
981
981
  }
982
982
  /**
983
- * @public
984
983
  * <p>The video streams for a specified media pipeline. The total number of
985
984
  * video streams can't exceed 25.</p>
985
+ * @public
986
986
  */
987
987
  export interface SelectedVideoStreams {
988
988
  /**
989
- * @public
990
989
  * <p>The attendee IDs of the streams selected for a media pipeline. </p>
990
+ * @public
991
991
  */
992
992
  AttendeeIds?: string[];
993
993
  /**
994
- * @public
995
994
  * <p>The external user IDs of the streams selected for a media pipeline.</p>
995
+ * @public
996
996
  */
997
997
  ExternalUserIds?: string[];
998
998
  }
999
999
  /**
1000
- * @public
1001
1000
  * <p>Source configuration for a specified media pipeline.</p>
1001
+ * @public
1002
1002
  */
1003
1003
  export interface SourceConfiguration {
1004
1004
  /**
1005
- * @public
1006
1005
  * <p>The selected video streams for a specified media pipeline. The number
1007
1006
  * of video streams can't exceed 25.</p>
1007
+ * @public
1008
1008
  */
1009
1009
  SelectedVideoStreams?: SelectedVideoStreams;
1010
1010
  }
1011
1011
  /**
1012
- * @public
1013
1012
  * <p>The configuration object of the Amazon Chime SDK meeting for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>
1013
+ * @public
1014
1014
  */
1015
1015
  export interface ChimeSdkMeetingConfiguration {
1016
1016
  /**
1017
- * @public
1018
1017
  * <p>The source configuration for a specified media pipeline.</p>
1018
+ * @public
1019
1019
  */
1020
1020
  SourceConfiguration?: SourceConfiguration;
1021
1021
  /**
1022
- * @public
1023
1022
  * <p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>
1023
+ * @public
1024
1024
  */
1025
1025
  ArtifactsConfiguration?: ArtifactsConfiguration;
1026
1026
  }
@@ -1047,18 +1047,18 @@ export declare const MediaPipelineSourceType: {
1047
1047
  */
1048
1048
  export type MediaPipelineSourceType = (typeof MediaPipelineSourceType)[keyof typeof MediaPipelineSourceType];
1049
1049
  /**
1050
- * @public
1051
1050
  * <p>A key/value pair that grants users access to meeting resources.</p>
1051
+ * @public
1052
1052
  */
1053
1053
  export interface Tag {
1054
1054
  /**
1055
- * @public
1056
1055
  * <p>The key half of a tag.</p>
1056
+ * @public
1057
1057
  */
1058
1058
  Key: string | undefined;
1059
1059
  /**
1060
- * @public
1061
1060
  * <p>The value half of a tag.</p>
1061
+ * @public
1062
1062
  */
1063
1063
  Value: string | undefined;
1064
1064
  }
@@ -1067,40 +1067,40 @@ export interface Tag {
1067
1067
  */
1068
1068
  export interface CreateMediaCapturePipelineRequest {
1069
1069
  /**
1070
- * @public
1071
1070
  * <p>Source type from which the media artifacts are captured. A Chime SDK Meeting is the only
1072
1071
  * supported source.</p>
1072
+ * @public
1073
1073
  */
1074
1074
  SourceType: MediaPipelineSourceType | undefined;
1075
1075
  /**
1076
- * @public
1077
1076
  * <p>ARN of the source from which the media artifacts are captured.</p>
1077
+ * @public
1078
1078
  */
1079
1079
  SourceArn: string | undefined;
1080
1080
  /**
1081
- * @public
1082
1081
  * <p>Destination type to which the media artifacts are saved. You must use an S3 bucket.</p>
1082
+ * @public
1083
1083
  */
1084
1084
  SinkType: MediaPipelineSinkType | undefined;
1085
1085
  /**
1086
- * @public
1087
1086
  * <p>The ARN of the sink type.</p>
1087
+ * @public
1088
1088
  */
1089
1089
  SinkArn: string | undefined;
1090
1090
  /**
1091
- * @public
1092
1091
  * <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>
1092
+ * @public
1093
1093
  */
1094
1094
  ClientRequestToken?: string;
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>The configuration for a specified media pipeline. <code>SourceType</code> must
1098
1097
  * be <code>ChimeSdkMeeting</code>.</p>
1098
+ * @public
1099
1099
  */
1100
1100
  ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
1101
1101
  /**
1102
- * @public
1103
1102
  * <p>The tag key-value pairs.</p>
1103
+ * @public
1104
1104
  */
1105
1105
  Tags?: Tag[];
1106
1106
  }
@@ -1122,62 +1122,62 @@ export declare const MediaPipelineStatus: {
1122
1122
  */
1123
1123
  export type MediaPipelineStatus = (typeof MediaPipelineStatus)[keyof typeof MediaPipelineStatus];
1124
1124
  /**
1125
- * @public
1126
1125
  * <p>A media pipeline object consisting of an ID, source type, source ARN, a sink
1127
1126
  * type, a sink ARN, and a configuration object.</p>
1127
+ * @public
1128
1128
  */
1129
1129
  export interface MediaCapturePipeline {
1130
1130
  /**
1131
- * @public
1132
1131
  * <p>The ID of a media pipeline.</p>
1132
+ * @public
1133
1133
  */
1134
1134
  MediaPipelineId?: string;
1135
1135
  /**
1136
- * @public
1137
1136
  * <p>The ARN of the media capture pipeline</p>
1137
+ * @public
1138
1138
  */
1139
1139
  MediaPipelineArn?: string;
1140
1140
  /**
1141
- * @public
1142
1141
  * <p>Source type from which media artifacts are saved. You must use
1143
1142
  * <code>ChimeMeeting</code>.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  SourceType?: MediaPipelineSourceType;
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>ARN of the source from which the media artifacts are saved.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  SourceArn?: string;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The status of the media pipeline.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  Status?: MediaPipelineStatus;
1156
1156
  /**
1157
- * @public
1158
1157
  * <p>Destination type to which the media artifacts are saved. You must use an S3
1159
1158
  * Bucket.</p>
1159
+ * @public
1160
1160
  */
1161
1161
  SinkType?: MediaPipelineSinkType;
1162
1162
  /**
1163
- * @public
1164
1163
  * <p>ARN of the destination to which the media artifacts are saved.</p>
1164
+ * @public
1165
1165
  */
1166
1166
  SinkArn?: string;
1167
1167
  /**
1168
- * @public
1169
1168
  * <p>The time at which the pipeline was created, in ISO 8601 format.</p>
1169
+ * @public
1170
1170
  */
1171
1171
  CreatedTimestamp?: Date;
1172
1172
  /**
1173
- * @public
1174
1173
  * <p>The time at which the pipeline was updated, in ISO 8601 format.</p>
1174
+ * @public
1175
1175
  */
1176
1176
  UpdatedTimestamp?: Date;
1177
1177
  /**
1178
- * @public
1179
1178
  * <p>The configuration for a specified media pipeline. <code>SourceType</code> must
1180
1179
  * be <code>ChimeSdkMeeting</code>.</p>
1180
+ * @public
1181
1181
  */
1182
1182
  ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
1183
1183
  }
@@ -1186,15 +1186,15 @@ export interface MediaCapturePipeline {
1186
1186
  */
1187
1187
  export interface CreateMediaCapturePipelineResponse {
1188
1188
  /**
1189
- * @public
1190
1189
  * <p>A media pipeline object, the ID, source type, source ARN, sink type, and sink
1191
1190
  * ARN of a media pipeline object.</p>
1191
+ * @public
1192
1192
  */
1193
1193
  MediaCapturePipeline?: MediaCapturePipeline;
1194
1194
  }
1195
1195
  /**
1196
- * @public
1197
1196
  * <p>The client is permanently forbidden from making the request.</p>
1197
+ * @public
1198
1198
  */
1199
1199
  export declare class ForbiddenException extends __BaseException {
1200
1200
  readonly name: "ForbiddenException";
@@ -1202,8 +1202,8 @@ export declare class ForbiddenException extends __BaseException {
1202
1202
  Code?: ErrorCode;
1203
1203
  Message?: string;
1204
1204
  /**
1205
- * @public
1206
1205
  * <p>The request id associated with the call responsible for the exception.</p>
1206
+ * @public
1207
1207
  */
1208
1208
  RequestId?: string;
1209
1209
  /**
@@ -1212,8 +1212,8 @@ export declare class ForbiddenException extends __BaseException {
1212
1212
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
1213
1213
  }
1214
1214
  /**
1215
- * @public
1216
1215
  * <p>The request exceeds the resource limit.</p>
1216
+ * @public
1217
1217
  */
1218
1218
  export declare class ResourceLimitExceededException extends __BaseException {
1219
1219
  readonly name: "ResourceLimitExceededException";
@@ -1221,8 +1221,8 @@ export declare class ResourceLimitExceededException extends __BaseException {
1221
1221
  Code?: ErrorCode;
1222
1222
  Message?: string;
1223
1223
  /**
1224
- * @public
1225
1224
  * <p>The request ID associated with the call responsible for the exception.</p>
1225
+ * @public
1226
1226
  */
1227
1227
  RequestId?: string;
1228
1228
  /**
@@ -1231,8 +1231,8 @@ export declare class ResourceLimitExceededException extends __BaseException {
1231
1231
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
1232
1232
  }
1233
1233
  /**
1234
- * @public
1235
1234
  * <p>The service encountered an unexpected error.</p>
1235
+ * @public
1236
1236
  */
1237
1237
  export declare class ServiceFailureException extends __BaseException {
1238
1238
  readonly name: "ServiceFailureException";
@@ -1240,8 +1240,8 @@ export declare class ServiceFailureException extends __BaseException {
1240
1240
  Code?: ErrorCode;
1241
1241
  Message?: string;
1242
1242
  /**
1243
- * @public
1244
1243
  * <p>The request ID associated with the call responsible for the exception.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  RequestId?: string;
1247
1247
  /**
@@ -1250,8 +1250,8 @@ export declare class ServiceFailureException extends __BaseException {
1250
1250
  constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
1251
1251
  }
1252
1252
  /**
1253
- * @public
1254
1253
  * <p>The service is currently unavailable.</p>
1254
+ * @public
1255
1255
  */
1256
1256
  export declare class ServiceUnavailableException extends __BaseException {
1257
1257
  readonly name: "ServiceUnavailableException";
@@ -1259,8 +1259,8 @@ export declare class ServiceUnavailableException extends __BaseException {
1259
1259
  Code?: ErrorCode;
1260
1260
  Message?: string;
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>The request ID associated with the call responsible for the exception.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  RequestId?: string;
1266
1266
  /**
@@ -1269,8 +1269,8 @@ export declare class ServiceUnavailableException extends __BaseException {
1269
1269
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
1270
1270
  }
1271
1271
  /**
1272
- * @public
1273
1272
  * <p>The client exceeded its request rate limit.</p>
1273
+ * @public
1274
1274
  */
1275
1275
  export declare class ThrottledClientException extends __BaseException {
1276
1276
  readonly name: "ThrottledClientException";
@@ -1278,8 +1278,8 @@ export declare class ThrottledClientException extends __BaseException {
1278
1278
  Code?: ErrorCode;
1279
1279
  Message?: string;
1280
1280
  /**
1281
- * @public
1282
1281
  * <p>The request ID associated with the call responsible for the exception.</p>
1282
+ * @public
1283
1283
  */
1284
1284
  RequestId?: string;
1285
1285
  /**
@@ -1288,8 +1288,8 @@ export declare class ThrottledClientException extends __BaseException {
1288
1288
  constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
1289
1289
  }
1290
1290
  /**
1291
- * @public
1292
1291
  * <p>The client is not currently authorized to make the request.</p>
1292
+ * @public
1293
1293
  */
1294
1294
  export declare class UnauthorizedClientException extends __BaseException {
1295
1295
  readonly name: "UnauthorizedClientException";
@@ -1297,8 +1297,8 @@ export declare class UnauthorizedClientException extends __BaseException {
1297
1297
  Code?: ErrorCode;
1298
1298
  Message?: string;
1299
1299
  /**
1300
- * @public
1301
1300
  * <p>The request ID associated with the call responsible for the exception.</p>
1301
+ * @public
1302
1302
  */
1303
1303
  RequestId?: string;
1304
1304
  /**
@@ -1307,13 +1307,13 @@ export declare class UnauthorizedClientException extends __BaseException {
1307
1307
  constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
1308
1308
  }
1309
1309
  /**
1310
- * @public
1311
1310
  * <p>The configuration settings for the S3 bucket.</p>
1311
+ * @public
1312
1312
  */
1313
1313
  export interface S3BucketSinkConfiguration {
1314
1314
  /**
1315
- * @public
1316
1315
  * <p>The destination URL of the S3 bucket.</p>
1316
+ * @public
1317
1317
  */
1318
1318
  Destination: string | undefined;
1319
1319
  }
@@ -1329,46 +1329,46 @@ export declare const ConcatenationSinkType: {
1329
1329
  */
1330
1330
  export type ConcatenationSinkType = (typeof ConcatenationSinkType)[keyof typeof ConcatenationSinkType];
1331
1331
  /**
1332
- * @public
1333
1332
  * <p>The data sink of the configuration object.</p>
1333
+ * @public
1334
1334
  */
1335
1335
  export interface ConcatenationSink {
1336
1336
  /**
1337
- * @public
1338
1337
  * <p>The type of data sink in the configuration object.</p>
1338
+ * @public
1339
1339
  */
1340
1340
  Type: ConcatenationSinkType | undefined;
1341
1341
  /**
1342
- * @public
1343
1342
  * <p>The configuration settings for an Amazon S3 bucket sink.</p>
1343
+ * @public
1344
1344
  */
1345
1345
  S3BucketSinkConfiguration: S3BucketSinkConfiguration | undefined;
1346
1346
  }
1347
1347
  /**
1348
- * @public
1349
1348
  * <p>The configuration object of the Amazon Chime SDK meeting concatenation for a specified
1350
1349
  * media pipeline.</p>
1350
+ * @public
1351
1351
  */
1352
1352
  export interface ChimeSdkMeetingConcatenationConfiguration {
1353
1353
  /**
1354
- * @public
1355
1354
  * <p>The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.</p>
1355
+ * @public
1356
1356
  */
1357
1357
  ArtifactsConfiguration: ArtifactsConcatenationConfiguration | undefined;
1358
1358
  }
1359
1359
  /**
1360
- * @public
1361
1360
  * <p>The source configuration object of a media capture pipeline.</p>
1361
+ * @public
1362
1362
  */
1363
1363
  export interface MediaCapturePipelineSourceConfiguration {
1364
1364
  /**
1365
- * @public
1366
1365
  * <p>The media pipeline ARN in the configuration object of a media capture pipeline.</p>
1366
+ * @public
1367
1367
  */
1368
1368
  MediaPipelineArn: string | undefined;
1369
1369
  /**
1370
- * @public
1371
1370
  * <p>The meeting configuration settings in a media capture pipeline configuration object. </p>
1371
+ * @public
1372
1372
  */
1373
1373
  ChimeSdkMeetingConfiguration: ChimeSdkMeetingConcatenationConfiguration | undefined;
1374
1374
  }
@@ -1384,18 +1384,18 @@ export declare const ConcatenationSourceType: {
1384
1384
  */
1385
1385
  export type ConcatenationSourceType = (typeof ConcatenationSourceType)[keyof typeof ConcatenationSourceType];
1386
1386
  /**
1387
- * @public
1388
1387
  * <p>The source type and media pipeline configuration settings in a configuration object.</p>
1388
+ * @public
1389
1389
  */
1390
1390
  export interface ConcatenationSource {
1391
1391
  /**
1392
- * @public
1393
1392
  * <p>The type of concatenation source in a configuration object.</p>
1393
+ * @public
1394
1394
  */
1395
1395
  Type: ConcatenationSourceType | undefined;
1396
1396
  /**
1397
- * @public
1398
1397
  * <p>The concatenation settings for the media pipeline in a configuration object.</p>
1398
+ * @public
1399
1399
  */
1400
1400
  MediaCapturePipelineSourceConfiguration: MediaCapturePipelineSourceConfiguration | undefined;
1401
1401
  }
@@ -1404,65 +1404,65 @@ export interface ConcatenationSource {
1404
1404
  */
1405
1405
  export interface CreateMediaConcatenationPipelineRequest {
1406
1406
  /**
1407
- * @public
1408
1407
  * <p>An object that specifies the sources for the media concatenation pipeline.</p>
1408
+ * @public
1409
1409
  */
1410
1410
  Sources: ConcatenationSource[] | undefined;
1411
1411
  /**
1412
- * @public
1413
1412
  * <p>An object that specifies the data sinks for the media concatenation pipeline.</p>
1413
+ * @public
1414
1414
  */
1415
1415
  Sinks: ConcatenationSink[] | undefined;
1416
1416
  /**
1417
- * @public
1418
1417
  * <p>The unique identifier for the client request. The token makes the API request
1419
1418
  * idempotent. Use a unique token for each media concatenation pipeline request.</p>
1419
+ * @public
1420
1420
  */
1421
1421
  ClientRequestToken?: string;
1422
1422
  /**
1423
- * @public
1424
1423
  * <p>The tags associated with the media concatenation pipeline.</p>
1424
+ * @public
1425
1425
  */
1426
1426
  Tags?: Tag[];
1427
1427
  }
1428
1428
  /**
1429
- * @public
1430
1429
  * <p>Concatenates audio and video data from one or more data streams.</p>
1430
+ * @public
1431
1431
  */
1432
1432
  export interface MediaConcatenationPipeline {
1433
1433
  /**
1434
- * @public
1435
1434
  * <p>The ID of the media pipeline being concatenated.</p>
1435
+ * @public
1436
1436
  */
1437
1437
  MediaPipelineId?: string;
1438
1438
  /**
1439
- * @public
1440
1439
  * <p>The ARN of the media pipeline that you specify in the <code>SourceConfiguration</code> object.</p>
1440
+ * @public
1441
1441
  */
1442
1442
  MediaPipelineArn?: string;
1443
1443
  /**
1444
- * @public
1445
1444
  * <p>The data sources being concatenated.</p>
1445
+ * @public
1446
1446
  */
1447
1447
  Sources?: ConcatenationSource[];
1448
1448
  /**
1449
- * @public
1450
1449
  * <p>The data sinks of the concatenation pipeline.</p>
1450
+ * @public
1451
1451
  */
1452
1452
  Sinks?: ConcatenationSink[];
1453
1453
  /**
1454
- * @public
1455
1454
  * <p>The status of the concatenation pipeline.</p>
1455
+ * @public
1456
1456
  */
1457
1457
  Status?: MediaPipelineStatus;
1458
1458
  /**
1459
- * @public
1460
1459
  * <p>The time at which the concatenation pipeline was created.</p>
1460
+ * @public
1461
1461
  */
1462
1462
  CreatedTimestamp?: Date;
1463
1463
  /**
1464
- * @public
1465
1464
  * <p>The time at which the concatenation pipeline was last updated.</p>
1465
+ * @public
1466
1466
  */
1467
1467
  UpdatedTimestamp?: Date;
1468
1468
  }
@@ -1471,9 +1471,9 @@ export interface MediaConcatenationPipeline {
1471
1471
  */
1472
1472
  export interface CreateMediaConcatenationPipelineResponse {
1473
1473
  /**
1474
- * @public
1475
1474
  * <p>A media concatenation pipeline object, the ID, source type, <code>MediaPipelineARN</code>, and sink of a
1476
1475
  * media concatenation pipeline object.</p>
1476
+ * @public
1477
1477
  */
1478
1478
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
1479
1479
  }
@@ -1490,23 +1490,22 @@ export declare const FragmentSelectorType: {
1490
1490
  */
1491
1491
  export type FragmentSelectorType = (typeof FragmentSelectorType)[keyof typeof FragmentSelectorType];
1492
1492
  /**
1493
- * @public
1494
1493
  * <p>The range of timestamps to return.</p>
1494
+ * @public
1495
1495
  */
1496
1496
  export interface TimestampRange {
1497
1497
  /**
1498
- * @public
1499
1498
  * <p>The starting timestamp for the specified range.</p>
1499
+ * @public
1500
1500
  */
1501
1501
  StartTimestamp: Date | undefined;
1502
1502
  /**
1503
- * @public
1504
1503
  * <p>The ending timestamp for the specified range.</p>
1504
+ * @public
1505
1505
  */
1506
1506
  EndTimestamp: Date | undefined;
1507
1507
  }
1508
1508
  /**
1509
- * @public
1510
1509
  * <p>Describes the timestamp range and timestamp origin of a range of fragments.</p>
1511
1510
  * <p>Only fragments with a start timestamp greater than or equal to the given start time and less than or equal to the end time are returned.
1512
1511
  * For example, say a stream contains fragments with the following start timestamps:</p>
@@ -1525,44 +1524,45 @@ export interface TimestampRange {
1525
1524
  * </li>
1526
1525
  * </ul>
1527
1526
  * <p>A fragment selector range with a start time of 00:00:01 and end time of 00:00:04 would return the fragments with start times of 00:00:02 and 00:00:04.</p>
1527
+ * @public
1528
1528
  */
1529
1529
  export interface FragmentSelector {
1530
1530
  /**
1531
- * @public
1532
1531
  * <p>The origin of the timestamps to use, <code>Server</code> or <code>Producer</code>. For more information, see
1533
1532
  * <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html">StartSelectorType</a> in the <i>Amazon Kinesis Video Streams Developer Guide</i>.</p>
1533
+ * @public
1534
1534
  */
1535
1535
  FragmentSelectorType: FragmentSelectorType | undefined;
1536
1536
  /**
1537
- * @public
1538
1537
  * <p>The range of timestamps to return.</p>
1538
+ * @public
1539
1539
  */
1540
1540
  TimestampRange: TimestampRange | undefined;
1541
1541
  }
1542
1542
  /**
1543
- * @public
1544
1543
  * <p>A structure that holds the settings for recording media.</p>
1544
+ * @public
1545
1545
  */
1546
1546
  export interface RecordingStreamConfiguration {
1547
1547
  /**
1548
- * @public
1549
1548
  * <p>The ARN of the recording stream.</p>
1549
+ * @public
1550
1550
  */
1551
1551
  StreamArn?: string;
1552
1552
  }
1553
1553
  /**
1554
- * @public
1555
1554
  * <p>A structure that contains the runtime settings for recording a Kinesis video stream.</p>
1555
+ * @public
1556
1556
  */
1557
1557
  export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
1558
1558
  /**
1559
- * @public
1560
1559
  * <p>The stream or streams to be recorded.</p>
1560
+ * @public
1561
1561
  */
1562
1562
  Streams: RecordingStreamConfiguration[] | undefined;
1563
1563
  /**
1564
- * @public
1565
1564
  * <p>Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.</p>
1565
+ * @public
1566
1566
  */
1567
1567
  FragmentSelector: FragmentSelector | undefined;
1568
1568
  }
@@ -1578,64 +1578,64 @@ export declare const MediaEncoding: {
1578
1578
  */
1579
1579
  export type MediaEncoding = (typeof MediaEncoding)[keyof typeof MediaEncoding];
1580
1580
  /**
1581
- * @public
1582
1581
  * <p>Defines a streaming channel.</p>
1582
+ * @public
1583
1583
  */
1584
1584
  export interface StreamChannelDefinition {
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>The number of channels in a streaming channel.</p>
1587
+ * @public
1588
1588
  */
1589
1589
  NumberOfChannels: number | undefined;
1590
1590
  /**
1591
- * @public
1592
1591
  * <p>The definitions of the channels in a streaming channel.</p>
1592
+ * @public
1593
1593
  */
1594
1594
  ChannelDefinitions?: ChannelDefinition[];
1595
1595
  }
1596
1596
  /**
1597
- * @public
1598
1597
  * <p>The configuration settings for a stream.</p>
1598
+ * @public
1599
1599
  */
1600
1600
  export interface StreamConfiguration {
1601
1601
  /**
1602
- * @public
1603
1602
  * <p>The ARN of the stream.</p>
1603
+ * @public
1604
1604
  */
1605
1605
  StreamArn: string | undefined;
1606
1606
  /**
1607
- * @public
1608
1607
  * <p>The unique identifier of the fragment to begin processing.</p>
1608
+ * @public
1609
1609
  */
1610
1610
  FragmentNumber?: string;
1611
1611
  /**
1612
- * @public
1613
1612
  * <p>The streaming channel definition in the stream configuration.</p>
1613
+ * @public
1614
1614
  */
1615
1615
  StreamChannelDefinition: StreamChannelDefinition | undefined;
1616
1616
  }
1617
1617
  /**
1618
- * @public
1619
1618
  * <p>The runtime configuration settings for the Kinesis video stream source.</p>
1619
+ * @public
1620
1620
  */
1621
1621
  export interface KinesisVideoStreamSourceRuntimeConfiguration {
1622
1622
  /**
1623
- * @public
1624
1623
  * <p>The streams in the source runtime configuration of a Kinesis video stream.</p>
1624
+ * @public
1625
1625
  */
1626
1626
  Streams: StreamConfiguration[] | undefined;
1627
1627
  /**
1628
- * @public
1629
1628
  * <p>Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit little-endian audio formats, which does not include WAV)</p>
1630
1629
  * <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio">Media formats</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>
1630
+ * @public
1631
1631
  */
1632
1632
  MediaEncoding: MediaEncoding | undefined;
1633
1633
  /**
1634
- * @public
1635
1634
  * <p>The sample rate of the input audio (in hertz). Low-quality audio, such as telephone
1636
1635
  * audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to
1637
1636
  * 48,000 Hz. Note that the sample rate you specify must match that of your audio.</p>
1638
1637
  * <p>Valid Range: Minimum value of 8000. Maximum value of 48000.</p>
1638
+ * @public
1639
1639
  */
1640
1640
  MediaSampleRate: number | undefined;
1641
1641
  }
@@ -1652,18 +1652,18 @@ export declare const RecordingFileFormat: {
1652
1652
  */
1653
1653
  export type RecordingFileFormat = (typeof RecordingFileFormat)[keyof typeof RecordingFileFormat];
1654
1654
  /**
1655
- * @public
1656
1655
  * <p>A structure that holds the settings for transmitting media files to the Amazon S3 bucket. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>
1656
+ * @public
1657
1657
  */
1658
1658
  export interface S3RecordingSinkRuntimeConfiguration {
1659
1659
  /**
1660
- * @public
1661
1660
  * <p>The URI of the S3 bucket used as the sink.</p>
1661
+ * @public
1662
1662
  */
1663
1663
  Destination: string | undefined;
1664
1664
  /**
1665
- * @public
1666
1665
  * <p>The file format for the media files sent to the Amazon S3 bucket.</p>
1666
+ * @public
1667
1667
  */
1668
1668
  RecordingFileFormat: RecordingFileFormat | undefined;
1669
1669
  }
@@ -1672,39 +1672,39 @@ export interface S3RecordingSinkRuntimeConfiguration {
1672
1672
  */
1673
1673
  export interface CreateMediaInsightsPipelineRequest {
1674
1674
  /**
1675
- * @public
1676
1675
  * <p>The ARN of the pipeline's configuration.</p>
1676
+ * @public
1677
1677
  */
1678
1678
  MediaInsightsPipelineConfigurationArn: string | undefined;
1679
1679
  /**
1680
- * @public
1681
1680
  * <p>The runtime configuration for the Kinesis video stream source of the media insights
1682
1681
  * pipeline.</p>
1682
+ * @public
1683
1683
  */
1684
1684
  KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
1685
1685
  /**
1686
- * @public
1687
1686
  * <p>The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.</p>
1687
+ * @public
1688
1688
  */
1689
1689
  MediaInsightsRuntimeMetadata?: Record<string, string>;
1690
1690
  /**
1691
- * @public
1692
1691
  * <p>The runtime configuration for the Kinesis video recording stream source.</p>
1692
+ * @public
1693
1693
  */
1694
1694
  KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
1695
1695
  /**
1696
- * @public
1697
1696
  * <p>The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>
1697
+ * @public
1698
1698
  */
1699
1699
  S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
1700
1700
  /**
1701
- * @public
1702
1701
  * <p>The tags assigned to the media insights pipeline.</p>
1702
+ * @public
1703
1703
  */
1704
1704
  Tags?: Tag[];
1705
1705
  /**
1706
- * @public
1707
1706
  * <p>The unique identifier for the media insights pipeline request.</p>
1707
+ * @public
1708
1708
  */
1709
1709
  ClientRequestToken?: string;
1710
1710
  }
@@ -1746,74 +1746,74 @@ export declare const MediaInsightsPipelineConfigurationElementType: {
1746
1746
  */
1747
1747
  export type MediaInsightsPipelineConfigurationElementType = (typeof MediaInsightsPipelineConfigurationElementType)[keyof typeof MediaInsightsPipelineConfigurationElementType];
1748
1748
  /**
1749
- * @public
1750
1749
  * <p>The status of the pipeline element.</p>
1750
+ * @public
1751
1751
  */
1752
1752
  export interface MediaInsightsPipelineElementStatus {
1753
1753
  /**
1754
- * @public
1755
1754
  * <p>The type of status.</p>
1755
+ * @public
1756
1756
  */
1757
1757
  Type?: MediaInsightsPipelineConfigurationElementType;
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>The element's status.</p>
1760
+ * @public
1761
1761
  */
1762
1762
  Status?: MediaPipelineElementStatus;
1763
1763
  }
1764
1764
  /**
1765
- * @public
1766
1765
  * <p>A media pipeline that streams call analytics data.</p>
1766
+ * @public
1767
1767
  */
1768
1768
  export interface MediaInsightsPipeline {
1769
1769
  /**
1770
- * @public
1771
1770
  * <p>The ID of a media insights pipeline.</p>
1771
+ * @public
1772
1772
  */
1773
1773
  MediaPipelineId?: string;
1774
1774
  /**
1775
- * @public
1776
1775
  * <p>The ARN of a media insights pipeline.</p>
1776
+ * @public
1777
1777
  */
1778
1778
  MediaPipelineArn?: string;
1779
1779
  /**
1780
- * @public
1781
1780
  * <p>The ARN of a media insight pipeline's configuration settings.</p>
1781
+ * @public
1782
1782
  */
1783
1783
  MediaInsightsPipelineConfigurationArn?: string;
1784
1784
  /**
1785
- * @public
1786
1785
  * <p>The status of a media insights pipeline.</p>
1786
+ * @public
1787
1787
  */
1788
1788
  Status?: MediaPipelineStatus;
1789
1789
  /**
1790
- * @public
1791
1790
  * <p>The configuration settings for a Kinesis runtime video stream in a media insights pipeline.</p>
1791
+ * @public
1792
1792
  */
1793
1793
  KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
1794
1794
  /**
1795
- * @public
1796
1795
  * <p>The runtime metadata of a media insights pipeline.</p>
1796
+ * @public
1797
1797
  */
1798
1798
  MediaInsightsRuntimeMetadata?: Record<string, string>;
1799
1799
  /**
1800
- * @public
1801
1800
  * <p>The runtime configuration settings for a Kinesis recording video stream in a media insights pipeline.</p>
1801
+ * @public
1802
1802
  */
1803
1803
  KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
1804
1804
  /**
1805
- * @public
1806
1805
  * <p>The runtime configuration of the Amazon S3 bucket that stores recordings in a media insights pipeline.</p>
1806
+ * @public
1807
1807
  */
1808
1808
  S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
1809
1809
  /**
1810
- * @public
1811
1810
  * <p>The time at which the media insights pipeline was created.</p>
1811
+ * @public
1812
1812
  */
1813
1813
  CreatedTimestamp?: Date;
1814
1814
  /**
1815
- * @public
1816
1815
  * <p>The statuses that the elements in a media insights pipeline can have during data processing.</p>
1816
+ * @public
1817
1817
  */
1818
1818
  ElementStatuses?: MediaInsightsPipelineElementStatus[];
1819
1819
  }
@@ -1822,14 +1822,14 @@ export interface MediaInsightsPipeline {
1822
1822
  */
1823
1823
  export interface CreateMediaInsightsPipelineResponse {
1824
1824
  /**
1825
- * @public
1826
1825
  * <p>The media insights pipeline object.</p>
1826
+ * @public
1827
1827
  */
1828
1828
  MediaInsightsPipeline: MediaInsightsPipeline | undefined;
1829
1829
  }
1830
1830
  /**
1831
- * @public
1832
1831
  * <p>One or more of the resources in the request does not exist in the system.</p>
1832
+ * @public
1833
1833
  */
1834
1834
  export declare class NotFoundException extends __BaseException {
1835
1835
  readonly name: "NotFoundException";
@@ -1837,8 +1837,8 @@ export declare class NotFoundException extends __BaseException {
1837
1837
  Code?: ErrorCode;
1838
1838
  Message?: string;
1839
1839
  /**
1840
- * @public
1841
1840
  * <p>The request ID associated with the call responsible for the exception.</p>
1841
+ * @public
1842
1842
  */
1843
1843
  RequestId?: string;
1844
1844
  /**
@@ -1847,62 +1847,62 @@ export declare class NotFoundException extends __BaseException {
1847
1847
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
1848
1848
  }
1849
1849
  /**
1850
- * @public
1851
1850
  * <p>A structure that contains the configuration settings for a Kinesis Data Stream sink.</p>
1851
+ * @public
1852
1852
  */
1853
1853
  export interface KinesisDataStreamSinkConfiguration {
1854
1854
  /**
1855
- * @public
1856
1855
  * <p>The ARN of the sink.</p>
1856
+ * @public
1857
1857
  */
1858
1858
  InsightsTarget?: string;
1859
1859
  }
1860
1860
  /**
1861
- * @public
1862
1861
  * <p>A structure that contains the configuration settings for an AWS Lambda function's data sink.</p>
1862
+ * @public
1863
1863
  */
1864
1864
  export interface LambdaFunctionSinkConfiguration {
1865
1865
  /**
1866
- * @public
1867
1866
  * <p>The ARN of the sink.</p>
1867
+ * @public
1868
1868
  */
1869
1869
  InsightsTarget?: string;
1870
1870
  }
1871
1871
  /**
1872
- * @public
1873
1872
  * <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>
1873
+ * @public
1874
1874
  */
1875
1875
  export interface S3RecordingSinkConfiguration {
1876
1876
  /**
1877
- * @public
1878
1877
  * <p>The default URI of the Amazon S3 bucket used as the recording sink.</p>
1878
+ * @public
1879
1879
  */
1880
1880
  Destination?: string;
1881
1881
  /**
1882
- * @public
1883
1882
  * <p>The default file format for the media files sent to the Amazon S3 bucket.</p>
1883
+ * @public
1884
1884
  */
1885
1885
  RecordingFileFormat?: RecordingFileFormat;
1886
1886
  }
1887
1887
  /**
1888
- * @public
1889
1888
  * <p>The configuration settings for the SNS topic sink.</p>
1889
+ * @public
1890
1890
  */
1891
1891
  export interface SnsTopicSinkConfiguration {
1892
1892
  /**
1893
- * @public
1894
1893
  * <p>The ARN of the SNS sink.</p>
1894
+ * @public
1895
1895
  */
1896
1896
  InsightsTarget?: string;
1897
1897
  }
1898
1898
  /**
1899
- * @public
1900
1899
  * <p>The configuration settings for the SQS sink.</p>
1900
+ * @public
1901
1901
  */
1902
1902
  export interface SqsQueueSinkConfiguration {
1903
1903
  /**
1904
- * @public
1905
1904
  * <p>The ARN of the SQS sink.</p>
1905
+ * @public
1906
1906
  */
1907
1907
  InsightsTarget?: string;
1908
1908
  }
@@ -1919,119 +1919,119 @@ export declare const VoiceAnalyticsConfigurationStatus: {
1919
1919
  */
1920
1920
  export type VoiceAnalyticsConfigurationStatus = (typeof VoiceAnalyticsConfigurationStatus)[keyof typeof VoiceAnalyticsConfigurationStatus];
1921
1921
  /**
1922
- * @public
1923
1922
  * <p>The configuration settings for a voice analytics processor.</p>
1923
+ * @public
1924
1924
  */
1925
1925
  export interface VoiceAnalyticsProcessorConfiguration {
1926
1926
  /**
1927
- * @public
1928
1927
  * <p>The status of the speaker search task.</p>
1928
+ * @public
1929
1929
  */
1930
1930
  SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus;
1931
1931
  /**
1932
- * @public
1933
1932
  * <p>The status of the voice tone analysis task.</p>
1933
+ * @public
1934
1934
  */
1935
1935
  VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus;
1936
1936
  }
1937
1937
  /**
1938
- * @public
1939
1938
  * <p>A static structure that contains the configuration data for a <code>VoiceEnhancementSinkConfiguration</code> element.</p>
1939
+ * @public
1940
1940
  */
1941
1941
  export interface VoiceEnhancementSinkConfiguration {
1942
1942
  /**
1943
- * @public
1944
1943
  * <p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>
1944
+ * @public
1945
1945
  */
1946
1946
  Disabled?: boolean;
1947
1947
  }
1948
1948
  /**
1949
- * @public
1950
1949
  * <p>An element in a media insights pipeline configuration.</p>
1950
+ * @public
1951
1951
  */
1952
1952
  export interface MediaInsightsPipelineConfigurationElement {
1953
1953
  /**
1954
- * @public
1955
1954
  * <p>The element type.</p>
1955
+ * @public
1956
1956
  */
1957
1957
  Type: MediaInsightsPipelineConfigurationElementType | undefined;
1958
1958
  /**
1959
- * @public
1960
1959
  * <p>The analytics configuration settings for transcribing audio in a media insights pipeline configuration element.</p>
1960
+ * @public
1961
1961
  */
1962
1962
  AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration;
1963
1963
  /**
1964
- * @public
1965
1964
  * <p>The transcription processor configuration settings in a media insights pipeline
1966
1965
  * configuration element.</p>
1966
+ * @public
1967
1967
  */
1968
1968
  AmazonTranscribeProcessorConfiguration?: AmazonTranscribeProcessorConfiguration;
1969
1969
  /**
1970
- * @public
1971
1970
  * <p>The configuration settings for the Kinesis Data Stream Sink in a media insights pipeline configuration element.</p>
1971
+ * @public
1972
1972
  */
1973
1973
  KinesisDataStreamSinkConfiguration?: KinesisDataStreamSinkConfiguration;
1974
1974
  /**
1975
- * @public
1976
1975
  * <p>The configuration settings for the Amazon S3 recording bucket in a media insights pipeline configuration element.</p>
1976
+ * @public
1977
1977
  */
1978
1978
  S3RecordingSinkConfiguration?: S3RecordingSinkConfiguration;
1979
1979
  /**
1980
- * @public
1981
1980
  * <p>The voice analytics configuration settings in a media insights pipeline configuration element.</p>
1981
+ * @public
1982
1982
  */
1983
1983
  VoiceAnalyticsProcessorConfiguration?: VoiceAnalyticsProcessorConfiguration;
1984
1984
  /**
1985
- * @public
1986
1985
  * <p>The configuration settings for the Amazon Web Services Lambda sink in a media insights pipeline configuration element.</p>
1986
+ * @public
1987
1987
  */
1988
1988
  LambdaFunctionSinkConfiguration?: LambdaFunctionSinkConfiguration;
1989
1989
  /**
1990
- * @public
1991
1990
  * <p>The configuration settings for an SQS queue sink in a media insights pipeline configuration element.</p>
1991
+ * @public
1992
1992
  */
1993
1993
  SqsQueueSinkConfiguration?: SqsQueueSinkConfiguration;
1994
1994
  /**
1995
- * @public
1996
1995
  * <p>The configuration settings for an SNS topic sink in a media insights pipeline configuration element.</p>
1996
+ * @public
1997
1997
  */
1998
1998
  SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration;
1999
1999
  /**
2000
- * @public
2001
2000
  * <p>The configuration settings for voice enhancement sink in a media insights pipeline configuration element.</p>
2001
+ * @public
2002
2002
  */
2003
2003
  VoiceEnhancementSinkConfiguration?: VoiceEnhancementSinkConfiguration;
2004
2004
  }
2005
2005
  /**
2006
- * @public
2007
2006
  * <p>A structure that contains the configuration settings for an issue detection task.</p>
2007
+ * @public
2008
2008
  */
2009
2009
  export interface IssueDetectionConfiguration {
2010
2010
  /**
2011
- * @public
2012
2011
  * <p>The name of the issue detection rule.</p>
2012
+ * @public
2013
2013
  */
2014
2014
  RuleName: string | undefined;
2015
2015
  }
2016
2016
  /**
2017
- * @public
2018
2017
  * <p>A structure that contains the settings for a keyword match task.</p>
2018
+ * @public
2019
2019
  */
2020
2020
  export interface KeywordMatchConfiguration {
2021
2021
  /**
2022
- * @public
2023
2022
  * <p>The name of the keyword match rule.</p>
2023
+ * @public
2024
2024
  */
2025
2025
  RuleName: string | undefined;
2026
2026
  /**
2027
- * @public
2028
2027
  * <p>The keywords or phrases that you want to match.</p>
2028
+ * @public
2029
2029
  */
2030
2030
  Keywords: string[] | undefined;
2031
2031
  /**
2032
- * @public
2033
2032
  * <p>Matches keywords or phrases on their presence or absence. If set to <code>TRUE</code>, the rule matches when all
2034
2033
  * the specified keywords or phrases are absent. Default: <code>FALSE</code>.</p>
2034
+ * @public
2035
2035
  */
2036
2036
  Negate?: boolean;
2037
2037
  }
@@ -2047,23 +2047,23 @@ export declare const SentimentType: {
2047
2047
  */
2048
2048
  export type SentimentType = (typeof SentimentType)[keyof typeof SentimentType];
2049
2049
  /**
2050
- * @public
2051
2050
  * <p>A structure that contains the configuration settings for a sentiment analysis task.</p>
2051
+ * @public
2052
2052
  */
2053
2053
  export interface SentimentConfiguration {
2054
2054
  /**
2055
- * @public
2056
2055
  * <p>The name of the rule in the sentiment configuration.</p>
2056
+ * @public
2057
2057
  */
2058
2058
  RuleName: string | undefined;
2059
2059
  /**
2060
- * @public
2061
2060
  * <p>The type of sentiment, <code>POSITIVE</code>, <code>NEGATIVE</code>, or <code>NEUTRAL</code>.</p>
2061
+ * @public
2062
2062
  */
2063
2063
  SentimentType: SentimentType | undefined;
2064
2064
  /**
2065
- * @public
2066
2065
  * <p>Specifies the analysis interval.</p>
2066
+ * @public
2067
2067
  */
2068
2068
  TimePeriod: number | undefined;
2069
2069
  }
@@ -2081,44 +2081,44 @@ export declare const RealTimeAlertRuleType: {
2081
2081
  */
2082
2082
  export type RealTimeAlertRuleType = (typeof RealTimeAlertRuleType)[keyof typeof RealTimeAlertRuleType];
2083
2083
  /**
2084
- * @public
2085
2084
  * <p>Specifies the words or phrases that trigger an alert.</p>
2085
+ * @public
2086
2086
  */
2087
2087
  export interface RealTimeAlertRule {
2088
2088
  /**
2089
- * @public
2090
2089
  * <p>The type of alert rule.</p>
2090
+ * @public
2091
2091
  */
2092
2092
  Type: RealTimeAlertRuleType | undefined;
2093
2093
  /**
2094
- * @public
2095
2094
  * <p>Specifies the settings for matching the keywords in a real-time alert rule.</p>
2095
+ * @public
2096
2096
  */
2097
2097
  KeywordMatchConfiguration?: KeywordMatchConfiguration;
2098
2098
  /**
2099
- * @public
2100
2099
  * <p>Specifies the settings for predicting sentiment in a real-time alert rule.</p>
2100
+ * @public
2101
2101
  */
2102
2102
  SentimentConfiguration?: SentimentConfiguration;
2103
2103
  /**
2104
- * @public
2105
2104
  * <p>Specifies the issue detection settings for a real-time alert rule.</p>
2105
+ * @public
2106
2106
  */
2107
2107
  IssueDetectionConfiguration?: IssueDetectionConfiguration;
2108
2108
  }
2109
2109
  /**
2110
- * @public
2111
2110
  * <p>A structure that contains the configuration settings for real-time alerts.</p>
2111
+ * @public
2112
2112
  */
2113
2113
  export interface RealTimeAlertConfiguration {
2114
2114
  /**
2115
- * @public
2116
2115
  * <p>Turns off real-time alerts.</p>
2116
+ * @public
2117
2117
  */
2118
2118
  Disabled?: boolean;
2119
2119
  /**
2120
- * @public
2121
2120
  * <p>The rules in the alert. Rules specify the words or phrases that you want to be notified about.</p>
2121
+ * @public
2122
2122
  */
2123
2123
  Rules?: RealTimeAlertRule[];
2124
2124
  }
@@ -2127,81 +2127,81 @@ export interface RealTimeAlertConfiguration {
2127
2127
  */
2128
2128
  export interface CreateMediaInsightsPipelineConfigurationRequest {
2129
2129
  /**
2130
- * @public
2131
2130
  * <p>The name of the media insights pipeline configuration.</p>
2131
+ * @public
2132
2132
  */
2133
2133
  MediaInsightsPipelineConfigurationName: string | undefined;
2134
2134
  /**
2135
- * @public
2136
2135
  * <p>The ARN of the role used by the service to access Amazon Web Services resources,
2137
2136
  * including <code>Transcribe</code> and <code>Transcribe Call Analytics</code>, on the
2138
2137
  * caller’s behalf.</p>
2138
+ * @public
2139
2139
  */
2140
2140
  ResourceAccessRoleArn: string | undefined;
2141
2141
  /**
2142
- * @public
2143
2142
  * <p>The configuration settings for the real-time alerts in a media insights pipeline configuration.</p>
2143
+ * @public
2144
2144
  */
2145
2145
  RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
2146
2146
  /**
2147
- * @public
2148
2147
  * <p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream.</p>
2148
+ * @public
2149
2149
  */
2150
2150
  Elements: MediaInsightsPipelineConfigurationElement[] | undefined;
2151
2151
  /**
2152
- * @public
2153
2152
  * <p>The tags assigned to the media insights pipeline configuration.</p>
2153
+ * @public
2154
2154
  */
2155
2155
  Tags?: Tag[];
2156
2156
  /**
2157
- * @public
2158
2157
  * <p>The unique identifier for the media insights pipeline configuration request.</p>
2158
+ * @public
2159
2159
  */
2160
2160
  ClientRequestToken?: string;
2161
2161
  }
2162
2162
  /**
2163
- * @public
2164
2163
  * <p>A structure that contains the configuration settings for a media insights pipeline.</p>
2164
+ * @public
2165
2165
  */
2166
2166
  export interface MediaInsightsPipelineConfiguration {
2167
2167
  /**
2168
- * @public
2169
2168
  * <p>The name of the configuration.</p>
2169
+ * @public
2170
2170
  */
2171
2171
  MediaInsightsPipelineConfigurationName?: string;
2172
2172
  /**
2173
- * @public
2174
2173
  * <p>The ARN of the configuration.</p>
2174
+ * @public
2175
2175
  */
2176
2176
  MediaInsightsPipelineConfigurationArn?: string;
2177
2177
  /**
2178
- * @public
2179
2178
  * <p>The ARN of the role used by the service to access Amazon Web Services resources.</p>
2179
+ * @public
2180
2180
  */
2181
2181
  ResourceAccessRoleArn?: string;
2182
2182
  /**
2183
- * @public
2184
2183
  * <p>Lists the rules that trigger a real-time alert.</p>
2184
+ * @public
2185
2185
  */
2186
2186
  RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
2187
2187
  /**
2188
- * @public
2189
2188
  * <p>The elements in the configuration.</p>
2189
+ * @public
2190
2190
  */
2191
2191
  Elements?: MediaInsightsPipelineConfigurationElement[];
2192
2192
  /**
2193
- * @public
2194
2193
  * <p>The ID of the configuration.</p>
2194
+ * @public
2195
2195
  */
2196
2196
  MediaInsightsPipelineConfigurationId?: string;
2197
2197
  /**
2198
- * @public
2199
2198
  * <p>The time at which the configuration was created.</p>
2199
+ * @public
2200
2200
  */
2201
2201
  CreatedTimestamp?: Date;
2202
2202
  /**
2203
- * @public
2204
2203
  * <p>The time at which the configuration was last updated.</p>
2204
+ * @public
2205
2205
  */
2206
2206
  UpdatedTimestamp?: Date;
2207
2207
  }
@@ -2210,29 +2210,29 @@ export interface MediaInsightsPipelineConfiguration {
2210
2210
  */
2211
2211
  export interface CreateMediaInsightsPipelineConfigurationResponse {
2212
2212
  /**
2213
- * @public
2214
2213
  * <p>The configuration settings for the media insights pipeline.</p>
2214
+ * @public
2215
2215
  */
2216
2216
  MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
2217
2217
  }
2218
2218
  /**
2219
- * @public
2220
2219
  * <p>The media pipeline's RTMP configuration object.</p>
2220
+ * @public
2221
2221
  */
2222
2222
  export interface LiveConnectorRTMPConfiguration {
2223
2223
  /**
2224
- * @public
2225
2224
  * <p>The URL of the RTMP configuration.</p>
2225
+ * @public
2226
2226
  */
2227
2227
  Url: string | undefined;
2228
2228
  /**
2229
- * @public
2230
2229
  * <p>The audio channels set for the RTMP configuration</p>
2230
+ * @public
2231
2231
  */
2232
2232
  AudioChannels?: AudioChannelsOption;
2233
2233
  /**
2234
- * @public
2235
2234
  * <p>The audio sample rate set for the RTMP configuration. Default: 48000.</p>
2235
+ * @public
2236
2236
  */
2237
2237
  AudioSampleRate?: string;
2238
2238
  }
@@ -2248,18 +2248,18 @@ export declare const LiveConnectorSinkType: {
2248
2248
  */
2249
2249
  export type LiveConnectorSinkType = (typeof LiveConnectorSinkType)[keyof typeof LiveConnectorSinkType];
2250
2250
  /**
2251
- * @public
2252
2251
  * <p>The media pipeline's sink configuration settings.</p>
2252
+ * @public
2253
2253
  */
2254
2254
  export interface LiveConnectorSinkConfiguration {
2255
2255
  /**
2256
- * @public
2257
2256
  * <p>The sink configuration's sink type.</p>
2257
+ * @public
2258
2258
  */
2259
2259
  SinkType: LiveConnectorSinkType | undefined;
2260
2260
  /**
2261
- * @public
2262
2261
  * <p>The sink configuration's RTMP configuration settings.</p>
2262
+ * @public
2263
2263
  */
2264
2264
  RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
2265
2265
  }
@@ -2276,28 +2276,28 @@ export declare const LiveConnectorMuxType: {
2276
2276
  */
2277
2277
  export type LiveConnectorMuxType = (typeof LiveConnectorMuxType)[keyof typeof LiveConnectorMuxType];
2278
2278
  /**
2279
- * @public
2280
2279
  * <p>The media pipeline's configuration object.</p>
2280
+ * @public
2281
2281
  */
2282
2282
  export interface ChimeSdkMeetingLiveConnectorConfiguration {
2283
2283
  /**
2284
- * @public
2285
2284
  * <p>The configuration object's Chime SDK meeting ARN.</p>
2285
+ * @public
2286
2286
  */
2287
2287
  Arn: string | undefined;
2288
2288
  /**
2289
- * @public
2290
2289
  * <p>The configuration object's multiplex type.</p>
2290
+ * @public
2291
2291
  */
2292
2292
  MuxType: LiveConnectorMuxType | undefined;
2293
2293
  /**
2294
- * @public
2295
2294
  * <p>The media pipeline's composited video.</p>
2295
+ * @public
2296
2296
  */
2297
2297
  CompositedVideo?: CompositedVideoArtifactsConfiguration;
2298
2298
  /**
2299
- * @public
2300
2299
  * <p>The source configuration settings of the media pipeline's configuration object.</p>
2300
+ * @public
2301
2301
  */
2302
2302
  SourceConfiguration?: SourceConfiguration;
2303
2303
  }
@@ -2313,18 +2313,18 @@ export declare const LiveConnectorSourceType: {
2313
2313
  */
2314
2314
  export type LiveConnectorSourceType = (typeof LiveConnectorSourceType)[keyof typeof LiveConnectorSourceType];
2315
2315
  /**
2316
- * @public
2317
2316
  * <p>The data source configuration object of a streaming media pipeline.</p>
2317
+ * @public
2318
2318
  */
2319
2319
  export interface LiveConnectorSourceConfiguration {
2320
2320
  /**
2321
- * @public
2322
2321
  * <p>The source configuration's media source type.</p>
2322
+ * @public
2323
2323
  */
2324
2324
  SourceType: LiveConnectorSourceType | undefined;
2325
2325
  /**
2326
- * @public
2327
2326
  * <p>The configuration settings of the connector pipeline.</p>
2327
+ * @public
2328
2328
  */
2329
2329
  ChimeSdkMeetingLiveConnectorConfiguration: ChimeSdkMeetingLiveConnectorConfiguration | undefined;
2330
2330
  }
@@ -2333,64 +2333,64 @@ export interface LiveConnectorSourceConfiguration {
2333
2333
  */
2334
2334
  export interface CreateMediaLiveConnectorPipelineRequest {
2335
2335
  /**
2336
- * @public
2337
2336
  * <p>The media live connector pipeline's data sources.</p>
2337
+ * @public
2338
2338
  */
2339
2339
  Sources: LiveConnectorSourceConfiguration[] | undefined;
2340
2340
  /**
2341
- * @public
2342
2341
  * <p>The media live connector pipeline's data sinks.</p>
2342
+ * @public
2343
2343
  */
2344
2344
  Sinks: LiveConnectorSinkConfiguration[] | undefined;
2345
2345
  /**
2346
- * @public
2347
2346
  * <p>The token assigned to the client making the request.</p>
2347
+ * @public
2348
2348
  */
2349
2349
  ClientRequestToken?: string;
2350
2350
  /**
2351
- * @public
2352
2351
  * <p>The tags associated with the media live connector pipeline.</p>
2352
+ * @public
2353
2353
  */
2354
2354
  Tags?: Tag[];
2355
2355
  }
2356
2356
  /**
2357
- * @public
2358
2357
  * <p>The connector pipeline.</p>
2358
+ * @public
2359
2359
  */
2360
2360
  export interface MediaLiveConnectorPipeline {
2361
2361
  /**
2362
- * @public
2363
2362
  * <p>The connector pipeline's data sources.</p>
2363
+ * @public
2364
2364
  */
2365
2365
  Sources?: LiveConnectorSourceConfiguration[];
2366
2366
  /**
2367
- * @public
2368
2367
  * <p>The connector pipeline's data sinks.</p>
2368
+ * @public
2369
2369
  */
2370
2370
  Sinks?: LiveConnectorSinkConfiguration[];
2371
2371
  /**
2372
- * @public
2373
2372
  * <p>The connector pipeline's ID.</p>
2373
+ * @public
2374
2374
  */
2375
2375
  MediaPipelineId?: string;
2376
2376
  /**
2377
- * @public
2378
2377
  * <p>The connector pipeline's ARN.</p>
2378
+ * @public
2379
2379
  */
2380
2380
  MediaPipelineArn?: string;
2381
2381
  /**
2382
- * @public
2383
2382
  * <p>The connector pipeline's status.</p>
2383
+ * @public
2384
2384
  */
2385
2385
  Status?: MediaPipelineStatus;
2386
2386
  /**
2387
- * @public
2388
2387
  * <p>The time at which the connector pipeline was created.</p>
2388
+ * @public
2389
2389
  */
2390
2390
  CreatedTimestamp?: Date;
2391
2391
  /**
2392
- * @public
2393
2392
  * <p>The time at which the connector pipeline was last updated.</p>
2393
+ * @public
2394
2394
  */
2395
2395
  UpdatedTimestamp?: Date;
2396
2396
  }
@@ -2399,15 +2399,15 @@ export interface MediaLiveConnectorPipeline {
2399
2399
  */
2400
2400
  export interface CreateMediaLiveConnectorPipelineResponse {
2401
2401
  /**
2402
- * @public
2403
2402
  * <p>The new media live connector pipeline.</p>
2403
+ * @public
2404
2404
  */
2405
2405
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
2406
2406
  }
2407
2407
  /**
2408
- * @public
2409
2408
  * <p>The request could not be processed because of conflict in the current state of the
2410
2409
  * resource.</p>
2410
+ * @public
2411
2411
  */
2412
2412
  export declare class ConflictException extends __BaseException {
2413
2413
  readonly name: "ConflictException";
@@ -2415,8 +2415,8 @@ export declare class ConflictException extends __BaseException {
2415
2415
  Code?: ErrorCode;
2416
2416
  Message?: string;
2417
2417
  /**
2418
- * @public
2419
2418
  * <p>The request ID associated with the call responsible for the exception.</p>
2419
+ * @public
2420
2420
  */
2421
2421
  RequestId?: string;
2422
2422
  /**
@@ -2425,18 +2425,18 @@ export declare class ConflictException extends __BaseException {
2425
2425
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2426
2426
  }
2427
2427
  /**
2428
- * @public
2429
2428
  * <p>The configuration of an Kinesis video stream.</p>
2429
+ * @public
2430
2430
  */
2431
2431
  export interface KinesisVideoStreamConfiguration {
2432
2432
  /**
2433
- * @public
2434
2433
  * <p>The Amazon Web Services Region of the video stream.</p>
2434
+ * @public
2435
2435
  */
2436
2436
  Region: string | undefined;
2437
2437
  /**
2438
- * @public
2439
2438
  * <p>The amount of time that data is retained.</p>
2439
+ * @public
2440
2440
  */
2441
2441
  DataRetentionInHours?: number;
2442
2442
  }
@@ -2445,23 +2445,23 @@ export interface KinesisVideoStreamConfiguration {
2445
2445
  */
2446
2446
  export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
2447
2447
  /**
2448
- * @public
2449
2448
  * <p>The configuration settings for the video stream.</p>
2449
+ * @public
2450
2450
  */
2451
2451
  StreamConfiguration: KinesisVideoStreamConfiguration | undefined;
2452
2452
  /**
2453
- * @public
2454
2453
  * <p>The name of the video stream pool.</p>
2454
+ * @public
2455
2455
  */
2456
2456
  PoolName: string | undefined;
2457
2457
  /**
2458
- * @public
2459
2458
  * <p>The token assigned to the client making the request.</p>
2459
+ * @public
2460
2460
  */
2461
2461
  ClientRequestToken?: string;
2462
2462
  /**
2463
- * @public
2464
2463
  * <p>The tags assigned to the video stream pool.</p>
2464
+ * @public
2465
2465
  */
2466
2466
  Tags?: Tag[];
2467
2467
  }
@@ -2481,48 +2481,48 @@ export declare const KinesisVideoStreamPoolStatus: {
2481
2481
  */
2482
2482
  export type KinesisVideoStreamPoolStatus = (typeof KinesisVideoStreamPoolStatus)[keyof typeof KinesisVideoStreamPoolStatus];
2483
2483
  /**
2484
- * @public
2485
2484
  * <p>The video stream pool configuration object.</p>
2485
+ * @public
2486
2486
  */
2487
2487
  export interface KinesisVideoStreamPoolConfiguration {
2488
2488
  /**
2489
- * @public
2490
2489
  * <p>The ARN of the video stream pool configuration.</p>
2490
+ * @public
2491
2491
  */
2492
2492
  PoolArn?: string;
2493
2493
  /**
2494
- * @public
2495
2494
  * <p>The name of the video stream pool configuration.</p>
2495
+ * @public
2496
2496
  */
2497
2497
  PoolName?: string;
2498
2498
  /**
2499
- * @public
2500
2499
  * <p>The ID of the video stream pool in the configuration.</p>
2500
+ * @public
2501
2501
  */
2502
2502
  PoolId?: string;
2503
2503
  /**
2504
- * @public
2505
2504
  * <p>The status of the video stream pool in the configuration. </p>
2505
+ * @public
2506
2506
  */
2507
2507
  PoolStatus?: KinesisVideoStreamPoolStatus;
2508
2508
  /**
2509
- * @public
2510
2509
  * <p>The size of the video stream pool in the configuration.</p>
2510
+ * @public
2511
2511
  */
2512
2512
  PoolSize?: number;
2513
2513
  /**
2514
- * @public
2515
2514
  * <p>The Kinesis video stream pool configuration object.</p>
2515
+ * @public
2516
2516
  */
2517
2517
  StreamConfiguration?: KinesisVideoStreamConfiguration;
2518
2518
  /**
2519
- * @public
2520
2519
  * <p>The time at which the configuration was created.</p>
2520
+ * @public
2521
2521
  */
2522
2522
  CreatedTimestamp?: Date;
2523
2523
  /**
2524
- * @public
2525
2524
  * <p>The time at which the configuration was updated.</p>
2525
+ * @public
2526
2526
  */
2527
2527
  UpdatedTimestamp?: Date;
2528
2528
  }
@@ -2531,8 +2531,8 @@ export interface KinesisVideoStreamPoolConfiguration {
2531
2531
  */
2532
2532
  export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
2533
2533
  /**
2534
- * @public
2535
2534
  * <p>The configuration for the Kinesis video stream pool.</p>
2535
+ * @public
2536
2536
  */
2537
2537
  KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
2538
2538
  }
@@ -2560,44 +2560,44 @@ export declare const MediaStreamPipelineSinkType: {
2560
2560
  */
2561
2561
  export type MediaStreamPipelineSinkType = (typeof MediaStreamPipelineSinkType)[keyof typeof MediaStreamPipelineSinkType];
2562
2562
  /**
2563
- * @public
2564
2563
  * <p>Structure that contains the settings for a media stream sink.</p>
2564
+ * @public
2565
2565
  */
2566
2566
  export interface MediaStreamSink {
2567
2567
  /**
2568
- * @public
2569
2568
  * <p>The ARN of the media stream sink.</p>
2569
+ * @public
2570
2570
  */
2571
2571
  SinkArn: string | undefined;
2572
2572
  /**
2573
- * @public
2574
2573
  * <p>The media stream sink's type.</p>
2574
+ * @public
2575
2575
  */
2576
2576
  SinkType: MediaStreamPipelineSinkType | undefined;
2577
2577
  /**
2578
- * @public
2579
2578
  * <p>Specifies the number of streams that the sink can accept.</p>
2579
+ * @public
2580
2580
  */
2581
2581
  ReservedStreamCapacity: number | undefined;
2582
2582
  /**
2583
- * @public
2584
2583
  * <p>The media stream sink's media stream type.</p>
2584
+ * @public
2585
2585
  */
2586
2586
  MediaStreamType: MediaStreamType | undefined;
2587
2587
  }
2588
2588
  /**
2589
- * @public
2590
2589
  * <p>Structure that contains the settings for media stream sources.</p>
2590
+ * @public
2591
2591
  */
2592
2592
  export interface MediaStreamSource {
2593
2593
  /**
2594
- * @public
2595
2594
  * <p>The type of media stream source.</p>
2595
+ * @public
2596
2596
  */
2597
2597
  SourceType: MediaPipelineSourceType | undefined;
2598
2598
  /**
2599
- * @public
2600
2599
  * <p>The ARN of the media stream source. </p>
2600
+ * @public
2601
2601
  */
2602
2602
  SourceArn: string | undefined;
2603
2603
  }
@@ -2606,64 +2606,64 @@ export interface MediaStreamSource {
2606
2606
  */
2607
2607
  export interface CreateMediaStreamPipelineRequest {
2608
2608
  /**
2609
- * @public
2610
2609
  * <p>The data sources for the media pipeline.</p>
2610
+ * @public
2611
2611
  */
2612
2612
  Sources: MediaStreamSource[] | undefined;
2613
2613
  /**
2614
- * @public
2615
2614
  * <p>The data sink for the media pipeline.</p>
2615
+ * @public
2616
2616
  */
2617
2617
  Sinks: MediaStreamSink[] | undefined;
2618
2618
  /**
2619
- * @public
2620
2619
  * <p>The token assigned to the client making the request.</p>
2620
+ * @public
2621
2621
  */
2622
2622
  ClientRequestToken?: string;
2623
2623
  /**
2624
- * @public
2625
2624
  * <p>The tags assigned to the media pipeline.</p>
2625
+ * @public
2626
2626
  */
2627
2627
  Tags?: Tag[];
2628
2628
  }
2629
2629
  /**
2630
- * @public
2631
2630
  * <p>Structure that contains the settings for a media stream pipeline.</p>
2631
+ * @public
2632
2632
  */
2633
2633
  export interface MediaStreamPipeline {
2634
2634
  /**
2635
- * @public
2636
2635
  * <p>The ID of the media stream pipeline</p>
2636
+ * @public
2637
2637
  */
2638
2638
  MediaPipelineId?: string;
2639
2639
  /**
2640
- * @public
2641
2640
  * <p>The ARN of the media stream pipeline.</p>
2641
+ * @public
2642
2642
  */
2643
2643
  MediaPipelineArn?: string;
2644
2644
  /**
2645
- * @public
2646
2645
  * <p>The time at which the media stream pipeline was created.</p>
2646
+ * @public
2647
2647
  */
2648
2648
  CreatedTimestamp?: Date;
2649
2649
  /**
2650
- * @public
2651
2650
  * <p>The time at which the media stream pipeline was updated.</p>
2651
+ * @public
2652
2652
  */
2653
2653
  UpdatedTimestamp?: Date;
2654
2654
  /**
2655
- * @public
2656
2655
  * <p>The status of the media stream pipeline.</p>
2656
+ * @public
2657
2657
  */
2658
2658
  Status?: MediaPipelineStatus;
2659
2659
  /**
2660
- * @public
2661
2660
  * <p>The media stream pipeline's data sources.</p>
2661
+ * @public
2662
2662
  */
2663
2663
  Sources?: MediaStreamSource[];
2664
2664
  /**
2665
- * @public
2666
2665
  * <p>The media stream pipeline's data sinks.</p>
2666
+ * @public
2667
2667
  */
2668
2668
  Sinks?: MediaStreamSink[];
2669
2669
  }
@@ -2672,8 +2672,8 @@ export interface MediaStreamPipeline {
2672
2672
  */
2673
2673
  export interface CreateMediaStreamPipelineResponse {
2674
2674
  /**
2675
- * @public
2676
2675
  * <p>The requested media pipeline.</p>
2676
+ * @public
2677
2677
  */
2678
2678
  MediaStreamPipeline?: MediaStreamPipeline;
2679
2679
  }
@@ -2682,8 +2682,8 @@ export interface CreateMediaStreamPipelineResponse {
2682
2682
  */
2683
2683
  export interface DeleteMediaCapturePipelineRequest {
2684
2684
  /**
2685
- * @public
2686
2685
  * <p>The ID of the media pipeline being deleted. </p>
2686
+ * @public
2687
2687
  */
2688
2688
  MediaPipelineId: string | undefined;
2689
2689
  }
@@ -2692,8 +2692,8 @@ export interface DeleteMediaCapturePipelineRequest {
2692
2692
  */
2693
2693
  export interface DeleteMediaInsightsPipelineConfigurationRequest {
2694
2694
  /**
2695
- * @public
2696
2695
  * <p>The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.</p>
2696
+ * @public
2697
2697
  */
2698
2698
  Identifier: string | undefined;
2699
2699
  }
@@ -2702,8 +2702,8 @@ export interface DeleteMediaInsightsPipelineConfigurationRequest {
2702
2702
  */
2703
2703
  export interface DeleteMediaPipelineRequest {
2704
2704
  /**
2705
- * @public
2706
2705
  * <p>The ID of the media pipeline to delete.</p>
2706
+ * @public
2707
2707
  */
2708
2708
  MediaPipelineId: string | undefined;
2709
2709
  }
@@ -2712,8 +2712,8 @@ export interface DeleteMediaPipelineRequest {
2712
2712
  */
2713
2713
  export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
2714
2714
  /**
2715
- * @public
2716
2715
  * <p>The ID of the pool being deleted.</p>
2716
+ * @public
2717
2717
  */
2718
2718
  Identifier: string | undefined;
2719
2719
  }
@@ -2722,8 +2722,8 @@ export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
2722
2722
  */
2723
2723
  export interface GetMediaCapturePipelineRequest {
2724
2724
  /**
2725
- * @public
2726
2725
  * <p>The ID of the pipeline that you want to get.</p>
2726
+ * @public
2727
2727
  */
2728
2728
  MediaPipelineId: string | undefined;
2729
2729
  }
@@ -2732,8 +2732,8 @@ export interface GetMediaCapturePipelineRequest {
2732
2732
  */
2733
2733
  export interface GetMediaCapturePipelineResponse {
2734
2734
  /**
2735
- * @public
2736
2735
  * <p>The media pipeline object.</p>
2736
+ * @public
2737
2737
  */
2738
2738
  MediaCapturePipeline?: MediaCapturePipeline;
2739
2739
  }
@@ -2742,8 +2742,8 @@ export interface GetMediaCapturePipelineResponse {
2742
2742
  */
2743
2743
  export interface GetMediaInsightsPipelineConfigurationRequest {
2744
2744
  /**
2745
- * @public
2746
2745
  * <p>The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.</p>
2746
+ * @public
2747
2747
  */
2748
2748
  Identifier: string | undefined;
2749
2749
  }
@@ -2752,8 +2752,8 @@ export interface GetMediaInsightsPipelineConfigurationRequest {
2752
2752
  */
2753
2753
  export interface GetMediaInsightsPipelineConfigurationResponse {
2754
2754
  /**
2755
- * @public
2756
2755
  * <p>The requested media insights pipeline configuration.</p>
2756
+ * @public
2757
2757
  */
2758
2758
  MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
2759
2759
  }
@@ -2762,39 +2762,39 @@ export interface GetMediaInsightsPipelineConfigurationResponse {
2762
2762
  */
2763
2763
  export interface GetMediaPipelineRequest {
2764
2764
  /**
2765
- * @public
2766
2765
  * <p>The ID of the pipeline that you want to get.</p>
2766
+ * @public
2767
2767
  */
2768
2768
  MediaPipelineId: string | undefined;
2769
2769
  }
2770
2770
  /**
2771
- * @public
2772
2771
  * <p>A pipeline consisting of a media capture, media concatenation, or live-streaming pipeline.</p>
2772
+ * @public
2773
2773
  */
2774
2774
  export interface MediaPipeline {
2775
2775
  /**
2776
- * @public
2777
2776
  * <p>A pipeline that enables users to capture audio and video.</p>
2777
+ * @public
2778
2778
  */
2779
2779
  MediaCapturePipeline?: MediaCapturePipeline;
2780
2780
  /**
2781
- * @public
2782
2781
  * <p>The connector pipeline of the media pipeline.</p>
2782
+ * @public
2783
2783
  */
2784
2784
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
2785
2785
  /**
2786
- * @public
2787
2786
  * <p>The media concatenation pipeline in a media pipeline.</p>
2787
+ * @public
2788
2788
  */
2789
2789
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
2790
2790
  /**
2791
- * @public
2792
2791
  * <p>The media insights pipeline of a media pipeline.</p>
2792
+ * @public
2793
2793
  */
2794
2794
  MediaInsightsPipeline?: MediaInsightsPipeline;
2795
2795
  /**
2796
- * @public
2797
2796
  * <p>Designates a media pipeline as a media stream pipeline.</p>
2797
+ * @public
2798
2798
  */
2799
2799
  MediaStreamPipeline?: MediaStreamPipeline;
2800
2800
  }
@@ -2803,8 +2803,8 @@ export interface MediaPipeline {
2803
2803
  */
2804
2804
  export interface GetMediaPipelineResponse {
2805
2805
  /**
2806
- * @public
2807
2806
  * <p>The media pipeline object.</p>
2807
+ * @public
2808
2808
  */
2809
2809
  MediaPipeline?: MediaPipeline;
2810
2810
  }
@@ -2813,8 +2813,8 @@ export interface GetMediaPipelineResponse {
2813
2813
  */
2814
2814
  export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
2815
2815
  /**
2816
- * @public
2817
2816
  * <p>The ID of the video stream pool.</p>
2817
+ * @public
2818
2818
  */
2819
2819
  Identifier: string | undefined;
2820
2820
  }
@@ -2823,8 +2823,8 @@ export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
2823
2823
  */
2824
2824
  export interface GetMediaPipelineKinesisVideoStreamPoolResponse {
2825
2825
  /**
2826
- * @public
2827
2826
  * <p>The video stream pool configuration object.</p>
2827
+ * @public
2828
2828
  */
2829
2829
  KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
2830
2830
  }
@@ -2833,13 +2833,13 @@ export interface GetMediaPipelineKinesisVideoStreamPoolResponse {
2833
2833
  */
2834
2834
  export interface GetSpeakerSearchTaskRequest {
2835
2835
  /**
2836
- * @public
2837
2836
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
2837
+ * @public
2838
2838
  */
2839
2839
  Identifier: string | undefined;
2840
2840
  /**
2841
- * @public
2842
2841
  * <p>The ID of the speaker search task.</p>
2842
+ * @public
2843
2843
  */
2844
2844
  SpeakerSearchTaskId: string | undefined;
2845
2845
  }
@@ -2860,29 +2860,29 @@ export declare const MediaPipelineTaskStatus: {
2860
2860
  */
2861
2861
  export type MediaPipelineTaskStatus = (typeof MediaPipelineTaskStatus)[keyof typeof MediaPipelineTaskStatus];
2862
2862
  /**
2863
- * @public
2864
2863
  * <p>A representation of an asynchronous request to perform speaker search analysis on a
2865
2864
  * media insights pipeline.</p>
2865
+ * @public
2866
2866
  */
2867
2867
  export interface SpeakerSearchTask {
2868
2868
  /**
2869
- * @public
2870
2869
  * <p>The speaker search task ID.</p>
2870
+ * @public
2871
2871
  */
2872
2872
  SpeakerSearchTaskId?: string;
2873
2873
  /**
2874
- * @public
2875
2874
  * <p>The status of the speaker search task.</p>
2875
+ * @public
2876
2876
  */
2877
2877
  SpeakerSearchTaskStatus?: MediaPipelineTaskStatus;
2878
2878
  /**
2879
- * @public
2880
2879
  * <p>The time at which a speaker search task was created.</p>
2880
+ * @public
2881
2881
  */
2882
2882
  CreatedTimestamp?: Date;
2883
2883
  /**
2884
- * @public
2885
2884
  * <p>The time at which a speaker search task was updated.</p>
2885
+ * @public
2886
2886
  */
2887
2887
  UpdatedTimestamp?: Date;
2888
2888
  }
@@ -2891,8 +2891,8 @@ export interface SpeakerSearchTask {
2891
2891
  */
2892
2892
  export interface GetSpeakerSearchTaskResponse {
2893
2893
  /**
2894
- * @public
2895
2894
  * <p>The details of the speaker search task.</p>
2895
+ * @public
2896
2896
  */
2897
2897
  SpeakerSearchTask?: SpeakerSearchTask;
2898
2898
  }
@@ -2901,39 +2901,39 @@ export interface GetSpeakerSearchTaskResponse {
2901
2901
  */
2902
2902
  export interface GetVoiceToneAnalysisTaskRequest {
2903
2903
  /**
2904
- * @public
2905
2904
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
2905
+ * @public
2906
2906
  */
2907
2907
  Identifier: string | undefined;
2908
2908
  /**
2909
- * @public
2910
2909
  * <p>The ID of the voice tone analysis task.</p>
2910
+ * @public
2911
2911
  */
2912
2912
  VoiceToneAnalysisTaskId: string | undefined;
2913
2913
  }
2914
2914
  /**
2915
- * @public
2916
2915
  * <p>A representation of an asynchronous request to perform voice tone analysis on a media insights pipeline.</p>
2916
+ * @public
2917
2917
  */
2918
2918
  export interface VoiceToneAnalysisTask {
2919
2919
  /**
2920
- * @public
2921
2920
  * <p>The ID of the voice tone analysis task.</p>
2921
+ * @public
2922
2922
  */
2923
2923
  VoiceToneAnalysisTaskId?: string;
2924
2924
  /**
2925
- * @public
2926
2925
  * <p>The status of a voice tone analysis task.</p>
2926
+ * @public
2927
2927
  */
2928
2928
  VoiceToneAnalysisTaskStatus?: MediaPipelineTaskStatus;
2929
2929
  /**
2930
- * @public
2931
2930
  * <p>The time at which a voice tone analysis task was created.</p>
2931
+ * @public
2932
2932
  */
2933
2933
  CreatedTimestamp?: Date;
2934
2934
  /**
2935
- * @public
2936
2935
  * <p>The time at which a voice tone analysis task was updated.</p>
2936
+ * @public
2937
2937
  */
2938
2938
  UpdatedTimestamp?: Date;
2939
2939
  }
@@ -2942,8 +2942,8 @@ export interface VoiceToneAnalysisTask {
2942
2942
  */
2943
2943
  export interface GetVoiceToneAnalysisTaskResponse {
2944
2944
  /**
2945
- * @public
2946
2945
  * <p>The details of the voice tone analysis task.</p>
2946
+ * @public
2947
2947
  */
2948
2948
  VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
2949
2949
  }
@@ -2952,29 +2952,29 @@ export interface GetVoiceToneAnalysisTaskResponse {
2952
2952
  */
2953
2953
  export interface ListMediaCapturePipelinesRequest {
2954
2954
  /**
2955
- * @public
2956
2955
  * <p>The token used to retrieve the next page of results.</p>
2956
+ * @public
2957
2957
  */
2958
2958
  NextToken?: string;
2959
2959
  /**
2960
- * @public
2961
2960
  * <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
2961
+ * @public
2962
2962
  */
2963
2963
  MaxResults?: number;
2964
2964
  }
2965
2965
  /**
2966
- * @public
2967
2966
  * <p>The summary data of a media capture pipeline.</p>
2967
+ * @public
2968
2968
  */
2969
2969
  export interface MediaCapturePipelineSummary {
2970
2970
  /**
2971
- * @public
2972
2971
  * <p>The ID of the media pipeline in the summary.</p>
2972
+ * @public
2973
2973
  */
2974
2974
  MediaPipelineId?: string;
2975
2975
  /**
2976
- * @public
2977
2976
  * <p>The ARN of the media pipeline in the summary.</p>
2977
+ * @public
2978
2978
  */
2979
2979
  MediaPipelineArn?: string;
2980
2980
  }
@@ -2983,13 +2983,13 @@ export interface MediaCapturePipelineSummary {
2983
2983
  */
2984
2984
  export interface ListMediaCapturePipelinesResponse {
2985
2985
  /**
2986
- * @public
2987
2986
  * <p>The media pipeline objects in the list.</p>
2987
+ * @public
2988
2988
  */
2989
2989
  MediaCapturePipelines?: MediaCapturePipelineSummary[];
2990
2990
  /**
2991
- * @public
2992
2991
  * <p>The token used to retrieve the next page of results. </p>
2992
+ * @public
2993
2993
  */
2994
2994
  NextToken?: string;
2995
2995
  }
@@ -2998,34 +2998,34 @@ export interface ListMediaCapturePipelinesResponse {
2998
2998
  */
2999
2999
  export interface ListMediaInsightsPipelineConfigurationsRequest {
3000
3000
  /**
3001
- * @public
3002
3001
  * <p>The token used to return the next page of results.</p>
3002
+ * @public
3003
3003
  */
3004
3004
  NextToken?: string;
3005
3005
  /**
3006
- * @public
3007
3006
  * <p>The maximum number of results to return in a single call.</p>
3007
+ * @public
3008
3008
  */
3009
3009
  MaxResults?: number;
3010
3010
  }
3011
3011
  /**
3012
- * @public
3013
3012
  * <p>A summary of the media insights pipeline configuration.</p>
3013
+ * @public
3014
3014
  */
3015
3015
  export interface MediaInsightsPipelineConfigurationSummary {
3016
3016
  /**
3017
- * @public
3018
3017
  * <p>The name of the media insights pipeline configuration.</p>
3018
+ * @public
3019
3019
  */
3020
3020
  MediaInsightsPipelineConfigurationName?: string;
3021
3021
  /**
3022
- * @public
3023
3022
  * <p>The ID of the media insights pipeline configuration.</p>
3023
+ * @public
3024
3024
  */
3025
3025
  MediaInsightsPipelineConfigurationId?: string;
3026
3026
  /**
3027
- * @public
3028
3027
  * <p>The ARN of the media insights pipeline configuration.</p>
3028
+ * @public
3029
3029
  */
3030
3030
  MediaInsightsPipelineConfigurationArn?: string;
3031
3031
  }
@@ -3034,13 +3034,13 @@ export interface MediaInsightsPipelineConfigurationSummary {
3034
3034
  */
3035
3035
  export interface ListMediaInsightsPipelineConfigurationsResponse {
3036
3036
  /**
3037
- * @public
3038
3037
  * <p>The requested list of media insights pipeline configurations.</p>
3038
+ * @public
3039
3039
  */
3040
3040
  MediaInsightsPipelineConfigurations?: MediaInsightsPipelineConfigurationSummary[];
3041
3041
  /**
3042
- * @public
3043
3042
  * <p>The token used to return the next page of results. </p>
3043
+ * @public
3044
3044
  */
3045
3045
  NextToken?: string;
3046
3046
  }
@@ -3049,34 +3049,34 @@ export interface ListMediaInsightsPipelineConfigurationsResponse {
3049
3049
  */
3050
3050
  export interface ListMediaPipelineKinesisVideoStreamPoolsRequest {
3051
3051
  /**
3052
- * @public
3053
3052
  * <p>The token used to return the next page of results. </p>
3053
+ * @public
3054
3054
  */
3055
3055
  NextToken?: string;
3056
3056
  /**
3057
- * @public
3058
3057
  * <p>The maximum number of results to return in a single call.</p>
3058
+ * @public
3059
3059
  */
3060
3060
  MaxResults?: number;
3061
3061
  }
3062
3062
  /**
3063
- * @public
3064
3063
  * <p>A summary of the Kinesis video stream pool.</p>
3064
+ * @public
3065
3065
  */
3066
3066
  export interface KinesisVideoStreamPoolSummary {
3067
3067
  /**
3068
- * @public
3069
3068
  * <p>The name of the video stream pool.</p>
3069
+ * @public
3070
3070
  */
3071
3071
  PoolName?: string;
3072
3072
  /**
3073
- * @public
3074
3073
  * <p>The ID of the video stream pool.</p>
3074
+ * @public
3075
3075
  */
3076
3076
  PoolId?: string;
3077
3077
  /**
3078
- * @public
3079
3078
  * <p>The ARN of the video stream pool.</p>
3079
+ * @public
3080
3080
  */
3081
3081
  PoolArn?: string;
3082
3082
  }
@@ -3085,13 +3085,13 @@ export interface KinesisVideoStreamPoolSummary {
3085
3085
  */
3086
3086
  export interface ListMediaPipelineKinesisVideoStreamPoolsResponse {
3087
3087
  /**
3088
- * @public
3089
3088
  * <p>The list of video stream pools.</p>
3089
+ * @public
3090
3090
  */
3091
3091
  KinesisVideoStreamPools?: KinesisVideoStreamPoolSummary[];
3092
3092
  /**
3093
- * @public
3094
3093
  * <p>The token used to return the next page of results.</p>
3094
+ * @public
3095
3095
  */
3096
3096
  NextToken?: string;
3097
3097
  }
@@ -3100,29 +3100,29 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsResponse {
3100
3100
  */
3101
3101
  export interface ListMediaPipelinesRequest {
3102
3102
  /**
3103
- * @public
3104
3103
  * <p>The token used to retrieve the next page of results.</p>
3104
+ * @public
3105
3105
  */
3106
3106
  NextToken?: string;
3107
3107
  /**
3108
- * @public
3109
3108
  * <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
3109
+ * @public
3110
3110
  */
3111
3111
  MaxResults?: number;
3112
3112
  }
3113
3113
  /**
3114
- * @public
3115
3114
  * <p>The summary of the media pipeline.</p>
3115
+ * @public
3116
3116
  */
3117
3117
  export interface MediaPipelineSummary {
3118
3118
  /**
3119
- * @public
3120
3119
  * <p>The ID of the media pipeline in the summary.</p>
3120
+ * @public
3121
3121
  */
3122
3122
  MediaPipelineId?: string;
3123
3123
  /**
3124
- * @public
3125
3124
  * <p>The ARN of the media pipeline in the summary.</p>
3125
+ * @public
3126
3126
  */
3127
3127
  MediaPipelineArn?: string;
3128
3128
  }
@@ -3131,13 +3131,13 @@ export interface MediaPipelineSummary {
3131
3131
  */
3132
3132
  export interface ListMediaPipelinesResponse {
3133
3133
  /**
3134
- * @public
3135
3134
  * <p>The media pipeline objects in the list.</p>
3135
+ * @public
3136
3136
  */
3137
3137
  MediaPipelines?: MediaPipelineSummary[];
3138
3138
  /**
3139
- * @public
3140
3139
  * <p>The token used to retrieve the next page of results. </p>
3140
+ * @public
3141
3141
  */
3142
3142
  NextToken?: string;
3143
3143
  }
@@ -3146,8 +3146,8 @@ export interface ListMediaPipelinesResponse {
3146
3146
  */
3147
3147
  export interface ListTagsForResourceRequest {
3148
3148
  /**
3149
- * @public
3150
3149
  * <p>The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's region, resource ID, and pipeline ID.</p>
3150
+ * @public
3151
3151
  */
3152
3152
  ResourceARN: string | undefined;
3153
3153
  }
@@ -3156,29 +3156,29 @@ export interface ListTagsForResourceRequest {
3156
3156
  */
3157
3157
  export interface ListTagsForResourceResponse {
3158
3158
  /**
3159
- * @public
3160
3159
  * <p>The tags associated with the specified media pipeline.</p>
3160
+ * @public
3161
3161
  */
3162
3162
  Tags?: Tag[];
3163
3163
  }
3164
3164
  /**
3165
- * @public
3166
3165
  * <p>The task configuration settings for the Kinesis video stream source.</p>
3166
+ * @public
3167
3167
  */
3168
3168
  export interface KinesisVideoStreamSourceTaskConfiguration {
3169
3169
  /**
3170
- * @public
3171
3170
  * <p>The ARN of the stream.</p>
3171
+ * @public
3172
3172
  */
3173
3173
  StreamArn: string | undefined;
3174
3174
  /**
3175
- * @public
3176
3175
  * <p>The channel ID.</p>
3176
+ * @public
3177
3177
  */
3178
3178
  ChannelId: number | undefined;
3179
3179
  /**
3180
- * @public
3181
3180
  * <p>The unique identifier of the fragment to begin processing.</p>
3181
+ * @public
3182
3182
  */
3183
3183
  FragmentNumber?: string;
3184
3184
  }
@@ -3187,24 +3187,24 @@ export interface KinesisVideoStreamSourceTaskConfiguration {
3187
3187
  */
3188
3188
  export interface StartSpeakerSearchTaskRequest {
3189
3189
  /**
3190
- * @public
3191
3190
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
3191
+ * @public
3192
3192
  */
3193
3193
  Identifier: string | undefined;
3194
3194
  /**
3195
- * @public
3196
3195
  * <p>The ARN of the voice profile domain that will store the voice profile.</p>
3196
+ * @public
3197
3197
  */
3198
3198
  VoiceProfileDomainArn: string | undefined;
3199
3199
  /**
3200
- * @public
3201
3200
  * <p>The task configuration for the Kinesis video stream source of the media insights
3202
3201
  * pipeline.</p>
3202
+ * @public
3203
3203
  */
3204
3204
  KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration;
3205
3205
  /**
3206
- * @public
3207
3206
  * <p>The unique identifier for the client request. Use a different token for different speaker search tasks.</p>
3207
+ * @public
3208
3208
  */
3209
3209
  ClientRequestToken?: string;
3210
3210
  }
@@ -3213,8 +3213,8 @@ export interface StartSpeakerSearchTaskRequest {
3213
3213
  */
3214
3214
  export interface StartSpeakerSearchTaskResponse {
3215
3215
  /**
3216
- * @public
3217
3216
  * <p>The details of the speaker search task.</p>
3217
+ * @public
3218
3218
  */
3219
3219
  SpeakerSearchTask?: SpeakerSearchTask;
3220
3220
  }
@@ -3234,24 +3234,24 @@ export type VoiceAnalyticsLanguageCode = (typeof VoiceAnalyticsLanguageCode)[key
3234
3234
  */
3235
3235
  export interface StartVoiceToneAnalysisTaskRequest {
3236
3236
  /**
3237
- * @public
3238
3237
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
3238
+ * @public
3239
3239
  */
3240
3240
  Identifier: string | undefined;
3241
3241
  /**
3242
- * @public
3243
3242
  * <p>The language code.</p>
3243
+ * @public
3244
3244
  */
3245
3245
  LanguageCode: VoiceAnalyticsLanguageCode | undefined;
3246
3246
  /**
3247
- * @public
3248
3247
  * <p>The task configuration for the Kinesis video stream source of the media insights
3249
3248
  * pipeline.</p>
3249
+ * @public
3250
3250
  */
3251
3251
  KinesisVideoStreamSourceTaskConfiguration?: KinesisVideoStreamSourceTaskConfiguration;
3252
3252
  /**
3253
- * @public
3254
3253
  * <p>The unique identifier for the client request. Use a different token for different voice tone analysis tasks.</p>
3254
+ * @public
3255
3255
  */
3256
3256
  ClientRequestToken?: string;
3257
3257
  }
@@ -3260,8 +3260,8 @@ export interface StartVoiceToneAnalysisTaskRequest {
3260
3260
  */
3261
3261
  export interface StartVoiceToneAnalysisTaskResponse {
3262
3262
  /**
3263
- * @public
3264
3263
  * <p>The details of the voice tone analysis task.</p>
3264
+ * @public
3265
3265
  */
3266
3266
  VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
3267
3267
  }
@@ -3270,13 +3270,13 @@ export interface StartVoiceToneAnalysisTaskResponse {
3270
3270
  */
3271
3271
  export interface StopSpeakerSearchTaskRequest {
3272
3272
  /**
3273
- * @public
3274
3273
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
3274
+ * @public
3275
3275
  */
3276
3276
  Identifier: string | undefined;
3277
3277
  /**
3278
- * @public
3279
3278
  * <p>The speaker search task ID.</p>
3279
+ * @public
3280
3280
  */
3281
3281
  SpeakerSearchTaskId: string | undefined;
3282
3282
  }
@@ -3285,13 +3285,13 @@ export interface StopSpeakerSearchTaskRequest {
3285
3285
  */
3286
3286
  export interface StopVoiceToneAnalysisTaskRequest {
3287
3287
  /**
3288
- * @public
3289
3288
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
3289
+ * @public
3290
3290
  */
3291
3291
  Identifier: string | undefined;
3292
3292
  /**
3293
- * @public
3294
3293
  * <p>The ID of the voice tone analysis task.</p>
3294
+ * @public
3295
3295
  */
3296
3296
  VoiceToneAnalysisTaskId: string | undefined;
3297
3297
  }
@@ -3300,13 +3300,13 @@ export interface StopVoiceToneAnalysisTaskRequest {
3300
3300
  */
3301
3301
  export interface TagResourceRequest {
3302
3302
  /**
3303
- * @public
3304
3303
  * <p>The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's endpoint region, resource ID, and pipeline ID.</p>
3304
+ * @public
3305
3305
  */
3306
3306
  ResourceARN: string | undefined;
3307
3307
  /**
3308
- * @public
3309
3308
  * <p>The tags associated with the specified media pipeline.</p>
3309
+ * @public
3310
3310
  */
3311
3311
  Tags: Tag[] | undefined;
3312
3312
  }
@@ -3320,13 +3320,13 @@ export interface TagResourceResponse {
3320
3320
  */
3321
3321
  export interface UntagResourceRequest {
3322
3322
  /**
3323
- * @public
3324
3323
  * <p>The ARN of the pipeline that you want to untag.</p>
3324
+ * @public
3325
3325
  */
3326
3326
  ResourceARN: string | undefined;
3327
3327
  /**
3328
- * @public
3329
3328
  * <p>The key/value pairs in the tag that you want to remove.</p>
3329
+ * @public
3330
3330
  */
3331
3331
  TagKeys: string[] | undefined;
3332
3332
  }
@@ -3340,23 +3340,23 @@ export interface UntagResourceResponse {
3340
3340
  */
3341
3341
  export interface UpdateMediaInsightsPipelineConfigurationRequest {
3342
3342
  /**
3343
- * @public
3344
3343
  * <p>The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.</p>
3344
+ * @public
3345
3345
  */
3346
3346
  Identifier: string | undefined;
3347
3347
  /**
3348
- * @public
3349
3348
  * <p>The ARN of the role used by the service to access Amazon Web Services resources.</p>
3349
+ * @public
3350
3350
  */
3351
3351
  ResourceAccessRoleArn: string | undefined;
3352
3352
  /**
3353
- * @public
3354
3353
  * <p>The configuration settings for real-time alerts for the media insights pipeline.</p>
3354
+ * @public
3355
3355
  */
3356
3356
  RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
3357
3357
  /**
3358
- * @public
3359
3358
  * <p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..</p>
3359
+ * @public
3360
3360
  */
3361
3361
  Elements: MediaInsightsPipelineConfigurationElement[] | undefined;
3362
3362
  }
@@ -3365,8 +3365,8 @@ export interface UpdateMediaInsightsPipelineConfigurationRequest {
3365
3365
  */
3366
3366
  export interface UpdateMediaInsightsPipelineConfigurationResponse {
3367
3367
  /**
3368
- * @public
3369
3368
  * <p>The updated configuration settings.</p>
3369
+ * @public
3370
3370
  */
3371
3371
  MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
3372
3372
  }
@@ -3387,24 +3387,24 @@ export type MediaPipelineStatusUpdate = (typeof MediaPipelineStatusUpdate)[keyof
3387
3387
  */
3388
3388
  export interface UpdateMediaInsightsPipelineStatusRequest {
3389
3389
  /**
3390
- * @public
3391
3390
  * <p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>
3391
+ * @public
3392
3392
  */
3393
3393
  Identifier: string | undefined;
3394
3394
  /**
3395
- * @public
3396
3395
  * <p>The requested status of the media insights pipeline.</p>
3396
+ * @public
3397
3397
  */
3398
3398
  UpdateStatus: MediaPipelineStatusUpdate | undefined;
3399
3399
  }
3400
3400
  /**
3401
- * @public
3402
3401
  * <p>The updated Kinesis video stream configuration object.</p>
3402
+ * @public
3403
3403
  */
3404
3404
  export interface KinesisVideoStreamConfigurationUpdate {
3405
3405
  /**
3406
- * @public
3407
3406
  * <p>The updated time that data is retained.</p>
3407
+ * @public
3408
3408
  */
3409
3409
  DataRetentionInHours?: number;
3410
3410
  }
@@ -3413,13 +3413,13 @@ export interface KinesisVideoStreamConfigurationUpdate {
3413
3413
  */
3414
3414
  export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
3415
3415
  /**
3416
- * @public
3417
3416
  * <p>The ID of the video stream pool.</p>
3417
+ * @public
3418
3418
  */
3419
3419
  Identifier: string | undefined;
3420
3420
  /**
3421
- * @public
3422
3421
  * <p>The configuration settings for the video stream.</p>
3422
+ * @public
3423
3423
  */
3424
3424
  StreamConfiguration?: KinesisVideoStreamConfigurationUpdate;
3425
3425
  }
@@ -3428,8 +3428,8 @@ export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
3428
3428
  */
3429
3429
  export interface UpdateMediaPipelineKinesisVideoStreamPoolResponse {
3430
3430
  /**
3431
- * @public
3432
3431
  * <p>The video stream pool configuration object.</p>
3432
+ * @public
3433
3433
  */
3434
3434
  KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
3435
3435
  }