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

The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines and capture audio, video, events, and data messages from Amazon Chime SDK meetings.

For more information about media pipleines, see Amzon Chime SDK media pipelines.

Link to this section Summary

Functions

Lists the tags applied to an Amazon Chime SDK media capture pipeline.

Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.

Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.

Link to this section Functions

Link to this function

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

View Source

Creates a media capture pipeline.

Link to this function

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

View Source

Deletes the media capture pipeline.

Link to this function

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

View Source

Gets an existing media capture pipeline.

Link to this function

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

View Source

Returns a list of media capture pipelines.

Link to this function

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

View Source

Lists the tags applied to an Amazon Chime SDK media capture pipeline.

Link to this function

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

View Source

Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.

Link to this function

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

View Source

Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.