View Source aws_chime_sdk_media_pipelines (aws v1.0.4)
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 Amazon Chime SDK media pipelines: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Media_Pipelines.html.Summary
Functions
Creates a media pipeline.
Creates a media concatenation pipeline.
Creates a media insights pipeline.
A structure that contains the static configurations for a media insights pipeline.
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
Creates an Kinesis video stream pool for the media pipeline.
Creates a streaming media pipeline.
Deletes the media pipeline.
Deletes the specified configuration settings.
Deletes the media pipeline.
Deletes an Kinesis video stream pool.
Gets an existing media pipeline.
Gets the configuration settings for a media insights pipeline.
Gets an existing media pipeline.
Gets an Kinesis video stream pool.
Retrieves the details of the specified speaker search task.
Retrieves the details of a voice tone analysis task.
Returns a list of media pipelines.
Lists the available media insights pipeline configurations.
Lists the video stream pools in the media pipeline.
Returns a list of media pipelines.
Lists the tags available for a media pipeline.
Starts a speaker search task.
Starts a voice tone analysis task.
Stops a speaker search task.
Stops a voice tone analysis task.
The ARN of the media pipeline that you want to tag.
Removes any tags from a media pipeline.
Updates the media insights pipeline's configuration settings.
Updates the status of a media insights pipeline.
Updates an Kinesis video stream pool in a media pipeline.
Functions
Link to this function
create_media_insights_pipeline_configuration(Client, Input0, Options0)
View Source
Link to this function
create_media_pipeline_kinesis_video_stream_pool(Client, Input0, Options0)
View Source
Link to this function
delete_media_capture_pipeline(Client, MediaPipelineId, Input0, Options0)
View Source
Link to this function
delete_media_insights_pipeline_configuration(Client, Identifier, Input)
View Source
Link to this function
delete_media_insights_pipeline_configuration(Client, Identifier, Input0, Options0)
View Source
Link to this function
delete_media_pipeline_kinesis_video_stream_pool(Client, Identifier, Input)
View Source
Link to this function
delete_media_pipeline_kinesis_video_stream_pool(Client, Identifier, Input0, Options0)
View Source
Link to this function
get_media_capture_pipeline(Client, MediaPipelineId, QueryMap, HeadersMap)
View Source
Link to this function
get_media_capture_pipeline(Client, MediaPipelineId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_media_insights_pipeline_configuration(Client, Identifier, QueryMap, HeadersMap)
View Source
Link to this function
get_media_insights_pipeline_configuration(Client, Identifier, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_media_pipeline(Client, MediaPipelineId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_media_pipeline_kinesis_video_stream_pool(Client, Identifier, QueryMap, HeadersMap)
View Source
Link to this function
get_media_pipeline_kinesis_video_stream_pool(Client, Identifier, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_speaker_search_task(Client, Identifier, SpeakerSearchTaskId, QueryMap, HeadersMap)
View Source
Link to this function
get_speaker_search_task(Client, Identifier, SpeakerSearchTaskId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_voice_tone_analysis_task(Client, Identifier, VoiceToneAnalysisTaskId)
View Source
Link to this function
get_voice_tone_analysis_task(Client, Identifier, VoiceToneAnalysisTaskId, QueryMap, HeadersMap)
View Source
Link to this function
get_voice_tone_analysis_task(Client, Identifier, VoiceToneAnalysisTaskId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_media_capture_pipelines(Client, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_media_insights_pipeline_configurations(Client, QueryMap, HeadersMap)
View Source
Link to this function
list_media_insights_pipeline_configurations(Client, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_media_pipeline_kinesis_video_stream_pools(Client, QueryMap, HeadersMap)
View Source
Link to this function
list_media_pipeline_kinesis_video_stream_pools(Client, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_tags_for_resource(Client, ResourceARN, QueryMap, HeadersMap, Options0)
View SourceStarts a speaker search task.
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 AWS service terms: https://aws.amazon.com/service-terms/ for the Amazon Chime SDK.Starts a voice tone analysis task.
For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics: https://docs.aws.amazon.com/chime-sdk/latest/dg/voice-analytics.html in the Amazon Chime SDK Developer Guide.
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 AWS service terms: https://aws.amazon.com/service-terms/ for the Amazon Chime SDK.
Link to this function
start_voice_tone_analysis_task(Client, Identifier, Input0, Options0)
View Source
Link to this function
stop_speaker_search_task(Client, Identifier, SpeakerSearchTaskId, Input)
View Source
Link to this function
stop_speaker_search_task(Client, Identifier, SpeakerSearchTaskId, Input0, Options0)
View Source
Link to this function
stop_voice_tone_analysis_task(Client, Identifier, VoiceToneAnalysisTaskId, Input)
View Source
Link to this function
stop_voice_tone_analysis_task(Client, Identifier, VoiceToneAnalysisTaskId, Input0, Options0)
View SourceThe ARN of the media pipeline that you want to tag.
Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
Link to this function
update_media_insights_pipeline_configuration(Client, Identifier, Input)
View Source
Link to this function
update_media_insights_pipeline_configuration(Client, Identifier, Input0, Options0)
View Source
Link to this function
update_media_insights_pipeline_status(Client, Identifier, Input0, Options0)
View Source
Link to this function
update_media_pipeline_kinesis_video_stream_pool(Client, Identifier, Input)
View Source
Link to this function