Chime Sdk Media Pipelines
This page documents function available when using the Chime_Sdk_Media_Pipelines
module, created with @service Chime_Sdk_Media_Pipelines
.
Index
Main.Chime_Sdk_Media_Pipelines.create_media_capture_pipeline
Main.Chime_Sdk_Media_Pipelines.create_media_concatenation_pipeline
Main.Chime_Sdk_Media_Pipelines.create_media_insights_pipeline
Main.Chime_Sdk_Media_Pipelines.create_media_insights_pipeline_configuration
Main.Chime_Sdk_Media_Pipelines.create_media_live_connector_pipeline
Main.Chime_Sdk_Media_Pipelines.create_media_pipeline_kinesis_video_stream_pool
Main.Chime_Sdk_Media_Pipelines.create_media_stream_pipeline
Main.Chime_Sdk_Media_Pipelines.delete_media_capture_pipeline
Main.Chime_Sdk_Media_Pipelines.delete_media_insights_pipeline_configuration
Main.Chime_Sdk_Media_Pipelines.delete_media_pipeline
Main.Chime_Sdk_Media_Pipelines.delete_media_pipeline_kinesis_video_stream_pool
Main.Chime_Sdk_Media_Pipelines.get_media_capture_pipeline
Main.Chime_Sdk_Media_Pipelines.get_media_insights_pipeline_configuration
Main.Chime_Sdk_Media_Pipelines.get_media_pipeline
Main.Chime_Sdk_Media_Pipelines.get_media_pipeline_kinesis_video_stream_pool
Main.Chime_Sdk_Media_Pipelines.get_speaker_search_task
Main.Chime_Sdk_Media_Pipelines.get_voice_tone_analysis_task
Main.Chime_Sdk_Media_Pipelines.list_media_capture_pipelines
Main.Chime_Sdk_Media_Pipelines.list_media_insights_pipeline_configurations
Main.Chime_Sdk_Media_Pipelines.list_media_pipeline_kinesis_video_stream_pools
Main.Chime_Sdk_Media_Pipelines.list_media_pipelines
Main.Chime_Sdk_Media_Pipelines.list_tags_for_resource
Main.Chime_Sdk_Media_Pipelines.start_speaker_search_task
Main.Chime_Sdk_Media_Pipelines.start_voice_tone_analysis_task
Main.Chime_Sdk_Media_Pipelines.stop_speaker_search_task
Main.Chime_Sdk_Media_Pipelines.stop_voice_tone_analysis_task
Main.Chime_Sdk_Media_Pipelines.tag_resource
Main.Chime_Sdk_Media_Pipelines.untag_resource
Main.Chime_Sdk_Media_Pipelines.update_media_insights_pipeline_configuration
Main.Chime_Sdk_Media_Pipelines.update_media_insights_pipeline_status
Main.Chime_Sdk_Media_Pipelines.update_media_pipeline_kinesis_video_stream_pool
Documentation
Main.Chime_Sdk_Media_Pipelines.create_media_capture_pipeline
— Methodcreate_media_capture_pipeline(sink_arn, sink_type, source_arn, source_type)
create_media_capture_pipeline(sink_arn, sink_type, source_arn, source_type, params::Dict{String,<:Any})
Creates a media pipeline.
Arguments
sink_arn
: The ARN of the sink type.sink_type
: Destination type to which the media artifacts are saved. You must use an S3 bucket.source_arn
: ARN of the source from which the media artifacts are captured.source_type
: Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ChimeSdkMeetingConfiguration"
: The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting."ClientRequestToken"
: The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request."Tags"
: The tag key-value pairs.
Main.Chime_Sdk_Media_Pipelines.create_media_concatenation_pipeline
— Methodcreate_media_concatenation_pipeline(sinks, sources)
create_media_concatenation_pipeline(sinks, sources, params::Dict{String,<:Any})
Creates a media concatenation pipeline.
Arguments
sinks
: An object that specifies the data sinks for the media concatenation pipeline.sources
: An object that specifies the sources for the media concatenation pipeline.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media concatenation pipeline request."Tags"
: The tags associated with the media concatenation pipeline.
Main.Chime_Sdk_Media_Pipelines.create_media_insights_pipeline
— Methodcreate_media_insights_pipeline(media_insights_pipeline_configuration_arn)
create_media_insights_pipeline(media_insights_pipeline_configuration_arn, params::Dict{String,<:Any})
Creates a media insights pipeline.
Arguments
media_insights_pipeline_configuration_arn
: The ARN of the pipeline's configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The unique identifier for the media insights pipeline request."KinesisVideoStreamRecordingSourceRuntimeConfiguration"
: The runtime configuration for the Kinesis video recording stream source."KinesisVideoStreamSourceRuntimeConfiguration"
: The runtime configuration for the Kinesis video stream source of the media insights pipeline."MediaInsightsRuntimeMetadata"
: The runtime metadata for the media insights pipeline. Consists of a key-value map of strings."S3RecordingSinkRuntimeConfiguration"
: The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in S3RecordingSinkConfiguration."Tags"
: The tags assigned to the media insights pipeline.
Main.Chime_Sdk_Media_Pipelines.create_media_insights_pipeline_configuration
— Methodcreate_media_insights_pipeline_configuration(elements, media_insights_pipeline_configuration_name, resource_access_role_arn)
create_media_insights_pipeline_configuration(elements, media_insights_pipeline_configuration_name, resource_access_role_arn, params::Dict{String,<:Any})
A structure that contains the static configurations for a media insights pipeline.
Arguments
elements
: The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream.media_insights_pipeline_configuration_name
: The name of the media insights pipeline configuration.resource_access_role_arn
: The ARN of the role used by the service to access Amazon Web Services resources, including Transcribe and Transcribe Call Analytics, on the caller’s behalf.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The unique identifier for the media insights pipeline configuration request."RealTimeAlertConfiguration"
: The configuration settings for the real-time alerts in a media insights pipeline configuration."Tags"
: The tags assigned to the media insights pipeline configuration.
Main.Chime_Sdk_Media_Pipelines.create_media_live_connector_pipeline
— Methodcreate_media_live_connector_pipeline(sinks, sources)
create_media_live_connector_pipeline(sinks, sources, params::Dict{String,<:Any})
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
Arguments
sinks
: The media live connector pipeline's data sinks.sources
: The media live connector pipeline's data sources.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The token assigned to the client making the request."Tags"
: The tags associated with the media live connector pipeline.
Main.Chime_Sdk_Media_Pipelines.create_media_pipeline_kinesis_video_stream_pool
— Methodcreate_media_pipeline_kinesis_video_stream_pool(pool_name, stream_configuration)
create_media_pipeline_kinesis_video_stream_pool(pool_name, stream_configuration, params::Dict{String,<:Any})
Creates an Kinesis video stream pool for the media pipeline.
Arguments
pool_name
: The name of the video stream pool.stream_configuration
: The configuration settings for the video stream.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The token assigned to the client making the request."Tags"
: The tags assigned to the video stream pool.
Main.Chime_Sdk_Media_Pipelines.create_media_stream_pipeline
— Methodcreate_media_stream_pipeline(sinks, sources)
create_media_stream_pipeline(sinks, sources, params::Dict{String,<:Any})
Creates a streaming media pipeline.
Arguments
sinks
: The data sink for the media pipeline.sources
: The data sources for the media pipeline.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The token assigned to the client making the request."Tags"
: The tags assigned to the media pipeline.
Main.Chime_Sdk_Media_Pipelines.delete_media_capture_pipeline
— Methoddelete_media_capture_pipeline(media_pipeline_id)
delete_media_capture_pipeline(media_pipeline_id, params::Dict{String,<:Any})
Deletes the media pipeline.
Arguments
media_pipeline_id
: The ID of the media pipeline being deleted.
Main.Chime_Sdk_Media_Pipelines.delete_media_insights_pipeline_configuration
— Methoddelete_media_insights_pipeline_configuration(identifier)
delete_media_insights_pipeline_configuration(identifier, params::Dict{String,<:Any})
Deletes the specified configuration settings.
Arguments
identifier
: The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.
Main.Chime_Sdk_Media_Pipelines.delete_media_pipeline
— Methoddelete_media_pipeline(media_pipeline_id)
delete_media_pipeline(media_pipeline_id, params::Dict{String,<:Any})
Deletes the media pipeline.
Arguments
media_pipeline_id
: The ID of the media pipeline to delete.
Main.Chime_Sdk_Media_Pipelines.delete_media_pipeline_kinesis_video_stream_pool
— Methoddelete_media_pipeline_kinesis_video_stream_pool(identifier)
delete_media_pipeline_kinesis_video_stream_pool(identifier, params::Dict{String,<:Any})
Deletes an Kinesis video stream pool.
Arguments
identifier
: The ID of the pool being deleted.
Main.Chime_Sdk_Media_Pipelines.get_media_capture_pipeline
— Methodget_media_capture_pipeline(media_pipeline_id)
get_media_capture_pipeline(media_pipeline_id, params::Dict{String,<:Any})
Gets an existing media pipeline.
Arguments
media_pipeline_id
: The ID of the pipeline that you want to get.
Main.Chime_Sdk_Media_Pipelines.get_media_insights_pipeline_configuration
— Methodget_media_insights_pipeline_configuration(identifier)
get_media_insights_pipeline_configuration(identifier, params::Dict{String,<:Any})
Gets the configuration settings for a media insights pipeline.
Arguments
identifier
: The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.
Main.Chime_Sdk_Media_Pipelines.get_media_pipeline
— Methodget_media_pipeline(media_pipeline_id)
get_media_pipeline(media_pipeline_id, params::Dict{String,<:Any})
Gets an existing media pipeline.
Arguments
media_pipeline_id
: The ID of the pipeline that you want to get.
Main.Chime_Sdk_Media_Pipelines.get_media_pipeline_kinesis_video_stream_pool
— Methodget_media_pipeline_kinesis_video_stream_pool(identifier)
get_media_pipeline_kinesis_video_stream_pool(identifier, params::Dict{String,<:Any})
Gets an Kinesis video stream pool.
Arguments
identifier
: The ID of the video stream pool.
Main.Chime_Sdk_Media_Pipelines.get_speaker_search_task
— Methodget_speaker_search_task(identifier, speaker_search_task_id)
get_speaker_search_task(identifier, speaker_search_task_id, params::Dict{String,<:Any})
Retrieves the details of the specified speaker search task.
Arguments
identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.speaker_search_task_id
: The ID of the speaker search task.
Main.Chime_Sdk_Media_Pipelines.get_voice_tone_analysis_task
— Methodget_voice_tone_analysis_task(identifier, voice_tone_analysis_task_id)
get_voice_tone_analysis_task(identifier, voice_tone_analysis_task_id, params::Dict{String,<:Any})
Retrieves the details of a voice tone analysis task.
Arguments
identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.voice_tone_analysis_task_id
: The ID of the voice tone analysis task.
Main.Chime_Sdk_Media_Pipelines.list_media_capture_pipelines
— Methodlist_media_capture_pipelines()
list_media_capture_pipelines(params::Dict{String,<:Any})
Returns a list of media pipelines.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"max-results"
: The maximum number of results to return in a single call. Valid Range: 1"next-token"
: The token used to retrieve the next page of results.
Main.Chime_Sdk_Media_Pipelines.list_media_insights_pipeline_configurations
— Methodlist_media_insights_pipeline_configurations()
list_media_insights_pipeline_configurations(params::Dict{String,<:Any})
Lists the available media insights pipeline configurations.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"max-results"
: The maximum number of results to return in a single call."next-token"
: The token used to return the next page of results.
Main.Chime_Sdk_Media_Pipelines.list_media_pipeline_kinesis_video_stream_pools
— Methodlist_media_pipeline_kinesis_video_stream_pools()
list_media_pipeline_kinesis_video_stream_pools(params::Dict{String,<:Any})
Lists the video stream pools in the media pipeline.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"max-results"
: The maximum number of results to return in a single call."next-token"
: The token used to return the next page of results.
Main.Chime_Sdk_Media_Pipelines.list_media_pipelines
— Methodlist_media_pipelines()
list_media_pipelines(params::Dict{String,<:Any})
Returns a list of media pipelines.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"max-results"
: The maximum number of results to return in a single call. Valid Range: 1"next-token"
: The token used to retrieve the next page of results.
Main.Chime_Sdk_Media_Pipelines.list_tags_for_resource
— Methodlist_tags_for_resource(arn)
list_tags_for_resource(arn, params::Dict{String,<:Any})
Lists the tags available for a media pipeline.
Arguments
arn
: The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's region, resource ID, and pipeline ID.
Main.Chime_Sdk_Media_Pipelines.start_speaker_search_task
— Methodstart_speaker_search_task(voice_profile_domain_arn, identifier)
start_speaker_search_task(voice_profile_domain_arn, identifier, params::Dict{String,<:Any})
Starts 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 for the Amazon Chime SDK.
Arguments
voice_profile_domain_arn
: The ARN of the voice profile domain that will store the voice profile.identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The unique identifier for the client request. Use a different token for different speaker search tasks."KinesisVideoStreamSourceTaskConfiguration"
: The task configuration for the Kinesis video stream source of the media insights pipeline.
Main.Chime_Sdk_Media_Pipelines.start_voice_tone_analysis_task
— Methodstart_voice_tone_analysis_task(language_code, identifier)
start_voice_tone_analysis_task(language_code, identifier, params::Dict{String,<:Any})
Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics 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 for the Amazon Chime SDK.
Arguments
language_code
: The language code.identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientRequestToken"
: The unique identifier for the client request. Use a different token for different voice tone analysis tasks."KinesisVideoStreamSourceTaskConfiguration"
: The task configuration for the Kinesis video stream source of the media insights pipeline.
Main.Chime_Sdk_Media_Pipelines.stop_speaker_search_task
— Methodstop_speaker_search_task(identifier, speaker_search_task_id)
stop_speaker_search_task(identifier, speaker_search_task_id, params::Dict{String,<:Any})
Stops a speaker search task.
Arguments
identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.speaker_search_task_id
: The speaker search task ID.
Main.Chime_Sdk_Media_Pipelines.stop_voice_tone_analysis_task
— Methodstop_voice_tone_analysis_task(identifier, voice_tone_analysis_task_id)
stop_voice_tone_analysis_task(identifier, voice_tone_analysis_task_id, params::Dict{String,<:Any})
Stops a voice tone analysis task.
Arguments
identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.voice_tone_analysis_task_id
: The ID of the voice tone analysis task.
Main.Chime_Sdk_Media_Pipelines.tag_resource
— Methodtag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})
The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
Arguments
resource_arn
: The ARN of the media pipeline associated with any tags. The ARN consists of the pipeline's endpoint region, resource ID, and pipeline ID.tags
: The tags associated with the specified media pipeline.
Main.Chime_Sdk_Media_Pipelines.untag_resource
— Methoduntag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})
Removes any tags from a media pipeline.
Arguments
resource_arn
: The ARN of the pipeline that you want to untag.tag_keys
: The key/value pairs in the tag that you want to remove.
Main.Chime_Sdk_Media_Pipelines.update_media_insights_pipeline_configuration
— Methodupdate_media_insights_pipeline_configuration(elements, resource_access_role_arn, identifier)
update_media_insights_pipeline_configuration(elements, resource_access_role_arn, identifier, params::Dict{String,<:Any})
Updates the media insights pipeline's configuration settings.
Arguments
elements
: The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..resource_access_role_arn
: The ARN of the role used by the service to access Amazon Web Services resources.identifier
: The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"RealTimeAlertConfiguration"
: The configuration settings for real-time alerts for the media insights pipeline.
Main.Chime_Sdk_Media_Pipelines.update_media_insights_pipeline_status
— Methodupdate_media_insights_pipeline_status(update_status, identifier)
update_media_insights_pipeline_status(update_status, identifier, params::Dict{String,<:Any})
Updates the status of a media insights pipeline.
Arguments
update_status
: The requested status of the media insights pipeline.identifier
: The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
Main.Chime_Sdk_Media_Pipelines.update_media_pipeline_kinesis_video_stream_pool
— Methodupdate_media_pipeline_kinesis_video_stream_pool(identifier)
update_media_pipeline_kinesis_video_stream_pool(identifier, params::Dict{String,<:Any})
Updates an Kinesis video stream pool in a media pipeline.
Arguments
identifier
: The ID of the video stream pool.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"StreamConfiguration"
: The configuration settings for the video stream.