View Source AWS.ChimeSDKMediaPipelines (aws-elixir v0.13.3)

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.

Link to this section Summary

Functions

A structure that contains the static configurations for a media insights pipeline.

Creates a media live connector pipeline in an Amazon Chime SDK meeting.

Gets the configuration settings for a media insights pipeline.

Lists the tags available for a media pipeline.

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.

Link to this section Functions

Link to this function

create_media_capture_pipeline(client, input, options \\ [])

View Source

Creates a media pipeline.

Link to this function

create_media_concatenation_pipeline(client, input, options \\ [])

View Source

Creates a media concatenation pipeline.

Link to this function

create_media_insights_pipeline(client, input, options \\ [])

View Source

Creates a media insights pipeline.

Link to this function

create_media_insights_pipeline_configuration(client, input, options \\ [])

View Source

A structure that contains the static configurations for a media insights pipeline.

Link to this function

create_media_live_connector_pipeline(client, input, options \\ [])

View Source

Creates a media live connector pipeline in an Amazon Chime SDK meeting.

Link to this function

delete_media_capture_pipeline(client, media_pipeline_id, input, options \\ [])

View Source

Deletes the media pipeline.

Link to this function

delete_media_insights_pipeline_configuration(client, identifier, input, options \\ [])

View Source

Deletes the specified configuration settings.

Link to this function

delete_media_pipeline(client, media_pipeline_id, input, options \\ [])

View Source

Deletes the media pipeline.

Link to this function

get_media_capture_pipeline(client, media_pipeline_id, options \\ [])

View Source

Gets an existing media pipeline.

Link to this function

get_media_insights_pipeline_configuration(client, identifier, options \\ [])

View Source

Gets the configuration settings for a media insights pipeline.

Link to this function

get_media_pipeline(client, media_pipeline_id, options \\ [])

View Source

Gets an existing media pipeline.

Link to this function

list_media_capture_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of media pipelines.

Link to this function

list_media_insights_pipeline_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the available media insights pipeline configurations.

Link to this function

list_media_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of media pipelines.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists the tags available for a media pipeline.

Link to this function

tag_resource(client, input, options \\ [])

View Source

The 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

untag_resource(client, input, options \\ [])

View Source

Removes any tags from a media pipeline.

Link to this function

update_media_insights_pipeline_configuration(client, identifier, input, options \\ [])

View Source

Updates the media insights pipeline's configuration settings.

Link to this function

update_media_insights_pipeline_status(client, identifier, input, options \\ [])

View Source

Updates the status of a media insights pipeline.