aws-sdk-chimesdkmediapipelines 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/client.rb +698 -13
- data/lib/aws-sdk-chimesdkmediapipelines/client_api.rb +425 -0
- data/lib/aws-sdk-chimesdkmediapipelines/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-chimesdkmediapipelines/endpoints.rb +98 -0
- data/lib/aws-sdk-chimesdkmediapipelines/errors.rb +26 -0
- data/lib/aws-sdk-chimesdkmediapipelines/plugins/endpoints.rb +14 -0
- data/lib/aws-sdk-chimesdkmediapipelines/types.rb +1357 -24
- data/lib/aws-sdk-chimesdkmediapipelines.rb +1 -1
- metadata +2 -2
@@ -456,7 +456,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
456
456
|
# resp.media_capture_pipeline.media_pipeline_arn #=> String
|
457
457
|
# resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
458
458
|
# resp.media_capture_pipeline.source_arn #=> String
|
459
|
-
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
459
|
+
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
460
460
|
# resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
461
461
|
# resp.media_capture_pipeline.sink_arn #=> String
|
462
462
|
# resp.media_capture_pipeline.created_timestamp #=> Time
|
@@ -579,7 +579,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
579
579
|
# resp.media_concatenation_pipeline.sinks #=> Array
|
580
580
|
# resp.media_concatenation_pipeline.sinks[0].type #=> String, one of "S3Bucket"
|
581
581
|
# resp.media_concatenation_pipeline.sinks[0].s3_bucket_sink_configuration.destination #=> String
|
582
|
-
# resp.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
582
|
+
# resp.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
583
583
|
# resp.media_concatenation_pipeline.created_timestamp #=> Time
|
584
584
|
# resp.media_concatenation_pipeline.updated_timestamp #=> Time
|
585
585
|
#
|
@@ -592,13 +592,328 @@ module Aws::ChimeSDKMediaPipelines
|
|
592
592
|
req.send_request(options)
|
593
593
|
end
|
594
594
|
|
595
|
-
# Creates a
|
595
|
+
# Creates a media insights pipeline.
|
596
|
+
#
|
597
|
+
# @option params [required, String] :media_insights_pipeline_configuration_arn
|
598
|
+
# The ARN of the pipeline's configuration.
|
599
|
+
#
|
600
|
+
# @option params [Types::KinesisVideoStreamSourceRuntimeConfiguration] :kinesis_video_stream_source_runtime_configuration
|
601
|
+
# The runtime configuration for the Kinesis video stream source of the
|
602
|
+
# media insights pipeline.
|
603
|
+
#
|
604
|
+
# @option params [Hash<String,String>] :media_insights_runtime_metadata
|
605
|
+
# The runtime metadata for the media insights pipeline. Consists of a
|
606
|
+
# key-value map of strings.
|
607
|
+
#
|
608
|
+
# @option params [Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration] :kinesis_video_stream_recording_source_runtime_configuration
|
609
|
+
# The runtime configuration for the Kinesis video recording stream
|
610
|
+
# source.
|
611
|
+
#
|
612
|
+
# @option params [Types::S3RecordingSinkRuntimeConfiguration] :s3_recording_sink_runtime_configuration
|
613
|
+
# The runtime configuration for the S3 recording sink.
|
614
|
+
#
|
615
|
+
# @option params [Array<Types::Tag>] :tags
|
616
|
+
# The tags assigned to the media insights pipeline.
|
617
|
+
#
|
618
|
+
# @option params [String] :client_request_token
|
619
|
+
# The unique identifier for the media insights pipeline request.
|
620
|
+
#
|
621
|
+
# **A suitable default value is auto-generated.** You should normally
|
622
|
+
# not need to pass this option.**
|
623
|
+
#
|
624
|
+
# @return [Types::CreateMediaInsightsPipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
625
|
+
#
|
626
|
+
# * {Types::CreateMediaInsightsPipelineResponse#media_insights_pipeline #media_insights_pipeline} => Types::MediaInsightsPipeline
|
627
|
+
#
|
628
|
+
# @example Request syntax with placeholder values
|
629
|
+
#
|
630
|
+
# resp = client.create_media_insights_pipeline({
|
631
|
+
# media_insights_pipeline_configuration_arn: "Arn", # required
|
632
|
+
# kinesis_video_stream_source_runtime_configuration: {
|
633
|
+
# streams: [ # required
|
634
|
+
# {
|
635
|
+
# stream_arn: "KinesisVideoStreamArn", # required
|
636
|
+
# fragment_number: "FragmentNumberString",
|
637
|
+
# stream_channel_definition: { # required
|
638
|
+
# number_of_channels: 1, # required
|
639
|
+
# channel_definitions: [
|
640
|
+
# {
|
641
|
+
# channel_id: 1, # required
|
642
|
+
# participant_role: "AGENT", # accepts AGENT, CUSTOMER
|
643
|
+
# },
|
644
|
+
# ],
|
645
|
+
# },
|
646
|
+
# },
|
647
|
+
# ],
|
648
|
+
# media_encoding: "pcm", # required, accepts pcm
|
649
|
+
# media_sample_rate: 1, # required
|
650
|
+
# },
|
651
|
+
# media_insights_runtime_metadata: {
|
652
|
+
# "NonEmptyString" => "String",
|
653
|
+
# },
|
654
|
+
# kinesis_video_stream_recording_source_runtime_configuration: {
|
655
|
+
# streams: [ # required
|
656
|
+
# {
|
657
|
+
# stream_arn: "KinesisVideoStreamArn",
|
658
|
+
# },
|
659
|
+
# ],
|
660
|
+
# fragment_selector: { # required
|
661
|
+
# fragment_selector_type: "ProducerTimestamp", # required, accepts ProducerTimestamp, ServerTimestamp
|
662
|
+
# timestamp_range: { # required
|
663
|
+
# start_timestamp: Time.now, # required
|
664
|
+
# end_timestamp: Time.now, # required
|
665
|
+
# },
|
666
|
+
# },
|
667
|
+
# },
|
668
|
+
# s3_recording_sink_runtime_configuration: {
|
669
|
+
# destination: "Arn", # required
|
670
|
+
# recording_file_format: "Wav", # required, accepts Wav, Opus
|
671
|
+
# },
|
672
|
+
# tags: [
|
673
|
+
# {
|
674
|
+
# key: "TagKey", # required
|
675
|
+
# value: "TagValue", # required
|
676
|
+
# },
|
677
|
+
# ],
|
678
|
+
# client_request_token: "ClientRequestToken",
|
679
|
+
# })
|
680
|
+
#
|
681
|
+
# @example Response structure
|
682
|
+
#
|
683
|
+
# resp.media_insights_pipeline.media_pipeline_id #=> String
|
684
|
+
# resp.media_insights_pipeline.media_pipeline_arn #=> String
|
685
|
+
# resp.media_insights_pipeline.media_insights_pipeline_configuration_arn #=> String
|
686
|
+
# resp.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
687
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams #=> Array
|
688
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_arn #=> String
|
689
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].fragment_number #=> String
|
690
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.number_of_channels #=> Integer
|
691
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions #=> Array
|
692
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions[0].channel_id #=> Integer
|
693
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
|
694
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.media_encoding #=> String, one of "pcm"
|
695
|
+
# resp.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.media_sample_rate #=> Integer
|
696
|
+
# resp.media_insights_pipeline.media_insights_runtime_metadata #=> Hash
|
697
|
+
# resp.media_insights_pipeline.media_insights_runtime_metadata["NonEmptyString"] #=> String
|
698
|
+
# resp.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.streams #=> Array
|
699
|
+
# resp.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.streams[0].stream_arn #=> String
|
700
|
+
# resp.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.fragment_selector_type #=> String, one of "ProducerTimestamp", "ServerTimestamp"
|
701
|
+
# resp.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.timestamp_range.start_timestamp #=> Time
|
702
|
+
# resp.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.timestamp_range.end_timestamp #=> Time
|
703
|
+
# resp.media_insights_pipeline.s3_recording_sink_runtime_configuration.destination #=> String
|
704
|
+
# resp.media_insights_pipeline.s3_recording_sink_runtime_configuration.recording_file_format #=> String, one of "Wav", "Opus"
|
705
|
+
# resp.media_insights_pipeline.created_timestamp #=> Time
|
706
|
+
#
|
707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipeline AWS API Documentation
|
708
|
+
#
|
709
|
+
# @overload create_media_insights_pipeline(params = {})
|
710
|
+
# @param [Hash] params ({})
|
711
|
+
def create_media_insights_pipeline(params = {}, options = {})
|
712
|
+
req = build_request(:create_media_insights_pipeline, params)
|
713
|
+
req.send_request(options)
|
714
|
+
end
|
715
|
+
|
716
|
+
# A structure that contains the static configurations for a media
|
717
|
+
# insights pipeline.
|
718
|
+
#
|
719
|
+
# @option params [required, String] :media_insights_pipeline_configuration_name
|
720
|
+
# The name of the media insights pipeline configuration.
|
721
|
+
#
|
722
|
+
# @option params [required, String] :resource_access_role_arn
|
723
|
+
# The ARN of the role used by the service to access Amazon Web Services
|
724
|
+
# resources, including `Transcribe` and `Transcribe Call Analytics`, on
|
725
|
+
# the caller’s behalf.
|
726
|
+
#
|
727
|
+
# @option params [Types::RealTimeAlertConfiguration] :real_time_alert_configuration
|
728
|
+
# The configuration settings for the real-time alerts in a media
|
729
|
+
# insights pipeline configuration.
|
730
|
+
#
|
731
|
+
# @option params [required, Array<Types::MediaInsightsPipelineConfigurationElement>] :elements
|
732
|
+
# The elements in the request, such as a processor for Amazon Transcribe
|
733
|
+
# or a sink for a Kinesis Data Stream.
|
734
|
+
#
|
735
|
+
# @option params [Array<Types::Tag>] :tags
|
736
|
+
# The tags assigned to the media insights pipeline configuration.
|
737
|
+
#
|
738
|
+
# @option params [String] :client_request_token
|
739
|
+
# The unique identifier for the media insights pipeline configuration
|
740
|
+
# request.
|
741
|
+
#
|
742
|
+
# **A suitable default value is auto-generated.** You should normally
|
743
|
+
# not need to pass this option.**
|
744
|
+
#
|
745
|
+
# @return [Types::CreateMediaInsightsPipelineConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
746
|
+
#
|
747
|
+
# * {Types::CreateMediaInsightsPipelineConfigurationResponse#media_insights_pipeline_configuration #media_insights_pipeline_configuration} => Types::MediaInsightsPipelineConfiguration
|
748
|
+
#
|
749
|
+
# @example Request syntax with placeholder values
|
750
|
+
#
|
751
|
+
# resp = client.create_media_insights_pipeline_configuration({
|
752
|
+
# media_insights_pipeline_configuration_name: "MediaInsightsPipelineConfigurationNameString", # required
|
753
|
+
# resource_access_role_arn: "Arn", # required
|
754
|
+
# real_time_alert_configuration: {
|
755
|
+
# disabled: false,
|
756
|
+
# rules: [
|
757
|
+
# {
|
758
|
+
# type: "KeywordMatch", # required, accepts KeywordMatch, Sentiment, IssueDetection
|
759
|
+
# keyword_match_configuration: {
|
760
|
+
# rule_name: "RuleName", # required
|
761
|
+
# keywords: ["Keyword"], # required
|
762
|
+
# negate: false,
|
763
|
+
# },
|
764
|
+
# sentiment_configuration: {
|
765
|
+
# rule_name: "RuleName", # required
|
766
|
+
# sentiment_type: "NEGATIVE", # required, accepts NEGATIVE
|
767
|
+
# time_period: 1, # required
|
768
|
+
# },
|
769
|
+
# issue_detection_configuration: {
|
770
|
+
# rule_name: "RuleName", # required
|
771
|
+
# },
|
772
|
+
# },
|
773
|
+
# ],
|
774
|
+
# },
|
775
|
+
# elements: [ # required
|
776
|
+
# {
|
777
|
+
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink
|
778
|
+
# amazon_transcribe_call_analytics_processor_configuration: {
|
779
|
+
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
780
|
+
# vocabulary_name: "VocabularyName",
|
781
|
+
# vocabulary_filter_name: "VocabularyFilterName",
|
782
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
783
|
+
# language_model_name: "ModelName",
|
784
|
+
# enable_partial_results_stabilization: false,
|
785
|
+
# partial_results_stability: "high", # accepts high, medium, low
|
786
|
+
# content_identification_type: "PII", # accepts PII
|
787
|
+
# content_redaction_type: "PII", # accepts PII
|
788
|
+
# pii_entity_types: "PiiEntityTypes",
|
789
|
+
# filter_partial_results: false,
|
790
|
+
# post_call_analytics_settings: {
|
791
|
+
# output_location: "String", # required
|
792
|
+
# data_access_role_arn: "String", # required
|
793
|
+
# content_redaction_output: "redacted", # accepts redacted, redacted_and_unredacted
|
794
|
+
# output_encryption_kms_key_id: "String",
|
795
|
+
# },
|
796
|
+
# call_analytics_stream_categories: ["CategoryName"],
|
797
|
+
# },
|
798
|
+
# amazon_transcribe_processor_configuration: {
|
799
|
+
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
800
|
+
# vocabulary_name: "VocabularyName",
|
801
|
+
# vocabulary_filter_name: "VocabularyFilterName",
|
802
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
803
|
+
# show_speaker_label: false,
|
804
|
+
# enable_partial_results_stabilization: false,
|
805
|
+
# partial_results_stability: "high", # accepts high, medium, low
|
806
|
+
# content_identification_type: "PII", # accepts PII
|
807
|
+
# content_redaction_type: "PII", # accepts PII
|
808
|
+
# pii_entity_types: "PiiEntityTypes",
|
809
|
+
# language_model_name: "ModelName",
|
810
|
+
# filter_partial_results: false,
|
811
|
+
# },
|
812
|
+
# kinesis_data_stream_sink_configuration: {
|
813
|
+
# insights_target: "Arn",
|
814
|
+
# },
|
815
|
+
# s3_recording_sink_configuration: {
|
816
|
+
# destination: "Arn",
|
817
|
+
# },
|
818
|
+
# voice_analytics_processor_configuration: {
|
819
|
+
# speaker_search_status: "Enabled", # accepts Enabled, Disabled
|
820
|
+
# voice_tone_analysis_status: "Enabled", # accepts Enabled, Disabled
|
821
|
+
# },
|
822
|
+
# lambda_function_sink_configuration: {
|
823
|
+
# insights_target: "Arn",
|
824
|
+
# },
|
825
|
+
# sqs_queue_sink_configuration: {
|
826
|
+
# insights_target: "Arn",
|
827
|
+
# },
|
828
|
+
# sns_topic_sink_configuration: {
|
829
|
+
# insights_target: "Arn",
|
830
|
+
# },
|
831
|
+
# },
|
832
|
+
# ],
|
833
|
+
# tags: [
|
834
|
+
# {
|
835
|
+
# key: "TagKey", # required
|
836
|
+
# value: "TagValue", # required
|
837
|
+
# },
|
838
|
+
# ],
|
839
|
+
# client_request_token: "ClientRequestToken",
|
840
|
+
# })
|
841
|
+
#
|
842
|
+
# @example Response structure
|
843
|
+
#
|
844
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_name #=> String
|
845
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_arn #=> String
|
846
|
+
# resp.media_insights_pipeline_configuration.resource_access_role_arn #=> String
|
847
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.disabled #=> Boolean
|
848
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules #=> Array
|
849
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].type #=> String, one of "KeywordMatch", "Sentiment", "IssueDetection"
|
850
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.rule_name #=> String
|
851
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords #=> Array
|
852
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords[0] #=> String
|
853
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.negate #=> Boolean
|
854
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.rule_name #=> String
|
855
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.sentiment_type #=> String, one of "NEGATIVE"
|
856
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
857
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
858
|
+
# resp.media_insights_pipeline_configuration.elements #=> Array
|
859
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
860
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
861
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
862
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
863
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
864
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_model_name #=> String
|
865
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
866
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
867
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_identification_type #=> String, one of "PII"
|
868
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_redaction_type #=> String, one of "PII"
|
869
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.pii_entity_types #=> String
|
870
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.filter_partial_results #=> Boolean
|
871
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_location #=> String
|
872
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.data_access_role_arn #=> String
|
873
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.content_redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
|
874
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_encryption_kms_key_id #=> String
|
875
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories #=> Array
|
876
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories[0] #=> String
|
877
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
878
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_name #=> String
|
879
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_name #=> String
|
880
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
881
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.show_speaker_label #=> Boolean
|
882
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
883
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
884
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_identification_type #=> String, one of "PII"
|
885
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_redaction_type #=> String, one of "PII"
|
886
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.pii_entity_types #=> String
|
887
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
888
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
889
|
+
# resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
|
890
|
+
# resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
|
891
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
|
892
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
|
893
|
+
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
894
|
+
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
895
|
+
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
896
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
897
|
+
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
898
|
+
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
899
|
+
#
|
900
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfiguration AWS API Documentation
|
901
|
+
#
|
902
|
+
# @overload create_media_insights_pipeline_configuration(params = {})
|
903
|
+
# @param [Hash] params ({})
|
904
|
+
def create_media_insights_pipeline_configuration(params = {}, options = {})
|
905
|
+
req = build_request(:create_media_insights_pipeline_configuration, params)
|
906
|
+
req.send_request(options)
|
907
|
+
end
|
908
|
+
|
909
|
+
# Creates a media live connector pipeline in an Amazon Chime SDK
|
910
|
+
# meeting.
|
596
911
|
#
|
597
912
|
# @option params [required, Array<Types::LiveConnectorSourceConfiguration>] :sources
|
598
|
-
# The media pipeline's data sources.
|
913
|
+
# The media live connector pipeline's data sources.
|
599
914
|
#
|
600
915
|
# @option params [required, Array<Types::LiveConnectorSinkConfiguration>] :sinks
|
601
|
-
# The media pipeline's data sinks.
|
916
|
+
# The media live connector pipeline's data sinks.
|
602
917
|
#
|
603
918
|
# @option params [String] :client_request_token
|
604
919
|
# The token assigned to the client making the request.
|
@@ -607,7 +922,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
607
922
|
# not need to pass this option.**
|
608
923
|
#
|
609
924
|
# @option params [Array<Types::Tag>] :tags
|
610
|
-
# The tags associated with the media pipeline.
|
925
|
+
# The tags associated with the media live connector pipeline.
|
611
926
|
#
|
612
927
|
# @return [Types::CreateMediaLiveConnectorPipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
613
928
|
#
|
@@ -681,7 +996,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
681
996
|
# resp.media_live_connector_pipeline.sinks[0].rtmp_configuration.audio_sample_rate #=> String
|
682
997
|
# resp.media_live_connector_pipeline.media_pipeline_id #=> String
|
683
998
|
# resp.media_live_connector_pipeline.media_pipeline_arn #=> String
|
684
|
-
# resp.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
999
|
+
# resp.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
685
1000
|
# resp.media_live_connector_pipeline.created_timestamp #=> Time
|
686
1001
|
# resp.media_live_connector_pipeline.updated_timestamp #=> Time
|
687
1002
|
#
|
@@ -716,6 +1031,29 @@ module Aws::ChimeSDKMediaPipelines
|
|
716
1031
|
req.send_request(options)
|
717
1032
|
end
|
718
1033
|
|
1034
|
+
# Deletes the specified configuration settings.
|
1035
|
+
#
|
1036
|
+
# @option params [required, String] :identifier
|
1037
|
+
# The unique identifier of the resource to be deleted. Valid values
|
1038
|
+
# include the name and ARN of the media insights pipeline configuration.
|
1039
|
+
#
|
1040
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1041
|
+
#
|
1042
|
+
# @example Request syntax with placeholder values
|
1043
|
+
#
|
1044
|
+
# resp = client.delete_media_insights_pipeline_configuration({
|
1045
|
+
# identifier: "NonEmptyString", # required
|
1046
|
+
# })
|
1047
|
+
#
|
1048
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfiguration AWS API Documentation
|
1049
|
+
#
|
1050
|
+
# @overload delete_media_insights_pipeline_configuration(params = {})
|
1051
|
+
# @param [Hash] params ({})
|
1052
|
+
def delete_media_insights_pipeline_configuration(params = {}, options = {})
|
1053
|
+
req = build_request(:delete_media_insights_pipeline_configuration, params)
|
1054
|
+
req.send_request(options)
|
1055
|
+
end
|
1056
|
+
|
719
1057
|
# Deletes the media pipeline.
|
720
1058
|
#
|
721
1059
|
# @option params [required, String] :media_pipeline_id
|
@@ -759,7 +1097,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
759
1097
|
# resp.media_capture_pipeline.media_pipeline_arn #=> String
|
760
1098
|
# resp.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
761
1099
|
# resp.media_capture_pipeline.source_arn #=> String
|
762
|
-
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1100
|
+
# resp.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
763
1101
|
# resp.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
764
1102
|
# resp.media_capture_pipeline.sink_arn #=> String
|
765
1103
|
# resp.media_capture_pipeline.created_timestamp #=> Time
|
@@ -787,6 +1125,89 @@ module Aws::ChimeSDKMediaPipelines
|
|
787
1125
|
req.send_request(options)
|
788
1126
|
end
|
789
1127
|
|
1128
|
+
# Gets the configuration settings for a media insights pipeline.
|
1129
|
+
#
|
1130
|
+
# @option params [required, String] :identifier
|
1131
|
+
# The unique identifier of the requested resource. Valid values include
|
1132
|
+
# the name and ARN of the media insights pipeline configuration.
|
1133
|
+
#
|
1134
|
+
# @return [Types::GetMediaInsightsPipelineConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1135
|
+
#
|
1136
|
+
# * {Types::GetMediaInsightsPipelineConfigurationResponse#media_insights_pipeline_configuration #media_insights_pipeline_configuration} => Types::MediaInsightsPipelineConfiguration
|
1137
|
+
#
|
1138
|
+
# @example Request syntax with placeholder values
|
1139
|
+
#
|
1140
|
+
# resp = client.get_media_insights_pipeline_configuration({
|
1141
|
+
# identifier: "NonEmptyString", # required
|
1142
|
+
# })
|
1143
|
+
#
|
1144
|
+
# @example Response structure
|
1145
|
+
#
|
1146
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_name #=> String
|
1147
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_arn #=> String
|
1148
|
+
# resp.media_insights_pipeline_configuration.resource_access_role_arn #=> String
|
1149
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.disabled #=> Boolean
|
1150
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules #=> Array
|
1151
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].type #=> String, one of "KeywordMatch", "Sentiment", "IssueDetection"
|
1152
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.rule_name #=> String
|
1153
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords #=> Array
|
1154
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords[0] #=> String
|
1155
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.negate #=> Boolean
|
1156
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.rule_name #=> String
|
1157
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.sentiment_type #=> String, one of "NEGATIVE"
|
1158
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
1159
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
1160
|
+
# resp.media_insights_pipeline_configuration.elements #=> Array
|
1161
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
1162
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1163
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
1164
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
1165
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1166
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_model_name #=> String
|
1167
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
1168
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
1169
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_identification_type #=> String, one of "PII"
|
1170
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_redaction_type #=> String, one of "PII"
|
1171
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.pii_entity_types #=> String
|
1172
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.filter_partial_results #=> Boolean
|
1173
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_location #=> String
|
1174
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.data_access_role_arn #=> String
|
1175
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.content_redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
|
1176
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_encryption_kms_key_id #=> String
|
1177
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories #=> Array
|
1178
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories[0] #=> String
|
1179
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1180
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_name #=> String
|
1181
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_name #=> String
|
1182
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1183
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.show_speaker_label #=> Boolean
|
1184
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
1185
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
1186
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_identification_type #=> String, one of "PII"
|
1187
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_redaction_type #=> String, one of "PII"
|
1188
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.pii_entity_types #=> String
|
1189
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
1190
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
1191
|
+
# resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
|
1192
|
+
# resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
|
1193
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
|
1194
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
|
1195
|
+
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
1196
|
+
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
1197
|
+
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
1198
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
1199
|
+
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
1200
|
+
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
1201
|
+
#
|
1202
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfiguration AWS API Documentation
|
1203
|
+
#
|
1204
|
+
# @overload get_media_insights_pipeline_configuration(params = {})
|
1205
|
+
# @param [Hash] params ({})
|
1206
|
+
def get_media_insights_pipeline_configuration(params = {}, options = {})
|
1207
|
+
req = build_request(:get_media_insights_pipeline_configuration, params)
|
1208
|
+
req.send_request(options)
|
1209
|
+
end
|
1210
|
+
|
790
1211
|
# Gets an existing media pipeline.
|
791
1212
|
#
|
792
1213
|
# @option params [required, String] :media_pipeline_id
|
@@ -808,7 +1229,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
808
1229
|
# resp.media_pipeline.media_capture_pipeline.media_pipeline_arn #=> String
|
809
1230
|
# resp.media_pipeline.media_capture_pipeline.source_type #=> String, one of "ChimeSdkMeeting"
|
810
1231
|
# resp.media_pipeline.media_capture_pipeline.source_arn #=> String
|
811
|
-
# resp.media_pipeline.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1232
|
+
# resp.media_pipeline.media_capture_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
812
1233
|
# resp.media_pipeline.media_capture_pipeline.sink_type #=> String, one of "S3Bucket"
|
813
1234
|
# resp.media_pipeline.media_capture_pipeline.sink_arn #=> String
|
814
1235
|
# resp.media_pipeline.media_capture_pipeline.created_timestamp #=> Time
|
@@ -845,7 +1266,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
845
1266
|
# resp.media_pipeline.media_live_connector_pipeline.sinks[0].rtmp_configuration.audio_sample_rate #=> String
|
846
1267
|
# resp.media_pipeline.media_live_connector_pipeline.media_pipeline_id #=> String
|
847
1268
|
# resp.media_pipeline.media_live_connector_pipeline.media_pipeline_arn #=> String
|
848
|
-
# resp.media_pipeline.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1269
|
+
# resp.media_pipeline.media_live_connector_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
849
1270
|
# resp.media_pipeline.media_live_connector_pipeline.created_timestamp #=> Time
|
850
1271
|
# resp.media_pipeline.media_live_connector_pipeline.updated_timestamp #=> Time
|
851
1272
|
# resp.media_pipeline.media_concatenation_pipeline.media_pipeline_id #=> String
|
@@ -863,9 +1284,32 @@ module Aws::ChimeSDKMediaPipelines
|
|
863
1284
|
# resp.media_pipeline.media_concatenation_pipeline.sinks #=> Array
|
864
1285
|
# resp.media_pipeline.media_concatenation_pipeline.sinks[0].type #=> String, one of "S3Bucket"
|
865
1286
|
# resp.media_pipeline.media_concatenation_pipeline.sinks[0].s3_bucket_sink_configuration.destination #=> String
|
866
|
-
# resp.media_pipeline.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped"
|
1287
|
+
# resp.media_pipeline.media_concatenation_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
867
1288
|
# resp.media_pipeline.media_concatenation_pipeline.created_timestamp #=> Time
|
868
1289
|
# resp.media_pipeline.media_concatenation_pipeline.updated_timestamp #=> Time
|
1290
|
+
# resp.media_pipeline.media_insights_pipeline.media_pipeline_id #=> String
|
1291
|
+
# resp.media_pipeline.media_insights_pipeline.media_pipeline_arn #=> String
|
1292
|
+
# resp.media_pipeline.media_insights_pipeline.media_insights_pipeline_configuration_arn #=> String
|
1293
|
+
# resp.media_pipeline.media_insights_pipeline.status #=> String, one of "Initializing", "InProgress", "Failed", "Stopping", "Stopped", "Paused"
|
1294
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams #=> Array
|
1295
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_arn #=> String
|
1296
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].fragment_number #=> String
|
1297
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.number_of_channels #=> Integer
|
1298
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions #=> Array
|
1299
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions[0].channel_id #=> Integer
|
1300
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.streams[0].stream_channel_definition.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
|
1301
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.media_encoding #=> String, one of "pcm"
|
1302
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_source_runtime_configuration.media_sample_rate #=> Integer
|
1303
|
+
# resp.media_pipeline.media_insights_pipeline.media_insights_runtime_metadata #=> Hash
|
1304
|
+
# resp.media_pipeline.media_insights_pipeline.media_insights_runtime_metadata["NonEmptyString"] #=> String
|
1305
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.streams #=> Array
|
1306
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.streams[0].stream_arn #=> String
|
1307
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.fragment_selector_type #=> String, one of "ProducerTimestamp", "ServerTimestamp"
|
1308
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.timestamp_range.start_timestamp #=> Time
|
1309
|
+
# resp.media_pipeline.media_insights_pipeline.kinesis_video_stream_recording_source_runtime_configuration.fragment_selector.timestamp_range.end_timestamp #=> Time
|
1310
|
+
# resp.media_pipeline.media_insights_pipeline.s3_recording_sink_runtime_configuration.destination #=> String
|
1311
|
+
# resp.media_pipeline.media_insights_pipeline.s3_recording_sink_runtime_configuration.recording_file_format #=> String, one of "Wav", "Opus"
|
1312
|
+
# resp.media_pipeline.media_insights_pipeline.created_timestamp #=> Time
|
869
1313
|
#
|
870
1314
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipeline AWS API Documentation
|
871
1315
|
#
|
@@ -915,6 +1359,45 @@ module Aws::ChimeSDKMediaPipelines
|
|
915
1359
|
req.send_request(options)
|
916
1360
|
end
|
917
1361
|
|
1362
|
+
# Lists the available media insights pipeline configurations.
|
1363
|
+
#
|
1364
|
+
# @option params [String] :next_token
|
1365
|
+
# The token used to return the next page of results.
|
1366
|
+
#
|
1367
|
+
# @option params [Integer] :max_results
|
1368
|
+
# The maximum number of results to return in a single call.
|
1369
|
+
#
|
1370
|
+
# @return [Types::ListMediaInsightsPipelineConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1371
|
+
#
|
1372
|
+
# * {Types::ListMediaInsightsPipelineConfigurationsResponse#media_insights_pipeline_configurations #media_insights_pipeline_configurations} => Array<Types::MediaInsightsPipelineConfigurationSummary>
|
1373
|
+
# * {Types::ListMediaInsightsPipelineConfigurationsResponse#next_token #next_token} => String
|
1374
|
+
#
|
1375
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1376
|
+
#
|
1377
|
+
# @example Request syntax with placeholder values
|
1378
|
+
#
|
1379
|
+
# resp = client.list_media_insights_pipeline_configurations({
|
1380
|
+
# next_token: "String",
|
1381
|
+
# max_results: 1,
|
1382
|
+
# })
|
1383
|
+
#
|
1384
|
+
# @example Response structure
|
1385
|
+
#
|
1386
|
+
# resp.media_insights_pipeline_configurations #=> Array
|
1387
|
+
# resp.media_insights_pipeline_configurations[0].media_insights_pipeline_configuration_name #=> String
|
1388
|
+
# resp.media_insights_pipeline_configurations[0].media_insights_pipeline_configuration_id #=> String
|
1389
|
+
# resp.media_insights_pipeline_configurations[0].media_insights_pipeline_configuration_arn #=> String
|
1390
|
+
# resp.next_token #=> String
|
1391
|
+
#
|
1392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurations AWS API Documentation
|
1393
|
+
#
|
1394
|
+
# @overload list_media_insights_pipeline_configurations(params = {})
|
1395
|
+
# @param [Hash] params ({})
|
1396
|
+
def list_media_insights_pipeline_configurations(params = {}, options = {})
|
1397
|
+
req = build_request(:list_media_insights_pipeline_configurations, params)
|
1398
|
+
req.send_request(options)
|
1399
|
+
end
|
1400
|
+
|
918
1401
|
# Returns a list of media pipelines.
|
919
1402
|
#
|
920
1403
|
# @option params [String] :next_token
|
@@ -985,7 +1468,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
985
1468
|
req.send_request(options)
|
986
1469
|
end
|
987
1470
|
|
988
|
-
# The ARN of the media pipeline that you want to tag. Consists of
|
1471
|
+
# The ARN of the media pipeline that you want to tag. Consists of the
|
989
1472
|
# pipeline's endpoint region, resource ID, and pipeline ID.
|
990
1473
|
#
|
991
1474
|
# @option params [required, String] :resource_arn
|
@@ -1045,6 +1528,208 @@ module Aws::ChimeSDKMediaPipelines
|
|
1045
1528
|
req.send_request(options)
|
1046
1529
|
end
|
1047
1530
|
|
1531
|
+
# Updates the media insights pipeline's configuration settings.
|
1532
|
+
#
|
1533
|
+
# @option params [required, String] :identifier
|
1534
|
+
# The unique identifier for the resource to be updated. Valid values
|
1535
|
+
# include the name and ARN of the media insights pipeline configuration.
|
1536
|
+
#
|
1537
|
+
# @option params [required, String] :resource_access_role_arn
|
1538
|
+
# The ARN of the role used by the service to access Amazon Web Services
|
1539
|
+
# resources.
|
1540
|
+
#
|
1541
|
+
# @option params [Types::RealTimeAlertConfiguration] :real_time_alert_configuration
|
1542
|
+
# The configuration settings for real-time alerts for the media insights
|
1543
|
+
# pipeline.
|
1544
|
+
#
|
1545
|
+
# @option params [required, Array<Types::MediaInsightsPipelineConfigurationElement>] :elements
|
1546
|
+
# The elements in the request, such as a processor for Amazon Transcribe
|
1547
|
+
# or a sink for a Kinesis Data Stream..
|
1548
|
+
#
|
1549
|
+
# @return [Types::UpdateMediaInsightsPipelineConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1550
|
+
#
|
1551
|
+
# * {Types::UpdateMediaInsightsPipelineConfigurationResponse#media_insights_pipeline_configuration #media_insights_pipeline_configuration} => Types::MediaInsightsPipelineConfiguration
|
1552
|
+
#
|
1553
|
+
# @example Request syntax with placeholder values
|
1554
|
+
#
|
1555
|
+
# resp = client.update_media_insights_pipeline_configuration({
|
1556
|
+
# identifier: "NonEmptyString", # required
|
1557
|
+
# resource_access_role_arn: "Arn", # required
|
1558
|
+
# real_time_alert_configuration: {
|
1559
|
+
# disabled: false,
|
1560
|
+
# rules: [
|
1561
|
+
# {
|
1562
|
+
# type: "KeywordMatch", # required, accepts KeywordMatch, Sentiment, IssueDetection
|
1563
|
+
# keyword_match_configuration: {
|
1564
|
+
# rule_name: "RuleName", # required
|
1565
|
+
# keywords: ["Keyword"], # required
|
1566
|
+
# negate: false,
|
1567
|
+
# },
|
1568
|
+
# sentiment_configuration: {
|
1569
|
+
# rule_name: "RuleName", # required
|
1570
|
+
# sentiment_type: "NEGATIVE", # required, accepts NEGATIVE
|
1571
|
+
# time_period: 1, # required
|
1572
|
+
# },
|
1573
|
+
# issue_detection_configuration: {
|
1574
|
+
# rule_name: "RuleName", # required
|
1575
|
+
# },
|
1576
|
+
# },
|
1577
|
+
# ],
|
1578
|
+
# },
|
1579
|
+
# elements: [ # required
|
1580
|
+
# {
|
1581
|
+
# type: "AmazonTranscribeCallAnalyticsProcessor", # required, accepts AmazonTranscribeCallAnalyticsProcessor, VoiceAnalyticsProcessor, AmazonTranscribeProcessor, KinesisDataStreamSink, LambdaFunctionSink, SqsQueueSink, SnsTopicSink, S3RecordingSink
|
1582
|
+
# amazon_transcribe_call_analytics_processor_configuration: {
|
1583
|
+
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
1584
|
+
# vocabulary_name: "VocabularyName",
|
1585
|
+
# vocabulary_filter_name: "VocabularyFilterName",
|
1586
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
1587
|
+
# language_model_name: "ModelName",
|
1588
|
+
# enable_partial_results_stabilization: false,
|
1589
|
+
# partial_results_stability: "high", # accepts high, medium, low
|
1590
|
+
# content_identification_type: "PII", # accepts PII
|
1591
|
+
# content_redaction_type: "PII", # accepts PII
|
1592
|
+
# pii_entity_types: "PiiEntityTypes",
|
1593
|
+
# filter_partial_results: false,
|
1594
|
+
# post_call_analytics_settings: {
|
1595
|
+
# output_location: "String", # required
|
1596
|
+
# data_access_role_arn: "String", # required
|
1597
|
+
# content_redaction_output: "redacted", # accepts redacted, redacted_and_unredacted
|
1598
|
+
# output_encryption_kms_key_id: "String",
|
1599
|
+
# },
|
1600
|
+
# call_analytics_stream_categories: ["CategoryName"],
|
1601
|
+
# },
|
1602
|
+
# amazon_transcribe_processor_configuration: {
|
1603
|
+
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
1604
|
+
# vocabulary_name: "VocabularyName",
|
1605
|
+
# vocabulary_filter_name: "VocabularyFilterName",
|
1606
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
1607
|
+
# show_speaker_label: false,
|
1608
|
+
# enable_partial_results_stabilization: false,
|
1609
|
+
# partial_results_stability: "high", # accepts high, medium, low
|
1610
|
+
# content_identification_type: "PII", # accepts PII
|
1611
|
+
# content_redaction_type: "PII", # accepts PII
|
1612
|
+
# pii_entity_types: "PiiEntityTypes",
|
1613
|
+
# language_model_name: "ModelName",
|
1614
|
+
# filter_partial_results: false,
|
1615
|
+
# },
|
1616
|
+
# kinesis_data_stream_sink_configuration: {
|
1617
|
+
# insights_target: "Arn",
|
1618
|
+
# },
|
1619
|
+
# s3_recording_sink_configuration: {
|
1620
|
+
# destination: "Arn",
|
1621
|
+
# },
|
1622
|
+
# voice_analytics_processor_configuration: {
|
1623
|
+
# speaker_search_status: "Enabled", # accepts Enabled, Disabled
|
1624
|
+
# voice_tone_analysis_status: "Enabled", # accepts Enabled, Disabled
|
1625
|
+
# },
|
1626
|
+
# lambda_function_sink_configuration: {
|
1627
|
+
# insights_target: "Arn",
|
1628
|
+
# },
|
1629
|
+
# sqs_queue_sink_configuration: {
|
1630
|
+
# insights_target: "Arn",
|
1631
|
+
# },
|
1632
|
+
# sns_topic_sink_configuration: {
|
1633
|
+
# insights_target: "Arn",
|
1634
|
+
# },
|
1635
|
+
# },
|
1636
|
+
# ],
|
1637
|
+
# })
|
1638
|
+
#
|
1639
|
+
# @example Response structure
|
1640
|
+
#
|
1641
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_name #=> String
|
1642
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_arn #=> String
|
1643
|
+
# resp.media_insights_pipeline_configuration.resource_access_role_arn #=> String
|
1644
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.disabled #=> Boolean
|
1645
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules #=> Array
|
1646
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].type #=> String, one of "KeywordMatch", "Sentiment", "IssueDetection"
|
1647
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.rule_name #=> String
|
1648
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords #=> Array
|
1649
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.keywords[0] #=> String
|
1650
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].keyword_match_configuration.negate #=> Boolean
|
1651
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.rule_name #=> String
|
1652
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.sentiment_type #=> String, one of "NEGATIVE"
|
1653
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].sentiment_configuration.time_period #=> Integer
|
1654
|
+
# resp.media_insights_pipeline_configuration.real_time_alert_configuration.rules[0].issue_detection_configuration.rule_name #=> String
|
1655
|
+
# resp.media_insights_pipeline_configuration.elements #=> Array
|
1656
|
+
# resp.media_insights_pipeline_configuration.elements[0].type #=> String, one of "AmazonTranscribeCallAnalyticsProcessor", "VoiceAnalyticsProcessor", "AmazonTranscribeProcessor", "KinesisDataStreamSink", "LambdaFunctionSink", "SqsQueueSink", "SnsTopicSink", "S3RecordingSink"
|
1657
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1658
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_name #=> String
|
1659
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_name #=> String
|
1660
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1661
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.language_model_name #=> String
|
1662
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
1663
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
1664
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_identification_type #=> String, one of "PII"
|
1665
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.content_redaction_type #=> String, one of "PII"
|
1666
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.pii_entity_types #=> String
|
1667
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.filter_partial_results #=> Boolean
|
1668
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_location #=> String
|
1669
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.data_access_role_arn #=> String
|
1670
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.content_redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
|
1671
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.post_call_analytics_settings.output_encryption_kms_key_id #=> String
|
1672
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories #=> Array
|
1673
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_call_analytics_processor_configuration.call_analytics_stream_categories[0] #=> String
|
1674
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1675
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_name #=> String
|
1676
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_name #=> String
|
1677
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1678
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.show_speaker_label #=> Boolean
|
1679
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.enable_partial_results_stabilization #=> Boolean
|
1680
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.partial_results_stability #=> String, one of "high", "medium", "low"
|
1681
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_identification_type #=> String, one of "PII"
|
1682
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.content_redaction_type #=> String, one of "PII"
|
1683
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.pii_entity_types #=> String
|
1684
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
1685
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
1686
|
+
# resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
|
1687
|
+
# resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
|
1688
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
|
1689
|
+
# resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
|
1690
|
+
# resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
|
1691
|
+
# resp.media_insights_pipeline_configuration.elements[0].sqs_queue_sink_configuration.insights_target #=> String
|
1692
|
+
# resp.media_insights_pipeline_configuration.elements[0].sns_topic_sink_configuration.insights_target #=> String
|
1693
|
+
# resp.media_insights_pipeline_configuration.media_insights_pipeline_configuration_id #=> String
|
1694
|
+
# resp.media_insights_pipeline_configuration.created_timestamp #=> Time
|
1695
|
+
# resp.media_insights_pipeline_configuration.updated_timestamp #=> Time
|
1696
|
+
#
|
1697
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfiguration AWS API Documentation
|
1698
|
+
#
|
1699
|
+
# @overload update_media_insights_pipeline_configuration(params = {})
|
1700
|
+
# @param [Hash] params ({})
|
1701
|
+
def update_media_insights_pipeline_configuration(params = {}, options = {})
|
1702
|
+
req = build_request(:update_media_insights_pipeline_configuration, params)
|
1703
|
+
req.send_request(options)
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
# Updates the status of a media insights pipeline.
|
1707
|
+
#
|
1708
|
+
# @option params [required, String] :identifier
|
1709
|
+
# The unique identifier of the resource to be updated. Valid values
|
1710
|
+
# include the ID and ARN of the media insights pipeline.
|
1711
|
+
#
|
1712
|
+
# @option params [required, String] :update_status
|
1713
|
+
# The requested status of the media insights pipeline.
|
1714
|
+
#
|
1715
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1716
|
+
#
|
1717
|
+
# @example Request syntax with placeholder values
|
1718
|
+
#
|
1719
|
+
# resp = client.update_media_insights_pipeline_status({
|
1720
|
+
# identifier: "NonEmptyString", # required
|
1721
|
+
# update_status: "Pause", # required, accepts Pause, Resume
|
1722
|
+
# })
|
1723
|
+
#
|
1724
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatus AWS API Documentation
|
1725
|
+
#
|
1726
|
+
# @overload update_media_insights_pipeline_status(params = {})
|
1727
|
+
# @param [Hash] params ({})
|
1728
|
+
def update_media_insights_pipeline_status(params = {}, options = {})
|
1729
|
+
req = build_request(:update_media_insights_pipeline_status, params)
|
1730
|
+
req.send_request(options)
|
1731
|
+
end
|
1732
|
+
|
1048
1733
|
# @!endgroup
|
1049
1734
|
|
1050
1735
|
# @param params ({})
|
@@ -1058,7 +1743,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1058
1743
|
params: params,
|
1059
1744
|
config: config)
|
1060
1745
|
context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
|
1061
|
-
context[:gem_version] = '1.
|
1746
|
+
context[:gem_version] = '1.4.0'
|
1062
1747
|
Seahorse::Client::Request.new(handlers, context)
|
1063
1748
|
end
|
1064
1749
|
|