1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2021-07-15",
5    "endpointPrefix":"media-pipelines-chime",
6    "protocol":"rest-json",
7    "serviceFullName":"Amazon Chime SDK Media Pipelines",
8    "serviceId":"Chime SDK Media Pipelines",
9    "signatureVersion":"v4",
10    "signingName":"chime",
11    "uid":"chime-sdk-media-pipelines-2021-07-15"
12  },
13  "operations":{
14    "CreateMediaCapturePipeline":{
15      "name":"CreateMediaCapturePipeline",
16      "http":{
17        "method":"POST",
18        "requestUri":"/sdk-media-capture-pipelines",
19        "responseCode":201
20      },
21      "input":{"shape":"CreateMediaCapturePipelineRequest"},
22      "output":{"shape":"CreateMediaCapturePipelineResponse"},
23      "errors":[
24        {"shape":"BadRequestException"},
25        {"shape":"ForbiddenException"},
26        {"shape":"UnauthorizedClientException"},
27        {"shape":"ThrottledClientException"},
28        {"shape":"ResourceLimitExceededException"},
29        {"shape":"ServiceUnavailableException"},
30        {"shape":"ServiceFailureException"}
31      ],
32      "documentation":"<p>Creates a media pipeline.</p>"
33    },
34    "CreateMediaConcatenationPipeline":{
35      "name":"CreateMediaConcatenationPipeline",
36      "http":{
37        "method":"POST",
38        "requestUri":"/sdk-media-concatenation-pipelines",
39        "responseCode":201
40      },
41      "input":{"shape":"CreateMediaConcatenationPipelineRequest"},
42      "output":{"shape":"CreateMediaConcatenationPipelineResponse"},
43      "errors":[
44        {"shape":"BadRequestException"},
45        {"shape":"ForbiddenException"},
46        {"shape":"UnauthorizedClientException"},
47        {"shape":"ThrottledClientException"},
48        {"shape":"ResourceLimitExceededException"},
49        {"shape":"ServiceUnavailableException"},
50        {"shape":"ServiceFailureException"}
51      ],
52      "documentation":"<p>Creates a media concatenation pipeline.</p>"
53    },
54    "CreateMediaInsightsPipeline":{
55      "name":"CreateMediaInsightsPipeline",
56      "http":{
57        "method":"POST",
58        "requestUri":"/media-insights-pipelines",
59        "responseCode":201
60      },
61      "input":{"shape":"CreateMediaInsightsPipelineRequest"},
62      "output":{"shape":"CreateMediaInsightsPipelineResponse"},
63      "errors":[
64        {"shape":"BadRequestException"},
65        {"shape":"ForbiddenException"},
66        {"shape":"UnauthorizedClientException"},
67        {"shape":"ThrottledClientException"},
68        {"shape":"ResourceLimitExceededException"},
69        {"shape":"NotFoundException"},
70        {"shape":"ServiceUnavailableException"},
71        {"shape":"ServiceFailureException"}
72      ],
73      "documentation":"<p>Creates a media insights pipeline.</p>"
74    },
75    "CreateMediaInsightsPipelineConfiguration":{
76      "name":"CreateMediaInsightsPipelineConfiguration",
77      "http":{
78        "method":"POST",
79        "requestUri":"/media-insights-pipeline-configurations",
80        "responseCode":201
81      },
82      "input":{"shape":"CreateMediaInsightsPipelineConfigurationRequest"},
83      "output":{"shape":"CreateMediaInsightsPipelineConfigurationResponse"},
84      "errors":[
85        {"shape":"BadRequestException"},
86        {"shape":"ForbiddenException"},
87        {"shape":"NotFoundException"},
88        {"shape":"UnauthorizedClientException"},
89        {"shape":"ThrottledClientException"},
90        {"shape":"ResourceLimitExceededException"},
91        {"shape":"ServiceUnavailableException"},
92        {"shape":"ServiceFailureException"}
93      ],
94      "documentation":"<p>A structure that contains the static configurations for a media insights pipeline.</p>"
95    },
96    "CreateMediaLiveConnectorPipeline":{
97      "name":"CreateMediaLiveConnectorPipeline",
98      "http":{
99        "method":"POST",
100        "requestUri":"/sdk-media-live-connector-pipelines",
101        "responseCode":201
102      },
103      "input":{"shape":"CreateMediaLiveConnectorPipelineRequest"},
104      "output":{"shape":"CreateMediaLiveConnectorPipelineResponse"},
105      "errors":[
106        {"shape":"BadRequestException"},
107        {"shape":"ForbiddenException"},
108        {"shape":"UnauthorizedClientException"},
109        {"shape":"ThrottledClientException"},
110        {"shape":"ResourceLimitExceededException"},
111        {"shape":"ServiceUnavailableException"},
112        {"shape":"ServiceFailureException"}
113      ],
114      "documentation":"<p>Creates a media live connector pipeline in an Amazon Chime SDK meeting.</p>"
115    },
116    "CreateMediaPipelineKinesisVideoStreamPool":{
117      "name":"CreateMediaPipelineKinesisVideoStreamPool",
118      "http":{
119        "method":"POST",
120        "requestUri":"/media-pipeline-kinesis-video-stream-pools",
121        "responseCode":201
122      },
123      "input":{"shape":"CreateMediaPipelineKinesisVideoStreamPoolRequest"},
124      "output":{"shape":"CreateMediaPipelineKinesisVideoStreamPoolResponse"},
125      "errors":[
126        {"shape":"BadRequestException"},
127        {"shape":"ForbiddenException"},
128        {"shape":"UnauthorizedClientException"},
129        {"shape":"ThrottledClientException"},
130        {"shape":"ResourceLimitExceededException"},
131        {"shape":"ConflictException"},
132        {"shape":"ServiceUnavailableException"},
133        {"shape":"ServiceFailureException"}
134      ],
135      "documentation":"<p>Creates an Kinesis video stream pool for the media pipeline.</p>"
136    },
137    "CreateMediaStreamPipeline":{
138      "name":"CreateMediaStreamPipeline",
139      "http":{
140        "method":"POST",
141        "requestUri":"/sdk-media-stream-pipelines",
142        "responseCode":201
143      },
144      "input":{"shape":"CreateMediaStreamPipelineRequest"},
145      "output":{"shape":"CreateMediaStreamPipelineResponse"},
146      "errors":[
147        {"shape":"BadRequestException"},
148        {"shape":"ForbiddenException"},
149        {"shape":"NotFoundException"},
150        {"shape":"UnauthorizedClientException"},
151        {"shape":"ThrottledClientException"},
152        {"shape":"ResourceLimitExceededException"},
153        {"shape":"ServiceUnavailableException"},
154        {"shape":"ServiceFailureException"}
155      ],
156      "documentation":"<p>Creates a streaming media pipeline.</p>"
157    },
158    "DeleteMediaCapturePipeline":{
159      "name":"DeleteMediaCapturePipeline",
160      "http":{
161        "method":"DELETE",
162        "requestUri":"/sdk-media-capture-pipelines/{mediaPipelineId}",
163        "responseCode":204
164      },
165      "input":{"shape":"DeleteMediaCapturePipelineRequest"},
166      "errors":[
167        {"shape":"BadRequestException"},
168        {"shape":"ForbiddenException"},
169        {"shape":"ThrottledClientException"},
170        {"shape":"NotFoundException"},
171        {"shape":"UnauthorizedClientException"},
172        {"shape":"ServiceUnavailableException"},
173        {"shape":"ServiceFailureException"}
174      ],
175      "documentation":"<p>Deletes the media pipeline.</p>"
176    },
177    "DeleteMediaInsightsPipelineConfiguration":{
178      "name":"DeleteMediaInsightsPipelineConfiguration",
179      "http":{
180        "method":"DELETE",
181        "requestUri":"/media-insights-pipeline-configurations/{identifier}",
182        "responseCode":204
183      },
184      "input":{"shape":"DeleteMediaInsightsPipelineConfigurationRequest"},
185      "errors":[
186        {"shape":"BadRequestException"},
187        {"shape":"ForbiddenException"},
188        {"shape":"ThrottledClientException"},
189        {"shape":"NotFoundException"},
190        {"shape":"UnauthorizedClientException"},
191        {"shape":"ConflictException"},
192        {"shape":"ServiceUnavailableException"},
193        {"shape":"ServiceFailureException"}
194      ],
195      "documentation":"<p>Deletes the specified configuration settings.</p>"
196    },
197    "DeleteMediaPipeline":{
198      "name":"DeleteMediaPipeline",
199      "http":{
200        "method":"DELETE",
201        "requestUri":"/sdk-media-pipelines/{mediaPipelineId}",
202        "responseCode":204
203      },
204      "input":{"shape":"DeleteMediaPipelineRequest"},
205      "errors":[
206        {"shape":"BadRequestException"},
207        {"shape":"ForbiddenException"},
208        {"shape":"ThrottledClientException"},
209        {"shape":"NotFoundException"},
210        {"shape":"UnauthorizedClientException"},
211        {"shape":"ConflictException"},
212        {"shape":"ServiceUnavailableException"},
213        {"shape":"ServiceFailureException"}
214      ],
215      "documentation":"<p>Deletes the media pipeline.</p>"
216    },
217    "DeleteMediaPipelineKinesisVideoStreamPool":{
218      "name":"DeleteMediaPipelineKinesisVideoStreamPool",
219      "http":{
220        "method":"DELETE",
221        "requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}",
222        "responseCode":204
223      },
224      "input":{"shape":"DeleteMediaPipelineKinesisVideoStreamPoolRequest"},
225      "errors":[
226        {"shape":"BadRequestException"},
227        {"shape":"ForbiddenException"},
228        {"shape":"ThrottledClientException"},
229        {"shape":"NotFoundException"},
230        {"shape":"UnauthorizedClientException"},
231        {"shape":"ConflictException"},
232        {"shape":"ServiceUnavailableException"},
233        {"shape":"ServiceFailureException"}
234      ],
235      "documentation":"<p>Deletes an Kinesis video stream pool.</p>"
236    },
237    "GetMediaCapturePipeline":{
238      "name":"GetMediaCapturePipeline",
239      "http":{
240        "method":"GET",
241        "requestUri":"/sdk-media-capture-pipelines/{mediaPipelineId}",
242        "responseCode":200
243      },
244      "input":{"shape":"GetMediaCapturePipelineRequest"},
245      "output":{"shape":"GetMediaCapturePipelineResponse"},
246      "errors":[
247        {"shape":"BadRequestException"},
248        {"shape":"ForbiddenException"},
249        {"shape":"UnauthorizedClientException"},
250        {"shape":"ThrottledClientException"},
251        {"shape":"NotFoundException"},
252        {"shape":"ServiceUnavailableException"},
253        {"shape":"ServiceFailureException"}
254      ],
255      "documentation":"<p>Gets an existing media pipeline.</p>"
256    },
257    "GetMediaInsightsPipelineConfiguration":{
258      "name":"GetMediaInsightsPipelineConfiguration",
259      "http":{
260        "method":"GET",
261        "requestUri":"/media-insights-pipeline-configurations/{identifier}",
262        "responseCode":200
263      },
264      "input":{"shape":"GetMediaInsightsPipelineConfigurationRequest"},
265      "output":{"shape":"GetMediaInsightsPipelineConfigurationResponse"},
266      "errors":[
267        {"shape":"BadRequestException"},
268        {"shape":"ForbiddenException"},
269        {"shape":"UnauthorizedClientException"},
270        {"shape":"ThrottledClientException"},
271        {"shape":"NotFoundException"},
272        {"shape":"ServiceUnavailableException"},
273        {"shape":"ServiceFailureException"}
274      ],
275      "documentation":"<p>Gets the configuration settings for a media insights pipeline.</p>"
276    },
277    "GetMediaPipeline":{
278      "name":"GetMediaPipeline",
279      "http":{
280        "method":"GET",
281        "requestUri":"/sdk-media-pipelines/{mediaPipelineId}",
282        "responseCode":200
283      },
284      "input":{"shape":"GetMediaPipelineRequest"},
285      "output":{"shape":"GetMediaPipelineResponse"},
286      "errors":[
287        {"shape":"BadRequestException"},
288        {"shape":"ForbiddenException"},
289        {"shape":"UnauthorizedClientException"},
290        {"shape":"ThrottledClientException"},
291        {"shape":"NotFoundException"},
292        {"shape":"ServiceUnavailableException"},
293        {"shape":"ServiceFailureException"}
294      ],
295      "documentation":"<p>Gets an existing media pipeline.</p>"
296    },
297    "GetMediaPipelineKinesisVideoStreamPool":{
298      "name":"GetMediaPipelineKinesisVideoStreamPool",
299      "http":{
300        "method":"GET",
301        "requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}",
302        "responseCode":200
303      },
304      "input":{"shape":"GetMediaPipelineKinesisVideoStreamPoolRequest"},
305      "output":{"shape":"GetMediaPipelineKinesisVideoStreamPoolResponse"},
306      "errors":[
307        {"shape":"BadRequestException"},
308        {"shape":"ForbiddenException"},
309        {"shape":"NotFoundException"},
310        {"shape":"UnauthorizedClientException"},
311        {"shape":"ThrottledClientException"},
312        {"shape":"ServiceUnavailableException"},
313        {"shape":"ServiceFailureException"}
314      ],
315      "documentation":"<p>Gets an Kinesis video stream pool.</p>"
316    },
317    "GetSpeakerSearchTask":{
318      "name":"GetSpeakerSearchTask",
319      "http":{
320        "method":"GET",
321        "requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}",
322        "responseCode":200
323      },
324      "input":{"shape":"GetSpeakerSearchTaskRequest"},
325      "output":{"shape":"GetSpeakerSearchTaskResponse"},
326      "errors":[
327        {"shape":"BadRequestException"},
328        {"shape":"ForbiddenException"},
329        {"shape":"UnauthorizedClientException"},
330        {"shape":"ThrottledClientException"},
331        {"shape":"NotFoundException"},
332        {"shape":"ServiceUnavailableException"},
333        {"shape":"ServiceFailureException"}
334      ],
335      "documentation":"<p>Retrieves the details of the specified speaker search task.</p>"
336    },
337    "GetVoiceToneAnalysisTask":{
338      "name":"GetVoiceToneAnalysisTask",
339      "http":{
340        "method":"GET",
341        "requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}",
342        "responseCode":200
343      },
344      "input":{"shape":"GetVoiceToneAnalysisTaskRequest"},
345      "output":{"shape":"GetVoiceToneAnalysisTaskResponse"},
346      "errors":[
347        {"shape":"BadRequestException"},
348        {"shape":"ForbiddenException"},
349        {"shape":"UnauthorizedClientException"},
350        {"shape":"ThrottledClientException"},
351        {"shape":"NotFoundException"},
352        {"shape":"ServiceUnavailableException"},
353        {"shape":"ServiceFailureException"}
354      ],
355      "documentation":"<p>Retrieves the details of a voice tone analysis task.</p>"
356    },
357    "ListMediaCapturePipelines":{
358      "name":"ListMediaCapturePipelines",
359      "http":{
360        "method":"GET",
361        "requestUri":"/sdk-media-capture-pipelines",
362        "responseCode":200
363      },
364      "input":{"shape":"ListMediaCapturePipelinesRequest"},
365      "output":{"shape":"ListMediaCapturePipelinesResponse"},
366      "errors":[
367        {"shape":"BadRequestException"},
368        {"shape":"ForbiddenException"},
369        {"shape":"UnauthorizedClientException"},
370        {"shape":"ThrottledClientException"},
371        {"shape":"ResourceLimitExceededException"},
372        {"shape":"ServiceUnavailableException"},
373        {"shape":"ServiceFailureException"}
374      ],
375      "documentation":"<p>Returns a list of media pipelines.</p>"
376    },
377    "ListMediaInsightsPipelineConfigurations":{
378      "name":"ListMediaInsightsPipelineConfigurations",
379      "http":{
380        "method":"GET",
381        "requestUri":"/media-insights-pipeline-configurations",
382        "responseCode":200
383      },
384      "input":{"shape":"ListMediaInsightsPipelineConfigurationsRequest"},
385      "output":{"shape":"ListMediaInsightsPipelineConfigurationsResponse"},
386      "errors":[
387        {"shape":"BadRequestException"},
388        {"shape":"ForbiddenException"},
389        {"shape":"UnauthorizedClientException"},
390        {"shape":"ThrottledClientException"},
391        {"shape":"ResourceLimitExceededException"},
392        {"shape":"ServiceUnavailableException"},
393        {"shape":"ServiceFailureException"}
394      ],
395      "documentation":"<p>Lists the available media insights pipeline configurations.</p>"
396    },
397    "ListMediaPipelineKinesisVideoStreamPools":{
398      "name":"ListMediaPipelineKinesisVideoStreamPools",
399      "http":{
400        "method":"GET",
401        "requestUri":"/media-pipeline-kinesis-video-stream-pools",
402        "responseCode":200
403      },
404      "input":{"shape":"ListMediaPipelineKinesisVideoStreamPoolsRequest"},
405      "output":{"shape":"ListMediaPipelineKinesisVideoStreamPoolsResponse"},
406      "errors":[
407        {"shape":"BadRequestException"},
408        {"shape":"ForbiddenException"},
409        {"shape":"UnauthorizedClientException"},
410        {"shape":"ThrottledClientException"},
411        {"shape":"ResourceLimitExceededException"},
412        {"shape":"ServiceUnavailableException"},
413        {"shape":"ServiceFailureException"}
414      ],
415      "documentation":"<p>Lists the video stream pools in the media pipeline.</p>"
416    },
417    "ListMediaPipelines":{
418      "name":"ListMediaPipelines",
419      "http":{
420        "method":"GET",
421        "requestUri":"/sdk-media-pipelines",
422        "responseCode":200
423      },
424      "input":{"shape":"ListMediaPipelinesRequest"},
425      "output":{"shape":"ListMediaPipelinesResponse"},
426      "errors":[
427        {"shape":"BadRequestException"},
428        {"shape":"ForbiddenException"},
429        {"shape":"UnauthorizedClientException"},
430        {"shape":"ThrottledClientException"},
431        {"shape":"ResourceLimitExceededException"},
432        {"shape":"ServiceUnavailableException"},
433        {"shape":"ServiceFailureException"}
434      ],
435      "documentation":"<p>Returns a list of media pipelines.</p>"
436    },
437    "ListTagsForResource":{
438      "name":"ListTagsForResource",
439      "http":{
440        "method":"GET",
441        "requestUri":"/tags",
442        "responseCode":200
443      },
444      "input":{"shape":"ListTagsForResourceRequest"},
445      "output":{"shape":"ListTagsForResourceResponse"},
446      "errors":[
447        {"shape":"NotFoundException"},
448        {"shape":"BadRequestException"},
449        {"shape":"ForbiddenException"},
450        {"shape":"UnauthorizedClientException"},
451        {"shape":"ThrottledClientException"},
452        {"shape":"ServiceUnavailableException"},
453        {"shape":"ServiceFailureException"}
454      ],
455      "documentation":"<p>Lists the tags available for a media pipeline.</p>"
456    },
457    "StartSpeakerSearchTask":{
458      "name":"StartSpeakerSearchTask",
459      "http":{
460        "method":"POST",
461        "requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks?operation=start",
462        "responseCode":201
463      },
464      "input":{"shape":"StartSpeakerSearchTaskRequest"},
465      "output":{"shape":"StartSpeakerSearchTaskResponse"},
466      "errors":[
467        {"shape":"BadRequestException"},
468        {"shape":"ForbiddenException"},
469        {"shape":"ConflictException"},
470        {"shape":"UnauthorizedClientException"},
471        {"shape":"ThrottledClientException"},
472        {"shape":"NotFoundException"},
473        {"shape":"ServiceUnavailableException"},
474        {"shape":"ServiceFailureException"}
475      ],
476      "documentation":"<p>Starts a speaker search task.</p> <important> <p>Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the <a href=\"https://aws.amazon.com/service-terms/\">AWS service terms</a> for the Amazon Chime SDK.</p> </important>"
477    },
478    "StartVoiceToneAnalysisTask":{
479      "name":"StartVoiceToneAnalysisTask",
480      "http":{
481        "method":"POST",
482        "requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks?operation=start",
483        "responseCode":201
484      },
485      "input":{"shape":"StartVoiceToneAnalysisTaskRequest"},
486      "output":{"shape":"StartVoiceToneAnalysisTaskResponse"},
487      "errors":[
488        {"shape":"BadRequestException"},
489        {"shape":"ForbiddenException"},
490        {"shape":"ConflictException"},
491        {"shape":"UnauthorizedClientException"},
492        {"shape":"ThrottledClientException"},
493        {"shape":"NotFoundException"},
494        {"shape":"ServiceUnavailableException"},
495        {"shape":"ServiceFailureException"}
496      ],
497      "documentation":"<p>Starts a voice tone analysis task. For more information about voice tone analysis, see <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/voice-analytics.html\">Using Amazon Chime SDK voice analytics</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p> <important> <p>Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the <a href=\"https://aws.amazon.com/service-terms/\">AWS service terms</a> for the Amazon Chime SDK.</p> </important>"
498    },
499    "StopSpeakerSearchTask":{
500      "name":"StopSpeakerSearchTask",
501      "http":{
502        "method":"POST",
503        "requestUri":"/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}?operation=stop",
504        "responseCode":204
505      },
506      "input":{"shape":"StopSpeakerSearchTaskRequest"},
507      "errors":[
508        {"shape":"BadRequestException"},
509        {"shape":"ForbiddenException"},
510        {"shape":"ConflictException"},
511        {"shape":"UnauthorizedClientException"},
512        {"shape":"ThrottledClientException"},
513        {"shape":"NotFoundException"},
514        {"shape":"ServiceUnavailableException"},
515        {"shape":"ServiceFailureException"}
516      ],
517      "documentation":"<p>Stops a speaker search task.</p>"
518    },
519    "StopVoiceToneAnalysisTask":{
520      "name":"StopVoiceToneAnalysisTask",
521      "http":{
522        "method":"POST",
523        "requestUri":"/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}?operation=stop",
524        "responseCode":204
525      },
526      "input":{"shape":"StopVoiceToneAnalysisTaskRequest"},
527      "errors":[
528        {"shape":"BadRequestException"},
529        {"shape":"ForbiddenException"},
530        {"shape":"ConflictException"},
531        {"shape":"UnauthorizedClientException"},
532        {"shape":"ThrottledClientException"},
533        {"shape":"NotFoundException"},
534        {"shape":"ServiceUnavailableException"},
535        {"shape":"ServiceFailureException"}
536      ],
537      "documentation":"<p>Stops a voice tone analysis task.</p>"
538    },
539    "TagResource":{
540      "name":"TagResource",
541      "http":{
542        "method":"POST",
543        "requestUri":"/tags?operation=tag-resource",
544        "responseCode":204
545      },
546      "input":{"shape":"TagResourceRequest"},
547      "output":{"shape":"TagResourceResponse"},
548      "errors":[
549        {"shape":"NotFoundException"},
550        {"shape":"BadRequestException"},
551        {"shape":"ForbiddenException"},
552        {"shape":"UnauthorizedClientException"},
553        {"shape":"ThrottledClientException"},
554        {"shape":"ServiceUnavailableException"},
555        {"shape":"ServiceFailureException"}
556      ],
557      "documentation":"<p>The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.</p>"
558    },
559    "UntagResource":{
560      "name":"UntagResource",
561      "http":{
562        "method":"POST",
563        "requestUri":"/tags?operation=untag-resource",
564        "responseCode":204
565      },
566      "input":{"shape":"UntagResourceRequest"},
567      "output":{"shape":"UntagResourceResponse"},
568      "errors":[
569        {"shape":"NotFoundException"},
570        {"shape":"BadRequestException"},
571        {"shape":"ForbiddenException"},
572        {"shape":"UnauthorizedClientException"},
573        {"shape":"ThrottledClientException"},
574        {"shape":"ServiceUnavailableException"},
575        {"shape":"ServiceFailureException"}
576      ],
577      "documentation":"<p>Removes any tags from a media pipeline.</p>"
578    },
579    "UpdateMediaInsightsPipelineConfiguration":{
580      "name":"UpdateMediaInsightsPipelineConfiguration",
581      "http":{
582        "method":"PUT",
583        "requestUri":"/media-insights-pipeline-configurations/{identifier}",
584        "responseCode":200
585      },
586      "input":{"shape":"UpdateMediaInsightsPipelineConfigurationRequest"},
587      "output":{"shape":"UpdateMediaInsightsPipelineConfigurationResponse"},
588      "errors":[
589        {"shape":"BadRequestException"},
590        {"shape":"ForbiddenException"},
591        {"shape":"UnauthorizedClientException"},
592        {"shape":"ThrottledClientException"},
593        {"shape":"NotFoundException"},
594        {"shape":"ConflictException"},
595        {"shape":"ServiceUnavailableException"},
596        {"shape":"ServiceFailureException"}
597      ],
598      "documentation":"<p>Updates the media insights pipeline's configuration settings.</p>"
599    },
600    "UpdateMediaInsightsPipelineStatus":{
601      "name":"UpdateMediaInsightsPipelineStatus",
602      "http":{
603        "method":"PUT",
604        "requestUri":"/media-insights-pipeline-status/{identifier}",
605        "responseCode":200
606      },
607      "input":{"shape":"UpdateMediaInsightsPipelineStatusRequest"},
608      "errors":[
609        {"shape":"BadRequestException"},
610        {"shape":"ForbiddenException"},
611        {"shape":"ConflictException"},
612        {"shape":"UnauthorizedClientException"},
613        {"shape":"ThrottledClientException"},
614        {"shape":"NotFoundException"},
615        {"shape":"ServiceUnavailableException"},
616        {"shape":"ServiceFailureException"}
617      ],
618      "documentation":"<p>Updates the status of a media insights pipeline.</p>"
619    },
620    "UpdateMediaPipelineKinesisVideoStreamPool":{
621      "name":"UpdateMediaPipelineKinesisVideoStreamPool",
622      "http":{
623        "method":"PUT",
624        "requestUri":"/media-pipeline-kinesis-video-stream-pools/{identifier}",
625        "responseCode":200
626      },
627      "input":{"shape":"UpdateMediaPipelineKinesisVideoStreamPoolRequest"},
628      "output":{"shape":"UpdateMediaPipelineKinesisVideoStreamPoolResponse"},
629      "errors":[
630        {"shape":"BadRequestException"},
631        {"shape":"ForbiddenException"},
632        {"shape":"NotFoundException"},
633        {"shape":"UnauthorizedClientException"},
634        {"shape":"ThrottledClientException"},
635        {"shape":"ConflictException"},
636        {"shape":"ServiceUnavailableException"},
637        {"shape":"ServiceFailureException"}
638      ],
639      "documentation":"<p>Updates an Kinesis video stream pool in a media pipeline.</p>"
640    }
641  },
642  "shapes":{
643    "ActiveSpeakerOnlyConfiguration":{
644      "type":"structure",
645      "members":{
646        "ActiveSpeakerPosition":{
647          "shape":"ActiveSpeakerPosition",
648          "documentation":"<p>The position of the <code>ActiveSpeakerOnly</code> video tile.</p>"
649        }
650      },
651      "documentation":"<p>Defines the configuration for an <code>ActiveSpeakerOnly</code> video tile.</p>"
652    },
653    "ActiveSpeakerPosition":{
654      "type":"string",
655      "enum":[
656        "TopLeft",
657        "TopRight",
658        "BottomLeft",
659        "BottomRight"
660      ]
661    },
662    "AmazonResourceName":{
663      "type":"string",
664      "max":1011,
665      "min":1,
666      "pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$"
667    },
668    "AmazonTranscribeCallAnalyticsProcessorConfiguration":{
669      "type":"structure",
670      "required":["LanguageCode"],
671      "members":{
672        "LanguageCode":{
673          "shape":"CallAnalyticsLanguageCode",
674          "documentation":"<p>The language code in the configuration.</p>"
675        },
676        "VocabularyName":{
677          "shape":"VocabularyName",
678          "documentation":"<p>Specifies the name of the custom vocabulary to use when processing a transcription. Note that vocabulary names are case sensitive.</p> <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> <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> <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>"
679        },
680        "VocabularyFilterName":{
681          "shape":"VocabularyFilterName",
682          "documentation":"<p>Specifies the name of the custom vocabulary filter to use when processing a transcription. Note that vocabulary filter names are case sensitive.</p> <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> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p> <p>Length Constraints: Minimum length of 1. Maximum length of 200. </p>"
683        },
684        "VocabularyFilterMethod":{
685          "shape":"VocabularyFilterMethod",
686          "documentation":"<p>Specifies how to apply a vocabulary filter to a transcript.</p> <p>To replace words with <b>***</b>, choose <code>mask</code>.</p> <p>To delete words, choose <code>remove</code>.</p> <p>To flag words without changing them, choose <code>tag</code>. </p>"
687        },
688        "LanguageModelName":{
689          "shape":"ModelName",
690          "documentation":"<p>Specifies the name of the custom language model to use when processing a transcription. Note that language model names are case sensitive.</p> <p>The language of the specified language model must match the language code specified in the transcription request. If the languages don't match, the custom language model isn't applied. Language mismatches don't generate errors or warnings.</p> <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>"
691        },
692        "EnablePartialResultsStabilization":{
693          "shape":"Boolean",
694          "documentation":"<p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy. For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization\">Partial-result stabilization</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
695        },
696        "PartialResultsStability":{
697          "shape":"PartialResultsStability",
698          "documentation":"<p>Specifies the level of stability to use when you enable partial results stabilization (<code>EnablePartialResultsStabilization</code>).</p> <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
699        },
700        "ContentIdentificationType":{
701          "shape":"ContentType",
702          "documentation":"<p>Labels all personally identifiable information (PII) identified in your transcript.</p> <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> <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> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
703        },
704        "ContentRedactionType":{
705          "shape":"ContentType",
706          "documentation":"<p>Redacts all personally identifiable information (PII) identified in your transcript.</p> <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> <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> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
707        },
708        "PiiEntityTypes":{
709          "shape":"PiiEntityTypes",
710          "documentation":"<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> <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> <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>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>, <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, <code>SSN</code>, or <code>ALL</code>.</p> <p>Length Constraints: Minimum length of 1. Maximum length of 300.</p>"
711        },
712        "FilterPartialResults":{
713          "shape":"Boolean",
714          "documentation":"<p>If true, <code>UtteranceEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>"
715        },
716        "PostCallAnalyticsSettings":{
717          "shape":"PostCallAnalyticsSettings",
718          "documentation":"<p>The settings for a post-call analysis task in an analytics configuration.</p>"
719        },
720        "CallAnalyticsStreamCategories":{
721          "shape":"CategoryNameList",
722          "documentation":"<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>"
723        }
724      },
725      "documentation":"<p>A structure that contains the configuration settings for an Amazon Transcribe call analytics processor.</p>"
726    },
727    "AmazonTranscribeProcessorConfiguration":{
728      "type":"structure",
729      "members":{
730        "LanguageCode":{
731          "shape":"CallAnalyticsLanguageCode",
732          "documentation":"<p>The language code that represents the language spoken in your audio.</p> <p>If you're unsure of the language spoken in your audio, consider using <code>IdentifyLanguage</code> to enable automatic language identification.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
733        },
734        "VocabularyName":{
735          "shape":"VocabularyName",
736          "documentation":"<p>The name of the custom vocabulary that you specified in your Call Analytics request.</p> <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>"
737        },
738        "VocabularyFilterName":{
739          "shape":"VocabularyFilterName",
740          "documentation":"<p>The name of the custom vocabulary filter that you specified in your Call Analytics request.</p> <p>Length Constraints: Minimum length of 1. Maximum length of 200.</p>"
741        },
742        "VocabularyFilterMethod":{
743          "shape":"VocabularyFilterMethod",
744          "documentation":"<p>The vocabulary filtering method used in your Call Analytics transcription.</p>"
745        },
746        "ShowSpeakerLabel":{
747          "shape":"Boolean",
748          "documentation":"<p>Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.</p> <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>"
749        },
750        "EnablePartialResultsStabilization":{
751          "shape":"Boolean",
752          "documentation":"<p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
753        },
754        "PartialResultsStability":{
755          "shape":"PartialResultsStability",
756          "documentation":"<p>The level of stability to use when you enable partial results stabilization (<code>EnablePartialResultsStabilization</code>).</p> <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
757        },
758        "ContentIdentificationType":{
759          "shape":"ContentType",
760          "documentation":"<p>Labels all personally identifiable information (PII) identified in your transcript.</p> <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> <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
761        },
762        "ContentRedactionType":{
763          "shape":"ContentType",
764          "documentation":"<p>Redacts all personally identifiable information (PII) identified in your transcript.</p> <p>Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment.</p> <p>You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p> <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> in the <i>Amazon Transcribe Developer Guide</i>.</p>"
765        },
766        "PiiEntityTypes":{
767          "shape":"PiiEntityTypes",
768          "documentation":"<p>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> <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> <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>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>, <code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, <code>SSN</code>, or <code>ALL</code>.</p> <p>If you leave this parameter empty, the default behavior is equivalent to <code>ALL</code>.</p>"
769        },
770        "LanguageModelName":{
771          "shape":"ModelName",
772          "documentation":"<p>The name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.</p> <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. There are no errors or warnings associated with a language mismatch.</p> <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>"
773        },
774        "FilterPartialResults":{
775          "shape":"Boolean",
776          "documentation":"<p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>"
777        },
778        "IdentifyLanguage":{
779          "shape":"Boolean",
780          "documentation":"<p>Turns language identification on or off.</p>"
781        },
782        "LanguageOptions":{
783          "shape":"LanguageOptions",
784          "documentation":"<p>The language options for the transcription, such as automatic language detection.</p>"
785        },
786        "PreferredLanguage":{
787          "shape":"CallAnalyticsLanguageCode",
788          "documentation":"<p>The preferred language for the transcription.</p>"
789        },
790        "VocabularyNames":{
791          "shape":"VocabularyNames",
792          "documentation":"<p>The names of the custom vocabulary or vocabularies used during transcription.</p>"
793        },
794        "VocabularyFilterNames":{
795          "shape":"VocabularyFilterNames",
796          "documentation":"<p>The names of the custom vocabulary filter or filters using during transcription.</p>"
797        }
798      },
799      "documentation":"<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>"
800    },
801    "Arn":{
802      "type":"string",
803      "max":1024,
804      "min":1,
805      "pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$",
806      "sensitive":true
807    },
808    "ArtifactsConcatenationConfiguration":{
809      "type":"structure",
810      "required":[
811        "Audio",
812        "Video",
813        "Content",
814        "DataChannel",
815        "TranscriptionMessages",
816        "MeetingEvents",
817        "CompositedVideo"
818      ],
819      "members":{
820        "Audio":{
821          "shape":"AudioConcatenationConfiguration",
822          "documentation":"<p>The configuration for the audio artifacts concatenation.</p>"
823        },
824        "Video":{
825          "shape":"VideoConcatenationConfiguration",
826          "documentation":"<p>The configuration for the video artifacts concatenation.</p>"
827        },
828        "Content":{
829          "shape":"ContentConcatenationConfiguration",
830          "documentation":"<p>The configuration for the content artifacts concatenation.</p>"
831        },
832        "DataChannel":{
833          "shape":"DataChannelConcatenationConfiguration",
834          "documentation":"<p>The configuration for the data channel artifacts concatenation.</p>"
835        },
836        "TranscriptionMessages":{
837          "shape":"TranscriptionMessagesConcatenationConfiguration",
838          "documentation":"<p>The configuration for the transcription messages artifacts concatenation.</p>"
839        },
840        "MeetingEvents":{
841          "shape":"MeetingEventsConcatenationConfiguration",
842          "documentation":"<p>The configuration for the meeting events artifacts concatenation.</p>"
843        },
844        "CompositedVideo":{
845          "shape":"CompositedVideoConcatenationConfiguration",
846          "documentation":"<p>The configuration for the composited video artifacts concatenation.</p>"
847        }
848      },
849      "documentation":"<p>The configuration for the artifacts concatenation.</p>"
850    },
851    "ArtifactsConcatenationState":{
852      "type":"string",
853      "enum":[
854        "Enabled",
855        "Disabled"
856      ]
857    },
858    "ArtifactsConfiguration":{
859      "type":"structure",
860      "required":[
861        "Audio",
862        "Video",
863        "Content"
864      ],
865      "members":{
866        "Audio":{
867          "shape":"AudioArtifactsConfiguration",
868          "documentation":"<p>The configuration for the audio artifacts.</p>"
869        },
870        "Video":{
871          "shape":"VideoArtifactsConfiguration",
872          "documentation":"<p>The configuration for the video artifacts.</p>"
873        },
874        "Content":{
875          "shape":"ContentArtifactsConfiguration",
876          "documentation":"<p>The configuration for the content artifacts.</p>"
877        },
878        "CompositedVideo":{
879          "shape":"CompositedVideoArtifactsConfiguration",
880          "documentation":"<p>Enables video compositing.</p>"
881        }
882      },
883      "documentation":"<p>The configuration for the artifacts.</p>"
884    },
885    "ArtifactsState":{
886      "type":"string",
887      "enum":[
888        "Enabled",
889        "Disabled"
890      ]
891    },
892    "AttendeeIdList":{
893      "type":"list",
894      "member":{"shape":"GuidString"},
895      "min":1
896    },
897    "AudioArtifactsConcatenationState":{
898      "type":"string",
899      "enum":["Enabled"]
900    },
901    "AudioArtifactsConfiguration":{
902      "type":"structure",
903      "required":["MuxType"],
904      "members":{
905        "MuxType":{
906          "shape":"AudioMuxType",
907          "documentation":"<p>The MUX type of the audio artifact configuration object.</p>"
908        }
909      },
910      "documentation":"<p>The audio artifact configuration object.</p>"
911    },
912    "AudioChannelsOption":{
913      "type":"string",
914      "enum":[
915        "Stereo",
916        "Mono"
917      ]
918    },
919    "AudioConcatenationConfiguration":{
920      "type":"structure",
921      "required":["State"],
922      "members":{
923        "State":{
924          "shape":"AudioArtifactsConcatenationState",
925          "documentation":"<p>Enables or disables the configuration object.</p>"
926        }
927      },
928      "documentation":"<p>The audio artifact concatenation configuration object.</p>"
929    },
930    "AudioMuxType":{
931      "type":"string",
932      "enum":[
933        "AudioOnly",
934        "AudioWithActiveSpeakerVideo",
935        "AudioWithCompositedVideo"
936      ]
937    },
938    "AudioSampleRateOption":{
939      "type":"string",
940      "pattern":"44100|48000"
941    },
942    "AwsRegion":{
943      "type":"string",
944      "max":32,
945      "min":1,
946      "pattern":"^([a-z]+-){2,}\\d+$"
947    },
948    "BadRequestException":{
949      "type":"structure",
950      "members":{
951        "Code":{"shape":"ErrorCode"},
952        "Message":{"shape":"String"},
953        "RequestId":{
954          "shape":"String",
955          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
956        }
957      },
958      "documentation":"<p>The input parameters don't match the service's restrictions.</p>",
959      "error":{"httpStatusCode":400},
960      "exception":true
961    },
962    "Boolean":{"type":"boolean"},
963    "BorderColor":{
964      "type":"string",
965      "enum":[
966        "Black",
967        "Blue",
968        "Red",
969        "Green",
970        "White",
971        "Yellow"
972      ]
973    },
974    "BorderThickness":{
975      "type":"integer",
976      "max":20,
977      "min":1
978    },
979    "CallAnalyticsLanguageCode":{
980      "type":"string",
981      "enum":[
982        "en-US",
983        "en-GB",
984        "es-US",
985        "fr-CA",
986        "fr-FR",
987        "en-AU",
988        "it-IT",
989        "de-DE",
990        "pt-BR"
991      ]
992    },
993    "CanvasOrientation":{
994      "type":"string",
995      "enum":[
996        "Landscape",
997        "Portrait"
998      ]
999    },
1000    "CategoryName":{
1001      "type":"string",
1002      "max":200,
1003      "min":1,
1004      "pattern":"^[0-9a-zA-Z._-]+"
1005    },
1006    "CategoryNameList":{
1007      "type":"list",
1008      "member":{"shape":"CategoryName"},
1009      "max":20,
1010      "min":1
1011    },
1012    "ChannelDefinition":{
1013      "type":"structure",
1014      "required":["ChannelId"],
1015      "members":{
1016        "ChannelId":{
1017          "shape":"ChannelId",
1018          "documentation":"<p>The channel ID.</p>"
1019        },
1020        "ParticipantRole":{
1021          "shape":"ParticipantRole",
1022          "documentation":"<p>Specifies whether the audio in a channel belongs to the <code>AGENT</code> or <code>CUSTOMER</code>.</p>"
1023        }
1024      },
1025      "documentation":"<p>Defines an audio channel in a Kinesis video stream.</p>"
1026    },
1027    "ChannelDefinitions":{
1028      "type":"list",
1029      "member":{"shape":"ChannelDefinition"},
1030      "max":2,
1031      "min":1
1032    },
1033    "ChannelId":{
1034      "type":"integer",
1035      "max":1,
1036      "min":0
1037    },
1038    "ChimeSdkMeetingConcatenationConfiguration":{
1039      "type":"structure",
1040      "required":["ArtifactsConfiguration"],
1041      "members":{
1042        "ArtifactsConfiguration":{
1043          "shape":"ArtifactsConcatenationConfiguration",
1044          "documentation":"<p>The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.</p>"
1045        }
1046      },
1047      "documentation":"<p>The configuration object of the Amazon Chime SDK meeting concatenation for a specified media pipeline.</p>"
1048    },
1049    "ChimeSdkMeetingConfiguration":{
1050      "type":"structure",
1051      "members":{
1052        "SourceConfiguration":{
1053          "shape":"SourceConfiguration",
1054          "documentation":"<p>The source configuration for a specified media pipeline.</p>"
1055        },
1056        "ArtifactsConfiguration":{
1057          "shape":"ArtifactsConfiguration",
1058          "documentation":"<p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>"
1059        }
1060      },
1061      "documentation":"<p>The configuration object of the Amazon Chime SDK meeting for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
1062    },
1063    "ChimeSdkMeetingLiveConnectorConfiguration":{
1064      "type":"structure",
1065      "required":[
1066        "Arn",
1067        "MuxType"
1068      ],
1069      "members":{
1070        "Arn":{
1071          "shape":"Arn",
1072          "documentation":"<p>The configuration object's Chime SDK meeting ARN.</p>"
1073        },
1074        "MuxType":{
1075          "shape":"LiveConnectorMuxType",
1076          "documentation":"<p>The configuration object's multiplex type.</p>"
1077        },
1078        "CompositedVideo":{
1079          "shape":"CompositedVideoArtifactsConfiguration",
1080          "documentation":"<p>The media pipeline's composited video.</p>"
1081        },
1082        "SourceConfiguration":{
1083          "shape":"SourceConfiguration",
1084          "documentation":"<p>The source configuration settings of the media pipeline's configuration object.</p>"
1085        }
1086      },
1087      "documentation":"<p>The media pipeline's configuration object.</p>"
1088    },
1089    "ClientRequestToken":{
1090      "type":"string",
1091      "max":64,
1092      "min":2,
1093      "pattern":"[-_a-zA-Z0-9]*",
1094      "sensitive":true
1095    },
1096    "CompositedVideoArtifactsConfiguration":{
1097      "type":"structure",
1098      "required":["GridViewConfiguration"],
1099      "members":{
1100        "Layout":{
1101          "shape":"LayoutOption",
1102          "documentation":"<p>The layout setting, such as <code>GridView</code> in the configuration object.</p>"
1103        },
1104        "Resolution":{
1105          "shape":"ResolutionOption",
1106          "documentation":"<p>The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.</p>"
1107        },
1108        "GridViewConfiguration":{
1109          "shape":"GridViewConfiguration",
1110          "documentation":"<p>The <code>GridView</code> configuration setting.</p>"
1111        }
1112      },
1113      "documentation":"<p>Specifies the configuration for compositing video artifacts.</p>"
1114    },
1115    "CompositedVideoConcatenationConfiguration":{
1116      "type":"structure",
1117      "required":["State"],
1118      "members":{
1119        "State":{
1120          "shape":"ArtifactsConcatenationState",
1121          "documentation":"<p>Enables or disables the configuration object.</p>"
1122        }
1123      },
1124      "documentation":"<p>The composited video configuration object for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
1125    },
1126    "ConcatenationSink":{
1127      "type":"structure",
1128      "required":[
1129        "Type",
1130        "S3BucketSinkConfiguration"
1131      ],
1132      "members":{
1133        "Type":{
1134          "shape":"ConcatenationSinkType",
1135          "documentation":"<p>The type of data sink in the configuration object.</p>"
1136        },
1137        "S3BucketSinkConfiguration":{
1138          "shape":"S3BucketSinkConfiguration",
1139          "documentation":"<p>The configuration settings for an Amazon S3 bucket sink.</p>"
1140        }
1141      },
1142      "documentation":"<p>The data sink of the configuration object.</p>"
1143    },
1144    "ConcatenationSinkList":{
1145      "type":"list",
1146      "member":{"shape":"ConcatenationSink"},
1147      "max":1,
1148      "min":1
1149    },
1150    "ConcatenationSinkType":{
1151      "type":"string",
1152      "enum":["S3Bucket"]
1153    },
1154    "ConcatenationSource":{
1155      "type":"structure",
1156      "required":[
1157        "Type",
1158        "MediaCapturePipelineSourceConfiguration"
1159      ],
1160      "members":{
1161        "Type":{
1162          "shape":"ConcatenationSourceType",
1163          "documentation":"<p>The type of concatenation source in a configuration object.</p>"
1164        },
1165        "MediaCapturePipelineSourceConfiguration":{
1166          "shape":"MediaCapturePipelineSourceConfiguration",
1167          "documentation":"<p>The concatenation settings for the media pipeline in a configuration object.</p>"
1168        }
1169      },
1170      "documentation":"<p>The source type and media pipeline configuration settings in a configuration object.</p>"
1171    },
1172    "ConcatenationSourceList":{
1173      "type":"list",
1174      "member":{"shape":"ConcatenationSource"},
1175      "max":1,
1176      "min":1
1177    },
1178    "ConcatenationSourceType":{
1179      "type":"string",
1180      "enum":["MediaCapturePipeline"]
1181    },
1182    "ConflictException":{
1183      "type":"structure",
1184      "members":{
1185        "Code":{"shape":"ErrorCode"},
1186        "Message":{"shape":"String"},
1187        "RequestId":{
1188          "shape":"String",
1189          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
1190        }
1191      },
1192      "documentation":"<p>The request could not be processed because of conflict in the current state of the resource.</p>",
1193      "error":{"httpStatusCode":409},
1194      "exception":true
1195    },
1196    "ContentArtifactsConfiguration":{
1197      "type":"structure",
1198      "required":["State"],
1199      "members":{
1200        "State":{
1201          "shape":"ArtifactsState",
1202          "documentation":"<p>Indicates whether the content artifact is enabled or disabled.</p>"
1203        },
1204        "MuxType":{
1205          "shape":"ContentMuxType",
1206          "documentation":"<p>The MUX type of the artifact configuration.</p>"
1207        }
1208      },
1209      "documentation":"<p>The content artifact object.</p>"
1210    },
1211    "ContentConcatenationConfiguration":{
1212      "type":"structure",
1213      "required":["State"],
1214      "members":{
1215        "State":{
1216          "shape":"ArtifactsConcatenationState",
1217          "documentation":"<p>Enables or disables the configuration object.</p>"
1218        }
1219      },
1220      "documentation":"<p>The composited content configuration object for a specified media pipeline. </p>"
1221    },
1222    "ContentMuxType":{
1223      "type":"string",
1224      "enum":["ContentOnly"]
1225    },
1226    "ContentRedactionOutput":{
1227      "type":"string",
1228      "enum":[
1229        "redacted",
1230        "redacted_and_unredacted"
1231      ]
1232    },
1233    "ContentShareLayoutOption":{
1234      "type":"string",
1235      "enum":[
1236        "PresenterOnly",
1237        "Horizontal",
1238        "Vertical",
1239        "ActiveSpeakerOnly"
1240      ]
1241    },
1242    "ContentType":{
1243      "type":"string",
1244      "enum":["PII"]
1245    },
1246    "CornerRadius":{
1247      "type":"integer",
1248      "max":20,
1249      "min":1
1250    },
1251    "CreateMediaCapturePipelineRequest":{
1252      "type":"structure",
1253      "required":[
1254        "SourceType",
1255        "SourceArn",
1256        "SinkType",
1257        "SinkArn"
1258      ],
1259      "members":{
1260        "SourceType":{
1261          "shape":"MediaPipelineSourceType",
1262          "documentation":"<p>Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.</p>"
1263        },
1264        "SourceArn":{
1265          "shape":"Arn",
1266          "documentation":"<p>ARN of the source from which the media artifacts are captured.</p>"
1267        },
1268        "SinkType":{
1269          "shape":"MediaPipelineSinkType",
1270          "documentation":"<p>Destination type to which the media artifacts are saved. You must use an S3 bucket.</p>"
1271        },
1272        "SinkArn":{
1273          "shape":"Arn",
1274          "documentation":"<p>The ARN of the sink type.</p>"
1275        },
1276        "ClientRequestToken":{
1277          "shape":"ClientRequestToken",
1278          "documentation":"<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>",
1279          "idempotencyToken":true
1280        },
1281        "ChimeSdkMeetingConfiguration":{
1282          "shape":"ChimeSdkMeetingConfiguration",
1283          "documentation":"<p>The configuration for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
1284        },
1285        "Tags":{
1286          "shape":"TagList",
1287          "documentation":"<p>The tag key-value pairs.</p>"
1288        }
1289      }
1290    },
1291    "CreateMediaCapturePipelineResponse":{
1292      "type":"structure",
1293      "members":{
1294        "MediaCapturePipeline":{
1295          "shape":"MediaCapturePipeline",
1296          "documentation":"<p>A media pipeline object, the ID, source type, source ARN, sink type, and sink ARN of a media pipeline object.</p>"
1297        }
1298      }
1299    },
1300    "CreateMediaConcatenationPipelineRequest":{
1301      "type":"structure",
1302      "required":[
1303        "Sources",
1304        "Sinks"
1305      ],
1306      "members":{
1307        "Sources":{
1308          "shape":"ConcatenationSourceList",
1309          "documentation":"<p>An object that specifies the sources for the media concatenation pipeline.</p>"
1310        },
1311        "Sinks":{
1312          "shape":"ConcatenationSinkList",
1313          "documentation":"<p>An object that specifies the data sinks for the media concatenation pipeline.</p>"
1314        },
1315        "ClientRequestToken":{
1316          "shape":"ClientRequestToken",
1317          "documentation":"<p>The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media concatenation pipeline request.</p>",
1318          "idempotencyToken":true
1319        },
1320        "Tags":{
1321          "shape":"TagList",
1322          "documentation":"<p>The tags associated with the media concatenation pipeline.</p>"
1323        }
1324      }
1325    },
1326    "CreateMediaConcatenationPipelineResponse":{
1327      "type":"structure",
1328      "members":{
1329        "MediaConcatenationPipeline":{
1330          "shape":"MediaConcatenationPipeline",
1331          "documentation":"<p>A media concatenation pipeline object, the ID, source type, <code>MediaPipelineARN</code>, and sink of a media concatenation pipeline object.</p>"
1332        }
1333      }
1334    },
1335    "CreateMediaInsightsPipelineConfigurationRequest":{
1336      "type":"structure",
1337      "required":[
1338        "MediaInsightsPipelineConfigurationName",
1339        "ResourceAccessRoleArn",
1340        "Elements"
1341      ],
1342      "members":{
1343        "MediaInsightsPipelineConfigurationName":{
1344          "shape":"MediaInsightsPipelineConfigurationNameString",
1345          "documentation":"<p>The name of the media insights pipeline configuration.</p>"
1346        },
1347        "ResourceAccessRoleArn":{
1348          "shape":"Arn",
1349          "documentation":"<p>The ARN of the role used by the service to access Amazon Web Services resources, including <code>Transcribe</code> and <code>Transcribe Call Analytics</code>, on the caller’s behalf.</p>"
1350        },
1351        "RealTimeAlertConfiguration":{
1352          "shape":"RealTimeAlertConfiguration",
1353          "documentation":"<p>The configuration settings for the real-time alerts in a media insights pipeline configuration.</p>"
1354        },
1355        "Elements":{
1356          "shape":"MediaInsightsPipelineConfigurationElements",
1357          "documentation":"<p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream.</p>"
1358        },
1359        "Tags":{
1360          "shape":"TagList",
1361          "documentation":"<p>The tags assigned to the media insights pipeline configuration.</p>"
1362        },
1363        "ClientRequestToken":{
1364          "shape":"ClientRequestToken",
1365          "documentation":"<p>The unique identifier for the media insights pipeline configuration request.</p>",
1366          "idempotencyToken":true
1367        }
1368      }
1369    },
1370    "CreateMediaInsightsPipelineConfigurationResponse":{
1371      "type":"structure",
1372      "members":{
1373        "MediaInsightsPipelineConfiguration":{
1374          "shape":"MediaInsightsPipelineConfiguration",
1375          "documentation":"<p>The configuration settings for the media insights pipeline.</p>"
1376        }
1377      }
1378    },
1379    "CreateMediaInsightsPipelineRequest":{
1380      "type":"structure",
1381      "required":["MediaInsightsPipelineConfigurationArn"],
1382      "members":{
1383        "MediaInsightsPipelineConfigurationArn":{
1384          "shape":"Arn",
1385          "documentation":"<p>The ARN of the pipeline's configuration.</p>"
1386        },
1387        "KinesisVideoStreamSourceRuntimeConfiguration":{
1388          "shape":"KinesisVideoStreamSourceRuntimeConfiguration",
1389          "documentation":"<p>The runtime configuration for the Kinesis video stream source of the media insights pipeline.</p>"
1390        },
1391        "MediaInsightsRuntimeMetadata":{
1392          "shape":"MediaInsightsRuntimeMetadata",
1393          "documentation":"<p>The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.</p>"
1394        },
1395        "KinesisVideoStreamRecordingSourceRuntimeConfiguration":{
1396          "shape":"KinesisVideoStreamRecordingSourceRuntimeConfiguration",
1397          "documentation":"<p>The runtime configuration for the Kinesis video recording stream source.</p>"
1398        },
1399        "S3RecordingSinkRuntimeConfiguration":{
1400          "shape":"S3RecordingSinkRuntimeConfiguration",
1401          "documentation":"<p>The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in <code>S3RecordingSinkConfiguration</code>.</p>"
1402        },
1403        "Tags":{
1404          "shape":"TagList",
1405          "documentation":"<p>The tags assigned to the media insights pipeline.</p>"
1406        },
1407        "ClientRequestToken":{
1408          "shape":"ClientRequestToken",
1409          "documentation":"<p>The unique identifier for the media insights pipeline request.</p>",
1410          "idempotencyToken":true
1411        }
1412      }
1413    },
1414    "CreateMediaInsightsPipelineResponse":{
1415      "type":"structure",
1416      "required":["MediaInsightsPipeline"],
1417      "members":{
1418        "MediaInsightsPipeline":{
1419          "shape":"MediaInsightsPipeline",
1420          "documentation":"<p>The media insights pipeline object.</p>"
1421        }
1422      }
1423    },
1424    "CreateMediaLiveConnectorPipelineRequest":{
1425      "type":"structure",
1426      "required":[
1427        "Sources",
1428        "Sinks"
1429      ],
1430      "members":{
1431        "Sources":{
1432          "shape":"LiveConnectorSourceList",
1433          "documentation":"<p>The media live connector pipeline's data sources.</p>"
1434        },
1435        "Sinks":{
1436          "shape":"LiveConnectorSinkList",
1437          "documentation":"<p>The media live connector pipeline's data sinks.</p>"
1438        },
1439        "ClientRequestToken":{
1440          "shape":"ClientRequestToken",
1441          "documentation":"<p>The token assigned to the client making the request.</p>",
1442          "idempotencyToken":true
1443        },
1444        "Tags":{
1445          "shape":"TagList",
1446          "documentation":"<p>The tags associated with the media live connector pipeline.</p>"
1447        }
1448      }
1449    },
1450    "CreateMediaLiveConnectorPipelineResponse":{
1451      "type":"structure",
1452      "members":{
1453        "MediaLiveConnectorPipeline":{
1454          "shape":"MediaLiveConnectorPipeline",
1455          "documentation":"<p>The new media live connector pipeline.</p>"
1456        }
1457      }
1458    },
1459    "CreateMediaPipelineKinesisVideoStreamPoolRequest":{
1460      "type":"structure",
1461      "required":[
1462        "StreamConfiguration",
1463        "PoolName"
1464      ],
1465      "members":{
1466        "StreamConfiguration":{
1467          "shape":"KinesisVideoStreamConfiguration",
1468          "documentation":"<p>The configuration settings for the video stream.</p>"
1469        },
1470        "PoolName":{
1471          "shape":"KinesisVideoStreamPoolName",
1472          "documentation":"<p>The name of the video stream pool.</p>"
1473        },
1474        "ClientRequestToken":{
1475          "shape":"ClientRequestToken",
1476          "documentation":"<p>The token assigned to the client making the request.</p>",
1477          "idempotencyToken":true
1478        },
1479        "Tags":{
1480          "shape":"TagList",
1481          "documentation":"<p>The tags assigned to the video stream pool.</p>"
1482        }
1483      }
1484    },
1485    "CreateMediaPipelineKinesisVideoStreamPoolResponse":{
1486      "type":"structure",
1487      "members":{
1488        "KinesisVideoStreamPoolConfiguration":{
1489          "shape":"KinesisVideoStreamPoolConfiguration",
1490          "documentation":"<p>The configuration for the Kinesis video stream pool.</p>"
1491        }
1492      }
1493    },
1494    "CreateMediaStreamPipelineRequest":{
1495      "type":"structure",
1496      "required":[
1497        "Sources",
1498        "Sinks"
1499      ],
1500      "members":{
1501        "Sources":{
1502          "shape":"MediaStreamSourceList",
1503          "documentation":"<p>The data sources for the media pipeline.</p>"
1504        },
1505        "Sinks":{
1506          "shape":"MediaStreamSinkList",
1507          "documentation":"<p>The data sink for the media pipeline.</p>"
1508        },
1509        "ClientRequestToken":{
1510          "shape":"ClientRequestToken",
1511          "documentation":"<p>The token assigned to the client making the request.</p>",
1512          "idempotencyToken":true
1513        },
1514        "Tags":{
1515          "shape":"TagList",
1516          "documentation":"<p>The tags assigned to the media pipeline.</p>"
1517        }
1518      }
1519    },
1520    "CreateMediaStreamPipelineResponse":{
1521      "type":"structure",
1522      "members":{
1523        "MediaStreamPipeline":{
1524          "shape":"MediaStreamPipeline",
1525          "documentation":"<p>The requested media pipeline.</p>"
1526        }
1527      }
1528    },
1529    "DataChannelConcatenationConfiguration":{
1530      "type":"structure",
1531      "required":["State"],
1532      "members":{
1533        "State":{
1534          "shape":"ArtifactsConcatenationState",
1535          "documentation":"<p>Enables or disables the configuration object.</p>"
1536        }
1537      },
1538      "documentation":"<p>The content configuration object's data channel.</p>"
1539    },
1540    "DataRetentionChangeInHours":{
1541      "type":"integer",
1542      "min":1
1543    },
1544    "DataRetentionInHours":{
1545      "type":"integer",
1546      "min":0
1547    },
1548    "DeleteMediaCapturePipelineRequest":{
1549      "type":"structure",
1550      "required":["MediaPipelineId"],
1551      "members":{
1552        "MediaPipelineId":{
1553          "shape":"GuidString",
1554          "documentation":"<p>The ID of the media pipeline being deleted. </p>",
1555          "location":"uri",
1556          "locationName":"mediaPipelineId"
1557        }
1558      }
1559    },
1560    "DeleteMediaInsightsPipelineConfigurationRequest":{
1561      "type":"structure",
1562      "required":["Identifier"],
1563      "members":{
1564        "Identifier":{
1565          "shape":"NonEmptyString",
1566          "documentation":"<p>The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.</p>",
1567          "location":"uri",
1568          "locationName":"identifier"
1569        }
1570      }
1571    },
1572    "DeleteMediaPipelineKinesisVideoStreamPoolRequest":{
1573      "type":"structure",
1574      "required":["Identifier"],
1575      "members":{
1576        "Identifier":{
1577          "shape":"NonEmptyString",
1578          "documentation":"<p>The ID of the pool being deleted.</p>",
1579          "location":"uri",
1580          "locationName":"identifier"
1581        }
1582      }
1583    },
1584    "DeleteMediaPipelineRequest":{
1585      "type":"structure",
1586      "required":["MediaPipelineId"],
1587      "members":{
1588        "MediaPipelineId":{
1589          "shape":"GuidString",
1590          "documentation":"<p>The ID of the media pipeline to delete.</p>",
1591          "location":"uri",
1592          "locationName":"mediaPipelineId"
1593        }
1594      }
1595    },
1596    "ErrorCode":{
1597      "type":"string",
1598      "enum":[
1599        "BadRequest",
1600        "Forbidden",
1601        "NotFound",
1602        "ResourceLimitExceeded",
1603        "ServiceFailure",
1604        "ServiceUnavailable",
1605        "Throttling"
1606      ]
1607    },
1608    "ExternalUserIdList":{
1609      "type":"list",
1610      "member":{"shape":"ExternalUserIdType"},
1611      "min":1
1612    },
1613    "ExternalUserIdType":{
1614      "type":"string",
1615      "max":64,
1616      "min":2,
1617      "sensitive":true
1618    },
1619    "ForbiddenException":{
1620      "type":"structure",
1621      "members":{
1622        "Code":{"shape":"ErrorCode"},
1623        "Message":{"shape":"String"},
1624        "RequestId":{
1625          "shape":"String",
1626          "documentation":"<p>The request id associated with the call responsible for the exception.</p>"
1627        }
1628      },
1629      "documentation":"<p>The client is permanently forbidden from making the request.</p>",
1630      "error":{"httpStatusCode":403},
1631      "exception":true
1632    },
1633    "FragmentNumberString":{
1634      "type":"string",
1635      "max":128,
1636      "min":1,
1637      "pattern":"^[0-9]+$"
1638    },
1639    "FragmentSelector":{
1640      "type":"structure",
1641      "required":[
1642        "FragmentSelectorType",
1643        "TimestampRange"
1644      ],
1645      "members":{
1646        "FragmentSelectorType":{
1647          "shape":"FragmentSelectorType",
1648          "documentation":"<p>The origin of the timestamps to use, <code>Server</code> or <code>Producer</code>. For more information, see <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>"
1649        },
1650        "TimestampRange":{
1651          "shape":"TimestampRange",
1652          "documentation":"<p>The range of timestamps to return.</p>"
1653        }
1654      },
1655      "documentation":"<p>Describes the timestamp range and timestamp origin of a range of fragments.</p> <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. For example, say a stream contains fragments with the following start timestamps:</p> <ul> <li> <p>00:00:00</p> </li> <li> <p>00:00:02</p> </li> <li> <p>00:00:04</p> </li> <li> <p>00:00:06</p> </li> </ul> <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>"
1656    },
1657    "FragmentSelectorType":{
1658      "type":"string",
1659      "enum":[
1660        "ProducerTimestamp",
1661        "ServerTimestamp"
1662      ]
1663    },
1664    "GetMediaCapturePipelineRequest":{
1665      "type":"structure",
1666      "required":["MediaPipelineId"],
1667      "members":{
1668        "MediaPipelineId":{
1669          "shape":"GuidString",
1670          "documentation":"<p>The ID of the pipeline that you want to get.</p>",
1671          "location":"uri",
1672          "locationName":"mediaPipelineId"
1673        }
1674      }
1675    },
1676    "GetMediaCapturePipelineResponse":{
1677      "type":"structure",
1678      "members":{
1679        "MediaCapturePipeline":{
1680          "shape":"MediaCapturePipeline",
1681          "documentation":"<p>The media pipeline object.</p>"
1682        }
1683      }
1684    },
1685    "GetMediaInsightsPipelineConfigurationRequest":{
1686      "type":"structure",
1687      "required":["Identifier"],
1688      "members":{
1689        "Identifier":{
1690          "shape":"NonEmptyString",
1691          "documentation":"<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.</p>",
1692          "location":"uri",
1693          "locationName":"identifier"
1694        }
1695      }
1696    },
1697    "GetMediaInsightsPipelineConfigurationResponse":{
1698      "type":"structure",
1699      "members":{
1700        "MediaInsightsPipelineConfiguration":{
1701          "shape":"MediaInsightsPipelineConfiguration",
1702          "documentation":"<p>The requested media insights pipeline configuration.</p>"
1703        }
1704      }
1705    },
1706    "GetMediaPipelineKinesisVideoStreamPoolRequest":{
1707      "type":"structure",
1708      "required":["Identifier"],
1709      "members":{
1710        "Identifier":{
1711          "shape":"NonEmptyString",
1712          "documentation":"<p>The ID of the video stream pool.</p>",
1713          "location":"uri",
1714          "locationName":"identifier"
1715        }
1716      }
1717    },
1718    "GetMediaPipelineKinesisVideoStreamPoolResponse":{
1719      "type":"structure",
1720      "members":{
1721        "KinesisVideoStreamPoolConfiguration":{
1722          "shape":"KinesisVideoStreamPoolConfiguration",
1723          "documentation":"<p>The video stream pool configuration object.</p>"
1724        }
1725      }
1726    },
1727    "GetMediaPipelineRequest":{
1728      "type":"structure",
1729      "required":["MediaPipelineId"],
1730      "members":{
1731        "MediaPipelineId":{
1732          "shape":"GuidString",
1733          "documentation":"<p>The ID of the pipeline that you want to get.</p>",
1734          "location":"uri",
1735          "locationName":"mediaPipelineId"
1736        }
1737      }
1738    },
1739    "GetMediaPipelineResponse":{
1740      "type":"structure",
1741      "members":{
1742        "MediaPipeline":{
1743          "shape":"MediaPipeline",
1744          "documentation":"<p>The media pipeline object.</p>"
1745        }
1746      }
1747    },
1748    "GetSpeakerSearchTaskRequest":{
1749      "type":"structure",
1750      "required":[
1751        "Identifier",
1752        "SpeakerSearchTaskId"
1753      ],
1754      "members":{
1755        "Identifier":{
1756          "shape":"NonEmptyString",
1757          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
1758          "location":"uri",
1759          "locationName":"identifier"
1760        },
1761        "SpeakerSearchTaskId":{
1762          "shape":"GuidString",
1763          "documentation":"<p>The ID of the speaker search task.</p>",
1764          "location":"uri",
1765          "locationName":"speakerSearchTaskId"
1766        }
1767      }
1768    },
1769    "GetSpeakerSearchTaskResponse":{
1770      "type":"structure",
1771      "members":{
1772        "SpeakerSearchTask":{
1773          "shape":"SpeakerSearchTask",
1774          "documentation":"<p>The details of the speaker search task.</p>"
1775        }
1776      }
1777    },
1778    "GetVoiceToneAnalysisTaskRequest":{
1779      "type":"structure",
1780      "required":[
1781        "Identifier",
1782        "VoiceToneAnalysisTaskId"
1783      ],
1784      "members":{
1785        "Identifier":{
1786          "shape":"NonEmptyString",
1787          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
1788          "location":"uri",
1789          "locationName":"identifier"
1790        },
1791        "VoiceToneAnalysisTaskId":{
1792          "shape":"GuidString",
1793          "documentation":"<p>The ID of the voice tone analysis task.</p>",
1794          "location":"uri",
1795          "locationName":"voiceToneAnalysisTaskId"
1796        }
1797      }
1798    },
1799    "GetVoiceToneAnalysisTaskResponse":{
1800      "type":"structure",
1801      "members":{
1802        "VoiceToneAnalysisTask":{
1803          "shape":"VoiceToneAnalysisTask",
1804          "documentation":"<p>The details of the voice tone analysis task.</p>"
1805        }
1806      }
1807    },
1808    "GridViewConfiguration":{
1809      "type":"structure",
1810      "required":["ContentShareLayout"],
1811      "members":{
1812        "ContentShareLayout":{
1813          "shape":"ContentShareLayoutOption",
1814          "documentation":"<p>Defines the layout of the video tiles when content sharing is enabled.</p>"
1815        },
1816        "PresenterOnlyConfiguration":{
1817          "shape":"PresenterOnlyConfiguration",
1818          "documentation":"<p>Defines the configuration options for a presenter only video tile.</p>"
1819        },
1820        "ActiveSpeakerOnlyConfiguration":{
1821          "shape":"ActiveSpeakerOnlyConfiguration",
1822          "documentation":"<p>The configuration settings for an <code>ActiveSpeakerOnly</code> video tile.</p>"
1823        },
1824        "HorizontalLayoutConfiguration":{
1825          "shape":"HorizontalLayoutConfiguration",
1826          "documentation":"<p>The configuration settings for a horizontal layout.</p>"
1827        },
1828        "VerticalLayoutConfiguration":{
1829          "shape":"VerticalLayoutConfiguration",
1830          "documentation":"<p>The configuration settings for a vertical layout.</p>"
1831        },
1832        "VideoAttribute":{
1833          "shape":"VideoAttribute",
1834          "documentation":"<p>The attribute settings for the video tiles.</p>"
1835        },
1836        "CanvasOrientation":{
1837          "shape":"CanvasOrientation",
1838          "documentation":"<p>The orientation setting, horizontal or vertical.</p>"
1839        }
1840      },
1841      "documentation":"<p>Specifies the type of grid layout.</p>"
1842    },
1843    "GuidString":{
1844      "type":"string",
1845      "max":36,
1846      "min":36,
1847      "pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}"
1848    },
1849    "HighlightColor":{
1850      "type":"string",
1851      "enum":[
1852        "Black",
1853        "Blue",
1854        "Red",
1855        "Green",
1856        "White",
1857        "Yellow"
1858      ]
1859    },
1860    "HorizontalLayoutConfiguration":{
1861      "type":"structure",
1862      "members":{
1863        "TileOrder":{
1864          "shape":"TileOrder",
1865          "documentation":"<p>Sets the automatic ordering of the video tiles.</p>"
1866        },
1867        "TilePosition":{
1868          "shape":"HorizontalTilePosition",
1869          "documentation":"<p>Sets the position of horizontal tiles.</p>"
1870        },
1871        "TileCount":{
1872          "shape":"TileCount",
1873          "documentation":"<p>The maximum number of video tiles to display.</p>"
1874        },
1875        "TileAspectRatio":{
1876          "shape":"TileAspectRatio",
1877          "documentation":"<p>Specifies the aspect ratio of all video tiles.</p>"
1878        }
1879      },
1880      "documentation":"<p>Defines the configuration settings for the horizontal layout.</p>"
1881    },
1882    "HorizontalTilePosition":{
1883      "type":"string",
1884      "enum":[
1885        "Top",
1886        "Bottom"
1887      ]
1888    },
1889    "Iso8601Timestamp":{
1890      "type":"timestamp",
1891      "timestampFormat":"iso8601"
1892    },
1893    "IssueDetectionConfiguration":{
1894      "type":"structure",
1895      "required":["RuleName"],
1896      "members":{
1897        "RuleName":{
1898          "shape":"RuleName",
1899          "documentation":"<p>The name of the issue detection rule.</p>"
1900        }
1901      },
1902      "documentation":"<p>A structure that contains the configuration settings for an issue detection task.</p>"
1903    },
1904    "Keyword":{
1905      "type":"string",
1906      "max":100,
1907      "min":1,
1908      "pattern":"^[\\s0-9a-zA-Z'-]+"
1909    },
1910    "KeywordMatchConfiguration":{
1911      "type":"structure",
1912      "required":[
1913        "RuleName",
1914        "Keywords"
1915      ],
1916      "members":{
1917        "RuleName":{
1918          "shape":"RuleName",
1919          "documentation":"<p>The name of the keyword match rule.</p>"
1920        },
1921        "Keywords":{
1922          "shape":"KeywordMatchWordList",
1923          "documentation":"<p>The keywords or phrases that you want to match.</p>"
1924        },
1925        "Negate":{
1926          "shape":"Boolean",
1927          "documentation":"<p>Matches keywords or phrases on their presence or absence. If set to <code>TRUE</code>, the rule matches when all the specified keywords or phrases are absent. Default: <code>FALSE</code>.</p>"
1928        }
1929      },
1930      "documentation":"<p>A structure that contains the settings for a keyword match task.</p>"
1931    },
1932    "KeywordMatchWordList":{
1933      "type":"list",
1934      "member":{"shape":"Keyword"},
1935      "max":10,
1936      "min":1
1937    },
1938    "KinesisDataStreamSinkConfiguration":{
1939      "type":"structure",
1940      "members":{
1941        "InsightsTarget":{
1942          "shape":"Arn",
1943          "documentation":"<p>The ARN of the sink.</p>"
1944        }
1945      },
1946      "documentation":"<p>A structure that contains the configuration settings for a Kinesis Data Stream sink.</p>"
1947    },
1948    "KinesisVideoStreamArn":{
1949      "type":"string",
1950      "max":1024,
1951      "min":1,
1952      "pattern":"arn:[a-z\\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
1953    },
1954    "KinesisVideoStreamConfiguration":{
1955      "type":"structure",
1956      "required":["Region"],
1957      "members":{
1958        "Region":{
1959          "shape":"AwsRegion",
1960          "documentation":"<p>The Amazon Web Services Region of the video stream.</p>"
1961        },
1962        "DataRetentionInHours":{
1963          "shape":"DataRetentionInHours",
1964          "documentation":"<p>The amount of time that data is retained.</p>"
1965        }
1966      },
1967      "documentation":"<p>The configuration of an Kinesis video stream.</p>"
1968    },
1969    "KinesisVideoStreamConfigurationUpdate":{
1970      "type":"structure",
1971      "members":{
1972        "DataRetentionInHours":{
1973          "shape":"DataRetentionChangeInHours",
1974          "documentation":"<p>The updated time that data is retained.</p>"
1975        }
1976      },
1977      "documentation":"<p>The updated Kinesis video stream configuration object.</p>"
1978    },
1979    "KinesisVideoStreamPoolConfiguration":{
1980      "type":"structure",
1981      "members":{
1982        "PoolArn":{
1983          "shape":"Arn",
1984          "documentation":"<p>The ARN of the video stream pool configuration.</p>"
1985        },
1986        "PoolName":{
1987          "shape":"KinesisVideoStreamPoolName",
1988          "documentation":"<p>The name of the video stream pool configuration.</p>"
1989        },
1990        "PoolId":{
1991          "shape":"KinesisVideoStreamPoolId",
1992          "documentation":"<p>The ID of the video stream pool in the configuration.</p>"
1993        },
1994        "PoolStatus":{
1995          "shape":"KinesisVideoStreamPoolStatus",
1996          "documentation":"<p>The status of the video stream pool in the configuration. </p>"
1997        },
1998        "PoolSize":{
1999          "shape":"KinesisVideoStreamPoolSize",
2000          "documentation":"<p>The size of the video stream pool in the configuration.</p>"
2001        },
2002        "StreamConfiguration":{
2003          "shape":"KinesisVideoStreamConfiguration",
2004          "documentation":"<p>The Kinesis video stream pool configuration object.</p>"
2005        },
2006        "CreatedTimestamp":{
2007          "shape":"Iso8601Timestamp",
2008          "documentation":"<p>The time at which the configuration was created.</p>"
2009        },
2010        "UpdatedTimestamp":{
2011          "shape":"Iso8601Timestamp",
2012          "documentation":"<p>The time at which the configuration was updated.</p>"
2013        }
2014      },
2015      "documentation":"<p>The video stream pool configuration object.</p>"
2016    },
2017    "KinesisVideoStreamPoolId":{
2018      "type":"string",
2019      "max":256,
2020      "min":1,
2021      "pattern":"^[0-9a-zA-Z._-]+"
2022    },
2023    "KinesisVideoStreamPoolName":{
2024      "type":"string",
2025      "max":128,
2026      "min":1,
2027      "pattern":"^[0-9a-zA-Z._-]+"
2028    },
2029    "KinesisVideoStreamPoolSize":{
2030      "type":"integer",
2031      "min":0
2032    },
2033    "KinesisVideoStreamPoolStatus":{
2034      "type":"string",
2035      "enum":[
2036        "CREATING",
2037        "ACTIVE",
2038        "UPDATING",
2039        "DELETING",
2040        "FAILED"
2041      ]
2042    },
2043    "KinesisVideoStreamPoolSummary":{
2044      "type":"structure",
2045      "members":{
2046        "PoolName":{
2047          "shape":"KinesisVideoStreamPoolName",
2048          "documentation":"<p>The name of the video stream pool.</p>"
2049        },
2050        "PoolId":{
2051          "shape":"KinesisVideoStreamPoolId",
2052          "documentation":"<p>The ID of the video stream pool.</p>"
2053        },
2054        "PoolArn":{
2055          "shape":"Arn",
2056          "documentation":"<p>The ARN of the video stream pool.</p>"
2057        }
2058      },
2059      "documentation":"<p>A summary of the Kinesis video stream pool.</p>"
2060    },
2061    "KinesisVideoStreamPoolSummaryList":{
2062      "type":"list",
2063      "member":{"shape":"KinesisVideoStreamPoolSummary"}
2064    },
2065    "KinesisVideoStreamRecordingSourceRuntimeConfiguration":{
2066      "type":"structure",
2067      "required":[
2068        "Streams",
2069        "FragmentSelector"
2070      ],
2071      "members":{
2072        "Streams":{
2073          "shape":"RecordingStreamList",
2074          "documentation":"<p>The stream or streams to be recorded.</p>"
2075        },
2076        "FragmentSelector":{
2077          "shape":"FragmentSelector",
2078          "documentation":"<p>Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.</p>"
2079        }
2080      },
2081      "documentation":"<p>A structure that contains the runtime settings for recording a Kinesis video stream.</p>"
2082    },
2083    "KinesisVideoStreamSourceRuntimeConfiguration":{
2084      "type":"structure",
2085      "required":[
2086        "Streams",
2087        "MediaEncoding",
2088        "MediaSampleRate"
2089      ],
2090      "members":{
2091        "Streams":{
2092          "shape":"Streams",
2093          "documentation":"<p>The streams in the source runtime configuration of a Kinesis video stream.</p>"
2094        },
2095        "MediaEncoding":{
2096          "shape":"MediaEncoding",
2097          "documentation":"<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> <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>"
2098        },
2099        "MediaSampleRate":{
2100          "shape":"MediaSampleRateHertz",
2101          "documentation":"<p>The sample rate of the input audio (in hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.</p> <p>Valid Range: Minimum value of 8000. Maximum value of 48000.</p>"
2102        }
2103      },
2104      "documentation":"<p>The runtime configuration settings for the Kinesis video stream source.</p>"
2105    },
2106    "KinesisVideoStreamSourceTaskConfiguration":{
2107      "type":"structure",
2108      "required":[
2109        "StreamArn",
2110        "ChannelId"
2111      ],
2112      "members":{
2113        "StreamArn":{
2114          "shape":"KinesisVideoStreamArn",
2115          "documentation":"<p>The ARN of the stream.</p>"
2116        },
2117        "ChannelId":{
2118          "shape":"ChannelId",
2119          "documentation":"<p>The channel ID.</p>"
2120        },
2121        "FragmentNumber":{
2122          "shape":"FragmentNumberString",
2123          "documentation":"<p>The unique identifier of the fragment to begin processing.</p>"
2124        }
2125      },
2126      "documentation":"<p>The task configuration settings for the Kinesis video stream source.</p>"
2127    },
2128    "LambdaFunctionSinkConfiguration":{
2129      "type":"structure",
2130      "members":{
2131        "InsightsTarget":{
2132          "shape":"Arn",
2133          "documentation":"<p>The ARN of the sink.</p>"
2134        }
2135      },
2136      "documentation":"<p>A structure that contains the configuration settings for an AWS Lambda function's data sink.</p>"
2137    },
2138    "LanguageOptions":{
2139      "type":"string",
2140      "max":200,
2141      "min":1,
2142      "pattern":"^[a-zA-Z-,]+"
2143    },
2144    "LayoutOption":{
2145      "type":"string",
2146      "enum":["GridView"]
2147    },
2148    "ListMediaCapturePipelinesRequest":{
2149      "type":"structure",
2150      "members":{
2151        "NextToken":{
2152          "shape":"String",
2153          "documentation":"<p>The token used to retrieve the next page of results.</p>",
2154          "location":"querystring",
2155          "locationName":"next-token"
2156        },
2157        "MaxResults":{
2158          "shape":"ResultMax",
2159          "documentation":"<p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>",
2160          "location":"querystring",
2161          "locationName":"max-results"
2162        }
2163      }
2164    },
2165    "ListMediaCapturePipelinesResponse":{
2166      "type":"structure",
2167      "members":{
2168        "MediaCapturePipelines":{
2169          "shape":"MediaCapturePipelineSummaryList",
2170          "documentation":"<p>The media pipeline objects in the list.</p>"
2171        },
2172        "NextToken":{
2173          "shape":"String",
2174          "documentation":"<p>The token used to retrieve the next page of results. </p>"
2175        }
2176      }
2177    },
2178    "ListMediaInsightsPipelineConfigurationsRequest":{
2179      "type":"structure",
2180      "members":{
2181        "NextToken":{
2182          "shape":"String",
2183          "documentation":"<p>The token used to return the next page of results.</p>",
2184          "location":"querystring",
2185          "locationName":"next-token"
2186        },
2187        "MaxResults":{
2188          "shape":"ResultMax",
2189          "documentation":"<p>The maximum number of results to return in a single call.</p>",
2190          "location":"querystring",
2191          "locationName":"max-results"
2192        }
2193      }
2194    },
2195    "ListMediaInsightsPipelineConfigurationsResponse":{
2196      "type":"structure",
2197      "members":{
2198        "MediaInsightsPipelineConfigurations":{
2199          "shape":"MediaInsightsPipelineConfigurationSummaryList",
2200          "documentation":"<p>The requested list of media insights pipeline configurations.</p>"
2201        },
2202        "NextToken":{
2203          "shape":"String",
2204          "documentation":"<p>The token used to return the next page of results. </p>"
2205        }
2206      }
2207    },
2208    "ListMediaPipelineKinesisVideoStreamPoolsRequest":{
2209      "type":"structure",
2210      "members":{
2211        "NextToken":{
2212          "shape":"String",
2213          "documentation":"<p>The token used to return the next page of results. </p>",
2214          "location":"querystring",
2215          "locationName":"next-token"
2216        },
2217        "MaxResults":{
2218          "shape":"ResultMax",
2219          "documentation":"<p>The maximum number of results to return in a single call.</p>",
2220          "location":"querystring",
2221          "locationName":"max-results"
2222        }
2223      }
2224    },
2225    "ListMediaPipelineKinesisVideoStreamPoolsResponse":{
2226      "type":"structure",
2227      "members":{
2228        "KinesisVideoStreamPools":{
2229          "shape":"KinesisVideoStreamPoolSummaryList",
2230          "documentation":"<p>The list of video stream pools.</p>"
2231        },
2232        "NextToken":{
2233          "shape":"String",
2234          "documentation":"<p>The token used to return the next page of results.</p>"
2235        }
2236      }
2237    },
2238    "ListMediaPipelinesRequest":{
2239      "type":"structure",
2240      "members":{
2241        "NextToken":{
2242          "shape":"String",
2243          "documentation":"<p>The token used to retrieve the next page of results.</p>",
2244          "location":"querystring",
2245          "locationName":"next-token"
2246        },
2247        "MaxResults":{
2248          "shape":"ResultMax",
2249          "documentation":"<p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>",
2250          "location":"querystring",
2251          "locationName":"max-results"
2252        }
2253      }
2254    },
2255    "ListMediaPipelinesResponse":{
2256      "type":"structure",
2257      "members":{
2258        "MediaPipelines":{
2259          "shape":"MediaPipelineList",
2260          "documentation":"<p>The media pipeline objects in the list.</p>"
2261        },
2262        "NextToken":{
2263          "shape":"String",
2264          "documentation":"<p>The token used to retrieve the next page of results. </p>"
2265        }
2266      }
2267    },
2268    "ListTagsForResourceRequest":{
2269      "type":"structure",
2270      "required":["ResourceARN"],
2271      "members":{
2272        "ResourceARN":{
2273          "shape":"AmazonResourceName",
2274          "documentation":"<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>",
2275          "location":"querystring",
2276          "locationName":"arn"
2277        }
2278      }
2279    },
2280    "ListTagsForResourceResponse":{
2281      "type":"structure",
2282      "members":{
2283        "Tags":{
2284          "shape":"TagList",
2285          "documentation":"<p>The tags associated with the specified media pipeline.</p>"
2286        }
2287      }
2288    },
2289    "LiveConnectorMuxType":{
2290      "type":"string",
2291      "enum":[
2292        "AudioWithCompositedVideo",
2293        "AudioWithActiveSpeakerVideo"
2294      ]
2295    },
2296    "LiveConnectorRTMPConfiguration":{
2297      "type":"structure",
2298      "required":["Url"],
2299      "members":{
2300        "Url":{
2301          "shape":"SensitiveString",
2302          "documentation":"<p>The URL of the RTMP configuration.</p>"
2303        },
2304        "AudioChannels":{
2305          "shape":"AudioChannelsOption",
2306          "documentation":"<p>The audio channels set for the RTMP configuration</p>"
2307        },
2308        "AudioSampleRate":{
2309          "shape":"AudioSampleRateOption",
2310          "documentation":"<p>The audio sample rate set for the RTMP configuration. Default: 48000.</p>"
2311        }
2312      },
2313      "documentation":"<p>The media pipeline's RTMP configuration object.</p>"
2314    },
2315    "LiveConnectorSinkConfiguration":{
2316      "type":"structure",
2317      "required":[
2318        "SinkType",
2319        "RTMPConfiguration"
2320      ],
2321      "members":{
2322        "SinkType":{
2323          "shape":"LiveConnectorSinkType",
2324          "documentation":"<p>The sink configuration's sink type.</p>"
2325        },
2326        "RTMPConfiguration":{
2327          "shape":"LiveConnectorRTMPConfiguration",
2328          "documentation":"<p>The sink configuration's RTMP configuration settings.</p>"
2329        }
2330      },
2331      "documentation":"<p>The media pipeline's sink configuration settings.</p>"
2332    },
2333    "LiveConnectorSinkList":{
2334      "type":"list",
2335      "member":{"shape":"LiveConnectorSinkConfiguration"},
2336      "max":1,
2337      "min":1
2338    },
2339    "LiveConnectorSinkType":{
2340      "type":"string",
2341      "enum":["RTMP"]
2342    },
2343    "LiveConnectorSourceConfiguration":{
2344      "type":"structure",
2345      "required":[
2346        "SourceType",
2347        "ChimeSdkMeetingLiveConnectorConfiguration"
2348      ],
2349      "members":{
2350        "SourceType":{
2351          "shape":"LiveConnectorSourceType",
2352          "documentation":"<p>The source configuration's media source type.</p>"
2353        },
2354        "ChimeSdkMeetingLiveConnectorConfiguration":{
2355          "shape":"ChimeSdkMeetingLiveConnectorConfiguration",
2356          "documentation":"<p>The configuration settings of the connector pipeline.</p>"
2357        }
2358      },
2359      "documentation":"<p>The data source configuration object of a streaming media pipeline.</p>"
2360    },
2361    "LiveConnectorSourceList":{
2362      "type":"list",
2363      "member":{"shape":"LiveConnectorSourceConfiguration"},
2364      "max":1,
2365      "min":1
2366    },
2367    "LiveConnectorSourceType":{
2368      "type":"string",
2369      "enum":["ChimeSdkMeeting"]
2370    },
2371    "MediaCapturePipeline":{
2372      "type":"structure",
2373      "members":{
2374        "MediaPipelineId":{
2375          "shape":"GuidString",
2376          "documentation":"<p>The ID of a media pipeline.</p>"
2377        },
2378        "MediaPipelineArn":{
2379          "shape":"AmazonResourceName",
2380          "documentation":"<p>The ARN of the media capture pipeline</p>"
2381        },
2382        "SourceType":{
2383          "shape":"MediaPipelineSourceType",
2384          "documentation":"<p>Source type from which media artifacts are saved. You must use <code>ChimeMeeting</code>.</p>"
2385        },
2386        "SourceArn":{
2387          "shape":"Arn",
2388          "documentation":"<p>ARN of the source from which the media artifacts are saved.</p>"
2389        },
2390        "Status":{
2391          "shape":"MediaPipelineStatus",
2392          "documentation":"<p>The status of the media pipeline.</p>"
2393        },
2394        "SinkType":{
2395          "shape":"MediaPipelineSinkType",
2396          "documentation":"<p>Destination type to which the media artifacts are saved. You must use an S3 Bucket.</p>"
2397        },
2398        "SinkArn":{
2399          "shape":"Arn",
2400          "documentation":"<p>ARN of the destination to which the media artifacts are saved.</p>"
2401        },
2402        "CreatedTimestamp":{
2403          "shape":"Iso8601Timestamp",
2404          "documentation":"<p>The time at which the pipeline was created, in ISO 8601 format.</p>"
2405        },
2406        "UpdatedTimestamp":{
2407          "shape":"Iso8601Timestamp",
2408          "documentation":"<p>The time at which the pipeline was updated, in ISO 8601 format.</p>"
2409        },
2410        "ChimeSdkMeetingConfiguration":{
2411          "shape":"ChimeSdkMeetingConfiguration",
2412          "documentation":"<p>The configuration for a specified media pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>"
2413        }
2414      },
2415      "documentation":"<p>A media pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.</p>"
2416    },
2417    "MediaCapturePipelineSourceConfiguration":{
2418      "type":"structure",
2419      "required":[
2420        "MediaPipelineArn",
2421        "ChimeSdkMeetingConfiguration"
2422      ],
2423      "members":{
2424        "MediaPipelineArn":{
2425          "shape":"Arn",
2426          "documentation":"<p>The media pipeline ARN in the configuration object of a media capture pipeline.</p>"
2427        },
2428        "ChimeSdkMeetingConfiguration":{
2429          "shape":"ChimeSdkMeetingConcatenationConfiguration",
2430          "documentation":"<p>The meeting configuration settings in a media capture pipeline configuration object. </p>"
2431        }
2432      },
2433      "documentation":"<p>The source configuration object of a media capture pipeline.</p>"
2434    },
2435    "MediaCapturePipelineSummary":{
2436      "type":"structure",
2437      "members":{
2438        "MediaPipelineId":{
2439          "shape":"GuidString",
2440          "documentation":"<p>The ID of the media pipeline in the summary.</p>"
2441        },
2442        "MediaPipelineArn":{
2443          "shape":"AmazonResourceName",
2444          "documentation":"<p>The ARN of the media pipeline in the summary.</p>"
2445        }
2446      },
2447      "documentation":"<p>The summary data of a media capture pipeline.</p>"
2448    },
2449    "MediaCapturePipelineSummaryList":{
2450      "type":"list",
2451      "member":{"shape":"MediaCapturePipelineSummary"}
2452    },
2453    "MediaConcatenationPipeline":{
2454      "type":"structure",
2455      "members":{
2456        "MediaPipelineId":{
2457          "shape":"GuidString",
2458          "documentation":"<p>The ID of the media pipeline being concatenated.</p>"
2459        },
2460        "MediaPipelineArn":{
2461          "shape":"AmazonResourceName",
2462          "documentation":"<p>The ARN of the media pipeline that you specify in the <code>SourceConfiguration</code> object.</p>"
2463        },
2464        "Sources":{
2465          "shape":"ConcatenationSourceList",
2466          "documentation":"<p>The data sources being concatenated.</p>"
2467        },
2468        "Sinks":{
2469          "shape":"ConcatenationSinkList",
2470          "documentation":"<p>The data sinks of the concatenation pipeline.</p>"
2471        },
2472        "Status":{
2473          "shape":"MediaPipelineStatus",
2474          "documentation":"<p>The status of the concatenation pipeline.</p>"
2475        },
2476        "CreatedTimestamp":{
2477          "shape":"Iso8601Timestamp",
2478          "documentation":"<p>The time at which the concatenation pipeline was created.</p>"
2479        },
2480        "UpdatedTimestamp":{
2481          "shape":"Iso8601Timestamp",
2482          "documentation":"<p>The time at which the concatenation pipeline was last updated.</p>"
2483        }
2484      },
2485      "documentation":"<p>Concatenates audio and video data from one or more data streams.</p>"
2486    },
2487    "MediaEncoding":{
2488      "type":"string",
2489      "enum":["pcm"]
2490    },
2491    "MediaInsightsPipeline":{
2492      "type":"structure",
2493      "members":{
2494        "MediaPipelineId":{
2495          "shape":"GuidString",
2496          "documentation":"<p>The ID of a media insights pipeline.</p>"
2497        },
2498        "MediaPipelineArn":{
2499          "shape":"Arn",
2500          "documentation":"<p>The ARN of a media insights pipeline.</p>"
2501        },
2502        "MediaInsightsPipelineConfigurationArn":{
2503          "shape":"Arn",
2504          "documentation":"<p>The ARN of a media insight pipeline's configuration settings.</p>"
2505        },
2506        "Status":{
2507          "shape":"MediaPipelineStatus",
2508          "documentation":"<p>The status of a media insights pipeline.</p>"
2509        },
2510        "KinesisVideoStreamSourceRuntimeConfiguration":{
2511          "shape":"KinesisVideoStreamSourceRuntimeConfiguration",
2512          "documentation":"<p>The configuration settings for a Kinesis runtime video stream in a media insights pipeline.</p>"
2513        },
2514        "MediaInsightsRuntimeMetadata":{
2515          "shape":"MediaInsightsRuntimeMetadata",
2516          "documentation":"<p>The runtime metadata of a media insights pipeline.</p>"
2517        },
2518        "KinesisVideoStreamRecordingSourceRuntimeConfiguration":{
2519          "shape":"KinesisVideoStreamRecordingSourceRuntimeConfiguration",
2520          "documentation":"<p>The runtime configuration settings for a Kinesis recording video stream in a media insights pipeline.</p>"
2521        },
2522        "S3RecordingSinkRuntimeConfiguration":{
2523          "shape":"S3RecordingSinkRuntimeConfiguration",
2524          "documentation":"<p>The runtime configuration of the Amazon S3 bucket that stores recordings in a media insights pipeline.</p>"
2525        },
2526        "CreatedTimestamp":{
2527          "shape":"Iso8601Timestamp",
2528          "documentation":"<p>The time at which the media insights pipeline was created.</p>"
2529        },
2530        "ElementStatuses":{
2531          "shape":"MediaInsightsPipelineElementStatuses",
2532          "documentation":"<p>The statuses that the elements in a media insights pipeline can have during data processing.</p>"
2533        }
2534      },
2535      "documentation":"<p>A media pipeline that streams call analytics data.</p>"
2536    },
2537    "MediaInsightsPipelineConfiguration":{
2538      "type":"structure",
2539      "members":{
2540        "MediaInsightsPipelineConfigurationName":{
2541          "shape":"MediaInsightsPipelineConfigurationNameString",
2542          "documentation":"<p>The name of the configuration.</p>"
2543        },
2544        "MediaInsightsPipelineConfigurationArn":{
2545          "shape":"Arn",
2546          "documentation":"<p>The ARN of the configuration.</p>"
2547        },
2548        "ResourceAccessRoleArn":{
2549          "shape":"Arn",
2550          "documentation":"<p>The ARN of the role used by the service to access Amazon Web Services resources.</p>"
2551        },
2552        "RealTimeAlertConfiguration":{
2553          "shape":"RealTimeAlertConfiguration",
2554          "documentation":"<p>Lists the rules that trigger a real-time alert.</p>"
2555        },
2556        "Elements":{
2557          "shape":"MediaInsightsPipelineConfigurationElements",
2558          "documentation":"<p>The elements in the configuration.</p>"
2559        },
2560        "MediaInsightsPipelineConfigurationId":{
2561          "shape":"GuidString",
2562          "documentation":"<p>The ID of the configuration.</p>"
2563        },
2564        "CreatedTimestamp":{
2565          "shape":"Iso8601Timestamp",
2566          "documentation":"<p>The time at which the configuration was created.</p>"
2567        },
2568        "UpdatedTimestamp":{
2569          "shape":"Iso8601Timestamp",
2570          "documentation":"<p>The time at which the configuration was last updated.</p>"
2571        }
2572      },
2573      "documentation":"<p>A structure that contains the configuration settings for a media insights pipeline.</p>"
2574    },
2575    "MediaInsightsPipelineConfigurationElement":{
2576      "type":"structure",
2577      "required":["Type"],
2578      "members":{
2579        "Type":{
2580          "shape":"MediaInsightsPipelineConfigurationElementType",
2581          "documentation":"<p>The element type.</p>"
2582        },
2583        "AmazonTranscribeCallAnalyticsProcessorConfiguration":{
2584          "shape":"AmazonTranscribeCallAnalyticsProcessorConfiguration",
2585          "documentation":"<p>The analytics configuration settings for transcribing audio in a media insights pipeline configuration element.</p>"
2586        },
2587        "AmazonTranscribeProcessorConfiguration":{
2588          "shape":"AmazonTranscribeProcessorConfiguration",
2589          "documentation":"<p>The transcription processor configuration settings in a media insights pipeline configuration element.</p>"
2590        },
2591        "KinesisDataStreamSinkConfiguration":{
2592          "shape":"KinesisDataStreamSinkConfiguration",
2593          "documentation":"<p>The configuration settings for the Kinesis Data Stream Sink in a media insights pipeline configuration element.</p>"
2594        },
2595        "S3RecordingSinkConfiguration":{
2596          "shape":"S3RecordingSinkConfiguration",
2597          "documentation":"<p>The configuration settings for the Amazon S3 recording bucket in a media insights pipeline configuration element.</p>"
2598        },
2599        "VoiceAnalyticsProcessorConfiguration":{
2600          "shape":"VoiceAnalyticsProcessorConfiguration",
2601          "documentation":"<p>The voice analytics configuration settings in a media insights pipeline configuration element.</p>"
2602        },
2603        "LambdaFunctionSinkConfiguration":{
2604          "shape":"LambdaFunctionSinkConfiguration",
2605          "documentation":"<p>The configuration settings for the Amazon Web Services Lambda sink in a media insights pipeline configuration element.</p>"
2606        },
2607        "SqsQueueSinkConfiguration":{
2608          "shape":"SqsQueueSinkConfiguration",
2609          "documentation":"<p>The configuration settings for an SQS queue sink in a media insights pipeline configuration element.</p>"
2610        },
2611        "SnsTopicSinkConfiguration":{
2612          "shape":"SnsTopicSinkConfiguration",
2613          "documentation":"<p>The configuration settings for an SNS topic sink in a media insights pipeline configuration element.</p>"
2614        },
2615        "VoiceEnhancementSinkConfiguration":{
2616          "shape":"VoiceEnhancementSinkConfiguration",
2617          "documentation":"<p>The configuration settings for voice enhancement sink in a media insights pipeline configuration element.</p>"
2618        }
2619      },
2620      "documentation":"<p>An element in a media insights pipeline configuration.</p>"
2621    },
2622    "MediaInsightsPipelineConfigurationElementType":{
2623      "type":"string",
2624      "enum":[
2625        "AmazonTranscribeCallAnalyticsProcessor",
2626        "VoiceAnalyticsProcessor",
2627        "AmazonTranscribeProcessor",
2628        "KinesisDataStreamSink",
2629        "LambdaFunctionSink",
2630        "SqsQueueSink",
2631        "SnsTopicSink",
2632        "S3RecordingSink",
2633        "VoiceEnhancementSink"
2634      ]
2635    },
2636    "MediaInsightsPipelineConfigurationElements":{
2637      "type":"list",
2638      "member":{"shape":"MediaInsightsPipelineConfigurationElement"}
2639    },
2640    "MediaInsightsPipelineConfigurationNameString":{
2641      "type":"string",
2642      "max":64,
2643      "min":2,
2644      "pattern":"^[0-9a-zA-Z._-]+"
2645    },
2646    "MediaInsightsPipelineConfigurationSummary":{
2647      "type":"structure",
2648      "members":{
2649        "MediaInsightsPipelineConfigurationName":{
2650          "shape":"MediaInsightsPipelineConfigurationNameString",
2651          "documentation":"<p>The name of the media insights pipeline configuration.</p>"
2652        },
2653        "MediaInsightsPipelineConfigurationId":{
2654          "shape":"GuidString",
2655          "documentation":"<p>The ID of the media insights pipeline configuration.</p>"
2656        },
2657        "MediaInsightsPipelineConfigurationArn":{
2658          "shape":"Arn",
2659          "documentation":"<p>The ARN of the media insights pipeline configuration.</p>"
2660        }
2661      },
2662      "documentation":"<p>A summary of the media insights pipeline configuration.</p>"
2663    },
2664    "MediaInsightsPipelineConfigurationSummaryList":{
2665      "type":"list",
2666      "member":{"shape":"MediaInsightsPipelineConfigurationSummary"}
2667    },
2668    "MediaInsightsPipelineElementStatus":{
2669      "type":"structure",
2670      "members":{
2671        "Type":{
2672          "shape":"MediaInsightsPipelineConfigurationElementType",
2673          "documentation":"<p>The type of status.</p>"
2674        },
2675        "Status":{
2676          "shape":"MediaPipelineElementStatus",
2677          "documentation":"<p>The element's status.</p>"
2678        }
2679      },
2680      "documentation":"<p>The status of the pipeline element.</p>"
2681    },
2682    "MediaInsightsPipelineElementStatuses":{
2683      "type":"list",
2684      "member":{"shape":"MediaInsightsPipelineElementStatus"}
2685    },
2686    "MediaInsightsRuntimeMetadata":{
2687      "type":"map",
2688      "key":{"shape":"NonEmptyString"},
2689      "value":{"shape":"String"},
2690      "sensitive":true
2691    },
2692    "MediaLiveConnectorPipeline":{
2693      "type":"structure",
2694      "members":{
2695        "Sources":{
2696          "shape":"LiveConnectorSourceList",
2697          "documentation":"<p>The connector pipeline's data sources.</p>"
2698        },
2699        "Sinks":{
2700          "shape":"LiveConnectorSinkList",
2701          "documentation":"<p>The connector pipeline's data sinks.</p>"
2702        },
2703        "MediaPipelineId":{
2704          "shape":"GuidString",
2705          "documentation":"<p>The connector pipeline's ID.</p>"
2706        },
2707        "MediaPipelineArn":{
2708          "shape":"AmazonResourceName",
2709          "documentation":"<p>The connector pipeline's ARN.</p>"
2710        },
2711        "Status":{
2712          "shape":"MediaPipelineStatus",
2713          "documentation":"<p>The connector pipeline's status.</p>"
2714        },
2715        "CreatedTimestamp":{
2716          "shape":"Iso8601Timestamp",
2717          "documentation":"<p>The time at which the connector pipeline was created.</p>"
2718        },
2719        "UpdatedTimestamp":{
2720          "shape":"Iso8601Timestamp",
2721          "documentation":"<p>The time at which the connector pipeline was last updated.</p>"
2722        }
2723      },
2724      "documentation":"<p>The connector pipeline.</p>"
2725    },
2726    "MediaPipeline":{
2727      "type":"structure",
2728      "members":{
2729        "MediaCapturePipeline":{
2730          "shape":"MediaCapturePipeline",
2731          "documentation":"<p>A pipeline that enables users to capture audio and video.</p>"
2732        },
2733        "MediaLiveConnectorPipeline":{
2734          "shape":"MediaLiveConnectorPipeline",
2735          "documentation":"<p>The connector pipeline of the media pipeline.</p>"
2736        },
2737        "MediaConcatenationPipeline":{
2738          "shape":"MediaConcatenationPipeline",
2739          "documentation":"<p>The media concatenation pipeline in a media pipeline.</p>"
2740        },
2741        "MediaInsightsPipeline":{
2742          "shape":"MediaInsightsPipeline",
2743          "documentation":"<p>The media insights pipeline of a media pipeline.</p>"
2744        },
2745        "MediaStreamPipeline":{
2746          "shape":"MediaStreamPipeline",
2747          "documentation":"<p>Designates a media pipeline as a media stream pipeline.</p>"
2748        }
2749      },
2750      "documentation":"<p>A pipeline consisting of a media capture, media concatenation, or live-streaming pipeline.</p>"
2751    },
2752    "MediaPipelineElementStatus":{
2753      "type":"string",
2754      "enum":[
2755        "NotStarted",
2756        "NotSupported",
2757        "Initializing",
2758        "InProgress",
2759        "Failed",
2760        "Stopping",
2761        "Stopped",
2762        "Paused"
2763      ]
2764    },
2765    "MediaPipelineList":{
2766      "type":"list",
2767      "member":{"shape":"MediaPipelineSummary"}
2768    },
2769    "MediaPipelineSinkType":{
2770      "type":"string",
2771      "enum":["S3Bucket"]
2772    },
2773    "MediaPipelineSourceType":{
2774      "type":"string",
2775      "enum":["ChimeSdkMeeting"]
2776    },
2777    "MediaPipelineStatus":{
2778      "type":"string",
2779      "enum":[
2780        "Initializing",
2781        "InProgress",
2782        "Failed",
2783        "Stopping",
2784        "Stopped",
2785        "Paused",
2786        "NotStarted"
2787      ]
2788    },
2789    "MediaPipelineStatusUpdate":{
2790      "type":"string",
2791      "enum":[
2792        "Pause",
2793        "Resume"
2794      ]
2795    },
2796    "MediaPipelineSummary":{
2797      "type":"structure",
2798      "members":{
2799        "MediaPipelineId":{
2800          "shape":"GuidString",
2801          "documentation":"<p>The ID of the media pipeline in the summary.</p>"
2802        },
2803        "MediaPipelineArn":{
2804          "shape":"AmazonResourceName",
2805          "documentation":"<p>The ARN of the media pipeline in the summary.</p>"
2806        }
2807      },
2808      "documentation":"<p>The summary of the media pipeline.</p>"
2809    },
2810    "MediaPipelineTaskStatus":{
2811      "type":"string",
2812      "enum":[
2813        "NotStarted",
2814        "Initializing",
2815        "InProgress",
2816        "Failed",
2817        "Stopping",
2818        "Stopped"
2819      ]
2820    },
2821    "MediaSampleRateHertz":{
2822      "type":"integer",
2823      "max":48000,
2824      "min":8000
2825    },
2826    "MediaStreamPipeline":{
2827      "type":"structure",
2828      "members":{
2829        "MediaPipelineId":{
2830          "shape":"GuidString",
2831          "documentation":"<p>The ID of the media stream pipeline</p>"
2832        },
2833        "MediaPipelineArn":{
2834          "shape":"AmazonResourceName",
2835          "documentation":"<p>The ARN of the media stream pipeline.</p>"
2836        },
2837        "CreatedTimestamp":{
2838          "shape":"Iso8601Timestamp",
2839          "documentation":"<p>The time at which the media stream pipeline was created.</p>"
2840        },
2841        "UpdatedTimestamp":{
2842          "shape":"Iso8601Timestamp",
2843          "documentation":"<p>The time at which the media stream pipeline was updated.</p>"
2844        },
2845        "Status":{
2846          "shape":"MediaPipelineStatus",
2847          "documentation":"<p>The status of the media stream pipeline.</p>"
2848        },
2849        "Sources":{
2850          "shape":"MediaStreamSourceList",
2851          "documentation":"<p>The media stream pipeline's data sources.</p>"
2852        },
2853        "Sinks":{
2854          "shape":"MediaStreamSinkList",
2855          "documentation":"<p>The media stream pipeline's data sinks.</p>"
2856        }
2857      },
2858      "documentation":"<p>Structure that contains the settings for a media stream pipeline.</p>"
2859    },
2860    "MediaStreamPipelineSinkType":{
2861      "type":"string",
2862      "enum":["KinesisVideoStreamPool"]
2863    },
2864    "MediaStreamSink":{
2865      "type":"structure",
2866      "required":[
2867        "SinkArn",
2868        "SinkType",
2869        "ReservedStreamCapacity",
2870        "MediaStreamType"
2871      ],
2872      "members":{
2873        "SinkArn":{
2874          "shape":"Arn",
2875          "documentation":"<p>The ARN of the media stream sink.</p>"
2876        },
2877        "SinkType":{
2878          "shape":"MediaStreamPipelineSinkType",
2879          "documentation":"<p>The media stream sink's type.</p>"
2880        },
2881        "ReservedStreamCapacity":{
2882          "shape":"ReservedStreamCapacity",
2883          "documentation":"<p>Specifies the number of streams that the sink can accept.</p>"
2884        },
2885        "MediaStreamType":{
2886          "shape":"MediaStreamType",
2887          "documentation":"<p>The media stream sink's media stream type.</p>"
2888        }
2889      },
2890      "documentation":"<p>Structure that contains the settings for a media stream sink.</p>"
2891    },
2892    "MediaStreamSinkList":{
2893      "type":"list",
2894      "member":{"shape":"MediaStreamSink"},
2895      "max":2,
2896      "min":1
2897    },
2898    "MediaStreamSource":{
2899      "type":"structure",
2900      "required":[
2901        "SourceType",
2902        "SourceArn"
2903      ],
2904      "members":{
2905        "SourceType":{
2906          "shape":"MediaPipelineSourceType",
2907          "documentation":"<p>The type of media stream source.</p>"
2908        },
2909        "SourceArn":{
2910          "shape":"Arn",
2911          "documentation":"<p>The ARN of the media stream source. </p>"
2912        }
2913      },
2914      "documentation":"<p>Structure that contains the settings for media stream sources.</p>"
2915    },
2916    "MediaStreamSourceList":{
2917      "type":"list",
2918      "member":{"shape":"MediaStreamSource"},
2919      "min":1
2920    },
2921    "MediaStreamType":{
2922      "type":"string",
2923      "enum":[
2924        "MixedAudio",
2925        "IndividualAudio"
2926      ]
2927    },
2928    "MeetingEventsConcatenationConfiguration":{
2929      "type":"structure",
2930      "required":["State"],
2931      "members":{
2932        "State":{
2933          "shape":"ArtifactsConcatenationState",
2934          "documentation":"<p>Enables or disables the configuration object.</p>"
2935        }
2936      },
2937      "documentation":"<p>The configuration object for an event concatenation pipeline.</p>"
2938    },
2939    "ModelName":{
2940      "type":"string",
2941      "max":200,
2942      "min":1,
2943      "pattern":"^[0-9a-zA-Z._-]+"
2944    },
2945    "NonEmptyString":{
2946      "type":"string",
2947      "max":1024,
2948      "pattern":".*\\S.*"
2949    },
2950    "NotFoundException":{
2951      "type":"structure",
2952      "members":{
2953        "Code":{"shape":"ErrorCode"},
2954        "Message":{"shape":"String"},
2955        "RequestId":{
2956          "shape":"String",
2957          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
2958        }
2959      },
2960      "documentation":"<p>One or more of the resources in the request does not exist in the system.</p>",
2961      "error":{"httpStatusCode":404},
2962      "exception":true
2963    },
2964    "NumberOfChannels":{
2965      "type":"integer",
2966      "max":2,
2967      "min":1
2968    },
2969    "PartialResultsStability":{
2970      "type":"string",
2971      "enum":[
2972        "high",
2973        "medium",
2974        "low"
2975      ]
2976    },
2977    "ParticipantRole":{
2978      "type":"string",
2979      "enum":[
2980        "AGENT",
2981        "CUSTOMER"
2982      ]
2983    },
2984    "PiiEntityTypes":{
2985      "type":"string",
2986      "max":300,
2987      "min":1,
2988      "pattern":"^[A-Z_, ]+"
2989    },
2990    "PostCallAnalyticsSettings":{
2991      "type":"structure",
2992      "required":[
2993        "OutputLocation",
2994        "DataAccessRoleArn"
2995      ],
2996      "members":{
2997        "OutputLocation":{
2998          "shape":"String",
2999          "documentation":"<p>The URL of the Amazon S3 bucket that contains the post-call data.</p>"
3000        },
3001        "DataAccessRoleArn":{
3002          "shape":"String",
3003          "documentation":"<p>The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see <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>"
3004        },
3005        "ContentRedactionOutput":{
3006          "shape":"ContentRedactionOutput",
3007          "documentation":"<p>The content redaction output settings for a post-call analysis task.</p>"
3008        },
3009        "OutputEncryptionKMSKeyId":{
3010          "shape":"String",
3011          "documentation":"<p>The ID of the KMS (Key Management Service) key used to encrypt the output.</p>"
3012        }
3013      },
3014      "documentation":"<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> <p> <code>DataAccessRoleArn</code> and <code>OutputLocation</code> are required fields.</p> <p> <code>PostCallAnalyticsSettings</code> provides the same insights as a Call Analytics post-call transcription. For more information, refer to <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>"
3015    },
3016    "PresenterOnlyConfiguration":{
3017      "type":"structure",
3018      "members":{
3019        "PresenterPosition":{
3020          "shape":"PresenterPosition",
3021          "documentation":"<p>Defines the position of the presenter video tile. Default: <code>TopRight</code>.</p>"
3022        }
3023      },
3024      "documentation":"<p>Defines the configuration for a presenter-only video tile.</p>"
3025    },
3026    "PresenterPosition":{
3027      "type":"string",
3028      "enum":[
3029        "TopLeft",
3030        "TopRight",
3031        "BottomLeft",
3032        "BottomRight"
3033      ]
3034    },
3035    "RealTimeAlertConfiguration":{
3036      "type":"structure",
3037      "members":{
3038        "Disabled":{
3039          "shape":"Boolean",
3040          "documentation":"<p>Turns off real-time alerts.</p>"
3041        },
3042        "Rules":{
3043          "shape":"RealTimeAlertRuleList",
3044          "documentation":"<p>The rules in the alert. Rules specify the words or phrases that you want to be notified about.</p>"
3045        }
3046      },
3047      "documentation":"<p>A structure that contains the configuration settings for real-time alerts.</p>"
3048    },
3049    "RealTimeAlertRule":{
3050      "type":"structure",
3051      "required":["Type"],
3052      "members":{
3053        "Type":{
3054          "shape":"RealTimeAlertRuleType",
3055          "documentation":"<p>The type of alert rule.</p>"
3056        },
3057        "KeywordMatchConfiguration":{
3058          "shape":"KeywordMatchConfiguration",
3059          "documentation":"<p>Specifies the settings for matching the keywords in a real-time alert rule.</p>"
3060        },
3061        "SentimentConfiguration":{
3062          "shape":"SentimentConfiguration",
3063          "documentation":"<p>Specifies the settings for predicting sentiment in a real-time alert rule.</p>"
3064        },
3065        "IssueDetectionConfiguration":{
3066          "shape":"IssueDetectionConfiguration",
3067          "documentation":"<p>Specifies the issue detection settings for a real-time alert rule.</p>"
3068        }
3069      },
3070      "documentation":"<p>Specifies the words or phrases that trigger an alert.</p>"
3071    },
3072    "RealTimeAlertRuleList":{
3073      "type":"list",
3074      "member":{"shape":"RealTimeAlertRule"},
3075      "max":3,
3076      "min":1
3077    },
3078    "RealTimeAlertRuleType":{
3079      "type":"string",
3080      "enum":[
3081        "KeywordMatch",
3082        "Sentiment",
3083        "IssueDetection"
3084      ]
3085    },
3086    "RecordingFileFormat":{
3087      "type":"string",
3088      "enum":[
3089        "Wav",
3090        "Opus"
3091      ]
3092    },
3093    "RecordingStreamConfiguration":{
3094      "type":"structure",
3095      "members":{
3096        "StreamArn":{
3097          "shape":"KinesisVideoStreamArn",
3098          "documentation":"<p>The ARN of the recording stream.</p>"
3099        }
3100      },
3101      "documentation":"<p>A structure that holds the settings for recording media.</p>"
3102    },
3103    "RecordingStreamList":{
3104      "type":"list",
3105      "member":{"shape":"RecordingStreamConfiguration"},
3106      "max":2,
3107      "min":2
3108    },
3109    "ReservedStreamCapacity":{
3110      "type":"integer",
3111      "max":10,
3112      "min":1
3113    },
3114    "ResolutionOption":{
3115      "type":"string",
3116      "enum":[
3117        "HD",
3118        "FHD"
3119      ]
3120    },
3121    "ResourceLimitExceededException":{
3122      "type":"structure",
3123      "members":{
3124        "Code":{"shape":"ErrorCode"},
3125        "Message":{"shape":"String"},
3126        "RequestId":{
3127          "shape":"String",
3128          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
3129        }
3130      },
3131      "documentation":"<p>The request exceeds the resource limit.</p>",
3132      "error":{"httpStatusCode":400},
3133      "exception":true
3134    },
3135    "ResultMax":{
3136      "type":"integer",
3137      "max":100,
3138      "min":1
3139    },
3140    "RuleName":{
3141      "type":"string",
3142      "max":64,
3143      "min":2,
3144      "pattern":"^[0-9a-zA-Z._-]+"
3145    },
3146    "S3BucketSinkConfiguration":{
3147      "type":"structure",
3148      "required":["Destination"],
3149      "members":{
3150        "Destination":{
3151          "shape":"Arn",
3152          "documentation":"<p>The destination URL of the S3 bucket.</p>"
3153        }
3154      },
3155      "documentation":"<p>The configuration settings for the S3 bucket.</p>"
3156    },
3157    "S3RecordingSinkConfiguration":{
3158      "type":"structure",
3159      "members":{
3160        "Destination":{
3161          "shape":"Arn",
3162          "documentation":"<p>The default URI of the Amazon S3 bucket used as the recording sink.</p>"
3163        },
3164        "RecordingFileFormat":{
3165          "shape":"RecordingFileFormat",
3166          "documentation":"<p>The default file format for the media files sent to the Amazon S3 bucket.</p>"
3167        }
3168      },
3169      "documentation":"<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>"
3170    },
3171    "S3RecordingSinkRuntimeConfiguration":{
3172      "type":"structure",
3173      "required":[
3174        "Destination",
3175        "RecordingFileFormat"
3176      ],
3177      "members":{
3178        "Destination":{
3179          "shape":"Arn",
3180          "documentation":"<p>The URI of the S3 bucket used as the sink.</p>"
3181        },
3182        "RecordingFileFormat":{
3183          "shape":"RecordingFileFormat",
3184          "documentation":"<p>The file format for the media files sent to the Amazon S3 bucket.</p>"
3185        }
3186      },
3187      "documentation":"<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>"
3188    },
3189    "SelectedVideoStreams":{
3190      "type":"structure",
3191      "members":{
3192        "AttendeeIds":{
3193          "shape":"AttendeeIdList",
3194          "documentation":"<p>The attendee IDs of the streams selected for a media pipeline. </p>"
3195        },
3196        "ExternalUserIds":{
3197          "shape":"ExternalUserIdList",
3198          "documentation":"<p>The external user IDs of the streams selected for a media pipeline.</p>"
3199        }
3200      },
3201      "documentation":"<p>The video streams for a specified media pipeline. The total number of video streams can't exceed 25.</p>"
3202    },
3203    "SensitiveString":{
3204      "type":"string",
3205      "max":1024,
3206      "min":1,
3207      "sensitive":true
3208    },
3209    "SentimentConfiguration":{
3210      "type":"structure",
3211      "required":[
3212        "RuleName",
3213        "SentimentType",
3214        "TimePeriod"
3215      ],
3216      "members":{
3217        "RuleName":{
3218          "shape":"RuleName",
3219          "documentation":"<p>The name of the rule in the sentiment configuration.</p>"
3220        },
3221        "SentimentType":{
3222          "shape":"SentimentType",
3223          "documentation":"<p>The type of sentiment, <code>POSITIVE</code>, <code>NEGATIVE</code>, or <code>NEUTRAL</code>.</p>"
3224        },
3225        "TimePeriod":{
3226          "shape":"SentimentTimePeriodInSeconds",
3227          "documentation":"<p>Specifies the analysis interval.</p>"
3228        }
3229      },
3230      "documentation":"<p>A structure that contains the configuration settings for a sentiment analysis task.</p>"
3231    },
3232    "SentimentTimePeriodInSeconds":{
3233      "type":"integer",
3234      "max":1800,
3235      "min":60
3236    },
3237    "SentimentType":{
3238      "type":"string",
3239      "enum":["NEGATIVE"]
3240    },
3241    "ServiceFailureException":{
3242      "type":"structure",
3243      "members":{
3244        "Code":{"shape":"ErrorCode"},
3245        "Message":{"shape":"String"},
3246        "RequestId":{
3247          "shape":"String",
3248          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
3249        }
3250      },
3251      "documentation":"<p>The service encountered an unexpected error.</p>",
3252      "error":{"httpStatusCode":500},
3253      "exception":true,
3254      "fault":true
3255    },
3256    "ServiceUnavailableException":{
3257      "type":"structure",
3258      "members":{
3259        "Code":{"shape":"ErrorCode"},
3260        "Message":{"shape":"String"},
3261        "RequestId":{
3262          "shape":"String",
3263          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
3264        }
3265      },
3266      "documentation":"<p>The service is currently unavailable.</p>",
3267      "error":{"httpStatusCode":503},
3268      "exception":true,
3269      "fault":true
3270    },
3271    "SnsTopicSinkConfiguration":{
3272      "type":"structure",
3273      "members":{
3274        "InsightsTarget":{
3275          "shape":"Arn",
3276          "documentation":"<p>The ARN of the SNS sink.</p>"
3277        }
3278      },
3279      "documentation":"<p>The configuration settings for the SNS topic sink.</p>"
3280    },
3281    "SourceConfiguration":{
3282      "type":"structure",
3283      "members":{
3284        "SelectedVideoStreams":{
3285          "shape":"SelectedVideoStreams",
3286          "documentation":"<p>The selected video streams for a specified media pipeline. The number of video streams can't exceed 25.</p>"
3287        }
3288      },
3289      "documentation":"<p>Source configuration for a specified media pipeline.</p>"
3290    },
3291    "SpeakerSearchTask":{
3292      "type":"structure",
3293      "members":{
3294        "SpeakerSearchTaskId":{
3295          "shape":"GuidString",
3296          "documentation":"<p>The speaker search task ID.</p>"
3297        },
3298        "SpeakerSearchTaskStatus":{
3299          "shape":"MediaPipelineTaskStatus",
3300          "documentation":"<p>The status of the speaker search task.</p>"
3301        },
3302        "CreatedTimestamp":{
3303          "shape":"Iso8601Timestamp",
3304          "documentation":"<p>The time at which a speaker search task was created.</p>"
3305        },
3306        "UpdatedTimestamp":{
3307          "shape":"Iso8601Timestamp",
3308          "documentation":"<p>The time at which a speaker search task was updated.</p>"
3309        }
3310      },
3311      "documentation":"<p>A representation of an asynchronous request to perform speaker search analysis on a media insights pipeline.</p>"
3312    },
3313    "SqsQueueSinkConfiguration":{
3314      "type":"structure",
3315      "members":{
3316        "InsightsTarget":{
3317          "shape":"Arn",
3318          "documentation":"<p>The ARN of the SQS sink.</p>"
3319        }
3320      },
3321      "documentation":"<p>The configuration settings for the SQS sink.</p>"
3322    },
3323    "StartSpeakerSearchTaskRequest":{
3324      "type":"structure",
3325      "required":[
3326        "Identifier",
3327        "VoiceProfileDomainArn"
3328      ],
3329      "members":{
3330        "Identifier":{
3331          "shape":"NonEmptyString",
3332          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
3333          "location":"uri",
3334          "locationName":"identifier"
3335        },
3336        "VoiceProfileDomainArn":{
3337          "shape":"Arn",
3338          "documentation":"<p>The ARN of the voice profile domain that will store the voice profile.</p>"
3339        },
3340        "KinesisVideoStreamSourceTaskConfiguration":{
3341          "shape":"KinesisVideoStreamSourceTaskConfiguration",
3342          "documentation":"<p>The task configuration for the Kinesis video stream source of the media insights pipeline.</p>"
3343        },
3344        "ClientRequestToken":{
3345          "shape":"ClientRequestToken",
3346          "documentation":"<p>The unique identifier for the client request. Use a different token for different speaker search tasks.</p>",
3347          "idempotencyToken":true
3348        }
3349      }
3350    },
3351    "StartSpeakerSearchTaskResponse":{
3352      "type":"structure",
3353      "members":{
3354        "SpeakerSearchTask":{
3355          "shape":"SpeakerSearchTask",
3356          "documentation":"<p>The details of the speaker search task.</p>"
3357        }
3358      }
3359    },
3360    "StartVoiceToneAnalysisTaskRequest":{
3361      "type":"structure",
3362      "required":[
3363        "Identifier",
3364        "LanguageCode"
3365      ],
3366      "members":{
3367        "Identifier":{
3368          "shape":"NonEmptyString",
3369          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
3370          "location":"uri",
3371          "locationName":"identifier"
3372        },
3373        "LanguageCode":{
3374          "shape":"VoiceAnalyticsLanguageCode",
3375          "documentation":"<p>The language code.</p>"
3376        },
3377        "KinesisVideoStreamSourceTaskConfiguration":{
3378          "shape":"KinesisVideoStreamSourceTaskConfiguration",
3379          "documentation":"<p>The task configuration for the Kinesis video stream source of the media insights pipeline.</p>"
3380        },
3381        "ClientRequestToken":{
3382          "shape":"ClientRequestToken",
3383          "documentation":"<p>The unique identifier for the client request. Use a different token for different voice tone analysis tasks.</p>",
3384          "idempotencyToken":true
3385        }
3386      }
3387    },
3388    "StartVoiceToneAnalysisTaskResponse":{
3389      "type":"structure",
3390      "members":{
3391        "VoiceToneAnalysisTask":{
3392          "shape":"VoiceToneAnalysisTask",
3393          "documentation":"<p>The details of the voice tone analysis task.</p>"
3394        }
3395      }
3396    },
3397    "StopSpeakerSearchTaskRequest":{
3398      "type":"structure",
3399      "required":[
3400        "Identifier",
3401        "SpeakerSearchTaskId"
3402      ],
3403      "members":{
3404        "Identifier":{
3405          "shape":"NonEmptyString",
3406          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
3407          "location":"uri",
3408          "locationName":"identifier"
3409        },
3410        "SpeakerSearchTaskId":{
3411          "shape":"GuidString",
3412          "documentation":"<p>The speaker search task ID.</p>",
3413          "location":"uri",
3414          "locationName":"speakerSearchTaskId"
3415        }
3416      }
3417    },
3418    "StopVoiceToneAnalysisTaskRequest":{
3419      "type":"structure",
3420      "required":[
3421        "Identifier",
3422        "VoiceToneAnalysisTaskId"
3423      ],
3424      "members":{
3425        "Identifier":{
3426          "shape":"NonEmptyString",
3427          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
3428          "location":"uri",
3429          "locationName":"identifier"
3430        },
3431        "VoiceToneAnalysisTaskId":{
3432          "shape":"GuidString",
3433          "documentation":"<p>The ID of the voice tone analysis task.</p>",
3434          "location":"uri",
3435          "locationName":"voiceToneAnalysisTaskId"
3436        }
3437      }
3438    },
3439    "StreamChannelDefinition":{
3440      "type":"structure",
3441      "required":["NumberOfChannels"],
3442      "members":{
3443        "NumberOfChannels":{
3444          "shape":"NumberOfChannels",
3445          "documentation":"<p>The number of channels in a streaming channel.</p>"
3446        },
3447        "ChannelDefinitions":{
3448          "shape":"ChannelDefinitions",
3449          "documentation":"<p>The definitions of the channels in a streaming channel.</p>"
3450        }
3451      },
3452      "documentation":"<p>Defines a streaming channel.</p>"
3453    },
3454    "StreamConfiguration":{
3455      "type":"structure",
3456      "required":[
3457        "StreamArn",
3458        "StreamChannelDefinition"
3459      ],
3460      "members":{
3461        "StreamArn":{
3462          "shape":"KinesisVideoStreamArn",
3463          "documentation":"<p>The ARN of the stream.</p>"
3464        },
3465        "FragmentNumber":{
3466          "shape":"FragmentNumberString",
3467          "documentation":"<p>The unique identifier of the fragment to begin processing.</p>"
3468        },
3469        "StreamChannelDefinition":{
3470          "shape":"StreamChannelDefinition",
3471          "documentation":"<p>The streaming channel definition in the stream configuration.</p>"
3472        }
3473      },
3474      "documentation":"<p>The configuration settings for a stream.</p>"
3475    },
3476    "Streams":{
3477      "type":"list",
3478      "member":{"shape":"StreamConfiguration"},
3479      "max":2,
3480      "min":1
3481    },
3482    "String":{
3483      "type":"string",
3484      "max":4096,
3485      "pattern":".*"
3486    },
3487    "Tag":{
3488      "type":"structure",
3489      "required":[
3490        "Key",
3491        "Value"
3492      ],
3493      "members":{
3494        "Key":{
3495          "shape":"TagKey",
3496          "documentation":"<p>The key half of a tag.</p>"
3497        },
3498        "Value":{
3499          "shape":"TagValue",
3500          "documentation":"<p>The value half of a tag.</p>"
3501        }
3502      },
3503      "documentation":"<p>A key/value pair that grants users access to meeting resources.</p>"
3504    },
3505    "TagKey":{
3506      "type":"string",
3507      "max":128,
3508      "min":1
3509    },
3510    "TagKeyList":{
3511      "type":"list",
3512      "member":{"shape":"TagKey"},
3513      "max":200,
3514      "min":1
3515    },
3516    "TagList":{
3517      "type":"list",
3518      "member":{"shape":"Tag"},
3519      "max":200,
3520      "min":1
3521    },
3522    "TagResourceRequest":{
3523      "type":"structure",
3524      "required":[
3525        "ResourceARN",
3526        "Tags"
3527      ],
3528      "members":{
3529        "ResourceARN":{
3530          "shape":"AmazonResourceName",
3531          "documentation":"<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>"
3532        },
3533        "Tags":{
3534          "shape":"TagList",
3535          "documentation":"<p>The tags associated with the specified media pipeline.</p>"
3536        }
3537      }
3538    },
3539    "TagResourceResponse":{
3540      "type":"structure",
3541      "members":{
3542      }
3543    },
3544    "TagValue":{
3545      "type":"string",
3546      "max":256,
3547      "min":0
3548    },
3549    "ThrottledClientException":{
3550      "type":"structure",
3551      "members":{
3552        "Code":{"shape":"ErrorCode"},
3553        "Message":{"shape":"String"},
3554        "RequestId":{
3555          "shape":"String",
3556          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
3557        }
3558      },
3559      "documentation":"<p>The client exceeded its request rate limit.</p>",
3560      "error":{"httpStatusCode":429},
3561      "exception":true
3562    },
3563    "TileAspectRatio":{
3564      "type":"string",
3565      "pattern":"^\\d{1,2}\\/\\d{1,2}$"
3566    },
3567    "TileCount":{
3568      "type":"integer",
3569      "max":10,
3570      "min":1
3571    },
3572    "TileOrder":{
3573      "type":"string",
3574      "enum":[
3575        "JoinSequence",
3576        "SpeakerSequence"
3577      ]
3578    },
3579    "Timestamp":{"type":"timestamp"},
3580    "TimestampRange":{
3581      "type":"structure",
3582      "required":[
3583        "StartTimestamp",
3584        "EndTimestamp"
3585      ],
3586      "members":{
3587        "StartTimestamp":{
3588          "shape":"Timestamp",
3589          "documentation":"<p>The starting timestamp for the specified range.</p>"
3590        },
3591        "EndTimestamp":{
3592          "shape":"Timestamp",
3593          "documentation":"<p>The ending timestamp for the specified range.</p>"
3594        }
3595      },
3596      "documentation":"<p>The range of timestamps to return.</p>"
3597    },
3598    "TranscriptionMessagesConcatenationConfiguration":{
3599      "type":"structure",
3600      "required":["State"],
3601      "members":{
3602        "State":{
3603          "shape":"ArtifactsConcatenationState",
3604          "documentation":"<p>Enables or disables the configuration object.</p>"
3605        }
3606      },
3607      "documentation":"<p>The configuration object for concatenating transcription messages.</p>"
3608    },
3609    "UnauthorizedClientException":{
3610      "type":"structure",
3611      "members":{
3612        "Code":{"shape":"ErrorCode"},
3613        "Message":{"shape":"String"},
3614        "RequestId":{
3615          "shape":"String",
3616          "documentation":"<p>The request ID associated with the call responsible for the exception.</p>"
3617        }
3618      },
3619      "documentation":"<p>The client is not currently authorized to make the request.</p>",
3620      "error":{"httpStatusCode":401},
3621      "exception":true
3622    },
3623    "UntagResourceRequest":{
3624      "type":"structure",
3625      "required":[
3626        "ResourceARN",
3627        "TagKeys"
3628      ],
3629      "members":{
3630        "ResourceARN":{
3631          "shape":"AmazonResourceName",
3632          "documentation":"<p>The ARN of the pipeline that you want to untag.</p>"
3633        },
3634        "TagKeys":{
3635          "shape":"TagKeyList",
3636          "documentation":"<p>The key/value pairs in the tag that you want to remove.</p>"
3637        }
3638      }
3639    },
3640    "UntagResourceResponse":{
3641      "type":"structure",
3642      "members":{
3643      }
3644    },
3645    "UpdateMediaInsightsPipelineConfigurationRequest":{
3646      "type":"structure",
3647      "required":[
3648        "Identifier",
3649        "ResourceAccessRoleArn",
3650        "Elements"
3651      ],
3652      "members":{
3653        "Identifier":{
3654          "shape":"NonEmptyString",
3655          "documentation":"<p>The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.</p>",
3656          "location":"uri",
3657          "locationName":"identifier"
3658        },
3659        "ResourceAccessRoleArn":{
3660          "shape":"Arn",
3661          "documentation":"<p>The ARN of the role used by the service to access Amazon Web Services resources.</p>"
3662        },
3663        "RealTimeAlertConfiguration":{
3664          "shape":"RealTimeAlertConfiguration",
3665          "documentation":"<p>The configuration settings for real-time alerts for the media insights pipeline.</p>"
3666        },
3667        "Elements":{
3668          "shape":"MediaInsightsPipelineConfigurationElements",
3669          "documentation":"<p>The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..</p>"
3670        }
3671      }
3672    },
3673    "UpdateMediaInsightsPipelineConfigurationResponse":{
3674      "type":"structure",
3675      "members":{
3676        "MediaInsightsPipelineConfiguration":{
3677          "shape":"MediaInsightsPipelineConfiguration",
3678          "documentation":"<p>The updated configuration settings.</p>"
3679        }
3680      }
3681    },
3682    "UpdateMediaInsightsPipelineStatusRequest":{
3683      "type":"structure",
3684      "required":[
3685        "Identifier",
3686        "UpdateStatus"
3687      ],
3688      "members":{
3689        "Identifier":{
3690          "shape":"NonEmptyString",
3691          "documentation":"<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>",
3692          "location":"uri",
3693          "locationName":"identifier"
3694        },
3695        "UpdateStatus":{
3696          "shape":"MediaPipelineStatusUpdate",
3697          "documentation":"<p>The requested status of the media insights pipeline.</p>"
3698        }
3699      }
3700    },
3701    "UpdateMediaPipelineKinesisVideoStreamPoolRequest":{
3702      "type":"structure",
3703      "required":["Identifier"],
3704      "members":{
3705        "Identifier":{
3706          "shape":"NonEmptyString",
3707          "documentation":"<p>The ID of the video stream pool.</p>",
3708          "location":"uri",
3709          "locationName":"identifier"
3710        },
3711        "StreamConfiguration":{
3712          "shape":"KinesisVideoStreamConfigurationUpdate",
3713          "documentation":"<p>The configuration settings for the video stream.</p>"
3714        }
3715      }
3716    },
3717    "UpdateMediaPipelineKinesisVideoStreamPoolResponse":{
3718      "type":"structure",
3719      "members":{
3720        "KinesisVideoStreamPoolConfiguration":{
3721          "shape":"KinesisVideoStreamPoolConfiguration",
3722          "documentation":"<p>The video stream pool configuration object.</p>"
3723        }
3724      }
3725    },
3726    "VerticalLayoutConfiguration":{
3727      "type":"structure",
3728      "members":{
3729        "TileOrder":{
3730          "shape":"TileOrder",
3731          "documentation":"<p>Sets the automatic ordering of the video tiles.</p>"
3732        },
3733        "TilePosition":{
3734          "shape":"VerticalTilePosition",
3735          "documentation":"<p>Sets the position of vertical tiles.</p>"
3736        },
3737        "TileCount":{
3738          "shape":"TileCount",
3739          "documentation":"<p>The maximum number of tiles to display.</p>"
3740        },
3741        "TileAspectRatio":{
3742          "shape":"TileAspectRatio",
3743          "documentation":"<p>Sets the aspect ratio of the video tiles, such as 16:9.</p>"
3744        }
3745      },
3746      "documentation":"<p>Defines the configuration settings for a vertical layout.</p>"
3747    },
3748    "VerticalTilePosition":{
3749      "type":"string",
3750      "enum":[
3751        "Left",
3752        "Right"
3753      ]
3754    },
3755    "VideoArtifactsConfiguration":{
3756      "type":"structure",
3757      "required":["State"],
3758      "members":{
3759        "State":{
3760          "shape":"ArtifactsState",
3761          "documentation":"<p>Indicates whether the video artifact is enabled or disabled.</p>"
3762        },
3763        "MuxType":{
3764          "shape":"VideoMuxType",
3765          "documentation":"<p>The MUX type of the video artifact configuration object.</p>"
3766        }
3767      },
3768      "documentation":"<p>The video artifact configuration object.</p>"
3769    },
3770    "VideoAttribute":{
3771      "type":"structure",
3772      "members":{
3773        "CornerRadius":{
3774          "shape":"CornerRadius",
3775          "documentation":"<p>Sets the corner radius of all video tiles.</p>"
3776        },
3777        "BorderColor":{
3778          "shape":"BorderColor",
3779          "documentation":"<p>Defines the border color of all video tiles.</p>"
3780        },
3781        "HighlightColor":{
3782          "shape":"HighlightColor",
3783          "documentation":"<p>Defines the highlight color for the active video tile.</p>"
3784        },
3785        "BorderThickness":{
3786          "shape":"BorderThickness",
3787          "documentation":"<p>Defines the border thickness for all video tiles.</p>"
3788        }
3789      },
3790      "documentation":"<p>Defines the settings for a video tile.</p>"
3791    },
3792    "VideoConcatenationConfiguration":{
3793      "type":"structure",
3794      "required":["State"],
3795      "members":{
3796        "State":{
3797          "shape":"ArtifactsConcatenationState",
3798          "documentation":"<p>Enables or disables the configuration object.</p>"
3799        }
3800      },
3801      "documentation":"<p>The configuration object of a video concatenation pipeline.</p>"
3802    },
3803    "VideoMuxType":{
3804      "type":"string",
3805      "enum":["VideoOnly"]
3806    },
3807    "VocabularyFilterMethod":{
3808      "type":"string",
3809      "enum":[
3810        "remove",
3811        "mask",
3812        "tag"
3813      ]
3814    },
3815    "VocabularyFilterName":{
3816      "type":"string",
3817      "max":200,
3818      "min":1,
3819      "pattern":"^[0-9a-zA-Z._-]+"
3820    },
3821    "VocabularyFilterNames":{
3822      "type":"string",
3823      "max":3000,
3824      "min":1,
3825      "pattern":"^[a-zA-Z0-9,-._]+"
3826    },
3827    "VocabularyName":{
3828      "type":"string",
3829      "max":200,
3830      "min":1,
3831      "pattern":"^[0-9a-zA-Z._-]+"
3832    },
3833    "VocabularyNames":{
3834      "type":"string",
3835      "max":3000,
3836      "min":1,
3837      "pattern":"^[a-zA-Z0-9,-._]+"
3838    },
3839    "VoiceAnalyticsConfigurationStatus":{
3840      "type":"string",
3841      "enum":[
3842        "Enabled",
3843        "Disabled"
3844      ]
3845    },
3846    "VoiceAnalyticsLanguageCode":{
3847      "type":"string",
3848      "enum":["en-US"]
3849    },
3850    "VoiceAnalyticsProcessorConfiguration":{
3851      "type":"structure",
3852      "members":{
3853        "SpeakerSearchStatus":{
3854          "shape":"VoiceAnalyticsConfigurationStatus",
3855          "documentation":"<p>The status of the speaker search task.</p>"
3856        },
3857        "VoiceToneAnalysisStatus":{
3858          "shape":"VoiceAnalyticsConfigurationStatus",
3859          "documentation":"<p>The status of the voice tone analysis task.</p>"
3860        }
3861      },
3862      "documentation":"<p>The configuration settings for a voice analytics processor.</p>"
3863    },
3864    "VoiceEnhancementSinkConfiguration":{
3865      "type":"structure",
3866      "members":{
3867        "Disabled":{
3868          "shape":"Boolean",
3869          "documentation":"<p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>"
3870        }
3871      },
3872      "documentation":"<p>A static structure that contains the configuration data for a <code>VoiceEnhancementSinkConfiguration</code> element.</p>"
3873    },
3874    "VoiceToneAnalysisTask":{
3875      "type":"structure",
3876      "members":{
3877        "VoiceToneAnalysisTaskId":{
3878          "shape":"GuidString",
3879          "documentation":"<p>The ID of the voice tone analysis task.</p>"
3880        },
3881        "VoiceToneAnalysisTaskStatus":{
3882          "shape":"MediaPipelineTaskStatus",
3883          "documentation":"<p>The status of a voice tone analysis task.</p>"
3884        },
3885        "CreatedTimestamp":{
3886          "shape":"Iso8601Timestamp",
3887          "documentation":"<p>The time at which a voice tone analysis task was created.</p>"
3888        },
3889        "UpdatedTimestamp":{
3890          "shape":"Iso8601Timestamp",
3891          "documentation":"<p>The time at which a voice tone analysis task was updated.</p>"
3892        }
3893      },
3894      "documentation":"<p>A representation of an asynchronous request to perform voice tone analysis on a media insights pipeline.</p>"
3895    }
3896  },
3897  "documentation":"<p>The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipelines, see <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html\">Amazon Chime SDK media pipelines</a>. </p>"
3898}
3899